/* Auto-generated by fonts build script. */
@font-face {
  font-family: IsidoraSans;
  src: url('fonts/public/fonts/IsidoraSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: IsidoraSans;
  src: url('fonts/public/fonts/IsidoraSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

button {
  display: block;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  text-align: start;
  letter-spacing: inherit;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

img {
  width: 100%;
  vertical-align: top;
}

:is(ul, ol, li):not(.df-list) {
  list-style-type: none;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  border: none;
  border-radius: 0;
  padding: 0;
}

input::placeholder,
textarea::placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

:is(input, textarea, select, button, a, [tabindex]):focus-visible {
  outline: 1px dashed #fff;
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: normal;
  color: #fff;
}
body._hide-scrolling {
  overflow: hidden;
  padding-right: var(--scroll-width);
}

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.wrapper > main {
  flex: 1 1 auto;
}

[class*='__container'] {
  margin: 0 auto;
  box-sizing: content-box;
  max-width: 90rem;
}
@media (min-width: 104.99875rem) {
  [class*='__container'] {
    max-width: 90rem;
  }
}
[class*='__container'] {
  padding: 0 1.25rem;
}
@media (min-width: 64.06125rem) {
  [class*='__container'] {
    padding: 0 2.5rem;
  }
}

[class*='-ibg'] {
  display: block;
  position: relative;
}
[class*='-ibg'] img,
[class*='-ibg'] video,
[class*='-ibg'] iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon {
  flex-shrink: 0;
  display: flex;
}
.icon svg,
.icon img {
  width: 100%;
  height: 100%;
}

[class*='decor'] {
  pointer-events: none;
  user-select: none;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  text-transform: uppercase;
  background-color: #02887c;
  border: 2px solid #fff;
  border-radius: 2.5rem;
  transform-origin: bottom;
}
@media (min-width: 64.06125rem) {
  .btn {
    font-size: 1.75rem;
  }
}
@media (any-hover: hover) {
  .btn {
    transition: transform 0.4s;
  }
  .btn:hover {
    transform: translate(0, 0px) scale(1.03);
  }
}

.main {
  position: relative;
  margin-bottom: 9.375rem;
  padding-top: 2.5rem;
}
@media (min-width: 64.06125rem) {
  .main {
    padding-top: 3.4375rem;
  }
}
.main__img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  user-select: none;
  pointer-events: none;
  z-index: -1;
  height: 120%;
}
.main__img-bg img {
  display: block;
  min-height: 100%;
  min-height: 100%;
}
.main__body {
  position: relative;
  margin: 0 auto;
  border: 3px solid #fff;
  border-bottom: none;
  border-radius: 1.875rem;
}
@media (min-width: 29.99875rem) {
  .main__body {
    max-width: 43.75rem;
  }
}
@media (min-width: 64.06125rem) {
  .main__body {
    max-width: 58.75rem;
    border-radius: 2.75rem;
  }
}
.main__top {
  padding: 1rem 1.25rem;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.16161616em;
  text-transform: uppercase;
  border-bottom: 3px solid #fff;
}
@media (min-width: 64.06125rem) {
  .main__top {
    padding: 1.375rem 2.5rem;
    font-size: 3rem;
  }
}
.main__logos {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  padding: 1.5625rem 1.875rem 1.875rem;
  border-bottom: 3px solid #fff;
}
@media (min-width: 64.06125rem) {
  .main__logos {
    gap: 1.875rem;
    padding: 2.5rem 3.75rem 3.125rem;
  }
}
.main__logos img {
  width: auto;
}
.main__logos .plus {
  display: block;
  width: 3.5625rem;
  height: 3.5625rem;
  transform: translateY(25%);
}
@media (min-width: 64.06125rem) {
  .main__logos .plus {
    transform: translateY(60%);
  }
}
.main__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5625rem 1.25rem 0;
  text-align: center;
  line-height: 1.25;
}
@media (min-width: 64.06125rem) {
  .main__bottom {
    padding: 2.5rem 3.75rem 0;
  }
}
.main__tilte {
  margin-bottom: 0.9375rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 64.06125rem) {
  .main__tilte {
    margin-bottom: 1.125rem;
    font-size: 2.1875rem;
  }
}
.main__text {
  margin-bottom: 1.375rem;
  font-size: 1rem;
  letter-spacing: 0.2px;
  line-height: 1.6;
}
@media (min-width: 64.06125rem) {
  .main__text {
    margin-bottom: 1.875rem;
    font-size: 1.4375rem;
  }
}
.main__btn {
  min-width: min(17.5rem, 100%);
  min-height: 3.125rem;
}
@media (min-width: 64.06125rem) {
  .main__btn {
    min-width: min(20rem, 100%);
    min-height: 4.0625rem;
  }
}
.form-main {
  margin-bottom: -9.375rem;
  padding: 1.875rem 1.25rem;
  text-align: center;
  background-color: rgba(2, 136, 124, 0.5);
  border: 3px solid #fff;
  border-radius: 1.5rem;
}
@media (min-width: 47.99875rem) {
  .form-main {
    max-width: 46.25rem;
  }
}
@media (min-width: 64.06125rem) {
  .form-main {
    padding: 3rem 2.5rem 1.875rem;
    border-radius: 2.25rem;
  }
}
.form-main label {
  display: block;
  width: 100%;
}
.form-main input {
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0.1875rem 0.9375rem;
  font-size: 1rem;
  color: #000;
  border-radius: 0.25rem;
}
.form-main input::placeholder {
  color: #b8b8b8;
}
.form-main input[type='checkbox'] {
  display: none;
}
.form-main__inputs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 47.99875rem) {
  .form-main__inputs {
    flex-direction: row;
  }
}
.form-main__title {
  margin-bottom: 0.1875rem;
  font-weight: 700;
  font-size: 1.25rem;
}
@media (min-width: 64.06125rem) {
  .form-main__title {
    font-size: 1.4375rem;
  }
}
.form-main__text {
  margin-bottom: 1.25rem;
  font-size: 1rem;
}
@media (min-width: 64.06125rem) {
  .form-main__text {
    font-size: 1.125rem;
  }
}
.form-main__block:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.form-main__title-block {
  margin-bottom: 0.75rem;
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 64.06125rem) {
  .form-main__title-block {
    font-size: 1.125rem;
  }
}
.form-main__flex {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  max-width: max-content;
  margin: 0 auto;
}
@media (min-width: 47.99875rem) {
  .form-main__flex {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
/* .form-main__checkbox label  */
.form-main__checkbox {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
}
/* .form-main__checkbox label::before {
  content: '';
  width: 1.125rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #fff;
  transition: box-shadow 0.4s;
}
@media (min-width: 64.06125rem) {
  .form-main__checkbox label::before {
    width: 1.25rem;
  }
}
.form-main__checkbox input:checked ~ label::before {
  box-shadow: inset 0 0 0 5px #fff;
  background-color: #02887c;
} */
.form-main__btn {
  min-width: 13.125rem;
  margin: 1.875rem auto 0;
  border-width: 3px;
}
@media (min-width: 64.06125rem) {
  .form-main__btn {
    margin: 2.5rem auto 0;
    border-width: 4px;
  }
}

.about {
  position: relative;
  padding-top: 2.5rem;
}
@media (min-width: 64.06125rem) {
  .about {
    padding-top: 3.125rem;
  }
}
.about__img {
  position: absolute;
  width: 12.5rem;
  user-select: none;
  pointer-events: none;
}
@media (min-width: 47.99875rem) {
  .about__img {
    width: 15.625rem;
  }
}
@media (min-width: 64.06125rem) {
  .about__img {
    width: 23.125rem;
  }
}
.about__img:nth-child(1) {
  left: -3.75rem;
  top: -1.25rem;
  transform-origin: left top;
  transform: rotate(-16deg);
}
@media (min-width: 47.99875rem) {
  .about__img:nth-child(1) {
    left: -1.875rem;
    top: -5rem;
  }
}
.about__img:nth-child(2) {
  right: -2.5rem;
  top: 8.4375rem;
  transform-origin: right top;
  transform: rotate(15deg);
}
@media (min-width: 47.99875rem) {
  .about__img:nth-child(2) {
    right: -2.5rem;
    top: -2.1875rem;
  }
}
.about__body {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 29.99875rem) {
  .about__body {
    max-width: 37.5rem;
  }
}
@media (min-width: 64.06125rem) {
  .about__body {
    max-width: 46.25rem;
  }
}
.about__content {
  margin-bottom: 1.25rem;
  padding: 1.875rem 1.25rem;
  text-align: center;
  background-color: rgba(2, 136, 124, 0.5);
  border: 3px solid #fff;
  border-radius: 2.25rem;
}
@media (min-width: 47.99875rem) {
  .about__content {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 64.06125rem) {
  .about__content {
    margin-bottom: 8.4375rem;
    padding: 3rem 2.5rem 4.125rem;
  }
}
.about__title {
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
}
@media (min-width: 64.06125rem) {
  .about__title {
    margin-bottom: 1.875rem;
    font-size: 2.1875rem;
  }
}
.about__text {
  max-width: 32.5rem;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.45;
}
@media (min-width: 64.06125rem) {
  .about__text {
    font-size: 1.25rem;
  }
}
.about__text p:not(:last-child) {
  margin-bottom: 0.75rem;
}
@media (min-width: 64.06125rem) {
  .about__text p:not(:last-child) {
    margin-bottom: 1.125rem;
  }
}
.about__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.625rem;
}
@media (min-width: 29.99875rem) {
  .about__btns {
    flex-wrap: nowrap;
  }
}
@media (min-width: 47.99875rem) {
  .about__btns {
    gap: 3.75rem;
  }
}
@media (min-width: 64.06125rem) {
  .about__btns {
    gap: 5rem;
  }
}
.about__btn {
  min-height: 5rem;
  line-height: 1.2;
  border-radius: 1.875rem;
}
@media (max-width: 29.99875rem) {
  .about__btn {
    width: 100%;
  }
}
@media (min-width: 64.06125rem) {
  .about__btn {
    min-height: 6.875rem;
  }
}

.sale {
  margin-top: 2.5rem;
}
@media (min-width: 64.06125rem) {
  .sale {
    margin-top: 3.75rem;
  }
}
@media (min-width: 64.06125rem) {
  .sale__container {
    max-width: 68.125rem;
  }
}
.sale__body {
  padding: 2.5rem 1.25rem;
  color: #000;
  border-radius: 2.25rem;
  background-color: #fff;
}
@media (min-width: 64.06125rem) {
  .sale__body {
    padding: 3.75rem 2.5rem;
  }
}
.sale__product:not(:last-child) {
  margin-bottom: 3.75rem;
}

.product-sale__inner {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 47.99875rem) {
  .product-sale__inner {
    flex-direction: row;
  }
}
@media (min-width: 64.06125rem) {
  .product-sale__inner {
    gap: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.product-sale__image {
  max-width: 12.5rem;
}
@media (max-width: 47.99875rem) {
  .product-sale__image {
    align-self: center;
    min-width: 15rem;
  }
}
.product-sale__image img {
  width: 100%;
  height: auto;
}
.product-sale__title {
  margin-bottom: 0.75rem;
  font-weight: 700;
  font-size: 1.5rem;
}
.product-sale__excerpt {
  margin-bottom: 0.9375rem;
  font-size: 0.875rem;
}
@media (min-width: 64.06125rem) {
  .product-sale__excerpt {
    font-size: 1rem;
  }
}
.product-sale__qty {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.9375rem;
}
.product-sale__qty .qty-btn {
  width: 2.5rem;
  font-weight: 400;
  aspect-ratio: 1/1;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
}
.product-sale__qty .quantity input {
  width: 3.75rem;
  height: 2.5rem;
  text-align: center;
  pointer-events: none;
  border-radius: 2.5rem;
  border: 2px solid #02887c;
}
.product-sale__price {
  margin-bottom: 0.9375rem;
  font-weight: 700;
  color: #02887c;
}
@media (max-width: 64.06125rem) {
  .product-sale__price {
    font-size: 1.125rem;
  }
}
.product-sale__btn {
  color: #fff;
  min-width: 17.5rem;
}
@media (max-width: 47.99875rem) {
  .product-sale__btn {
    width: 100%;
  }
}
@media (min-width: 64.06125rem) {
  .product-sale__btn {
    font-size: 1.5rem;
  }
}
.product-sale__desc {
  font-size: 0.75rem;
}
@media (min-width: 64.06125rem) {
  .product-sale__desc {
    font-size: 0.875rem;
  }
}
.product-sale__desc a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.product-sale .product-sale__radio {
  color: #000;
  border: 2px solid #02887c;
  transition: color 0.4s, background-color 0.4s;
}
.product-sale .product-sale__radio._checked {
  color: #fff;
  background-color: #02887c;
}
.product-sale .product-sale__radio input {
  display: none;
}
.product-sale .product-sale__variations {
  margin-bottom: 0.9375rem;
}
.product-sale .product-sale__variation,
.product-sale .product-sale__variations {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.product-sale .product-sale__variation-label {
  font-size: 1.125rem;
}

.footer {
  position: relative;
  margin-top: 4.0625rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 64.06125rem) {
  .footer {
    padding-bottom: 5rem;
  }
}
.footer__image-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  user-select: none;
  pointer-events: none;
  z-index: -1;
  height: 140%;
}
.footer__image-bg img {
  display: block;
  min-height: 100%;
}
.footer__container {
  max-width: 54.375rem;
}
.footer__logo {
  width: 15rem;
  margin: 0 auto 3.125rem;
}
@media (min-width: 47.99875rem) {
  .footer__logo {
    width: 18.75rem;
  }
}
@media (min-width: 64.06125rem) {
  .footer__logo {
    width: 22.5rem;
  }
}
@media (any-hover: hover) {
  .footer__logo img {
    transition: transform 0.4s;
  }
  .footer__logo:hover img {
    transform: translate(0, -5px);
  }
}
.footer__bottom {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 1.5625rem;
}
@media (min-width: 64.06125rem) {
  .footer__bottom {
    flex-direction: row;
  }
}
.footer__text {
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media (max-width: 47.99875rem) {
  .footer__text {
    text-align: center;
  }
}
@media (min-width: 64.06125rem) {
  .footer__text {
    font-size: 0.875rem;
  }
}
.footer__text a {
  display: inline-block;
}
@media (any-hover: hover) {
  .footer__text a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.footer__socials {
  display: flex;
  gap: 1.25rem;
}
.footer__social {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 64.06125rem) {
  .footer__social {
    width: 2rem;
    height: 2rem;
  }
}
.footer__social img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (any-hover: hover) {
  .footer__social img {
    transition: transform 0.4s;
  }
  .footer__social:hover img {
    transform: translate(0, -5px) scale(1.05);
  }
}
.footer__disclaimer {
  margin-top: 1.375rem;
  font-size: 0.625rem;
  line-height: 1.45;
  letter-spacing: 0.2px;
}
@media (min-width: 1024.98) {
  .footer__disclaimer {
    margin-top: 2.5rem;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
  }
}

main:not(.page_home) {
  padding-top: 3.75rem;
  color: #000;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.form-main__btn-wrap {
  position: relative;
  max-width: max-content;
  margin: 0 auto;
}

.wpcf7-spinner {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(0.625rem, -50%);
}

.wpcf7-response-output {
  margin: 0.9375rem 0 0 0;
  font-size: 0.75rem;
  border-radius: 2.5rem;
}

.wpcf7-form.sent .wpcf7-response-output {
  border-color: #02887c;
}

.wpcf7-list-item-label {
  flex-shrink: 0;
  display: block;
  width: 100%;
}

/* .wpcf7-checkbox .wpcf7-list-item-label {
  display: none;
} */

.form-main__checkbox input {
  flex-shrink: 0;
  width: 2.5rem;
  padding: 0.25rem 0.3125rem;
  text-align: center;
}
.form-main__checkbox label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
}

/* .form-main__checkbox label::before {
  content: '';
  width: 1.125rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #fff;
  transition: box-shadow 0.4s;
} */

/* @media (min-width: 64.06125rem) {
  .form-main__checkbox label::before {
    width: 1.25rem;
  }
}
.form-main__checkbox label.checked::before {
  box-shadow: inset 0 0 0 5px #fff;
  background-color: #02887c;
} */

/* .form-main__checkbox .wpcf7-form-control-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
} */

.wpcf7-checkbox {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  pointer-events: none;
}

.wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  margin: 0;
}

.wpcf7-not-valid {
  outline: 2px solid #da5858;
  outline-offset: 2px;
}

.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

/* TEST PAGE */

.product-page {
  position: relative;
}
.product-page__img-ibg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50rem;
  user-select: none;
}
.product-page__img-ibg img {
  object-fit: fill;
  object-position: top;
}

.header {
  position: relative;
  padding-top: 1.25rem;
  z-index: 2;
}
.header__container {
  max-width: 78.4375rem;
}
.header__logo {
  width: 8.75rem;
  margin: 0 auto;
}
@media (min-width: 47.99875rem) {
  .header__logo {
    width: 10.625rem;
    margin: 0rem;
  }
}

.search-page .product-page__img-ibg {
  top: -2.5rem;
}
@media (max-width: 29.99875rem) {
  .search-page .product-page__img-ibg {
    top: 0rem;
    height: 31.25rem;
  }
}

.search {
  position: relative;
  padding: 1.875rem 0 4.375rem;
}
.search__container {
  max-width: 73.75rem;
}
.search__title {
  margin-bottom: 1.5rem;
  font-family: IsidoraSans, sans-serif;
  font-size: 2.25rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
@media (min-width: 64.06125rem) {
  .search__title {
    margin-bottom: 3.125rem;
    font-size: 6.875rem;
  }
}
.search__text-block {
  padding: 1.5rem 1.5rem;
  background-color: #fff;
  color: #6d6e71;
  border-radius: 1.875rem;
}
@media (min-width: 64.06125rem) {
  .search__text-block {
    padding: 3.25rem 3.75rem;
  }
}
.search__text-block a {
  display: inline-block;
}
@media (any-hover: hover) {
  .search__text-block a:hover {
    text-decoration: underline;
  }
}
.search__text-1 {
  margin-bottom: 0.5rem;
  font-size: 1.0625rem;
  line-height: 1.4;
}
.search__text-1 p:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.search__text-2 {
  font-size: 0.8125rem;
}
.search__text-2 p:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.search__block {
  position: relative;
  max-width: 43.75rem;
  margin: 3.75rem auto 2.1875rem;
}
@media (min-width: 64.06125rem) {
  .search__block {
    max-width: 65.625rem;
  }
}
.search__block input {
  display: block;
  width: 100%;
  min-height: 4.375rem;
  padding: 0.3125rem 3.75rem 0.3125rem 1.5rem;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  background-color: #02887c;
  border-radius: 6.25rem;
  border: 5px solid #fff;
}
.search__block input::placeholder {
  opacity: 0.8;
}
@media (min-width: 64.06125rem) {
  .search__block input {
    min-height: 6.375rem;
    padding: 0.3125rem 6.375rem 0.3125rem 2.625rem;
    font-size: 1.625rem;
  }
}
.search__block .icon {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.1875rem;
  height: 2.1875rem;
  pointer-events: none;
}
@media (min-width: 64.06125rem) {
  .search__block .icon {
    right: 1.875rem;
    width: 3.4375rem;
    height: 3.4375rem;
  }
}
.search__body {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
  gap: 0.9375rem;
}
@media (min-width: 47.99875rem) {
  .search__body {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 64.06125rem) {
  .search__body {
    gap: 1.875rem;
  }
}
.search__item {
  min-height: 6.5625rem;
  padding: 0.625rem 0.9375rem;
  font-weight: 700;
  font-size: 1.0625rem;
  color: #fff;
  line-height: 1.3;
  background-color: #02887c;
  border-radius: 1.5rem;
}
@media (min-width: 29.99875rem) {
  .search__item {
    min-height: 7.8125rem;
  }
}
@media (any-hover: hover) {
  .search__item {
    transition: background-color 0.4s;
  }
  .search__item:hover {
    background-color: #a3238e;
  }
}

[data-tab-content]:not(._active) {
  display: none;
}
