@charset "UTF-8";

@import 'assets/fonts/Roboto/stylesheet.css';

@import 'assets/fonts/Manrope/stylesheet.css';

@import 'assets/icons/16px/style.css';

@import 'assets/icons/20px/style.css';

@import 'assets/icons/24px/style.css';

@import 'css/reset.css';

@import 'css/lib/swiper-bundle.min.css';

h1,
h2,
h3 {
  font-family: Manrope;
  font-weight: 800;
}

h1:hover,
h2:hover,
h3:hover {
  color: var(--color-violet-100);
}

h1 {
  font-size: 58px;
  line-height: 52px;
}

h2 {
  font-size: 46px;
  line-height: 48px;
}

h3 {
  font-size: 32px;
  line-height: 38px;
}

.subtitle {
  font-family: Manrope;
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
}

.title_L {
  font-family: Roboto;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
}

.title_M {
  font-family: Roboto;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
}

.title_S {
  font-family: Manrope;
  font-weight: 700;
  font-size: 18px;
  line-height: 135%;
}

.title_XS {
  font-family: Roboto;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
}

BODY,
.font-xs {
  font-family: Roboto;
  font-weight: 400;
  line-height: 120%;
}

BODY {
  font-size: 16px;
  line-height: 135%;
}

.font-xs {
  font-size: 14px;
}

.button,
button {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}

.description {
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
}

.link,
a {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
}

.link:hover,
a:hover {
  color: var(--color-violet-100);
}

.input {
  display: block;
  height: 52px;
  padding: 16px;
  border-radius: 8px;
  backdrop-filter: blur(10px);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.3s ease;
}

.input::-moz-placeholder {
  color: inherit;
}

.input::placeholder {
  color: inherit;
}

.input:hover {
  border-color: #7E5DE8;
}

.input:focus {
  border-color: #7E5DE8;
}

.input:disabled {
  color: var(--color-white-50) !important;
  background: var(--color-white-80) !important;
  cursor: not-allowed !important;
}

.input--white {
  border: 1px solid var(--color-white-100);
  background: var(--color-white-100);
  color: var(--color-white-50);
}

.input--white:hover,
.input--white:focus,
.input--white:disabled {
  border-color: #7E5DE8;
}

.input--white--error {
  border-color: #C53434;
  color: #C53434;
}

.input--light-gray {
  color: var(--color-white-100);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(25px);
}

.input--light-gray:hover {
  border-color: var(--color-white-100);
  background: rgba(255, 255, 255, 0.2);
}

.input--light-gray:focus,
.input--light-gray:focus-visible {
  outline: none;
  border-color: var(--color-white-100);
  background: rgba(255, 255, 255, 0.15);
}

.input--light-gray:disabled {
  background: rgba(255, 255, 255, 0.05);
}

.input--light-gray--error {
  border-color: #C53434;
  color: #C53434;
}

:root {
  --color-white-100: #FFFFFF;
  --color-white-95: #F9FAFC;
  --color-white-90: #F5F5F7;
  --color-white-85: #F4F5F9;
  --color-white-80: #E0E3EE;
  --color-white-70: #D0D0D0;
  --color-white-60: #A7A7A7;
  --color-white-50: #9796AA;
  --color-black-100: #121416;
  --color-black-90: #26292C;
  --color-black-70: #515356;
  --color-black-10: #E4E4E4;
  --color-violet-100: #3A2582;
  --color-violet-90: #623CDB;
  --color-violet-80: #7E5DE8;
  --color-violet-30: #CAC0FF;
  --color-violet-10: #EBECFF;
  --color-yellow-100: #FFAE17;
  --color-yellow-5: #FFFAF5;
  --color-red-100: #C53434;
  --color-red-5: #FFF5F5;
  --color-green-100: #1AB563;
}

.button {
  padding: 12px;
  gap: 8px;
  border-radius: 8px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.button__disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.button span {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.button svg {
  width: 20px;
  height: 20px;
}

.button-small {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  padding: 12px;
}

.button-small svg {
  width: 16px;
  height: 16px;
}

.button-purple {
  background: linear-gradient(to left, #7e5de8 0%, #5b35d4 45.1%, #0e1218 100%);
}

.button-purple span {
  color: var(--color-white-100);
}

.button-purple:hover {
  background: linear-gradient(to left, #7e5de8 0%, #5b35d4 100%);
}

.button-outline {
  background: var(--color-white-100);
  border: 1px solid var(--color-violet-30);
  color: var(--color-violet-90);
}

.button-outline:hover {
  border: 1px solid var(--color-white-85);
  box-shadow: 0px 2px 11.1px 0px rgba(0, 0, 0, 0.12);
}

.button-border {
  border: 1px solid var(--color-violet-30);
  color: var(--color-violet-90);
}

.button-border:hover {
  background: var(--color-white-100);
  border: 1px solid var(--color-white-85);
  box-shadow: 0px 2px 11.1px 0px rgba(0, 0, 0, 0.12);
}

.button-filled {
  background: var(--color-white-100);
}

.button-filled span {
  color: var(--color-black-70);
}

.button-filled:hover span {
  color: var(--color-black-100);
}

.button-yellow {
  background: linear-gradient(90deg, #ffae17 0%, #ffc300 100%);
}

.button-yellow span {
  color: var(--color-white-100);
}

.button-yellow:hover {
  background: linear-gradient(90deg, #f49f00 0%, #ffae17 100%);
}

.button-simple {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  color: var(--color-black-100);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.button-simple svg {
  width: 16px;
  height: 16px;
}

.button-simple:hover {
  color: var(--color-violet-90);
}

.button-simple:hover svg path {
  fill: var(--color-violet-90);
}

.button-simple.js-favorites__active i {
  color: var(--color-yellow-100);
}

.button-double {
  display: flex;
  width: 100%;
  height: 52px;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  border-radius: 8px;
}

.button-double__left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.button-double__left span {
  color: var(--color-white-100);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  white-space: nowrap;
}

.button-double__right {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  cursor: pointer;
}

.button-double__right span {
  color: var(--color-white-100);
  font-family: Roboto;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  opacity: 0;
  width: 0;
  margin-left: -10px;
  visibility: "hidden";
  white-space: nowrap;
}

.button-white {
  border-radius: 8px;
  background: var(--color-white-100);
  color: var(--color-white-50);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.button-white svg path {
  fill: var(--color-white-50);
}

.button-white:hover {
  color: var(--color-violet-90);
}

.button-white:hover svg path {
  fill: var(--color-violet-90);
}

.p-progress-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  background-color: var(--color-white-95);
}

.p-progress-container .loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.p-progress-container .loader-text {
  color: var(--color-violet-100);
  font-size: 16px;
  font-weight: 500;
}

.p-progress-container .pulse-container {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.p-progress-container .pulse-container .pulse-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--color-violet-90);
  animation: pulse 1.5s infinite ease-in-out;
}

.p-progress-container .pulse-container .pulse-circle:nth-child(2) {
  animation-delay: 0.2s;
}

.p-progress-container .pulse-container .pulse-circle:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(0.8);
    opacity: 0.6;
    background-color: var(--color-violet-80);
  }

  50% {
    transform: scale(1.2);
    opacity: 1;
    background-color: var(--color-violet-90);
  }
}

.modals {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(38, 41, 44, 0.4);
  backdrop-filter: blur(5px);
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modals .modal {
  position: relative;
  max-width: 90%;
  width: 100%;
  background: var(--color-white-90);
  padding: 40px;
  border-radius: 20px;
  height: 90vh;
  overflow-y: auto;
}

.modals .modal .icon-20-close {
  position: absolute;
  top: 34px;
  right: 28px;
  cursor: pointer;
  color: #AFAFAF;
}

.modals .modal .icon-20-close:hover {
  color: var(--color-black-90);
}

.modals .modal#modal_login {
  width: 380px;
  height: -moz-max-content;
  height: max-content;
  border-radius: 20px;
  background: #F5F5F7;
  padding: 28px;
  overflow: visible;
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.chip_red {
  width: -moz-max-content;
  width: max-content;
  border-radius: 4px;
  padding: 4px 6px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: var(--color-white-100);
  background: linear-gradient(90deg, #C53434 0%, #FF4D00 100%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  z-index: 10;
}

.chip_green {
  width: -moz-max-content;
  width: max-content;
  border-radius: 4px;
  padding: 4px 6px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: var(--color-white-100);
  background: linear-gradient(90deg, #1AB563 0%, #008185 100%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  z-index: 10;
}

.chip_orange {
  width: -moz-max-content;
  width: max-content;
  border-radius: 4px;
  padding: 4px 6px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: var(--color-white-100);
  background: linear-gradient(90deg, #F4A700 0%, #FFC300 100%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  z-index: 10;
}

.chip_purple {
  width: -moz-max-content;
  width: max-content;
  border-radius: 4px;
  padding: 4px 6px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: var(--color-white-100);
  background: linear-gradient(90deg, #CD43B9 0%, #7300FF 100%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  z-index: 10;
}

.chip_blue {
  width: -moz-max-content;
  width: max-content;
  border-radius: 4px;
  padding: 4px 6px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: var(--color-white-100);
  background: linear-gradient(90deg, #3C57EE 0%, #7E5DE8 100%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  z-index: 10;
}

.chip_light-blue {
  width: -moz-max-content;
  width: max-content;
  border-radius: 4px;
  padding: 4px 6px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: var(--color-white-100);
  background: linear-gradient(90deg, #4ECCEF 0%, #1D8AD8 100%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  z-index: 10;
}

.chip_red-light {
  width: -moz-max-content;
  width: max-content;
  border-radius: 4px;
  padding: 4px 6px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: var(--color-white-100);
  background: linear-gradient(90deg, #EF4E4E 0%, #FFAE00 100%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  z-index: 10;
}

.chip_gold {
  width: -moz-max-content;
  width: max-content;
  border-radius: 4px;
  padding: 4px 6px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: var(--color-black-100);
  background: var(--color-yellow-5);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  z-index: 10;
}

.chip_granny_smith {
  width: -moz-max-content;
  width: max-content;
  border-radius: 4px;
  padding: 4px 6px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: var(--color-black-90);
  background: rgba(26, 181, 99, 0.1);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  z-index: 10;
}

.chip_gray {
  width: -moz-max-content;
  width: max-content;
  border-radius: 4px;
  padding: 4px 6px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: var(--color-white-50);
  background: var(--color-white-85);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  z-index: 10;
}

#toast-container {
  position: fixed;
  z-index: 9999;
  width: 480px;
}

.toast {
  position: relative;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
  display: grid;
  grid-gap: 12px;
}

.toast.show {
  opacity: 1;
  transform: translateX(0);
}

.toast__title {
  color: var(--color-black-100);
  font-family: Roboto;
  font-style: normal;
}

.toast__description {
  color: var(--color-black-70);
  font-family: Roboto;
  font-style: normal;
}

.toast__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}

.toast__close {
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
  opacity: 0.6;
}

.toast__close:hover {
  opacity: 1;
}

.toast__actions {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.toast__actions .button {
  font-family: Roboto;
  font-style: normal;
}

.toast--info {
  border: 2px solid var(--color-violet-90);
  background-color: #E9E7FA;
}

.toast--info .toast__actions .button-outline {
  color: var(--color-violet-90);
  border-color: var(--color-violet-90);
}

.toast--info .toast__actions .button-white {
  background-color: #E9E7FA;
}

.toast--info .toast__icon {
  background-color: var(--color-violet-90);
  box-shadow: 0px 8px 15px -6px var(--color-violet-80);
  background-image: url("/templates/project/assets/svg/toast/info.svg");
}

.toast--success {
  border: 2px solid var(--color-green-100);
  background-color: #F1F7F3;
}

.toast--success .toast__actions .button-outline {
  color: var(--color-green-100);
  border-color: var(--color-green-100);
}

.toast--success .toast__actions .button-white {
  background-color: #F1F7F3;
}

.toast--success .toast__icon {
  background-color: var(--color-green-100);
  box-shadow: 0px 8px 15px -6px var(--color-green-100);
  background-image: url("/templates/project/assets/svg/toast/success.svg");
}

.toast--warning {
  border: 2px solid var(--color-yellow-100);
  background-color: #FEF8EA;
}

.toast--warning .toast__actions .button-outline {
  color: var(--color-yellow-100);
  border-color: var(--color-yellow-100);
}

.toast--warning .toast__actions .button-white {
  background-color: #FEF8EA;
}

.toast--warning .toast__icon {
  background-color: var(--color-yellow-100);
  box-shadow: 0px 8px 15px -6px var(--color-yellow-100);
  background-image: url("/templates/project/assets/svg/toast/warning.svg");
}

.toast--error {
  border: 2px solid var(--color-red-100);
  background-color: #FAEFED;
}

.toast--error .toast__actions .button-outline {
  color: var(--color-red-100);
  border-color: var(--color-red-100);
}

.toast--error .toast__actions .button-white {
  background-color: #FAEFED;
}

.toast--error .toast__icon {
  background-color: var(--color-red-100);
  box-shadow: 0px 8px 15px -6px var(--color-red-100);
  background-image: url("/templates/project/assets/svg/toast/error.svg");
}

.toast__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
}

.toast__progress-bar {
  height: 100%;
  background-color: var(--color-green-100);
  width: 100%;
  transition: width linear;
}

.toast--info .toast__progress-bar {
  background-color: #E9E7FA;
}

.toast--success .toast__progress-bar {
  background-color: #F1F7F3;
}

.toast--warning .toast__progress-bar {
  background-color: #FEF8EA;
}

.toast--error .toast__progress-bar {
  background-color: #FAEFED;
}

.breadcrumbs {
  padding-top: 40px !important;
}

.breadcrumbs__item {
  font-weight: 400;
  font-size: 14px;
  color: #26292C;
  text-decoration: underline !important;
  text-underline-offset: 2px;
  word-break: break-all;
}

.breadcrumbs__item:last-of-type {
  pointer-events: none;
  color: #9796AA;
  text-decoration: none !important;
}

.breadcrumbs__separator {
  display: inline-block;
  width: 12px;
  height: 12px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header {
  display: flex;
  flex-direction: column;
  background: var(--color-white-100);
}

.header-top {
  display: none;
}

.header-top .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-left,
.header-top-right {
  color: var(--color-white-60);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-top-left a:hover,
.header-top-right a:hover {
  color: var(--color-white-100);
}

.header-top-right {
  gap: 20px;
}

.header-top-right .tel {
  color: var(--color-white-100);
  font-family: Roboto;
  font-style: normal;
}

.header-top-right .tel:hover {
  color: var(--color-violet-100);
}

.header-top-right .time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: var(--color-white-60);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.header-main .content {
  padding: 0;
}

.header-main-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.header-main-left__logo-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-main-left a {
  width: -moz-max-content;
  width: max-content;
}

.header-main-left .button svg {
  width: 16px;
  height: 16px;
}

.header-main-left .button svg rect {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

.header-main-left .button.open svg rect:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 5px 10px;
}

.header-main-left .button.open svg rect:nth-of-type(2) {
  opacity: 0;
}

.header-main-left .button.open svg rect:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 5px 10px;
}

.header-main-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.header-main-center .search {
  width: 100%;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #E4E4E4;
  background: var(--color-white-100);
  position: relative;
  display: grid;
  grid-template-columns: auto 52px 52px;
}

.header-main-center .search:hover,
.header-main-center .search:focus,
.header-main-center .search:focus-visible {
  box-shadow: 0px 2px 11.1px 0px rgba(0, 0, 0, 0.12);
}

.header-main-center .search-input {
  padding-left: 20px;
  width: calc(100% - 20px);
  color: var(--color-black-90);
}

.header-main-center .search-input::-moz-placeholder {
  color: var(--color-white-50);
}

.header-main-center .search-input::placeholder {
  color: var(--color-white-50);
}

.header-main-center .search .search-button,
.header-main-center .search .close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 34px;
  color: #3C57EE;
}

.header-main-center .search .search-button svg path,
.header-main-center .search .close-button svg path {
  stroke: #3C57EE;
}

.header-main-center .search .search-button:hover,
.header-main-center .search .close-button:hover {
  color: var(--color-violet-90);
}

.header-main-center .search .search-button:hover svg path,
.header-main-center .search .close-button:hover svg path {
  stroke: var(--color-violet-90);
}

.header-main-center .search .search-button {
  height: -moz-max-content;
  height: max-content;
  align-self: center;
}

.header-main-center .search .close-button {
  opacity: 0;
}

.header-main-center .search-results {
  display: none;
  border-radius: 0 0 8px 8px;
  border: 1px solid #E4E4E4;
  border-top: none;
  background: var(--color-white-100);
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: calc(100% + 2px);
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 1000;
  padding: 8px 20px;
}

.header-main-center .search-results hr {
  width: 100%;
  border-bottom: 1px solid #E4E4E4;
}

.header-main-center .search-results__el {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  padding: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.header-main-center .search-results__el--cover {
  align-self: flex-start;
  min-width: 32px;
  height: 32px;
  border-radius: 6px;
  background: var(--color-white-85);
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-main-center .search-results__el--cover svg path {
  stroke: var(--color-white-50);
}

.header-main-center .search-results__el:hover {
  border-radius: 12px;
  background: var(--color-white-85);
}

.header-main-center .search-results .search__highlight {
  color: var(--color-violet-90);
}

.header-main-center .open.search {
  box-shadow: 0px 2px 11.1px 0px rgba(0, 0, 0, 0.12);
  border-radius: 8px 8px 0 0;
  border-bottom: none;
}

.header-main-center .open.search .search-results {
  display: flex;
}

.header-main-center .open.search .close-button {
  opacity: 1;
}

.header-main-center .open.search .search-button {
  border-left: solid 1px #E4E4E4;
}

.header-main-right__el {
  position: relative;
}

.header-main-right__el .chip_red {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white-100);
  font-family: Roboto;
  font-size: 10px;
  line-height: 120%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50px;
  background: #C53434;
}

.header-bottom .content {
  padding: 0;
}

.header-bottom-links {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  flex: 1;
}

.header-bottom-links-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
}

.header-bottom-link {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}

.catalog-wrapper {
  display: none;
  width: 100%;
}

.catalog-wrapper.open {
  display: block;
}

.catalog-wrapper a {
  width: -moz-max-content;
  width: max-content;
}

.catalog-tabs {
  display: flex;
  flex-direction: column;
}

.catalog-tabs .tabs {
  display: flex;
  border-radius: 16px;
  overflow-x: scroll;
}

.catalog-tabs .tabs-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.catalog-tabs .tabs-wrapper .scroll-button {
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  transition: 0.3s;
  position: absolute;
  border-radius: 50px;
  border: 1px solid var(--color-white-85);
  background: var(--color-white-100);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  top: 50%;
  transform: translateY(-50%);
}

.catalog-tabs .tabs-wrapper .scroll-button:hover {
  background: var(--color-violet-90);
  color: var(--color-white-100);
}

.catalog-tabs .tabs-wrapper .scroll-button:hover i {
  color: var(--color-white-100);
}

.catalog-tabs .tabs-wrapper .scroll-button.scroll-left {
  margin-right: 8px;
  left: 8px;
}

.catalog-tabs .tabs-wrapper .scroll-button.scroll-left i {
  transform: rotate(180deg);
}

.catalog-tabs .tabs-wrapper .scroll-button.scroll-right {
  margin-left: 8px;
  right: 8px;
}

.catalog-tabs .tabs-wrapper .scroll-button i {
  font-size: 16px;
}

.catalog-tabs .tabs .tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}

.catalog-tabs .tabs .tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-tabs .tabs .tab-title {
  color: var(--color-black-90);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
}

.catalog-tabs .tabs .tab-active-icon {
  position: absolute;
  top: 0;
  left: 8px;
  height: 2px;
  width: calc(100% - 16px);
  background: linear-gradient(to right, #fff, #7E5DE8, #fff);
  opacity: 0;
  transition: 0.3s;
}

.catalog-tabs .tabs .tab:hover,
.catalog-tabs .tabs .tab.active {
  opacity: 1;
  border-radius: 8px;
  color: var(--color-black-100);
}

.catalog-tabs .tabs .tab:hover .tab-active-icon,
.catalog-tabs .tabs .tab.active .tab-active-icon {
  opacity: 1;
}

.catalog-tabs .tabs .tab:hover .tab-title,
.catalog-tabs .tabs .tab.active .tab-title {
  opacity: 1;
}

.catalog-tabs .tabs-content .tab-content {
  display: none;
}

.catalog-tabs .tabs-content .tab-content__card {
  border-radius: 16px;
  background: var(--color-white-100);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
}

.catalog-tabs .tabs-content .tab-content__card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.catalog-tabs .tabs-content .tab-content__card .title_S {
  overflow: hidden;
  color: var(--color-black-90);
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.catalog-tabs .tabs-content .tab-content__card .title_S .scroll-button {
  border-radius: 44px;
  padding: 6px;
  border: 1px solid var(--color-white-70);
}

.catalog-tabs .tabs-content .tab-content__card img {
  align-self: flex-end;
}

.catalog-tabs .tabs-content .tab-content__card .default_cover {
  width: 100px;
}

.catalog-tabs .tabs-content .tab-content__card:hover {
  background: radial-gradient(88.25% 88.25% at 49.85% 100%, #7E5DE8 0%, #5B35D4 45.1%, #1E1F55 71.44%, #0E1218 100%);
}

.catalog-tabs .tabs-content .tab-content__card:hover .title_S {
  color: var(--color-white-100);
}

.catalog-tabs .tabs-content .tab-content__card:hover .scroll-button {
  background: var(--color-yellow-100);
  color: var(--color-white-100);
  border: 1px solid var(--color-yellow-100);
}

.catalog-tabs .tabs-content .tab-content__card.adaptive {
  background-image: url("/templates/project/assets/img/catalog_promo.png");
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.catalog-tabs .tabs-content .tab-content__card.adaptive .button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  z-index: 10;
}

.catalog-tabs .tabs-content .tab-content__card.adaptive .button i {
  color: var(--color-white-100);
}

.catalog-tabs .tabs-content .tab-content__card.adaptive a {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

.catalog-tabs .tabs-content .tab-content__card.adaptive .subtitle {
  color: var(--color-white-100);
  font-family: Manrope;
}

.footer {
  background-image: url("/templates/project/assets/img/footer.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.footer .content {
  padding: 0;
}

.footer-left__phone {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-left__phone span {
  color: #A3A3A3;
  font-family: Roboto;
  font-style: normal;
}

.footer-left__phone a {
  color: var(--color-white-100);
  font-family: Roboto;
  font-style: normal;
}

.footer-right {
  padding-bottom: 20px;
}

.footer-right__group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-right__group--title {
  overflow: hidden;
  color: var(--color-white-100);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Roboto;
  font-style: normal;
}

.footer-right__group--links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-right__group--links a {
  color: #A3A3A3;
  font-family: Roboto;
  font-style: normal;
}

.footer-right__group--links a:hover {
  color: var(--color-white-100);
}

.footer .copyright-info {
  padding-top: 20px;
  border-top: 1px solid rgba(228, 228, 228, 0.1);
}

.footer .copyright-info span {
  color: #A3A3A3;
  font-family: Roboto;
  font-style: normal;
}

HTML {
  scroll-behavior: smooth;
}

BODY {
  background: var(--color-white-90);
}

.mobile-only {
  display: none;
}

.tablet-only {
  display: none;
}

.desktop-only {
  display: none;
}

.tablet_only {
  display: none;
}

.mobile_footer {
  height: 62px;
  position: sticky;
  bottom: 0;
  border-top: 1px solid var(--color-white-80);
  background: var(--color-white-100);
  z-index: 10001;
}

.mobile_footer .header-main-right {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 16px;
  width: 100%;
  padding-top: 8px;
}

.mobile_footer .header-main-right__el {
  display: flex;
}

.mobile_footer .header-main-right__el svg {
  width: 24px;
  height: 24px;
}

.hidden {
  display: none !important;
}

.page-wrap {
  position: relative;
}

.page-wrap-admin__link {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 48px;
  height: 48px;
  background: #D9D9D9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background-color: var(--color-white-70);
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--color-violet-90);
  border-radius: 0;
}

.error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.error-page__title {
  color: var(--color-white-80);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Roboto;
}

.error-page__text {
  color: var(--color-black-100);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Manrope;
}

.error-page__sub-text {
  color: #9796AA;
  text-align: center;
  font-family: Manrope;
}

.error-page a {
  color: var(--color-white-100);
}

@media (min-width: 834px) {
  .header-top {
    display: block;
    background: var(--color-black-100);
  }

  .header-main .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .header-main-left .button svg rect {
    fill: white;
  }

  .header-main-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }
}

@media (min-width: 1400px) {
  .button {
    padding: 16px 28px;
  }

  .button-simple svg {
    width: 24px;
    height: 24px;
  }

  .header-main-center .search .search-button,
  .header-main-center .search .close-button {
    height: 50px;
  }
}

@media (min-width: 1401px) {
  .button-double__right {
    width: 52px;
  }

  .chip_red {
    font-size: 12px;
  }

  .chip_green {
    font-size: 12px;
  }

  .chip_orange {
    font-size: 12px;
  }

  .chip_purple {
    font-size: 12px;
  }

  .chip_blue {
    font-size: 12px;
  }

  .chip_light-blue {
    font-size: 12px;
  }

  .chip_red-light {
    font-size: 12px;
  }

  .chip_gold {
    font-size: 12px;
  }

  .chip_granny_smith {
    font-size: 12px;
  }

  .chip_gray {
    font-size: 12px;
  }

  #toast-container {
    top: 20px;
    right: 20px;
  }

  .toast {
    grid-template-columns: 32px auto 16px;
  }

  .toast__title {
    font-size: 16px;
    margin-bottom: 8px;
    padding-right: 20px;
    font-weight: 600;
    line-height: 120%;
  }

  .toast__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
  }

  .toast__icon {
    width: 32px;
    height: 32px;
  }

  .toast__close i {
    font-size: 16px;
    width: 16px;
    height: 16px;
  }

  .toast__actions .button {
    margin-top: 20px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
  }

  .header-top .content {
    padding: 8px 0;
  }

  .header-top-left {
    gap: 50px;
  }

  .header-top-right .tel {
    font-size: 16px;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: -0.16px;
  }

  .header-main {
    padding: 8px 0;
  }

  .header-main-left__logo-wrapper {
    height: 53px;
  }

  .header-main-left .button {
    height: 54px;
  }

  .header-main-center .search {
    height: 52px;
  }

  .header-main-right__el .chip_red {
    padding: 2px 6px;
    font-weight: 500;
  }

  .header-bottom {
    padding: 12px 0;
  }

  .header-bottom-links {
    overflow: hidden;
  }

  .header-bottom-links-container {
    width: inherit;
  }

  .header-bottom-more {
    flex-shrink: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }

  .header-bottom-more .more-button {
    color: var(--color-white-50);
  }

  .header-bottom-more .dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    list-style: none;
    padding: 20px;
    margin: 0;
    z-index: 1000;
    flex-direction: column;
    border-radius: 20px;
    background: var(--color-white-100);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  }

  .header-bottom-more .dropdown .header-bottom-link {
    padding: 10px 0;
  }

  .catalog-wrapper {
    padding-top: 32px;
  }

  .catalog-wrapper h1 {
    margin-bottom: 44px;
  }

  .catalog-tabs {
    gap: 28px;
  }

  .catalog-tabs .tabs {
    padding: 0px 4px;
    background: var(--color-white-100);
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
  }

  .catalog-tabs .tabs::-webkit-scrollbar {
    display: none;
  }

  .catalog-tabs .tabs-wrapper .scroll-button {
    display: flex;
  }

  .catalog-tabs .tabs .tab {
    width: 160px;
    height: 100px;
    margin: 20px 4px 14px 4px;
  }

  .catalog-tabs .tabs .tab-icon {
    width: 52px;
    height: 52px;
  }

  .catalog-tabs .tabs .tab-title {
    font-family: Roboto;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 4px;
  }

  .catalog-tabs .tabs .tab:hover,
  .catalog-tabs .tabs .tab.active {
    box-shadow: 0px 0px 12px 0px var(--color-white-85) inset;
    background: var(--color-white-95);
  }

  .catalog-tabs .tabs-content .tab-content {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 28px;
  }

  .catalog-tabs .tabs-content .tab-content.active {
    display: grid;
  }

  .catalog-tabs .tabs-content .tab-content__card {
    padding: 20px;
    height: 200px;
  }

  .catalog-tabs .tabs-content .tab-content__card .title_S {
    font-size: 18px;
    font-weight: 700;
    line-height: 135%;
    gap: 28px;
  }

  .catalog-tabs .tabs-content .tab-content__card .title_S .scroll-button {
    display: flex;
  }

  .catalog-tabs .tabs-content .tab-content__card img {
    height: auto;
  }

  .catalog-tabs .tabs-content .tab-content__card.adaptive {
    padding: 46px;
  }

  .catalog-tabs .tabs-content .tab-content__card.adaptive:nth-child(4n) {
    padding: 31px;
    grid-column: span 1;
    gap: 6px;
  }

  .catalog-tabs .tabs-content .tab-content__card.adaptive:nth-child(4n+3) {
    gap: 9px;
    grid-column: span 2;
  }

  .catalog-tabs .tabs-content .tab-content__card.adaptive:nth-child(4n+2) {
    grid-column: span 3;
  }

  .catalog-tabs .tabs-content .tab-content__card.adaptive:nth-child(4n+1) {
    grid-column: span 4;
  }

  .catalog-tabs .tabs-content .tab-content__card.adaptive .subtitle {
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.32px;
  }

  .catalog-tabs .tabs-content .tab-content__card.adaptive .subtitle b {
    font-weight: 800;
  }

  .footer {
    border-radius: 20px 20px 0 0;
    padding: 60px 0 20px 0;
  }

  .footer--wrapper {
    display: grid;
    grid-template-columns: 270px auto;
    grid-gap: 167px;
  }

  .footer-left {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 80px;
  }

  .footer-left svg {
    width: 156px;
    height: 80px;
  }

  .footer-left__phone span {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }

  .footer-left__phone a {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.24px;
  }

  .footer-right {
    display: grid;
    grid-template-areas: "a b c" "a d e";
    grid-gap: 32px;
    row-gap: 40px;
  }

  .footer-right .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }

  .footer-right__group--title {
    font-size: 20px;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.2px;
  }

  .footer-right__group--links a {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
  }

  .footer .copyright-info {
    display: grid;
    align-items: center;
    grid-template-columns: 170px auto;
    grid-gap: 70px;
  }

  .footer .copyright-info a img {
    width: 169px;
    height: 26px;
  }

  .footer .copyright-info span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }

  .desktop-only {
    display: block;
  }

  .content {
    width: 1400px;
    margin: 0 auto;
  }

  .error-page {
    padding: 100px 0;
    gap: 40px;
  }

  .error-page__title {
    font-size: 400px;
    font-weight: 700;
    line-height: 120%;
  }

  .error-page__text {
    font-size: 46px;
    font-weight: 800;
    line-height: 48px;
    margin-bottom: 20px;
  }

  .error-page__sub-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 135%;
  }
}

@media (min-width: 1401px) and (min-width: 1401px) {
  .catalog-tabs .tabs-content .tab-content__card.adaptive:nth-child(4n) .subtitle {
    font-family: Roboto;
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.28px;
  }

  .catalog-tabs .tabs-content .tab-content__card.adaptive:nth-child(4n) .subtitle b {
    font-weight: 700;
  }
}

@media (max-width: 1400px) {
  .breadcrumbs__item {
    font-size: 10px;
  }

  .breadcrumbs {
    padding-top: 16px !important;
  }

  .header-main-left__logo-wrapper span {
    display: none;
  }

  .header-main-left a img {
    height: 36px;
  }
}

@media (max-width: 833px) {
  .button-double {
    background: none;
    gap: 8px;
  }

  .button-double.button-purple:hover {
    background: none;
  }

  .button-double__left {
    background: linear-gradient(to left, #7e5de8 0%, #5b35d4 45.1%, #0e1218 100%);
    border-radius: 8px;
  }

  .button-double__right {
    width: 36px;
  }

  .chip_red {
    font-size: 8px;
  }

  .chip_green {
    font-size: 8px;
  }

  .chip_orange {
    font-size: 8px;
  }

  .chip_purple {
    font-size: 8px;
  }

  .chip_blue {
    font-size: 8px;
  }

  .chip_light-blue {
    font-size: 8px;
  }

  .chip_red-light {
    font-size: 8px;
  }

  .chip_gold {
    font-size: 8px;
  }

  .chip_granny_smith {
    font-size: 8px;
  }

  .chip_gray {
    font-size: 8px;
  }

  #toast-container {
    top: 10px;
    right: 10px;
    left: 10px;
    width: auto;
  }

  .toast {
    margin-bottom: 5px;
    grid-template-columns: 20px auto 12px;
  }

  .toast__title {
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
  }

  .toast__description {
    font-size: 10px;
    font-weight: 400;
    line-height: 150%;
  }

  .toast__icon {
    width: 20px;
    height: 20px;
  }

  .toast__close i {
    font-size: 12px;
    width: 12px;
    height: 12px;
  }

  .toast__actions .button {
    margin-top: 4px;
    padding: 8px 16px;
    font-size: 10px;
    font-weight: 500;
    line-height: 120%;
  }

  .header-main {
    padding: 12px 16px;
  }

  .header-main .content {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .header-main-left {
    width: 100%;
    gap: 16px;
    direction: rtl;
  }

  .header-main-left .button {
    padding: 10px;
    background: var(--color-white-85);
    direction: ltr;
    display: flex;
    gap: 8px;
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }

  .header-main-left .button svg rect {
    fill: black;
  }

  .header-main-center .button {
    display: none;
  }

  .header-main-right {
    display: none;
  }

  .header-main-right__el {
    display: none;
  }

  .header-bottom {
    padding: 0 16px 4px 16px;
    background: var(--color-white-100);
  }

  .header-bottom-links-container {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 8px;
  }

  .header-bottom-links-container::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  .header-bottom-links-container::-webkit-scrollbar-track {
    background-color: var(--color-white-90);
  }

  .header-bottom-links-container::-webkit-scrollbar-thumb {
    background-color: var(--color-white-80);
    border-radius: 0;
  }

  .header-bottom-link.hidden {
    display: flex !important;
  }

  .header-bottom-more {
    display: none;
  }

  .catalog-wrapper {
    padding-top: 16px;
  }

  .catalog-wrapper h1 {
    font-size: 25px;
    font-weight: 800;
    line-height: 100%;
  }

  .catalog-tabs {
    gap: 12px;
  }

  .catalog-tabs .tabs {
    padding: 4px;
    gap: 8px;
  }

  .catalog-tabs .tabs::-webkit-scrollbar-track {
    background-color: var(--color-white-90);
  }

  .catalog-tabs .tabs::-webkit-scrollbar-thumb {
    background-color: var(--color-white-80);
    border-radius: 0;
  }

  .catalog-tabs .tabs::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  .catalog-tabs .tabs-wrapper .scroll-button {
    display: none !important;
  }

  .catalog-tabs .tabs .tab {
    padding: 8px;
    border-radius: 8px;
    border: 1px solid var(--color-white-80);
  }

  .catalog-tabs .tabs .tab-icon {
    display: none;
  }

  .catalog-tabs .tabs .tab-title {
    font-family: Manrope;
    font-size: 10px;
    font-weight: 700;
    line-height: 135%;
  }

  .catalog-tabs .tabs .tab-active-icon {
    display: none;
  }

  .catalog-tabs .tabs .tab:hover .tab-title,
  .catalog-tabs .tabs .tab.active .tab-title {
    color: var(--color-white-100);
  }

  .catalog-tabs .tabs .tab:hover,
  .catalog-tabs .tabs .tab.active {
    border: 1px solid var(--color-black-100);
    background: var(--color-black-100);
  }

  .catalog-tabs .tabs-content {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .catalog-tabs .tabs-content .tab-content {
    gap: 12px;
  }

  .catalog-tabs .tabs-content .tab-content.active {
    display: flex;
    flex-wrap: nowrap;
    width: -moz-max-content;
    width: max-content;
  }

  .catalog-tabs .tabs-content .tab-content__card {
    padding: 20px;
    height: 180px;
    width: 75vw;
  }

  .catalog-tabs .tabs-content .tab-content__card .title_S {
    font-size: 18px;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -0.18px;
  }

  .catalog-tabs .tabs-content .tab-content__card .title_S .scroll-button {
    display: none !important;
  }

  .catalog-tabs .tabs-content .tab-content__card img {
    height: 65px;
  }

  .catalog-tabs .tabs-content .tab-content__card.adaptive {
    padding: 16px;
  }

  .catalog-tabs .tabs-content .tab-content__card.adaptive .button {
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    justify-content: center;
  }

  .catalog-tabs .tabs-content .tab-content__card.adaptive .subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.2px;
  }

  .catalog-tabs .tabs-content .tab-content__card.adaptive .subtitle b {
    font-weight: 800;
  }

  .footer {
    border-radius: 20px 20px 0 0;
    padding: 28px 16px 16px 16px;
  }

  .footer--wrapper {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .footer-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .footer-left .button {
    width: 100%;
  }

  .footer-left svg {
    width: 156px;
    height: 80px;
  }

  .footer-left__phone span {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }

  .footer-left__phone a {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.2px;
  }

  .footer-right {
    display: flex;
    flex-direction: column;
  }

  .footer-right .tab {
    position: relative;
  }

  .footer-right .tab label {
    position: relative;
    display: block;
  }

  .footer-right .tab label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    text-align: center;
    transition: all 0.35s;
  }

  .footer-right .tab-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s;
  }

  .footer-right .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }

  .footer-right .tab input:checked ~ .tab-content {
    max-height: 100vh;
  }

  .footer-right .tab input[type=checkbox] + label::after {
    content: "+";
  }

  .footer-right .tab input[type=radio] + label::after {
    content: "▼";
  }

  .footer-right .tab input[type=checkbox]:checked + label::after {
    transform: rotate(315deg);
  }

  .footer-right .tab input[type=radio]:checked + label::after {
    transform: rotateX(180deg);
  }

  .footer-right__group {
    padding-bottom: 12px;
  }

  .footer-right__group--title {
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.18px;
  }

  .footer-right__group--links a {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
  }

  .footer .copyright-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .footer .copyright-info a img {
    width: 169px;
    height: 26px;
  }

  .footer .copyright-info span {
    font-size: 8px;
    font-weight: 400;
    line-height: 120%;
  }

  .mobile-only {
    display: block;
  }

  .content {
    width: 100%;
    padding: 0 16px;
  }

  .error-page {
    padding: 70px 16px;
    gap: 20px;
  }

  .error-page__title {
    font-size: 180px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }

  .error-page__text {
    font-size: 22px;
    font-weight: 800;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .error-page__sub-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 135%;
  }

  .error-page a {
    width: 100%;
  }
}

@media (max-width: 505px) {
  .header-main-right__el span {
    display: none;
  }

  .mobile_footer .header-main-right {
    padding-top: 16px;
  }
}

@media (min-width: 834px) and (max-width: 1400px) {
  .button-double {
    background: none;
    gap: 12px;
  }

  .button-double.button-purple:hover {
    background: none;
  }

  .button-double__left {
    background: linear-gradient(to left, #7e5de8 0%, #5b35d4 45.1%, #0e1218 100%);
    border-radius: 8px;
  }

  .button-double__right {
    width: 36px;
  }

  .chip_red {
    font-size: 12px;
  }

  .chip_green {
    font-size: 12px;
  }

  .chip_orange {
    font-size: 12px;
  }

  .chip_purple {
    font-size: 12px;
  }

  .chip_blue {
    font-size: 12px;
  }

  .chip_light-blue {
    font-size: 12px;
  }

  .chip_red-light {
    font-size: 12px;
  }

  .chip_gold {
    font-size: 12px;
  }

  .chip_granny_smith {
    font-size: 12px;
  }

  .chip_gray {
    font-size: 12px;
  }

  #toast-container {
    bottom: 20px;
    right: 20px;
  }

  .toast {
    grid-template-columns: 24px auto 16px;
  }

  .toast__title {
    font-size: 12px;
    font-weight: 600;
    line-height: 135%;
  }

  .toast__description {
    font-size: 10px;
    font-weight: 400;
    line-height: 135%;
  }

  .toast__icon {
    width: 24px;
    height: 24px;
  }

  .toast__close i {
    font-size: 16px;
    width: 16px;
    height: 16px;
  }

  .toast__actions .button {
    margin-top: 8px;
    padding: 8px 16px;
    font-size: 10px;
    font-weight: 500;
    line-height: 120%;
  }

  .header-top .content {
    padding: 8px 20px;
  }

  .header-top-left {
    gap: 20px;
  }

  .header-top-left a {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }

  .header-top-right .tel {
    font-size: 14px;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: -0.14px;
  }

  .header-main {
    padding: 8px 20px;
  }

  .header-main-left .button {
    padding: 10px;
  }

  .header-main-center .search-input::-moz-placeholder {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
  }

  .header-main-center .search-input::placeholder {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
  }

  .header-main-center .button {
    height: 36px;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }

  .header-main-right__el {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }

  .header-main-right__el .chip_red {
    padding: 2px 4px;
    font-weight: 700;
  }

  .header-main-right__el i {
    width: 15px;
    height: 15px;
    font-size: 15px;
  }

  .header-bottom {
    display: none;
  }

  .catalog-wrapper {
    padding-top: 16px;
  }

  .catalog-wrapper h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 95%;
  }

  .catalog-tabs {
    gap: 16px;
  }

  .catalog-tabs .tabs {
    padding: 0px 4px;
    background: var(--color-white-100);
  }

  .catalog-tabs .tabs::-webkit-scrollbar-track {
    background-color: var(--color-white-90);
  }

  .catalog-tabs .tabs::-webkit-scrollbar-thumb {
    background-color: var(--color-white-80);
    border-radius: 0;
  }

  .catalog-tabs .tabs::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  .catalog-tabs .tabs-wrapper .scroll-button {
    display: none !important;
  }

  .catalog-tabs .tabs .tab {
    width: 114px;
    margin: 4px;
  }

  .catalog-tabs .tabs .tab-icon {
    width: 32px;
    height: 32px;
  }

  .catalog-tabs .tabs .tab-title {
    font-family: Manrope;
    height: 24px;
    font-size: 10px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 4px;
  }

  .catalog-tabs .tabs .tab:hover,
  .catalog-tabs .tabs .tab.active {
    box-shadow: 0px 0px 12px 0px var(--color-white-85) inset;
    background: var(--color-white-95);
  }

  .catalog-tabs .tabs-content .tab-content {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
  }

  .catalog-tabs .tabs-content .tab-content.active {
    display: grid;
  }

  .catalog-tabs .tabs-content .tab-content__card {
    padding: 16px;
    height: 154px;
  }

  .catalog-tabs .tabs-content .tab-content__card .title_S {
    font-size: 14px;
    font-weight: 700;
    line-height: 135%;
    gap: 16px;
  }

  .catalog-tabs .tabs-content .tab-content__card .title_S .scroll-button {
    display: none !important;
  }

  .catalog-tabs .tabs-content .tab-content__card img {
    height: 65px;
  }

  .catalog-tabs .tabs-content .tab-content__card.adaptive {
    padding: 16px;
  }

  .catalog-tabs .tabs-content .tab-content__card.adaptive:nth-child(3n) {
    padding: 31px;
    grid-column: span 1;
    gap: 6px;
  }

  .catalog-tabs .tabs-content .tab-content__card.adaptive:nth-child(3n+2) {
    grid-column: span 2;
  }

  .catalog-tabs .tabs-content .tab-content__card.adaptive:nth-child(3n+1) {
    grid-column: span 3;
  }

  .catalog-tabs .tabs-content .tab-content__card.adaptive .button {
    height: -moz-max-content;
    height: max-content;
  }

  .catalog-tabs .tabs-content .tab-content__card.adaptive .subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.2px;
  }

  .catalog-tabs .tabs-content .tab-content__card.adaptive .subtitle b {
    font-weight: 800;
  }

  .footer {
    border-radius: 16px 16px 0 0;
    padding: 20px;
  }

  .footer--wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .footer-left {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(167, 167, 167, 0.1);
  }

  .footer-left svg {
    width: 100px;
    height: 50px;
  }

  .footer-left__phone {
    justify-content: space-between;
  }

  .footer-left__phone span {
    font-size: 12px;
    font-weight: 400;
    line-height: 135%;
  }

  .footer-left__phone a {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.2px;
  }

  .footer-right {
    display: grid;
    grid-template-areas: "a b c" "a d e";
    grid-gap: 32px;
    row-gap: 40px;
  }

  .footer-right .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }

  .footer-right__group--title {
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.18px;
  }

  .footer-right__group--links a {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
  }

  .footer .copyright-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .footer .copyright-info a img {
    width: 191px;
    height: 34px;
  }

  .footer .copyright-info span {
    font-size: 10px;
    font-weight: 400;
    line-height: 135%;
  }

  .tablet-only {
    display: block;
  }

  .tablet_only {
    display: block;
  }

  .content {
    width: 100%;
    padding: 0 20px;
  }

  .error-page {
    padding: 52px 20px;
    gap: 20px;
  }

  .error-page__title {
    font-size: 320px;
    font-weight: 700;
    line-height: 120%;
  }

  .error-page__text {
    font-size: 24px;
    font-weight: 800;
    line-height: 27px;
    margin-bottom: 12px;
  }

  .error-page__sub-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 135%;
  }
}

@media (min-width: 834px) and (max-width: 1400px) and (max-width: 833px) {
  .catalog-tabs .tabs-content .tab-content__card.adaptive:nth-child(3n) .subtitle {
    font-family: Manrope;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.2px;
  }

  .catalog-tabs .tabs-content .tab-content__card.adaptive:nth-child(3n) .subtitle b {
    font-weight: 800;
  }
}

@media (min-width: 834px) and (max-width: 1400px) and (min-width: 834px) and (max-width: 1400px) {
  .catalog-tabs .tabs-content .tab-content__card.adaptive:nth-child(3n) .subtitle {
    font-family: Manrope;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.2px;
  }

  .catalog-tabs .tabs-content .tab-content__card.adaptive:nth-child(3n) .subtitle b {
    font-weight: 800;
  }
}

@media (min-width: 834px) and (max-width: 1400px) and (min-width: 1401px) {
  .catalog-tabs .tabs-content .tab-content__card.adaptive:nth-child(3n) .subtitle {
    font-family: Roboto;
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.28px;
  }

  .catalog-tabs .tabs-content .tab-content__card.adaptive:nth-child(3n) .subtitle b {
    font-weight: 700;
  }
}

@media (min-width: 1401px) and (max-width: 833px) {
  .catalog-tabs .tabs-content .tab-content__card.adaptive:nth-child(4n) .subtitle {
    font-family: Manrope;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.2px;
  }

  .catalog-tabs .tabs-content .tab-content__card.adaptive:nth-child(4n) .subtitle b {
    font-weight: 800;
  }
}

@media (min-width: 1401px) and (min-width: 834px) and (max-width: 1400px) {
  .catalog-tabs .tabs-content .tab-content__card.adaptive:nth-child(4n) .subtitle {
    font-family: Manrope;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.2px;
  }

  .catalog-tabs .tabs-content .tab-content__card.adaptive:nth-child(4n) .subtitle b {
    font-weight: 800;
  }
}
/*# sourceMappingURL=style.css.map */
