@charset "UTF-8";
html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-style: inherit;
}

ul[class] {
  list-style: none;
}

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

input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}
a :focus {
  outline: none;
  text-decoration: none;
  color: inherit;
}

button,
input {
  border: unset;
}

input,
textarea {
  border: unset;
  background: transparent;
}
button {
  background: transparent;
  padding: unset;
  cursor: pointer;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

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

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  appearance: none;
  -moz-appearance: textfield;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraLight.eot");
  src: url("../fonts/Inter-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-ExtraLight.woff2") format("woff2"), url("../fonts/Inter-ExtraLight.woff") format("woff"), url("../fonts/Inter-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.eot");
  src: url("../fonts/Inter-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Thin.eot");
  src: url("../fonts/Inter-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Thin.woff2") format("woff2"), url("../fonts/Inter-Thin.woff") format("woff"), url("../fonts/Inter-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../img/svg/icons/icomoon.eot?b22ux9");
  src: url("../img/svg/icons/icomoon.eot?b22ux9#iefix") format("embedded-opentype"), url("../img/svg/icons/icomoon.ttf?b22ux9") format("truetype"), url("../img/svg/icons/icomoon.woff?b22ux9") format("woff"), url("../img/svg/icons/icomoon.svg?b22ux9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=_icon-],
[class*=" _icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._icon-wish-red:before {
  content: "\e909";
}

._icon-exit:before {
  content: "\e900";
}

._icon-copy:before {
  content: "\e901";
}

._icon-star-red:before {
  content: "\e902";
}

._icon-like-red:before {
  content: "\e903";
}

._icon-check:before {
  content: "\e904";
}

._icon-like:before {
  content: "\e905";
}

._icon-dislike:before {
  content: "\e906";
}

._icon-geo:before {
  content: "\e907";
}

._icon-wish:before {
  content: "\e908";
}

._icon-letter:before {
  content: "\e90a";
}

._icon-mail:before {
  content: "\e90b";
}

._icon-minus:before {
  content: "\e90c";
}

._icon-order:before {
  content: "\e90d";
}

._icon-other:before {
  content: "\e90e";
}

._icon-pc:before {
  content: "\e90f";
}

._icon-person:before {
  content: "\e910";
}

._icon-phone:before {
  content: "\e911";
}

._icon-plus:before {
  content: "\e912";
}

._icon-question:before {
  content: "\e913";
}

._icon-search:before {
  content: "\e914";
}

._icon-star:before {
  content: "\e915";
}

._icon-telegram:before {
  content: "\e916";
}

._icon-telephone:before {
  content: "\e917";
}

._icon-usb:before {
  content: "\e918";
}

._icon-viber:before {
  content: "\e919";
}

._icon-whatsapp:before {
  content: "\e91a";
}

._icon-close:before {
  content: "\e91b";
}

._icon-tile:before {
  content: "\e91c";
}

._icon-list:before {
  content: "\e91d";
}

._icon-bars:before {
  content: "\e91e";
}

._icon-home:before {
  content: "\e91f";
}

._icon-filter:before {
  content: "\e920";
}

._icon-arrow-down:before {
  content: "\e921";
}

._icon-arrow-expand:before {
  content: "\e922";
}

._icon-arrow-left:before {
  content: "\e923";
}

._icon-arrow-link:before {
  content: "\e924";
}

._icon-arrow-open:before {
  content: "\e925";
}

._icon-arrow-right:before {
  content: "\e926";
}

._icon-arrow-up:before {
  content: "\e927";
}

._icon-auto:before {
  content: "\e928";
}

._icon-basket:before {
  content: "\e929";
}

._icon-bucket:before {
  content: "\e92a";
}

._icon-burger:before {
  content: "\e92b";
}

._icon-calculator:before {
  content: "\e92c";
}

._icon-chat:before {
  content: "\e92d";
}

html {
  height: 100%;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

body {
  height: 100%;
  line-height: 1.2;
  color: var(--black-2);
  background-color: var(--white-1);
}

.block-body {
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.wrapper:has(.info-basket) .footer {
  display: none;
}
@media (max-width: 992px) {
  .wrapper:has(.info-basket) .footer {
    display: block;
  }
}

.container {
  max-width: 1390px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  position: relative;
}

.main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

:root {
  --red: #db322b;
  --red-1: #b6120b;
  --red-pale: #b86565;
  --white: #ffffff;
  --white-1: #e8e8e8;
  --white-2: #e5e0e0;
  --white-3: #f5f5f5;
  --white-4: #fbfbfb;
  --grey: #9f9a9a;
  --grey-1: #ddd9d9;
  --grey-2: #999999;
  --grey-3: #7f7b7b;
  --black: #000;
  --black-1: #434242;
  --black-2: #373737;
  --black-3: #4b4b4b;
  --blue: #005254;
  --lightblue: #B3E1FD;
  --medium-blue: #1982C4;
  --yellow: #ead622;
  --yellow-pale: #f8e191;
  --green: #109c15;
  --lightgreen: #C7FFD4;
  --medium-green: #00A44A;
}

.heading-2 {
  color: var(--black);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.32px;
}
@media (max-width: 767px) {
  .heading-2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.16px;
  }
}
@media (max-width: 489px) {
  .heading-2 {
    font-size: 16px;
    line-height: 1.1;
  }
}

.heading-3 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.32px;
}
@media (max-width: 1200px) {
  .heading-3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .heading-3 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.18px;
  }
}
@media (max-width: 490px) {
  .heading-3 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.18px;
  }
}

.heading-4 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.18px;
}
@media (max-width: 1200px) {
  .heading-4 {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .heading-4 {
    font-size: 18px;
  }
}

.header {
  border-radius: 10px;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  transition: all 0.3s ease 0s;
  background-color: var(--white-1);
}
@media (max-width: 992px) {
  .header {
    background-color: var(--black-2, #373737);
    border-radius: 0px 0px 5px 5px;
  }
}
.header__content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 16px 0 20px 0;
}
@media (max-width: 992px) {
  .header__content {
    display: none;
  }
}
.header__menu {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex: 1 0 auto;
}
.header__logo {
  margin-right: 16px;
  width: 73px;
  height: 78px;
}
@media (max-width: 1200px) {
  .header__logo {
    width: 65px;
    height: 65px;
  }
}
.header__links {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.header__logo-text {
  width: 217px;
  height: 26px;
}
@media (max-width: 1200px) {
  .header__logo-text {
    width: 190px;
    height: 20px;
  }
}
.header__search {
  align-self: flex-end;
  flex: 1 1 100%;
  margin: 0 85px;
}
@media (max-width: 1200px) {
  .header__search {
    margin: 0 36px;
  }
}
.header__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  flex: 1 0 auto;
}
.header__info {
  display: flex;
  color: var(--grey, #9f9a9a);
  font-size: 12px;
  letter-spacing: 0.24px;
}
.header__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease 0s;
}
.header__phone:hover {
  color: var(--black-2);
}
.header__phone ._icon-phone {
  font-size: 14px;
  margin-right: 4px;
}
.header__client {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__client-item {
  width: 32px;
  height: 32px;
  position: relative;
}
@media (max-width: 1200px) {
  .header__client-item {
    width: 28px;
    height: 28px;
  }
}
.header__client-item:not(:last-of-type) {
  margin-right: 32px;
}
@media (max-width: 1200px) {
  .header__client-item:not(:last-of-type) {
    margin-right: 24px;
  }
}
.header__client-list {
  position: absolute;
  top: 10px;
  transform: translateY(27px);
  right: 0;
  border-radius: 5px;
  background-color: var(--white-1);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.08);
  padding: 16px;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: max-content;
  z-index: 2000;
}
.header__client-list._open {
  display: flex;
}
.header__client-list .client-list__item:not(:last-child) {
  margin-bottom: 16px;
}
.header__client-list .client-list__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--black-2);
  font-size: 15px;
  letter-spacing: 0.15px;
  position: relative;
}
.header__client-list .client-list__link:hover::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--black-2);
  bottom: -3px;
  left: 0;
}
.header__client-list .client-list__icon {
  font-size: 20px;
  color: var(--black);
  margin-right: 8px;
}
.header__client-link {
  display: block;
  height: 100%;
  transition: all 0.2s ease 0s;
}
.header__client-link._active .header__client-icon {
  color: var(--red, #db322b);
}
.header__client-icon {
  font-size: 32px;
  color: var(--black, #000);
}
@media (max-width: 1200px) {
  .header__client-icon {
    font-size: 28px;
  }
}
.header__client-link:hover .header__client-icon {
  color: var(--red);
  transition: all 0.2s ease 0s;
}
.header__client-basket {
  position: relative;
}
.header._sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1111;
  transition: all 0.3s ease 0s;
}
.header._sticky .header__content {
  padding: 15px 0;
  align-items: center;
}
.header._sticky .header__logo {
  width: 48px;
  height: 48px;
}
.header._sticky .header__logo-text {
  display: none;
}
.header._sticky .header__search {
  align-self: center;
}
.header._sticky .header__info {
  display: none;
}
.header._sticky .mobile-header__logo {
  display: none;
}

.client-basket__count {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(35%, -35%);
  border-radius: 20px;
  background: var(--red, #db322b);
  width: 26px;
  height: 26px;
  color: #f5f5f5;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .client-basket__count {
    width: 20px;
    height: 20px;
    font-size: 9px;
  }
}
.client-basket__count._empty {
  display: none;
}

.lang {
  display: flex;
  margin-left: 24px;
}
@media (max-width: 1200px) {
  .lang {
    margin-left: 16px;
  }
}
.lang_active {
  color: var(--black, #000000);
}
.lang__item {
  transition: all 0.2s ease 0s;
}
.lang__item:hover {
  color: var(--black-2);
}
.lang__item:not(:last-child) {
  margin-right: 8px;
}

.catalogue-header {
  position: relative;
}
.catalogue-header__btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--red, #db322b);
  font-size: 18px;
  letter-spacing: 0.18px;
  padding: 11px 44px 11px 16px;
  border-radius: 5px;
  border: 1px solid var(--red, #db322b);
  font-weight: 500;
}
.catalogue-header__btn ._icon-burger {
  margin-right: 10px;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .catalogue-header__btn ._icon-burger {
    margin-right: 8px;
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .catalogue-header__btn {
    font-size: 16px;
    padding: 8px 32px 8px 8px;
  }
}
.catalogue-header__menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 111;
  transform: translateY(17px);
  background-color: var(--white-1, #e8e8e8);
  border-radius: 0px 0px 10px 10px;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  justify-content: flex-start;
  box-shadow: 9px 8px 11px 0px rgba(0, 0, 0, 0.12);
}
.catalogue-header__menu.show {
  visibility: visible;
}
.catalogue-header__categories {
  padding: 48px 0px 48px 0px;
}
@media (max-width: 1200px) {
  .catalogue-header__categories {
    padding: 40px 0px 40px 0px;
  }
}
.catalogue-header__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  width: 242px;
  padding: 0 56px 0 40px;
}
@media (max-width: 1200px) {
  .catalogue-header__list {
    padding: 0px 16px 0px 32px;
    width: 188px;
  }
}
.catalogue-header__item {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.18px;
  width: 100%;
}
@media (max-width: 1200px) {
  .catalogue-header__item {
    font-size: 16px;
  }
}
.catalogue-header__item:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .catalogue-header__item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.catalogue-header__link {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  transition: all 0.15s ease 0s;
}
.catalogue-header__link::after {
  display: block;
  opacity: 0;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -4px;
  left: 0px;
  background-color: var(--red, #db322b);
  transition: all 0.2s ease 0s;
}
.catalogue-header__link:hover {
  font-weight: 600;
  transition: all 0.15s ease 0s;
}
.catalogue-header__link:hover::after {
  opacity: 1;
  transition: all 0.2s ease 0s;
}
.catalogue-header__link ._icon-arrow-open {
  font-size: 20px;
  color: var(--grey, #9f9a9a);
}

.tabs-catalogue {
  padding: 56px 64px 56px 72px;
  color: var(--black-2, #373737);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
}
@media (max-width: 1200px) {
  .tabs-catalogue {
    padding: 40px 32px;
    font-size: 14px;
  }
}
.tabs-catalogue__tab {
  display: none;
  width: 615px;
}
@media (max-width: 1200px) {
  .tabs-catalogue__tab {
    width: 510px;
    column-gap: 85px;
  }
}
.tabs-catalogue__tab.open {
  display: block;
}
.tabs-catalogue__list {
  text-align: left;
  column-count: 3;
  column-width: auto;
  column-gap: 115px;
}
@media (max-width: 1200px) {
  .tabs-catalogue__list {
    column-gap: 85px;
  }
}
.tabs-catalogue__item {
  width: 100%;
}
.tabs-catalogue__item:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .tabs-catalogue__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.tabs-catalogue__link {
  transition: all 0.2s ease 0s;
  position: relative;
  transition: all 0.2s ease 0s;
}
.tabs-catalogue__link::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--black-2);
  bottom: -1px;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease 0s;
}
.tabs-catalogue__link:hover::after {
  opacity: 1;
}

.mobile-header {
  padding: 25px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
@media (max-width: 992px) {
  .mobile-header {
    display: flex;
  }
}
@media (max-width: 767px) {
  .mobile-header {
    padding: 16px 5px;
  }
}
.mobile-header__logo {
  padding: 8px 16px;
}
.mobile-header__logo img {
  width: 138px;
  height: 17px;
  object-fit: contain;
}
.mobile-header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.mobile-header__search {
  flex: 1 1 auto;
  margin: 0 35px;
}
@media (max-width: 767px) {
  .mobile-header__search {
    margin: 0 25px;
  }
}
@media (max-width: 479px) {
  .mobile-header__search {
    margin: 0 12.5px;
  }
}
.mobile-header__search .search-wrapper__input {
  border: none;
  background-color: var(--white-3, #f5f5f5);
  padding: 13.5px 85px 13.5px 12px;
}
.mobile-header__search .search-wrapper__btn {
  right: -1px;
}
.mobile-header__basket ._icon-basket {
  font-size: 24px;
  color: var(--white-3);
}

.footer {
  background: url(../img/bg/footer-bg.png) 0 0/cover no-repeat;
  border-radius: 10px 10px 0px 0px;
  position: relative;
}
@media (max-width: 992px) {
  .footer {
    border-radius: 0px;
    background: url(../img/bg/footer-bg-mob.png) 0 0/100% auto no-repeat;
    background-color: var(--black-2, #373737);
  }
}
.footer__content {
  padding: 40px 85px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--grey-1, #ddd9d9);
  letter-spacing: 0.15px;
}
@media (max-width: 1200px) {
  .footer__content {
    padding: 36px 60px;
  }
}
@media (max-width: 992px) {
  .footer__content {
    flex-wrap: wrap;
    padding: 40px 15px 15px 15px;
  }
}
@media (max-width: 479px) {
  .footer__content {
    padding: 40px 5px 0px 5px;
  }
}
@media (max-width: 992px) {
  .footer__block {
    margin-bottom: 36px;
  }
}
@media (max-width: 479px) {
  .footer__block {
    margin-bottom: 59px;
  }
}
@media (max-width: 479px) {
  .footer__block:last-child {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .footer__block_social {
    order: 1;
  }
}
@media (max-width: 479px) {
  .footer__block_social {
    margin-right: 16px;
  }
}
@media (max-width: 992px) {
  .footer__block_information {
    order: 3;
    flex: 1 0 50%;
  }
}
@media (max-width: 479px) {
  .footer__block_information {
    flex: 1 0 100%;
  }
}
@media (max-width: 992px) {
  .footer__block_service {
    order: 4;
    flex: 1 0 50%;
  }
}
@media (max-width: 479px) {
  .footer__block_service {
    flex: 1 0 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .footer__block_connect {
    order: 2;
    flex: 0 0 50%;
  }
}
.footer__information, .footer__service {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.social-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.social-block__item {
  border-radius: 8px;
  background-color: var(--white, #fff);
}
.social-block__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--red, #db322b);
}
.social-block__icon {
  color: var(--white-3, #f5f5f5);
}

.social-footer {
  gap: 8px;
}
@media (max-width: 1200px) {
  .social-footer {
    gap: 6px;
  }
}
@media (max-width: 767px) {
  .social-footer {
    gap: 4px;
  }
}
.social-footer__item {
  width: 62px;
  height: 62px;
}
@media (max-width: 1200px) {
  .social-footer__item {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .social-footer__item {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 479px) {
  .social-footer__item {
    width: 32.5px;
    height: 32.5px;
  }
}
.social-footer__item .social-block__icon {
  font-size: 24px;
}
@media (max-width: 767px) {
  .social-footer__item .social-block__icon {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .social-footer__item .social-block__icon {
    font-size: 12.5px;
  }
}

.block-footer {
  display: flex;
  flex-direction: column;
}
.block-footer__title {
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .block-footer__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .block-footer__title {
    margin-bottom: 24px;
  }
}
.block-footer__list {
  display: flex;
  flex-direction: column;
}
.block-footer__item:not(:last-child) {
  margin-bottom: 8px;
}
.block-footer__item:hover {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .block-footer__item {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .block-footer__item {
    font-size: 15px;
  }
}

.connect-footer__list {
  display: flex;
  flex-direction: column;
}
.connect-footer__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
}
@media (max-width: 1200px) {
  .connect-footer__item {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .connect-footer__item {
    font-weight: 400;
    letter-spacing: 0.14px;
  }
}
@media (max-width: 479px) {
  .connect-footer__item {
    font-size: 12px;
  }
}
.connect-footer__item:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .connect-footer__item:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .connect-footer__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (max-width: 479px) {
  .connect-footer__item:not(:last-child) {
    margin-bottom: 8px;
  }
}
.connect-footer__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .connect-footer__link {
    align-items: flex-start;
  }
}
.connect-footer__icon {
  font-size: 24px;
  margin-right: 12px;
  color: var(--grey, #9f9a9a);
}
@media (max-width: 1200px) {
  .connect-footer__icon {
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .connect-footer__icon {
    font-size: 16px;
    margin-right: 4px;
  }
}

body.burger-open {
  overflow: hidden;
}

.burger__menu {
  display: none;
}
.burger__menu.burger-open {
  display: block;
}
.burger__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.burger__btn ._icon-burger {
  font-size: 24px;
  color: var(--white-3);
}
.burger__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: var(--black);
  opacity: 0.4;
}
.burger__body {
  overflow: scroll;
  width: 80%;
  height: 100%;
  position: fixed;
  z-index: 2000;
  padding: 40px 20px;
  background-color: var(--white-1);
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: var(--black-2);
}
@media (min-width: 480px) {
  .burger__body {
    width: 75%;
    padding: 56px 30px;
  }
}
@media (min-width: 768px) {
  .burger__body {
    width: 55%;
  }
}
.burger__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (min-width: 480px) {
  .burger__close {
    top: 30px;
    right: 30px;
  }
}
.burger__close ._icon-close {
  font-size: 16px;
  color: var(--grey);
}
@media (min-width: 480px) {
  .burger__close ._icon-close {
    font-size: 24px;
  }
}
.burger__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
}
.burger__logo {
  width: 73px;
  height: 77px;
  display: block;
}
.burger__login {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.burger .lang {
  color: var(--grey);
}
.burger .lang__item:not(:last-child) {
  margin-right: 16px;
}
@media (min-width: 480px) {
  .burger .lang__item {
    font-size: 18px;
  }
}
.burger__social {
  margin-bottom: 16px;
}
@media (min-width: 480px) {
  .burger__social {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .burger__social {
    margin-bottom: 32px;
  }
}
.burger__social .social-block {
  gap: 4px;
}
@media (min-width: 480px) {
  .burger__social .social-block {
    gap: 8px;
  }
}
.burger__social .social-block__item {
  width: 32.5px;
  height: 32.5px;
}
@media (min-width: 480px) {
  .burger__social .social-block__item {
    width: 40px;
    height: 40px;
  }
}
.burger__social .social-block__icon {
  font-size: 12.5px;
}
@media (min-width: 480px) {
  .burger__social .social-block__icon {
    font-size: 20px;
  }
}

.login-burger.registred {
  display: none;
}
@media (min-width: 480px) {
  .login-burger__account {
    font-size: 16px;
  }
}
.login-burger__icon {
  margin-right: 8px;
}
.login-burger ._icon-person {
  font-size: 16px;
  color: var(--black-2);
}
.profile-burger {
  margin-bottom: 16px;
  display: none;
}
.profile-burger.registred {
  display: block;
}
.profile-burger__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.profile-burger__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  letter-spacing: 0.14px;
  margin-bottom: 16px;
}
@media (min-width: 480px) {
  .profile-burger__item {
    font-size: 16px;
  }
}
.profile-burger__item span {
  width: max-content;
  display: inline-block;
  white-space: nowrap;
}
.profile-burger__photo {
  width: 16px;
  height: 16px;
  border-radius: 33px;
  margin-right: 8px;
}
.profile-burger__name {
  margin-left: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 110px;
}
@media (min-width: 355px) {
  .profile-burger__name {
    max-width: 145px;
  }
}
@media (min-width: 400px) {
  .profile-burger__name {
    max-width: 180px;
  }
}
@media (min-width: 480px) {
  .profile-burger__name {
    max-width: 110px;
  }
}
@media (min-width: 560px) {
  .profile-burger__name {
    max-width: 170px;
  }
}
.profile-burger__icon {
  font-size: 16px;
  margin-right: 8px;
}
.profile-burger__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.profile-burger__link_gray {
  color: var(--grey);
}

.categories-burger {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.categories-burger__title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
  margin-bottom: 16px;
}
@media (min-width: 480px) {
  .categories-burger__title {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
.categories-burger__nav {
  width: 100%;
}
.categories-burger__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.categories-burger__tab {
  width: 100%;
}

.tab-categories {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.14px;
  width: 100%;
}
@media (min-width: 480px) {
  .tab-categories {
    font-size: 16px;
  }
}
.tab-categories:not(:last-child) {
  margin-bottom: 16px;
}
.tab-categories__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.tab-categories__icon {
  font-size: 16px;
  margin-right: 8px;
}
.tab-categories__arrow {
  position: absolute;
  display: none;
  bottom: 50%;
  right: 18px;
  font-size: 24px;
  color: var(--black);
  transform: translateY(50%) rotate(180deg);
}
.tab-categories__arrow_show {
  display: block;
}
.tab-categories__body {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px 0 0 24px;
  color: var(--black-1, #434242);
  font-size: 12px;
  letter-spacing: 0.24px;
}
@media (min-width: 480px) {
  .tab-categories__body {
    font-size: 14px;
  }
}
.tab-categories__body_other {
  color: var(--grey, #9f9a9a);
  font-size: 14px;
  letter-spacing: 0.14px;
  padding-left: 16px;
}
@media (min-width: 480px) {
  .tab-categories__body_other {
    font-size: 16px;
    padding-left: 20px;
  }
}
.tab-categories__body_open {
  display: flex;
}
.tab-categories__type {
  color: var(--grey, #9f9a9a);
  margin-bottom: 8px;
}
.tab-categories__type:hover {
  text-decoration: underline;
}

.connect-burger {
  color: var(--black-2, #373737);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.14px;
}
@media (min-width: 480px) {
  .connect-burger {
    font-size: 16px;
  }
}
.connect-burger__item:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 480px) {
  .connect-burger__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.connect-burger__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.connect-burger__icon {
  margin-right: 4px;
}
@media (min-width: 480px) {
  .connect-burger__icon {
    margin-right: 8px;
  }
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  align-items: center;
  justify-content: center;
}
.modal._open {
  display: flex;
}
.modal__body {
  background-color: var(--white);
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  position: relative;
}
.modal__content {
  position: relative;
}
.modal__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.search-block {
  width: 100%;
}
.search-block__form {
  position: relative;
}
.search-block__request {
  background-color: var(--white-1);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  border-radius: 0 0 5px 5px;
  border: 1px solid var(--grey);
  border-top: none;
}
@media (max-width: 992px) {
  .search-block__request {
    background-color: var(--white-3);
    border: none;
  }
}

.search-wrapper {
  position: relative;
  width: 100%;
}
.search-wrapper__input {
  border-radius: 5px;
  border: 1px solid var(--grey);
  padding: 12.5px 85px 12.5px 12px;
  line-height: 17px;
  color: var(--black-2);
  font-size: 14px;
  letter-spacing: 0.14px;
  width: 100%;
  transition: all 0.2s ease 0s;
  -webkit-appearance: none;
}
.search-wrapper__input:hover, .search-wrapper__input:focus {
  border: 1px solid var(--grey);
  color: var(--black-2);
  transition: all 0.2s ease 0s;
}
@media (max-width: 992px) {
  .search-wrapper__input:hover, .search-wrapper__input:focus {
    border: none;
  }
}
.search-wrapper__input:hover::placeholder, .search-wrapper__input:focus::placeholder {
  transition: all 0.2s ease 0s;
  color: var(--black-2, #373737);
}
.search-wrapper__input::placeholder {
  color: var(--grey, #9f9a9a);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.14px;
  transition: all 0.2s ease 0s;
}
.search-wrapper__input.border-request {
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.search-wrapper ._icon-close {
  display: none;
  font-size: 20px;
  color: var(--grey, #9f9a9a);
  position: absolute;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
}
.search-wrapper__input:focus ~ ._icon-close {
  display: block;
}
.search-wrapper__btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 56px;
  height: 100%;
  border-radius: 5px;
  background: var(--red, #db322b);
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-wrapper__btn ._icon-search {
  font-size: 20px;
  color: var(--white-3);
}

.search-request {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 20px;
  color: var(--black-2, #373737);
  font-family: Inter;
  font-size: 15px;
  letter-spacing: 0.15px;
}
@media (max-width: 767px) {
  .search-request {
    font-size: 14px;
    padding-bottom: 4px;
  }
}
.search-request__wrapper {
  width: 100%;
  margin-top: 12px;
}
@media (max-width: 992px) {
  .search-request__wrapper {
    margin-top: 8px;
  }
}
.search-request__section {
  width: 100%;
  padding-top: 6px;
  position: relative;
}
.search-request__section::before {
  position: absolute;
  display: block;
  content: "";
  width: 96%;
  height: 1px;
  background-color: var(--grey-1, #ddd9d9);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 992px) {
  .search-request__section::before {
    display: none;
  }
}

.unfound-request {
  color: var(--grey, #9f9a9a);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 12px 0 12px;
}
.unfound-request__text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.15px;
}
@media (max-width: 767px) {
  .unfound-request__text {
    font-size: 14px;
  }
}
.unfound-request__icon {
  display: none;
  font-size: 20px;
  margin-right: 8px;
}
@media (max-width: 992px) {
  .unfound-request__icon {
    display: block;
  }
}

.prompt-request__item {
  width: 100%;
}
.prompt-request__item:not(:last-child) {
  margin-bottom: 2px;
}
@media (max-width: 992px) {
  .prompt-request__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.prompt-request__link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px;
}
@media (max-width: 992px) {
  .prompt-request__link {
    padding: 8px 12px;
    color: var(--blue);
  }
}
.prompt-request__link ._icon-arrow-right {
  font-size: 14px;
  color: var(--grey, #9f9a9a);
  padding: 2px;
}
@media (max-width: 992px) {
  .prompt-request__link ._icon-arrow-right {
    font-size: 12px;
  }
}
.prompt-request__text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.prompt-request__text ._icon-search {
  font-size: 20px;
  color: var(--grey);
  margin-right: 8px;
  display: none;
}
@media (max-width: 992px) {
  .prompt-request__text ._icon-search {
    display: block;
  }
}

.products-request__title {
  color: var(--black-2, #373737);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
  letter-spacing: 0.16;
  padding: 0 12px 0 12px;
}
.products-request__list {
  width: 100%;
}
.products-request__item {
  width: 100%;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .products-request__item:not(:last-child) {
    margin-bottom: 14px;
  }
}
.products-request__link {
  width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 0 12px;
}
.products-request__link ._icon-arrow-right {
  font-size: 14px;
  color: var(--grey, #9f9a9a);
  padding: 2px;
}
@media (max-width: 992px) {
  .products-request__link ._icon-arrow-right {
    font-size: 12px;
  }
}

.product-link__main {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.product-link__image {
  width: 47px;
  height: 51px;
  border-radius: 5px;
  margin-right: 8px;
  flex: 1 0 auto;
}
@media (max-width: 767px) {
  .product-link__image {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 489px) {
  .product-link__image {
    margin-right: 0;
  }
}
.product-link__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-link__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.product-link__name {
  color: var(--black-2, #373737);
  font-size: 15px;
  letter-spacing: 0.15px;
}
@media (max-width: 767px) {
  .product-link__name {
    font-size: 14px;
  }
}
.product-link__name span {
  color: var(--grey, #9f9a9a);
}
.product-link__price {
  color: var(--red, #db322b);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.18px;
}
@media (max-width: 992px) {
  .product-link__price {
    color: var(--grey, #9f9a9a);
  }
}
@media (max-width: 767px) {
  .product-link__price {
    font-size: 16px;
    font-weight: 500;
  }
}

.btn {
  padding: 12px 20px;
  min-width: 103px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.18px;
  color: var(--white-4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in 0s;
}
.btn_red {
  background-color: var(--red);
}
.btn_red:hover {
  background-color: var(--red-1);
  transition: all 0.2s ease-in 0s;
}
.btn_white {
  color: var(--red);
  background-color: var(--white-3);
}
.btn_white:hover {
  background-color: var(--red-1);
  color: var(--white-3);
  transition: all 0.2s ease-in 0s;
}
.btn_disabled {
  background-color: var(--grey);
}
.btn ._icon-basket {
  display: none;
}
.btn._hide {
  display: none;
}

.btn-basket {
  font-size: 24px;
  color: var(--white-3);
  padding: 10px 16px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-basket._hide {
  display: none;
}

.lable-status {
  padding: 4px 8px;
  font-size: 14px;
  letter-spacing: 0.14px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 78px;
  word-break: break-all;
  background-color: var(--white-1);
}
.lable-status_available {
  color: var(--blue);
}
.lable-status_waiting {
  color: var(--grey);
}
.lable-status_not-available {
  color: var(--red);
}
.lable-status_runs-out {
  color: var(--yellow);
}
@media (max-width: 479px) {
  .lable-status {
    font-size: 12px;
  }
}

.counter {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  margin: 0 -4px;
}
.counter__icon {
  font-size: 24px;
  padding: 10px;
  color: var(--black-2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter__icon:hover {
  color: var(--red);
}
.counter__icon:disabled {
  color: var(--grey);
}
.counter__icon:disabled:hover {
  color: var(--grey);
}
.counter__value {
  border-radius: 4px;
  border: 1px solid var(--grey);
  margin: 0 4px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.18px;
}
.counter__value form {
  width: inherit;
}
.counter__value form input {
  width: inherit;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter__plus {
  width: 100%;
  height: 100%;
}
.counter__plus:hover svg path {
  stroke: var(--red);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination__item {
  border-radius: 4px;
  border: 1px solid var(--grey);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black-2);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.18px;
}
@media (max-width: 479px) {
  .pagination__item {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 340px) {
  .pagination__item {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}
.pagination__item:hover {
  background: var(--white-2);
}
.pagination__item:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 479px) {
  .pagination__item:not(:last-child) {
    margin-right: 8px;
  }
}
@media (max-width: 340px) {
  .pagination__item:not(:last-child) {
    margin-right: 4px;
  }
}
.pagination__item._active {
  background-color: var(--red);
  color: var(--white-3);
  border-color: var(--red);
}
.pagination__item._disactive {
  display: none;
}
.pagination__icon {
  font-size: 16px;
}
@media (max-width: 340px) {
  .pagination__icon {
    font-size: 12px;
  }
}
.pagination__dots {
  align-items: flex-end;
  border: none;
}
.pagination__dots:hover {
  background-color: transparent;
}
.pagination__arrow:disabled:hover {
  color: var(--black-2);
}
.pagination__arrow:hover {
  background-color: transparent;
  color: var(--red);
}

.select-elem {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.select-elem._open .select-elem__icon {
  transform: rotate(180deg);
  transition: all 0.3s ease 0s;
}
.select-elem._open .select-elem__body {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.3s ease 0s;
}
.select-elem__text {
  color: var(--black-2);
  font-size: 12px;
  letter-spacing: 0.24px;
  margin-right: 8px;
}
.select-elem__tab {
  position: relative;
}
.select-elem__head {
  border-radius: 5px;
  border: 1px solid var(--grey);
  padding: 2px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.select-elem__name {
  color: var(--grey);
  font-size: 14px;
  letter-spacing: 0.14px;
}
.select-elem__icon {
  font-size: 24px;
  color: var(--black);
  transition: all 0.3s ease 0s;
}
.select-elem__body {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  position: absolute;
  z-index: 500;
  top: 33px;
  left: 0;
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--grey);
  padding: 2px 0px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.3s ease 0s;
  background-color: var(--white-1);
}
.select-elem__option {
  color: var(--grey);
  font-size: 14px;
  letter-spacing: 0.14px;
  padding: 8px;
  transition: all 0.2s ease 0s;
  width: 100%;
  text-align: left;
}
.select-elem__option:hover {
  color: var(--black-2);
  transition: all 0.2s ease 0s;
}

@media (max-width: 992px) {
  .block-section__container .product-card:hover {
    box-shadow: none;
    border-radius: 5px;
  }
  .block-section__container .product-card:hover .hidden-card {
    visibility: hidden;
    opacity: 0;
  }
}
.block-section__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .block-section__title {
    margin-bottom: 16px;
  }
}
.block-section__heading {
  width: fit-content;
  margin-right: 24px;
  padding: 8px 0;
  flex: 1 0 auto;
}
@media (max-width: 1200px) {
  .block-section__heading {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .block-section__heading {
    flex: none;
  }
}
.block-section__link {
  position: relative;
  display: block;
  width: max-content;
}
.block-section__link:hover.block-section__link::after {
  background-color: var(--red-1);
}
.block-section__link:after {
  position: absolute;
  display: block;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #9f9a9a;
  height: 1.5px;
  width: 100%;
  left: 0;
  bottom: -4px;
}
.block-section__bg {
  background-image: url("../../img/bg/section-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 60px;
}
@media (max-width: 767px) {
  .block-section__bg {
    background: none;
  }
}
.block-section__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  column-gap: 24px;
  row-gap: 40px;
  position: relative;
}
@media (max-width: 992px) {
  .block-section__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}
.block-section__items_collapse {
  max-height: 750px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .block-section__items_collapse {
    max-height: 535px;
  }
}
@media (max-width: 767px) {
  .block-section__items_collapse {
    max-height: 465px;
  }
}
@media (max-width: 479px) {
  .block-section__items_collapse {
    max-height: 250px;
  }
}
.block-section__items_collapse::after {
  position: absolute;
  z-index: 100;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(232, 232, 232, 0) 0%, #e8e8e8 90.95%);
}
.block-section__items .expand-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 500;
  bottom: 88px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: var(--blue, #005254);
}
@media (max-width: 992px) {
  .block-section__items .expand-btn {
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .block-section__items .expand-btn {
    bottom: 25px;
  }
}
@media (max-width: 470px) {
  .block-section__items .expand-btn {
    bottom: 0px;
  }
}
.block-section__items .expand-btn_collapse {
  display: flex;
}
.block-section__items .expand-btn ._icon-arrow-expand {
  font-size: 24px;
  color: var(--white-1);
}
.block-section__item {
  display: block;
}
.block-section__row {
  grid-template-columns: repeat(5, minmax(215px, 253px));
}
@media (max-width: 1200px) {
  .block-section__row {
    grid-template-columns: repeat(5, minmax(185px, 1fr));
    column-gap: 8px;
  }
}
@media (max-width: 992px) {
  .block-section__row {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}

.info__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .info__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 570px) {
  .info__container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 479px) {
  .info__container {
    gap: 16px;
  }
}
.info__item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid var(--red, #db322b);
  background-color: var(--white-1, #e5e0e0);
  padding: 24px 16px;
  color: var(--red, #db322b);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.15px;
  transition: all 0.2s ease 0s;
}
.info__item:hover {
  background-color: var(--white-2);
}
@media (max-width: 1200px) {
  .info__item {
    font-size: 14px;
    padding: 20px 16px;
  }
}
@media (max-width: 992px) {
  .info__item {
    border: 1px solid var(--blue, #005254);
    color: var(--blue, #005254);
  }
}
@media (max-width: 767px) {
  .info__item {
    padding: 24px 16px;
    font-size: 15px;
  }
}
.info__icon {
  font-size: 24px;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .info__icon {
    font-size: 22px;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .info__icon {
    font-size: 24px;
    margin-right: 10px;
  }
}
.info__text {
  text-align: center;
}
.info._blue .info__item {
  border: 1px solid var(--blue);
  background-color: transparent;
  color: var(--blue);
}

.card-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-radius: 15px;
  background: var(--white-3);
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.07);
  position: relative;
}
.card-row__icon {
  position: absolute;
  top: 14.5px;
  right: 22px;
  font-size: 20px;
  color: var(--grey);
  display: none;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
.card-row__icon_red {
  color: var(--red);
}
.card-row__icon_active {
  display: flex;
}
.card-row__description {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.card-row__image {
  width: 253px;
  height: 253px;
  position: relative;
  margin-right: 24px;
  flex: none;
  display: block;
}
.card-row__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.card-row__info {
  padding: 59px 24px 27px 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.card-row__name {
  width: 100%;
  color: var(--black-2);
  font-size: 16px;
  letter-spacing: 0.16px;
  font-weight: 500;
  margin-bottom: 6px;
  text-align: left;
  height: 38px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-row__name_color {
  color: var(--grey);
}
.card-row__trade {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding-left: 16px;
  flex: none;
}
.card-row__availability {
  margin-bottom: 14px;
  align-self: flex-start;
}
.card-row__purchase {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.card-row__button {
  margin-left: 36px;
}
@media (max-width: 1200px) {
  .card-row__button {
    margin-left: 24px;
  }
}
@media (max-width: 992px) {
  .card-row__button {
    margin-left: 16px;
  }
}
.card-row__button .btn {
  padding: 12px 16px;
  min-width: auto;
}
.card-row__button._hidden {
  display: none;
}
.card-row__count {
  margin-left: 36px;
}
@media (max-width: 1200px) {
  .card-row__count {
    margin-left: 24px;
  }
}
@media (max-width: 992px) {
  .card-row__count {
    margin-left: 16px;
  }
}
.card-row__count._hidden {
  display: none;
}

.characteristics-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: var(--grey);
  font-size: 12px;
  letter-spacing: 0.24px;
}
.characteristics-card__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.characteristics-card__item:not(:last-child) {
  margin-bottom: 10px;
}

.article-card {
  font-size: 14px;
  letter-spacing: 0.14px;
}
.article-card__name {
  margin-right: 6px;
}
.item-characteristic__name {
  margin-right: 6px;
}
.item-characteristic__value {
  color: var(--black-2);
}

.price-card {
  width: 70px;
  word-break: break-all;
}
.price-card__old {
  color: var(--grey-1);
  font-size: 14px;
  letter-spacing: 0.14px;
  text-decoration: line-through;
}
.price-card__new {
  color: var(--black-2);
  font-size: 24px;
  font-weight: 500;
}

.card-mobile {
  padding: 16px 24px 16px 0;
  background-color: var(--white-3);
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 479px) {
  .card-mobile {
    padding: 8px 12px 8px 0;
  }
}
.card-mobile__icon {
  position: absolute;
  top: 23px;
  left: 138px;
  color: var(--grey);
  font-size: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
@media (max-width: 479px) {
  .card-mobile__icon {
    top: 13px;
    left: 78px;
  }
}
.card-mobile__icon_red {
  color: var(--red);
}
.card-mobile__icon._active {
  display: flex;
}
.card-mobile__image {
  width: 184px;
  height: 184px;
  flex: 0 0 auto;
}
@media (max-width: 479px) {
  .card-mobile__image {
    width: 106px;
    height: 106px;
  }
}
.card-mobile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-mobile__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  margin-left: 12px;
  flex: 0 1 auto;
}
.card-mobile__head {
  color: var(--black-2);
  font-size: 18px;
  letter-spacing: 0.15px;
}
@media (max-width: 479px) {
  .card-mobile__head {
    font-size: 15px;
  }
}
.card-mobile__name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-mobile__description {
  color: var(--grey);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-mobile__trade {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 8px;
  flex-wrap: wrap;
  gap: 8px;
}
.card-mobile__status {
  margin-left: 8px;
}
@media (max-width: 479px) {
  .card-mobile__status {
    margin-left: 2.5px;
  }
}
@media (max-width: 350px) {
  .card-mobile__status {
    position: absolute;
    bottom: 4px;
    left: 4px;
  }
}
.card-mobile__button {
  margin-left: 8px;
}
.card-mobile__button._hidden {
  display: none;
}
@media (max-width: 479px) {
  .card-mobile__button {
    margin-left: 2.5px;
  }
}
.card-mobile__count._hidden {
  display: none;
  margin-left: 8px;
}
@media (max-width: 479px) {
  .card-mobile__count._hidden {
    margin-left: 2.5px;
  }
}
.card-mobile .price-card {
  position: relative;
  width: max-content;
}
@media (max-width: 479px) {
  .card-mobile .price-card__new {
    font-size: 16px;
  }
}
.card-mobile .price-card__old {
  position: absolute;
  left: 0;
  top: -50%;
}
@media (max-width: 479px) {
  .card-mobile .price-card__old {
    font-size: 12px;
  }
}

.product-card {
  border-radius: 5px;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
}
.product-card:hover {
  box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.23);
  transition: all 0.2s ease 0s;
  border-radius: 5px 5px 0 0;
}
.product-card:hover .hidden-card {
  visibility: visible;
  pointer-events: all;
  transition: all 0.2s ease 0s;
  opacity: 1;
}
@media (max-width: 992px) {
  .product-card {
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .product-card {
    background-color: transparent;
  }
}
@media (max-width: 479px) {
  .product-card {
    height: 107px;
  }
}
@media (max-width: 375px) {
  .product-card {
    height: auto;
    flex-direction: column;
  }
}
.product-card__icon {
  position: absolute;
  top: 14px;
  right: 12px;
  font-size: 20px;
  color: var(--grey);
  align-items: center;
  justify-content: center;
  display: none;
  width: 24px;
  height: 24px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .product-card__icon {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-card__icon {
    position: absolute;
    left: 96px;
    top: 10px;
  }
}
@media (max-width: 479px) {
  .product-card__icon {
    font-size: 12px;
    left: 78px;
    top: 6px;
  }
}
@media (max-width: 375px) {
  .product-card__icon {
    left: unset;
    right: 10px;
    top: 10px;
  }
}
.product-card__icon_red {
  color: var(--red);
}
.product-card__icon_active {
  display: flex;
}
.product-card__status {
  display: none;
}
.product-card__image {
  display: block;
}
@media (min-width: 993px) {
  .product-card__image {
    position: relative;
    width: 100%;
    padding-bottom: 101%;
  }
}
@media (max-width: 992px) {
  .product-card__image {
    flex: 0 0 150px;
  }
}
@media (max-width: 767px) {
  .product-card__image {
    flex: 0 0 125px;
  }
}
@media (max-width: 479px) {
  .product-card__image {
    flex: 0 0 107px;
  }
}
@media (max-width: 375px) {
  .product-card__image {
    flex: auto;
  }
}
.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 993px) {
  .product-card__image img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.product-card__about {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10px 10px 8px 10px;
  position: relative;
}
@media (max-width: 992px) {
  .product-card__about {
    justify-content: space-between;
    flex: auto;
  }
}
@media (max-width: 479px) {
  .product-card__about {
    padding: 0;
    padding-left: 16px;
  }
}
@media (max-width: 375px) {
  .product-card__about {
    padding: 10px;
  }
}
.product-card__name {
  max-width: 233px;
  height: 38px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--black-2);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .product-card__name {
    max-width: 75%;
  }
}
@media (max-width: 479px) {
  .product-card__name {
    margin-bottom: 0;
    max-width: 100%;
  }
}
.product-card__name_color {
  color: var(--grey, #9f9a9a);
}
.product-card__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 8px;
}
@media (max-width: 479px) {
  .product-card__info {
    margin-bottom: 0;
  }
}
.product-card__article {
  color: var(--grey);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.24px;
}
@media (max-width: 1200px) {
  .product-card__article {
    font-size: 10px;
    padding-right: 4px;
  }
}
.product-card__availability .lable-status {
  font-size: 12px;
}
.product-card__purchase {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.product-card__price .price-card__new {
  font-size: 18px;
  letter-spacing: 0.18px;
}
@media (max-width: 340px) {
  .product-card__counter .counter__icon {
    font-size: 20px;
    padding: 7px;
  }
  .product-card__counter .counter__value {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}
.product-card__counter._hidden {
  display: none;
}
.product-card__button._hidden {
  display: none;
}
@media (max-width: 1200px) {
  .product-card__button .btn {
    min-width: 100px;
    padding: 8px 14px;
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .product-card__button .btn {
    padding: 10px 16px;
    min-width: auto;
  }
}
@media (max-width: 479px) {
  .product-card__button .btn-text {
    display: none;
  }
}
@media (max-width: 479px) {
  .product-card__button ._icon-basket {
    display: block;
  }
}
.hidden-card {
  padding-top: 8px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: var(--white);
  z-index: 500;
  width: 100%;
  transform: translateY(100%);
  padding: 0 10px 8px 10px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 16px 21px -3px rgba(0, 0, 0, 0.23);
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.hidden-card__row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.24px;
}
.hidden-card__row:not(:last-child) {
  margin-bottom: 8px;
}
.hidden-card__name {
  color: var(--grey);
  margin-right: 6px;
}
.hidden-card__value {
  color: var(--black-2);
}

.bars-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 18px;
  background: var(--white-3);
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  padding-right: 24px;
}
.bars-card__icon {
  position: absolute;
  top: 12.5px;
  right: 22px;
  font-size: 20px;
  color: var(--grey);
  display: none;
  width: 24px;
  height: 24px;
}
.bars-card__icon_red {
  color: var(--red);
}
.bars-card__icon_active {
  display: block;
}
.bars-card__description {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 16px;
  flex: 0 0 61%;
}
.bars-card__image {
  width: 91px;
  height: 91px;
  position: relative;
  margin-right: 24px;
  display: block;
  flex: 0 0 auto;
}
@media (max-width: 1080px) {
  .bars-card__image {
    margin-right: 8px;
  }
}
.bars-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.bars-card__info {
  padding: 20px 0 10px 0;
  flex: 0 0 45%;
}
.bars-card__name {
  display: block;
  color: var(-black-2);
  font-size: 16px;
  letter-spacing: 0.16px;
  font-weight: 500;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bars-card__trade {
  display: flex;
  align-items: center;
  padding-right: 16px;
  justify-content: space-between;
  flex: 0 0 39%;
}
.bars-card__availability {
  flex: 0 0 12%;
  margin-left: 8px;
}
@media (max-width: 1080px) {
  .bars-card__availability {
    margin-left: 0;
  }
}
.bars-card__availability .lable-status {
  font-size: 12px;
  width: fit-content;
}
.bars-card__purchase {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
}
.bars-card__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bars-card__price.price-card {
  position: relative;
  flex: 0 0 14%;
}
.bars-card__price.price-card .price-card__old {
  position: absolute;
  top: -50%;
  left: 0;
}
@media (max-width: 1200px) {
  .bars-card__price.price-card .price-card__new {
    font-size: 18px;
  }
}
.bars-card__button {
  flex: 0 0 auto;
}
.bars-card__button._hidden {
  display: none;
}
.bars-card__button .btn {
  padding: 12px 16px;
  min-width: auto;
}
.bars-card__count {
  flex: 0 0 auto;
}
.bars-card__count._hidden {
  display: none;
}

.review-popup {
  padding: 80px 48px;
  margin: 0 15px;
}
@media (max-width: 767px) {
  .review-popup {
    padding: 80px 32px;
  }
}
@media (max-width: 380px) {
  .review-popup {
    padding: 80px 24px;
  }
}
.review-popup__close {
  position: absolute;
  top: 38px;
  right: 53px;
}
@media (max-width: 767px) {
  .review-popup__close {
    right: 26px;
  }
}
.review-popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.review-popup__content .comments__stars {
  font-size: 56px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .review-popup__content .comments__stars {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .review-popup__content .comments__stars {
    font-size: 32px;
  }
}
.review-popup__title {
  font-size: 24px;
  font-weight: 500;
}
.review-popup .btn {
  min-width: 185px;
  padding: 16px;
}

.sidebar {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 1000;
}
.sidebar__body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.sidebar__social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 5px;
  background-color: var(--white);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.23);
  padding: 24px 14px;
  margin-bottom: 7px;
}
@media (max-width: 1200px) {
  .sidebar__social {
    padding: 16px 10px;
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .sidebar__social {
    padding: 8px 8px;
    margin-bottom: 4px;
  }
}
.sidebar__social._hide {
  display: none;
}
.sidebar__item {
  display: block;
  width: 32px;
  height: 32px;
}
@media (max-width: 1200px) {
  .sidebar__item {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 479px) {
  .sidebar__item {
    width: 16px;
    height: 16px;
  }
}
.sidebar__item:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .sidebar__item:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 479px) {
  .sidebar__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.sidebar__icon {
  font-size: 28px;
  color: var(--white-3);
  border-radius: 10px;
  background: var(--blue, #005254);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .sidebar__icon {
    font-size: 16px;
    padding: 12px;
  }
}
@media (max-width: 479px) {
  .sidebar__icon {
    font-size: 14px;
    padding: 8px;
    width: 30px;
    height: 30px;
  }
}
.sidebar__chat {
  margin-bottom: 7px;
}
@media (max-width: 1200px) {
  .sidebar__chat {
    margin-bottom: 4px;
  }
}
.banner__container {
  padding-top: 44px;
}
.banner__title {
  display: none;
}
@media (max-width: 992px) {
  .banner__title {
    display: block;
    color: var(--black-2, #373737);
    font-weight: 700;
    letter-spacing: 0.16px;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .banner__title {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 24px;
  }
}
@media (max-width: 479px) {
  .banner__title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.1;
  }
}
.banner__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 24px;
  overflow-x: auto;
}
@media (max-width: 1200px) {
  .banner__items {
    gap: 16px;
  }
}
@media (max-width: 992px) {
  .banner__items {
    display: flex;
    width: 100%;
    height: 100%;
    transition-property: transform;
    box-sizing: content-box;
  }
}
.banner__item {
  display: block;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 992px) {
  .banner__item {
    flex: 0 0 30%;
  }
}
@media (max-width: 767px) {
  .banner__item {
    flex: 0 0 65%;
  }
}
@media (max-width: 479px) {
  .banner__item {
    flex: 0 0 204px;
  }
}
.banner__item:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
  border-radius: 10px;
}
.banner__item_big {
  grid-column: span 2;
  grid-row: span 2;
}

.item-banner {
  overflow: hidden;
  transition: all 0.3s ease-in 0s;
}
.item-banner:hover .item-banner__image {
  transform: scale(1.1);
}
.item-banner__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in 0s;
}
.item-banner__heading {
  position: absolute;
  z-index: 10;
  bottom: 22px;
  left: 18px;
  color: #e5e0e0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1; /* 113.75% */
  letter-spacing: 0.32px;
  width: 85%;
  text-decoration: underline;
}
@media (max-width: 1350px) {
  .item-banner__heading {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .item-banner__heading {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .item-banner__heading {
    font-size: 24px;
  }
}

.page-section {
  margin-bottom: 88px;
}
@media (max-width: 1200px) {
  .page-section {
    margin-bottom: 72px;
  }
}
@media (max-width: 992px) {
  .page-section {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .page-section {
    margin-bottom: 56px;
  }
}
@media (max-width: 479px) {
  .page-section {
    margin-bottom: 48px;
  }
}
@media (max-width: 479px) {
  .page-section:last-child {
    margin-bottom: 84px;
  }
}

.banner-block__container {
  position: relative;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  min-height: 170px;
}
@media (max-width: 767px) {
  .banner-block__container {
    min-height: 140px;
  }
}
@media (max-width: 479px) {
  .banner-block__container {
    min-height: 120px;
  }
}
.banner-block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.banner-block__content {
  position: relative;
  z-index: 5;
  padding: 17px 0;
  color: var(--black);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.32px;
}
@media (max-width: 479px) {
  .banner-block__content {
    font-size: 24px;
  }
}

.advantages__container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.advantages__body {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 992px) {
  .advantages__body {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .advantages__body {
    gap: 16px;
  }
}
.advantages__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 5px;
  background: var(--black-2, #373737);
  padding: 24px 16px;
  flex: 0 1 25%;
  color: var(--white-3, #f5f5f5);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
  text-align: center;
}
@media (max-width: 1200px) {
  .advantages__item {
    font-size: 14px;
    padding: 16px 8px;
  }
}
@media (max-width: 992px) {
  .advantages__item {
    flex: 0 1 25%;
  }
}
@media (max-width: 767px) {
  .advantages__item {
    flex: 0 1 48%;
    font-weight: 400;
    padding: 12px 8px;
  }
}
@media (max-width: 479px) {
  .advantages__item {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.24px;
  }
}
@media (max-width: 430px) {
  .advantages__item {
    flex: 0 1 45%;
  }
}
.advantages__item img {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .advantages__item img {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 479px) {
  .advantages__item img {
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
  }
}
.advantages__item:not(:last-child) {
  margin-right: 24px;
}
@media (max-width: 1200px) {
  .advantages__item:not(:last-child) {
    margin-right: 16px;
  }
}
@media (max-width: 992px) {
  .advantages__item:not(:last-child) {
    margin: 0;
  }
}

.slider {
  position: relative;
  margin-bottom: 112px;
}
@media (max-width: 992px) {
  .slider {
    margin-bottom: 88px;
  }
}
@media (max-width: 767px) {
  .slider {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .slider {
    margin-bottom: 72px;
  }
}
.slider .container {
  position: relative;
}
.slider__wrapper {
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  overflow: hidden;
}
.slider__button {
  position: absolute;
  z-index: 500;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: var(--grey);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid var(--grey-1, #ddd9d9);
  width: 40px;
  height: 40px;
  transition: all 0.2s ease 0s;
}
.slider__button:hover {
  color: var(--red);
  transition: all 0.2s ease 0s;
}
@media (max-width: 992px) {
  .slider__button {
    display: none;
  }
}
.slider__button_prev {
  left: 35px;
}
.slider__button_next {
  right: 35px;
}

.slide-slider {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}
.slide-slider__image {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  min-height: 134px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .slide-slider__image {
    border-radius: 10px;
  }
}
.slide-slider__content {
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
@media (max-width: 1200px) {
  .slide-slider__content {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .slide-slider__content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    top: 32px;
    left: 0;
    transform: translateY(0);
    width: 96%;
    padding: 0 16px;
  }
}
@media (max-width: 479px) {
  .slide-slider__content {
    top: 16px;
    width: 92%;
  }
}
.slide-slider__title {
  margin-bottom: 19px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .slide-slider__title {
    flex: 0 0 30%;
  }
}
.slide-slider__price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .slide-slider__price {
    flex: 0 0 15%;
    margin-left: 40%;
    margin-bottom: 15%;
  }
}
@media (max-width: 767px) {
  .slide-slider__price {
    margin-bottom: 15%;
    margin-left: 45%;
  }
}
@media (max-width: 500px) {
  .slide-slider__price {
    margin-bottom: 10%;
  }
}
.slide-slider__price_old {
  color: var(--grey, #9f9a9a);
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .slide-slider__price_old {
    font-size: 15px;
    margin-bottom: 2px;
  }
}
@media (max-width: 479px) {
  .slide-slider__price_old {
    font-size: 12px;
  }
}
.slide-slider__price_new {
  color: var(--red, #db322b);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .slide-slider__price_new {
    font-size: 28px;
  }
}
@media (max-width: 479px) {
  .slide-slider__price_new {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.2px;
  }
}
.slide-slider__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-slider__btn span {
  display: block;
}
@media (max-width: 767px) {
  .slide-slider__btn {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
  }
}
@media (max-width: 479px) {
  .slide-slider__btn {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1px;
  }
}
.slide-slider__btn.btn {
  padding: 18px 32px;
}
@media (max-width: 767px) {
  .slide-slider__btn.btn {
    padding: 8px 16px;
    min-width: 0;
  }
}
@media (max-width: 479px) {
  .slide-slider__btn.btn {
    padding: 4px 8px;
  }
}
.slide-slider__btn ._icon-arrow-open {
  display: none;
  font-size: 22px;
}
@media (max-width: 767px) {
  .slide-slider__btn ._icon-arrow-open {
    display: block;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .slide-slider__btn ._icon-arrow-open {
    font-size: 16px;
  }
}

.pagination-slider {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination-slider__bullet {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--grey-1, #ddd9d9);
  margin: 0 6px;
}
@media (max-width: 767px) {
  .pagination-slider__bullet {
    width: 8px;
    height: 8px;
  }
}
.pagination-slider__bullet_active {
  background-color: var(--red);
}

.sale {
  display: flex;
}
.sale__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  gap: 32px;
}
.sale__banner {
  flex: 0 1 521px;
  border-radius: 10px;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .sale__banner {
    display: none;
  }
}
.sale__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.sale__btn {
  position: absolute;
  bottom: 66px;
  right: 23px;
  padding: 18px 32px;
}
.slider-sale {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  height: 100%;
  overflow: visible;
}
@media (max-width: 992px) {
  .slider-sale {
    width: 100%;
    justify-content: space-between;
  }
}
.slider-sale__title {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .slider-sale__title {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
  }
}
.slider-sale__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  max-width: 807px;
  gap: 2%;
}
@media (max-width: 992px) {
  .slider-sale__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .slider-sale__wrapper {
    gap: 6%;
  }
}
.slider-sale__slide {
  flex: 1 0 32%;
}
@media (max-width: 992px) {
  .slider-sale__slide {
    flex: 1 0 32%;
  }
}
@media (max-width: 767px) {
  .slider-sale__slide {
    flex: 1 0 47%;
  }
}
@media (max-width: 479px) {
  .slider-sale__slide {
    flex: 1 0 100%;
  }
}
.slider-sale__slide .product-card {
  height: 100%;
}
@media (max-width: 992px) {
  .slider-sale__slide .product-card {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .slider-sale__slide .product-card__icon {
    top: 14px;
    right: 12px;
    left: auto;
  }
}
@media (max-width: 992px) {
  .slider-sale__slide .product-card__about {
    background-color: white;
  }
}
@media (max-width: 479px) {
  .slider-sale__slide .product-card__about {
    padding: 16px;
  }
}
.slider-sale__slide .product-card__image {
  padding-bottom: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .slider-sale__slide .product-card__image {
    padding-bottom: 0;
    flex: none;
  }
}
.slider-sale__slide .product-card__image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.slider-sale__slide .btn {
  min-width: auto;
}
.slider-sale__buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .slider-sale__buttons {
    display: none;
  }
}
.slider-sale__btn {
  font-size: 24px;
  color: var(--grey);
  border-radius: 5px;
  border: 1px solid var(--grey-1, #ddd9d9);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-sale__btn:hover, .slider-sale__btn:active {
  color: var(--red, #db322b);
  border-color: var(--red, #db322b);
}
.slider-sale__btn_prev {
  margin-right: 16px;
  transform: scale(-1);
}
.slider-sale__pagination {
  display: none;
}
@media (max-width: 992px) {
  .slider-sale__pagination {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .slider-sale__pagination span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ddd9d9;
  }
  .slider-sale__pagination span.active {
    background-color: #db322b;
  }
}

.form-popup {
  padding: 24px;
  max-width: 460px;
  margin: 0 15px;
  width: 100%;
}
.form-popup__body {
  position: relative;
  z-index: 2;
}
.form-popup__block {
  position: absolute;
  background-color: var(--white);
  width: 100%;
  height: 102px;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  z-index: 1;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.13);
}
.form-popup__close {
  width: 24px;
  height: 24px;
  color: var(--grey);
  top: 5px;
  right: 0;
}
@media (max-width: 400px) {
  .form-popup__close {
    top: 1px;
  }
}
.form-popup__title {
  font-size: 24px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
@media (max-width: 460px) {
  .form-popup__title {
    font-size: 20px;
  }
}
.form-popup__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: stretch;
  width: 100%;
}
.form-popup__form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  width: 100%;
}
.form-popup__input {
  width: 100%;
  max-width: 412px;
  padding: 15px 12px;
  color: var(--grey);
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid var(--grey);
}
.form-popup__textarea {
  border: 1px solid var(--grey);
  border-radius: 5px;
  padding: 16px 12px;
  font-size: 14px;
  color: var(--grey);
  max-width: 412px;
  width: 100%;
  height: 102px;
  resize: none;
}
.form-popup__input, .form-popup__textarea {
  transition: all 0.2s ease 0s;
}
.form-popup__input:hover, .form-popup__textarea:hover {
  border-color: var(--black-2);
}
.form-popup__input:focus, .form-popup__textarea:focus {
  border-color: var(--black-2);
}
.form-popup__input:focus::placeholder, .form-popup__textarea:focus::placeholder {
  transition: all 0.2s ease 0s;
  color: var(--black-2);
}
.form-popup__btn {
  width: 100%;
  max-width: 162px;
  align-self: center;
  margin-top: 24px;
  min-height: 54px;
}

.breadcrumps {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.14px;
  margin-bottom: 20px;
  color: var(--grey);
}
.breadcrumps__item:not(:last-child) {
  margin-right: 6px;
}
.breadcrumps__item:last-child {
  padding-right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumps__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.5px 0;
  color: var(--blue);
}
.breadcrumps__icon {
  font-size: 24px;
}

.catalog {
  padding: 15px 0 140px 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .catalog {
    padding: 15px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .catalog {
    padding: 15px 0 56px 0;
  }
}
@media (max-width: 479px) {
  .catalog {
    padding: 15px 0 40px 0;
  }
}
.catalog__main {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
}
.catalog__section {
  flex: 1 1 auto;
}
.catalog__pagination {
  margin: 0 auto;
  margin-top: 24px;
}

.head-catalog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .head-catalog {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .head-catalog {
    margin-bottom: 16px;
  }
}
.head-catalog__title {
  font-weight: 700;
  margin-right: 16px;
  flex: 0 1 auto;
}
@media (max-width: 992px) {
  .head-catalog__title {
    font-size: 24px;
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .head-catalog__title {
    font-size: 16px;
  }
}
.setting-catalog {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex: 1 0 auto;
}
@media (max-width: 992px) {
  .setting-catalog {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
  }
}
.setting-catalog__select {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .setting-catalog__select {
    margin-bottom: 0;
  }
}
.setting-catalog__display {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .setting-catalog__display {
    align-items: stretch;
  }
}
.setting-catalog__sorted .select-elem__head {
  min-width: 200px;
}
@media (max-width: 992px) {
  .setting-catalog .select-elem__text {
    display: none;
  }
}
.setting-catalog__amount {
  margin-left: 24px;
  flex: 1 0 auto;
}
@media (max-width: 992px) {
  .setting-catalog__amount {
    display: none;
  }
}
.setting-catalog__amount .select-elem__head {
  min-width: 70px;
}
.setting-catalog__showed {
  color: var(--grey);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 32px;
}
@media (max-width: 992px) {
  .setting-catalog__showed {
    display: none;
  }
}

.view-catalog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 12px;
}
@media (max-width: 992px) {
  .view-catalog {
    align-items: stretch;
  }
}
@media (max-width: 420px) {
  .view-catalog {
    margin-left: 0;
  }
}
.view-catalog__switch {
  font-size: 24px;
  color: var(--grey);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .view-catalog__switch {
    border-radius: 5px;
    border: 1px solid var(--Grey, #9f9a9a);
    padding: 2px 4px;
    width: 36px;
  }
}
@media (max-width: 420px) {
  .view-catalog__switch {
    font-size: 16px;
  }
}
.view-catalog__switch:not(:last-child) {
  margin-right: 16px;
}
@media (max-width: 420px) {
  .view-catalog__switch:not(:last-child) {
    margin-right: 0;
  }
}
.view-catalog__switch._active {
  color: var(--black-2);
}
@media (max-width: 992px) {
  .view-catalog__switch._bars {
    display: none;
  }
}
.view-catalog__filter {
  font-size: 24px;
  margin-right: 16px;
  color: var(--black-2);
  display: none;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .view-catalog__filter {
    display: flex;
    border-radius: 5px;
    border: 1px solid var(--Grey, #9f9a9a);
    padding: 2px 4px;
    width: 36px;
  }
}
@media (max-width: 420px) {
  .view-catalog__filter {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  body._block {
    overflow-y: hidden;
  }
}

.sidebar-catalog__bg {
  display: none;
}
.sidebar-catalog__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 0 0 253px;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .sidebar-catalog__form {
    display: none;
    margin-right: 0;
    padding-top: 88px;
  }
}
.sidebar-catalog__close {
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 2px;
  color: var(--grey);
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
}
@media (max-width: 992px) {
  .sidebar-catalog__close {
    display: flex;
  }
}
@media (max-width: 992px) {
  .sidebar-catalog._open .sidebar-catalog__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    z-index: 1000;
  }
}
@media (max-width: 992px) {
  .sidebar-catalog._open .sidebar-catalog__form {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    z-index: 111111;
    width: max-content;
    height: 100%;
    background: #f5f5f5;
    overflow: scroll;
    max-width: 100%;
  }
}
.sidebar-catalog__block {
  padding: 20px;
  border-radius: 10px;
  background: var(--white-3);
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.sidebar-catalog__block:not(:last-child) {
  margin-bottom: 24px;
  position: relative;
}
@media (max-width: 992px) {
  .sidebar-catalog__block:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .sidebar-catalog__block:not(:last-child)::after {
    position: absolute;
    display: block;
    content: "";
    width: 92%;
    height: 1px;
    background-color: var(--grey-1);
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
  }
}
@media (max-width: 992px) {
  .sidebar-catalog__block {
    box-shadow: none;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .sidebar-catalog__title {
    display: none;
  }
}
.sidebar-catalog__btn {
  position: relative;
}
.sidebar-catalog__btn::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: var(--blue);
  border-radius: 0.5px;
}

.chosen {
  color: var(--grey);
  font-size: 12px;
  letter-spacing: 0.24px;
}
.chosen__title {
  color: var(--blue);
  font-size: 15px;
  letter-spacing: 0.15px;
  margin-bottom: 12px;
}
.chosen__lables {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.chosen__lable {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 24px;
  border: 1px solid var(--blue);
  background-color: var(--white-3);
  padding: 8.5px 48px 8.5px 12px;
  margin-bottom: 12px;
  position: relative;
}
.chosen__property {
  margin-right: 6px;
}
.chosen__value {
  color: var(--blue);
}
.chosen__icon {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--grey);
}
.chosen__total {
  margin-bottom: 36px;
}
.chosen__clear {
  color: var(--black-2);
}

.filters__title {
  color: var(--black-2);
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .filters__title {
    position: absolute;
    top: 48px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 1.37;
    letter-spacing: 0.16px;
  }
}
.filters__title ._icon-filter {
  display: none;
}
@media (max-width: 992px) {
  .filters__title ._icon-filter {
    display: block;
    margin-right: 8px;
    font-size: 24px;
  }
}
.block-filter {
  border: none;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  color: var(--blue);
  font-size: 15px;
  letter-spacing: 0.15px;
  padding-top: 36px;
}
.block-filter._close .block-filter__search,
.block-filter._close .block-filter__check-list,
.block-filter._close .block-filter__expand,
.block-filter._close .block-filter__range,
.block-filter._close .block-filter__hide,
.block-filter._close .scroll-elem {
  overflow: hidden;
  height: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.block-filter._close .block-filter__arrow {
  transform: rotate(0deg);
}
.block-filter._close .block-filter__arrow {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .block-filter {
    padding-top: 16px;
  }
}
.block-filter:not(:nth-child(2)) {
  margin-top: 36px;
}
@media (max-width: 992px) {
  .block-filter:not(:nth-child(2)) {
    margin-top: 16px;
  }
}
.block-filter:not(:nth-child(2))::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--grey-1);
  top: 0px;
  left: 0;
  z-index: 100;
}
@media (max-width: 992px) {
  .block-filter:nth-child(2)::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--grey-1);
    top: 0px;
    left: 0;
    z-index: 100;
  }
}
.block-filter__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 12px;
}
.block-filter__name {
  padding: 3px 0;
}
.block-filter__arrow {
  transform: rotate(-180deg);
  font-size: 24px;
  color: var(--black);
}
.block-filter__search {
  margin-bottom: 12px;
  width: 282px;
}
@media (max-width: 320px) {
  .block-filter__search {
    width: 242px;
  }
}
.block-filter__search .search-wrapper__input:hover,
.block-filter__search .search-wrapper__input:focus {
  border: 1px solid var(--grey);
}
.block-filter__check-list {
  margin-bottom: 36px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .block-filter__check-list {
    margin-bottom: 24px;
  }
}
@media (max-width: 479px) {
  .block-filter__check-list {
    margin-bottom: 16px;
  }
}
.block-filter__checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.block-filter__checkbox:not(:last-child) {
  margin-bottom: 12px;
}
.block-filter__custom-checkbox {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  /* стили при наведении курсора на checkbox */
  /* стили для активного состояния чекбокса (при нажатии на него) */
  /* стили для чекбокса, находящегося в фокусе */
  /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
  /* стили для чекбокса, находящегося в состоянии disabled */
}
.block-filter__custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.block-filter__custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid var(--grey);
  border-radius: 1px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  transition: all 0.2s ease 0s;
}
.block-filter__custom-checkbox:checked + label::before {
  background-image: url("../img/icons/check.svg");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease 0s;
}
.block-filter__custom-checkbox:disabled + label::before {
  background-color: var(--grey-1);
}
.block-filter__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.block-filter__amount {
  color: var(--grey);
  margin-left: 6px;
}
.block-filter__expand, .block-filter__hide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--black-2);
  position: relative;
  transition: all 0.3s ease 0s;
  font-size: 12px;
}
.block-filter__expand::after, .block-filter__hide::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  bottom: -4.5px;
  left: 0;
  background-color: var(--blue);
}
.block-filter__expand ._icon-arrow-down, .block-filter__hide ._icon-arrow-down {
  font-size: 24px;
  margin-left: 13px;
}
.block-filter__expand {
  display: none;
}
.block-filter__hide {
  display: flex;
}
.block-filter__hide ._icon-arrow-down {
  transform: rotate(180deg);
}
.block-filter._hide .block-filter__check-list {
  overflow: hidden;
  max-height: 56px;
}
.block-filter._hide .block-filter__hide {
  display: none;
}
.block-filter._hide .block-filter__expand {
  display: flex;
}
.block-filter__range {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.block-filter__input {
  padding: 17.5px 8px;
  border-radius: 5px;
  border: 1px solid var(--grey);
  color: var(--Black-2, #373737);
  font-size: 12px;
  letter-spacing: 0.24px;
  width: 120px;
  text-align: center;
}
@media (max-width: 320px) {
  .block-filter__input {
    width: 100px;
  }
}
.block-filter__divider {
  font-size: 24px;
  color: var(--grey);
  margin: 0 9px;
}

.scroll-elem {
  position: relative;
  width: 100%;
  padding: 8px 0;
}
.scroll-elem__track {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  display: block;
  height: 2px;
  background-color: var(--grey);
}
.scroll-elem__active-track {
  position: absolute;
  bottom: 50%;
  width: 110px;
  display: block;
  height: 2px;
  background-color: var(--blue);
  left: 23px;
  z-index: 100;
}
.scroll-elem__thumb {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: var(--blue);
  top: 0;
  border-radius: 50%;
  cursor: pointer;
}
.scroll-elem__decrease {
  left: 15px;
}
.scroll-elem__increase {
  left: 125px;
}

.catalog.empty-catalog {
  padding: 15px 0;
  min-height: 80vh;
  position: relative;
}

.empty-page {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty-page__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
.empty-page__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  .empty-page__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
  }
}
.empty-page__result {
  color: var(--grey);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.32px;
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  .empty-page__result {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
  }
}
.empty-page__request {
  color: var(--black-2);
}
.empty-page__text {
  color: var(--black-2);
  font-size: 12px;
  letter-spacing: 0.24px;
  margin-bottom: 16px;
}

.catalog__bars-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
  color: var(--grey);
  font-size: 14px;
  letter-spacing: 0.14px;
  padding-right: 24px;
}
.catalog__bars-head .bars-head__item:nth-child(1) {
  width: 115px;
  flex: 0 0 auto;
}
@media (max-width: 1080px) {
  .catalog__bars-head .bars-head__item:nth-child(1) {
    width: 91px;
  }
}
.catalog__bars-head .bars-head__item:nth-child(2) {
  flex: 0 0 45%;
}
.catalog__bars-head .bars-head__item:nth-child(3) {
  flex: 0 0 12%;
  margin-left: 8px;
}
.catalog__bars-head .bars-head__item:nth-child(4) {
  flex: 0 0 14%;
}
.catalog__type-bars {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .catalog__type-bars {
    display: none;
  }
}
.catalog__item-bars:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 992px) {
  .setting-catalog_list .view-catalog__switch._list {
    display: none;
  }
}

.catalog__type-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .catalog__type-list {
    display: none;
  }
}
.catalog__item-list:not(:last-child) {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .catalog__item-list:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .catalog__item-list:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (max-width: 1200px) {
  .catalog__item-list .card-row__purchase {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .catalog__item-list .price-card {
    margin-bottom: 16px;
  }
}
@media (max-width: 1200px) {
  .catalog__item-list .card-row__availability {
    position: absolute;
    top: 16px;
    left: 16px;
  }
}
.catalog__item-list .btn-basket {
  display: none;
}
.catalog__content-mobile {
  display: none;
}
@media (max-width: 767px) {
  .catalog__content-mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 340px) {
  .catalog__content-mobile .btn-basket {
    font-size: 18px;
    padding: 8px 11px;
  }
}
.catalog__item-mobile:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  .catalog__item-mobile:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media (max-width: 992px) {
  .setting-catalog_tile .view-catalog__switch._tile {
    display: none;
  }
}

.catalog__type-tile {
  display: grid;
  grid-template-columns: repeat(4, minmax(222px, 253px));
  grid-template-rows: auto;
  row-gap: 22px;
  column-gap: 24px;
}
@media (max-width: 1332px) {
  .catalog__type-tile {
    grid-template-columns: repeat(3, minmax(222px, 253px));
    column-gap: 36px;
  }
}
@media (max-width: 1150px) {
  .catalog__type-tile {
    grid-template-columns: repeat(3, minmax(222px, 253px));
    column-gap: 18px;
  }
}
@media (max-width: 1080px) {
  .catalog__type-tile {
    grid-template-columns: repeat(2, minmax(222px, 253px));
  }
}
@media (max-width: 992px) {
  .catalog__type-tile {
    grid-template-columns: repeat(4, minmax(167px, 227px));
  }
}
@media (max-width: 767px) {
  .catalog__type-tile {
    grid-template-columns: repeat(3, minmax(167px, 227px));
    column-gap: 16px;
  }
}
@media (max-width: 767px) {
  .catalog__type-tile {
    grid-template-columns: repeat(3, minmax(167px, 227px));
    column-gap: 16px;
  }
}
@media (max-width: 582px) {
  .catalog__type-tile {
    grid-template-columns: repeat(2, minmax(167px, 227px));
    column-gap: 16px;
  }
}
@media (max-width: 378px) {
  .catalog__type-tile {
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog__item-tile .product-card {
  width: auto;
}
@media (max-width: 992px) {
  .catalog__item-tile .product-card {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 479px) {
  .catalog__item-tile .product-card {
    height: auto;
  }
}
@media (max-width: 378px) {
  .catalog__item-tile .product-card {
    align-items: stretch;
  }
}
@media (max-width: 1200px) {
  .catalog__item-tile .product-card .product-card__icon {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .catalog__item-tile .product-card .product-card__icon {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .catalog__item-tile .product-card .product-card__icon {
    top: 16px;
    left: auto;
    right: 16px;
  }
}
@media (max-width: 992px) {
  .catalog__item-tile .product-card .product-card__status {
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
  }
}
@media (max-width: 767px) {
  .catalog__item-tile .product-card .product-card__about {
    background-color: var(--white);
  }
}
@media (max-width: 479px) {
  .catalog__item-tile .product-card .product-card__about {
    padding: 12px 8.5px;
  }
}
@media (max-width: 992px) {
  .catalog__item-tile .product-card .product-card__name {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .catalog__item-tile .product-card .product-card__name {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .catalog__item-tile .product-card .product-card__info {
    display: none;
  }
}
@media (max-width: 992px) {
  .catalog__item-tile .product-card .product-card__availability {
    position: absolute;
    top: 12px;
    left: 12px;
  }
}
@media (max-width: 992px) {
  .catalog__item-tile .product-card .product-card__purchase {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .catalog__item-tile .product-card .product-card__price {
    flex: 1 0 auto;
    order: 2;
    padding-right: 8px;
  }
}
@media (max-width: 992px) {
  .catalog__item-tile .product-card .product-card__counter {
    display: block;
    flex: 0 0 100%;
    order: 1;
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .catalog__item-tile .product-card .counter {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .catalog__item-tile .product-card .product-card__button {
    display: flex;
    flex: 0 1 auto;
    order: 3;
  }
}
@media (max-width: 992px) {
  .catalog__item-tile .product-card .btn {
    display: none;
  }
}
.catalog__item-tile .product-card .btn-basket {
  display: none;
}
@media (max-width: 992px) {
  .catalog__item-tile .product-card .btn-basket {
    display: block;
  }
}

.basket__container {
  min-height: 70vh;
  padding-bottom: 140px;
  padding-top: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .basket__container {
    padding-bottom: 80px;
  }
}
.basket__title {
  font-weight: 700;
  letter-spacing: -0.32px;
  margin-bottom: 24px;
}

.table-basket {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
.table-basket__head {
  display: grid;
  grid-template-columns: 114px 1fr 8% 15% 12% 8%;
  gap: 24px;
  width: 100%;
  color: var(--grey);
  font-size: 14px;
  letter-spacing: 0.14px;
}
@media (max-width: 992px) {
  .table-basket__head {
    display: none;
  }
}
.table-basket__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 992px) {
  .table-basket__body {
    display: none;
  }
}
.table-basket__mobile {
  display: flex;
  flex-direction: column;
  gap: 20px;
  display: none;
}
@media (max-width: 992px) {
  .table-basket__mobile {
    display: flex;
  }
}

.info-basket {
  position: sticky;
  bottom: 0px;
  left: 0;
  width: 100%;
  border-radius: 15px 15px 0px 0px;
  background: var(--white-3);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.23);
}
.info-basket__container {
  padding: 24px 0px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .info-basket__container {
    flex-direction: column;
    justify-content: flex-start;
    gap: 17px;
  }
}
.info-basket__left {
  display: flex;
  flex-direction: column;
}
.info-basket__right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 24px;
}
@media (max-width: 992px) {
  .info-basket__right {
    justify-content: space-between;
  }
}
.info-basket__title {
  color: var(--black-2);
  line-height: 1.2; /* 122.222% */
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  .info-basket__title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.info-basket__number {
  margin-bottom: 12px;
}
@media (max-width: 479px) {
  .info-basket__number {
    margin-bottom: 8px;
  }
}
.info-basket__number, .info-basket__date {
  color: var(--grey);
  font-size: 14px;
  letter-spacing: 0.14px;
}
.info-basket__date {
  color: var(--grey-3);
}
.info-basket__total {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  letter-spacing: 0.15px;
  gap: 6px;
}
.info-basket__total-price {
  font-size: 24px;
  font-weight: 500;
}

.basket-card {
  display: grid;
  grid-template-columns: 114px 1fr 8% 15% 12% 8%;
  gap: 24px;
  border-radius: 10px;
  background-color: var(--white);
  padding: 19px 0;
  letter-spacing: 0.16px;
  align-items: center;
}
@media (max-width: 992px) {
  .basket-card {
    display: none;
  }
}
.basket-card__image {
  margin: -19px 0;
  position: relative;
  padding-bottom: 100%;
  border-radius: 5px;
}
.basket-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5px;
}
.basket-card__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
}
.basket-card__name {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.basket-card__name-color {
  color: var(--grey);
}
.basket-card__article {
  font-size: 14px;
  letter-spacing: 0.14px;
  color: var(--grey);
  word-break: break-all;
}
.basket-card__price {
  font-weight: 500;
  word-break: break-all;
}
.basket-card__counter .counter {
  justify-content: flex-start;
}
.basket-card__total {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  letter-spacing: 0.15px;
  gap: 6px;
}
.basket-card__total-price {
  font-size: 24px;
  font-weight: 500;
  word-break: break-all;
}
.basket-card__delete {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.basket-mobile {
  display: flex;
  border-radius: 5px;
  background-color: var(--white);
  padding: 8px;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  gap: 20px;
  font-size: 15px;
  letter-spacing: 0.15px;
}
.basket-mobile__row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
@media (max-width: 380px) {
  .basket-mobile__row {
    gap: 8px;
  }
}
.basket-mobile__image {
  border-radius: 5px;
  height: 106px;
  position: relative;
  flex: 0 0 106px;
}
@media (max-width: 380px) {
  .basket-mobile__image {
    flex: 0 0 80px;
    height: 80px;
  }
}
.basket-mobile__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.basket-mobile__info {
  flex: auto;
  display: flex;
  flex-wrap: wrap;
}
.basket-mobile__name {
  flex: 1 0 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 19px;
}
@media (max-width: 767px) {
  .basket-mobile__name {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  .basket-mobile__name {
    -webkit-line-clamp: 4;
    height: 72px;
  }
}
@media (max-width: 380px) {
  .basket-mobile__name {
    -webkit-line-clamp: 3;
    height: 55px;
  }
}
.basket-mobile__name-color {
  color: var(--grey);
}
.basket-mobile__article {
  font-size: 14px;
  letter-spacing: 0.14px;
  color: var(--grey);
  flex: 1 0 50%;
  align-self: flex-end;
  word-break: break-all;
}
.basket-mobile__delete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  align-self: flex-end;
}
.basket-mobile__price {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--grey);
  font-size: 14px;
  flex: 0 0 25%;
}
@media (max-width: 320px) {
  .basket-mobile__price {
    flex: 0 0 23%;
  }
}
.basket-mobile__counter {
  flex: 0 0 25%;
}
@media (max-width: 380px) {
  .basket-mobile__counter {
    align-self: center;
  }
}
.basket-mobile__counter .counter {
  justify-content: center;
}
@media (max-width: 380px) {
  .basket-mobile__counter .counter .counter__icon {
    font-size: 16px;
  }
  .basket-mobile__counter .counter .counter__value {
    width: 36px;
    height: 36px;
  }
}
.basket-mobile__total {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--grey);
  font-size: 14px;
  text-align: right;
  flex: 0 0 25%;
}
@media (max-width: 320px) {
  .basket-mobile__total {
    flex: 0 0 23%;
  }
}
.basket-mobile__total-price {
  word-break: break-all;
  color: var(--black-2);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.18px;
}

.cart-modal {
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateY(24px);
  padding: 38px 24px 36px 24px;
  background-color: var(--white-1);
  border-radius: 10px;
  z-index: 15;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.07);
  min-width: 718px;
  max-height: 739px;
}
.cart-modal__empty {
  flex-direction: column;
  display: none;
}
.cart-modal__empty._empty {
  display: flex;
}
.cart-modal__row {
  font-size: 12px;
}
.cart-modal__body {
  display: flex;
  flex-direction: column;
  padding-bottom: 84px;
}
.cart-modal__body._empty {
  display: none;
}
.cart-modal__close {
  position: absolute;
  top: 46px;
  right: 28px;
  font-size: 24px;
  color: var(--grey);
}
.cart-modal__title {
  font-size: 32px;
  font-weight: 700;
  color: var(--black-2);
  margin-bottom: 24px;
}
.cart-modal__list {
  padding: 16px 25px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.cart-modal__text {
  font-size: 15px;
  margin-left: 16px;
}

.total-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.13);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 16;
  background-color: var(--white-1);
}
.total-block__sum {
  display: flex;
  flex-direction: column;
}
.total-block__text {
  font-size: 15px;
  margin-bottom: 6px;
}
.total-block__price {
  font-size: 24px;
  font-weight: 500;
}
.total-block__btn {
  min-width: 128px;
}

.cart-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 16px;
}
.cart-card__img {
  border-radius: 5px;
  position: relative;
  flex: 0 0 107px;
  height: 92px;
}
.cart-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.cart-card__content {
  display: flex;
  flex-direction: column;
  flex: auto;
  justify-content: space-between;
  gap: 8px;
}
.cart-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-card__article {
  font-size: 14px;
  color: var(--grey);
  flex: auto;
  word-break: break-all;
}
.cart-card__delete {
  font-size: 20px;
  color: var(--grey);
}
.cart-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 37px;
}
.cart-card__name {
  font-weight: 500;
  font-size: 18px;
  flex: auto;
  height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cart-card__name_color {
  color: var(--grey);
}
.cart-card__counter {
  flex: 0 0 auto;
}
.cart-card__price {
  font-weight: 500;
  font-size: 24px;
  color: var(--black-2);
  flex: 0 0 auto;
  max-width: 70px;
  word-break: break-all;
  align-self: flex-end;
  text-align: right;
  display: flex;
  flex-direction: column;
}
.cart-card__price_common {
  word-break: break-all;
}
.cart-card__price_new {
  color: var(--red);
  word-break: break-all;
}
.cart-card__price_old {
  font-size: 14px;
  font-weight: 400;
  color: var(--grey);
  text-align: left;
  word-break: break-all;
}

.order .breadcrumps {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .order .breadcrumps {
    display: none;
  }
}
.order__container {
  min-height: 80vh;
  display: flex;
  padding-top: 15px;
  flex-direction: column;
  position: relative;
}
@media (max-width: 992px) {
  .order__container {
    padding-top: 0;
  }
}
.order__title {
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: -0.32px;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .order__title {
    border-radius: 0px 0px 5px 5px;
    background-color: var(--black-2);
    margin: 0 -15px;
    margin-top: -6px;
    color: var(--white-2);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    padding: 22px 36px;
    position: relative;
  }
}
.order__icon {
  display: none;
}
@media (max-width: 992px) {
  .order__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.order__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 992px) {
  .order__content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
  }
}
.order__checkout {
  flex: 0 0 28.7%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .order__checkout {
    order: 1;
  }
}
.order__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--grey);
  font-size: 15px;
  letter-spacing: 0.15px;
  gap: 10px;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .order__info {
    display: none;
  }
}

.table-order {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .table-order {
    order: 2;
  }
}
.table-order__heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.18px;
  margin-bottom: 24px;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .table-order__heading {
    margin-top: 36px;
  }
}
.table-order__head {
  font-size: 14px;
  letter-spacing: 0.14px;
  color: var(--grey);
  display: grid;
  gap: 16px;
  grid-template-columns: 42px 1fr 10% 13% 14% 12%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .table-order__head {
    display: none;
  }
}
.table-order__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.success-order {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0 30px 0;
}
@media (max-width: 992px) {
  .success-order {
    padding: 30px 0;
  }
}
.success-order__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
  gap: 24px;
  width: 100%;
}
.success-order__icon {
  width: 64px;
  height: 64px;
}
.success-order__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.32px;
}
@media (max-width: 992px) {
  .success-order__title {
    font-size: 24px;
    font-weight: 500;
  }
}
.success-order__text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.14px;
}
.success-order__subtitle {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
  width: 70%;
}
@media (max-width: 767px) {
  .success-order__subtitle {
    width: 100%;
  }
}
.success-order__blue {
  color: var(--blue);
}
.success-order__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 992px) {
  .success-order__buttons {
    flex-direction: column;
    align-items: center;
  }
}
.success-order__button {
  padding: 16px 32px;
}

.order-card {
  display: grid;
  gap: 16px;
  grid-template-columns: 42px 1fr 10% 13% 14% 12%;
  font-size: 14px;
  letter-spacing: 0.14px;
  align-items: center;
}
@media (max-width: 992px) {
  .order-card {
    background-color: var(--white-3);
    padding: 10px 8px;
    align-items: flex-start;
    grid-template-rows: 1fr auto;
    grid-template-columns: repeat(4, 1fr);
    border-radius: 5px;
  }
}
@media (max-width: 360px) {
  .order-card {
    gap: 4px;
  }
}
.order-card__image {
  border-radius: 5px;
  width: 42px;
  height: 42px;
  position: relative;
}
@media (max-width: 992px) {
  .order-card__image {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 479px) {
  .order-card__image {
    width: 42px;
    height: 42px;
  }
}
.order-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order-card__elem {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .order-card__elem:nth-child(2) {
    grid-column: span 3;
  }
}
.order-card__tag {
  display: none;
}
@media (max-width: 992px) {
  .order-card__tag {
    display: block;
    margin-bottom: 8px;
    color: var(--grey);
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}
@media (max-width: 360px) {
  .order-card__tag {
    font-size: 11px;
  }
}
.order-card__name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: underline;
  color: var(--black-2);
}
@media (max-width: 992px) {
  .order-card__name {
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 479px) {
  .order-card__name {
    -webkit-line-clamp: 2;
  }
}
.order-card__color {
  color: var(--grey);
}
.order-card__article {
  color: var(--grey);
  word-break: break-word;
}
@media (max-width: 992px) {
  .order-card__article {
    color: var(--black-2);
  }
}
.order-card__price, .order-card__total {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.18px;
  word-break: break-word;
}
@media (max-width: 992px) {
  .order-card__price, .order-card__total {
    font-size: 14px;
    font-weight: 400;
  }
}
.order-card__amount {
  color: var(--grey);
  word-break: break-word;
}
@media (max-width: 992px) {
  .order-card__amount {
    color: var(--black-2);
  }
}
.form-order {
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: var(--white);
  padding: 32px 24px;
  gap: 24px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .form-order {
    background-color: transparent;
    padding: 0;
    padding-top: 32px;
    margin-bottom: 0;
  }
}
.form-order__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.18px;
}
.form-order__area {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-order__input {
  border-radius: 5px;
  border: 1px solid var(--grey);
  padding: 16px 12px;
}
.form-order__button {
  width: 100%;
}
@media (max-width: 992px) {
  .form-order__button {
    display: none;
  }
}
.form-order__button_mob {
  display: none;
}
@media (max-width: 992px) {
  .form-order__button_mob {
    display: block;
    order: 3;
    margin-top: 36px;
    margin-bottom: 69px;
  }
}

._block {
  overflow-y: hidden;
}

.same .block-section__items_collapse,
.also .block-section__items_collapse {
  max-height: max-content;
  overflow: visible;
}
@media (max-width: 992px) {
  .same .block-section__items_collapse,
  .also .block-section__items_collapse {
    max-height: 750px;
    overflow: hidden;
  }
}
.same .block-section__items_collapse::after,
.also .block-section__items_collapse::after {
  display: none;
}
@media (max-width: 992px) {
  .same .block-section__items_collapse::after,
  .also .block-section__items_collapse::after {
    display: block;
  }
}
.same .expand-btn_collapse,
.also .expand-btn_collapse {
  display: none;
}
@media (max-width: 992px) {
  .same .expand-btn_collapse,
  .also .expand-btn_collapse {
    display: block;
  }
}

.product-page {
  padding: 15px 0 140px 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .product-page {
    padding: 15px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .product-page {
    padding: 15px 0 56px 0;
  }
}
@media (max-width: 479px) {
  .product-page {
    padding: 15px 0 40px 0;
  }
}
@media (max-width: 340px) {
  .product-page {
    padding-bottom: 0;
  }
}
.product-page__container {
  margin-bottom: 56px;
}
.product-page__main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.product-page__content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .product-page__content {
    display: none;
  }
}
.product-page__gallery {
  flex: 0 0 49%;
  border-radius: 10px;
  background-color: var(--white);
  padding: 52px 0 36px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1200px) {
  .product-page__gallery {
    padding: 36px 0 24px 0;
  }
}
.product-page__slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.product-page__main-img {
  width: 256px;
  height: 256px;
  border-radius: 10px;
  margin-bottom: 29px;
}
@media (max-width: 1200px) {
  .product-page__main-img {
    width: 204px;
    height: 204px;
  }
}
.product-page__main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.product-page__list-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 30px;
  max-width: 558px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .product-page__list-img {
    margin: 0 16px;
    max-width: 408px;
  }
}
.product-page__small-img {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid transparent;
}
.product-page__small-img._active {
  border-color: var(--blue);
}
.product-page__small-img:hover {
  border-color: var(--blue);
}
.product-page__small-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.product-page__small-img:not(:last-child) {
  margin-right: 12px;
}
.product-page__small-img:last-child, .product-page__small-img:first-child, .product-page__small-img:nth-child(7) {
  opacity: 0.1;
  width: 63px;
  height: 63px;
  flex: 0 0 63px;
}
.product-page__small-img:last-child:hover, .product-page__small-img:first-child:hover, .product-page__small-img:nth-child(7):hover {
  border-color: transparent;
}
@media (max-width: 1200px) {
  .product-page__small-img:last-child, .product-page__small-img:first-child, .product-page__small-img:nth-child(7) {
    opacity: 1;
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
  }
}
.product-page__pagination {
  width: 100%;
  position: absolute;
}
.product-page__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey);
  border-radius: 5px;
  border: 1px solid var(--grey-1);
  padding: 8px;
}
.product-page__arrow:hover {
  color: var(--red);
}
.product-page__arrow span {
  font-size: 10px;
  padding: 7px;
}
.product-page__arrow-prev {
  left: 16px;
}
.product-page__arrow-next {
  right: 16px;
}
.product-page__info {
  flex: 0 0 49%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  padding: 25px 97px 46px 97px;
  position: relative;
  color: var(--black-2);
}
@media (max-width: 1200px) {
  .product-page__info {
    padding: 16px 32px 32px 32px;
  }
}
.product-page__icon {
  position: absolute;
  top: 23px;
  right: 96px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--grey);
  width: 24px;
  height: 24px;
}
@media (max-width: 1200px) {
  .product-page__icon {
    top: 18px;
    right: 37px;
  }
}
.product-page__icon._active {
  display: flex;
}
.product-page__icon_red {
  color: var(--red);
}
.product-page__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 6px;
  padding-right: 32px;
}
@media (max-width: 1200px) {
  .product-page__title {
    font-size: 22px;
  }
}
.product-page__article {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--grey);
  font-size: 14px;
  letter-spacing: 0.14px;
  margin-bottom: 24px;
  flex: auto;
  word-break: break-all;
}
@media (max-width: 1200px) {
  .product-page__article {
    margin-bottom: 20px;
  }
}
.product-page__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  color: var(--grey);
}
.product-page__description {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.24px;
  margin-bottom: 57px;
}
.product-page__color {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.24px;
  margin-bottom: 48px;
}
.product-page__color-list {
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product-page__color-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  width: 24px;
  height: 24px;
  line-height: 1;
  border-radius: 1px;
  border-width: 0px;
  border-style: solid;
}
.product-page__color-item:not(:last-child) {
  margin-right: 4px;
}
.product-page__color-item._blue {
  border-color: var(--blue);
}
.product-page__color-item._blue .product-page__color-btn {
  background-color: var(--blue);
}
.product-page__color-item._red {
  border-color: var(--red-pale);
}
.product-page__color-item._red .product-page__color-btn {
  background-color: var(--red-pale);
}
.product-page__color-item._yellow {
  border-color: var(--yellow-pale);
}
.product-page__color-item._yellow .product-page__color-btn {
  background-color: var(--yellow-pale);
}
.product-page__color-item._active {
  border-width: 1px;
}
.product-page__color-btn {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1px;
  line-height: 1;
}
.product-page__status {
  margin-bottom: 7.5px;
  min-width: 90px;
}
.product-page__status .lable-status_available {
  background-color: var(--white-3);
}
.product-page__purchase {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.product-page__price .price-card__new {
  color: var(--red);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.32px;
}
.product-page__mobile {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .product-page__mobile {
    display: flex;
  }
}
@media (max-width: 767px) {
  .product-page__mobile {
    margin-bottom: 50px;
  }
}
.product-page__mobile .product-page__title {
  font-weight: 700;
  letter-spacing: 0.16px;
  font-size: 24px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .product-page__mobile .product-page__title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
@media (max-width: 479px) {
  .product-page__mobile .product-page__title {
    font-size: 16px;
  }
}
.product-page__mobile .product-page__icon {
  right: 0;
  top: 0;
}
.product-page__mobile .product-page__gallery {
  margin-bottom: 24px;
  padding: 42px 0 72px 0;
}
@media (max-width: 767px) {
  .product-page__mobile .product-page__gallery {
    margin-bottom: 12px;
  }
}
@media (max-width: 479px) {
  .product-page__mobile .product-page__gallery {
    padding: 35px 0 58px 0;
  }
}
.product-page__mobile .product-page__slider {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  max-width: 325px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .product-page__mobile .product-page__slider {
    max-width: 268px;
  }
}
@media (max-width: 479px) {
  .product-page__mobile .product-page__slider {
    max-width: 195px;
  }
}
.product-page__mobile .product-page__main-img {
  width: 325px;
  height: 325px;
  margin-bottom: 0;
  flex: 0 0 325px;
}
@media (max-width: 767px) {
  .product-page__mobile .product-page__main-img {
    width: 268px;
    height: 268px;
    flex: 0 0 268px;
  }
}
@media (max-width: 479px) {
  .product-page__mobile .product-page__main-img {
    width: 195px;
    height: 195px;
    flex: 0 0 195px;
  }
}
.product-page__mobile .product-page__arrow {
  padding: 7px;
}
.product-page__mobile .product-page__color {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
}
.product-page__mobile .product-page__data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 8px;
}
@media (max-width: 767px) {
  .product-page__mobile .product-page__data {
    margin-bottom: 24px;
  }
}
.product-page__mobile .product-page__article,
.product-page__mobile .product-page__status {
  margin-bottom: 0;
}
.product-page__mobile .product-page__status {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 479px) {
  .product-page__mobile .price-card__new {
    font-size: 18px;
  }
}

.tabs-product {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  color: var(--black-2);
  font-size: 15px;
  letter-spacing: 0.15px;
}
.tabs-product__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  background: var(--white-3);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.23);
  padding: 0 48px;
  margin-bottom: 16px;
  position: sticky;
  z-index: 555;
  top: 111px;
  left: 0;
  width: 100%;
  -ms-overflow-style: none; /* IE и Edge */
  scrollbar-width: none; /* Firefox */
}
.tabs-product__head::-webkit-scrollbar {
  width: 0;
  display: none;
}
.tabs-product__head._sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .tabs-product__head {
    top: 0;
  }
}
@media (max-width: 767px) {
  .tabs-product__head {
    overflow-x: scroll;
    padding: 0 24px;
  }
}
@media (max-width: 479px) {
  .tabs-product__head {
    font-size: 13px;
    padding: 0 16px;
  }
}
.tabs-product__title {
  padding: 11px 0 14px 0;
  position: relative;
  transition: all 0.2s ease 0s;
}
@media (max-width: 767px) {
  .tabs-product__title:not(:last-child) {
    margin-right: 31px;
    flex: 0 0 auto;
  }
}
.tabs-product__title._active, .tabs-product__title:hover {
  color: var(--red);
}
.tabs-product__title._active::after, .tabs-product__title:hover::after {
  position: absolute;
  display: block;
  content: "";
  width: 110%;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--red);
  border-radius: 0.5px;
  transition: all 0.2s ease 0s;
}
.body-tabs {
  border-radius: 5px;
  background-color: transparent;
}
.body-tabs__tab {
  display: flex;
  border-radius: 5px;
  background-color: var(--white-3);
  padding: 24px 48px;
  width: 100%;
}
.body-tabs__tab:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .body-tabs__tab {
    padding: 24px;
    background-color: var(--white);
  }
}
@media (max-width: 767px) {
  .body-tabs__tab {
    padding: 16px;
  }
  .body-tabs__tab:not(:last-child) {
    margin-bottom: 12px;
  }
}
.body-tabs__description {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 63%;
}
@media (max-width: 1200px) {
  .body-tabs__description {
    padding-right: 50%;
  }
}
@media (max-width: 992px) {
  .body-tabs__description {
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .body-tabs__description {
    padding: 16px;
  }
}
.body-tabs__title {
  color: var(--red);
  margin-bottom: 12px;
  width: 100%;
}
.body-tabs__text {
  font-size: 12px;
  letter-spacing: 0.24px;
}
.body-tabs__characteristic {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .body-tabs__characteristic {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}
.body-tabs__block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.body-tabs__questions {
  position: relative;
  padding-right: 50%;
}
@media (max-width: 992px) {
  .body-tabs__questions {
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .body-tabs__questions {
    padding: 16px;
  }
}

.product-sticky {
  background-color: var(--white-3);
  padding: 24px 48px;
  align-items: center;
  justify-content: space-between;
  display: none;
}
.product-sticky._sticky {
  position: sticky;
  z-index: 555;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .product-sticky._sticky {
    display: none;
  }
}
.product-sticky__content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 8px;
  margin-right: 8px;
}
.product-sticky__img {
  width: 63px;
  height: 63px;
  margin-right: 24px;
}
.product-sticky__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-sticky__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  letter-spacing: 0.14px;
}
.product-sticky__article {
  color: var(--grey);
}
.product-sticky__purchase {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex: 1 0 auto;
}
.product-sticky__price .price-card__new {
  color: var(--red);
}
.product-sticky__status {
  margin-left: 24px;
  margin-bottom: 3.5px;
}
.product-sticky__btn {
  margin-left: 24px;
}

.characteristic-product {
  flex: 0 0 49%;
}
.characteristic-product:not(:last-child) {
  margin-bottom: 24px;
}
.characteristic-product__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.characteristic-product__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.characteristic-product__name {
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1 1 auto;
}
.characteristic-product__name:not(:last-child) {
  margin-bottom: 12px;
}
.characteristic-product__name .dots {
  border-bottom: 1px dotted var(--grey);
  align-self: center;
  margin: 0 12px;
  flex: 1 1 auto;
}
@media (max-width: 479px) {
  .characteristic-product__name .dots {
    flex: 1 0 15%;
  }
}
.characteristic-product__value {
  font-weight: 600;
  text-align: right;
}

.questions-product {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.questions-product__no-question, .questions-product__ask-question, .questions-product__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.questions-product__no-question, .questions-product__ask-question, .questions-product__asked {
  display: none;
}
.questions-product__no-question.open, .questions-product__ask-question.open, .questions-product__asked.open {
  display: flex;
}
@media (max-width: 479px) {
  .questions-product__ask-question, .questions-product__form {
    width: 100%;
  }
}
.questions-product__text {
  margin-bottom: 12px;
}
.questions-product__input {
  border-radius: 5px;
  border: 1px solid var(--grey);
  padding: 16px 12px;
  color: var(--grey);
  font-size: 14px;
  letter-spacing: 0.14px;
  margin-bottom: 24px;
  width: 282px;
}
@media (max-width: 479px) {
  .questions-product__input {
    width: 100%;
    max-width: 282px;
  }
}
.questions-product__btn {
  padding: 16px 32px;
}
.popup-question__content {
  border-radius: 10px;
  background-color: var(--white-1);
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  padding: 28px 24px;
  width: 388px;
}
@media (max-width: 479px) {
  .popup-question__content {
    max-width: 350px;
    width: 90vw;
  }
}
.popup-question .modal__close {
  top: 30px;
  right: 24px;
}
.popup-question__check {
  color: var(--green);
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 28px;
  padding-right: 32px;
  width: 100%;
}
.popup-question__check span {
  display: block;
}
.popup-question__check ._icon-check {
  margin-right: 8px;
}
.popup-question__text {
  font-size: 12px;
  line-height: 1.5; /* 150% */
  letter-spacing: 0.24px;
}

.asked-question {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.asked-question .body-tabs__title {
  padding-bottom: 12px;
  position: relative;
}
.asked-question .body-tabs__title::after {
  position: absolute;
  display: block;
  content: "";
  background-color: var(--white-2);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.asked-question__content {
  font-size: 12px;
  letter-spacing: 0.24px;
  line-height: 1.5;
  color: var(--grey);
  width: 100%;
}
.asked-question__question, .asked-question__content, .asked-question__body, .asked-question__answer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.asked-question__question, .asked-question__answer {
  margin-bottom: 24px;
}
.asked-question__sub-answer {
  margin: 0 24px;
  display: none;
}
.asked-question__sub-answer.open {
  display: flex;
}
@media (max-width: 767px) {
  .asked-question__sub-answer {
    margin: 0 16px;
  }
}
.asked-question__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.asked-question__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.asked-question__icon {
  width: 32px;
  height: 32px;
  margin-right: 24px;
}
.asked-question__data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.asked-question__details, .asked-question__color {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.asked-question__details span, .asked-question__color span {
  display: block;
}
.asked-question__details .color-item, .asked-question__color .color-item {
  width: 16px;
  height: 16px;
  border-radius: 1px;
  background: var(--blue);
  margin-left: 8px;
}
.asked-question__user {
  font-weight: 600;
  margin-right: 16px;
  color: var(--black-2);
}
.asked-question__text {
  color: var(--black-2);
  margin-bottom: 12px;
}
.asked-question__rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 479px) {
  .asked-question__rating {
    justify-content: space-between;
  }
}
@media (max-width: 320px) {
  .asked-question__rating {
    font-size: 11px;
  }
}
.asked-question__respond {
  color: var(--blue);
  padding: 0 24px;
  line-height: 1.2;
  text-decoration: underline;
  margin-right: 24px;
}
@media (max-width: 390px) {
  .asked-question__respond {
    padding: 0;
    margin-right: 8px;
  }
}
.asked-question__reaction {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.asked-question__reaction span {
  display: block;
}
.asked-question__reaction ._icon-like,
.asked-question__reaction ._icon-dislike {
  margin-right: 8px;
  font-size: 16px;
  color: var(--black);
}
@media (max-width: 320px) {
  .asked-question__reaction ._icon-like,
  .asked-question__reaction ._icon-dislike {
    margin-right: 4px;
  }
}
.asked-question__reaction ._icon-like._active {
  color: var(--red);
}
.asked-question__like, .asked-question__dislike {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.asked-question__like {
  margin-right: 12px;
}
@media (max-width: 390px) {
  .asked-question__like {
    margin-right: 8px;
  }
}
@media (max-width: 320px) {
  .asked-question__like {
    margin-right: 4px;
  }
}
.asked-question__show-answer {
  font-size: 14px;
  letter-spacing: 0.14px;
  text-decoration-line: underline;
  margin-left: 24px;
  color: var(--grey);
}
@media (max-width: 767px) {
  .asked-question__show-answer {
    font-size: 12px;
  }
}
@media (max-width: 390px) {
  .asked-question__show-answer {
    margin-left: 12px;
  }
}
@media (max-width: 320px) {
  .asked-question__show-answer {
    margin-left: 4px;
  }
}
.asked-question__button {
  color: var(--grey);
  font-size: 14px;
  letter-spacing: 0.14px;
  text-decoration-line: underline;
  align-self: flex-start;
  margin-bottom: 24px;
}
.asked-question__button.hidden {
  display: none;
}
@media (max-width: 767px) {
  .asked-question__button {
    font-size: 12px;
  }
}
.asked-question__input-area {
  border-radius: 5px;
  background-color: var(--white);
  padding: 0 20px 0 12px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 320px) {
  .asked-question__input-area {
    padding: 0;
  }
}
.asked-question__input-area .asked-question__icon {
  transform: scale(1, -1);
}
.asked-question__input-area .asked-question__text {
  margin-bottom: 4px;
  padding-bottom: 8px;
  margin-top: 4px;
  border-bottom: 1px solid var(--grey-1);
  width: 100%;
}
.asked-question__form {
  position: relative;
}
@media (max-width: 992px) {
  .asked-question__form {
    border-radius: 5px;
    border: 1px solid var(--Grey, #9f9a9a);
  }
}
.asked-question__input {
  width: 100%;
  padding: 16px 48px 16px 12px;
  min-height: 94px;
  font-size: 14px;
  resize: none;
}
.asked-question__input::-webkit-input-placeholder, .asked-question__input:-moz-placeholder, .asked-question__input::-moz-placeholder, .asked-question__input:-ms-input-placeholder {
  color: var(--grey);
  font-size: 14px;
}
@media (max-width: 479px) {
  .asked-question__input {
    padding: 16px 32px 16px 12px;
  }
}
.asked-question__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  position: absolute;
  top: 16px;
  right: 3px;
  z-index: 100;
  color: var(--red);
}

.comments {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.comments__body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.comments__header, .comments__rating, .comments__stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.comments__header {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .comments__header {
    justify-content: space-between;
  }
}
.comments__user {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.18px;
  margin-right: 32px;
}
.comments__date {
  color: var(--grey);
  font-size: 14px;
  letter-spacing: 0.14px;
}
.comments__rating {
  color: var(--grey);
  font-size: 14px;
  letter-spacing: 0.14px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .comments__rating {
    margin-bottom: 16px;
  }
}
.comments__rating-number {
  margin-right: 8px;
}
.comments__stars {
  font-size: 20px;
  color: var(--black);
}
.comments__star {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comments__star:not(:last-child) {
  margin-right: 8px;
}
.comments__star ._icon-star-red {
  color: var(--red);
  display: none;
}
.comments__star._active ._icon-star-red {
  display: block;
}
.comments__star._active ._icon-star {
  display: none;
}
.comments__text {
  color: var(--black);
  font-size: 15px;
  letter-spacing: 0.15px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .comments__text {
    margin-bottom: 20px;
  }
}

.answer-comments {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 8px 24px;
}
@media (max-width: 767px) {
  .answer-comments {
    margin: 8px 0;
  }
}
.answer-comments__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.answer-comments__name {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
}
.answer-comments__text {
  font-size: 14px;
  letter-spacing: 0.14px;
}

.gallery-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  z-index: 9999;
  padding: 96px 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  overflow-y: scroll;
}
@media (max-width: 992px) {
  .gallery-popup {
    padding: 64px 0;
  }
}
.gallery-popup._open {
  display: flex;
}
.gallery-popup__close {
  font-size: 24px;
  color: var(--grey);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 40px;
  top: 40px;
}
@media (max-width: 992px) {
  .gallery-popup__close {
    right: 32px;
    top: 32px;
  }
}
.gallery-popup__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 98px;
  padding: 0 92px 0 40px;
}
@media (max-width: 767px) {
  .gallery-popup__info {
    flex-direction: column;
    margin-top: 55px;
    padding: 0 16px 0 16px;
  }
}
@media (max-width: 479px) {
  .gallery-popup__info {
    margin-top: 24px;
  }
}
.gallery-popup__title {
  color: var(--black-2);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
  flex: 0 0 33%;
}
@media (max-width: 992px) {
  .gallery-popup__title {
    flex: 0 0 45%;
  }
}
@media (max-width: 767px) {
  .gallery-popup__title {
    text-align: center;
    margin-bottom: 16px;
  }
}
@media (max-width: 479px) {
  .gallery-popup__btn {
    width: 100%;
  }
}
.gallery-popup .product-page__slider {
  margin: 0 auto;
  width: max-content;
  position: relative;
}
.gallery-popup .product-page__pagination {
  position: absolute;
  top: 184px;
}
@media (max-width: 320px) {
  .gallery-popup .product-page__pagination {
    top: 112px;
  }
}
.gallery-popup .product-page__arrow {
  transform: translate(0);
}
@media (max-width: 320px) {
  .gallery-popup .product-page__arrow {
    padding: 4px;
  }
}
.gallery-popup .product-page__arrow-prev {
  left: -94px;
}
@media (max-width: 992px) {
  .gallery-popup .product-page__arrow-prev {
    left: -42px;
  }
}
@media (max-width: 992px) {
  .gallery-popup .product-page__arrow-prev {
    left: -3px;
  }
}
@media (max-width: 320px) {
  .gallery-popup .product-page__arrow-prev {
    left: 4px;
  }
}
.gallery-popup .product-page__arrow-next {
  right: -94px;
}
@media (max-width: 992px) {
  .gallery-popup .product-page__arrow-next {
    right: -42px;
  }
}
@media (max-width: 992px) {
  .gallery-popup .product-page__arrow-next {
    right: -3px;
  }
}
@media (max-width: 320px) {
  .gallery-popup .product-page__arrow-next {
    right: 4px;
  }
}
.gallery-popup .product-page__main-img {
  width: 409px;
  height: 409px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .gallery-popup .product-page__main-img {
    margin-bottom: 48px;
    padding-bottom: 65%;
    position: relative;
  }
  .gallery-popup .product-page__main-img img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .gallery-popup .product-page__main-img {
    width: 365px;
    height: 365px;
    margin-bottom: 32px;
    padding-bottom: 77%;
  }
}
@media (max-width: 479px) {
  .gallery-popup .product-page__main-img {
    width: 300px;
    height: 300px;
    padding-bottom: 87%;
  }
}
@media (max-width: 479px) {
  .gallery-popup .product-page__main-img {
    width: 280px;
    height: 280px;
  }
}
.gallery-popup .product-page__list-img {
  max-width: 741px;
}
@media (max-width: 992px) {
  .gallery-popup .product-page__list-img {
    max-width: 595px;
  }
}
@media (max-width: 767px) {
  .gallery-popup .product-page__list-img {
    max-width: 442px;
  }
}
@media (max-width: 479px) {
  .gallery-popup .product-page__list-img {
    max-width: 232px;
    margin: 0 8px;
  }
}
.gallery-popup .product-page__small-img {
  width: 129px;
  height: 129px;
  flex: 0 0 129px;
}
@media (max-width: 992px) {
  .gallery-popup .product-page__small-img {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
  }
}
@media (max-width: 767px) {
  .gallery-popup .product-page__small-img {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
  }
}
@media (max-width: 479px) {
  .gallery-popup .product-page__small-img {
    padding: 5px;
  }
}
.gallery-popup .product-page__small-img:not(:last-child) {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .gallery-popup .product-page__small-img:not(:last-child) {
    margin-right: 16px;
  }
}
@media (max-width: 479px) {
  .gallery-popup .product-page__small-img:not(:last-child) {
    margin-right: 8px;
  }
}
.gallery-popup .product-page__small-img:last-child, .gallery-popup .product-page__small-img:first-child, .gallery-popup .product-page__small-img:nth-child(7) {
  opacity: 1;
  width: 129px;
  height: 129px;
  flex: 0 0 129px;
}
@media (max-width: 992px) {
  .gallery-popup .product-page__small-img:last-child, .gallery-popup .product-page__small-img:first-child, .gallery-popup .product-page__small-img:nth-child(7) {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
  }
}
@media (max-width: 767px) {
  .gallery-popup .product-page__small-img:last-child, .gallery-popup .product-page__small-img:first-child, .gallery-popup .product-page__small-img:nth-child(7) {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
  }
}

@media (max-width: 390px) {
  .pre-order .modal__body {
    margin: 0 20px;
  }
}
.pre-order .modal__close {
  top: 24px;
  right: 24px;
}
.pre-order__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 80px 75px;
  max-width: 480px;
}
@media (max-width: 767px) {
  .pre-order__content {
    padding: 80px 40px;
  }
}
@media (max-width: 479px) {
  .pre-order__content {
    padding: 80px 30px;
  }
}
@media (max-width: 390px) {
  .pre-order__content {
    padding: 80px 16px;
  }
}
.pre-order__complete {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 64px;
  max-width: 516px;
}
@media (max-width: 767px) {
  .pre-order__complete {
    padding: 36px;
  }
}
@media (max-width: 479px) {
  .pre-order__complete {
    padding: 24px;
  }
}
.pre-order__title {
  color: var(--black-2);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 28px;
}
.pre-order__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 24px;
}
@media (max-width: 340px) {
  .pre-order__form {
    padding: 0 12px;
  }
}
@media (max-width: 320px) {
  .pre-order__form {
    padding: 0px;
  }
}
.pre-order__counter {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.pre-order__counter .counter {
  justify-content: flex-start;
}
.pre-order__counter .counter__value {
  margin: 0 8px;
}
.pre-order__counter .counter__value input {
  width: inherit;
  padding: 11px 3px;
  text-align: center;
}
.pre-order__label {
  color: var(--grey);
  font-size: 14px;
  letter-spacing: 0.14px;
  margin-bottom: 8px;
}
.pre-order__inputs-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 8px;
  margin-bottom: 48px;
}
.pre-order__input {
  border-radius: 5px;
  border: 1px solid var(--grey);
  padding: 16px 12px;
  color: var(--grey);
  font-size: 14px;
  letter-spacing: 0.14px;
  min-width: 282px;
}
@media (max-width: 390px) {
  .pre-order__input {
    min-width: 230px;
  }
}
.pre-order__input:not(:last-child) {
  margin-bottom: 16px;
}
.pre-order__btn {
  align-self: center;
}
.pre-order__complete {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.pre-order__text {
  color: var(--grey);
  font-size: 14px;
  letter-spacing: 0.14px;
}
@media (max-width: 767px) {
  .pre-order__text {
    max-width: 350px;
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .pre-order__text {
    max-width: 306px;
  }
}
.pre-order__text:not(:last-child) {
  margin-bottom: 16px;
}
.pre-order__text._black {
  font-size: 15px;
  color: var(--black-2);
}
@media (max-width: 767px) {
  .pre-order__text._black {
    font-size: 12px;
  }
}
.pre-order__text ._red {
  color: var(--red);
}
.pre-order__number {
  color: var(--blue);
}

.not-found {
  min-height: 80vh;
  display: flex;
  padding-top: 15px;
  flex-direction: column;
  position: relative;
}
.not-found__container {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.not-found__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
.not-found__title {
  margin-bottom: 16px;
  font-size: 100px;
  font-weight: 700;
  color: var(--black);
}
.not-found__text {
  margin-bottom: 40px;
  font-size: 24px;
  color: var(--grey);
}
.not-found__btn {
  min-width: 248px;
}

.user-profile {
  padding-top: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .user-profile {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .user-profile .breadcrumps {
    display: none;
  }
}
.user-profile__container {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .user-profile__container {
    align-items: stretch;
  }
}
.user-profile__title {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .user-profile__title {
    border-radius: 0px 0px 5px 5px;
    background-color: var(--black-2);
    margin: 0 -15px;
    margin-top: 0px;
    margin-top: -6px;
    color: var(--white-2);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    padding: 22px 48px;
    position: relative;
  }
}
.user-profile__return {
  display: none;
}
@media (max-width: 767px) {
  .user-profile__return {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.user-profile__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 4px;
  background-color: var(--white-3);
  border-radius: 10px;
  width: 100%;
  max-width: max-content;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .user-profile__head {
    display: none;
  }
}
.user-profile__head-item {
  font-size: 15px;
  color: var(--grey);
  transition: all 0.2s ease-in 0s;
  border-radius: 5px;
  padding: 8px 16px;
  white-space: nowrap;
}
.user-profile__head-item:hover {
  color: var(--black-2);
}
.user-profile__head-item._active {
  background-color: var(--red);
  color: var(--white-3);
}
.user-profile__head-item._active:hover {
  color: var(--white-3);
}

.profile-page {
  padding-top: 47px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .profile-page {
    width: 100%;
    padding-top: 32px;
  }
}
.profile-page__input-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .profile-page__input-area {
    width: 100%;
    align-items: stretch;
    margin-bottom: 32px;
  }
}
.profile-page__input {
  border: 1px solid var(--grey);
  border-radius: 5px;
  padding: 16px 12px 16px 12px;
  color: var(--grey);
  font-size: 14px;
  width: 343px;
  transition: all 0.2s ease-in 0s;
  position: relative;
}
.profile-page__input:hover {
  border-color: var(--black-2);
}
.profile-page__input:focus {
  border-color: var(--black-2);
  color: var(--black-2);
}
.profile-page__input._error {
  border-color: var(--red);
}
@media (max-width: 767px) {
  .profile-page__input {
    width: 100%;
  }
}
.profile-page__links-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .profile-page__links-area {
    margin-bottom: 48px;
  }
}
.profile-page__link {
  font-size: 14px;
  text-decoration: underline;
}
.profile-page__link:hover {
  color: var(--black);
}
.profile-page__btn {
  min-width: 162px;
  cursor: auto;
}

.order-history {
  padding-top: 22px;
  padding-bottom: 77px;
  width: 100%;
}
.order-history__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .order-history__list {
    gap: 16px;
  }
}

.history-item {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  border-radius: 10px;
  background-color: var(--white-3);
}
.history-item__head {
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
  gap: 8px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .history-item__head {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .history-item__head {
    flex-wrap: wrap;
    gap: 16px;
    padding: 10px 8px;
    font-size: 15px;
    font-weight: 400;
  }
}
.history-item__number {
  flex: 0 0 17%;
  word-break: break-word;
}
@media (max-width: 767px) {
  .history-item__number {
    flex: 0 0 45%;
    font-size: 18px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .history-item__status {
    flex: 0 0 45%;
    text-align: right;
    font-size: 14px;
    color: var(--blue);
  }
}
.history-item__date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  word-break: break-word;
  flex: 0 0 17%;
}
@media (max-width: 767px) {
  .history-item__date {
    gap: 4px;
    flex: 0 0 30%;
    justify-content: flex-start;
  }
}
.history-item__date .icon-date {
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .history-item__date .icon-date {
    width: 16px;
    height: 16px;
  }
}
.history-item__total {
  flex: 0 0 20%;
  word-break: break-word;
  color: var(--grey);
}
@media (max-width: 767px) {
  .history-item__total {
    flex: 0 0 45%;
  }
}
.history-item__total_black {
  color: var(--black-2);
}
@media (max-width: 767px) {
  .history-item__total_black {
    font-weight: 500;
    font-size: 16px;
  }
}
.history-item__arrow {
  font-size: 24px;
  width: 24px;
  height: 24px;
}
.history-item__arrow._open ._icon-arrow-down {
  transform: rotate(180deg);
}
.history-item__arrow ._icon-arrow-down {
  display: block;
}
@media (max-width: 767px) {
  .history-item__arrow ._icon-arrow-down {
    display: none;
  }
}
.history-item__arrow ._icon-arrow-right {
  display: none;
  font-size: 14px;
}
@media (max-width: 767px) {
  .history-item__arrow ._icon-arrow-right {
    display: block;
  }
}
.history-item__body {
  padding: 26px 32px 26px 32px;
  display: none;
  flex-direction: column;
  justify-content: stretch;
  gap: 24px;
}
.history-item__body._open {
  display: flex;
}
@media (max-width: 767px) {
  .history-item__body._open {
    display: none;
  }
}

.order-item {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  gap: 10px;
  color: var(--grey);
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 992px) {
  .order-item {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .order-item {
    gap: 0px;
  }
}
.order-item__head {
  display: grid;
  gap: 14px;
  grid-template-columns: 42px 1fr 11% 11% 11% 11% 13%;
}
.order-item__body {
  display: grid;
  gap: 14px;
  grid-template-columns: 42px 1fr 11% 11% 11% 11% 13%;
  align-items: center;
}
.order-item__elem {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.order-item__elem:last-child {
  align-self: center;
  justify-self: flex-end;
}
.order-item__subtitle {
  display: none;
}
.order-item__img {
  border-radius: 5px;
  width: 42px;
  height: 42px;
  position: relative;
}
.order-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.order-item__name {
  color: var(--black-2);
  padding-right: 8px;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: underline;
  color: var(--black-2);
  height: 34px;
}
@media (max-width: 992px) {
  .order-item__name {
    -webkit-line-clamp: 3;
    height: 45px;
  }
}
.order-item__name_color {
  color: var(--grey);
}
.order-item__article {
  word-break: break-word;
}
.order-item__price, .order-item__sum {
  font-weight: 500;
  font-size: 18px;
  color: var(--black-2);
  word-break: break-word;
}
@media (max-width: 992px) {
  .order-item__price, .order-item__sum {
    font-size: 16px;
  }
}
.order-item__amount {
  word-break: break-word;
}
.order-item__feedback {
  text-align: right;
  word-break: break-word;
}

body:has(.modal._open) {
  overflow-y: hidden;
}

.order-feedback {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  align-self: flex-start;
}
.order-feedback__status._red {
  color: var(--red);
}
.order-feedback__status._blue {
  color: var(--blue);
}
.order-feedback__link {
  text-decoration: underline;
}
.order-feedback__link._blue {
  color: var(--blue);
}
.order-feedback__link._grey {
  font-size: 12px;
}

.feedback-popup {
  padding: 80px 53px;
  width: 100%;
  max-width: 581px;
}
@media (max-width: 767px) {
  .feedback-popup {
    width: 100%;
    height: 100%;
    max-width: none;
    border-radius: 0px;
    padding: 0 20px 32px 20px;
  }
}
.feedback-popup__close {
  top: 38px;
  right: 53px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: var(--black-3);
}
@media (max-width: 767px) {
  .feedback-popup__close {
    display: none;
  }
}
.feedback-popup__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: stretch;
}
@media (max-width: 767px) {
  .feedback-popup__content {
    height: 100%;
    justify-content: space-between;
  }
}
.feedback-popup__form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: stretch;
}
@media (max-width: 767px) {
  .feedback-popup__form {
    gap: 24px;
  }
}
.feedback-popup__title {
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 767px) {
  .feedback-popup__title {
    border-radius: 0px 0px 5px 5px;
    background-color: var(--black-2);
    margin: 0 -20px;
    color: var(--white-2);
    font-size: 16px;
    padding: 18px 6px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
  }
}
.feedback-popup__return {
  display: none;
  width: 32px;
  height: 32px;
  font-size: 14px;
  color: var(--grey);
}
@media (max-width: 767px) {
  .feedback-popup__return {
    display: block;
  }
}
.feedback-popup__stars {
  display: flex;
  align-items: center;
  gap: 8px;
}
.feedback-popup__star {
  font-size: 32px;
  font-weight: 400;
  width: 32px;
  height: 32px;
}
.feedback-popup__textarea {
  border: 1px solid var(--grey);
  border-radius: 5px;
  padding: 16px 12px;
  font-size: 14px;
  color: var(--grey);
  max-width: 474px;
  width: 100%;
  height: 106px;
  resize: none;
}
@media (max-width: 767px) {
  .feedback-popup__textarea {
    height: 139px;
    max-width: none;
  }
}
.feedback-popup__btn {
  align-self: center;
  min-width: 208px;
}
@media (max-width: 767px) {
  .feedback-popup__btn {
    width: 100%;
  }
}

.order-number {
  padding: 20px 0 120px 0;
  width: 100%;
}
.order-number__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
.order-number .history-item__head {
  display: none;
}
.order-number .history-item__body {
  display: flex;
  padding: 0;
  gap: 16px;
}
.order-number .history-item {
  padding: 10px 8px 0 8px;
  background-color: transparent;
}
.order-number .order-item {
  font-size: 14px;
  border-radius: 5px;
  padding: 10px 8px;
  background-color: var(--white-3);
}
@media (max-width: 350px) {
  .order-number .order-item {
    font-size: 11px;
  }
}
.order-number .order-item__body {
  align-items: flex-start;
  grid-template-columns: 60px 1fr 1fr 1fr;
  grid-template-rows: 76px minmax(44px, max-content) minmax(22px, max-content);
  row-gap: 20px;
  justify-items: flex-start;
}
@media (max-width: 350px) {
  .order-number .order-item__body {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 64px minmax(36px, max-content) minmax(16px, max-content);
    justify-items: flex-start;
  }
}
.order-number .order-item__elem {
  color: var(--black-2);
  font-weight: 400;
  height: 100%;
  justify-content: space-between;
}
.order-number .order-item__elem:nth-child(2) {
  grid-column: span 3;
}
.order-number .order-item__elem:last-child {
  grid-column: span 4;
}
.order-number .order-item__name {
  height: 52px;
}
@media (max-width: 350px) {
  .order-number .order-item__name {
    height: 41px;
  }
}
.order-number .order-item__subtitle {
  display: block;
  color: var(--grey);
  word-break: break-word;
}
.order-number .order-item__title {
  display: none;
}
.order-number .order-item__price {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 350px) {
  .order-number .order-item__price {
    font-size: 11px;
  }
}
.order-number .order-item__sum {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 350px) {
  .order-number .order-item__sum {
    font-size: 11px;
  }
}
.order-number .order-feedback {
  flex-direction: row;
  gap: 20px;
  font-size: 14px;
}
@media (max-width: 350px) {
  .order-number .order-feedback {
    font-size: 11px;
  }
}
.order-number .order-feedback__link._grey {
  font-size: 14px;
}
@media (max-width: 350px) {
  .order-number .order-feedback__link._grey {
    font-size: 11px;
  }
}

.favorites {
  padding-top: 23px;
  padding-bottom: 60px;
  width: 100%;
}
.favorites__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}
@media (max-width: 992px) {
  .favorites__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}
@media (max-width: 992px) {
  .favorites .product-card:hover .hidden-card {
    visibility: hidden;
  }
}

.reviews {
  padding: 47px 0 94px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .reviews {
    padding: 32px 0;
  }
}
.reviews__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.reviews-item {
  border-radius: 10px;
  background-color: var(--white-3);
  padding: 16px 71px 32px 32px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .reviews-item {
    padding: 16px 32px 32px 32px;
  }
}
@media (max-width: 767px) {
  .reviews-item {
    padding: 16px 24px;
  }
}
@media (max-width: 479px) {
  .reviews-item {
    padding: 10px 8px;
  }
}
@media (max-width: 320px) {
  .reviews-item {
    font-size: 12px;
  }
}
.reviews-item__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 767px) {
  .reviews-item__block {
    gap: 8px;
  }
}
.reviews-item__sup {
  display: grid;
  grid-template-columns: 35% 1fr 162px;
  gap: 42px;
}
@media (max-width: 767px) {
  .reviews-item__sup {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.reviews-item__heading {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .reviews-item__heading {
    font-size: 16px;
    line-height: 19px;
  }
  .reviews-item__heading_first {
    display: none;
  }
}
.reviews-item__info {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
}
.reviews-item__photo {
  border-radius: 5px;
  width: 42px;
  height: 42px;
  position: relative;
}
.reviews-item__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reviews-item__name {
  text-decoration: underline;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: underline;
  color: var(--black-2);
  height: 34px;
}
@media (max-width: 992px) {
  .reviews-item__name {
    -webkit-line-clamp: 3;
    height: 51px;
  }
}
@media (max-width: 320px) {
  .reviews-item__name {
    -webkit-line-clamp: 4;
    height: 60px;
  }
}
.reviews-item__name_color {
  color: var(--grey);
}
.reviews-item__sub {
  display: grid;
  grid-template-columns: 1fr auto 162px;
  gap: 42px;
  text-align: right;
}
@media (max-width: 767px) {
  .reviews-item__sub {
    grid-template-columns: auto 1fr auto;
    gap: 32px;
  }
}
.reviews-item__sub_link {
  color: var(--blue);
  text-decoration: underline;
}
@media (max-width: 767px) {
  .reviews-item__sub_link {
    order: 1;
  }
}
.reviews-item__sub_color {
  word-break: break-all;
}
.reviews-item__sub_grey {
  color: var(--grey);
}
.reviews-item__sub_red {
  color: var(--red);
}
.reviews-item__sub_blue {
  color: var(--blue);
}
.answer-popup {
  padding: 28px 74px 24px 24px;
  max-width: 991px;
  margin: 0 15px;
  color: var(--black-2);
}
@media (max-width: 992px) {
  .answer-popup {
    padding: 24px;
  }
}
@media (max-width: 340px) {
  .answer-popup {
    padding: 16px;
  }
}
.answer-popup__close {
  top: 31px;
  right: 24px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: var(--grey);
}
@media (max-width: 992px) {
  .answer-popup__close {
    top: 27px;
  }
}
@media (max-width: 340px) {
  .answer-popup__close {
    width: 20px;
    height: 20px;
    font-size: 20px;
    top: 20px;
  }
}
.answer-popup__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
}
@media (max-width: 992px) {
  .answer-popup__content {
    gap: 32px;
  }
}
@media (max-width: 340px) {
  .answer-popup__content {
    gap: 28px;
  }
}
.answer-popup__content .answer-comments {
  align-items: flex-start;
}
.answer-popup__title {
  font-weight: 500;
  font-size: 24px;
  margin-right: 26px;
}
@media (max-width: 340px) {
  .answer-popup__title {
    font-size: 20px;
  }
}
@media (max-width: 340px) {
  .answer-popup .comments__user {
    font-size: 16px;
    margin-right: 20px;
  }
  .answer-popup .comments__date {
    font-size: 12px;
  }
  .answer-popup .comments__text {
    font-size: 12px;
  }
  .answer-popup .answer-comments__name {
    font-size: 14px;
  }
  .answer-popup .answer-comments__text {
    font-size: 12px;
  }
  .answer-popup .comments__stars {
    font-size: 18px;
  }
  .answer-popup .comments__rating {
    font-size: 12px;
  }
}

.feedback {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 0;
  min-height: 80vh;
}

.feedback-item {
  padding: 16px 32px;
  background-color: var(--white-3);
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 10px;
}
@media (max-width: 479px) {
  .feedback-item {
    padding: 10px 8px;
  }
}
.feedback-item__status {
  color: var(--grey);
  font-size: 18px;
  font-weight: 500;
}
.feedback-item__status.blue {
  color: var(--blue);
}
.feedback-item__content {
  font-size: 14px;
  display: grid;
  gap: 2%;
  grid-template-columns: 12% 15% 12% 55%;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .feedback-item__content {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.feedback-item__element {
  display: flex;
  gap: 4px;
  overflow-wrap: anywhere;
}
.feedback-item__icon {
  font-size: 16px;
}
.feedback-item__message {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.feedback-item__message .feedback-item__element {
  overflow-wrap: inherit;
}
.feedback-item__answer {
  display: flex;
  gap: 24px;
  width: 87%;
}
@media (max-width: 767px) {
  .feedback-item__answer {
    width: 100%;
  }
}
.feedback-item__answer .answer-comments {
  margin: 0;
}
@media (max-width: 767px) {
  .feedback-item__answer .answer-comments {
    font-size: 12px;
  }
}
.feedback-item__answer .answer-comments__name {
  display: flex;
  align-items: center;
  gap: 16px;
}
.feedback-item__answer .answer-comments__date,
.feedback-item__answer .feedback-item__date {
  font-size: 12px;
  color: var(--grey);
  font-weight: 400;
}
@media (max-width: 767px) {
  .feedback-item__date {
    display: none;
  }
}

.reasons__container {
  padding: 76px 130px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 72px;
}
@media (max-width: 992px) {
  .reasons__container {
    padding: 76px 0px;
  }
}
@media (max-width: 767px) {
  .reasons__container {
    padding: 40px 0 56px;
    gap: 48px;
  }
}
.reasons__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}
@media (max-width: 992px) {
  .reasons__item {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .reasons__item {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 42px;
    align-items: flex-start;
  }
}
.reasons__item.reverse img {
  order: 1;
}
@media (max-width: 767px) {
  .reasons__item.reverse img {
    order: 0;
  }
}
.reasons__image {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .reasons__image {
    height: 250px;
  }
}
.reasons__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .reasons__text {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .reasons__text {
    gap: 16px;
  }
}
.reasons__title {
  font-weight: 700;
  font-size: 32px;
}
@media (max-width: 400px) {
  .reasons__title {
    max-width: 255px;
  }
}
.reasons__button {
  max-width: 222px;
  padding: 16px;
}

.reasons-list {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  padding-left: 20px;
}
.reasons-list.gap {
  gap: 16px;
}
.reasons-list__bold {
  font-weight: 500;
  font-size: 16px;
}

.about-head {
  position: relative;
  width: 100%;
  height: 352px;
  background-image: url("../img/about-company/head.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .about-head {
    background-image: url("../img/about-company/head-mobile.png");
    border-radius: 0 0 8px 8px;
  }
}
.about-head .container {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.about-head__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-head__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--white-1);
  max-width: 550px;
  width: 100%;
  padding: 0 0 32px 62px;
}
@media (max-width: 767px) {
  .about-head__text {
    max-width: none;
    width: auto;
    padding-left: 0;
  }
}
.about-head__title {
  font-weight: 700;
  font-size: 32px;
}
.about-head__description {
  font-weight: 500;
}

.contacts-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .contacts-form {
    display: none;
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 524px;
    max-width: 360px;
    border-radius: 10px;
    background-color: var(--white-1);
    padding: 24px;
    box-shadow: 4px -4px 4px 2px rgba(0, 0, 0, 0.1294117647);
  }
  .contacts-form.open {
    display: flex;
  }
}
@media (max-width: 767px) and (max-width: 380px) {
  .contacts-form {
    max-width: none;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 18px;
  }
}
@media (max-width: 767px) {
  .contacts-form::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 102px;
    bottom: 0;
    left: 0;
    box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.1294117647);
    background-color: var(--white-1);
  }
}
@media (max-width: 767px) and (max-width: 380px) {
  .contacts-form::before {
    height: 88px;
  }
}
.contacts-form__title {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .contacts-form__title {
    font-size: 24px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 380px) {
  .contacts-form__title {
    margin-bottom: 0;
  }
}
.contacts-form__close {
  display: none;
}
@media (max-width: 767px) {
  .contacts-form__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: var(--grey);
  }
}
.contacts-form__input, .contacts-form__textarea {
  border-radius: 5px;
  border: 1px solid var(--grey);
  padding: 16px 12px;
  font-size: 14px;
  color: var(--grey);
  transition: all 0.2s ease 0s;
}
.contacts-form__input:hover, .contacts-form__textarea:hover {
  border: 1px solid var(--black-2);
}
.contacts-form__input:focus-visible, .contacts-form__textarea:focus-visible {
  border: 1px solid var(--black-2);
  color: var(--black-2);
}
.contacts-form__input:focus-visible::placeholder, .contacts-form__textarea:focus-visible::placeholder {
  color: var(--black-2);
}
.contacts-form__input.error, .contacts-form__textarea.error {
  background-color: var(--red);
}
.contacts-form__textarea {
  min-height: 102px;
  resize: none;
}
@media (max-width: 767px) {
  .contacts-form__button {
    position: fixed;
    max-width: 162px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.contacts {
  padding: 45px 125px 138px;
  min-height: 70vh;
}
@media (max-width: 1200px) {
  .contacts {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 992px) {
  .contacts {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .contacts {
    padding: 32px 0;
  }
}
@media (max-width: 380px) {
  .contacts {
    padding: 24px 0;
  }
}
.contacts__title {
  font-weight: 700;
  font-size: 32px;
  margin-right: 32px;
  flex: 1 0 auto;
}
@media (max-width: 380px) {
  .contacts__title {
    font-size: 24px;
  }
}
.contacts__content {
  display: grid;
  gap: 160px;
  grid-template-columns: 1fr 412px;
}
@media (max-width: 1200px) {
  .contacts__content {
    gap: 45px;
  }
}
@media (max-width: 992px) {
  .contacts__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .contacts__content {
    grid-template-columns: repeat(1, 1fr);
  }
}

.contacts-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts-list__item {
  background-color: var(--white-3);
  border-radius: 5px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 380px) {
  .contacts-list__item {
    padding: 12px;
    gap: 8px;
  }
}

.connect-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--black-1);
}
@media (max-width: 479px) {
  .connect-list {
    font-size: 14px;
  }
}
.connect-list__link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--black-1);
  font-weight: 500;
  transition: all 0.2s ease 0s;
}
.connect-list__link:hover {
  color: var(--black);
}
.connect-list__icon {
  font-size: 24px;
}
@media (max-width: 479px) {
  .connect-list__icon {
    font-size: 16px;
  }
}

.icons-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icons-list__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 32px;
  height: 32px;
  font-size: 16px;
}
.icons-list__link.lightblue {
  background-color: var(--lightblue);
  color: var(--medium-blue);
}
.icons-list__link.lightblue:hover {
  color: var(--black-1);
}
.icons-list__link.lightgreen {
  background-color: var(--lightgreen);
  color: var(--medium-green);
}
.icons-list__link.lightgreen:hover {
  color: var(--black-1);
}

.popup-buttons {
  position: fixed;
  bottom: 46px;
  right: 15px;
  display: none;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 767px) {
  .popup-buttons {
    display: flex;
  }
}
.popup-buttons__item {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid var(--red);
  background-color: var(--white-3);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.231372549);
  color: var(--red);
  font-size: 18px;
}
@media (max-width: 479px) {
  .popup-buttons__item {
    width: 40px;
    height: 40px;
  }
}

.policy {
  padding: 45px 140px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .policy {
    padding: 32px 0 48px;
  }
}
.policy__title {
  font-weight: 700;
  font-size: 32px;
  flex: 1 0 auto;
  margin-right: 32px;
}
@media (max-width: 767px) {
  .policy__title {
    flex: 0;
  }
}
@media (max-width: 380px) {
  .policy__title {
    font-size: 20px;
  }
}
.policy__content {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 15px;
  color: var(--black-1);
}
.policy__ordered-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style-position: inside;
}
.policy__ordered-list > li > span {
  font-weight: 500;
  font-size: 18px;
}
.policy__ordered-list > li::marker {
  font-size: 18px;
  color: red;
}
.policy__subordered-list {
  font-weight: 400;
}

ul.policy__unordered-list {
  list-style: disc;
  list-style-position: inside;
  padding-left: 8px;
}

.policy__ordered-list,
.policy__subordered-list {
  list-style: none;
  padding-left: 0;
}

.policy__ordered-list {
  counter-reset: main-counter;
}

.policy__ordered-list > li {
  counter-increment: main-counter;
}

.policy__ordered-list > li::before {
  content: counter(main-counter) ". ";
  font-size: 18px;
  font-weight: 500;
}

/* Вложенный уровень (1.1, 1.2) */
.policy__subordered-list {
  counter-reset: sub-counter;
}

.policy__subordered-list > li {
  counter-increment: sub-counter;
}

.policy__subordered-list > li::before {
  content: counter(main-counter) "." counter(sub-counter) " ";
}

.connect-section {
  padding: 76px 15px 130px;
}
@media (max-width: 992px) {
  .connect-section {
    padding: 30px 0 90px;
  }
}
.connect-section__title {
  font-weight: 700;
  font-size: 32px;
  flex: 1 0 auto;
  margin-right: 32px;
}
@media (max-width: 320px) {
  .connect-section__title {
    font-size: 24px;
  }
}
.connect-section__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .connect-section__content {
    grid-template-columns: 1fr;
  }
}
.connect-section__content .info__container {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  width: max-content;
}
@media (max-width: 992px) {
  .connect-section__content .info__container {
    width: 100%;
  }
}
@media (max-width: 570px) {
  .connect-section__content .info__container {
    grid-template-columns: 1fr;
  }
}
.connect-section__content .info__item {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 767px) {
  .connect-section__content .info__item {
    white-space: normal;
  }
}
.connect-section__content .connect-footer__link,
.connect-section__content .connect-footer__icon {
  color: var(--black-1);
  transition: all 0.2s ease 0s;
}
.connect-section__content .connect-footer__link:hover,
.connect-section__content .connect-footer__icon:hover {
  font-weight: 700;
}

.maps {
  min-height: 80vh;
  padding: 42px 0;
}
@media (max-width: 767px) {
  .maps {
    padding: 24px 0 82px;
  }
}
.maps__title {
  flex: 1 0 auto;
  margin-right: 32px;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 380px) {
  .maps__title {
    font-size: 24px;
    margin-right: 0;
  }
}
.maps__content {
  display: grid;
  gap: 24px;
  grid-template-columns: 60% 38%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .maps__content {
    grid-template-columns: 1fr;
  }
}
.maps__image {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .maps__image {
    min-height: 272px;
  }
}
.maps__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.maps-tabs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.maps-tabs__item {
  border-radius: 5px;
  background-color: var(--white-3);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  transition: all 0.2s ease 0s;
}
.maps-tabs__item:hover {
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.231372549);
}
.maps-tabs__item.active {
  box-shadow: none;
  border: 1px solid var(--red);
}
.maps-tabs__contact {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  color: var(--black-1);
  font-weight: 500;
}
@media (max-width: 380px) {
  .maps-tabs__contact {
    font-size: 14px;
  }
}
.maps-tabs__icon {
  font-size: 24px;
}
@media (max-width: 380px) {
  .maps-tabs__icon {
    font-size: 18px;
  }
}