.header__right,
.header__left,
.header__content,
.header__top__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart__count,
.empty-content,
.rating__count,
.snackbar__picture,
.header-wish__count,
.account__btn,
.header__account {
  display: flex;
  align-items: center;
  justify-content: center;
}
.language__list,
.header__controls {
  display: flex;
  align-items: center;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
input[type="radio"] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  color: #e3e3e3;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: flex;
  place-content: center;
  transition: 150ms border ease-in-out;
}
input[type="radio"]:checked {
  border: 4.5px solid #31c3ae;
}
input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  transition: all 150ms ease-in-out;
  cursor: pointer;
}
input[type="checkbox"]:checked {
  background-color: #31c3ae;
  border: 1px solid #31c3ae;
}
input[type="checkbox"]::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transition: 150ms transform ease-in-out;
  background-color: #fff;
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
input[type="checkbox"]:checked::before {
  transform: scale(1);
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
button,
input,
textarea,
li,
label,
select,
strong,
b,
caption,
td,
::placeholder {
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
}
strong,
b {
  font-weight: bold;
}
::-webkit-scrollbar {
  width: 7px;
  height: 5px;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background-color: #9f9f9f;
  border-radius: 4px;
}
::-webkit-scrollbar-track {
  background: #e3e3e3;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: inherit;
}
a:active,
a:hover {
  outline: none;
}
button,
input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
input,
textarea,
select {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
}
button:focus,
button:active,
input:focus,
input:active,
textarea:focus,
textarea:active,
select:focus,
select:active {
  outline: none;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
input {
  font-weight: 400;
  border-radius: 0;
  -webkit-appearance: none;
}
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}
::placeholder {
  font-size: 14px;
  line-height: 19px;
  color: #2e2e2e;
}
a {
  text-decoration: none;
}
img {
  border: none;
  vertical-align: middle;
}
input[hidden] {
  display: none;
}
.container {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}
.page {
  margin-top: 16px;
  margin-bottom: 64px;
}
.page__wrapper {
  margin-top: 24px;
}
.page__header {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 12px;
  }
  .page {
    margin-top: 12px;
    margin-bottom: 24px;
  }
  .page__wrapper {
    margin-top: 16px;
  }
  .page__header {
    margin-bottom: 16px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: 700;
  line-height: 100%;
  color: #000;
}
h1,
.h1 {
  font-size: max(22px, min(5vw, 26px));
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
h2,
.h2 {
  font-size: max(22px, min(5vw, 24px));
}
h3,
.h3 {
  font-size: max(16px, min(5vw, 22px));
}
h4,
.h4 {
  font-size: max(14px, min(3vw, 16px));
}
.text--md {
  font-size: max(16px, min(5vw, 19px));
}
.text--sm {
  font-size: max(14px, min(3vw, 16px));
  line-height: 150%;
}
.text--sm-alt {
  font-size: 16px;
}
.text--xsm {
  font-size: max(12px, min(2vw, 15px));
  line-height: 120%;
  letter-spacing: 1px;
}
.text--xsm-alt {
  font-size: max(12px, min(2vw, 14px));
}
.text--2xsm {
  font-size: 15px;
  line-height: 120%;
}
.text--3xsm {
  font-size: 14px;
  line-height: 19px;
}
.text--4xms {
  font-size: 13px;
}
.text--5xsm {
  font-size: 12px;
  line-height: 120%;
}
.text--6xsm {
  font-size: 11px;
  line-height: 100%;
}
.text--uppercase {
  text-transform: uppercase;
}
.text--underline {
  text-decoration: underline;
}
.text--bold {
  font-weight: 700;
}
.text--center {
  text-align: center;
}
.text--lh-md {
  line-height: 134%;
}
.text--lh-sm {
  line-height: 115%;
}
.text--lh-xsm {
  line-height: 100%;
}
.text--ls-lg {
  letter-spacing: 1px;
}
.text--ls-md {
  letter-spacing: 0.04em;
}
.text--ls-sm {
  letter-spacing: 0.01em;
}
.text--grey-800 {
  color: #2e2e2e;
}
.text--grey-500 {
  color: #676767;
}
.text--primary {
  color: #31c3ae;
}
.text--primary:hover {
  color: #29a291;
}
.text--secondary {
  color: #1b7983;
}
.text--secondary:hover {
  color: #29a291;
}
.text--pink-100 {
  color: #29a291;
}
.text--violet-500 {
  color: #29a291;
}
.text--danger {
  color: #e93824;
}
.text--success {
  color: #3db13a;
}
.text--warning {
  color: #f7bc26;
}
.text--white {
  color: #fff;
}
.text--black {
  color: #000;
}
.text--orange-400 {
  color: #f79410;
}
.text--left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  h1,
  .h1 {
    text-transform: none;
    letter-spacing: normal;
  }
}
@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes bottomToTop {
  0% {
    opacity: 0;
    bottom: -115px;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
    bottom: 25px;
  }
}
@keyframes bottomToTop {
  0% {
    opacity: 0;
    bottom: -115px;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
    bottom: 25px;
  }
}
@-webkit-keyframes bottomToTopSnackbar {
  0% {
    opacity: 0;
    top: 52%;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}
@keyframes bottomToTopSnackbar {
  0% {
    opacity: 0;
    top: 52%;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}
@-webkit-keyframes leftToRight {
  0% {
    left: -300px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftToRight {
  0% {
    left: -300px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes rightToLeft {
  0% {
    right: -410px;
  }
  100% {
    right: 0;
  }
}
@keyframes rightToLeft {
  0% {
    right: -410px;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes display {
  0% {
    opacity: 0;
    transform: scale(0.75) translateY(-20px);
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes display {
  0% {
    opacity: 0;
    transform: scale(0.75) translateY(-20px);
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.header__top {
  background-color: #f4f3f5;
}
.header__top__content {
  padding: 5px 0;
}
.header__container {
  padding: 14px 0;
}
.header__left {
  max-width: 600px;
  width: 100%;
}
.header__right {
  max-width: 550px;
  width: 100%;
}
.header__menu {
  background-color: #1b7983;
}
.header__language {
  margin-right: 20px;
}
.header__tels {
  position: relative;
  display: flex;
  gap: 12px;
}
.header__tels-item {
  display: flex;
  flex-direction: column;
}
.header__tel {
  transition: color 150ms ease-in-out;
  font-size: 16px;
}
.header__tel:hover {
  color: #29a291;
}
.header__tels-icons {
  margin-right: -7px;
  margin-top: -1px;
}
.header__controls {
  gap: 18px;
}
.header__search {
  width: 100%;
  margin-right: 48px;
}
.header__menu-burger {
  width: 25px;
  height: 16px;
  margin-right: 10px;
}
.header__account {
  margin-right: -7px;
}
.account__btn {
  border-radius: 4px;
  transition: all 150ms ease-in-out;
}
.header-wish__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.header-wish__count {
  position: absolute;
  top: -5px;
  right: -8px;
  background-color: #000;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 26px;
  height: 26px;
}
.header-wish__count__text {
  letter-spacing: -1px;
}
.menu-burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu-burger__item {
  width: 100%;
  height: 2px;
  background-color: #000;
}
@media screen and (max-width: 1200px) {
  .header__left {
    max-width: 540px;
  }
  .header__right {
    max-width: 400px;
  }
}
@media screen and (max-width: 992px) {
  .header__tel {
    font-size: 16px;
  }
  .header__left {
    max-width: 380px;
  }
  .header__right {
    max-width: 340px;
  }
  .header__tels {
    flex-direction: column;
    gap: 0;
  }
  .header__tels-icons {
    margin: 0;
    position: absolute;
    left: -25px;
  }
}
@media screen and (max-width: 768px) {
  .header__left {
    max-width: 56px;
  }
  .header__left-mobile {
    align-items: center;
    display: flex !important;
  }
  .header__right {
    justify-content: flex-end;
    max-width: 70px;
  }
  .header__search {
    background-color: #f4f3f5;
  }
}
.nav__list {
  position: relative;
}
.nav__item--dropdown:hover .nav__menu {
  display: flex;
}
.nav__item--catalog .nav__link {
  padding-right: 24px;
}
.nav__item:hover .nav__link {
  background-color: #31c3ae;
}
.nav__menu {
  display: none;
  width: 100%;
  padding: 16px 24px;
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 3;
  background-color: #fff;
  -webkit-animation: display 0.2s cubic-bezier(0.5, 0, 0, 1.25) forwards;
  animation: display 0.2s cubic-bezier(0.5, 0, 0, 1.25) forwards;
  flex-wrap: wrap;
  min-height: 172px;
  box-shadow: 0px 20px 134px rgba(0, 0, 0, 0.08),
    0px 7.7037px 42.6815px rgba(0, 0, 0, 0.0485926),
    0px 1.62963px 10.9185px rgba(0, 0, 0, 0.0314074);
  gap: 24px;
}
.nav__menu-list {
  flex: 1 1 calc(25% - 24px);
}
.nav__menu-item {
  margin-bottom: 10px;
}
.nav__menu-item-parent {
  margin-bottom: 10px;
}
.nav__menu-item:last-child {
  margin-bottom: 0;
}
.nav__menu-link {
  color: #1b7983;
  transition: color 150ms ease-in-out;
}
.nav__menu-link:hover {
  color: #29a291;
}
.nav__menu-sub-link {
  color: #2e2e2e;
}
.nav__menu-sub-link--active {
  color: #29a291;
}
.nav__menu-sub-link:hover {
  color: #29a291;
}
.nav__link {
  padding: 16px 12px;
}
.nav__link_in-stock {
  color: #29a291;
}
.nav__tel-item {
  position: relative;
}
.nav__tel-icons {
  position: absolute;
  top: -10px;
  right: -30px;
}
.nav__tel-icon--top {
  z-index: 2;
}
.nav__tel-icon--bottom {
  position: relative;
  top: -7px;
  z-index: 1;
}

.nav__submenu {
  margin-left: 8px;
}
@media screen and (max-width: 1024px) {
  .nav__menu {
    top: 38px;
    box-shadow: none;
  }
  .nav__menu-list {
    flex: 1 1 calc(50% - 24px);
  }
  .nav__link {
    padding: 12px 5px;
    font-size: 11px;
  }
}
@media screen and (max-width: 992px) {
  .nav__menu {
    top: 36px;
  }
  .nav__link {
    padding: 12px 4px;
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .nav__container {
    padding: 18px 24px 12px 24px;
    -webkit-animation: leftToRight 300ms ease-in-out forwards;
    animation: leftToRight 300ms ease-in-out forwards;
    overflow: auto;
  }
  .nav__container.open {
    position: fixed;
    display: flex !important;
    top: 0;
    left: -300px;
    width: 100%;
    height: 100%;
    max-width: 350px;
    z-index: 4;
    background-color: #fff;
  }
  .nav__body {
    margin-bottom: 24px;
  }
  .nav__item {
    border-bottom: 1px solid #e3e3e3;
  }
  .nav__item-caret {
    transition: all 150ms ease-in-out;
  }
  .nav__item--dropdown:hover .nav__menu {
    display: none;
  }
  .nav__item.open .nav__menu {
    display: flex;
  }
  .nav__item.open .nav__link {
    color: #1b7983;
  }
  .nav__item.open .nav__item-caret {
    transform: rotate(-180deg);
  }
  .nav__item.open .nav__item-caret path {
    stroke: #1b7983;
  }
  .nav__item:hover .nav__link {
    background-color: rgba(0, 0, 0, 0);
  }
  .nav__menu {
    top: unset;
    left: unset;
    position: relative;
    padding: 0 0 0 16px;
    flex-direction: column;
    min-height: unset;
    gap: 0;
  }
  .nav__menu-list {
    margin-right: 0;
    flex: 100%;
    margin-bottom: 12px;
  }
  .nav__menu-item-parent {
    width: 100%;
    margin-bottom: 0;
  }
  .nav__menu-item.open .nav__submenu {
    display: flex;
  }
  .nav__menu-item.open .nav__menu-item-caret {
    transform: rotate(-180deg);
  }
  .nav__menu-item-caret {
    transition: all 150ms ease-in-out;
  }
  .nav__submenu {
    display: none;
    padding-left: 16px;
    margin: 10px 0;
  }
  .nav__link {
    padding: 10px 0;
    font-size: 14px;
    line-height: 115%;
    color: #000;
  }
  .nav__link--in-stock {
    color: #29a291;
    padding-top: 0;
  }
  .nav__burger-item {
    background-color: #000;
  }
}
.language__item {
  margin-right: 11px;
}
.language__item:last-child {
  margin-right: 0;
}
.language__item:last-child .language__btn::after {
  display: none;
}
.language__item_selected {
  pointer-events: none;
}
.language__item_selected .language__text {
  font-weight: 700;
}
.language__btn {
  position: relative;
}
.language__btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: -7px;
  display: block;
  width: 2px;
  height: 17px;
  background-color: #cbcbcb;
}
.language__btn::after:last-child {
  display: none;
}
.tooltip {
  background: #2e2e2e;
  padding: 4px 8px;
  z-index: 10;
  display: none;
}
.tooltip_show {
  display: block;
}
.tooltip__text {
  font-size: 12px;
  line-height: 134%;
  color: #fff;
}
.tooltip__arrow {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
  visibility: hidden;
}
.tooltip__arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
  visibility: visible;
  content: "";
  transform: rotate(45deg);
}
.tooltip[data-popper-placement="top"] .tooltip__arrow {
  bottom: -4px;
}
.tooltip[data-popper-placement^="bottom"] .tooltip__arrow {
  top: -4px;
}
.tooltip[data-popper-placement^="left"] .tooltip__arrow {
  right: -4px;
}
.tooltip[data-popper-placement^="right"] .tooltip__arrow {
  left: -4px;
}
.btn {
  transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out;
  border: 2px solid rgba(0, 0, 0, 0);
}
.btn__text {
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 120%;
  text-transform: uppercase;
}
.btn__icon_left {
  margin-right: 6px;
}
.btn__icon_right {
  margin-left: 6px;
}
.btn--primary {
  background-color: #31c3ae;
}
.btn--primary:hover {
  background-color: #1b7983;
}
.btn--primary .btn__text {
  color: #fff;
}
.btn--secondary {
  background-color: #318e81;
}
.btn--secondary:hover {
  background-color: #31c3ae;
}
.btn--secondary .btn__text {
  color: #fff;
}
.btn--primary-revert {
  border: 2px solid #31c3ae;
}
.btn--primary-revert:hover {
  background-color: #1b7983;
  border: 2px solid #1b7983;
}
.btn--primary-revert:hover .btn__text {
  color: #fff;
}
.btn--white {
  border: 2px solid #fff;
}
.btn--white:hover {
  border: 2px solid #31c3ae;
}
.btn[disabled] {
  background-color: #b0b0b0;
  pointer-events: none;
}
.btn--xsm {
  padding: 6px 14px;
  font-size: 11px;
}
.btn--sm {
  padding: 10px 26px;
  font-size: 12px;
}
.btn--md {
  padding: 14px 18px;
  font-size: 12px;
}
.btn--lg {
  padding: 14px 18px;
  font-size: 15px;
}
.btn--full {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .btn--lg {
    padding: 12px 14px;
    font-size: 12px;
  }
}
.form__section {
  margin-bottom: 16px;
}
.form__section:last-child {
  margin-bottom: 0;
}
.form__field {
  display: flex;
  flex-direction: column;
}
.form__field.invalid .form__input {
  border: 1px solid #e93824;
}
.form__field.invalid .form__field__message {
  display: inline-block;
  color: #e93824;
}
.form__field__input {
  position: relative;
}
.form__field__message {
  display: none;
  margin-top: 2px;
  font-size: 14px;
  line-height: 140%;
}
.form__label {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #2e2e2e;
  margin-bottom: 4px;
}
.form__input {
  width: 100%;
  padding: 9px 12px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e3e3e3;
  font-size: 14px;
  line-height: 19px;
  color: #2e2e2e;
}
.form__textarea {
  max-width: 100%;
  max-height: 200px;
  min-width: 100%;
  min-height: 80px;
  padding: 9px 12px;
  border: 1px solid #e3e3e3;
}
.form__input,
.form__textarea {
  transition: border 150ms ease-in-out;
}
.form__input:focus,
.form__textarea:focus {
  border: 1px solid #1b7983;
}
.form__select {
  padding: 9px 12px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
}
.form__submit {
  margin-top: 24px;
}
.form__forgot-password {
  margin-top: 4px;
}
.form__message {
  margin-bottom: 24px;
}
.form__message__text {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
}
.form__message__text a {
  color: #3297fd;
  transition: color 150ms ease-in-out;
}
.form__message__text a:hover {
  color: #29a291;
}
.form__message__text_warning {
  color: #f7bc26;
}
.form__message__text_success {
  color: #3db13a;
}
.form__message__text_danger {
  color: #e93824;
}
.form__btn-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(-50%, -50%);
  display: none;
}
.form__btn-icon_active {
  display: flex;
}
.forgot-password__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #318e81;
  cursor: pointer;
}
.form__section-row {
  display: flex;
  align-items: center;
}
.form__section-row-input {
  margin-right: 10px;
}
.form__section-row-btn {
  height: 39px;
}
@media screen and (max-width: 768px) {
  .form__section {
    margin-bottom: 12px;
  }
}
.logo__link {
  display: flex;
}
.logo__picture {
  margin-right: 16px;
}
.logo__img {
  width: 100%;
  height: 54px;
  max-width: 210px;
}
.logo__desk-text {
  line-height: 124%;
}
@media screen and (max-width: 768px) {
  .logo__picture {
    margin-right: 0;
  }
  .logo__img {
    height: 45px;
    max-width: 100px;
  }
}
.search {
  position: relative;
}
.search__btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.search .tagify {
  width: 100%;
  border: none !important;
  border-bottom: 2px solid #cbcbcb !important;
}
.search .tagify__input {
  padding-left: 0 !important;
}
.search .tagify__tag {
  right: 30px !important;
}
.search .tagify--focus {
  border-bottom: 2px solid #1b7983 !important;
}
.search .tagify::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .search .tagify {
    border-top: 1px solid #e3e3e3 !important;
    border-bottom: 1px solid #e3e3e3 !important;
  }
  .search .tagify__input {
    padding-left: 14px !important;
  }
  .search .tagify__tag {
    right: 46px !important;
  }
  .search .tagify:focus {
    border-bottom: 1px solid #29a291 !important;
  }
  .search__btn {
    right: 14px;
  }
}
.overlay_active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.payment__img {
  margin-right: 12px;
}
.payment__text {
  font-size: 13px;
  line-height: 100%;
  color: #2e2e2e;
  margin-top: 16px;
}
.copyright__text {
  font-size: 13px;
  line-height: 120%;
  color: #2e2e2e;
}
.footer {
  padding: 32px 0;
  background-color: #baede6;
  color: #fff;
}
.footer__section {
  margin-bottom: 32px;
}
.footer__section:last-child {
  margin-bottom: 0;
}
.footer__title {
  margin-bottom: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 120%;
  font-size: 12px;
  font-weight: 700;
  color: #000;
}
.footer__item {
  margin-bottom: 10px;
}
.footer__item:last-child {
  margin-bottom: 0;
}
.footer__link {
  transition: color 150ms ease-in-out;
}
.footer__link:hover {
  color: #29a291;
}
.footer__tel {
  font-size: 19px;
  text-transform: uppercase;
}
.footer__tel-text {
  margin-top: 6px;
}
.footer__copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 56px;
}
.footer__email {
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 12px 0;
  }
  .footer__col {
    flex: 0 0 50%;
    margin-bottom: 32px;
  }
  .footer__col:last-child {
    margin-bottom: 0;
  }
  .footer__col--3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex: 1 0 100%;
  }
  .footer__col--3 .footer__section {
    flex: 0 0 50%;
  }
  .footer__col--4 {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
    text-align: center;
  }
  .footer__section {
    margin-bottom: 0;
  }
  .footer__section:nth-child(odd) {
    padding-right: 6px;
  }
  .footer__title {
    margin-bottom: 8px;
  }
  .footer__item {
    margin-bottom: 8px;
  }
  .footer__tel {
    font-size: 16px;
  }
  .footer__copyright {
    flex-direction: column;
    gap: 12px;
    margin-top: 32px;
    text-align: center;
  }
  .footer__social {
    margin-bottom: 32px;
  }
  .payment__text {
    margin-top: 8px;
  }
  .partners__list {
    justify-content: center;
  }
}
.social__item {
  margin-right: 7px;
  margin-bottom: 0;
}
.social__item:last-child {
  margin-right: 0;
}
.snackbar {
  position: fixed;
  bottom: 25px;
  left: 25px;
  min-width: 280px;
  max-width: 500px;
  width: calc(100% - 24px);
  background-color: #f4f3f5;
  -webkit-animation: bottomToTop 0.2s cubic-bezier(0.5, 0, 0, 1.25) forwards;
  animation: bottomToTop 0.2s cubic-bezier(0.5, 0, 0, 1.25) forwards;
  z-index: 9999;
}
.snackbar.center {
  box-shadow: -1px 0px 10px 5px rgba(0, 0, 0, 0.05);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: fit-content;
  width: -moz-fit-content;
  max-width: 700px;
  -webkit-animation: bottomToTopSnackbar 0.2s cubic-bezier(0.5, 0, 0, 1.25)
    forwards;
  animation: bottomToTopSnackbar 0.2s cubic-bezier(0.5, 0, 0, 1.25) forwards;
}
.snackbar__container {
  padding: 16px;
  padding-right: 36px;
  display: flex;
  align-items: center;
}
.snackbar__picture {
  margin-right: 12px;
}
.snackbar__text_small {
  font-size: 14px;
  line-height: 134%;
  color: #2e2e2e;
}
.snackbar__text_small a {
  color: #1b7983;
  transition: color 150ms ease-in-out;
}
.snackbar__text_small a:hover {
  color: #29a291;
}
.snackbar__text_big {
  font-weight: 700;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.snackbar__text_big a {
  font-weight: 700;
  transition: all 150ms ease-in-out;
}
.snackbar__text_big a:hover {
  color: #29a291;
}
.snackbar__btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
}
.snackbar__top {
  margin-bottom: 4px;
}
a.snackbar__text_big {
  font-weight: 700;
  transition: all 150ms ease-in-out;
}
a.snackbar__text_big:hover {
  color: #29a291;
}
@media screen and (max-width: 576px) {
  .snackbar {
    bottom: 10px;
    left: 10px;
    min-width: 190px;
    max-width: 300px;
  }
  .snackbar__container {
    padding: 12px;
    flex-direction: column;
  }
  .snackbar__picture {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .snackbar__content {
    max-width: 100%;
    text-align: center;
  }
  .snackbar__text_big {
    font-size: 16px;
    text-transform: none;
    letter-spacing: normal;
  }
  .snackbar__btn-close {
    top: 12px;
    right: 12px;
  }
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.breadcrumb__list::-webkit-scrollbar {
  display: none;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.breadcrumb__item:last-child {
  margin-right: 0;
  pointer-events: none;
}
.breadcrumb__item:last-child .breadcrumb__link {
  margin-right: 0;
}
.breadcrumb__item:last-child .breadcrumb__icon {
  display: none;
}
.breadcrumb__link {
  margin-right: 8px;
  transition: all 150ms ease-in-out;
  font-size: 13px;
  line-height: 100%;
  color: #000;
}
.breadcrumb__link:hover {
  color: #29a291;
}
.rating {
  display: flex;
  align-items: center;
}
.rating__list {
  display: flex;
  align-items: center;
}
.rating__item_selected path {
  fill: #f7bc26;
}
.rating__count {
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.rating__field {
  display: none !important;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.loading.active {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.loading.active .loading__loader {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loading__loader {
  border: 3px solid #e3e3e3;
  border-radius: 50%;
  border-top: 3px solid #1b7983;
  width: 56px;
  height: 56px;
}
.loading--content {
  position: absolute;
}
.loading--content.active {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal {
  z-index: 1050;
  position: relative;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__container {
  position: relative;
  background-color: #fff;
  padding: 40px 24px;
  max-width: 440px;
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  margin: 0 12px;
}
.modal__header {
  margin-bottom: 24px;
}
.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml, %3Csvg width=%2718%27 height=%2718%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.707.293A1 1 0 0 0 .293 1.707L1.707.293Zm14.586 17.414a1 1 0 0 0 1.414-1.414l-1.414 1.414Zm1.414-16A1 1 0 0 0 16.293.293l1.414 1.414ZM.293 16.293a1 1 0 1 0 1.414 1.414L.293 16.293Zm0-14.586 8 8 1.414-1.414-8-8L.293 1.707Zm8 8 8 8 1.414-1.414-8-8-1.414 1.414Zm8-9.414-8 8 1.414 1.414 8-8L16.293.293Zm-8 8-8 8 1.414 1.414 8-8-1.414-1.414Z%27 fill=%27%23000%27/%3E%3C/svg%3E");
}
.modal__close:hover {
  opacity: 0.6;
}
.modal__title {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .modal__container {
    padding: 34px 16px 24px 16px;
    max-height: 92vh;
  }
  .modal__title {
    text-transform: none;
    letter-spacing: normal;
  }
  .modal__close {
    top: 12px;
    right: 12px;
  }
}
.swal2-title {
  color: #000 !important;
  display: block;
  letter-spacing: normal;
}
.swal2-actions {
  margin-top: 20px !important;
}
.btn-swal {
  margin-right: 4px;
}
.btn-swal:last-child {
  margin-right: 0;
}
.dummy-chat {
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .dummy-chat {
    bottom: 20px;
    right: 20px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-shadow: 0 19px 38px 0 rgba(34, 36, 43, 0.3);
  }
}
.cookie {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% - 30px);
  max-width: 1275px;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.08),
    0px 1px 2.925px rgba(0, 0, 0, 0.04);
}
.cookie__container {
  padding: 13px 16px;
}
.cookie__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 30px);
}
.cookie__text {
  margin-right: 10px;
}
.cookie__btn-close {
  display: flex;
  position: absolute;
  top: 12px;
  right: 16px;
}
@media screen and (max-width: 768px) {
  .cookie__container {
    padding: 12px;
  }
  .cookie__content {
    flex-direction: column;
    align-items: baseline;
  }
  .cookie__text {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .cookie__btn-close {
    right: 12px;
  }
}
@media screen and (max-width: 576px) {
  .cookie {
    width: calc(100% - 24px);
  }
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 28px;
  height: 28px;
  border: 2px solid #fff;
  border-bottom-color: #1b7983;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader--loading {
  position: relative;
  opacity: 0.8;
  pointer-events: none;
}
.empty-content {
  flex-direction: column;
  max-width: 335px;
  margin: 0 auto;
  width: 100%;
}
.empty-content__section {
  margin-bottom: 24px;
}
.empty-content__section:last-child {
  margin-bottom: 0;
}
.empty-content__title {
  font-size: 17px;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.made-by {
  display: flex;
  align-items: center;
  opacity: 0.6;
  transition: opacity 150ms ease-in-out;
}
.made-by:hover {
  opacity: 1;
}
.made-by__text {
  margin-right: 4px;
}
.made-by__icon {
  max-width: 80px;
}
:root {
  --tagify-dd-color-primary: rgb(53, 149, 246);
  --tagify-dd-bg-color: white;
  --tagify-dd-item-pad: 0.3em 0.5em;
}
.tagify {
  --tags-disabled-bg: #f1f1f1;
  --tags-border-color: #ddd;
  --tags-hover-border-color: #ccc;
  --tags-focus-border-color: #3595f6;
  --tag-border-radius: 3px;
  --tag-bg: #e5e5e5;
  --tag-hover: #d3e2e2;
  --tag-text-color: black;
  --tag-text-color--edit: black;
  --tag-pad: 0.3em 0.5em;
  --tag-inset-shadow-size: 1.1em;
  --tag-invalid-color: #d39494;
  --tag-invalid-bg: rgba(211, 148, 148, 0.5);
  --tag-remove-bg: rgba(211, 148, 148, 0.3);
  --tag-remove-btn-color: black;
  --tag-remove-btn-bg: none;
  --tag-remove-btn-bg--hover: #c77777;
  --input-color: inherit;
  --tag--min-width: 1ch;
  --tag--max-width: auto;
  --tag-hide-transition: 0.3s;
  --placeholder-color: rgba(0, 0, 0, 0.4);
  --placeholder-color-focus: rgba(0, 0, 0, 0.25);
  --loader-size: 0.8em;
  --readonly-striped: 1;
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 1px solid var(--tags-border-color);
  padding: 0;
  line-height: 0;
  cursor: text;
  outline: none;
  position: relative;
  box-sizing: border-box;
  transition: 0.1s;
}
@keyframes tags--bump {
  30% {
    transform: scale(1.2);
  }
}
@keyframes rotateLoader {
  to {
    transform: rotate(1turn);
  }
}
.tagify:hover:not(.tagify--focus):not(.tagify--invalid) {
  --tags-border-color: var(--tags-hover-border-color);
}
.tagify[disabled] {
  background: var(--tags-disabled-bg);
  filter: saturate(0);
  opacity: 0.5;
  pointer-events: none;
}
.tagify[readonly].tagify--select,
.tagify[disabled].tagify--select {
  pointer-events: none;
}
.tagify[readonly]:not(.tagify--mix):not(.tagify--select),
.tagify[disabled]:not(.tagify--mix):not(.tagify--select) {
  cursor: default;
}
.tagify[readonly]:not(.tagify--mix):not(.tagify--select) > .tagify__input,
.tagify[disabled]:not(.tagify--mix):not(.tagify--select) > .tagify__input {
  visibility: hidden;
  width: 0;
  margin: 5px 0;
}
.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div,
.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div {
  padding: var(--tag-pad);
}
.tagify[readonly]:not(.tagify--mix):not(.tagify--select)
  .tagify__tag
  > div::before,
.tagify[disabled]:not(.tagify--mix):not(.tagify--select)
  .tagify__tag
  > div::before {
  animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused;
}
@keyframes readonlyStyles {
  0% {
    background: linear-gradient(
        45deg,
        var(--tag-bg) 25%,
        transparent 25%,
        transparent 50%,
        var(--tag-bg) 50%,
        var(--tag-bg) 75%,
        transparent 75%,
        transparent
      )
      0/5px 5px;
    box-shadow: none;
    filter: brightness(0.95);
  }
}
.tagify[readonly] .tagify__tag__removeBtn,
.tagify[disabled] .tagify__tag__removeBtn {
  display: none;
}
.tagify--loading .tagify__input > br:last-child {
  display: none;
}
.tagify--loading .tagify__input::before {
  content: none;
}
.tagify--loading .tagify__input::after {
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: 0.7em;
  height: 0.7em;
  width: var(--loader-size);
  height: var(--loader-size);
  min-width: 0;
  border: 3px solid;
  border-color: #eee #bbb #888 rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: rotateLoader 0.4s infinite linear;
  content: "" !important;
  margin: -2px 0 -2px 0.5em;
}
.tagify--loading .tagify__input:empty::after {
  margin-left: 0;
}
.tagify + input,
.tagify + textarea {
  position: absolute !important;
  left: -9999em !important;
  transform: scale(0) !important;
}
.tagify__tag {
  display: inline-flex;
  align-items: center;
  margin: 5px 0 5px 5px;
  position: relative;
  z-index: 1;
  outline: none;
  line-height: normal;
  cursor: default;
  transition: 0.13s ease-out;
}
.tagify__tag > div {
  vertical-align: top;
  box-sizing: border-box;
  max-width: 100%;
  padding: var(--tag-pad);
  color: var(--tag-text-color);
  line-height: inherit;
  border-radius: var(--tag-border-radius);
  white-space: nowrap;
  transition: 0.13s ease-out;
}
.tagify__tag > div > * {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
  min-width: var(--tag--min-width);
  max-width: var(--tag--max-width);
  transition: 0.8s ease, 0.1s color;
}
.tagify__tag > div > *[contenteditable] {
  outline: none;
  user-select: text;
  cursor: text;
  margin: -2px;
  padding: 2px;
  max-width: 350px;
}
.tagify__tag > div::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  inset: var(--tag-bg-inset, 0);
  z-index: -1;
  pointer-events: none;
  transition: 120ms ease;
  animation: tags--bump 0.3s ease-out 1;
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset;
}
.tagify__tag:hover:not([readonly]) div::before,
.tagify__tag:focus div::before {
  --tag-bg-inset: -2.5px;
  --tag-bg: var(--tag-hover);
}
.tagify__tag--loading {
  pointer-events: none;
}
.tagify__tag--loading .tagify__tag__removeBtn {
  display: none;
}
.tagify__tag--loading::after {
  --loader-size: 0.4em;
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: 0.7em;
  height: 0.7em;
  width: var(--loader-size);
  height: var(--loader-size);
  min-width: 0;
  border: 3px solid;
  border-color: #eee #bbb #888 rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: rotateLoader 0.4s infinite linear;
  margin: 0 0.5em 0 -0.1em;
}
.tagify__tag--flash div::before {
  animation: none;
}
.tagify__tag--hide {
  width: 0 !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
  transform: scale(0);
  transition: var(--tag-hide-transition);
  pointer-events: none;
}
.tagify__tag--hide > div > * {
  white-space: nowrap;
}
.tagify__tag.tagify--noAnim > div::before {
  animation: none;
}
.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div > span {
  opacity: 0.5;
}
.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before {
  --tag-bg: var(--tag-invalid-bg);
  transition: 0.2s;
}
.tagify__tag[readonly] .tagify__tag__removeBtn {
  display: none;
}
.tagify__tag[readonly] > div::before {
  animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused;
}
@keyframes readonlyStyles {
  0% {
    background: linear-gradient(
        45deg,
        var(--tag-bg) 25%,
        transparent 25%,
        transparent 50%,
        var(--tag-bg) 50%,
        var(--tag-bg) 75%,
        transparent 75%,
        transparent
      )
      0/5px 5px;
    box-shadow: none;
    filter: brightness(0.95);
  }
}
.tagify__tag--editable > div {
  color: var(--tag-text-color--edit);
}
.tagify__tag--editable > div::before {
  box-shadow: 0 0 0 2px var(--tag-hover) inset !important;
}
.tagify__tag--editable > .tagify__tag__removeBtn {
  pointer-events: none;
}
.tagify__tag--editable > .tagify__tag__removeBtn::after {
  opacity: 0;
  transform: translateX(100%) translateX(5px);
}
.tagify__tag--editable.tagify--invalid > div::before {
  box-shadow: 0 0 0 2px var(--tag-invalid-color) inset !important;
}
.tagify__tag__removeBtn {
  order: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  font: 14px/1 Arial;
  background: var(--tag-remove-btn-bg);
  color: var(--tag-remove-btn-color);
  width: 14px;
  height: 14px;
  margin-right: 4.6666666667px;
  margin-left: auto;
  overflow: hidden;
  transition: 0.2s ease-out;
}
.tagify__tag__removeBtn::after {
  content: "×";
  transition: 0.3s, color 0s;
}
.tagify__tag__removeBtn:hover {
  color: #fff;
  background: var(--tag-remove-btn-bg--hover);
}
.tagify__tag__removeBtn:hover + div > span {
  opacity: 0.5;
}
.tagify__tag__removeBtn:hover + div::before {
  box-shadow: 0 0 0 var(--tag-inset-shadow-size)
    var(--tag-remove-bg, rgba(211, 148, 148, 0.3)) inset !important;
  transition: box-shadow 0.2s;
}
.tagify:not(.tagify--mix) .tagify__input br {
  display: none;
}
.tagify:not(.tagify--mix) .tagify__input * {
  display: inline;
  white-space: nowrap;
}
.tagify__input {
  flex-grow: 1;
  display: inline-block;
  min-width: 110px;
  margin: 5px;
  padding: var(--tag-pad);
  line-height: normal;
  position: relative;
  white-space: pre-wrap;
  color: var(--input-color);
  box-sizing: inherit;
}
@-moz-document url-prefix() {
}
.tagify__input:empty::before {
  position: static;
}
.tagify__input:focus {
  outline: none;
}
.tagify__input:focus::before {
  transition: 0.2s ease-out;
  opacity: 0;
  transform: translatex(6px);
}
@supports (-ms-ime-align: auto) {
  .tagify__input:focus::before {
    display: none;
  }
}
.tagify__input:focus:empty::before {
  transition: 0.2s ease-out;
  opacity: 1;
  transform: none;
  color: rgba(0, 0, 0, 0.25);
  color: var(--placeholder-color-focus);
}
@-moz-document url-prefix() {
  .tagify__input:focus:empty::after {
    display: none;
  }
}
.tagify__input::before {
  content: attr(data-placeholder);
  height: 1em;
  line-height: 1em;
  margin: auto 0;
  z-index: 1;
  color: var(--placeholder-color);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  position: absolute;
}
.tagify__input::after {
  content: attr(data-suggest);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  min-width: calc(100% - 1.5em);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  color: var(--tag-text-color);
  opacity: 0.3;
  pointer-events: none;
  max-width: 100px;
}
.tagify__input .tagify__tag {
  margin: 0 1px;
}
.tagify--mix {
  display: block;
}
.tagify--mix .tagify__input {
  padding: 5px;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  display: block;
}
.tagify--mix .tagify__input::before {
  height: auto;
  display: none;
  line-height: inherit;
}
.tagify--mix .tagify__input::after {
  content: none;
}
.tagify--select::after {
  content: ">";
  opacity: 0.5;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  font: 16px monospace;
  line-height: 8px;
  height: 8px;
  pointer-events: none;
  transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
  transition: 0.2s ease-in-out;
}
.tagify--select[aria-expanded="true"]::after {
  transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2);
}
.tagify--select .tagify__tag {
  position: absolute;
  top: 0;
  right: 1.8em;
  bottom: 0;
}
.tagify--select .tagify__tag div {
  display: none;
}
.tagify--select .tagify__input {
  width: 100%;
}
.tagify--empty .tagify__input::before {
  transition: 0.2s ease-out;
  opacity: 1;
  transform: none;
  display: inline-block;
  width: auto;
}
.tagify--mix .tagify--empty .tagify__input::before {
  display: inline-block;
}
.tagify--focus {
  --tags-border-color: var(--tags-focus-border-color);
  transition: 0s;
}
.tagify--invalid {
  --tags-border-color: #d39494;
}
.tagify__dropdown {
  position: absolute;
  z-index: 9999;
  transform: translateY(1px);
  overflow: hidden;
}
.tagify__dropdown[placement="top"] {
  margin-top: 0;
  transform: translateY(-100%);
}
.tagify__dropdown[placement="top"] .tagify__dropdown__wrapper {
  border-top-width: 1.1px;
  border-bottom-width: 0;
}
.tagify__dropdown[position="text"] {
  box-shadow: 0 0 0 3px rgba(var(--tagify-dd-color-primary), 0.1);
  font-size: 0.9em;
}
.tagify__dropdown[position="text"] .tagify__dropdown__wrapper {
  border-width: 1px;
}
.tagify__dropdown__wrapper {
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  background: var(--tagify-dd-bg-color);
  border: 1px solid;
  border-color: var(--tagify-dd-color-primary);
  border-bottom-width: 1.5px;
  border-top-width: 0;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  transition: 0.25s cubic-bezier(0, 1, 0.5, 1);
}
.tagify__dropdown__header:empty {
  display: none;
}
.tagify__dropdown__footer {
  display: inline-block;
  margin-top: 0.5em;
  padding: var(--tagify-dd-item-pad);
  font-size: 0.7em;
  font-style: italic;
  opacity: 0.5;
}
.tagify__dropdown__footer:empty {
  display: none;
}
.tagify__dropdown--initial .tagify__dropdown__wrapper {
  max-height: 20px;
  transform: translateY(-1em);
}
.tagify__dropdown--initial[placement="top"] .tagify__dropdown__wrapper {
  transform: translateY(2em);
}
.tagify__dropdown__item {
  box-sizing: border-box;
  padding: var(--tagify-dd-item-pad);
  margin: 1px;
  white-space: pre-wrap;
  cursor: pointer;
  border-radius: 2px;
  position: relative;
  outline: none;
  max-height: 60px;
  max-width: 100%;
}
.tagify__dropdown__item--active {
  background: var(--tagify-dd-color-primary);
  color: #fff;
}
.tagify__dropdown__item:active {
  filter: brightness(105%);
}
.tagify__dropdown__item--hidden {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 1px;
  pointer-events: none;
  overflow: hidden;
  max-height: 0;
  transition: var(--tagify-dd-item--hidden-duration, 0.3s) !important;
}
.tagify__dropdown__item--hidden > * {
  transform: translateY(-100%);
  opacity: 0;
  transition: inherit;
}
.tagify-select__dropdown .tagify__dropdown__wrapper {
  border-color: #e3e3e3;
}
.tagify-select__dropdown .tagify__dropdown__item {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.tagify-select__dropdown .tagify__dropdown__item--active {
  background-color: #1b7983;
}
.tagify-select__dropdown .tagify__dropdown__footer {
  display: none;
}
.tagify-select.tagify {
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom-color: #e3e3e3;
}
.tagify-select.tagify--select::after {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 width=%279%27 height=%276%27 class=%27tagify-select__caret checkout-delivery__tagify-select-caret%27%3E%3Cpath d=%27m1 .75 3.5 3.5L8 .75%27 stroke=%27%23000%27 stroke-width=%272%27%3E%3C/path%3E%3C/svg%3E");
  opacity: 1;
  transform: translate(-150%, -50%) rotate(0deg);
}
.tagify-select.tagify--select[aria-expanded="true"]::after {
  transform: translate(-150%, -50%) rotate(180deg);
}
.tagify-select.tagify--loading .tagify__input::after {
  margin: 4px 0 -2px 0.5em;
}
.tagify-select .tagify__input {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 9px 12px;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  padding-right: 45px;
}
.tagify-select .tagify__input::before {
  color: #676767;
  line-height: normal;
}
.tagify-select .tagify__tag {
  right: 28px;
  margin: 0;
}
.tagify-select .tagify__tag__removeBtn {
  font-family: "Nunito", sans-serif;
  margin: 0;
}
.tagify-select .tagify__tag__removeBtn:hover {
  background-color: #e93824;
}
.tagify-select__not-found {
  padding: 0.3em 0.5em;
  margin: 1px;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.tagify-select_disabled {
  opacity: 0.5;
  pointer-events: none;
  display: block;
}
.tagify-select_disabled .tagify__input {
  pointer-events: none;
  display: block;
}
body.overflow {
  overflow: hidden;
  padding-right: 7px;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs,
.visible-lg-flex,
.visible-md-flex,
.visible-sm-flex,
.visible-xs-flex {
  display: none !important;
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
}
.cart__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.cart__count {
  position: absolute;
  top: -5px;
  right: -8px;
  background-color: #000;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 26px;
  height: 26px;
}
.cart__count__text {
  letter-spacing: -1px;
}
.cart__menu {
  display: none;
}
.flex {
  display: flex;
}
.align-center {
  align-items: center;
}
.align-baseline {
  align-items: baseline;
}
.align-flex-start {
  align-items: flex-start;
}
.align-flex-end {
  align-items: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-space-between {
  justify-content: space-between;
}
.direction-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.text-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.text-clamp--2 {
  -webkit-line-clamp: 2;
}
.text-clamp--3 {
  -webkit-line-clamp: 3;
}
.text-clamp--7 {
  -webkit-line-clamp: 7;
}
@media screen and (max-width: 992px) {
  .direction-column-lg {
    flex-direction: column;
  }
  .visible-lg {
    display: block !important;
  }
  .visible-lg-flex {
    display: flex !important;
  }
  .invisible-lg {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .direction-column-md {
    flex-direction: column;
  }
  .justify-flex-end-md {
    justify-content: flex-end;
  }
  .visible-md {
    display: block !important;
  }
  .visible-md-flex {
    display: flex !important;
  }
  .invisible-md {
    display: none !important;
  }
  body.overflow {
    padding-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .direction-column-sm {
    flex-direction: column;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .visible-sm {
    display: block !important;
  }
  .visible-sm-flex {
    display: flex !important;
  }
  .invisible-sm {
    display: none !important;
  }
}
.cursor-pointer {
  cursor: pointer;
}
.link-hover {
  transition: all 150ms ease-in-out;
}
.link-hover_pink_100:hover {
  color: #29a291;
}
.link-hover_violet_500:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
    .page-index .splide__arrow,
    .page-index .slider-common_arrow {
        display: none !important;
    }
}
.slider-common__pagination,
.splide__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    gap: 3px;
    padding: 7px 0 0 0;
}
.slider-common__pagination-page,
.splide__pagination__page {
    width: 4px;         /* дуже компактна ширина */
    height: 2.5px;       /* дуже тонка смужка */
    border-radius: 2.5px;
    background: #D8D8D8;
    transition: background 0.3s, width 0.3s;
    margin: 0 1.5px;
    border: none;
    opacity: 0.7;
}
.slider-common__pagination-page[aria-current="true"],
.splide__pagination__page[aria-current="true"] {
    background: #35ccb3;
    width: 9px;         /* активна трохи ширша */
    opacity: 1;
}

@media (min-width: 769px) {
    .slider-common__pagination,
    .splide__pagination {
        gap: 4px;
        padding: 10px 0 0 0;
    }
    .slider-common__pagination-page,
    .splide__pagination__page {
        width: 16px;
        height: 3px;
        border-radius: 3px;
        background: #E0E0E0;
        margin: 0 2px;
    }
    .slider-common__pagination-page[aria-current="true"],
    .splide__pagination__page[aria-current="true"] {
        background: #35ccb3;
        width: 24px;
    }
    .slider-common__pagination-page:hover,
    .splide__pagination__page:hover {
        background: #45E5C0;
        cursor: pointer;
    }
}
@media (max-width: 768px) {
  /* Головні категорії */
  .nav__menu-item-parent.flex {
    font-size: 18px !important;
    padding: 8px 0 8px 8px !important;
    font-weight: 700 !important;
    color: #222 !important;
    min-height: 36px;
    line-height: 120%;
    transition: color 0.2s;
  }
  /* Активна головна категорія */
  .nav__menu-item-parent.flex.active,
  .nav__menu-item-parent.flex[aria-expanded="true"] {
    color: #29a291 !important;
    background: #e3f8ff !important;
  }

  /* Підкатегорії */
  .nav__menu-link {
    font-size: 15px !important;
    padding: 7px 0 7px 7px !important;
    min-height: 32px;
    color: #222 !important;
    display: block;
  }
  /* Активна підкатегорія */
  .nav__menu-link.active,
  .nav__menu-link--active {
    color: #29a291 !important;
    background: #e3f8ff !important;
  }

  /* Підпідкатегорії */
  .nav__menu-sub-link {
    font-size: 14px !important;
    padding: 10px 24px 10px 10px !important;
    min-height: 28px;
    color: #222 !important;
    display: block;
  }
  .nav__menu-sub-link.active,
  .nav__menu-sub-link--active {
    color: #29a291 !important;
    background: #e3f8ff !important;
  }
}
@media (max-width: 768px) {
  /* Збільшуємо шрифт підкатегорій */
  .nav__submenu.direction-column-md .nav__menu-sub-link {
    font-size: 17px !important;
    line-height: 1.3 !important;
    padding: 12px 0 12px 16px !important;
    font-weight: 500;
  }
  /* Якщо треба збільшити область натискання: */
  .nav__submenu.direction-column-md li {
    min-height: 40px;
  }
}

@media (min-width: 769px) {
  .nav__item--dropdown {
    position: relative;
  }

  .nav__menu {
    position: absolute;
    top: 100%;              /* під головною категорією */
    left: 0;                /* вирівнювання по лівому краю */
    display: none;
    padding: 10px 16px;     /* зменшений padding */
    min-width: 220px;       /* щоб не стискалось */
    width: max-content;     /* по ширині контенту */
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1); /* легкий тінь */
    z-index: 20;
  }

  .nav__item--dropdown:hover .nav__menu {
    display: flex;
  }
}
@media (min-width: 769px) {
  .nav__menu {
    padding: 10px 16px;
  }

  .nav__menu-list {
    width: auto;
    min-width: 220px;
    max-width: 300px;
    padding: 0;
  }

  .nav__menu-item {
    margin-bottom: 8px;
  }

  .nav__menu-link {
    font-size: 16px;
    padding: 10px 16px;
    display: block;
    color: #1b7983;
  }

  .nav__menu-link:hover {
    background-color: #e3f8ff;
    color: #29a291;
    border-radius: 4px;
  }

}
.messenger-buttons {
  position: fixed;
  right: 20px;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

.messenger-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.messenger-btn.viber {
  background-image: url('/catalog/view/theme/fionahome/dist/image/viber-icon.png');
}
.custom-mfilter__btn {
    display: none !important;
}




