.main-content {
  flex: 1;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto 100px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .main-content {
    margin: 0 auto 150px;
  }
}

.breadcrumbs {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  margin-top: 8px;
}

@media (min-width: 501px) {
  .breadcrumbs {
    margin-top: 20px;
  }
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 501px) {
  .breadcrumbs__list {
    gap: 16px;
  }
}

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
}

@media (min-width: 501px) {
  .breadcrumbs__item {
    min-height: 24px;
  }
}

.breadcrumbs__link,
.breadcrumbs__current {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #0e0e0e;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

@media (min-width: 501px) {
  .breadcrumbs__link,
  .breadcrumbs__current {
    font-size: 16px;
    line-height: 24px;
  }
}

.breadcrumbs__link:focus-visible {
  outline: 2px solid #42a1ae;
  outline-offset: 3px;
}

.breadcrumbs__separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5px;
  height: 11px;
  color: #0e0e0e;
}

.breadcrumbs__separator svg {
  display: block;
  width: 5px;
  height: 11px;
}

.cooperation-tabs {
  width: 100%;
  margin: 20px 0 120px;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 1230px) {
  .cooperation-tabs {
    margin-top: 40px;
  }
}

.cooperation-tabs__controls {
  display: none;
}

@media (min-width: 992px) {
  .cooperation-tabs__controls {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }
}

@media (min-width: 1230px) {
  .cooperation-tabs__controls {
    gap: 20px;
  }
}

.cooperation-tabs__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 224px;
  width: 224px;
  height: 44px;
  padding: 10px 20px;
  border: 0;
  border-radius: 12px;
  background-color: #f4f4f4;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0e0e0e;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

@media (min-width: 992px) and (max-width: 1229px) {
  .cooperation-tabs__tab {
    flex: 1 1 0;
    width: auto;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
  }
}

.cooperation-tabs__tab:hover {
  background-color: #d7eff2;
}

.cooperation-tabs__tab:focus-visible {
  outline: 2px solid #42a1ae;
  outline-offset: 3px;
}

.cooperation-tabs__tab.is-active {
  background-color: #bbe4e9;
}

.cooperation-tabs__select-wrap {
  position: relative;
  width: 100%;
  /* max-width: 288px; */
}

@media (min-width: 992px) {
  .cooperation-tabs__select-wrap {
    display: none;
  }
}

.cooperation-tabs__select {
  display: block;
  width: 100%;
  height: 44px;
  padding: 9px 55px 9px 23px;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  background-color: #ffffff;
  appearance: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0e0e0e;
  cursor: pointer;
}

.cooperation-tabs__select:focus-visible {
  outline: 2px solid #42a1ae;
  outline-offset: 3px;
}

.cooperation-tabs__select-icon {
  position: absolute;
  top: 10px;
  right: 23px;
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.cooperation-tabs__content {
  margin-top: 20px;
}

@media (min-width: 1230px) {
  .cooperation-tabs__content {
    margin-top: 40px;
  }
}

.cooperation-tabs__panel {
  animation: cooperation-tabs-fade-in 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0e0e0e;
}

.cooperation-tabs__panel[hidden] {
  display: none;
}

.cooperation-tabs__panel p {
  margin: 0;
}

@keyframes cooperation-tabs-fade-in {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cooperation-tabs__panel {
    animation: none;
  }
}

.category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 16px;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  padding-block: 4px;
  padding-inline: 20px 4px;
  max-width: 400px;
  width: 100% - 20px;

  height: 40px;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #0e0e0e;
  box-sizing: border-box;
}

.category-link__icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #bbe4e9;
  border-radius: 50%;
}

.form-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  box-sizing: border-box;
  width: 100%;
  padding: 11px 11px 39px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .form-card {
    padding: 39px;
    border-radius: 28px;
  }
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.form-group__title {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .form-group__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
  }
}

.form-group__fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-group__fields--columns {
  gap: 20px;
}

@media (min-width: 768px) {
  .form-group__fields--columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.form-field {
  position: relative;
  display: block;
}

.form-field__label,
.form-select__label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.form-field__control,
.form-select__control {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  padding: 13px 12px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0e0e0e;
}

.form-field__control::placeholder {
  color: #9b9bb2;
  opacity: 1;
}

.form-field__control:focus-visible,
.form-select__control:focus-visible {
  border-color: #42a1ae;
  outline: 1px solid #42a1ae;
}

.form-select {
  position: relative;
  display: block;
}

.form-select__control {
  padding-right: 48px;
  appearance: none;
  cursor: pointer;
}

.form-select__icon {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.form-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-choice {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  min-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0e0e0e;
  cursor: pointer;
}

.form-choice__input,
.form-consent__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.form-choice__control {
  position: relative;
  flex: 0 0 22px;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  border: 1.5px solid #42a1ae;
  border-radius: 50%;
}

.form-choice__input:checked + .form-choice__control::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #42a1ae;
  content: "";
}

.form-choice__input:focus-visible + .form-choice__control,
.form-consent__input:focus-visible + .form-consent__control {
  outline: 2px solid #42a1ae;
  outline-offset: 3px;
}

.form-consents {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-consent {
  position: relative;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0e0e0e;
  cursor: pointer;
}

.form-consent a {
  color: inherit;
  text-underline-offset: 2px;
  text-decoration: underline;
}

.form-consent__control {
  position: relative;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background-color: #ffffff;
}

.form-consent__input:checked + .form-consent__control {
  background-color: #eef2fa;
}

.form-consent__input:checked + .form-consent__control::after {
  position: absolute;
  top: 5px;
  left: 7px;
  width: 7px;
  height: 11px;
  border-right: 2px solid #0e0e0e;
  border-bottom: 2px solid #0e0e0e;
  transform: rotate(45deg);
  content: "";
}

.page-anketa {
  width: 100%;
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .page-anketa {
    margin-top: 40px;
  }
}

.page-anketa__title {
  width: calc(100% - 2px);
  margin: 0 1px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .page-anketa__title {
    width: 100%;
    margin: 0;
    font-size: 32px;
    line-height: 42px;
  }
}

.page-anketa__form {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .page-anketa__form {
    margin-top: 40px;
  }
}

.page-anketa__card {
  width: calc(100% - 2px);
  margin: 0 1px;
}

@media (min-width: 768px) {
  .page-anketa__card {
    width: 100%;
    margin: 0;
  }
}

.page-anketa__desktop-colon {
  display: none;
}

@media (min-width: 768px) {
  .page-anketa__desktop-colon {
    display: inline;
  }
}

.page-anketa__consents {
  width: calc(100% - 2px);
  margin: 20px 1px 0;
}

@media (min-width: 768px) {
  .page-anketa__consents {
    width: auto;
    margin: 40px 40px 0;
  }
}

.page-anketa__consent-text--desktop {
  display: none;
}

@media (min-width: 768px) {
  .page-anketa__consent-text--desktop {
    display: inline;
  }
}

.page-anketa__consent-text--mobile {
  display: inline;
}

@media (min-width: 768px) {
  .page-anketa__consent-text--mobile {
    display: none;
  }
}

.page-anketa__submit {
  width: calc(100% - 2px);
  max-width: none;
  margin: 24px 0 0 1px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .page-anketa__submit {
    width: 400px;
    margin: 40px 0 0 40px;
  }
}

.page-anketa__submit:focus-visible {
  outline: 2px solid #42a1ae;
  outline-offset: 3px;
}

.cooperation-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 610px;
  border-radius: 20px;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 768px) {
  .cooperation-hero {
    overflow: visible;
    height: clamp(420px, 41.8333vw, 502px);
    min-height: 420px;
    border-radius: 32px;
  }
}

.cooperation-hero--bloggers {
  background: linear-gradient(180deg, #eef2fa 0%, #bbe4e9 100%);
}

@media (min-width: 768px) {
  .cooperation-hero--bloggers {
    background: linear-gradient(90deg, #eef2fa 0%, #d7eff2 100%);
  }
}

.cooperation-hero--breeders {
  background-color: #f3f6fb;
  background-image: linear-gradient(168.13deg, #f3f6fb 35.2%, #a9d4df 109.56%);
}

.cooperation-hero--clinic,
.cooperation-hero--groomers {
  overflow: hidden;
  background: #f3f6fb;
}

.cooperation-hero--gold-shop {
  overflow: hidden;
  background: #dbeff5;
}

@media (min-width: 768px) {
  .cooperation-hero--breeders {
    overflow: visible;
    background:
      linear-gradient(274.43deg, #f3f6fb 1.07%, #a9d4df 97.89%),
      linear-gradient(216.63deg, #d7eff2 31.08%, #deeff7 85.78%),
      linear-gradient(90deg, #fff0f7 0%, #ffd5e8 100%);
    border-radius: 20px;
  }

  .cooperation-hero--gold-shop {
    background:
      linear-gradient(180deg, #d1e6f1 0%, #d5e7f1 51.33%, #deeff7 100%),
      linear-gradient(99.29deg, #d7eff2 2.37%, #deeff7 53.9%), #a9d4df;
  }
}

.cooperation-hero__picture {
  position: absolute;
  top: 0;
  left: 50%;
  width: 470px;
  height: 252px;
  transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 767px) {
  .cooperation-hero--bloggers .cooperation-hero__picture,
  .cooperation-hero--breeders .cooperation-hero__picture,
  .cooperation-hero--clinic .cooperation-hero__picture,
  .cooperation-hero--groomers .cooperation-hero__picture,
  .cooperation-hero--gold-shop .cooperation-hero__picture {
    top: auto;
    bottom: 0;
  }
  .cooperation-hero--bloggers .cooperation-hero__picture {
    width: 288px;
    height: 252px;
    left: auto;
    right: 0;
    transform: translateX(0);
  }
  .cooperation-hero--gold-shop .cooperation-hero__picture {
    width: 501px;
    height: 312px;
    bottom: -60px;
  }
  .cooperation-hero--groomers .cooperation-hero__picture,
  .cooperation-hero--clinic .cooperation-hero__picture {
    width: 100%;
    height: 271px;
  }
  .cooperation-hero--groomers .cooperation-hero__picture img,
  .cooperation-hero--clinic .cooperation-hero__picture img {
    width: 470px;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .cooperation-hero--breeders .cooperation-hero__picture {
    left: auto;
    width: 252px;
    height: 277px;
    transform: translateX(0);
    right: 0;
  }
}

@media (min-width: 768px) {
  .cooperation-hero__picture {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(59.0833%, 709px);
    height: auto;
    transform: none;
  }
}

@media (min-width: 768px) {
  .cooperation-hero--clinic .cooperation-hero__picture {
    top: 0;
    right: 0;
    bottom: auto;
    left: initial;
    width: min(77.9167%, 745px);
    height: auto;
    aspect-ratio: 745 / 502;
    min-height: 420px;
  }

  .cooperation-hero--clinic .cooperation-hero__image {
    height: 100%;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  .cooperation-hero--groomers .cooperation-hero__picture {
    width: min(74.4167%, 701px);
    height: auto;
    aspect-ratio: 701 / 502;
    min-height: 420px;
  }

  .cooperation-hero--groomers .cooperation-hero__image {
    height: 100%;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  .cooperation-hero--breeders .cooperation-hero__picture {
    width: min(37.75%, 453px);
    height: auto;
    aspect-ratio: 453 / 563;
  }

  .cooperation-hero--breeders .cooperation-hero__image {
    height: 100%;
    object-fit: contain;
  }
}

@media (min-width: 768px) {
  .cooperation-hero--gold-shop .cooperation-hero__picture {
    top: auto;
    right: 0;
    bottom: 0;
    left: initial;
    width: min(66.3333%, 584px);
    height: 100%;
    aspect-ratio: 584 / 502;
  }

  .cooperation-hero--gold-shop .cooperation-hero__image {
    height: 100%;
    object-fit: cover;
  }
}

.cooperation-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 768px) {
  .cooperation-hero__image {
    height: auto;
  }
}

.cooperation-hero__content {
  position: absolute;
  z-index: 1;
  top: 323px;
  right: 16px;
  left: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .cooperation-hero--bloggers .cooperation-hero__content,
  .cooperation-hero--breeders .cooperation-hero__content,
  .cooperation-hero--clinic .cooperation-hero__content,
  .cooperation-hero--groomers .cooperation-hero__content,
  .cooperation-hero--gold-shop .cooperation-hero__content {
    top: 42px;
  }
}

@media (min-width: 768px) {
  .cooperation-hero__content {
    top: clamp(60px, 6.6667vw, 80px);
    right: auto;
    left: clamp(32px, 4.1667vw, 50px);
    width: min(46.6667%, 560px);
    text-align: left;
  }
}

@media (min-width: 768px) {
  .cooperation-hero--gold-shop .cooperation-hero__content {
    width: min(50%, 600px);
  }
}

.cooperation-hero__title {
  max-width: 242px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .cooperation-hero__title {
    max-width: 472px;
    margin: 0;
    font-size: clamp(32px, 3.3333vw, 40px);
    font-weight: 600;
    line-height: 1.3;
  }
}

@media (min-width: 768px) {
  .cooperation-hero--clinic .cooperation-hero__title {
    max-width: 420px;
  }
}

.cooperation-hero .cooperation-hero__text {
  max-width: 280px;
  margin: 8px auto 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .cooperation-hero .cooperation-hero__text {
    max-width: 503px;
    margin: clamp(10px, 1.3333vw, 16px) 0 0;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 500;
    line-height: 1.4;
  }
}

@media (min-width: 768px) {
  .cooperation-hero--gold-shop .cooperation-hero__text {
    max-width: 600px;
  }
}

.cooperation-hero__link {
  /* width: 256px; */
  max-width: none;
  margin: 49px auto 0;
  text-decoration: none;
}

@media (min-width: 768px) {
  .cooperation-hero__link {
    width: 237px;
    margin: 32px 0 0;
  }
}

@media (min-width: 768px) {
  .cooperation-hero--gold-shop .cooperation-hero__link {
    width: fit-content;
  }
}

@media (min-width: 768px) {
  .cooperation-hero--breeders .cooperation-hero__text {
    margin-top: 24px;
    max-width: 523px;
  }
}

.cooperation-hero__link:focus-visible {
  outline: 2px solid #42a1ae;
  outline-offset: 3px;
}

.salon {
  width: 100%;
  margin-top: 100px;
  font-family: "Montserrat", sans-serif;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .salon {
    margin-top: 150px;
  }
}

.salon__title {
  /* max-width: 288px; */
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .salon__title {
    max-width: none;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
  }
}

.salon__viewport {
  width: 100%;
  /* max-width: 288px; */
  overflow: hidden;
}

@media (min-width: 501px) {
  .salon__viewport {
    max-width: none;
    overflow: visible;
  }
}

.salon__slider {
  width: 100%;
  /* max-width: 288px; */
  overflow: visible;
}

@media (min-width: 501px) {
  .salon__slider {
    max-width: none;
  }
}

.salon__list {
  display: flex;
  align-items: stretch;
}

@media (min-width: 501px) {
  .salon__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    transform: none;
  }
}

@media (min-width: 1230px) {
  .salon__list {
    position: relative;
    display: block;
    height: 363px;
    display: grid;

  }
}

.salon__item {
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
}

@media (min-width: 1230px) {
  .salon__item {
    display: contents;
  }
}

.salon__item--compact {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 20px;
  height: 363px;
}

@media (max-width: 500.98px) {
  .salon__item--compact .salon-card {
    height: auto;
  }
}

@media (min-width: 1230px) {
  .salon__item--compact {
    display: contents;
    height: auto;
  }
}

.salon-card {
  position: relative;
  width: 100%;
  height: 363px;
  min-width: 0;
  overflow: visible;
  box-sizing: border-box;
  background-color: #f4f4f4;
  border-radius: 12px;
  transition: background-color 0.3s ease;
}

.salon-card:hover {
  background-color: #d7eff2;
}

@media (min-width: 501px) and (max-width: 1229.98px) {
  .salon-card--promo,
  .salon-card--address {
    height: 171.5px;
  }
}

@media (min-width: 1230px) {

  .salon-card--promo {
    top: 2px;
    left: 0;
    width: 387px;
    height: 142px;
  }

  .salon-card--products {
    bottom: 0;
    left: 0;
    width: 387px;
    height: 199px;
  }

  .salon-card--uniform {
    top: 0;
    left: 34%;
    width: 386px;
    overflow: hidden;
  }

  .salon-card--shelf {
    top: 0;
    right: 0;
    width: 387px;
    height: 225px;
  }

  .salon-card--address {
    right: 0;
    bottom: 0;
    width: 387px;
    height: 118px;
  }
  .salon-card {
    position: absolute;
    width: calc((100% - 40px) / 3);
  }
}

.salon-card__content {
  position: relative;
  z-index: 2;
  padding: 16px;
}

@media (min-width: 768px) {
  .salon-card__content {
    padding: 20px;
  }
}

.salon-card__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .salon-card__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
  }

  .salon-card--uniform .salon-card__title,
  .salon-card--shelf .salon-card__title {
    max-width: 220px;
  }

  .salon-card--products .salon-card__title {
    max-width: 250px;
  }
}

.salon-card .salon-card__text {
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .salon-card--uniform .salon-card__text {
    max-width: 180px;
  }

  .salon-card--shelf .salon-card__text {
    max-width: 200px;
  }

  .salon-card--products .salon-card__text {
    max-width: 170px;
  }
}

.salon-card__picture {
  position: absolute;
  z-index: 1;
  display: block;
  pointer-events: none;
}

.salon-card__picture--uniform {
  right: 0;
  bottom: 0;
  width: 230px;
  height: 262px;
}

@media (min-width: 501px) and (max-width: 767.98px) {
  .salon-card__picture--uniform {
    width: 161px;
    height: 183px;
  }
}

@media (min-width: 768px) {
  .salon-card__picture--uniform {
    width: 301px;
    height: 343px;
  }
}

.salon-card__picture--shelf {
  right: 1px;
  bottom: 0;
  width: 158px;
  height: 246px;
}

@media (min-width: 501px) and (max-width: 767.98px) {
  .salon__item--shelf .salon-card__picture--shelf {
    width: 111px;
    height: 172px;
  }
}

@media (min-width: 768px) {
  .salon-card__picture--shelf {
    top: -54px;
    right: 0;
    bottom: auto;
    width: 180px;
    height: 279px;
  }
}

.salon-card__picture--products {
  right: 10px;
  bottom: 20px;
  width: 267px;
  height: 197px;
}

@media (min-width: 768px) {
  .salon-card__picture--products {
    right: -15px;
    bottom: 15px;
    width: 217px;
    height: 138px;
  }
}

.salon-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.salon__navigation {
  gap: 24px;
  width: 100%;
  /* max-width: 288px; */
  margin: 24px 0 0;
}

@media (min-width: 501px) {
  .salon__navigation {
    display: none;
  }
}

.salon .salon__pagination .swiper-pagination-bullet {
  flex: 1 1 20px;
  width: auto;
  min-width: 20px;
  height: 3px;
  margin: 0;
  background-color: #d8d8d8;
  border-radius: 2px;
  opacity: 1;
  transition:
    flex-grow 0.3s ease,
    background-color 0.3s ease;
}

.salon .salon__pagination .swiper-pagination-bullet-active {
  flex-grow: 5;
  min-width: 92px;
  background-color: #42a1ae;
}

.whatdoes {
  width: 100%;
  margin-top: 100px;
  font-family: "Montserrat", sans-serif;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .whatdoes {
    margin-top: 150px;
  }
}

.whatdoes__title {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .whatdoes__title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
  }
}

.whatdoes__viewport {
  margin: -30px 0;
  padding: 30px 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .whatdoes__viewport {
    margin-top: -34px;
    padding-top: 34px;
  }
}

.whatdoes__slider {
  width: 100%;
  overflow: visible;
}

.whatdoes__list {
  display: flex;
  align-items: stretch;
}

@media (min-width: 768px) {
  .whatdoes__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    transform: none;
  }
}

@media (min-width: 1230px) {
  .whatdoes__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.whatdoes-card {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 366px;
  min-width: 0;
  box-sizing: border-box;
  background-color: #f4f4f4;
  border-radius: 12px;
  transition: background-color 0.3s ease;
}

.whatdoes-card:hover {
  background-color: #d7eff2;
}

@media (min-width: 768px) {
  .whatdoes-card {
    height: 400px;
    border-radius: 20px;
  }
}

.whatdoes-card__content {
  position: absolute;
  z-index: 1;
  top: 16px;
  right: 16px;
  left: 16px;
}

@media (min-width: 768px) {
  .whatdoes-card__content {
    top: 32px;
    right: 32px;
    left: 32px;
  }
}

.whatdoes-card--media-top .whatdoes-card__content {
  top: auto;
  bottom: 16px;
}

@media (min-width: 768px) {
  .whatdoes-card--media-top .whatdoes-card__content {
    bottom: 32px;
  }
}

.whatdoes-card__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #0e0e0e;
}
@media (max-width: 767.98px) {
  .whatdoes-card__title {
    max-width: 220px;
  }
}

@media (min-width: 768px) {
  .whatdoes-card__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
  }
}

p.whatdoes-card__text {
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0e0e0e;
}

.whatdoes-card__media {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 200px;
  background-color: #dfdfdf;
  border-radius: 12px;
}

@media (min-width: 768px) {
  .whatdoes-card__media {
    border-radius: 20px;
  }
}

.whatdoes-card--media-top .whatdoes-card__media {
  top: 0;
  bottom: auto;
}

.whatdoes-card__image {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
  pointer-events: none;
}

.whatdoes-card__image--products {
  /* top: -15px; */
  top: -50px;
  left: 32px;
  width: 262px;
}

@media (min-width: 768px) {
  .whatdoes-card__image--products {
    top: -50px;
    left: 34px;
    width: 259px;
  }
}

.whatdoes-card__image--cat {
  inset: 0;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: inherit;
}

.whatdoes-card__image--uniform {
  top: -34px;
  left: 50%;
  width: 196px;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .whatdoes-card__image--uniform {
    top: -34px;
  }
}

.whatdoes-card__image--gift {
  top: 11px;
  right: 10px;
  width: 235px;
}

.whatdoes__navigation {
  gap: 24px;
  width: 100%;
  /* max-width: 288px; */
  margin: 12px auto 0;
}

@media (min-width: 768px) {
  .whatdoes__navigation {
    display: none;
  }
}

.whatdoes .whatdoes__pagination .swiper-pagination-bullet {
  flex: 1 1 20px;
  width: auto;
  min-width: 20px;
  height: 3px;
  margin: 0;
  background-color: #d8d8d8;
  border-radius: 2px;
  opacity: 1;
  transition:
    flex-grow 0.3s ease,
    background-color 0.3s ease;
}

.whatdoes .whatdoes__pagination .swiper-pagination-bullet-active {
  flex-grow: 5;
  min-width: 92px;
  background-color: #42a1ae;
}

.whatdoes--benefits .whatdoes__title {
  /* max-width: 288px; */
}

@media (min-width: 576px) {
  .whatdoes--benefits .whatdoes__title {
    max-width: none;
    text-align: center;
  }
}

.whatdoes--benefits .whatdoes__viewport {
  margin: 0;
  padding: 0;
}

.whatdoes--benefits .whatdoes__list {
  gap: 0;
}

@media (min-width: 576px) {
  .whatdoes--benefits .whatdoes__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    transform: none;
  }
}

@media (min-width: 1230px) {
  .whatdoes--benefits .whatdoes__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.whatdoes--benefits .whatdoes-card {
  display: flex;
  height: 150px;
  padding: 16px;
}

@media (min-width: 576px) {
  .whatdoes--benefits .whatdoes-card {
    height: 176px;
    padding: 20px;
    border-radius: 12px;
  }
}

.whatdoes--benefits .whatdoes-card__content {
  position: static;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.whatdoes--benefits .whatdoes-card__title {
  max-width: none;
}

@media (min-width: 576px) {
  .whatdoes--benefits .whatdoes-card__title {
    max-width: 202px;
  }
}

.whatdoes--benefits p.whatdoes-card__text {
  margin: 0;
}

.whatdoes--benefits .whatdoes__navigation {
  margin-top: 20px;
}

@media (min-width: 576px) {
  .whatdoes--benefits .whatdoes__navigation {
    display: none;
  }
}

.principles {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 100px 0 0;
  font-family: "Montserrat", sans-serif;
  color: #0e0e0e;
  background: linear-gradient(180.96deg, #ffffff 54.1%, #f4f4f4 99.18%);
  border-radius: 0 0 12px 12px;
}

@media (min-width: 768px) {
  .principles {
    position: relative;
    display: block;
    height: 298px;
    margin-top: 150px;
    border-radius: 20px;
  }
}

.principles__content {
  position: relative;
  z-index: 1;
  width: 100%;
  /* max-width: 285px; */
}

@media (min-width: 768px) {
  .principles__content {
    top: 30px;
    width: min(544px, 67%);
    max-width: none;
    margin-left: 30px;
  }
}

@media (min-width: 992px) {
  .principles__content {
    width: 45.333%;
  }
}

.principles__title {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .principles__title {
    width: 500px;
    max-width: 100%;
    font-size: 32px;
    line-height: 42px;
  }
}

.principles__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0 0 0 24px;
  box-sizing: border-box;
  list-style: decimal;
}

.principles__item {
  min-height: 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .principles__item {
    min-height: 24px;
  }
}

.principles__picture {
  display: block;
  width: calc(100% + 26.61px);
  max-width: 314.61px;
  margin-top: -28px;
}

@media (min-width: 768px) {
  .principles__picture {
    position: absolute;
    right: 3.313%;
    bottom: -34.14px;
    left: auto;
    display: block;
    width: 32%;
    max-width: none;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .principles__picture {
    width: 45.27%;
  }
}

.principles__image {
  display: block;
  width: 100%;
  height: auto;
}

.brider {
  width: 100%;
  margin: 100px 0 0;
  font-family: "Montserrat", sans-serif;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .brider {
    position: relative;
    min-height: 390px;
    margin-top: 80px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 20px;
    background: linear-gradient(180.96deg, #fff 54.1%, #f4f4f4 99.18%);
  }
}

@media (min-width: 1230px) {
  .brider {
    height: 489px;
    min-height: 0;
  }
}

.brider__picture {
  display: none;
}

@media (min-width: 768px) {
  .brider__picture {
    position: absolute;
    bottom: 0;
    left: 2.25%;
    display: block;
    width: 44.5%;
    pointer-events: none;
  }
}

@media (min-width: 1230px) {
  .brider__picture {
    bottom: -27px;
    left: 27px;
    width: 534px;
    height: 489px;
  }
}

.brider__image {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 1230px) {
  .brider__image {
    height: 489px;
    object-fit: contain;
  }
}

@media (min-width: 768px) {
  .brider__content {
    width: 52.5%;
    margin-left: 44.1667%;
    padding: 45px 20px 40px 0;
    box-sizing: border-box;
  }
}

@media (min-width: 1230px) {
  .brider__content {
    width: 630px;
    margin-left: 530px;
    padding: 73px 0 0;
  }
}

.brider__title {
  width: 100%;
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .brider__title {
    max-width: 437px;
    font-size: clamp(26px, 2.6667vw, 32px);
    line-height: 1.3;
  }
}

.brider__slider {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .brider__slider {
    overflow: visible;
  }
}

.brider__list {
  display: flex;
  align-items: stretch;
}

@media (min-width: 768px) {
  .brider__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    transform: none;
  }
}

@media (min-width: 1230px) {
  .brider__list {
    grid-template-rows: 48px 72px 48px 48px;
  }
}

.brider__card {
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 104px;
  padding: 16px;
  box-sizing: border-box;
  background-color: #f4f4f4;
  border-radius: 12px;
  transition: background-color 0.3s ease;
}

.brider__card:hover {
  background-color: #d7eff2;
}

@media (min-width: 768px) {
  .brider__card {
    min-height: 48px;
    padding: 12px 24px;
  }

  .brider__card:nth-child(1),
  .brider__card:nth-child(4),
  .brider__card:nth-child(5) {
    grid-column: 1 / -1;
  }
}

.brider__text {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0e0e0e;
}

.brider__text strong {
  font-weight: 600;
}

.brider__navigation {
  gap: 24px;
  width: 100%;
  /* max-width: 288px; */
  margin: 20px auto 0;
}

@media (min-width: 768px) {
  .brider__navigation {
    display: none;
  }
}

.brider .brider__pagination .swiper-pagination-bullet {
  flex: 1 1 20px;
  width: auto;
  min-width: 20px;
  height: 3px;
  margin: 0;
  background-color: #d8d8d8;
  border-radius: 2px;
  opacity: 1;
  transition:
    flex-grow 0.3s ease,
    background-color 0.3s ease;
}

.brider .brider__pagination .swiper-pagination-bullet-active {
  flex-grow: 5;
  min-width: 92px;
  background-color: #42a1ae;
}

.join {
  position: relative;
  width: 100%;
  height: 560px;
  margin: 100px 0 0;
  overflow: hidden;
  background-color: #d7eff2;
  border-radius: 12px;
  font-family: "Montserrat", sans-serif;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .join {
    height: 286px;
    margin-top: 150px;
    border-radius: 20px;
  }
}

.join__picture {
  position: absolute;
  top: 331px;
  left: -43px;
  width: 380px;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .join__picture {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .join__picture {
    bottom: -435px;
    top: auto;
    left: 43.4167%;
    width: 58.6392%;
  }
}

@media (min-width: 1230px) {
  .join__picture {
    left: 581px;
    width: 644px;
  }
}

.join__image {
  display: block;
  width: 100%;
  height: auto;
}

.join__content {
  position: relative;
  z-index: 1;
  padding: 16px;
}

@media (min-width: 768px) {
  .join__content {
    width: 55%;
    padding: 20px 24px;
  }
}

@media (min-width: 768px) and (max-width: 1091px) {
  .join__content {
    width: 75%;
  }
}

@media (min-width: 1230px) {
  .join__content {
    width: 600px;
    padding: 20px 32px;
  }
}

.join__title {
  /* max-width: 256px; */
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .join__title {
    max-width: 536px;
    font-size: 32px;
    line-height: 42px;
  }
}

@media (min-width: 768px) and (max-width: 1091px) {
  .join__title {
    max-width: none;
    font-size: clamp(26px, 3vw, 32px);
    line-height: 1.3;
  }
}

.join__steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* width: 256px; */
  margin: 12px 0 0;
  padding: 0 0 0 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .join__steps {
    width: 396px;
  }
}

@media (min-width: 768px) and (max-width: 1091px) {
  .join__steps {
    width: 480px;
    max-width: 100%;
  }
}

.join__step {
  padding-left: 0;
}

.join__link {
  /* width: 256px; */
  max-width: none;
  margin-top: 20px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .join__link {
    width: 280px;
    margin-top: 44px;
  }
}

.join__link:focus-visible {
  outline: 2px solid #42a1ae;
  outline-offset: 3px;
}

.choise {
  position: relative;
  width: 100%;
  margin-top: 100px;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(180.96deg, #ffffff 54.1%, #f4f4f4 99.18%);
  font-family: "Montserrat", sans-serif;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .choise {
    min-height: 425px;
    margin-top: 150px;
    border-radius: 32px;
    background:
      linear-gradient(180.96deg, #ffffff 54.1%, #f4f4f4 99.18%),
      linear-gradient(183.1deg, #deeff7 -7.21%, #b1d6e7 54.42%),
      linear-gradient(90deg, #fff0f7 0%, #ffd5e8 100%);
  }
}

@media (min-width: 992px) {
  .choise {
    height: 425px;
  }
}

.choise__picture {
  display: block;
  width: 277px;
  max-width: 793px;
  margin: 20px 0 0;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .choise__picture {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .choise__picture {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1229.98px) {
  .choise__picture {
    position: absolute;
    z-index: 0;
    top: 10px;
    right: 0;
    width: calc(100% - 540px);
    margin: 0;
  }
}

@media (min-width: 1230px) {
  .choise__picture {
    position: absolute;
    z-index: 0;
    top: 10px;
    right: 0;
    width: 70.0833%;
    max-width: 836px;
    margin: 0;
  }
}

.choise__image {
  display: block;
  width: 100%;
  height: auto;
}

.choise__content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .choise__content {
    width: 484px;
    max-width: calc(100% - 80px);
    margin: 0 0 0 40px;
  }
}

.choise__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .choise__title {
    font-size: 32px;
    line-height: 42px;
  }
}

p.choise__text {
  /* max-width: 442px; */
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0e0e0e;
}
@media (min-width: 768px) {
  p.choise_text {
    max-width: 442px;
  }
}
.choise__action {
  position: relative;
  z-index: 1;
  padding-bottom: 16px;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .choise__action {
    width: 340px;
    margin-left: 40px;
    margin-top: 62px;
    padding-bottom: 0;
  }
}

p.choise__action-title {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  width: 262px;
  margin: 0 auto 0 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  color: #0e0e0e;
}

.choise__action-title::before,
.choise__action-title::after {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 262px;
  height: 25px;
  border-radius: 8px;
  background-color: #d7eff2;
  content: "";
  opacity: 0.6;
}

.choise__action-title::before {
  top: 0;
}

.choise__action-title::after {
  top: 27px;
  left: 23px;
  width: 217px;
}
@media (max-width: 767.98px) {
  p.choise__action-title {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  p.choise__action-title {
    width: 340px;
    margin: 0;
    padding-left: 11px;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
  }

  .choise__action-title::before,
  .choise__action-title::after {
    width: 340px;
    height: 34px;
  }

  .choise__action-title::after {
    top: 37px;
    left: 0;
    width: 280px;
  }
}

.choise__link {
  /* width: 257px; */
  max-width: none;
  margin: 20px 16px 0;
  text-decoration: none;
}

@media (min-width: 768px) {
  .choise__link {
    width: 257px;
    margin: 23px 0 0;
  }
}

.choise__link:focus-visible {
  outline: 2px solid #42a1ae;
  outline-offset: 3px;
}

.reward {
  width: 100%;
  margin-top: 60px;
  font-family: "Montserrat", sans-serif;
  color: #0e0e0e;
}

@media (min-width: 1230px) {
  .reward {
    margin-top: 100px;
  }
}

.reward__slider {
  overflow: hidden;
  width: 100%;
  max-width: 288px;
}

@media (min-width: 768px) {
  .reward__slider {
    overflow: visible;
    max-width: none;
  }
}

.reward__list {
  align-items: flex-start;
}

@media (min-width: 768px) and (max-width: 1229.98px) {
  .reward__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(8px, 2vw, 24px);
    width: 100%;
    max-width: 912px;
    margin: 0 auto;
  }
}

@media (min-width: 1230px) {
  .reward__list {
    flex-wrap: nowrap;
    gap: 0;
    justify-content: space-between;
  }
}

.reward-card {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  flex: 0 0 288px;
  width: 288px;
  height: 511px;
  border-radius: 20px;
  background-color: #f4f4f4;
}

@media (min-width: 1230px) {
  .reward-card {
    flex-basis: 358px;
    width: 358px;
    height: 636px;
  }
}

@media (min-width: 768px) and (max-width: 1229.98px) {
  .reward-card {
    justify-self: center;
    width: 100%;
    max-width: 288px;
  }
}

.reward-card:before {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 50%;
  width: 97px;
  height: 24px;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
  transform: translateX(-50%);
  display: block;
  content: "";
}

@media (min-width: 1230px) {
  .reward-card:before {
    width: 120px;
    height: 30px;
    border-radius: 0 0 10px 10px;
  }
}

.reward-card__progress {
  position: absolute;
  z-index: 3;
  top: 40px;
  right: 16px;
  left: 16px;
  display: flex;
  gap: 8px;
}

@media (min-width: 1230px) {
  .reward-card__progress {
    top: 57px;
    right: 20px;
    left: 20px;
    gap: 12px;
  }
}

.reward-card__progress-item {
  flex: 1 1 0;
  height: 5px;
  border-radius: 3px;
  background-color: #ffffff;
}

@media (min-width: 1230px) {
  .reward-card__progress-item {
    height: 6px;
  }
}

.reward-card__progress-item--active {
  background-color: #a7ccd0;
}

.reward-card__title {
  position: relative;
  z-index: 2;
  width: 256px;
  margin: 65px 16px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

@media (min-width: 1230px) {
  .reward-card__title {
    width: 300px;
    margin: 103px 20px 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
  }
}

@media (min-width: 768px) and (max-width: 1229.98px) {
  .reward-card__title {
    width: calc(100% - 32px);
  }
}

@media (min-width: 768px) and (max-width: 941.98px) {
  .reward-card__title {
    font-size: 16px;
    line-height: 22px;
  }
}

p.reward-card__text {
  position: relative;
  z-index: 2;
  width: 256px;
  margin: 8px 16px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (min-width: 1230px) {
  p.reward-card__text {
    width: 318px;
    margin: 12px 20px 0;
  }
}

@media (min-width: 768px) and (max-width: 1229.98px) {
  .reward-card__text {
    width: calc(100% - 32px);
  }
}

@media (min-width: 768px) and (max-width: 941.98px) {
  .reward-card__text {
    font-size: 14px;
    line-height: 21px;
  }
}

.reward-card__picture {
  position: absolute;
  top: 323px;
  left: -7px;
  width: 327px;
  height: 523px;
  pointer-events: none;
}

@media (min-width: 1230px) {
  .reward-card__picture {
    top: 190px;
    left: -9px;
    width: 373px;
    height: 598px;
  }
}

@media (min-width: 768px) and (max-width: 941.98px) {
  .reward-card__picture {
    top: 350px;
  }
}

.reward-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reward-card--video {
  cursor: pointer;
  background: transparent;
}

.reward-card--video:focus-visible {
  outline: 2px solid #42a1ae;
  outline-offset: 3px;
}

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

.reward-card__play-icon {
  position: absolute;
  z-index: 2;
  top: 56%;
  left: 50%;
  display: block;
  width: 66px;
  height: 66px;
  filter: drop-shadow(0 4px 5px #0e0e0e33);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

@media (min-width: 1230px) {
  .reward-card__play-icon {
    width: 82px;
    height: 82px;
  }
}

.reward-card--video.is-playing .reward-card__play-icon {
  display: none;
}

.reward-form {
  display: flex;
  flex-direction: column;
  width: 256px;
  margin: 65px 16px 0;
}

@media (min-width: 1230px) {
  .reward-form {
    width: 318px;
    margin: 103px 20px 0;
  }
}

@media (min-width: 768px) and (max-width: 1229.98px) {
  .reward-form {
    width: calc(100% - 32px);
  }
}

.reward-form__group {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.reward-form__group--views {
  margin-top: 40px;
}

@media (min-width: 1230px) {
  .reward-form__group--views {
    margin-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 941.98px) {
  .reward-form__group--views {
    margin-top: 24px;
  }
}

.reward-form__group--result {
  margin-top: 40px;
}

@media (min-width: 1230px) {
  .reward-form__group--result {
    margin-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 941.98px) {
  .reward-form__group--result {
    margin-top: 24px;
  }
}

.reward-form__title {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #0e0e0e;
}

@media (min-width: 1230px) {
  .reward-form__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
  }
}

@media (min-width: 768px) and (max-width: 941.98px) {
  .reward-form__title {
    font-size: 16px;
    line-height: 22px;
  }
}

.reward-form__radios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 12px;
}

.reward-form__radio {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}

.reward-form__radio-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.reward-form__radio-control {
  position: relative;
  flex: 0 0 22px;
  width: 21px;
  height: 21px;
  box-sizing: border-box;
  border: 1.5px solid #42a1ae;
  border-radius: 50%;
}

.reward-form__radio-input:checked + .reward-form__radio-control::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #42a1ae;
  content: "";
}

.reward-form__radio-input:focus-visible + .reward-form__radio-control {
  outline: 2px solid #42a1ae;
  outline-offset: 3px;
}

.reward-form__input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  margin-top: 12px;
  padding: 13px 12px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  background-color: #ffffff;
  appearance: textfield;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #0e0e0e;
}

.reward-form__input::-webkit-inner-spin-button,
.reward-form__input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.reward-form__input::placeholder {
  color: #9b9bb2;
  opacity: 1;
}

.reward-form__input:focus-visible {
  border-color: #42a1ae;
  outline: 1px solid #42a1ae;
}

p.reward-form__hint {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 21px;
  color: #9b9bb2;
}

.reward-form__output {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  margin-top: 12px;
  border: 1px solid #bbe4e9;
  border-radius: 8px;
  background-color: #d7eff2;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.reward__navigation {
  display: flex;
  max-width: 288px;
  margin: 20px auto 0;
}

@media (min-width: 768px) {
  .reward__navigation {
    display: none;
  }
}

.reward .reward__pagination .swiper-pagination-bullet {
  flex: 1 1 20px;
  width: auto;
  min-width: 20px;
  height: 3px;
  margin: 0;
  border-radius: 2px;
  background-color: #d8d8d8;
  opacity: 1;
  transition:
    flex-grow 0.3s ease,
    background-color 0.3s ease;
}

.reward .reward__pagination .swiper-pagination-bullet-active {
  flex-grow: 5;
  min-width: 92px;
  background-color: #42a1ae;
}

.reward__contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

@media (min-width: 1230px) {
  .reward__contacts {
    flex-direction: row;
    justify-content: center;
    gap: 43px;
    margin-top: 32px;
  }
}

.reward__contact {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  width: fit-content;
  font-size: 16px;
  line-height: 24px;
  color: #0e0e0e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.reward__contact svg {
  flex: 0 0 24px;
}

.reward__contact:focus-visible {
  outline: 2px solid #42a1ae;
  outline-offset: 3px;
}

.form-section {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  /* min-height: 681px; */
  margin-top: 60px;
  padding: 16px;
  border-radius: 12px;
  background-color: #adcfde;
  font-family: "Montserrat", sans-serif;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .form-section {
    min-height: 556px;
    margin-top: 100px;
    padding: 32px;
    background-color: #bed9e4;
  }
}

.form-section::after {
  display: none;
}

@media (min-width: 992px) {
  .form-section::after {
    position: absolute;
    z-index: 0;

    display: block;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    pointer-events: none;
    content: "";
  }
}

.form-section--bloggers {
  background-color: #adcfde;
}

@media (min-width: 768px) {
  .form-section--bloggers {
    background-color: #bed9e4;
  }
}

@media (min-width: 992px) {
  .form-section--bloggers::after {
    background-image: url("img/form-section-image-1.png");
    right: -15px;
    bottom: 18px;
    width: 590px;
    height: 254px;
    background-position: calc(100% + 50px) center;
  }
}
@media (min-width: 1200px) {
  .form-section--bloggers::after {
    background-image: url("img/form-section-image-1.png");
    right: -30px;
    bottom: 18px;
    width: 782px;
    height: 300px;
    background-position: right center;
  }
}

@media (min-width: 1500px) {
  .form-section--bloggers::after {
    background-image: url("img/form-section-image-1.png");
    right: -120px;
    bottom: 18px;
    width: 782px;
    height: 384px;
  }
}

.form-section--breeders {
  background-color: #dde0f9;
}

.form-section--breeders::after {
  background-image: url("img/hero-cooperation-desktop-image4.png");
}

.form-section--vets,
.form-section--clinic {
  background-color: #adcfde;
}

@media (min-width: 768px) {
  .form-section--vets,
  .form-section--clinic {
    background-color: #bdd9e4;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .form-section--vets::after,
  .form-section--clinic::after {
    right: 0;
    bottom: 0;
    width: 631px;
    height: 360px;
    background-image: url("img/form-section-image-2.png");
    background-position: right bottom;
    background-size: auto 100%;
  }

  .form-section--clinic .form-section__title {
    width: 700px;
    max-width: none;
  }
}

@media (min-width: 1200px) {
  .form-section--vets::after,
  .form-section--clinic::after {
    width: 631px;
    height: 460px;
    background-position: center bottom;
    background-size: cover;
  }
}

.form-section--groomers {
  background-color: #adcfde;
}

@media (min-width: 768px) {
  .form-section--groomers {
    background:
      linear-gradient(96.53deg, #deeff7 9.58%, #77abc2 85.35%), #a9d4df;
  }
}

@media (min-width: 992px) {
  .form-section--groomers::after {
    right: 0;
    bottom: 0;
    width: 604px;
    height: 630px;
    background-image: url("img/form-section-image-3.png");
    background-position: right bottom;
    background-size: 404px auto;
  }
}
@media (min-width: 1200px) {
  .form-section--groomers::after {
    background-size: 604px 630px;
  }
}

.form-section--gold-shop {
  min-height: 533px;
  background-color: #adcfde;
}

@media (min-width: 992px) {
  .form-section--gold-shop::after {
    right: 0;
    bottom: 0;
    width: 649px;
    height: 513px;
    background-image: url("img/form-section-image-4.png");
    background-position: right bottom;
    background-size: 409px auto;
  }

  .form-section--gold-shop .form-section__title,
  .form-section--gold-shop .form-section__text {
    max-width: 480px;
  }
}

@media (min-width: 1200px) {
  .form-section--gold-shop::after {
    background-size: 649px 513px;
  }
}

.form-section__content {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .form-section__content {
    max-width: 585px;
  }
}

.form-section__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .form-section__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 12px;
  }
}

.form-section__text {
  max-width: 569px;
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (min-width: 768px) {
  .form-section__text {
    margin-top: 12px;
  }
}

.form-section__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

@media (min-width: 768px) {
  .form-section__form {
    width: 537px;
    max-width: 100%;
    gap: 16px;
    margin-top: 16px;
  }
}

.form-section__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.form-section__label {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.form-section__control {
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  padding: 10px 12px;
  border: 1px solid #ffffff;
  border-radius: 8px;
  background-color: #d7eff2;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0e0e0e;
}

@media (min-width: 768px) {
  .form-section__control {
    font-size: 14px;
    line-height: 21px;
  }
}

.form-section__control::placeholder {
  color: #0e0e0e;
  opacity: 0.65;
}

.form-section__control:focus-visible {
  border-color: #42a1ae;
  outline: 1px solid #42a1ae;
}

.form-section__control--textarea {
  min-height: 68px;
  resize: vertical;
}

@media (min-width: 768px) {
  .form-section__control--textarea {
    min-height: 52px;
    resize: none;
    padding: 15px 12px 10px;
  }
}

.form-section__select-wrap {
  position: relative;
  display: block;
}

.form-section__select {
  padding-right: 40px;
  appearance: none;
  cursor: pointer;
}

.form-section__select-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-section__file {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
  min-height: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .form-section__file {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }
}

.form-section__file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.form-section__file-input:focus-visible + .form-section__file-icon {
  outline: 2px solid #42a1ae;
  outline-offset: 3px;
}

.form-section__file-icon {
  flex: 0 0 24px;
}

.form-section__actions {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .form-section__actions {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-top: 0;
  }
}

.form-section__agreement {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 16px;
  max-width: 256px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  /* color: #9b9bb2; */
  color: #0e0e0e;
  cursor: pointer;
}

@media (min-width: 768px) {
  .form-section__agreement {
    max-width: 198px;
    color: #0e0e0e;
  }
}

.form-section__agreement a {
  color: inherit;
  text-underline-offset: 2px;
}

.form-section__checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.form-section__checkbox-control {
  position: relative;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background-color: #ffffff;
}

.form-section__checkbox:checked + .form-section__checkbox-control::after {
  position: absolute;
  top: 5px;
  left: 8px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #42a1ae;
  border-bottom: 2px solid #42a1ae;
  transform: rotate(45deg);
  content: "";
}

.form-section__checkbox:focus-visible + .form-section__checkbox-control {
  outline: 2px solid #42a1ae;
  outline-offset: 3px;
}

.form-section__submit {
  flex: 0 0 auto;
  width: 100%;
  max-width: none;
  padding-inline: 20px 4px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .form-section__submit {
    width: 197px;
    padding-left: 24px;
  }
  .form-section__submit.category-link {
    font-size: 14px;
  }
}

.form-section__submit:focus-visible {
  outline: 2px solid #42a1ae;
  outline-offset: 3px;
}

.healthy-ration__navigation {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .healthy-ration__navigation {
    display: none;
  }
}

.healthy-ration__arrow {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 32px;
  padding: 0;
  color: #bbe4e9;
  cursor: pointer;
  background: transparent;
  border: 0;
  transition: color 0.3s ease;
}

.healthy-ration__arrow.swiper-button-disabled {
  color: #d7eff2;
  cursor: default;
}

.healthy-ration__arrow:focus-visible {
  outline: 2px solid #42a1ae;
  outline-offset: 2px;
}

.healthy-ration__pagination {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
}

.healthy-ration .healthy-ration__pagination .swiper-pagination-bullet {
  flex: 1 1 20px;
  width: auto;
  min-width: 20px;
  height: 3px;
  margin: 0;
  background-color: #d8d8d8;
  border-radius: 2px;
  opacity: 1;
  transition:
    flex-grow 0.3s ease,
    background-color 0.3s ease;
}

.healthy-ration .healthy-ration__pagination .swiper-pagination-bullet-active {
  flex-grow: 5;
  min-width: 92px;
  background-color: #d7eff2;
}

.breeders-breederanketa {
  max-width: 1200px;
  display: none;
}

@media (max-width: 768px) {
  .breeders-breederanketa {
    max-width: 95%;
    max-height: 95%;
    padding: 30px 15px;
  }
}
.form-section.form-section--breeders,
[data-cooperation-country][hidden],
[data-cooperation-title][hidden],
[data-cooperation-panel][hidden] {
  display: none;
}
.submitted {
  margin: 40px 0;
  font-size: 24px;
}