:root {
  --font-family: "Gilroy", sans-serif;
}

@font-face {
  font-display: swap;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/gilroy/gilroy-light.woff2') format('woff2'),
		url('../fonts/gilroy/gilroy-light.ttf') format('truetype');
}

@font-face {
  font-display: swap;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/gilroy/gilroy-regular.woff2') format('woff2'),
		url('../fonts/gilroy/gilroy-regular.ttf') format('truetype');
}

@font-face {
  font-display: swap;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/gilroy/gilroy-medium.woff2') format('woff2'),
		url('../fonts/gilroy/gilroy-medium.ttf') format('truetype');
}

@font-face {
  font-display: swap;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/gilroy/gilroy-semibold.woff2') format('woff2'),
		url('../fonts/gilroy/gilroy-v29-latin_latin-ext-600.ttf') format('truetype');
}

@font-face {
  font-display: swap;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/gilroy/gilroy-bold.woff2') format('woff2'),
		url('../fonts/gilroy/gilroy-bold.ttf') format('truetype');
}

@font-face {
  font-display: swap;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/gilroy/gilroy-extrabold.woff2') format('woff2'),
		url('../fonts/gilroy/gilroy-extrabold.ttf') format('truetype');
}

@font-face {
  font-display: swap;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/gilroy/gilroy-black.woff2') format('woff2'),
		url('../fonts/gilroy/gilroy-black.ttf') format('truetype');
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,strong {
  font-weight: bolder;
}

small {
  font-size: 87%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button,input,optgroup,select,textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

[type="button"],[type="reset"],[type="submit"],button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

* {
  box-sizing: border-box;
}

details,main {
  display: block;
}

code,kbd,pre,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

[hidden],template {
  display: none;
}

a,button {
  -webkit-tap-highlight-color: transparent;
}

.link,a {
  color: #1d1d1f;
  text-decoration: none;
  transition: .2s linear;
}

.link:hover,a:hover {
}

.link:active,a:active {
  color: rgba(27, 36, 46, 0.6);
}

a:not([class]) {
  color: #1d1d1f;
  text-decoration: underline;
  text-decoration-color: #1b242e;
}

a:not([class]):hover {
}

a:not([class]):active {
  text-decoration-color: transparent;
}

body {
  font-family: var(--font-family);
  color: #1b242e;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.h1,.h2,.h3,.h4,.h5,h1,h2,h3,h4,h5 {
  color: #1d1d1f;
  font-family: var(--font-family);
  font-weight: 600;
  margin-top: 0;
}

.h1,h1 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  margin: 0 0 24px;
}

.h2,h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.01em;
  margin: 0 0 24px;
}

.h3,h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.1;
  margin: 0 0 16px;
}

.h4,h4 {
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 16px;
}

.text,p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 16px 0;
}

b,strong {
  font-weight: 600;
}

.text-uppercace {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.text-lg-center {
}

.page-title {
  margin-top: 24px;
  margin-bottom: 24px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
  width: 100%;
  max-width: 1920px;
}

.page-container {
  flex: 1 1 auto;
}

.container--move,.container--move + .footer {
}

.btn {
  font-family: var(--font-family);
  color: #1d1d1f;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  line-height: unset;
  position: relative;
  text-decoration: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  transition: .2s linear;
  border-radius: 60px;
  min-height: 40px;
  cursor: pointer;
  user-select: none;
  background: #fff;
  border: 1px solid #1d1d1f;
}

.btn--reset {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  border-radius: 0;
  min-height: 1px;
  background-color: transparent;
  cursor: pointer;
}

.btn--border-accent {
  color: #7373f5;
  background: transparent;
  border-color: #7373f5;
}

.btn--border-accent:hover {
}

.btn--burger:before,.btn--cart:before,.btn--cross:before,.btn--search:before {
  content: '';
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.btn--search::before {
  background-image: url('../img/icons/search.svg');
}

.btn--cart::before {
  background-image: url('../img/icons/cart.svg');
}

.btn--burger::before {
  background-image: url('../img/icons/burger.svg');
}

.btn--cross::before {
  background-image: url('../img/icons/cross.svg');
}

.btns-spacer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -12px;
}

.btns-spacer > * {
  margin-right: 12px;
  margin-bottom: 12px;
}

.form__group {
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
}

.form__group > * {
  flex: 1 1 200px;
}

.form__agree {
  color: rgba(27, 36, 46, 0.6);
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  margin: 12px 0 0;
}

.form__agree a:not([class]) {
  color: rgba(27, 36, 46, 0.6);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.form__agree a:not([class]):hover {
  color: rgba(27, 36, 46, 1);
}

.form__send {
  width: 100%;
}

.input {
  margin-bottom: 12px;
  display: block;
  position: relative;
}

.input__label {
  color: #6C6C6C;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.8px;
  display: inline-block;
  margin: 0 0 6px;
}

.input__elem {
  position: relative;
  color: #1d1d1f;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  background: #fff;
  border: 1px solid rgba(29, 29, 31, .7);
  border-radius: 60px;
  min-height: 40px;
  padding: 0 16px;
  width: 100%;
  outline: none;
  transition: .2s;
  resize: none;
}

.input__elem:focus {
  border-color: #7373f5;
}

.input__elem:focus::placeholder {
  color: transparent;
}

.input__elem::placeholder {
  color: rgba(29, 29, 31, .7);
}

.list-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.visibility-hidden {
  visibility: hidden;
}

img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.img-cover--wrap {
  overflow: hidden;
  position: relative;
}

.hide-xl-down {
}

.hide-xl-only {
}

.hide-lg-down {
}

.hide-lg-up {
}

.hide-md-down {
}

.hide-md-up {
}

.hide-sm-down {
}

.hide-sm-only {
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  color: #1b242e;
  font-weight: 400;
  font-size: 13px;
  background: #fff;
  border: 1px solid rgba(27, 36, 46, 0.1);
  border-radius: 30px;
}

.tag__row {
  display: flex;
  flex-wrap: wrap;
}

.tag__row .tag {
  margin: 0 8px 8px 0;
}

a.tag:focus-visible {
  outline: 2px solid #1b242e;
  outline-offset: 0;
}

a.tag:hover {
}

a.tag:active {
  color: #1b242e;
  border-color: #1b242e;
}

.social {
  display: flex;
  align-items: center;
}

.social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  transition: .2s linear;
  opacity: .7;
}

.social__link::before {
  content: '';
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.social__link--tg::before {
  background-image: url('../img/icons/social/tg.svg');
}

.social__link--vk::before {
  background-image: url('../img/icons/social/vk.svg');
}

.social__link:hover {
  opacity: 1;
}

.slider-nav {
  display: flex;
  align-items: center;
}

.slider-arrow {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .25);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  transition: .2s linear;
}

.slider-arrow-prev {
  background-image: url('../img/icons/chevron-left-light.svg');
}

.slider-arrow-next {
  background-image: url('../img/icons/chevron-right-light.svg');
  margin-left: 12px;
}

.slider-arrow:hover {
}

.slider-arrow.swiper-button-disabled {
  pointer-events: none;
  background-color: rgba(0, 0, 0, .1);
}

.slider-pagination.swiper-pagination-horizontal {
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto;
}

.slider-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  min-width: 6px;
  border: none;
  margin: 0;
  background: #dfdfdf;
  transition: .4s;
  opacity: 1;
}

.slider-pagination.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #a1a1a1;
}

.fadeIn {
  animation: fadeIn .2s;
  display: block;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.section {
  position: relative;
  z-index: 1;
  margin-top: 48px;
  margin-bottom: 48px;
}

.section--margin-big {
}

.section:last-child {
  margin-bottom: 0;
}

.section:first-child {
  margin-top: 48px;
}

.section__head {
  margin-bottom: 24px;
}

.section__head.text-center {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.section__head--main {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  text-align: center;
}

.section__head--main .section__desc {
  margin-top: 16px;
}

.section__title {
  margin-bottom: 0;
}

.section__desc {
  color: #838389;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-top: 24px;
  margin-bottom: 32px;
}

.section__desc span {
  color: #1d1d1f;
}

.section__unit {
  text-align: center;
  max-width: 610px;
  margin: 0 auto;
}

.section__unit h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 32px;
}

.section__unit p {
  color: #838389;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.section__unit p span {
  color: #1d1d1f;
}

.section--bg-gray {
  position: relative;
  z-index: 1;
  background: #f5f5f7;
  padding: 48px 0 24px;
  margin-top: -24px;
}

.section--bg-gray::before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #f5f5f7;
  z-index: -1;
}

.section--bg-gray:last-child {
  margin-bottom: -24px;
}

.search {
  padding: 64px 0;
}

.search__container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 32px;
}

.search__form {
  display: flex;
  align-items: center;
}

.search__form-submit {
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 4px;
  justify-content: flex-start;
}

.search__form-submit:before {
  width: 24px;
  height: 24px;
  min-width: 24px;
}

.search__form-input {
  font-family: var(--font-family);
  color: #1d1d1f;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.1;
  position: relative;
  min-height: 32px;
  padding: 0;
  width: 100%;
  outline: none;
  transition: .2s;
  resize: none;
  border: none;
}

.search__form-input::placeholder {
  color: #838389;
}

.search__output {
  margin-top: 32px;
  margin-bottom: 20px;
}

.search__output-title {
  color: #838389;
  font-size: 14px;
}

.search__output ul {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.search__output ul li {
  position: relative;
  margin-bottom: 24px;
}

.search__output ul li:last-child {
  margin: 0;
}

.search__output ul a {
  color: #1d1d1f;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.search__output ul a::before {
  content: '';
  width: 16px;
  height: 16px;
  min-width: 16px;
  background: url('../img/icons/search-output-item.svg') no-repeat center / contain;
  margin: 0 12px 0 0;
  opacity: .7;
  transition: .2s linear;
}

.search__output ul a:hover::before {
}

.breadcrumbs {
  margin-top: 24px;
}

.breadcrumbs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.breadcrumbs__item {
  position: relative;
  padding: 0 12px;
}

.breadcrumbs__item:after {
  content: '';
  position: absolute;
  top: 8px;
  right: -2px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #1d1d1f;
}

.breadcrumbs__item:last-child:after {
  display: none;
}

.breadcrumbs__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(27, 27, 27, 0.5);
  justify-content: center;
  z-index: 9999;
  display: none;
  overflow: auto;
  padding: 16px;
  transition: opacity 0.3s ease-in-out;
}

.modal__close {
  margin-left: 32px;
}

.modal__close:hover {
}

.modal__square {
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  background: #fff;
  border-radius: 20px;
  max-width: 480px;
  width: 100%;
  padding: 20px;
}

.modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.modal__title {
  font-size: 24px;
}

.modal__desc {
  color: var(--neutral-neutral-50);
  font-size: 16px;
}

.modal__caption {
  font-size: 16px;
}

.modal__form {
  margin-top: 24px;
}

.modal__actions {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 20px;
}

.modal__actions .btn {
  width: 100%;
  min-height: 36px;
  margin-right: 12px;
}

.modal__actions .btn:last-child {
  margin-right: 0;
}

body .popup-window.popup-window-with-titlebar {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 24px;
}

body .popup-window.popup-window-with-titlebar .popup-window-close-icon {
  top: 15px;
  right: 15px;
  opacity: .5 !important;
}

body .popup-window.popup-window-with-titlebar .popup-window-close-icon:after {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.666.621a.5.5 0 00-.707 0L5.002 3.58 2.044.62a.5.5 0 00-.707 0l-.714.714a.5.5 0 000 .707L3.581 5 .623 7.957a.5.5 0 000 .708l.714.713a.5.5 0 00.707 0L5.002 6.42l2.957 2.958a.5.5 0 00.708 0l.713-.714a.5.5 0 000-.707L6.422 5 9.38 2.042a.5.5 0 000-.707L8.666.62z' fill='%23828b95'/%3E%3C/svg%3E");
}

body .popup-window.popup-window-with-titlebar .popup-window-close-icon:hover {
  opacity: 1 !important;
}

body .popup-window.popup-window-with-titlebar .popup-window-titlebar {
  order: 2;
  height: auto;
  margin-bottom: 16px;
}

body .popup-window.popup-window-with-titlebar .popup-window-titlebar-text {
  font-family: "Gilroy";
  color: #222222;
  display: block;
  width: 67%;
  margin: 0 auto 0;
  overflow: visible;
  text-wrap: wrap;
  white-space: normal;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 32px;
  text-align: center;
  padding: 0 10px;
}

body .popup-window.popup-window-with-titlebar .popup-window-content {
  order: 1;
  margin-bottom: 20px;
  padding-top: 32px;
}

body .popup-window.popup-window-with-titlebar .popup-window-content img {
  margin: 0 auto;
}

body .popup-window.popup-window-with-titlebar .popup-window-content p {
  display: none;
}

body .popup-window.popup-window-with-titlebar .popup-window-buttons {
  order: 3;
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
}

body .popup-window.popup-window-with-titlebar .popup-window-buttons .btn {
  font-family: "Gilroy";
}

body .popup-window.popup-window-with-titlebar .popup-window-buttons .btn:first-child {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #3B3B4D;
  border: 1px solid #3B3B4D;
  color: #fff;
  outline: none;
  height: 56px;
  font-size: 16px;
  border-radius: 12px;
  padding: 5px 10px;
}

body .popup-window.popup-window-with-titlebar .popup-window-buttons .btn:last-child {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  color: #3B3B4D;
  outline: none;
  height: 56px;
  font-size: 16px;
  border-radius: 12px;
  padding: 5px 10px;
}

.header {
  position: sticky;
  top: 0;
  background: #fff;
  padding: 8px 0;
  z-index: 97;
}

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

.header__logo {
  display: block;
  min-width: 60px;
  max-width: 60px;
  opacity: .7;
}

.header__logo:hover {
}

.header__nav {
}

.header__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header__nav-item {
  margin-bottom: 24px;
}

.header__nav-item:first-child {
}

.header__nav-item:last-child {
  margin-bottom: 0;
}

.header__nav-item:nth-last-child(-n + 3) .header__nav-link {
}

.header__nav-item:nth-last-child(3) {
}

.header__nav-link {
  color: #1d1d1f;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.1;
  white-space: nowrap;
}

.header__nav-link:hover {
}

.header__panel {
  display: flex;
  align-items: center;
}

.header__panel > * {
  margin-left: 16px;
}

.header__panel > *:first-child {
  margin: 0;
}

.header .header__btn-lk {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
}

.header .header__btn-lk img {
  min-width: 16px;
  max-width: 16px;
}

.header__btn-cart,.header__btn-lk,.header__btn-search {
  position: static;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
}

.header__btn-cart:hover,.header__btn-lk:hover,.header__btn-search:hover {
}

.header__btn-cart:before,.header__btn-lk:before,.header__btn-search:before {
  width: 16px;
  height: 16px;
  min-width: 16px;
}

.header__burger {
}

.header__search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 100%;
  display: none;
}

.header-mobile-menu .header__nav {
}

.header-search-show .header__search {
  display: block;
  animation: fadeIn .4s forwards;
}

.header-search-show .header__panel > * {
}

.header-search-show .header__panel .header__btn-search {
}

.header-search-show .header__btn-search:before {
}

.categories {
  margin-right: -16px;
  margin-left: -16px;
}

.categories__row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -12px;
}

.categories .hero-category {
  width: 100%;
}

.home-categories {
  margin-right: -16px;
  margin-left: -16px;
}

.home-categories__row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -12px;
}

.home-categories .hero-category {
  width: 100%;
}

.hero-category {
  margin-bottom: 12px;
  overflow: hidden;
}

.hero-category__body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 32px 16px 24px;
  min-height: 130vw;
}

.hero-category__name {
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
}

.hero-category__desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  margin-top: 8px;
  max-width: 220px;
}

.hero-category__nav {
  margin-top: 16px;
}

.hero-category__desc,.hero-category__name,.hero-category__nav {
  position: relative;
  z-index: 2;
}

.hero-category__btn {
  font-size: 12px;
  min-height: 28px;
  padding: 0 8px 0 12px;
}

.hero-category__btn::after {
  content: '';
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-image: url('../img/icons/chevron-right-accent.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  margin-left: 4px;
  transition: .2s;
}

.hero-category__btn:hover:after {
}

.hero-category__img--wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-category__img--wrap img,.hero-category__img--wrap source {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-category__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-category__bg--wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-category__label {
  font-weight: 600;
  font-size: 16px;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  z-index: 1;
}

.hero-category__label-sticker {
  color: #5d82ea;
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
}

.hero-category__label-sticker img {
  margin-right: 6px;
}

.hero-category.-wide- {
}

.hero-category.-wide- .hero-category__body {
}

.hero-category.-wide- .hero-category__name {
}

.hero-category.-wide- .hero-category__desc {
  max-width: 300px;
}

.hero-category.-wide- .hero-category__nav {
  margin-top: 32px;
}

.hero-category.-strange- .hero-category__nav {
  margin-top: 40px;
}

.home-apps__slider {
  position: relative;
  width: 100vw;
  left: 50%;
  padding: 0 16px;
  transform: translateX(-50%);
  overflow: hidden;
  max-width: 1920px;
}

.home-apps__card {
  min-width: 220px;
  max-width: 220px;
}

.home-apps__body {
  position: relative;
  z-index: 1;
  display: block;
  background: #f2f2ff;
  padding: 20px;
  border-radius: 24px;
  min-height: 420px;
  overflow: hidden;
}

.home-apps__body:hover .home-apps__btn {
}

.home-apps__img--wrap {
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.home-apps__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home-apps__name {
  color: #000;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.01em;
}

.home-apps__text {
  color: #838389;
  font-size: 14px;
  line-height: 1;
  margin-top: 8px;
}

.home-apps__btn {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, .25);
  border-radius: 50%;
}

.home-apps__btn:before {
  content: '';
  width: 18px;
  height: 18px;
  min-width: 18px;
  background: url('../img/icons/arrow-right-light.svg') no-repeat center / contain;
  transform: rotate(-45deg);
}

.home-apps__slider-nav {
  position: absolute;
  bottom: -24px;
  right: 0;
}

.home-apps__slider-nav .slider-arrow {
}

.home-apps .slider-pagination {
}

.home-watch {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #f5f8f0;
}

.home-watch__caption {
  color: #1d1d1f;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.home-watch__title {
  color: #1d1d1f;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-top: 12px;
}

.home-watch__title span {
  color: #99b700;
}

.home-watch__img--wrap {
  position: relative;
  padding-top: 145.5%;
  overflow: hidden;
}

.home-watch__img--wrap img,.home-watch__img--wrap source {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.home-watch__nav {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 2;
}

.home-watch__btn {
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, .25);
  border-radius: 50%;
}

.home-watch__btn:before {
  content: '';
  width: 18px;
  height: 18px;
  min-width: 18px;
  background: url('../img/icons/arrow-right-light.svg') no-repeat center / contain;
}

.home-watch__btn:hover {
}

.home-catalog__row {
  margin-right: -6px;
  margin-bottom: -24px;
  margin-left: -6px;
}

.home-catalog__row::after,.home-catalog__row::before {
  content: '';
  clear: both;
  display: table;
}

.home-catalog .category {
  width: 100%;
  padding: 0 6px;
  margin-top: 16px;
  margin-bottom: 12px;
}

.home-catalog .category__body {
  min-height: 200px;
}

.home-catalog .category:first-child {
}

.home-catalog .category.pos-right {
  float: right;
}

.home-catalog .product {
  width: 50%;
  padding: 0 6px;
}

.home-catalog .product__body {
  min-height: 200px;
}

.category__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.category__link:hover ~ .category__content .category__btn {
}

.category__body {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
  padding: 8px 12px;
  --smooth-corners: 16;
  mask-image: paint(smooth-corners);
  -webkit-mask-image: paint(smooth-corners);
}

.category__body:before {
  content: '';
  width: 100%;
  height: 36%;
  background: linear-gradient(180deg, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.5) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.category__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.category__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category__title {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.category__btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.category__btn:before {
  content: '';
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: url('../img/icons/arrow-right-light.svg') no-repeat center / contain;
}

.product {
  padding: 0 6px;
  margin-bottom: 24px;
}

.product__body {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}

.product__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.product__link:hover ~ .product__info .product__title {
}

.product__labels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 39;
}

.product__labels-item {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #1d1d1f;
  margin-right: 12px;
  margin-bottom: 4px;
  border-radius: 8px;
  padding: 0 8px;
}

.product__labels-item.-purple- {
  background: linear-gradient(to left, rgba(126, 78, 205, 1.0), rgba(76, 29, 227, 1.0));
}

.product__labels-item.-blue- {
  background: linear-gradient(to left, rgba(0, 138, 255, 1.0), rgba(42, 71, 242, 1.0));
}

.product__labels-item.-green- {
  background: linear-gradient(to right, rgba(4, 170, 134, 1.0), rgba(87, 177, 95, 1.0));
}

.product__img {
  mix-blend-mode: darken;
  max-height: 120px;
}

.product__img--wrap {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f0eef7;
  border-radius: 12px;
  padding: 12px;
  --smooth-corners: 10;
  z-index: 29;
  mask-image: paint(smooth-corners);
  -webkit-mask-image: paint(smooth-corners);
}

.product__colors-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  z-index: 10;
}

.product__colors-item {
  cursor: pointer;
  outline: 2px solid transparent;
  outline-offset: 4px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.product__colors-item--active {
  outline-color: #7373f5;
}

.product__colors-item:last-child {
  margin: 0;
}

.product__info {
  margin-top: 12px;
  padding: 0 8px;
}

.product__title {
  color: #1d1d1f;
  font-weight: 600;
  font-size: 14px;
  transition: .2s;
}

.product__desc {
  font-size: 12px;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product__price {
  margin-top: 8px;
}

.product__price .price__current {
  font-size: 14px;
}

.product__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  margin-top: auto;
  padding-top: 12px;
  margin-right: -8px;
  margin-left: -8px;
}

.product__btn {
  font-size: 14px;
  min-height: 32px;
  padding: 0 8px 0 16px;
  z-index: 3;
  margin-bottom: 0;
}

.product__btn::after {
  content: '';
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-image: url('../img/icons/chevron-right-accent.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  margin-left: 2px;
  transition: .2s;
}

.product__btn:hover {
}

.product__btn:hover:after {
}

.product__preorder {
  font-size: 14px;
  min-height: 32px;
  padding: 0 16px;
  z-index: 3;
}

.product__preorder:hover {
}

.product__cart {
  z-index: 3;
  opacity: .7;
}

.product__cart:hover {
}

.price__current {
  color: #838389;
}

.home-benefits__slider {
  position: relative;
  width: 100vw;
  left: 50%;
  padding: 0 16px;
  transform: translateX(-50%);
  overflow: hidden;
  max-width: 1920px;
}

.home-benefits__card {
  min-width: 256px;
  max-width: 256px;
}

.home-benefits__card--reverse .home-benefits__body {
  justify-content: flex-end;
}

.home-benefits__body {
  position: relative;
  z-index: 1;
  min-height: 400px;
  border-radius: 20px;
  overflow: hidden;
  padding: 32px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.home-benefits__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.home-benefits__title {
  color: #1d1d1f;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}

.home-benefits__text {
  color: #8b97a7;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}

.home-benefits__headline {
  color: #5d82ea;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-top: 64px;
}

.home-benefits__headline .text-blur {
  cursor: pointer;
  display: block;
  filter: blur(12px);
  transition: .2s linear filter;
}

.home-benefits__headline .text-blur.active {
  filter: blur(0px);
}

.home-benefits__headline .text-blur.active:hover {
}

.home-benefits__headline .text-blur:hover {
}

.home-benefits__slider-nav {
}

.home-benefits__slider-nav .slider-arrow {
}

.home-benefits .slider-pagination {
}

.home-diagram {
  position: relative;
  padding-top: 203%;
  overflow: hidden;
}

.home-diagram picture img,.home-diagram picture source {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.home-faq__slider {
  position: relative;
  width: 100vw;
  left: 50%;
  padding: 0 16px;
  transform: translateX(-50%);
  overflow: hidden;
  max-width: 1920px;
}

.home-faq__slider .swiper-wrapper {
}

.home-faq__card {
  width: 100%;
}

.home-faq__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-faq__body:hover .home-faq__btn {
}

.home-faq__body:after {
  content: '';
  width: 18px;
  height: 18px;
  min-width: 18px;
  background: url('../img/icons/arrow-right.svg') no-repeat center / contain;
  transform: rotate(-45deg);
  margin-left: 16px;
}

.home-faq__icon--wrap {
  min-width: 32px;
  max-width: 32px;
  margin-bottom: 16px;
}

.home-faq__title {
  color: #1d1d1f;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}

.home-faq__btn {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, .25);
  border-radius: 50%;
}

.home-faq__btn:before {
  content: '';
  width: 18px;
  height: 18px;
  min-width: 18px;
  background: url('../img/icons/arrow-right-light.svg') no-repeat center / contain;
  transform: rotate(-45deg);
}

.catalog__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -6px;
  margin-bottom: -24px;
  margin-left: -6px;
}

.catalog .product {
  width: 50%;
}

.catalog .product__img--wrap {
  flex: 0;
  min-height: 200px;
}

.catalog .product__info {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.catalog .product__colors-list {
}

.catalog .product__btn {
  width: 100%;
}

.catalog .product__price .price__current {
  font-size: 18px;
}

.recommended__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 0;
}

.recommended__head {
  margin-bottom: 32px;
}

.recommended__slider {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 16px;
  width: 100vw;
  overflow: hidden;
}

.recommended .product {
  padding: 0;
  min-width: 220px;
  max-width: 220px;
}

.recommended .product__btn {
  width: 100%;
}

.product-card {
  margin-right: -16px;
  margin-left: -16px;
  margin-bottom: -24px;
}

.product-card__container {
  position: relative;
}

.product-card__swiper-main {
}

.product-card__swiper-main.swiper {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100vw;
}

.product-card__swiper-main.swiper.js-active {
  display: block;
}

.product-card__swiper-main .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  max-height: 600px;
  height: 100%;
}

.product-card__swiper-main .button-next,.product-card__swiper-main .button-prev {
  content: '';
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 480px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.product-card__swiper-main .button-next.swiper-button-disabled,.product-card__swiper-main .button-prev.swiper-button-disabled {
  visibility: hidden;
}

.product-card__swiper-main .button-prev {
  left: 0;
  background-image: url('../img/icons/product-card-slider-chevron-left.svg');
}

.product-card__swiper-main .button-next {
  right: 0;
  background-image: url('../img/icons/product-card-slider-chevron-right.svg');
}

.product-card__swiper-side {
  display: none;
  position: absolute;
  top: 26px;
  left: 80px;
  width: 100px;
  height: 480px;
  padding: 11px 0;
}

.product-card__swiper-side.js-active {
  display: none;
}

.product-card__swiper-side .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100px;
  max-height: 100px;
}

.product-card__swiper-side .button-next,.product-card__swiper-side .button-prev {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.product-card__swiper-side .button-next.swiper-button-disabled,.product-card__swiper-side .button-prev.swiper-button-disabled {
  visibility: hidden;
}

.product-card__swiper-side .button-prev {
  top: 0;
  background-image: url('../img/icons/product-card-slider-chevron-up.svg');
}

.product-card__swiper-side .button-next {
  bottom: 0;
  background-image: url('../img/icons/product-card-slider-chevron-down.svg');
}

.product-card__wrapper {
  position: relative;
  margin-top: -100px;
  border-radius: 48px 48px 0 0;
  padding: 40px 16px;
  background: #fff;
  box-shadow: 0px 0px 32px 0px #4817331F;
  border: 2px solid #FFFFFF;
}

.product-card__specs {
  position: absolute;
  top: 36px;
  right: 64px;
  max-width: 470px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 24px;
}

.product-card__specs--item {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #000000;
  border-radius: 53px;
  font-weight: 600;
  font-size: 13px;
}

.product-card__specs--item img {
  width: 20px;
  height: 20px;
}

.product-card__annonce {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  margin: 0 0 10px;
}

.product-card__annonce a {
  color: #0DB7FF;
}

.product-card__annonce a:hover {
}

.product-card__annonce a:active {
  color: #058cc5;
}

.product-card__info {
  margin-bottom: 24px;
}

.product-card__type {
  opacity: .5;
  color: #343a40;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  display: none;
  margin-bottom: 12px;
}

.product-card__name {
  color: #343a40;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 0;
}

.product-card__price {
  color: #343a40;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  white-space: nowrap;
}

.product-card__box {
  margin-bottom: 40px;
}

.product-card__actions {
}

.product-card__add-cart {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  background-color: transparent;
  border: none;
  outline: 0;
  text-decoration: none;
  text-transform: none;
  color: #000;
  border-radius: 12px;
  font-size: 16px;
  gap: 10px;
  background: #3B3B4D;
  color: #FFFFFF;
}

.product-card__add-cart:hover {
}

.product-card__add-cart:active {
  color: #fff;
}

.product-card__tabs-container {
  display: flex;
  align-items: center;
}

.product-card__tab {
  position: relative;
  cursor: pointer;
  padding: 0 0 8px;
  min-width: 160px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
  opacity: .5;
}

.product-card__tab::before {
  display: none;
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #343a40;
}

.product-card__tab.js-active {
  opacity: 1;
}

.product-card__tab.js-active:before {
  display: block;
}

.product-card__tab:first-child {
  text-align: left;
}

.product-card__tab:first-child:before {
  width: 50%;
}

.product-card__tab:last-child {
  text-align: right;
}

.product-card__tab:last-child:before {
  left: unset;
  right: 0;
  width: 50%;
}

.product-card__tab-content {
  display: none;
}

.product-card__tab-content.js-active {
  display: block;
}

.product-card__select-line {
  margin-top: 8px;
  width: 80px;
  height: 1px;
  background-color: #343a40;
}

.product-card__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 24px;
}

.product-card__desc > * {
  margin: ;
}

.product-card__desc > *:last-child {
  margin-bottom: 0;
}

.product-card__desc > *:first-child {
  margin-top: 0;
}

.product-card__desc h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
}

.product-card__desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.product-card__specs {
}

.product-card__specs p {
  margin: 0;
  font-size: 16px;
}

.product-card__futures {
  margin-bottom: 32px;
}

.product-card__futures:last-child {
  margin: 0;
}

.product-card__futures h2 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 4px;
}

.product-card__futures--item {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-card__futures--item p,.product-card__futures--item span {
  font-size: 16px;
  margin: 0;
}

.product-card__futures--item span {
  font-weight: 600;
  text-align: right;
}

.product-card__colors-title {
  color: rgba(52, 58, 64, .5);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 24px;
  display: none;
}

.product-card__colors-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  z-index: 3;
}

.product-card__colors-item {
  cursor: pointer;
  outline: 2px solid transparent;
  outline-offset: 4px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: .2s;
}

.product-card__colors-item.js-active {
  outline-color: #7373f5;
}

.product-card__colors-item:last-child {
  margin: 0;
}

.product-card__recommended {
  margin-top: 48px;
}

.product-card__also-like {
  margin-top: 105px;
}

.product-card__also-like > h2 {
  color: #343a40;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
}

.product-card__also-like > div {
  margin-top: 32px;
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: repeat(4, minmax(120px, 320px));
  gap: 10px;
}

.product-card__also-like--item {
  cursor: pointer;
  width: 100%;
}

.product-card__also-like--item > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 340px;
  background: #F1F4FB;
  border-radius: 16px;
}

.product-card__also-like--item > div > img {
  max-width: 180px;
  max-height: 180px;
}

.product-card__also-like--item > span {
  display: block;
  margin-top: 16px;
  opacity: 0.5;
  color: #343a40;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}

.product-card__also-like--item > p {
  margin-top: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 36px;
  font-weight: 500;
  line-height: 39px;
  color: #343a40;
}

.mobile {
  display: none;
}

.sub-offer {
  margin-top: 40px;
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
}

.sub-offer__title {
  color: #838389;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  max-width: 260px;
  margin: 0 auto;
}

.sub-offer__title span {
  color: #1d1d1f;
}

.sub-offer__form {
  position: relative;
  margin-top: 16px;
}

.sub-offer__input {
  position: relative;
  font-family: var(--font-family);
  color: #1d1d1f;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  background: #fff;
  border: none;
  border-radius: 48px;
  min-height: 40px;
  padding: 0 40px 0 16px;
  width: 100%;
  outline: none;
  transition: .2s;
  resize: none;
}

.sub-offer__submit {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .25);
  z-index: 2;
}

.sub-offer__submit:before {
  content: '';
  width: 18px;
  height: 18px;
  min-width: 18px;
  background: url('../img/icons/arrow-right-light.svg') no-repeat center / contain;
}

.sub-offer__submit:disabled {
  pointer-events: none;
  background: rgba(0, 0, 0, .1);
}

.sub-offer__submit:hover {
}

.account-block {
  width: 235px;
  padding: 18px 19px 21px 16px;
  background-color: #fff;
  position: fixed;
  top: 48px;
  right: -100vw;
  z-index: 1040;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  display: none;
}

.account-block.show {
  display: block;
  animation-name: fadeIn;
  animation-duration: .4s;
  animation-fill-mode: forwards;
  right: 5px;
}

.img-user {
  float: left;
  margin-right: 8px;
}

.name-user {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #313131;
  padding-top: 4px;
}

.mail-user {
  font-size: 11px;
  line-height: 13px;
  color: #313131;
}

.out-account-block-links {
  font-size: 14px;
  line-height: 31px;
  color: #313131;
  list-style: none;
  padding-left: 12px;
  margin: 0;
}

ul.out-account-block-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.out-account-block-links li span {
  cursor: pointer;
  color: #313131;
}

.in-account-block-links li:hover,.out-account-block-links li:hover {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

img.goo {
  -webkit-box-shadow: 0 0 1px #545454;
  box-shadow: 0 0 1px #545454;
  border-radius: 50%;
}

.login::before {
  content: "";
  background: url("../img/icons/old-login.svg") no-repeat;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 12px;
}

.registration::before {
  content: "";
  background: url("../img/icons/old-registration.svg") no-repeat;
  width: 18px;
  height: 17px;
  display: inline-block;
  margin-right: 12px;
}

.login-form-container {
  width: 100vw;
  height: 100vh;
  background: hsla(0, 0%, 10%, 0.8);
  z-index: 2000;
  display: none;
  overflow: auto;
  position: fixed;
  top: 0px;
}

.login-form {
  display: none;
}

.registration-form {
  display: none;
}

.login-form-block input {
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  width: 80%;
  margin: 5px auto;
  padding: 5px 9px;
}

.login-form-block input::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 14px;
  color: #979797;
}

.login-form-block input::-moz-placeholder {
  font-size: 12px;
  line-height: 14px;
  color: #979797;
}

.login-form-block input:-ms-input-placeholder {
  font-size: 12px;
  line-height: 14px;
  color: #979797;
}

.login-form-block input::-ms-input-placeholder {
  font-size: 12px;
  line-height: 14px;
  color: #979797;
}

.login-form-block input::placeholder {
  font-size: 12px;
  line-height: 14px;
  color: #979797;
}

.login-form-block {
  width: 371px;
  background: #fff;
  padding: 0 30px;
  position: relative;
  margin: 15% auto;
}

.form-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background: url("../img/icons/old-cancel.svg") no-repeat;
}

.links-form-block {
  padding: 40px 0 15px 0;
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.links-form-block a {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #979797;
}

.links-form-block a.active,.links-form-block a:hover {
  color: #313131;
}

.container input:focus::-webkit-input-placeholder {
  color: transparent;
}

.container input:focus:-moz-placeholder {
  color: transparent;
}

.container input:focus::-moz-placeholder {
  color: transparent;
}

.container input:focus:-ms-input-placeholder {
  color: transparent;
}

.btn-confirm {
  padding: 20px 0;
}

.red_btn {
  background: #e6324b;
  border-radius: 5px;
  color: #fff;
  padding: 9px 26px;
  border: 0;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 30px;
  border: 1px solid transparent;
}

.red_btn:hover {
  border: 1px solid #e6324b;
  background: transparent;
  color: #e6324b;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

input.red_btn[type="submit"] {
  background: #e6324b;
  border-radius: 5px;
  color: #fff;
  padding: 9px 26px;
  border: 0;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 30px;
  border: 1px solid transparent;
  width: auto;
  cursor: pointer;
}

input.red_btn[type="submit"]:hover {
  border: 1px solid #e6324b;
  background: transparent;
  color: #e6324b;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

input.forgot-password[type="submit"] {
  font-size: 12px;
  line-height: 14px;
  color: #979797;
  font-weight: 500;
  display: inline;
  border: 0;
  border-radius: 0;
  width: auto;
  margin: 0;
  padding: 0;
  background: 0;
}

input.forgot-password[type="submit"]:hover {
  color: #313131;
}

.buy-window-btns .red_btn {
  margin-right: 0;
  text-transform: none;
}

.login-form-block hr {
  background-color: #EDEDED;
  border: 0;
  height: 1px;
  width: 100%;
  margin: 20px 0 30px 0;
}

.login-form-block b {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #313131;
}

.in-account-block-links {
  font-size: 14px;
  line-height: 31px;
  color: #313131;
  list-style: none;
  padding-left: 12px;
  margin: 0;
}

ul.in-account-block-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.in-account-block-links a {
  color: #313131;
  text-decoration: none;
}

.in-account-block-links a:hover {
  color: #000;
}

.recover-password-form {
  padding: 45px 0 10px 0;
  display: none;
}

.recover-password-form p {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
  margin-top: 0;
}

.in-account-block-links .orders::before {
  content: "";
  background: url("../img/icons/old-orders.svg") no-repeat;
  width: 15px;
  height: 17px;
  display: inline-block;
  margin-right: 12px;
}

.in-account-block-links .settings::before {
  content: "";
  background: url("../img/icons/old-settings.svg") no-repeat;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 12px;
}

.in-account-block-links .exit::before {
  content: "";
  background: url("../img/icons/old-exit.svg") no-repeat;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 12px;
}

.footer {
  position: relative;
  z-index: 2;
  background: #f5f5f7;
  padding: 16px 0;
  margin-top: 24px;
}

.footer__main {
}

.footer__col {
  display: none;
}

.footer__logo {
  display: block;
  min-width: 120px;
  max-width: 120px;
  margin-bottom: 24px;
}

.footer__logo img {
  width: 100%;
}

.footer__phone {
  color: rgba(29, 29, 31, .7);
  font-size: 15px;
}

.footer__phone:hover {
}

.footer__menu {
}

.footer__nav {
  margin-bottom: 52px;
}

.footer__nav--another ul li a {
}

.footer__nav:last-child {
  margin: 0;
}

.footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__nav ul li {
  display: flex;
  border-bottom: 1px solid rgba(29, 29, 31, 0.2);
}

.footer__nav ul li:last-child {
  margin: 0;
  border-bottom: none;
}

.footer__nav ul li a {
  color: #1d1d1f;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
}

.footer__nav ul li a:hover {
}

.footer__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 52px;
}

.footer__panel .footer__phone {
}

.footer__copy {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px 20px;
}

.footer__copy::before {
  content: '';
  background: #dee0e4;
  width: calc(100vw - 48px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.footer__copy-text {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 12px;
  margin-top: 20px;
}

.footer__copy-text p:not([class]) {
  color: #1d1d1f;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.1;
  width: 100%;
}

.footer__copy-text p:not([class])::after {
}

.footer__copy-text a:not([class]) {
  color: #1d1d1f;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.1;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.footer__copy-text a:not([class]):hover {
}

.footer__copy-text > * {
  position: relative;
  margin: 0;
}

.footer__copy-text > *:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #1d1d1f;
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}

.footer__copy-text > *:last-child::after {
  display: none;
}

.footer__makeDl {
  color: rgba(29, 29, 31, .7);
  display: flex;
  align-items: center;
}

.footer__makeDl-logo {
  min-width: 68px;
  max-width: 68px;
  opacity: .7;
  transition: .2s;
}

.footer__makeDl-text {
  font-weight: 400;
  font-size: 10px;
  line-height: 1.1;
  margin-left: 12px;
}

.footer__makeDl:hover {
}

.footer__makeDl:hover .footer__makeDl-logo {
}

.results_found {
  color: rgba(151, 151, 151, 0.75);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1;
}

.search_container {
  padding: 0;
  margin-top: 24px;
}

.search_container .product__body {
  height: auto;
}

.search_container .product__img--wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.search_container .product__img--wrap img {
  max-width: 90%;
  max-height: 90%;
}

input.search_page {
  width: 100%;
  max-width: 346px;
}

.search-pagination {
  margin-top: 48px;
}

.search-sorting {
  font-size: 10px;
  line-height: 1.1;
  text-decoration: none;
}

.search-sorting a {
  color: #007bff;
  text-decoration: none;
}

.search-sorting a:hover {
  color: #0056b3;
}

.tabs_search .product a:not([class]) {
  text-decoration: none;
}

.tabs_search .tabs__caption {
  border-bottom: 2px solid #EDEDED;
}

.tabs__caption {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 28px auto;
  color: #313131;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
}

.tabs__caption li {
  margin: 9px 37px 9px 15px;
  color: #979797;
  position: relative;
  text-align: center;
}

.tabs__caption li:not(.active) {
  cursor: pointer;
}

.tabs__caption .active {
  background: #FFF;
  color: #313131;
  cursor: pointer;
}

.tabs__caption .active:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 3px;
  background: #0DB7FF;
}

.tabs__content {
  display: none;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding: 0;
}

.tabs__content.active {
  display: block;
  width: 100%;
}

ul.tabs__caption li:first-child {
  margin-left: 0;
}

.search_container .tabs_search .tabs__caption li {
  margin: 9px 10px 9px 10px;
}

.search_container ul.tabs__caption li:first-child {
  margin-left: 0;
}

.result_item {
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 20px;
}

.result_item .result_text {
  font-weight: 400;
}

.result_item a {
  font-weight: 400;
}

a.result_header {
  font-weight: 700;
  color: #313131;
  display: block;
  padding-bottom: 10px;
}

a.result_header:hover {
  color: #0DB7FF;
}

a.result_link {
  color: #0DB7FF;
  display: block;
  padding-top: 2px;
}

a.result_link:hover {
  color: #058cc5;
}

@media (min-width: 580px) {
  .h3,h3 {
    font-size: 22px;
  }

  .hide-sm-only {
    display: none;
  }

  .social__link::before {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .section__unit h2 {
    font-size: 36px;
  }

  .modal {
    padding: 32px;
  }

  .hero-category__body {
    padding: 48px 20px 28px;
    min-height: 110vw;
  }

  .hero-category.-wide- .hero-category__body {
    min-height: 540px;
    padding-top: 64px;
  }

  .hero-category.-wide- .hero-category__name {
    font-size: 40px;
  }

  .hero-category.-wide- .hero-category__desc {
    font-size: 18px;
    margin-top: 8px;
    max-width: 340px;
  }

  .home-watch__img--wrap {
    padding-top: 45%;
  }

  .product__btn::after {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-left: 4px;
  }

  .home-benefits__body {
    border-radius: 24px;
  }

  .footer {
    padding: 0;
  }

  .footer__main {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 20px;
  }

  .footer__col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .footer__menu {
    display: flex;
  }

  .footer__nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 120px;
    margin-bottom: 0;
  }

  .footer__nav ul li {
    margin-bottom: 12px;
    border-bottom: none;
  }

  .footer__nav ul li a {
    color: rgba(29, 29, 31, .7);
    font-weight: 500;
    font-size: 12px;
    min-height: 1px;
  }

  .footer__panel {
    margin-top: 16px;
  }

  .footer__panel .footer__phone {
    display: none;
  }

  .footer__copy {
    padding: 20px 0;
  }

  .footer__copy-text {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .h1,h1 {
    font-size: 40px;
  }

  .h2,h2 {
    font-size: 40px;
  }

  .page-title {
    margin-bottom: 48px;
  }

  .container {
    padding: 0 48px;
  }

  .hide-md-up {
    display: none;
  }

  .section {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .section:first-child {
    margin-top: 80px;
  }

  .section__head {
    margin-bottom: 48px;
  }

  .section__head.text-center {
    text-align: center;
  }

  .section__head--main {
    margin-bottom: 48px;
  }

  .section__head--main .section__desc {
    margin-top: 24px;
  }

  .section__desc {
    font-size: 20px;
    margin-bottom: 0;
  }

  .section__unit h2 {
    font-size: 44px;
  }

  .section--bg-gray {
    padding: 80px 0;
    margin-top: -80px;
  }

  .section--bg-gray:last-child {
    margin-bottom: -80px;
  }

  .categories {
    margin-right: -32px;
    margin-left: -32px;
  }

  .categories__row {
    margin-right: -6px;
    margin-bottom: -12px;
    margin-left: -6px;
  }

  .categories .hero-category {
    width: 50%;
  }

  .home-categories {
    margin-right: -32px;
    margin-left: -32px;
  }

  .home-categories__row {
    margin-right: -6px;
    margin-bottom: -12px;
    margin-left: -6px;
  }

  .home-categories .hero-category {
    width: 50%;
  }

  .hero-category {
    padding: 0 6px;
  }

  .hero-category__body {
    min-height: clamp(420px, 49vw, 940px);
  }

  .hero-category.-wide- {
    width: 100%;
  }

  .home-apps__slider {
    padding: 0 48px;
  }

  .home-apps__card {
    min-width: 264px;
    max-width: 264px;
  }

  .home-apps__name {
    font-size: 20px;
  }

  .home-apps__text {
    font-weight: 600;
    font-size: 12px;
  }

  .home-apps__slider-nav {
    bottom: -30px;
  }

  .home-watch__title {
    font-size: 36px;
    margin-top: 8px;
  }

  .home-catalog__row {
    margin-right: -12px;
    margin-bottom: -48px;
    margin-left: -12px;
  }

  .home-catalog .category {
    width: 50%;
    padding: 0 12px;
    margin-top: 0;
    margin-bottom: 48px;
    float: left;
  }

  .home-catalog .category__body {
    min-height: 312px;
  }

  .home-catalog .product {
    width: 25%;
    padding: 0 12px;
    float: left;
  }

  .home-catalog .product__body {
    min-height: 312px;
  }

  .category__body {
    border-radius: 24px;
    padding: 12px 12px 12px 24px;
  }

  .category__btn {
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, .25);
  }

  .category__btn:before {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }

  .product {
    padding: 0 12px;
    margin-bottom: 48px;
  }

  .product__labels {
    top: 20px;
    left: 20px;
  }

  .product__labels-item {
    font-size: 14px;
    line-height: 24px;
  }

  .product__img {
    max-height: 160px;
  }

  .product__img--wrap {
    border-radius: 24px;
  }

  .product__colors-list {
    margin: 0;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
  }

  .home-benefits__slider {
    padding: 0 48px;
  }

  .home-benefits__slider-nav {
    position: absolute;
    bottom: -30px;
    right: 0;
  }

  .home-diagram {
    padding-top: 49.5%;
  }

  .home-faq__slider {
    padding: 0 48px;
  }

  .home-faq__card {
    min-width: 264px;
    max-width: 264px;
  }

  .home-faq__body {
    display: block;
    background: #fff;
    padding: 24px;
    border-radius: 24px;
    min-height: 200px;
  }

  .home-faq__body:after {
    display: none;
  }

  .home-faq__title {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.01em;
    max-width: 240px;
  }

  .catalog__row {
    margin-right: -12px;
    margin-bottom: -48px;
    margin-left: -12px;
  }

  .catalog .product {
    width: 33.3%;
  }

  .catalog .product__img--wrap {
    min-height: 272px;
  }

  .recommended__slider {
    padding: 0 48px;
  }

  .recommended .product {
    min-width: 260px;
    max-width: 260px;
  }

  .product-card {
    margin-right: -48px;
    margin-left: -48px;
    margin-bottom: -80px;
  }

  .product-card__wrapper {
    padding: 40px 48px;
  }

  .product-card__recommended {
    margin-top: 64px;
  }

  .sub-offer {
    margin-top: 120px;
    border-radius: 24px;
    background: #fff;
    padding: 48px 56px 80px;
  }

  .sub-offer__title {
    font-size: 28px;
    max-width: 400px;
  }

  .sub-offer__form {
    margin-top: 32px;
  }

  .sub-offer__input {
    min-height: 56px;
    padding: 0 56px 0 24px;
    box-shadow: inset 0 0 14px 0 rgba(36, 42, 93, 0.1);
  }

  .sub-offer__submit {
    right: 12px;
  }

  .footer {
    margin-top: 80px;
  }

  .footer__copy-text {
    gap: 16px 28px;
  }

  .footer__copy-text p:not([class]) {
    width: auto;
  }

  .footer__copy-text > *:after {
    right: -14px;
  }
}

@media (min-width: 1024px) and (max-width: 1400px) {
  body .header__nav-item {
    margin-left: 36px;
  }

  body .header__panel > * {
    margin-left: 36px;
  }
}

@media (min-width: 1024px) {
  .link:hover,a:hover {
    color: rgba(27, 36, 46, 0.6);
  }

  a:not([class]):hover {
    text-decoration-color: transparent;
  }

  .h3,h3 {
    font-size: 22px;
  }

  .text-lg-center {
    text-align: center;
  }

  .page-container {
    transition: .4s,opacity .4s,-webkit-transform .4s;
  }

  .container--move,.container--move + .footer {
    -webkit-filter: blur(8px);
    filter: blur(8px);
    pointer-events: none;
  }

  .btn--border-accent:hover {
    color: #fff;
    background: #7373f5;
    border-color: #7373f5;
  }

  .hide-lg-up {
    display: none;
  }

  a.tag:hover {
    color: #1b242e;
    border-color: #1b242e;
  }

  .slider-arrow:hover {
    background-color: #7373F5;
  }

  .search {
    padding: 20px 0;
  }

  .search__container {
    padding: 0 124px;
  }

  .search__form-submit {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .search__form-submit:before {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }

  .search__form-input {
    font-size: 20px;
  }

  .search__output-title {
    font-size: 12px;
  }

  .search__output ul {
    margin: 16px 0 0;
  }

  .search__output ul li {
    margin-bottom: 20px;
  }

  .search__output ul a {
    font-size: 12px;
  }

  .search__output ul a::before {
    width: 12px;
    height: 12px;
    min-width: 12px;
  }

  .search__output ul a:hover::before {
    opacity: 1;
  }

  .modal__close {
    opacity: .7;
  }

  .modal__close:hover {
    opacity: 1;
  }

  .modal__title {
    font-size: 32px;
  }

  .header {
    padding: 12px 0;
  }

  .header__logo:hover {
    opacity: 1;
  }

  .header__nav-list {
    display: flex;
    align-items: center;
  }

  .header__nav-item {
    margin-left: 56px;
    margin-bottom: 0;
  }

  .header__nav-item:first-child {
    margin-left: 0;
  }

  .header__nav-item:last-child {
    display: none;
  }

  .header__nav-link {
    color: rgba(29, 29, 31, .7);
    font-weight: 500;
    font-size: 12px;
  }

  .header__nav-link:hover {
    color: #1d1d1f;
  }

  .header__panel > * {
    margin-left: 56px;
  }

  .header .header__btn-lk {
    min-width: 16px;
    max-width: 16px;
    height: 16px;
  }

  .header__btn-cart,.header__btn-lk,.header__btn-search {
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    opacity: .7;
  }

  .header__btn-cart:hover,.header__btn-lk:hover,.header__btn-search:hover {
    opacity: 1;
  }

  .header__burger {
    display: none;
  }

  .header__search {
    position: absolute;
    top: 100%;
    height: auto;
  }

  .hero-category__btn:hover:after {
    filter: brightness(0) invert(1);
  }

  .home-apps__slider {
    padding: 0 64px;
  }

  .home-apps__body:hover .home-apps__btn {
    background: #7373f5;
  }

  .home-watch__btn:hover {
    background: #7373f5;
  }

  .category__link:hover ~ .category__content .category__btn {
    background: #7373f5;
  }

  .product__link:hover ~ .product__info .product__title {
    color: #7373f5;
  }

  .product__btn:hover {
    color: #fff;
    background: #7373f5;
    border-color: #7373f5;
  }

  .product__btn:hover:after {
    filter: brightness(0) invert(1);
  }

  .product__preorder:hover {
    color: #fff;
    background: #1d1d1f;
    border-color: #1d1d1f;
  }

  .product__cart:hover {
    opacity: 1;
  }

  .home-benefits__slider {
    padding: 0 64px;
  }

  .home-benefits__headline .text-blur.active:hover {
    filter: blur(0px);
  }

  .home-benefits__headline .text-blur:hover {
    filter: blur(8px);
  }

  .home-faq__slider {
    padding: 0 64px;
  }

  .home-faq__body:hover .home-faq__btn {
    background: #7373f5;
  }

  .catalog .product {
    width: 25%;
  }

  .product-card__container {
    padding: 0px 64px;
    height: 940px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(226, 229, 237, 0.5) 100%);
  }

  .product-card__swiper-main.swiper {
    padding-top: 120px;
    width: 680px;
    height: 680px;
    max-width: 856px;
  }

  .product-card__swiper-side.js-active {
    display: block;
  }

  .product-card__wrapper {
    padding: 64px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) -9.8%, #FFFFFF 54.69%, rgba(255, 255, 255, 0.5) 108.53%),linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  }

  .product-card__annonce {
    margin: 0 0 32px;
  }

  .product-card__annonce a:hover {
    color: #058cc5;
  }

  .product-card__info {
    position: absolute;
    top: -210px;
    margin-bottom: 0;
  }

  .product-card__type {
    display: block;
  }

  .product-card__name {
    font-size: 64px;
    margin-bottom: 12px;
  }

  .product-card__price {
    font-size: 48px;
  }

  .product-card__box {
    position: absolute;
    top: -230px;
    right: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    margin-bottom: 0;
  }

  .product-card__actions {
    margin-top: 48px;
  }

  .product-card__add-cart {
    min-width: 270px;
    height: 60px;
    font-size: 20px;
  }

  .product-card__add-cart:hover {
    color: #fff;
  }

  .product-card__desc {
    margin-top: 40px;
    max-width: 644px;
  }

  .product-card__futures {
    margin-bottom: 52px;
  }

  .product-card__colors-title {
    display: block;
  }

  .sub-offer__submit:hover {
    background: #7373f5;
  }

  .footer {
    transition: .4s,opacity .4s,-webkit-transform .4s;
  }

  .footer__phone:hover {
    color: #1d1d1f;
  }

  .footer__nav ul li a:hover {
    color: #1d1d1f;
  }

  .footer__copy-text a:not([class]):hover {
    color: #1b242e;
    text-decoration-color: #1b242e;
  }

  .footer__makeDl:hover {
    color: #1d1d1f;
  }

  .footer__makeDl:hover .footer__makeDl-logo {
    opacity: 1;
  }
}

@media (min-width: 1260px) {
  .h1,h1 {
    font-size: 56px;
  }

  .h2,h2 {
    font-size: 56px;
  }

  .page-title {
    margin-bottom: 60px;
  }

  .container {
    padding: 0 64px;
  }

  .hide-xl-only {
    display: none;
  }

  .social__link {
    margin-right: 24px;
  }

  .social__link::before {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }

  .slider-arrow {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-size: 24px;
  }

  .slider-arrow-next {
    margin-left: 16px;
  }

  .section {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .section:first-child {
    margin-top: 100px;
  }

  .section__head {
    margin-bottom: 60px;
  }

  .section__head--main {
    margin-bottom: 100px;
  }

  .section__desc {
    font-size: 28px;
    margin-top: 32px;
  }

  .section__unit {
    max-width: 820px;
  }

  .section__unit h2 {
    font-size: 62px;
    margin-bottom: 40px;
  }

  .section__unit p {
    font-size: 22px;
  }

  .section--bg-gray {
    padding: 120px 0;
    margin-top: -110px;
  }

  .section--bg-gray:last-child {
    margin-bottom: -120px;
  }

  .search {
    padding: 32px 0;
  }

  .search__container {
    padding: 0 180px;
  }

  .search__form-submit {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }

  .search__form-submit:before {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .search__form-input {
    font-size: 28px;
  }

  .search__output {
    margin-top: 48px;
    margin-bottom: 32px;
  }

  .search__output-title {
    font-size: 16px;
  }

  .search__output ul {
    margin: 24px 0 0;
  }

  .search__output ul li {
    margin-bottom: 24px;
  }

  .search__output ul a {
    font-size: 16px;
  }

  .search__output ul a::before {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }

  .header {
    padding: 12px 0;
  }

  .header__logo {
    min-width: 84px;
    max-width: 84px;
  }

  .header__nav-link {
    font-size: 16px;
  }

  .header .header__btn-lk {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
  }

  .header .header__btn-lk img {
    min-width: 24px;
    max-width: 24px;
  }

  .header__btn-cart,.header__btn-lk,.header__btn-search {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
  }

  .header__btn-cart:before,.header__btn-lk:before,.header__btn-search:before {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .categories {
    margin-right: -48px;
    margin-left: -48px;
  }

  .categories__row {
    margin-right: -8px;
    margin-bottom: -16px;
    margin-left: -8px;
  }

  .home-categories {
    margin-right: -48px;
    margin-left: -48px;
  }

  .home-categories__row {
    margin-right: -8px;
    margin-bottom: -16px;
    margin-left: -8px;
  }

  .hero-category {
    padding: 0 8px;
    margin-bottom: 16px;
  }

  .hero-category__body {
    padding: 64px 32px 40px;
  }

  .hero-category__name {
    font-size: 40px;
  }

  .hero-category__desc {
    font-size: 20px;
    max-width: 300px;
  }

  .hero-category__nav {
    margin-top: 24px;
  }

  .hero-category__btn {
    font-size: 16px;
    min-height: 40px;
    padding: 0 16px 0 24px;
  }

  .hero-category__btn::after {
    background-size: 18px;
    margin-left: 8px;
  }

  .hero-category.-wide- .hero-category__body {
    min-height: 760px;
    padding-top: 90px;
  }

  .hero-category.-wide- .hero-category__name {
    font-size: 56px;
  }

  .hero-category.-wide- .hero-category__desc {
    font-size: 24px;
    margin-top: 12px;
    max-width: 460px;
  }

  .hero-category.-strange- .hero-category__nav {
    margin-top: 56px;
  }

  .home-apps__card {
    min-width: 370px;
    max-width: 370px;
  }

  .home-apps__body {
    border-radius: 34px;
    min-height: 590px;
  }

  .home-apps__img--wrap {
    min-width: 112px;
    max-width: 112px;
    height: 112px;
    margin-bottom: 48px;
  }

  .home-apps__name {
    font-size: 28px;
  }

  .home-apps__text {
    font-size: 20px;
    margin-top: 16px;
  }

  .home-apps__btn {
    right: 16px;
    bottom: 16px;
  }

  .home-apps__btn:before {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .home-apps__slider-nav {
    bottom: -72px;
  }

  .home-apps .slider-pagination {
    display: none;
  }

  .home-watch {
    border-radius: 34px;
  }

  .home-watch__caption {
    font-size: 22px;
  }

  .home-watch__title {
    font-size: 50px;
    margin-top: 12px;
  }

  .home-watch__nav {
    bottom: 16px;
    right: 16px;
  }

  .home-watch__btn {
    width: 44px;
    height: 44px;
  }

  .home-watch__btn:before {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .home-catalog__row {
    margin-right: -16px;
    margin-bottom: -64px;
    margin-left: -16px;
  }

  .home-catalog .category {
    padding: 0 16px;
    margin-bottom: 64px;
  }

  .home-catalog .category__body {
    min-height: 444px;
  }

  .home-catalog .product {
    padding: 0 16px;
  }

  .home-catalog .product__body {
    min-height: 444px;
  }

  .category__body {
    border-radius: 40px;
    padding: 20px 20px 20px 32px;
  }

  .category__title {
    font-size: 22px;
  }

  .category__btn {
    width: 44px;
    height: 44px;
  }

  .category__btn:before {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .product {
    padding: 0 16px;
    margin-bottom: 64px;
  }

  .product__img {
    max-height: 220px;
  }

  .product__img--wrap {
    border-radius: 40px;
  }

  .product__colors-list {
    bottom: 32px;
  }

  .product__colors-item {
    width: 16px;
    height: 16px;
    margin-right: 16px;
  }

  .product__info {
    margin-top: 16px;
    padding: 0 12px;
  }

  .product__title {
    font-size: 20px;
  }

  .product__desc {
    font-size: 16px;
  }

  .product__price {
    margin-top: 12px;
  }

  .product__price .price__current {
    font-size: 20px;
  }

  .product__nav {
    margin-right: -12px;
    margin-left: -12px;
  }

  .product__btn::after {
    background-size: 18px;
    margin-left: 8px;
  }

  .home-benefits__card {
    min-width: 370px;
    max-width: 370px;
  }

  .home-benefits__body {
    min-height: 560px;
    border-radius: 34px;
    padding: 40px 32px 32px;
  }

  .home-benefits__title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .home-benefits__text {
    font-size: 20px;
  }

  .home-benefits__headline {
    font-size: 28px;
    margin-top: 84px;
  }

  .home-benefits__slider-nav {
    bottom: -72px;
  }

  .home-benefits .slider-pagination {
    display: none;
  }

  .home-faq__card {
    min-width: 370px;
    max-width: 370px;
  }

  .home-faq__body {
    padding: 32px;
    border-radius: 34px;
    min-height: 280px;
  }

  .home-faq__icon--wrap {
    min-width: 44px;
    max-width: 44px;
    margin-bottom: 24px;
  }

  .home-faq__title {
    font-size: 28px;
  }

  .home-faq__btn {
    right: 16px;
    bottom: 16px;
    width: 44px;
    height: 44px;
  }

  .home-faq__btn:before {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .catalog__row {
    margin-right: -16px;
    margin-bottom: -64px;
    margin-left: -16px;
  }

  .catalog .product__img--wrap {
    min-height: 320px;
  }

  .recommended__slider {
    padding: 0 64px;
  }

  .recommended .product {
    min-width: 320px;
    max-width: 320px;
  }

  .product-card {
    margin-right: -64px;
    margin-left: -64px;
    margin-bottom: -120px;
  }

  .product-card__swiper-main.swiper {
    width: 856px;
    height: 600px;
  }

  .product-card__swiper-main .button-next,.product-card__swiper-main .button-prev {
    width: 88px;
  }

  .sub-offer {
    margin-top: 172px;
    max-width: 786px;
    border-radius: 34px;
    padding: 64px 112px 80px;
  }

  .sub-offer__title {
    font-size: 40px;
    max-width: 480px;
  }

  .sub-offer__form {
    margin-top: 48px;
  }

  .sub-offer__input {
    font-size: 20px;
    border-radius: 67px;
    min-height: 80px;
    padding: 0 72px 0 32px;
  }

  .sub-offer__submit {
    right: 16px;
    width: 44px;
    height: 44px;
  }

  .sub-offer__submit:before {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .footer {
    margin-top: 120px;
  }

  .footer__main {
    padding: 56px 0 40px;
  }

  .footer__logo {
    min-width: 170px;
    max-width: 170px;
  }

  .footer__phone {
    font-size: 21px;
  }

  .footer__nav {
    margin-right: 164px;
  }

  .footer__nav ul li {
    margin-bottom: 16px;
  }

  .footer__nav ul li a {
    font-size: 16px;
  }

  .footer__copy {
    padding: 24px 0;
  }

  .footer__copy-text {
    gap: 20px 36px;
  }

  .footer__copy-text p:not([class]) {
    font-size: 14px;
  }

  .footer__copy-text a:not([class]) {
    font-size: 14px;
  }

  .footer__copy-text > *:after {
    right: -18px;
  }

  .footer__makeDl-text {
    font-size: 14px;
  }
}

@media (min-width: 1400px) {
  .catalog .product {
    width: 20%;
  }
}

@media (max-width: 370px) {
  .catalog .product__btn {
    font-size: 11px;
  }
}

@media screen and (max-width: 1023px) {
  .product-card__swiper-main .swiper-slide img {
    top: 50%;
    max-width: 100%;
    max-height: calc(100% - 50px);
    height: unset;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
  }

  .product-card__wrapper {
    position: relative;
    margin-top: -15px;
    z-index: 1;
  }

  .product-card .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    line-height: 6px;
    background-color: #2D2E3D;
    opacity: 0.25;
  }

  .product-card .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #2D2E3D;
  }

  .product-card__color-picking > div {
    justify-content: flex-start;
    gap: 16px;
  }

  .product-card__tabs-container {
    position: relative;
    margin-top: 25px;
  }

  .product-card__tabs-container::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #00000040;
    opacity: 0.25;
  }

  .product-card__tab {
    width: unset;
    min-width: unset;
    padding: 0 8px 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
  }

  .product-card__tab:first-child::before,.product-card__tab:last-child::before {
    width: 100%;
  }

  .product-card__select-line {
    margin-top: 16px;
  }

  .product-card__futures

    .product-card__futures--item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    padding: 16px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
  }

  .product-card__futures--item span {
    text-align: right;
    font-weight: 600;
  }

  .product-card__futures--item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .product-card__services

    .product-card__services--item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
  }

  .product-card__services--item > div {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #365FFF;
  }

  .product-card__services--item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .product-card .btn-basket {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: calc(100vw - 32px);
    transform: translate(-50%, 0);
  }

  .product-card .swiper-pagination {
    display: none;
  }

  .product-card .swiper-pagination.js-active {
    display: block;
  }
}

@media (max-width: 430px) {
  .login-form-block {
    width: 100%;
    padding: 0 20px;
  }

  .login-form-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 1259px) {
  .hide-xl-down {
    display: none;
  }

  .home-apps__slider-nav .slider-arrow {
    display: none;
  }

  .home-benefits__slider-nav .slider-arrow {
    display: none;
  }
}

@media (max-width: 1023px) {
  .hide-lg-down {
    display: none;
  }

  .header__nav {
    position: fixed;
    top: 0;
    padding: 64px 32px;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    display: none;
  }

  .header__nav-item:nth-last-child(-n + 3) .header__nav-link {
    color: #838389;
    font-size: 20px;
  }

  .header__nav-item:nth-last-child(3) {
    margin-top: 56px;
  }

  .header__nav-link {
    letter-spacing: -0.01em;
  }

  .header-mobile-menu .header__nav {
    display: block;
    animation: fadeIn .4s forwards;
  }

  .header-search-show .header__panel > * {
    display: none;
  }

  .header-search-show .header__panel .header__btn-search {
    position: relative;
    display: inline-flex;
    z-index: 1;
  }

  .header-search-show .header__btn-search:before {
    background-image: url('../img/icons/cross.svg');
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .product-card {
    --swiper-pagination-bottom: none;
    --swiper-pagination-top: 12px;
    --product-card-bullet-horizontal-gap: 6px;
    background: #fff;
  }

  .product-card__container {
    aspect-ratio: 1/1.3;
  }

  .product-card__swiper-main {
    position: absolute;
    top: 0;
    left: 0;
  }

  .product-card__swiper-main .swiper-slide img {
    object-fit: cover;
  }

  .product-card__swiper-main .button-next,.product-card__swiper-main .button-prev {
    display: none;
  }

  .product-card__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px 32px;
  }

  .product-card__actions {
    position: fixed;
    bottom: 16px;
    left: 16px;
    right: 16px;
    text-align: center;
    z-index: 999;
  }

  .product-card__specs {
    display: none;
  }
}

@media (max-width: 767px) {
  .hide-md-down {
    display: none;
  }

  .section--margin-big {
    margin-top: 80px;
    margin-bottom: 72px;
  }

  .home-catalog__row {
    display: flex;
    flex-wrap: wrap;
  }

  .home-catalog .category:first-child {
    margin-top: 0;
  }

  .home-benefits__slider-nav {
    justify-content: center;
    margin-top: 16px;
  }

  .home-faq__slider .swiper-wrapper {
    display: block;
  }

  .home-faq__card {
    padding: 8px 0;
    border-bottom: 1px solid rgba(29, 29, 31, 0.2);
  }

  .home-faq__icon--wrap {
    display: none;
  }

  .home-faq__btn {
    display: none;
  }

  .product-card__also-like {
    display: none;
  }

  .footer__copy-text p:not([class])::after {
    display: none;
  }
}

@media (max-width: 579px) {
  .hide-sm-down {
    display: none;
  }

  .catalog .product__colors-list {
    position: relative;
    bottom: -8px;
  }

  .footer__nav--another ul li a {
    font-weight: 500;
  }

  .footer__copy::before {
    display: none;
  }
}
