

/* Start:/local/templates/wd/styles/main.css?1778073118315904*/
@charset "UTF-8";

@font-face {
  font-family: "Open Sans";
  src: url("/local/templates/wd/styles/../assets/fonts/OpenSans/OpenSans-Light.woff2");
  font-weight: 300;
}

@font-face {
  font-family: "Open Sans";
  src: url("/local/templates/wd/styles/../assets/fonts/OpenSans/OpenSans-Regular.woff2");
  font-weight: 400;
}

@font-face {
  font-family: "Open Sans";
  src: url("/local/templates/wd/styles/../assets/fonts/OpenSans/OpenSans-Medium.woff2");
  font-weight: 500;
}

@font-face {
  font-family: "Open Sans";
  src: url("/local/templates/wd/styles/../assets/fonts/OpenSans/OpenSans-SemiBold.woff2");
  font-weight: 600;
}

@font-face {
  font-family: "Open Sans";
  src: url("/local/templates/wd/styles/../assets/fonts/OpenSans/OpenSans-Bold.woff2");
  font-weight: 700;
}

@font-face {
  font-family: "Open Sans";
  src: url("/local/templates/wd/styles/../assets/fonts/OpenSans/OpenSans-ExtraBold.woff2");
  font-weight: 800;
}

@font-face {
  font-family: "Manrope";
  src: url("/local/templates/wd/styles/../assets/fonts/Manrope/Manrope-ExtraLight.woff2");
  font-weight: 200;
}

@font-face {
  font-family: "Manrope";
  src: url("/local/templates/wd/styles/../assets/fonts/Manrope/Manrope-Light.woff2");
  font-weight: 300;
}

@font-face {
  font-family: "Manrope";
  src: url("/local/templates/wd/styles/../assets/fonts/Manrope/Manrope-Regular.woff2");
  font-weight: 400;
}

@font-face {
  font-family: "Manrope";
  src: url("/local/templates/wd/styles/../assets/fonts/Manrope/Manrope-Medium.woff2");
  font-weight: 500;
}

@font-face {
  font-family: "Manrope";
  src: url("/local/templates/wd/styles/../assets/fonts/Manrope/Manrope-SemiBold.woff2");
  font-weight: 600;
}

@font-face {
  font-family: "Manrope";
  src: url("/local/templates/wd/styles/../assets/fonts/Manrope/Manrope-Bold.woff2");
  font-weight: 700;
}

@font-face {
  font-family: "Manrope";
  src: url("/local/templates/wd/styles/../assets/fonts/Manrope/Manrope-ExtraBold.woff2");
  font-weight: 800;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  min-width: 375px;
}

a {
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  color: inherit;
}

input {
  outline: none;
}

button {
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
}

img,
video {
  width: 100%;
  display: block;
  border-style: none;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 1 auto;
}

.container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0px 33px;
}

.header {
  margin-bottom: 60px;
  background: #fff;
}

.header.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
  margin-bottom: 0px;
}

.header.fixed .header-top {
  display: none;
}

.header.fixed .header-navbar {
  position: relative;
  z-index: 1;
}

.header.fixed .header-categories__list {
  transform: translateY(-150%);
  height: 0;
  opacity: 0;
}

.header-top {
  background: #f5f3f1;
}

.header-top__wrap {
  padding: 14px 0px 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top__links {
  display: flex;
  gap: 24px;
  align-items: center;
}

.header-top__links-list {
  display: flex;
  gap: 24px;
}

.header-top__links-item {
  color: #898989;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s ease-in-out;
}

.header-top__links-item:hover {
  color: #202020;
}

.header-top__select {
  position: relative;
}

.header-top__select-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 2px;
}

.header-top__select-item {
  display: none;
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: max-content;
}

.header-top__select-item.active {
  display: block;
}

.header-top__select-icon {
  width: 19px;
  height: 17px;
}

.header-top__select-options {
  display: none;
  position: absolute;
  z-index: 9;
  top: 25px;
  left: 0px;
  min-width: 188px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  white-space: nowrap;
}

.header-top__select-options.active {
  display: flex;
  flex-direction: column;
  gap: 10px;
  animation: fadeOptions 0.3s ease-in-out;
}

@keyframes fadeOptions {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

.header-top__select-option {
  cursor: pointer;
  list-style: none;
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.header-top__select--mobile {
  display: none;
}

.header-top__select--mobile .header-top__select-btn {
  justify-content: flex-end;
}

.header-top__select--mobile .header-top__select-options {
  right: 0px;
  left: unset;
}

.header-top__contacts {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-top__contacts-item {
  color: #202020;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-top__contacts-item--bold {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header-navbar {
  position: relative;
  z-index: 3;
  background: #fff;
}

.header-navbar__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px 20px;
}

.header-navbar__logo-wrap {
  width: 160px;
  height: 80px;
}

.header-navbar__elems {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.header-navbar__user-links {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 199px;
}

.header-navbar__user-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #898989;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.header-navbar__user-link.authentication-btn {
  display: none;
}

.header-navbar__user-link.authentication-btn.show {
  display: flex;
}

.header-navbar__user-link.account-btn {
  display: none;
}

.header-navbar__user-link.account-btn.show {
  display: flex;
}

.header-navbar__user-link .account-sections {
  position: absolute;
  bottom: calc(-200% - 30px);
  left: 0;
  z-index: 2;
  display: none;
  cursor: auto;
}

.header-navbar__user-link .account-sections.show {
  display: block;
  animation: fadeAccountSections 0.3s ease-in-out;
}

@keyframes fadeAccountSections {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

.header-navbar__user-link .account-sections__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
  list-style: none;
  white-space: nowrap;
}

.header-navbar__user-link .account-sections__item {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: 0.3s ease-in-out;
}

.header-navbar__user-link .account-sections__item:hover {
  color: #4d4d4d;
}

.header-navbar__user-icon svg {
  width: 30px;
  height: 30px;
}

.header-navbar__user-icon svg path {
  transition: 0.3s ease-in-out;
}

.header-navbar__user-icon:hover svg path {
  fill: #717171;
}

.header-navbar__user-amount {
  display: none;
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 18px;
  height: 13px;
  border-radius: 12px;
  background: #c82d26;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 11px;
}

.header-navbar__user-amount--favorites {
  right: 10px;
}

.header-navbar__user-amount--cart {
  right: 5px;
}

.header-navbar__user-amount.show {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.header-menu__btn {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 25px;
  border-radius: 30px;
  background: #4d4d4d;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.header-menu__btn:hover {
  background: #000000;
}

.header-menu__btn-icon {
  width: 24px;
  height: 17px;
}

.header-menu__btn-title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.header-menu .menu {
  display: none;
  position: absolute;
  z-index: 3;
  top: 70px;
  left: 0px;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  height: 50vh;
  overflow: auto;
}

.header-menu .menu::-webkit-scrollbar {
  width: 6px;
}

.header-menu .menu::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 6px;
}

.header-menu .menu::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #d9d9d9;
}

.header-menu .menu__wrap {
  padding: 35px;
  display: flex;
}

.header-menu .menu__list-wrap {
  padding: 40px 24px 40px 34px;
}

.header-menu .menu__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-right: 34px;
  border-right: 1px solid rgba(150, 150, 150, 0.8196078431);
}

.header-menu .menu__list-header {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-menu .menu__list-title {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header-menu .menu__item {
  gap: 14px;
  min-width: 239px;
  cursor: pointer;
  list-style: none;
}

.header-menu .menu__item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #202020;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-menu .menu__item-icon {
  width: 24px;
  height: 24px;
}

.header-menu .menu .submenu {
  padding-left: 30px;
}

.header-menu .menu .submenu__list-title {
  display: inline-block;
  margin-bottom: 26px;
  color: #202020;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header-menu .menu .submenu__list-wrap {
  display: none;
}

.header-menu .menu .submenu__list-wrap.active {
  display: block;
}

.header-menu .menu .submenu__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 26px;
  list-style: none;
}

.header-menu .menu.active {
  display: block;
  animation: fadeMenu 0.3s ease-in-out;
}

@keyframes fadeMenu {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

.header-menu .mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(137, 137, 137, 0.57);
  z-index: 99;
  overflow: auto;
}

.header-menu .mobile-menu.show {
  display: block;
}

.header-menu .mobile-menu.show .mobile-menu__block {
  animation: menuApear 0.3s ease-in-out;
}

@keyframes menuApear {
  from {
      transform: translateX(-100%);
  }

  to {
      transform: translateX(0%);
  }
}

.header-menu .mobile-menu.show .mobile-menu__block.hidding {
  animation: menuHide 0.3s ease-in-out;
}

@keyframes menuHide {
  from {
      transform: translateX(0%);
  }

  to {
      transform: translateX(-100%);
  }
}

.header-menu .mobile-menu__block {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 375px;
  min-height: 100vh;
  background: #fff;
}

.header-menu .mobile-menu .submenu {
  position: fixed;
  top: 0px;
  left: -100%;
  width: 375px;
  height: 100%;
  background: #fff;
  z-index: 1;
  padding: 40px 25px 40px 34px;
  transition: 0.3s ease-in-out;
  overflow: auto;
}

.header-menu .mobile-menu .submenu.show {
  left: 0;
}

.header-menu .mobile-menu .submenu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.header-menu .mobile-menu .submenu-header__title {
  color: #202020;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.header-menu .mobile-menu .submenu__list-title {
  display: inline-block;
  margin-bottom: 26px;
  color: #202020;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header-menu .mobile-menu .submenu__list-wrap {
  display: none;
}

.header-menu .mobile-menu .submenu__list-wrap.active {
  display: block;
}

.header-menu .mobile-menu .submenu__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 26px;
  list-style: none;
}

.header-menu .mobile-menu .submenu__item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-menu .mobile-menu .submenu__item-icon {
  width: 24px;
  height: 24px;
}

.header-menu .mobile-menu__icon-close {
  width: 23px;
  height: 24px;
}

.header-menu .mobile-menu__footer {
  flex-grow: 1;
  background: #f5f3f1;
  padding: 30px 34px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.header-menu .mobile-menu .header-top__select-options {
  left: 0px;
}

.header-menu .mobile-menu__contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.header-search__wrap {
  position: relative;
}

.header-search {
  display: flex;
  gap: 16px;
  width: 570px;
  padding: 12px 25px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.header-search__input {
  width: 100%;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-search__input::placeholder {
  color: #898989;
  font-family: "Open Sans", sans-serif;
}

.header-search img {
  display: none;
  width: 30px;
  height: 30px;
}

.header-search img.show {
  display: block;
}

.header-search__icon-clear {
  cursor: pointer;
}

.header .presearch {
  display: none;
  position: absolute;
  z-index: 3;
  top: 62px;
  left: 0px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  height: 70vh;
  overflow: auto;
}

.header .presearch::-webkit-scrollbar {
  width: 6px;
}

.header .presearch::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 6px;
}

.header .presearch::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #d9d9d9;
}

.header .presearch__wrap {
  padding: 30px 30px 43px;
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.header .presearch__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.header .presearch-often__title {
  margin-bottom: 14px;
  color: #898989;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header .presearch-often__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.header .presearch-often__item {
  list-style: none;
}

.header .presearch-often__link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header .presearch-often__icon {
  width: 20px;
  height: 20px;
}

.header .presearch-often__text--bold {
  font-weight: 600;
}

.header .presearch-categories__title {
  margin-bottom: 14px;
  color: #898989;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header .presearch-categories__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.header .presearch-categories__item {
  list-style: none;
}

.header .presearch-categories__item-link {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header .presearch-categories__item--bold {
  font-weight: 600;
}

.header .presearch-found__title {
  margin-bottom: 14px;
  color: #898989;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header .presearch-found__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.header .presearch-found__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 10px;
  background: #f9f9f9;
  padding: 6px 20px 7px 24px;
}

.header .presearch-found__card-preview {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header .presearch-found__card-img {
  display: flex;
  align-items: center;
  width: 80px;
  height: 70px;
}

.header .presearch-found__card-img img {
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: center;
  height: inherit;
}

.header .presearch-found__card-desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.header .presearch-found__card-title {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.header .presearch-found__card-cost {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}

.header .presearch-found__user-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.header .presearch-found__user-icon {
  display: flex;
}

.header .presearch-found__user-icon svg {
  width: 20px;
  height: 20px;
}

.header .presearch__show-all {
  display: none;
  width: 100%;
  padding: 18px 0px;
  border-radius: 30px;
  background: #4d4d4d;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s ease-in-out;
  text-align:center;
}

.header .presearch__show-all.show {
  display: block;
}

.header .presearch__show-all:hover {
  background: #000000;
}

.header .presearch.show {
  display: block;
  animation: fadePresearch 0.3s ease-in-out;
}

.header .presearch-card__add .filled {
  display:none;
}
.header .presearch-card__add.show .filled {
  display:block;
}
.header .presearch-card__add.show .empty {
  display:none;
}

.popup-content__add-btn .filled {
  display:none;
}
.popup-content__add-btn.show .filled {
  display:block;
}
.popup-content__add-btn.show .empty {
  display:none;
}

@keyframes fadePresearch {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

.header-categories {
  overflow: hidden;
}

.header-categories__list {
  opacity: 1;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-categories__item {
  list-style: none;
}

.header-categories__link {
  display: block;
  padding: 8px 33px;
  border-radius: 30px;
  background: #f9f9f9;
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  list-style: none;
  transition: 0.3s ease-in-out;
}

.header-categories__link:hover {
  background: #d9d9d9;
}

.header-categories__link-title--red {
  color: #c82d26;
}

.header .mobile-navbar {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9;
  border: 1px solid #ebebeb;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}

.header .mobile-navbar__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0px;
}

.header .mobile-navbar__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.header .mobile-navbar__item.authentication-btn {
  display: none;
}

.header .mobile-navbar__item.authentication-btn.show {
  display: flex;
}

.header .mobile-navbar__item.account-btn {
  display: none;
}

.header .mobile-navbar__item.account-btn.show {
  display: flex;
}

.header .mobile-navbar__item-icon {
  width: 20px;
  height: 20px;
}

.header .mobile-navbar__item-title {
  color: #6c6c6c;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.header .mobile-navbar__item-amount {
  display: none;
  position: absolute;
  top: -2px;
  z-index: 1;
  width: 18px;
  height: 13px;
  border-radius: 12px;
  background: #c82d26;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 11px;
}

.header .mobile-navbar__item-amount--favorites {
  right: 8px;
}

.header .mobile-navbar__item-amount--cart {
  right: 2px;
}

.header .mobile-navbar__item-amount.show {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.header .mobile-navbar .account-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: flex-end;
  background: rgba(137, 137, 137, 0.57);
  z-index: 99;
}

.header .mobile-navbar .account-modal.show {
  display: flex;
  animation: accountModalFade 0.2s ease-in-out;
}

@keyframes accountModalFade {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

.header .mobile-navbar .account-modal__wrap {
  position: relative;
  width: 100%;
  padding: 40px 20px 80px;
  background: #fff;
  border-radius: 10px 10px 0px 0px;
}

.header .mobile-navbar .account-modal__close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
}

.header .mobile-navbar .account-modal__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
}

.header .mobile-navbar .account-modal__item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.header .mobile-navbar .account-modal__item:last-child .account-modal__link {
  color: #717171;
}

.header .mobile-navbar .account-modal__link {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header .mobile-navbar .account-modal__item-img {
  width: 16px;
  height: 16px;
}

.footer {
  background: #f5f3f1;
}

.footer__wrap {
  padding: 60px 0px 24px;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

.footer-nav__group-title {
  margin-bottom: 14px;
  color: #202020;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer-nav__group-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-nav__group-item {
  list-style: none;
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.footer-nav__group-item--rating {
  width: 226px;
}

.footer-nav__group:first-child .footer-nav__group-info {
  display: none;
}

.footer-nav__group:first-child .footer-nav__group-contacts {
  display: none;
}

.footer-nav__group:nth-child(2) .footer-nav__group-info {
  display: none;
}

.footer-nav__group:nth-child(4) .footer-nav__group-item:nth-child(7) {
  display: none;
}

.footer-nav__socials {
  display: flex;
  list-style: none;
  gap: 15px;
}

.footer-nav__socials-link {
  display: flex;
}

.footer-nav__socials-link svg rect {
  transition: 0.3s ease-in-out;
}

.footer-nav__socials-link:hover svg rect {
  fill: #000000;
}

.footer-nav__pay-title {
  margin: 12px 0;
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer-nav__pay-list {
  display: flex;
  align-items: center;
  gap: 13px;
}

.footer-nav__pay-item {
  list-style: none;
}

.footer-copyright {
  display: flex;
  gap: 80px;
  color: #202020;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer .callback-modal__wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(137, 137, 137, 0.57);
  z-index: 999;
}

.footer .callback-modal__wrap.show {
  display: flex;
  animation: callbackFade 0.2s ease-in-out;
}

@keyframes callbackFade {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

.footer .callback-modal {
  background: #fff;
  padding: 32px;
  max-width: 505px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}

.footer .callback-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.footer .callback-modal__title {
  color: #202020;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer .callback-modal__close-icon {
  width: 34px;
  height: 34px;
}

.footer .callback-modal__desc {
  max-width: 357px;
  margin-bottom: 24px;
  color: #717171;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.footer .callback-modal__call {
  display: flex;
  justify-content: center;
}

.footer .callback-modal__call-wrap {
  text-align: center;
  max-width: 176px;
}

.footer .callback-modal__call-text {
  margin-bottom: 8px;
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.footer .callback-modal__call-number {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.footer .callback-form {
  margin-bottom: 37px;
}

.footer .callback-form__inputs-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 35px;
}

.footer .callback-form__input-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer .callback-form__input-label {
  color: #717171;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.footer .callback-form__input-label--red {
  color: #c82d26;
}

.footer .callback-form__input {
  padding: 10px 25px;
  border-radius: 30px;
  border: 1px solid #999;
  color: #898989;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer .callback-form__submit {
  width: 100%;
  margin-bottom: 16px;
  background: #4d4d4d;
  padding: 13px 0px;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  transition: 0.3s ease-in-out;
}

.footer .callback-form__submit:hover {
  background: #000000;
}

.footer .callback-form__notetion {
  color: #999;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}

.footer .callback-form__policy-link {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}

.main-catalog {
  margin-bottom: 90px;
}

.main-catalog .catalog-list {
  margin-bottom: 54px;
  display: grid;
  gap: 40px;
}

.main-catalog .catalog-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}

.main-catalog .catalog-row--odd .catalog-promotion {
  background: #ecf8f8;
}

.main-catalog .catalog-row--even .catalog-promotion {
  background: #fff6e9;
}

.main-catalog .catalog-promotion {
  border-radius: 10px;
}

.main-catalog .catalog-promotion__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  height: 100%;
}

.main-catalog .catalog-promotion__title {
  text-align: center;
  color: #202020;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.main-catalog .catalog-promotion__link {
  padding: 13px 39px 12px 38px;
  border-radius: 30px;
  background: #4d4d4d;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.3s ease-in-out;
}

.main-catalog .catalog-promotion__link:hover {
  background: #000000;
}

.main-catalog .catalog-installment {
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 10px;
}

.main-catalog .catalog-installment__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  height: 100%;
}

.main-catalog .catalog-installment__logo {
  max-width: 141px;
  margin-bottom: 44px;
}

.main-catalog .catalog-installment__title {
  max-width: 220px;
  color: #202020;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.main-catalog .catalog-installment__note {
  max-width: 150px;
  color: #5f6065;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
}

.main-catalog .catalog-dolyame {
  padding: 28px;
  background-color: #f9f9f9;
  border-radius: 10px;
}

.main-catalog .catalog-dolyame__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  height: 100%;
}

.main-catalog .catalog-dolyame__img {
  margin-bottom: 16px;
}

.main-catalog .catalog-dolyame__title {
  color: #202020;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.main-catalog .catalog-dolyame__logo {
  max-width: 128px;
}

.main-catalog .catalog-btn {
  display: flex;
  justify-content: center;
}

.main-catalog .catalog-btn__load-more {
  background: #4d4d4d;
  border-radius: 30px;
  padding: 14px 52px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.3s ease-in-out;
}

.main-catalog .catalog-btn__load-more:hover {
  background: #000000;
}

.catalog-category {
  grid-column: span 2;
  grid-row: span 2;
}

.catalog-category__wrap {
  height: 100%;
  padding: 40px;
  background: #efebdf;
  border-radius: 10px;
}

.catalog-category__item {
  position: relative;
  z-index: 0;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.catalog-category__item[data-category="Недорогие диваны"] {
  background: #f9f9f9;
  padding: 50px;
  min-height: 413px;
}

.catalog-category__item[data-category="Недорогие диваны"] .catalog-category__item-header {
  position: relative;
  z-index: 3;
  max-width: 430px;
}

.catalog-category__item[data-category="Недорогие диваны"] .catalog-category__item-top {
  margin-bottom: 36px;
}

.catalog-category__item[data-category="Недорогие диваны"] .catalog-category__item-title {
  margin-bottom: 20px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

.catalog-category__item[data-category="Недорогие диваны"] .catalog-category__item-descr {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.catalog-category__item[data-category="Недорогие диваны"] .catalog-category__item-link {
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: max-content;
  padding: 6px 26px;
  border-radius: 30px;
  border: 1px solid #898989;
  background: #f9f9f9;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.catalog-category__item[data-category="Недорогие диваны"] .catalog-category__item-arrow {
  width: 20px;
  height: 20px;
}

.catalog-category__item[data-category="Недорогие диваны"] .catalog-category__item-price {
  position: absolute;
  top: 250px;
  left: 60%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 129px;
  height: 129px;
  border-radius: 50%;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 95%;
  background: linear-gradient(0deg, #4d4d4d 0%, #4d4d4d 100%);
  box-shadow: 3.88px 3.88px 12.609px rgba(0, 0, 0, 0.25);
}

.catalog-category__item[data-category="Недорогие диваны"] .catalog-category__item-price--bold {
  font-size: 21px;
  font-weight: 600;
}

.catalog-category__item[data-category="Недорогие диваны"] .catalog-category__item-cirlce {
  position: absolute;
  z-index: 0;
  bottom: 10%;
  right: 10%;
  transform: translate(50%, 50%);
  width: 827px;
  height: 827px;
  border-radius: 50%;
  background: #acd8c1;
}

.catalog-category__item[data-category="Недорогие диваны"] .catalog-category__item-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: translateX(20%);
}


.catalog-category__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 47px;
}

.catalog-category__title {
  color: #000000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.catalog-category__link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px 9px 17px;
  border-radius: 30px;
  border: 1px solid #898989;
  color: #202020;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.catalog-category__link-icon {
  width: 20px;
  height: 20px;
}

.catalog-category__prew {
  position: relative;
  background: #f4f3f1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 487px;
  padding: 36px 15px;
  margin-bottom: 14px;
  border-radius: 10px;
}

.catalog-category__prew-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 320px;
}

.catalog-category__prew-img {
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: center;
  height: inherit;
}

.catalog-category__favorites {
  position: absolute;
  top: 30px;
  right: 27px;
  cursor: pointer;
}

.catalog-category__home-ideas {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-radius: 10px;
  background: #f4f3f1;
}

.catalog-category__home-ideas .catalog-category__header {
  margin-bottom: 0;
  padding: 0 40px 45px;
}

.catalog-category__ideas-wrap {
  height: 600px;
}

.catalog-category__ideas-img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.catalog-card {
  position: relative;
}

.catalog-card__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.catalog-card__img-wrap {
  position: relative;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 30px;
  background: #f4f3f1;
  border-radius: 10px;
}

.catalog-card__img {
  display: none;
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: center;
  height: inherit;
}

.catalog-card__img.active {
  display: block;
  animation: imgShow 0.3s ease-in-out;
}

@keyframes imgShow {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

.catalog-card__favorites {
  position: absolute;
  top: 20px;
  right: 21px;
  cursor: pointer;
  z-index: 1;
}

.catalog-card__favorites-icon {
  width: 30px;
  height: 30px;
}

.catalog-card__slidebar {
  display: none;
}

.catalog-card__descr {
  display: none;
}

.catalog-card__title {
  display: block;
  height: 48px;
  margin-bottom: 8px;
  color: #202020;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.catalog-card__price-wrap {
  display: flex;
  gap: 14px;
  align-items: center;
}

.catalog-card__price-current {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.catalog-card__price-current--black{
  color:#202020!important;
}
.catalog-card__price-current--red {
  color: #c82d26;
}


.catalog-card__price-discount {
  position: relative;
  color: #717171;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.catalog-card__price-discount::before {
  content: "";
  position: absolute;
  top: 49%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #898989;
}

.catalog-card__descr-wrap {
  margin-bottom: 21px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.catalog-card__descr-item {
  display: flex;
  gap: 4px;
  justify-content: space-between;
  align-items: baseline;
  color: #898989;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.catalog-card__descr-title {
  white-space: nowrap;
}

.catalog-card__descr-separator {
  white-space: nowrap;
  width: 100%;
  border-bottom: 1px solid #dedede;
}

.catalog-card__descr-value {
  white-space: nowrap;
}

.catalog-card__color {
  display: flex;
  align-items: center;
  gap: 6px;
}

.catalog-card__color-item {
  display: flex;
  align-items: center;
}

.catalog-card__color-item svg circle:first-child {
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.catalog-card__color-item:hover svg circle:first-child {
  opacity: 1;
}

.catalog-card__color-item:last-child img {
  width: 14px;
  height: 14px;
}

.catalog-card__add {
  width: 100%;
  padding: 12px 0px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  border-radius: 30px;
  background: #4d4d4d;
  transition: 0.3s ease-in-out;
}

.catalog-card__add:hover {
  background: #000000;
}

.catalog-card .catalog-card__add--mobile {
  display: none;
  width: 100%;
  padding: 11px 0px;
  border-radius: 30px;
  border: 1px solid #717171;
  background: #fff;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

.favorites-btn .catalog-card__favorites-icon:nth-child(2) {
  display: none;
}

.favorites-btn.active .catalog-card__favorites-icon:first-child {
  display: none;
}

.favorites-btn.active .catalog-card__favorites-icon:nth-child(2) {
  display: block;
}

.often-searched {
  margin-bottom: 100px;
}

.often-searched__title {
  margin-bottom: 24px;
  color: #202020;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.often-searched__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 800px;
}

.often-searched__list-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.often-searched__list-item {
  list-style: none;
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.product-detail__content-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 80px;
}

.product-detail__preview {
  grid-column: span 3;
}

.product-detail__info {
  grid-column: span 2;
  padding-left: 70px;
}

.product-detail .preview-photo__wrap {
  margin-bottom: 68px;
}

.product-detail .preview-photo__wrap .preview-gallery {
  position: fixed;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background: #fff;
  display: none;
  align-items: center;
  justify-content: center;
}

.product-detail .preview-photo__wrap .preview-gallery.show {
  display: flex;
  animation: previewGalleryFade 0.2s ease-in-out;
}

@keyframes previewGalleryFade {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

.product-detail .preview-photo__wrap .preview-gallery__wrap {
  position: relative;
  max-width: 1300px;
}

.product-detail .preview-photo__wrap .preview-gallery__btn-close {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 2;
}

.product-detail .preview-photo__wrap .preview-gallery__photo {
  margin-bottom: 40px;
}

.product-detail .preview-photo__wrap .preview-gallery__photo-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px 280px;
  border-radius: 10px;
  background: #ebebeb;
  max-height:600px;
}

.product-detail .preview-photo__wrap .preview-gallery__slide-img {
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: center;
  height: inherit;
}

.product-detail .preview-photo__wrap .preview-gallery__thumbs-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  border-radius: 6px;
  background: #ebebeb;
  padding: 12px;
}

.product-detail .preview-photo__wrap .preview-gallery__thumbs-img {
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: center;
  height: inherit;
}

.product-detail .preview-photo__wrap .preview-gallery .swiper-button-next {
  right: 47px;
}

.product-detail .preview-photo__wrap .preview-gallery .swiper-button-next::after {
  content: "";
}

.product-detail .preview-photo__wrap .preview-gallery .swiper-button-prev {
  left: 47px;
}

.product-detail .preview-photo__wrap .preview-gallery .swiper-button-prev::after {
  content: "";
}

.product-detail .preview-photo__wrap .preview-gallery .swiper-button__icon {
  width: 50px;
  height: 50px;
}

.product-detail .preview-photo__block {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  -grid-template-rows: 500px 350px 387px;
  gap: 20px;
  margin-bottom: 40px;
}

.product-detail .preview-photo__img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 10px;
  background: #f4f3f1;
  cursor: pointer;
}

.product-detail .preview-photo__img-wrap:first-child {
  grid-column: span 7;
  padding: 30px 53px;
}

.product-detail .preview-photo__img-wrap:nth-child(2) {
  grid-column: span 3;
  padding: 75px 20px;
}

.product-detail .preview-photo__img-wrap:nth-child(3) {
  grid-column: span 4;
  padding: 55px 39px 55px 40px;
}

.product-detail .preview-photo__img-wrap:last-child {
  grid-column: span 4;
  padding: 30px 86px 30px 84px;
}

.product-detail .preview-photo__img {
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: center;
  height: inherit;
}

.product-detail .preview-photo__show-wrap {
  display: flex;
  justify-content: center;
}

.product-detail .preview-photo__show-btn {
  padding: 13px 103px;
  border-radius: 30px;
  border: 1px solid #303030;
  background: #fff;
  color: #2b2d33;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.product-detail .preview-tabs__list {
  display: flex;
  gap: 60px;
  margin-bottom: 48px;
}

.product-detail .preview-tabs__item {
  list-style: none;
  cursor: pointer;
}

.product-detail .preview-tabs__item-title {
  position: relative;
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s ease-in-out;
}

.product-detail .preview-tabs__item-title::before {
  transition: 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
  content: "";
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: #202020;
}

.product-detail .preview-tabs__item-title:hover {
  color: #202020;
}

.product-detail .preview-tabs__item-title:hover.preview-tabs__item-title::before {
  opacity: 1;
}

.product-detail .preview-tabs__item.active .preview-tabs__item-title {
  color: #202020;
}

.product-detail .preview-tabs__item.active .preview-tabs__item-title::before {
  opacity: 1;
}

.product-detail .preview-tabs__desc-item {
  display: none;
}

.product-detail .preview-tabs__desc-item.active {
  display: block;
}

.product-detail .preview-tabs__desc-title {
  margin-bottom: 24px;
  color: #000000;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.product-detail .preview-tabs__desc-text {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  color: #000000;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.product-detail .preview-tabs__desc-text.show {
  display: block;
}

.product-detail .preview-tabs__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  height: auto;
}

.product-detail .preview-tabs__table td,
.product-detail .preview-tabs__table th {
  border: 1px solid #595959;
}

.product-detail .preview-tabs__table td,
.product-detail .preview-tabs__table th {
  padding: 10px 12px;
}

.product-detail .preview-tabs__table th {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.product-detail .preview-tabs__table tr:last-child td {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.product-detail .preview-tabs__table td {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.product-detail .preview-tabs__table td:not(:first-child) {
  text-align: center;
}

.product-detail .preview-tabs__show-full {
  margin-bottom: 62px;
  border-bottom: 1px solid #717171;
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.product-detail .preview-tabs__measurements {
  padding: 50px;
  border-radius: 10px;
  background: #f5f3f1;
  margin-bottom: 50px;
}

.product-detail .preview-tabs__measurements-img {
  margin-bottom: 28px;
}

.product-detail .preview-tabs__measurements-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-detail .preview-tabs__measurements-item {
  list-style: none;
}

.product-detail .preview-tabs__measurements-title {
  margin-bottom: 16px;
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product-detail .preview-tabs__measurements-data {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-detail .preview-tabs__measurements-material {
  width: 260px;
  height: 180px;
}

.product-detail .preview-tabs__info {
  -max-width: 530px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.product-detail .preview-tabs__info-item.hidden {
  display: none;
}

.product-detail .preview-tabs__info-title {
  margin-bottom: 28px;
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product-detail .preview-tabs__info-desc {
  display: flex;
  -flex-direction: column;
  -gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-detail .preview-tabs__info-elem {
  display: flex;
  justify-content: space-between;
  padding-bottom: 6px;
  border-bottom: 1px dashed #717171;
  width: calc(50% - 15px);
  margin: 10px 0 5px;
}

.product-detail .preview-tabs__info-name {
  color: #717171;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.product-detail .preview-tabs__info-data {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align:right;
}

.product-detail .preview-tabs__info-btn {
  align-self: flex-start;
  padding: 8px 40px;
  border-radius: 30px;
  background: #f4f3f1;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  transition: 0.3s ease-in-out;
}

.product-detail .preview-tabs__info-btn:hover {
  background: #d9d9d9;
}

.product-detail .preview-tabs__info-btn.hidden {
  display: none;
}

.product-detail .product-detail__info {
  position: relative;
}

.product-detail .main-info {
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 40px;
}

.product-detail .main-info__header {
  margin-bottom: 40px;
}

.product-detail .main-info__header-top {
  display: flex;
  justify-content: space-between;
}

.product-detail .main-info__title {
  margin-bottom: 14px;
  color: #202020;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.product-detail .main-info__favorite {
  cursor: pointer;
  height: min-content;
}

.product-detail .main-info__rating {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-detail .main-info__rating-wrap {
  display: flex;
  gap: 2px;
}

.product-detail .main-info__rating-icon {
  width: 24px;
  height: 24px;
}

.product-detail .main-info__feedback {
  cursor: pointer;
}

.product-detail .main-info__price {
  margin-bottom: 40px;
}

.product-detail .main-info__credit {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.product-detail .main-info__credit-icon {
  width: 24px;
  height: 24px;
}

.product-detail .main-info__credit-box {
  border-bottom: 1px dashed #202020;
}

.product-detail .main-info__credit-text {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.product-detail .main-info__credit-text--bold {
  font-weight: 700;
}

.product-detail .main-info__cost-box {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 8px;
}

.product-detail .main-info__cost-current {
  color: #c82d26;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.product-detail .main-info__cost-prev {
  position: relative;
  color: #717171;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-detail .main-info__cost-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #717171;
}

.product-detail .main-info__cost-discount {
  padding: 5px 10px;
  border-radius: 30px;
  background: #f4f3f1;
  color: #c82d26;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.product-detail .main-info__notification {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-detail .main-info__notification-icon {
  width: 24px;
  height: 24px;
}

.product-detail .main-info__notification-text {
  border-bottom: 1px solid #717171;
  color: #717171;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.product-detail .main-info__add-cart {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 18px;
  padding: 16px 0px;
  border-radius: 30px;
  background: #4d4d4d;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  transition: 0.3s ease-in-out;
}

.product-detail .main-info__add-cart:hover {
  background: #000000;
}

.product-detail .main-info__delivery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.product-detail .main-info__delivery-date {
  display: flex;
  gap: 10px;
}

.product-detail .main-info__delivery-icon {
  width: 24px;
  height: 24px;
}

.product-detail .main-info__delivery-text {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.product-detail .main-info__delivery-cost {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.product-detail .installment {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 330px;
  margin-bottom: 24px;
}

.product-detail .installment-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 8px;
  background: #f9f9f9;
  cursor: pointer;
}

.product-detail .installment-item__desc {
  display: flex;
  align-items: center;
  gap: 6px;
}

.product-detail .installment-item__logo {
  flex-shrink: 0;
  max-width: 86px;
}

.product-detail .installment-item__info {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #202020;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.product-detail .installment-item__arrow-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.product-detail .installment-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(137, 137, 137, 0.57);
  z-index: 999;
}

.product-detail .installment-modal.active {
  display: flex;
}

.product-detail .installment-modal__block {
  display: none;
  max-width: 600px;
}

.product-detail .installment-modal__block.active {
  display: block;
}

.product-detail .installment-modal__block-close {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  cursor: pointer;
}

.product-detail .installment-modal .dolyame-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 30px 40px -10px rgba(0, 0, 0, 0.03), 0px 30px 30px -10px rgba(0, 0, 0, 0.04), 0px 8px 16px -10px rgba(0, 0, 0, 0.05);
}

.product-detail .installment-modal .dolyame-block__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-detail .installment-modal .dolyame-block__logo {
  max-width: 86px;
}

.product-detail .installment-modal .dolyame-block__title {
  margin-bottom: 8px;
  color: #202020;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.product-detail .installment-modal .dolyame-block__desc {
  color: #5f6065;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.product-detail .installment-modal .dolyame-block__advantages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.product-detail .installment-modal .dolyame-block__advantages-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-detail .installment-modal .dolyame-block__advantages-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.product-detail .installment-modal .dolyame-block__advantages-text {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.product-detail .installment-modal .dolyame-block__plan {
  padding: 12px;
  border-radius: 10px;
  background: #f9f9f9;
}

.product-detail .installment-modal .dolyame-block__plan-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-bottom: 8px;
}

.product-detail .installment-modal .dolyame-block__plan-item.active .dolyame-block__plan-info {
  color: #202020;
}

.product-detail .installment-modal .dolyame-block__plan-item.active .dolyame-block__plan-line {
  background: #4d4d4d;
}

.product-detail .installment-modal .dolyame-block__plan-info {
  margin-bottom: 8px;
  color: #898989;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.product-detail .installment-modal .dolyame-block__plan-date {
  margin-bottom: 2px;
}

.product-detail .installment-modal .dolyame-block__plan-line {
  height: 6px;
  border-radius: 6px;
  background: #d9d9d9;
}

.product-detail .installment-modal .dolyame-block__plan-title {
  color: #898989;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.product-detail .installment-modal .dolyame-block__note {
  color: #202020;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.product-detail .installment-modal .dolyame-block__note-link {
  color: #1771e6;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.product-detail .installment-modal .t-installment-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

.product-detail .installment-modal .t-installment-block__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-detail .installment-modal .t-installment-block__logo {
  max-width: 153px;
}

.product-detail .installment-modal .t-installment-block__title {
  margin-bottom: 18px;
  color: #202020;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.product-detail .installment-modal .t-installment-block__text {
  color: #202020;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-detail .installment-modal .t-installment-block__advantages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.product-detail .installment-modal .t-installment-block__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.product-detail .installment-modal .t-installment-block__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #f9f9f9;
}

.product-detail .installment-modal .t-installment-block__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.product-detail .installment-modal .t-installment-block__item-desc {
  color: #202020;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

.product-detail .vendor-code {
  margin-bottom: 24px;
  color: #717171;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.product-detail .color-select {
  margin-bottom: 30px;
}

.product-detail .color-select__header {
  margin-bottom: 20px;
}

.product-detail .color-select__title {
  color: #202020;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product-detail .color-select__current-color {
  color: #202020;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-detail .color-select__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.product-detail .color-select__item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #dedede;
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: 0.3s ease-in-out;
}

.product-detail .color-select__item-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.product-detail .color-select__item-img {
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: center;
  height: inherit;
}

.product-detail .color-select__item.active {
  border: 1px solid #000000;
}

.product-detail .color-select__item.hidden {
  display: none;
}

.product-detail .color-select__btn-more {
  display: none;
}

.product-detail .color-select__btn-more.show {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #dedede;
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.product-detail .size-select {
  margin-bottom: 30px;
}

.product-detail .size-select__title {
  margin-bottom: 20px;
  color: #202020;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product-detail .size-select__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.product-detail .size-select__item {
  cursor: pointer;
  display: flex;
  padding: 15px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #dedede;
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: 0.3s ease-in-out;
}

.product-detail .size-select__item-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.product-detail .size-select__item.active {
  border: 1px solid #000000;
}

.product-detail .product-characteristics {
  margin-bottom: 56px;
}

.product-detail .product-characteristics__title {
  margin-bottom: 18px;
  color: #202020;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product-detail .product-characteristics__list {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-detail .product-characteristics__list .product-characteristics__item-value{
  text-align: right;
}

.product-detail .product-characteristics__item {
  display: flex;
  justify-content: space-between;
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.product-detail .product-characteristics__show-all {
  padding: 3px 14px;
  border-radius: 30px;
  background: #f4f3f1;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.product-detail .product-data {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-detail .product-data__link {
  display: flex;
  align-items: center;
  gap: 6px;
}

.product-detail .product-data__icon {
  width: 14px;
}

.product-detail .product-data__title {
  color: #3d91eb;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.product-detail .product-configuration {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}

.product-detail .product-configuration__title {
  color: #202020;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product-detail .product-configuration__select {
  position: relative;
  min-width: 330px;
  max-width: max-content;
}

.product-detail .product-configuration__select.active .product-configuration__options-wrap {
  pointer-events: all;
}

.product-detail .product-configuration__select.active .product-configuration__arrow-down {
  transform: rotate(180deg);
}

.product-detail .product-configuration__select.active .product-configuration__options-list {
  cursor: pointer;
  transform: translateY(0%);
}

.product-detail .product-configuration__select.active .product-configuration__current-desc {
  opacity: 0;
}

.product-detail .product-configuration__current {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 13px 0px;
  border: 1px solid #ebebeb;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 0;
  cursor: pointer;
}

.product-detail .product-configuration__current-option {
  height: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.product-detail .product-configuration__current-title {
  color: #717171;
}

.product-detail .product-configuration__current-desc {
  color: #202020;
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.product-detail .product-configuration__arrow-down {
  width: 20px;
  height: 20px;
  transition: 0.3s ease-in-out;
}

.product-detail .product-configuration__options-wrap {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.product-detail .product-configuration__options-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 13px;
  background: #fff;
  width: 100%;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #ebebeb;
  border-top: 0;
  transition: 0.3s ease-in-out;
  transform: translateY(calc(-100% + 10px));
}

.product-detail .product-configuration__option {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-detail .product-configuration__option-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.product-detail .product-configuration__option-wrap {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.product-detail .product-configuration__option-title {
  color: #717171;
}

.product-detail .product-configuration__option-desc {
  color: #202020;
}

.product-detail .product-configuration__option.active .product-configuration__icon-check {
  display: block;
}

.product-detail .product-configuration__icon-check {
  display: none;
  width: 20px;
  height: 20px;
}

.product-detail .product-ad {
  display: flex;
  flex-direction: column;
  max-width: 330px;
  padding: 40px 99px 40px 40px;
  gap: 45px;
  border-radius: 10px;
  background: #f9f9f9;
}

.product-detail .product-ad__item {
  display: flex;
  flex-direction: column;
}

.product-detail .product-ad__item-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
}

.product-detail .product-ad__item-desc {
  margin-bottom: 12px;
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-detail .product-ad__item-link {
  width: min-content;
  position: relative;
  color: #717171;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: 0.3s ease-in-out;
}

.product-detail .product-ad__item-link::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: rgba(113, 113, 113, 0.5);
  transition: 0.3s ease-in-out;
}

.product-detail .product-ad__item-link:hover {
  color: #000000;
}

.product-detail .product-ad__item-link:hover::before {
  background: #000000;
}

.product-detail .productbar {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  transform: translateY(-100%);
  transition: 0.3s ease-in-out;
}

.product-detail .productbar.show {
  transform: translateY(0%);
}

.product-detail .productbar__wrap {
  padding: 24px 0px;
  display: flex;
  justify-content: space-between;
}

.product-detail .productbar__preview {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 82px;
}

.product-detail .productbar__img {
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: center;
  height: inherit;
}

.product-detail .productbar__desc {
  max-width: 315px;
  flex-shrink: 0;
}

.product-detail .productbar .main-info__title {
  margin-bottom: 6px;
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-detail .productbar__info {
  display: flex;
  gap: 40px;
}

.product-detail .productbar .main-info__price {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  margin: 0;
}

.product-detail .productbar .vendor-code {
  margin-bottom: 0;
}

.product-detail .productbar .main-info__credit {
  margin-bottom: 0;
}

.product-detail .productbar .main-info__credit-icon {
  width: 20px;
  height: 20px;
}

.product-detail .productbar .main-info__credit-box {
  font-size: 14px;
}

.product-detail .productbar .main-info__footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-detail .productbar .main-info__add-cart {
  margin-bottom: 0;
  font-size: 16px;
  padding: 15px 73px;
}

.product-detail .productbar .main-info__delivery-icon {
  width: 20px;
  height: 20px;
}

.product-detail .productbar .main-info__delivery-text {
  font-size: 14px;
  line-height: 20px;
}

.product-detail .productbar .main-info__delivery-cost {
  font-size: 14px;
  line-height: 20px;
}

.product-detail .similar-products {
  margin-bottom: 140px;
}

.product-detail .similar-products__title {
  margin-bottom: 30px;
  color: #202020;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.product-detail .similar-products__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 310px;
}

.product-detail .similar-products__card-title {
  margin-bottom: 8px;
  color: #202020;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-detail .similar-products__img-warp {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 280px;
  padding: 50px 30px 25px;
  border-radius: 10px;
  background: #f4f3f1;
}

.product-detail .similar-products__img {
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: center;
  height: inherit;
}

.product-detail .similar-products__price {
  display: flex;
  align-items: center;
  gap: 14px;
}

.product-detail .similar-products__price-current {
  color: #c82d26;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product-detail .similar-products__price-prev {
  position: relative;
  color: #717171;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.product-detail .similar-products__favorite {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
}

.product-detail .similar-products .swiper-button-next::after {
  content: "";
}

.product-detail .similar-products .swiper-button-prev::after {
  content: "";
}

.product-detail .similar-products .swiper-button__icon {
  width: 50px;
  height: 50px;
}

.product-detail .preview-mobile {
  display: none;
  margin-bottom: 38px;
}

.product-detail .preview-mobile__swiper {
  padding: 40px 50px;
  border-radius: 10px;
  background: #f4f3f1;
}

.product-detail .preview-mobile__swiper-wrap {
  align-items: center;
}

.product-detail .preview-mobile__slide-img {
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: center;
  height: inherit;
}

.product-detail .preview-mobile .swiper-pagination {
  bottom: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-detail .preview-mobile .swiper-pagination-bullet {
  background: #d9d9d9;
  width: 6px;
  height: 6px;
}

.product-detail .preview-mobile .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background: #717171;
}

.product-detail .preview-mobile .swiper-button-next::after {
  content: "";
}

.product-detail .preview-mobile .swiper-button-prev::after {
  content: "";
}

.product-detail .preview-mobile .swiper-button__icon {
  width: 50px;
  height: 50px;
}

.product-detail .mobile-ad {
  margin-bottom: 100px;
  display: none;
}

.product-detail .mobile-ad .product-ad {
  flex-direction: row;
  max-width: 100%;
  justify-content: center;
  gap: 26px;
}

.product-detail .mobile-ad .product-ad__item-icon {
  width: 30px;
  height: 30px;
}

.product-detail .mobile-ad .product-ad__item-desc {
  margin-bottom: 16px;
  font-size: 12px;
}

.catalog-section__title {
  margin-bottom: 42px;
  color: #202020;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.catalog-section .product-list {
  margin-bottom: 58px;
}

.catalog-section .product-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  min-width: max-content;
}

.catalog-section .product-list__item-img {
  width: 90px;
  height: 67px;
}

.catalog-section .product-list__item-title {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  max-width: 160px;
  text-align: center;
}

.catalog-section__content-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 254px;
  gap: 20px;
}

.catalog-section__filters {
  grid-column: span 1;
}

.catalog-section__products {
  grid-column: span 3;
}

.catalog-section__products-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  margin-bottom: 60px;
}

.catalog-section__products-list .catalog-card {
  position: relative;
}

.catalog-section__products-list .catalog-card__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.catalog-section__products-list .catalog-card__img-wrap {
  position: relative;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f3f1;
  border-radius: 10px;
}

.catalog-section__products-list .catalog-card__img {
  display: none;
}

.catalog-section__products-list .catalog-card__img.active {
  display: block;
}

.catalog-section__products-list .catalog-card__favorites {
  position: absolute;
  top: 20px;
  right: 21px;
  cursor: pointer;
  z-index: 1;
}

.catalog-section__products-list .catalog-card__slidebar {
  display: none;
}

.catalog-section__products-list .catalog-card__descr {
  display: none;
}

.catalog-section__products-list .catalog-card__title {
  margin-bottom: 8px;
  color: #202020;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.catalog-section__products-list .catalog-card__price-wrap {
  display: flex;
  gap: 14px;
  align-items: center;
}

.catalog-section__products-list .catalog-card__price-current {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.catalog-section__products-list .catalog-card__price-current--red {
  color: #c82d26;
}

.catalog-section__products-list .catalog-card__price-discount {
  position: relative;
  color: #717171;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.catalog-section__products-list .catalog-card__price-discount::before {
  content: "";
  position: absolute;
  top: 49%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #898989;
}

.catalog-section__products-list .catalog-card__descr-wrap {
  margin-bottom: 21px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.catalog-section__products-list .catalog-card__descr-item {
  display: flex;
  gap: 4px;
  justify-content: space-between;
  align-items: baseline;
  color: #898989;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.catalog-section__products-list .catalog-card__descr-title {
  white-space: nowrap;
}

.catalog-section__products-list .catalog-card__descr-separator {
  white-space: nowrap;
  width: 100%;
  border-bottom: 1px solid #dedede;
}

.catalog-section__products-list .catalog-card__descr-value {
  white-space: nowrap;
}

.catalog-section__products-list .catalog-card__color {
  display: flex;
  align-items: center;
  gap: 6px;
}

.catalog-section__products-list .catalog-card__color-item {
  display: flex;
  align-items: center;
}

.catalog-section__products-list .catalog-card__color-item svg circle:first-child {
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.catalog-section__products-list .catalog-card__color-item:hover svg circle:first-child {
  opacity: 1;
}

.catalog-section__products-list .catalog-card__color-item:last-child img {
  width: 14px;
  height: 14px;
}

.catalog-section__products-list .catalog-card__add {
  width: 100%;
  padding: 12px 0px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  border-radius: 30px;
  background: #4d4d4d;
  transition: 0.3s ease-in-out;
}

.catalog-section__products-list .catalog-card__add:hover {
  background: #000000;
}

.catalog-section__products-list .catalog-card .catalog-card__add--mobile {
  display: none;
  width: 100%;
  padding: 11px 0px;
  border-radius: 30px;
  border: 1px solid #717171;
  background: #fff;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

.catalog-section .current-filters {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

.catalog-section .current-filters__list-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.catalog-section .current-filters__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.catalog-section .current-filters__list-reset {
  display: none;
  padding: 4px 12px;
  border-radius: 30px;
  background: #4d4d4d;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  transition: 0.3s ease-in-out;
}

.catalog-section .current-filters__list-reset.show {
  display: block;
}

.catalog-section .current-filters__list-reset:hover {
  background: #000000;
}

.catalog-section .current-filters__item {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 12px;
  border-radius: 30px;
  background: #f9f9f9;
  list-style: none;
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  transition: 0.3s ease-in-out;
}

.catalog-section .current-filters__item:hover {
  background: #d9d9d9;
}

.catalog-section .current-filters__item-decs {
  display: flex;
  align-items: center;
  gap: 4px;
}

.catalog-section .current-filters__item-color {
  margin-right: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e3bb98;
}

.catalog-section .current-filters__item-icon {
  width: 14px;
  height: 14px;
}

.catalog-section .current-filters__filter-box {
  display: flex;
  justify-content: space-between;
}

.catalog-section .current-filters .filter-btn {
  display: none;
}

.catalog-section .current-filters .filter-btn__title {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.catalog-section .current-filters__select {
  position: relative;
  margin-left: auto;
}

.catalog-section .current-filters__select.active .current-filters__options {
  display: block;
  pointer-events: all;
}

.catalog-section .current-filters__select.active .current-filters__options-list {
  animation: fadeOptionsList 0.3s ease-in-out;
}

@keyframes fadeOptionsList {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

.catalog-section .current-filters__select.active .current-filters__arrow-icon {
  transform: rotate(180deg);
}

.catalog-section .current-filters__select-current {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 36px;
}

.catalog-section .current-filters__current-text {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.catalog-section .current-filters__arrow-icon {
  width: 20px;
  height: 20px;
}

.catalog-section .current-filters__options {
  position: absolute;
  z-index: 2;
  top: 40px;
  right: 0px;
  pointer-events: none;
  display: none;
  min-width: 228px;
}

.catalog-section .current-filters__options-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}

.catalog-section .current-filters__options-item {
  cursor: pointer;
  width: max-content;
  color: #717171;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  list-style: none;
}

.catalog-section .current-filters__options-item.active {
  color: #202020;
}

.catalog-section .current-filters__arrow-icon {
  transition: 0.3s ease-in-out;
}

.catalog-section__filters-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 220px;
  position: relative;
  overflow: auto;
  height: 100%;
}

.catalog-section__filters-header {
  display: none;
  justify-content: space-between;
  align-items: center;
}

.catalog-section__filters-title {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.catalog-section__filters-close {
  width: 24px;
  height: 24px;
}

.catalog-section__result {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px;
  background: #fff;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.04);
  transform: translateY(100%);
  transition: 0.3s ease-in-out;
}

.catalog-section__result.show {
  transform: translateY(0%);
}

.catalog-section__result-btn {
  padding: 4px 32px;
  border-radius: 30px;
  background: #4d4d4d;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  transition: 0.3s ease-in-out;
}

.catalog-section__result-btn:hover {
  background: #000000;
}

.catalog-section .filter-categories {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.catalog-section .filter-categories__category-title {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.catalog-section .filter-categories__category-title.active {
  font-weight: 600;
}

.catalog-section .filter-categories__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0px 18px;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.catalog-section .filter-categories__item {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.catalog-section .filter-categories__item:first-child {
  padding-top: 10px;
}

.catalog-section .filter__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #202020;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}

.catalog-section .filter__title.active .filter__arrow-icon {
  transform: rotate(180deg);
}

.catalog-section .filter__arrow-icon {
  width: 20px;
  height: 20px;
  transition: 0.3s ease-in-out;
}

.catalog-section .filter__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.catalog-section .filter__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.catalog-section .filter__item:first-child {
  padding-top: 18px;
}

.catalog-section .filter__item.active .filter__item-check {
  background: #4d4d4d;
  border: 1px solid #4d4d4d;
}

.catalog-section .filter__item.active .filter__check-icon {
  display: block;
}

.catalog-section .filter__item.hidden {
  display: none;
}

.catalog-section .filter__item-input {
  display: none;
}

.catalog-section .filter__item-check {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #a2a9b8;
  transition: 0.3s ease-in-out;
}

.catalog-section .filter__item-title {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.catalog-section .filter__item--color .filter__item-check {
  border: 1px solid #f4f3f1;
  width: 24px;
  height: 24px;
}

.catalog-section .filter__item--color .filter__item-check svg {
  flex-shrink: 0;
}

.catalog-section .filter__item--color.active .filter__item-check {
  border: 1px solid #999999;
  background: #fff;
}

.catalog-section .filter__range {
  flex-direction: column;
  gap: 4px;
  padding-bottom: 1px;
}

.catalog-section .filter__range-title {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.catalog-section .filter__range-wrap {
  display: flex;
  gap: 20px;
}

.catalog-section .filter__range-elem {
  display: flex;
  align-items: center;
  gap: 4px;
}

.catalog-section .filter__range-text {
  color: rgba(34, 40, 49, 0.56);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.catalog-section .filter__range-input {
  display: block;
  width: 80px;
  padding: 4px 10px;
  border-radius: 30px;
  outline: 1px solid #dfdedc;
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  -moz-appearance: textfield;
}

.catalog-section .filter__range-input::-webkit-inner-spin-button,
.catalog-section .filter__range-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.catalog-section .filter__range-input:focus {
  outline: 1px solid #000000;
  color: #202020;
}

.catalog-section .filter__check-icon {
  display: none;
}

.catalog-section .filter__show-btn {
  position: relative;
  align-self: flex-start;
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.catalog-section .filter__show-btn::before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #717171;
}

.catalog-section .filter__show-btn.hidden {
  display: none;
}

.catalog-section__reset-wrap {
  display: flex;
  justify-content: center;
}

.catalog-section__reset-btn {
  padding: 4px 32px;
  border-radius: 30px;
  background: #4d4d4d;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  transition: 0.3s ease-in-out;
}

.catalog-section__reset-btn:hover {
  background: #000000;
}

.favorites-page .favorites-list__wrap {
  margin-bottom: 140px;
}

.favorites-page .catalog-section__products-list {
  grid-template-columns: repeat(4, 1fr);
}

.contacts-page .contacts__title {
  margin-bottom: 43px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.contacts-page .contacts-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  border-radius: 10px;
  background: #f9f9f9;
  margin-bottom: 60px;
}

.contacts-page .contacts-elem {
  padding: 40px;
}

.contacts-page .contacts-elem__title {
  margin-bottom: 30px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.contacts-page .contacts-elem__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contacts-page .contacts-elem__item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contacts-page .contacts-elem__item-icon {
  width: 30px;
  height: 30px;
}

.contacts-page .contacts-elem__item-info {
  display: flex;
  flex-direction: column;
  gap: 9px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.contacts-page .contacts-elem__item-phone {
  text-decoration: underline;
}

.contacts-page .contacts-elem__item .callback-btn {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contacts-page .addresses {
  margin-bottom: 140px;
}

.contacts-page .addresses__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.contacts-page .addresses-elem {
  grid-column: span 1;
}

.contacts-page .addresses-elem__title {
  margin-bottom: 30px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.contacts-page .addresses-elem__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contacts-page .addresses-elem__item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contacts-page .addresses-elem__item-icon {
  width: 30px;
  height: 30px;
}

.contacts-page .addresses-elem__item-info {
  display: flex;
  flex-direction: column;
  gap: 9px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.contacts-page .addresses-map {
  grid-column: span 2;
}

.contacts-page .addresses-map iframe {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}

.delivery-page .tariffs__wrap {
  margin-bottom: 60px;
}

.delivery-page .tariffs-title {
  margin-bottom: 40px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.delivery-page .tariffs-links {
  display: flex;
  gap: 50px;
  list-style: none;
  margin-bottom: 64px;
}

.delivery-page .tariffs-links__link {
  position: relative;
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.delivery-page .tariffs-links__link.active {
  color: #202020;
}

.delivery-page .tariffs-links__link.active::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #202020;
}

.delivery-page .tariffs-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.delivery-page .tariffs-type__title {
  margin-bottom: 24px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.delivery-page .tariffs-type__price {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 530px;
}

.delivery-page .tariffs-type__price-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 6px;
  border-bottom: 1px dashed #202020;
}

.delivery-page .tariffs-type__price-title {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.delivery-page .tariffs-type__price-value {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.delivery-page .tariffs-type__footnote {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.delivery-page .tariffs-type__table {
  max-width: 861px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  height: auto;
  border: 1px solid #d9d9d9;
}

.delivery-page .tariffs-type__header-title {
  border: 1px solid #d9d9d9;
  padding: 10px 12px;
  width: 30px;
  height: 35px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

.delivery-page .tariffs-type__row-elem {
  border: 1px solid #d9d9d9;
  padding: 10px 12px;
  height: 35px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.delivery-page .tariffs-type__row-elem:first-child {
  width: 250px;
}

.delivery-page .tariffs-type__row-elem:not(:first-child) {
  text-align: center;
}

.delivery-page .ad-block__wrap {
  margin-bottom: 60px;
  padding: 40px;
  border-radius: 10px;
  background: #f9f9f9;
}

.delivery-page .ad-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.delivery-page .ad-list__item {
  max-width: 190px;
}

.delivery-page .ad-list__desc {
  margin-bottom: 16px;
}

.delivery-page .ad-list__desc-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
}

.delivery-page .ad-list__desc-text {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.delivery-page .ad-list__link {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(113, 113, 113, 0.5);
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.delivery-page .notations__wrap {
  margin-bottom: 140px;
}

.delivery-page .notations-block:first-child {
  margin-bottom: 50px;
}

.delivery-page .notations-block__title {
  margin-bottom: 24px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.delivery-page .notations-block__desc {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.payment-page .info-payment .payment-links {
  display: flex;
  gap: 50px;
  list-style: none;
  margin-bottom: 64px;
}

.payment-page .info-payment .payment-links__link {
  position: relative;
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.payment-page .info-payment .payment-links__link.active {
  color: #202020;
}

.payment-page .info-payment .payment-links__link.active::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #202020;
}

.payment-page .info-payment__title {
  margin-bottom: 40px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.payment-page .info-payment__desc {
  margin-bottom: 140px;
}

.payment-page .info-payment__desc-title {
  margin-bottom: 40px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.payment-page .info-payment__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.payment-page .info-payment__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.payment-page .info-payment__item-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.payment-page .info-payment__item-text {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.payment-page .info-payment__item-box {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.payment-page .info-payment__item-elem {
  display: flex;
  gap: 12px;
}

.payment-page .info-payment__item-img {
  width: 40px;
}

.cart-page .cart.hidden {
  display: none;
}

.cart-page .cart__wrap {
  padding-bottom: 200px;
}

.cart-page .cart__title {
  margin-bottom: 42px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.cart-page .cart-block {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
}

.cart-page .products-list {
  grid-column: span 4;
  max-width: 660px;
}

.cart-page .products-list .installment-info {
  margin-bottom: 20px;
}

.cart-page .products-list .installment-info .dolyame-info {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #f9f9f9;
}

.cart-page .products-list .installment-info .dolyame-info__logo {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.cart-page .products-list .installment-info .dolyame-info__title {
  margin-bottom: 2px;
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.cart-page .products-list .installment-info .dolyame-info__note {
  color: #5f6065;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.cart-page .products-list .installment-info .t-installment-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cart-page .products-list .installment-info .t-installment-info__logo-wrap {
  padding: 12px;
  border-radius: 8px;
  background: #f9f9f9;
}

.cart-page .products-list .installment-info .t-installment-info__logo {
  max-width: 100px;
}

.cart-page .products-list .installment-info .t-installment-info__text {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.cart-page .products-list__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cart-page .products-list__amount,
.cart-page .products-list__reset-btn {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.cart-page .products-list__block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 50px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-page .products-card {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-page .products-card__img-wrap {
  height: 130px;
  padding: 0px 12px;
  border-radius: 10px;
  background: #f4f3f1;
}

.cart-page .products-card__img {
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: center;
  height: inherit;
}

.cart-page .products-card__desc {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  flex-grow: 1;
}

.cart-page .products-card__top {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.cart-page .products-card__code {
  margin-bottom: 4px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.cart-page .products-card__title {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cart-page .products-card .catalog-card__favorites {
  position: static;
  height: min-content;
}

.cart-page .products-card .catalog-card__favorites-icon {
  width: 24px;
  height: 24px;
}

.cart-page .products-card__basement {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.cart-page .products-card__price {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}

.cart-page .products-card__price-prev {
  position: relative;
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration-line: line-through;
}

.cart-page .products-card__price-current {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.cart-page .products-card__price-current--red {
  color: #c82d26;
}

.cart-page .products-card__amount {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 6px 12px;
  border-radius: 10px;
  border: 1px solid #f4f3f1;
  transition: 0.3s ease-in-out;
}

.cart-page .products-card__amount:hover {
  border: 1px solid #000000;
}

.cart-page .products-card__amount-btn {
  cursor: pointer;
  width: 19px;
  height: 19px;
  transition: 0.3s ease-in-out;
}

.cart-page .products-card__amount-btn:hover {
  filter: brightness(0.1);
}

.cart-page .products-card__amount-value {
  display: flex;
  justify-content: center;
  width: 42px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.cart-page .products-card__delete-btn {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.cart-page .result {
  text-align: end;
}

.cart-page .result__amount {
  margin-bottom: 4px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cart-page .result__price {
  margin-bottom: 4px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cart-page .result__notation {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.cart-page .order-block {
  grid-column: span 3;
  position: sticky;
  align-self: start;
  top: 150px;
  padding: 40px 40px 52px;
  border-radius: 10px;
  background: #f9f9f9;
}

.cart-page .order-block__title {
  margin-bottom: 20px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cart-page .order-form__inputs-box {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 40px;
}

.cart-page .order-form__elem-title {
  margin-bottom: 20px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cart-page .order-form__input-wrap {
  margin-bottom: 14px;
}

.cart-page .order-form__label {
  display: inline-block;
  margin-bottom: 4px;
  color: #5f6065;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cart-page .order-form__label-mark {
  color: #c82d26;
}

.cart-page .order-form__input-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.cart-page .order-form__input {
  width: 100%;
  padding: 9px 14px;
  border-radius: 10px;
  border: 1px solid #898989;
  background: #f9f9f9;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  transition: 0.3s ease-in-out;
}

.cart-page .order-form__input::placeholder {
  color: #5f6065;
}

.cart-page .order-form__input[type=number]::-webkit-outer-spin-button,
.cart-page .order-form__input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.cart-page .order-form__input[type=number],
.cart-page .order-form__input[type=number]:hover,
.cart-page .order-form__input[type=number]:focus {
  appearance: none;
  -moz-appearance: textfield;
}

.cart-page .order-form__input:hover {
  border: 1px solid #4d4d4d;
}

.cart-page .order-form__input:focus {
  border: 1px solid #000000;
}

.cart-page .order-form__input.error {
  border: 1px solid #c82d26;
}

.cart-page .order-form__delivery-box {
  display: flex;
  gap: 18px;
  max-width: min-content;
  margin-bottom: 14px;
  padding: 8px;
  border-radius: 30px;
  border: 1px solid #efebdf;
  background: #fff;
}

.cart-page .order-form__delivery-item {
  display: flex;
  justify-content: center;
  width: 130px;
  padding: 9px 25px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.cart-page .order-form__delivery-item.active {
  border-radius: 30px;
  background: #efebdf;
}

.cart-page .order-form__delivery-btn {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cart-page .order-form__map-select {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-top: 4px;
  cursor: pointer;
}

.cart-page .order-form__map-icon {
  width: 20px;
  height: 20px;
}

.cart-page .order-form__map-title {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cart-page .order-form__address {
  display: none;
}

.cart-page .order-form__address.show {
  display: block;
  animation: addressShow 0.3s ease-in-out;
}

@keyframes addressShow {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

.cart-page .order-form__address-title {
  margin-bottom: 12px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cart-page .order-form__address-box {
  display: flex;
  gap: 4px;
}

.cart-page .order-form__address-desc {
  margin-bottom: 2px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.cart-page .order-form__address-time {
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.cart-page .order-form__payment {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.cart-page .order-form__payment-item {
  padding: 11px 16px;
  border-radius: 30px;
  border: 1px solid #efebdf;
  background: #fff;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.cart-page .order-form__payment-item.active {
  border: 1px solid #efebdf;
  background: #efebdf;
}

.cart-page .order-form__payment-btn {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cart-page .order-form .installment-block {
  margin-bottom: 36px;
}

.cart-page .order-form .installment-block .dolyame-block__plan {
  padding: 12px;
  border-radius: 10px;
  background: #fff;
}

.cart-page .order-form .installment-block .dolyame-block__plan-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-bottom: 8px;
}

.cart-page .order-form .installment-block .dolyame-block__plan-item.active .dolyame-block__plan-info {
  color: #202020;
}

.cart-page .order-form .installment-block .dolyame-block__plan-item.active .dolyame-block__plan-line {
  background: #4d4d4d;
}

.cart-page .order-form .installment-block .dolyame-block__plan-info {
  margin-bottom: 8px;
  color: #898989;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.cart-page .order-form .installment-block .dolyame-block__plan-date {
  margin-bottom: 2px;
}

.cart-page .order-form .installment-block .dolyame-block__plan-line {
  height: 6px;
  border-radius: 6px;
  background: #d9d9d9;
}

.cart-page .order-form .installment-block .dolyame-block__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-page .order-form .installment-block .dolyame-block__info-text {
  color: #202020;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.cart-page .order-form .installment-block .dolyame-block__info-link {
  color: #202020;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration-line: underline;
}

.cart-page .order-form .installment-block .dolyame-block__logo {
  max-width: 68px;
}

.cart-page .order-form .installment-block .t-installment-block {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px;
  border-radius: 10px;
  background: #fff;
}

.cart-page .order-form .installment-block .t-installment-block__logo {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}

.cart-page .order-form .installment-block .t-installment-block__top {
  margin-bottom: 6px;
}

.cart-page .order-form .installment-block .t-installment-block__title {
  margin-bottom: 2px;
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.cart-page .order-form .installment-block .t-installment-block__desc {
  color: #4d4d4d;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.cart-page .order-form .installment-block .t-installment-block__link {
  color: #202020;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration-line: underline;
}

.cart-page .order-form__textarea-elem {
  margin-bottom: 14px;
  display: block;
  width: 100%;
  height: 90px;
  padding: 15px 14px;
  resize: none;
  border-radius: 10px;
  border: 1px solid #898989;
  background: #f9f9f9;
  outline: none;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  transition: 0.3s ease-in-out;
}

.cart-page .order-form__textarea-elem:hover {
  border: 1px solid #4d4d4d;
}

.cart-page .order-form__textarea-elem:focus {
  border: 1px solid #000000;
}

.cart-page .order-form__promocode.active .order-form__promocode-arrow {
  transform: rotate(180deg);
}

.cart-page .order-form__promocode-title {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: fit-content;
  margin-bottom: 16px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}

.cart-page .order-form__promocode-arrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: 0.3s ease-in-out;
}

.cart-page .order-form__promocode-item {
  max-height: 0px;
  transition: max-height 0.3s ease-in-out;
  overflow: hidden;
}

.cart-page .order-form__promocode-wrap {
  display: flex;
  gap: 12px;
}

.cart-page .order-form__promocode-input {
  width: 152px;
  padding: 12px 10px;
  border-radius: 10px;
  border: 1px solid #898989;
  background: #f9f9f9;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cart-page .order-form__promocode-input::placeholder {
  color: #5f6065;
}

.cart-page .order-form__promocode-btn {
  padding: 12px 10px;
  border-radius: 10px;
  border: 1px solid #898989;
  color: #5f6065;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.3s ease-in-out;
}

.cart-page .order-form__promocode-btn:hover {
  border: 1px solid #000000;
  color: #202020;
}

.cart-page .order-form__submit-btn {
  width: 100%;
  margin-bottom: 12px;
  padding: 14px 28px;
  border-radius: 30px;
  background: #4d4d4d;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  transition: 0.3s ease-in-out;
}

.cart-page .order-form__submit-btn:hover {
  background: #000000;
}

.cart-page .order-form__notation {
  color: #5f6065;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.cart-page .order-form__notation-link {
  color: #202020;
}

.cart-page .order-success.hidden {
  display: none;
}

.cart-page .order-success__wrap {
  margin-bottom: 100px;
}

.cart-page .order-success__title {
  margin-bottom: 14px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.cart-page .order-success__notation {
  margin-bottom: 24px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.cart-page .order-success__data {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.cart-page .order-success__data-item {
  display: flex;
  gap: 6px;
}

.cart-page .order-success__data-title {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cart-page .order-success__data-value {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cart-page .order-success__info {
  margin-bottom: 40px;
}

.cart-page .order-success__info-title {
  margin-bottom: 10px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cart-page .order-success__info-contact {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.cart-page .order-success__link {
  display: inline-block;
  width: 419px;
  padding: 16px 28px;
  text-align: center;
  border-radius: 30px;
  background: #4d4d4d;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  transition: 0.3s ease-in-out;
}

.cart-page .order-success__link:hover {
  background: #000000;
}

.cart-page .empty-cart.hidden {
  display: none;
}

.cart-page .empty-cart__wrap {
  margin-bottom: 110px;
}

.cart-page .empty-cart__title {
  margin-bottom: 20px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.cart-page .empty-cart__notation {
  margin-bottom: 44px;
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.cart-page .empty-cart__link {
  display: inline-block;
  text-align: center;
  width: 419px;
  padding: 16px 28px;
  border-radius: 30px;
  background: #4d4d4d;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  transition: 0.3s ease-in-out;
}

.cart-page .empty-cart__link:hover {
  background: #000000;
}

.cart-page .bestsellers-swiper {
  margin-bottom: 140px;
}

.cart-page .bestsellers-swiper__title {
  margin-bottom: 30px;
  color: #202020;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.cart-page .bestsellers-swiper__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 310px;
}

.cart-page .bestsellers-swiper__slide-title {
  margin-bottom: 8px;
  color: #202020;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cart-page .bestsellers-swiper__img-warp {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 280px;
  padding: 50px 30px 25px;
  border-radius: 10px;
  background: #f4f3f1;
}

.cart-page .bestsellers-swiper__img {
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: center;
  height: inherit;
}

.cart-page .bestsellers-swiper__price {
  display: flex;
  align-items: center;
  gap: 14px;
}

.cart-page .bestsellers-swiper__price-current {
  color: #c82d26;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cart-page .bestsellers-swiper__price-prev {
  position: relative;
  color: #717171;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.cart-page .bestsellers-swiper__favorite {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
}

.cart-page .bestsellers-swiper .swiper-button-next::after {
  content: "";
}

.cart-page .bestsellers-swiper .swiper-button-prev::after {
  content: "";
}

.cart-page .bestsellers-swiper .swiper-button__icon {
  width: 50px;
  height: 50px;
}

.guarantee-info {
  margin-bottom: 140px;
}

.guarantee-info__title {
  margin-bottom: 40px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.guarantee-links {
  display: flex;
  gap: 50px;
  list-style: none;
  margin-bottom: 64px;
}

.guarantee-links__link {
  position: relative;
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.guarantee-links__link.active {
  color: #202020;
}

.guarantee-links__link.active::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #202020;
}

.guarantee-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.guarantee-content__title {
  margin-bottom: 8px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.guarantee-content__desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.guarantee-content__list {
  padding-left: 26px;
}

.dealer-info {
  margin-bottom: 140px;
}

.dealer-info__title {
  margin-bottom: 40px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.dealer-links {
  display: flex;
  gap: 50px;
  list-style: none;
  margin-bottom: 64px;
}

.dealer-links__link {
  position: relative;
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dealer-links__link.active {
  color: #202020;
}

.dealer-links__link.active::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #202020;
}

.dealer-content {
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 970px;
}

.dealer-content__title {
  margin-bottom: 18px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.dealer-content__item-btn {
  width: 420px;
  padding: 12px;
  margin-top: 26px;
  border-radius: 30px;
  background: #4d4d4d;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  transition: 0.3s ease-in-out;
}

.dealer-content__item-btn:hover {
  background: #000000;
}

.dealer-content__advertisement {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 110px;
  padding: 50px;
  border-radius: 10px;
  background: #f9f9f9;
  list-style: none;
}

.dealer-content__advertisement-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.dealer-content__advertisement-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.dealer-content__advertisement-title {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.dealer-content__video {
  width: 640px;
  height: 600px;
}

.dealer-content__video iframe {
  height: 100%;
  width: 100%;
}

.dealer-content__indicators {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 67px;
  padding: 61px 40px;
  border-radius: 10px;
  background: #f9f9f9;
}

.dealer-content__indicators-elem {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 171px;
}

.dealer-content__indicators-value {
  color: #4d4d4d;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.5px;
}

.dealer-content__indicators-value--small {
  font-size: 16px;
}

.dealer-content__indicators-desc {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.dealer-content__contacts {
  max-width: 550px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 31px 20px;
}

.dealer-content__contacts-title {
  margin-bottom: 12px;
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.dealer-content__contacts-link {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.dealer-content__desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.dealer-content__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-left: 26px;
}

.dealer-content__list-item--bold {
  font-weight: 600;
}

.manufacturers-info {
  margin-bottom: 140px;
}

.manufacturers-info__title {
  margin-bottom: 40px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.manufacturers-links {
  display: flex;
  gap: 50px;
  list-style: none;
  margin-bottom: 64px;
}

.manufacturers-links__link {
  position: relative;
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.manufacturers-links__link.active {
  color: #202020;
}

.manufacturers-links__link.active::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #202020;
}

.manufacturers-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 970px;
}

.manufacturers-content__title {
  margin-bottom: 8px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.manufacturers-content__desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.manufacturers-content__list {
  padding-left: 26px;
}

.manufacturers-content__list-item--bold {
  font-weight: 600;
}

.wholesalers-info {
  margin-bottom: 140px;
}

.wholesalers-info__title {
  margin-bottom: 40px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.wholesalers-links {
  display: flex;
  gap: 50px;
  list-style: none;
  margin-bottom: 64px;
}

.wholesalers-links__link {
  position: relative;
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wholesalers-links__link.active {
  color: #202020;
}

.wholesalers-links__link.active::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #202020;
}

.wholesalers-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 970px;
}

.wholesalers-content__title {
  margin-bottom: 8px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.wholesalers-content__desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.wholesalers-content__list {
  padding-left: 26px;
}

.wholesalers-content__list-item--bold {
  font-weight: 600;
}

.designers-info {
  margin-bottom: 140px;
}

.designers-info__title {
  margin-bottom: 40px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.designers-links {
  display: flex;
  gap: 50px;
  list-style: none;
  margin-bottom: 64px;
}

.designers-links__link {
  position: relative;
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.designers-links__link.active {
  color: #202020;
}

.designers-links__link.active::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #202020;
}

.designers-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.designers-content__title {
  margin-bottom: 8px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.designers-content__desc {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.designers-content__desc-links {
  display: block;
}

.designers-content__list {
  padding-left: 26px;
}

.contract-info {
  margin-bottom: 140px;
}

.contract-info__title {
  margin-bottom: 40px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.contract-links {
  display: flex;
  gap: 50px;
  list-style: none;
  margin-bottom: 64px;
}

.contract-links__link {
  position: relative;
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contract-links__link.active {
  color: #202020;
}

.contract-links__link.active::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #202020;
}

.contract-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contract-content__title {
  margin-bottom: 8px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.contract-content__desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.contract-content__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
}

.contract-content__sublist {
  padding-left: 26px;
  list-style: disc;
  margin-top: 8px;
}

.about-page .about-info {
  margin-bottom: 140px;
}

.about-page .about-info__title {
  margin-bottom: 40px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.about-page .about-links {
  display: flex;
  gap: 50px;
  list-style: none;
  margin-bottom: 64px;
}

.about-page .about-links__link {
  position: relative;
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-page .about-links__link.active {
  color: #202020;
}

.about-page .about-links__link.active::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #202020;
}

.about-page .about-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about-page .about-content__title {
  margin-bottom: 8px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.about-page .about-content__desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.about-page .about-content__list {
  padding-left: 26px;
}

.production-page .production-info {
  margin-bottom: 140px;
}

.production-page .production-info__title {
  margin-bottom: 40px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.production-page .production-links {
  display: flex;
  gap: 50px;
  list-style: none;
  margin-bottom: 64px;
}

.production-page .production-links__link {
  position: relative;
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.production-page .production-links__link.active {
  color: #202020;
}

.production-page .production-links__link.active::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #202020;
}

.production-page .production-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.production-page .production-content__title {
  margin-bottom: 8px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.production-page .production-content__desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.production-page .production-content__list {
  padding-left: 26px;
}

.requisites-page .requisites-info {
  margin-bottom: 140px;
}

.requisites-page .requisites-info__title {
  margin-bottom: 40px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.requisites-page .requisites-links {
  display: flex;
  gap: 50px;
  list-style: none;
  margin-bottom: 64px;
}

.requisites-page .requisites-links__link {
  position: relative;
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.requisites-page .requisites-links__link.active {
  color: #202020;
}

.requisites-page .requisites-links__link.active::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #202020;
}

.requisites-page .requisites-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.requisites-page .requisites-content__title {
  margin-bottom: 24px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.requisites-page .requisites-content__desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  list-style: none;
}

.requisites-page .requisites-content__desc-item {
  gap: 8px;
}

.requisites-page .requisites-content__desc-text {
  display: inline;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.requisites-page .requisites-content__desc-text--bold {
  font-weight: 600;
  display: inline;
  padding-right: 4px;
}

.privacy-policy .privacy-info {
  margin-bottom: 140px;
}

.privacy-policy .privacy-info__title {
  margin-bottom: 40px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.privacy-policy .privacy-links {
  display: flex;
  gap: 50px;
  list-style: none;
  margin-bottom: 64px;
}

.privacy-policy .privacy-links__link {
  position: relative;
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.privacy-policy .privacy-links__link.active {
  color: #202020;
}

.privacy-policy .privacy-links__link.active::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #202020;
}

.privacy-policy .privacy-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.privacy-policy .privacy-content__title {
  margin-bottom: 8px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.privacy-policy .privacy-content__desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.privacy-policy .privacy-content__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
}

.privacy-policy .privacy-content__sublist {
  padding-left: 26px;
  list-style: disc;
  margin-top: 8px;
}

.blog .articles__wrap {
  margin-bottom: 140px;
}

.blog .articles__title {
  margin-bottom: 42px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.blog .articles-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.blog .articles-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 30px;
  border-radius: 10px;
  background: #f9f9f9;
}

.blog .articles-card__img {
  height: 175px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.blog .articles-card__desc {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.blog .articles-card__title {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.blog .articles-card__date {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.blog .articles-card__text {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.blog-article .article-info {
  margin-bottom: 140px;
}

.blog-article .article-info__title {
  margin-bottom: 40px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.blog-article .article-links {
  display: flex;
  gap: 50px;
  list-style: none;
  margin-bottom: 64px;
}

.blog-article .article-links__link {
  position: relative;
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.blog-article .article-links__link.active {
  color: #202020;
}

.blog-article .article-links__link.active::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #202020;
}

.blog-article .article-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 970px;
}

.blog-article .article-content__title {
  margin-bottom: 8px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.blog-article .article-content__date {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.blog-article .article-content__desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.blog-article .article-content__img {
  height: 590px;
  margin-top: 20px;
  object-fit: cover;
  object-position: center;
}

.blog-article .article-content__list {
  padding-left: 26px;
}

.account-section {
  margin-bottom: 42px;
}

.account-section__title {
  margin-bottom: 40px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.account-section .account-links {
  display: flex;
  gap: 50px;
  list-style: none;
}

.account-section .account-links__link {
  position: relative;
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.account-section .account-links__link.active {
  color: #202020;
}

.account-section .account-links__link.active::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #202020;
}

.account-section .account-links__logout {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.account-section .account-links__logout-img {
  width: 20px;
  height: 20px;
}

.personal-data {
  margin-bottom: 140px;
}

.personal-data__form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.personal-data__item {
  max-width: 640px;
  padding: 32px 138px 32px 32px;
  border-radius: 10px;
  background: #f9f9f9;
}

.personal-data__title {
  margin-bottom: 24px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.personal-data__input-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.personal-data__input-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.personal-data__input-label {
  color: #5f6065;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.personal-data__input {
  background: #f9f9f9;
  border-radius: 10px;
  border: 1px solid #717171;
  padding: 9px 14px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.personal-data__submit {
  max-width: 200px;
  padding: 4px 12px;
  border-radius: 30px;
  background: #4d4d4d;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  transition: 0.3s ease-in-out;
}

.personal-data__submit:hover {
  background: #000000;
}

.orders-section__wrap {
  margin-bottom: 140px;
}

.orders-block.hidden {
  display: none;
}

.orders-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  list-style: none;
}

.orders-list__item {
  padding: 32px;
  border-radius: 10px;
  background: #f9f9f9;
}

.orders-list__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 0.5px solid #d9d9d9;
}

.orders-list__title-wrap {
  display: flex;
  align-items: center;
  gap: 17px;
}

.orders-list__title {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.orders-list__status {
  padding: 6px 16px;
  border-radius: 20px;
  border: 0.5px solid #d9d9d9;
  background: #fff;
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.orders-list__num {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.orders-list__desc {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.orders-list__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.orders-list__info-item {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.orders-list__info-type {
  font-weight: 400;
}

.orders-list__payment-link {
  max-width: 100px;
  padding: 3px 14px;
  border-radius: 30px;
  background: #efebdf;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.orders-list__product-list {
  display: flex;
  gap: 20px;
}

.orders-list__product-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 100px;
  padding: 10px;
  border-radius: 10px;
  background: #f4f3f1;
}

.orders-list__product-item:nth-child(n+6) {
  display: none;
}

.orders-list__product-img {
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: center;
  height: inherit;
}

.orders-list__product-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 140px;
  height: 100px;
  padding: 0px 20px;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%), rgba(217, 217, 217, 0.4);
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.orders-list__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.orders-list__total-value {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.orders-list__total-link {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: underline;
}

.orders-empty {
  display: none;
}

.orders-empty.show {
  display: block;
}

.orders-empty__title {
  margin-bottom: 24px;
  color: #202020;
  font-family: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.orders-empty__link {
  display: flex;
  justify-content: center;
  width: 310px;
  padding: 12px;
  border-radius: 30px;
  background: #4d4d4d;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  transition: 0.3s ease-in-out;
}

.orders-empty__link:hover {
  background: #000000;
}

.order-page .order-block {
  margin-bottom: 140px;
}

.order-page .order-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
}

.order-page .order-header__title {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.order-page .order-header__status {
  padding: 6px 16px;
  border-radius: 30px;
  border: 0.5px solid #898989;
  background: #fff;
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.order-page .order-content {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
}

.order-page .order-list {
  grid-column: span 4;
  max-width: 660px;
}

.order-page .order-list__header {
  margin-bottom: 20px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.order-page .order-list__wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.order-page .order-list__total {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 4px;
}

.order-page .order-list__total-amount {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.order-page .order-list__total-item {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.order-page .order-list__total-notation {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.order-page .order-item {
  display: flex;
  gap: 18px;
  padding: 40px 0px;
  border-bottom: 1px solid #d9d9d9;
}

.order-page .order-item:first-child {
  border-top: 1px solid #d9d9d9;
}

.order-page .order-item__img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  width: 200px;
  padding: 10px 16px;
  border-radius: 10px;
  background: #f4f3f1;
}

.order-page .order-item__img {
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: center;
  height: inherit;
}

.order-page .order-item__desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.order-page .order-item__vendor-code {
  margin-bottom: 4px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.order-page .order-item__title {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.order-page .order-item__price {
  display: flex;
  justify-content: space-between;
}

.order-page .order-item__cost {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.order-page .order-item__amount {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.order-page .order-info {
  grid-column: span 3;
  position: relative;
}

.order-page .order-info__wrap {
  position: sticky;
  top: 130px;
  padding: 30px;
  border-radius: 10px;
  background: #f9f9f9;
}

.order-page .order-info__title {
  margin-bottom: 18px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.order-page .order-info__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}

.order-page .order-info__item-elem {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.order-page .order-info__item-desc {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.order-page .order-info__item-payment {
  display: inline-block;
  padding: 3px 14px;
  margin-top: 12px;
  border-radius: 30px;
  background: #efebdf;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.stores-page .stores-section__wrap {
  margin-bottom: 140px;
}

.stores-page .stores-section__title {
  margin-bottom: 42px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.stores-page .stores-content {
  display: flex;
  gap: 5px;
  height: 552px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
}

.stores-page .stores-block {
  overflow: hidden;
  height: inherit;
  position: relative;
}

.stores-page .stores-list {
  overflow-y: auto;
  overflow-x: hidden;
  height: inherit;
  list-style: none;
  padding-left: 20px;
}

.stores-page .stores-list::-webkit-scrollbar {
  width: 6px;
}

.stores-page .stores-list::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 6px;
}

.stores-page .stores-list::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #d9d9d9;
}

.stores-page .stores-item {
  display: flex;
  gap: 12px;
  padding: 20px 5px 20px 0px;
  padding-right: 5px;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
}

.stores-page .stores-item:first-child {
  padding-top: 20px;
}

.stores-page .stores-item:last-child {
  border-bottom: none;
}

.stores-page .stores-item__pin-img {
  width: 30px;
  height: 30px;
}

.stores-page .stores-item__info {
  flex-grow: 1;
}

.stores-page .stores-item__header {
  margin-bottom: 8px;
}

.stores-page .stores-item__type {
  margin-bottom: 4px;
  color: #5f6065;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.stores-page .stores-item__title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stores-page .stores-item__title {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.stores-page .stores-item__arrow-icon {
  width: 20px;
  height: 20px;
}

.stores-page .stores-item__desc {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.stores-page .stores-desc {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% - 2px);
  background: #fff;
  transform: translateX(100%);
  overflow-y: auto;
  overflow-x: hidden;
  list-style: none;
  border-radius: 10px 0px 0px 10px;
  transition: transform 0.3s ease-in-out;
}

.stores-page .stores-desc.show {
  transform: translateX(0%);
}

.stores-page .stores-desc::-webkit-scrollbar {
  width: 6px;
}

.stores-page .stores-desc::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 6px;
}

.stores-page .stores-desc::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #d9d9d9;
}

.stores-page .stores-elem {
  display: none;
  flex-direction: column;
  gap: 24px;
  padding: 20px 5px 20px 20px;
}

.stores-page .stores-elem.show {
  display: flex;
}

.stores-page .stores-elem__header-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  cursor: pointer;
}

.stores-page .stores-elem__arrow-left {
  width: 24px;
  height: 24px;
}

.stores-page .stores-elem__title {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.stores-page .stores-elem__address {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.stores-page .stores-elem__contacts {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}

.stores-page .stores-elem__contacts-item {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.stores-page .stores-elem__schedule {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.stores-page .stores-elem__schedule-item {
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.stores-page .stores-elem__swiper {
  border-radius: 10px;
  padding-bottom: 20px;
}

.stores-page .stores-elem__swiper-wrap {
  align-items: center;
}

.stores-page .stores-elem__slide-img {
  border-radius: 10px;
}

.stores-page .stores-elem .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0px;
}

.stores-page .stores-elem .swiper-pagination-bullet {
  background: #4d4d4d;
  width: 6px;
  height: 6px;
}

.stores-page .stores-elem .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background: #717171;
}

.stores-page .stores-elem .swiper-button-next::after {
  content: "";
}

.stores-page .stores-elem .swiper-button-prev::after {
  content: "";
}

.stores-page .stores-elem .swiper-button__icon {
  width: 40px;
  height: 40px;
}

.stores-page .stores-maps__list {
  list-style: none;
}

.stores-page .stores-maps__list .maps-item {
  display: none;
}

.stores-page .stores-maps__list .maps-item.show {
  display: block;
}

.stores-page .stores-maps__list .maps-item iframe {
  height: 550px;
  width: 861px;
  border-radius: 0px 10px 10px 0px;
}

.catalog-page .catalog-content__wrap {
  margin-bottom: 142px;
}

.catalog-page .catalog__title {
  margin-bottom: 42px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.catalog-page .catalog-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.catalog-page .catalog-elem {
  padding: 26px;
}

.catalog-page .catalog-elem__img-wrap {
  margin-bottom: 20px;
  height: 85px;
  width: 115px;
}

.catalog-page .catalog-elem__img {
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: center;
  height: inherit;
}

.catalog-page .catalog-elem__title {
  margin-bottom: 14px;
}

.catalog-page .catalog-elem__title-link {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.catalog-page .catalog-list__title {
  margin-bottom: 6px;
}

.catalog-page .catalog-list__title-link {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.catalog-page .catalog-list__wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: none;
}

.catalog-page .catalog-list__item.hidden {
  display: none;
}

.catalog-page .catalog-list__item-link {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.catalog-page .catalog-list__item-link--bold {
  font-weight: 600;
}

.catalog-page .catalog-list__btn-more {
  padding-top: 14px;
  border-bottom: 1px dashed #202020;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.vacancies-page .vacancies__wrap {
  margin-bottom: 200px;
}

.vacancies-page .vacancies__title {
  margin-bottom: 42px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.vacancies-page .vacancies-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 60%;
  list-style: none;
}

.vacancies-page .vacancies-item {
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}

.vacancies-page .vacancies-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.vacancies-page .vacancies-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 12px;
}

.vacancies-page .vacancies-item__title {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.vacancies-page .vacancies-item__arrow-wrap {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.vacancies-page .vacancies-item__experience {
  margin-bottom: 6px;
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.vacancies-page .vacancies-item__salary {
  display: flex;
  gap: 6px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.vacancies-page .vacancies-item__salary-value {
  font-weight: 600;
}

.vacancy-page .vacancy__wrap {
  margin-bottom: 200px;
}

.vacancy-page .vacancy__title {
  margin-bottom: 42px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.vacancy-page .vacancy-descr {
  margin-bottom: 50px;
  max-width: 75%;
}

.vacancy-page .vacancy-descr__header {
  margin-bottom: 30px;
}

.vacancy-page .vacancy-descr__title {
  margin-bottom: 8px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.vacancy-page .vacancy-descr__text {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.vacancy-page .vacancy-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.vacancy-page .vacancy-item__title {
  margin-bottom: 8px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
}

.vacancy-page .vacancy-item__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 30px;
}

.vacancy-page .vacancy-item__list-elem {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.resume-btn {
  padding: 12px 67px;
  border-radius: 30px;
  background: #4d4d4d;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  transition: 0.3s ease-in-out;
}

.resume-btn:hover {
  background: #000000;
}

.dolyame-page {
  margin-bottom: 100px;
}

.dolyame-page__title {
  margin-bottom: 42px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.dolyame-page .dolyame-section__title {
  padding: 32px 0;
  margin-bottom: 28px;
  text-align: center;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.dolyame-page .dolyame-preview__wrap {
  margin-bottom: 128px;
}

.dolyame-page .dolyame-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.dolyame-page .dolyame-info {
  display: flex;
  flex-direction: column;
  max-width: 420px;
  gap: 48px;
}

.dolyame-page .dolyame-info__link {
  max-width: max-content;
  padding: 16px 60px;
  border-radius: 30px;
  background: #4d4d4d;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  transition: 0.3s ease-in-out;
}

.dolyame-page .dolyame-info__link:hover {
  background: #000000;
}

.dolyame-page .dolyame-desc__title {
  margin-bottom: 20px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.dolyame-page .dolyame-desc__text {
  color: #5f6065;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dolyame-page .dolyame-banner__img {
  max-height: inherit;
}

.dolyame-page .dolyame-advantages__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-bottom: 128px;
}

.dolyame-page .dolyame-advantage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.dolyame-page .dolyame-advantage__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.dolyame-page .dolyame-advantage__title {
  margin-bottom: 12px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.dolyame-page .dolyame-advantage__text {
  color: #5f6065;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dolyame-page .dolyame-steps__wrap {
  margin-bottom: 128px;
}

.dolyame-page .dolyame-steps .dolyame-section__title-wrap {
  display: flex;
  justify-content: center;
}

.dolyame-page .dolyame-steps .dolyame-section__title {
  max-width: 400px;
}

.dolyame-page .dolyame-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.dolyame-page .dolyame-step__img-wrap {
  max-height: 410px;
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 32px;
}

.dolyame-page .dolyame-step__img {
  max-height: inherit;
}

.dolyame-page .dolyame-step__title {
  margin-bottom: 6px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.dolyame-page .dolyame-step__text {
  color: #5f6065;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dolyame-page .dolyame-faq__wrap {
  margin-bottom: 128px;
}

.dolyame-page .dolyame-faq__link-wrap {
  display: flex;
  justify-content: center;
}

.dolyame-page .dolyame-faq__link {
  padding: 16px 24px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
  background: #f4f3f1;
}

.dolyame-page .dolyame-accordeon {
  max-width: 860px;
  margin: 0 auto 32px;
}

.dolyame-page .dolyame-item {
  padding: 26px 0px;
  border-bottom: 1px solid #d9d9d9;
}

.dolyame-page .dolyame-item:last-child {
  border-bottom: none;
}

.dolyame-page .dolyame-item.active .dolyame-item__arrow {
  transform: rotate(180deg);
}

.dolyame-page .dolyame-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  cursor: pointer;
}

.dolyame-page .dolyame-item__title {
  max-width: 804px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.dolyame-page .dolyame-item__arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: 0.3s ease-in-out;
}

.dolyame-page .dolyame-item__basement {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
}

.dolyame-page .dolyame-item__desc {
  max-width: 804px;
  padding-top: 16px;
  color: #5f6065;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dolyame-page .dolyame-apps__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.dolyame-page .dolyame-apps .dolyame-section__title {
  padding-bottom: 24px;
  margin-bottom: 0;
}

.dolyame-page .apps-desc {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 32px;
}

.dolyame-page .apps-desc__text {
  text-align: center;
  color: #5f6065;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.dolyame-page .apps-list {
  display: flex;
  gap: 12px;
}

.installment-page {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-bottom: 100px;
}

.installment-page__title {
  margin-bottom: 42px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.installment-page .section-title {
  padding: 20px 0px;
  text-align: center;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.installment-page .installment-preview__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.installment-page .installment-preview__title {
  max-width: 460px;
  text-align: center;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.installment-page .installment-preview__banner-wrap {
  max-width: 1080px;
}

.installment-page .installment-steps__top {
  margin-bottom: 52px;
}

.installment-page .installment-steps__desc {
  text-align: center;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.installment-page .installment-steps .steps-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.installment-page .installment-steps .steps-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.installment-page .installment-steps .steps-item__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #f4f3f1;
}

.installment-page .installment-steps .steps-item__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.installment-page .installment-steps .steps-item__desc {
  text-align: center;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.installment-page .installment-categories__top {
  margin-bottom: 32px;
}

.installment-page .installment-categories__desc {
  text-align: center;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.installment-page .installment-categories .categories-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.installment-page .installment-categories .categories-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  border-radius: 8px;
  background: #f9f9f9;
}

.installment-page .installment-categories .categories-item__box {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6px;
}

.installment-page .installment-categories .categories-item__title {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.installment-page .installment-categories .categories-item__link {
  color: rgba(51, 111, 238, 0.8);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.installment-page .installment-categories .categories-item__img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: inherit;
}

.installment-page .installment-categories .categories-item__img {
  width: unset;
  max-width: 100%;
  max-height: inherit;
}

.installment-page .installment-desc__wrap {
  display: flex;
  flex-direction: column;
  gap: 96px;
}

.installment-page .installment-conditions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  min-height: 360px;
}

.installment-page .installment-conditions__banner {
  border-radius: 8px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #ffdd2d;
}

.installment-page .installment-conditions__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  list-style: none;
}

.installment-page .installment-conditions__item {
  position: relative;
  padding-left: 28px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.installment-page .installment-conditions__item::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #ffdd2d;
}

.installment-page .installment-about {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  min-height: 208px;
  border-radius: 8px;
  background: #f9f9f9;
  padding: 32px 32px 0px 32px;
}

.installment-page .installment-about__title {
  margin-bottom: 20px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.installment-page .installment-about__text {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.installment-page .installment-about__text-sup {
  font-size: 11px;
  line-height: 20px;
}

.installment-page .installment-about__banner {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.installment-page .installment-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}

.installment-page .installment-info__title {
  margin-bottom: 16px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.installment-page .installment-info__text {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.installment-page .installment-footnote {
  padding: 4px 32px;
  border: 1px solid #d9d9d9;
}

.installment-page .installment-footnote__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.installment-page .installment-footnote__item {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.home-ideas {
  margin-bottom: 150px;
}

.home-ideas__title {
  margin-bottom: 40px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.home-ideas .ideas-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 50px;
  list-style: none;
}

.home-ideas .ideas-nav__item {
  min-width: 215px;
}

.home-ideas .ideas-nav__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border-radius: 50px;
  border: 1px solid #d9d9d9;
  transition: 0.3s ease-in-out;
}

.home-ideas .ideas-nav__link:hover {
  background: #f4f3f1;
}

.home-ideas .ideas-nav__img-wrap {
  overflow: hidden;
}

.home-ideas .ideas-nav__img {
  object-fit: cover;
  object-position: center;
}

.home-ideas .ideas-nav__title {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.home-ideas .ideas-list__wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.home-ideas .idea-item__title {
  margin-bottom: 26px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.home-ideas .idea-item:nth-child(odd) .idea-block__img-wrap:first-child {
  grid-column: span 7;
  grid-row: span 2;
}

.home-ideas .idea-item:nth-child(odd) .idea-block__img-wrap:not(:first-child) {
  grid-column: span 5;
  grid-row: span 1;
}

.home-ideas .idea-item:nth-child(even) .idea-block__img-wrap:first-child {
  grid-column: 6/span 7;
  grid-row: span 2;
}

.home-ideas .idea-item:nth-child(even) .idea-block__img-wrap:nth-child(2) {
  grid-column: 1/span 5;
  grid-row: 1/span 1;
}

.home-ideas .idea-item:nth-child(even) .idea-block__img-wrap:nth-child(3) {
  grid-column: 1/span 5;
  grid-row: 2/span 1;
}

.home-ideas .idea-block {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  height: 600px;
}

.home-ideas .idea-block__img-wrap:not(:first-child) {
  height: 290px;
}

.home-ideas .idea-block__img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.home-ideas .idea-block__img-wrap {
  position: relative;
}

.home-ideas .idea-block__img-wrap .popup-dot {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 3px solid rgba(56, 56, 56, 0.7);
  background: #fff;
  cursor: pointer;
}

.home-ideas .idea-block__img-wrap .popup-content {
  position: absolute;
  top: 0px;
  max-width: 242px;
  padding: 22px;
  border-radius: 10px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}

.home-ideas .idea-block__img-wrap .popup-content.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.home-ideas .idea-block__img-wrap .popup-content__title {
  margin-bottom: 14px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-ideas .idea-block__img-wrap .popup-content__title-link {
  transition: 0.3s ease-in-out;
  font-weight: bold;
}

.home-ideas .idea-block__img-wrap .popup-content__title-link:hover {
  color: #717171;
}

.home-ideas .idea-block__img-wrap .popup-content__desc {
  display: flex;
  justify-content: space-between;
}

.home-ideas .idea-block__img-wrap .popup-content__price-prev {
  display: inline-block;
  position: relative;
  margin-bottom: 4px;
  color: #717171;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.home-ideas .idea-block__img-wrap .popup-content__price-prev::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #717171;
  top: 50%;
  transform: translateY(-50%);
}

.home-ideas .idea-block__img-wrap .popup-content__price-current {
  color: #c82d26;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.home-ideas .idea-block__img-wrap .popup-content__add-btn {
  align-self: flex-end;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50px;
  background: #efebdf;
}

.home-ideas .idea-block__img-wrap .popup-content__cart-img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.breadcrumbs__wrap {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumbs__item-title {
  color: #777;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.breadcrumbs__item-icon {
  width: 16px;
  height: 16px;
}

.breadcrumbs__item--current-page {
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.breadcrumbs__item:hover:not(.breadcrumbs__item--current-page) .breadcrumbs__item-title {
  transition: 0.3s ease-in-out;
  color: #000000;
}

.catalog-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.catalog-btn__load-more {
  max-width: 530px;
  width: 100%;
  text-align: center;
  padding: 18px 0px;
  border-radius: 30px;
  background: #4d4d4d;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  -transition: 0.3s ease-in-out;
}

.catalog-btn__load-more:hover {
  background: #000000;
}

.catalog-pagintaion {
  display: flex;
  justify-content: center;
}

.catalog-pagintaion__wrap {
  display: flex;
  align-items: center;
  gap: 45px;
}

.catalog-pagintaion__btn-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f4f3f1;
}

.catalog-pagintaion__btn-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f4f3f1;
}

.catalog-pagintaion__btn-icon {
  width: 18px;
  height: 18px;
}

.catalog-pagintaion__list {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  list-style: none;
}

.catalog-pagintaion__item {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.catalog-pagintaion__item.active {
  font-weight: 700;
}

.catalog-pagintaion__item-dots {
  width: 20px;
}

.callback-modal__wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(137, 137, 137, 0.57);
  z-index: 999;
}

.callback-modal__wrap.show {
  display: flex;
  animation: callbackFade 0.2s ease-in-out;
}

@keyframes callbackFade {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

.callback-modal {
  background: #fff;
  padding: 32px;
  max-width: 505px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}

.callback-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.callback-modal__title {
  color: #202020;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.callback-modal__close-icon {
  width: 34px;
  height: 34px;
}

.callback-modal__desc {
  max-width: 357px;
  margin-bottom: 24px;
  color: #717171;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.callback-modal__call {
  display: flex;
  justify-content: center;
}

.callback-modal__call-wrap {
  text-align: center;
  max-width: 176px;
}

.callback-modal__call-text {
  margin-bottom: 8px;
  color: #202020;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.callback-modal__call-number {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.callback-form {
  margin-bottom: 37px;
}

.callback-form__inputs-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 35px;
}

.callback-form__input-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.callback-form__input-label {
  color: #717171;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.callback-form__input-label--red {
  color: #c82d26;
}

.callback-form__input {
  padding: 10px 25px;
  border-radius: 30px;
  border: 1px solid #999;
  color: #898989;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.callback-form__submit {
  width: 100%;
  margin-bottom: 16px;
  background: #4d4d4d;
  padding: 13px 0px;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  transition: 0.3s ease-in-out;
}

.callback-form__submit:hover {
  background: #000000;
}

.callback-form__notetion {
  color: #999;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}

.callback-form__policy-link {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}

.callback-btn {
  cursor: pointer;
}

.cooperation-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(137, 137, 137, 0.57);
  z-index: 999;
  overflow: auto;
  scrollbar-width: none;
}

.cooperation-modal::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  display: none;
  -webkit-appearance: none;
}

.cooperation-modal.show {
  display: block;
  animation: cooperationFade 0.2s ease-in-out;
}

@keyframes cooperationFade {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

.cooperation-modal__wrap {
  background: #fff;
  padding: 52px;
  max-width: 900px;
  margin: 25px auto;
  border-radius: 10px;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
}

.cooperation-modal__wrap.hidden {
  display: none;
}

.cooperation-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.cooperation-modal__title {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cooperation-modal__btn-close {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  cursor: pointer;
}

.cooperation-modal .cooperation-form__inputs-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 50px;
}

.cooperation-modal .cooperation-form__group-title {
  margin-bottom: 24px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cooperation-modal .cooperation-form__inputs-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cooperation-modal .cooperation-form__inputs-elem {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.cooperation-modal .cooperation-form__input-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cooperation-modal .cooperation-form__input-label {
  color: #5f6065;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cooperation-modal .cooperation-form__input-label--red {
  color: #c82d26;
}

.cooperation-modal .cooperation-form__input {
  padding: 12px 25px;
  border-radius: 30px;
  border: 1px solid #717171;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cooperation-modal .cooperation-form__input.error {
  border: 1px solid #c82d26;
}

.cooperation-modal .cooperation-form__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.cooperation-modal .cooperation-form__item {
  display: flex;
  gap: 10px;
}

.cooperation-modal .cooperation-form__item.active .cooperation-form__checkbox {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
}

.cooperation-modal .cooperation-form__item.active .cooperation-form__checkbox-img {
  display: block;
}

.cooperation-modal .cooperation-form__input-checkbox {
  display: none;
}

.cooperation-modal .cooperation-form__checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 17px;
  border: 1px solid #898989;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.cooperation-modal .cooperation-form__checkbox-img {
  display: none;
}

.cooperation-modal .cooperation-form__checkbox-img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.cooperation-modal .cooperation-form__checkbox-label {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.cooperation-modal .cooperation-form__submit-btn {
  width: 100%;
  padding: 14px 28px;
  margin-bottom: 12px;
  border-radius: 30px;
  background: #4d4d4d;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  transition: 0.3s ease-in-out;
}

.cooperation-modal .cooperation-form__submit-btn:hover {
  background: #000000;
}

.cooperation-modal .cooperation-form__policy {
  color: #898989;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.cooperation-modal .cooperation-form__policy-link {
  color: #202020;
}

.cooperation-modal .cooperation-select {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.cooperation-modal .cooperation-select__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cooperation-modal .cooperation-select__item.active .cooperation-select__icon {
  transform: rotate(180deg);
}

.cooperation-modal .cooperation-select__item.active .cooperation-select__options {
  pointer-events: all;
}

.cooperation-modal .cooperation-select__item.active .cooperation-select__options-list {
  transform: translateY(0%);
}

.cooperation-modal .cooperation-select__item:first-child .cooperation-select__options {
  z-index: 1;
}

.cooperation-modal .cooperation-select__label {
  color: #5f6065;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cooperation-modal .cooperation-select__box {
  position: relative;
}

.cooperation-modal .cooperation-select__btn {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}

.cooperation-modal .cooperation-select__current {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.cooperation-modal .cooperation-select__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: 0.3s ease-in-out;
}

.cooperation-modal .cooperation-select__options {
  position: absolute;
  top: 49px;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.cooperation-modal .cooperation-select__options-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background: #fff;
  transition: 0.3s ease-in-out;
  transform: translateY(-100%);
}

.cooperation-modal .cooperation-select__options-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.cooperation-modal .cooperation-select__options-item.active .cooperation-select__options-icon {
  display: block;
}

.cooperation-modal .cooperation-select__options-radio {
  display: none;
}

.cooperation-modal .cooperation-select__options-icon {
  display: none;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.cooperation-modal .send-success {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 900px;
  height: 360px;
  padding: 52px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
}

.cooperation-modal .send-success.show {
  display: flex;
}

.cooperation-modal .send-success .cooperation-modal__btn-close {
  position: absolute;
  top: 52px;
  right: 52px;
  width: 34px;
  height: 34px;
}

.cooperation-modal .send-success__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  max-width: 354px;
}

.cooperation-modal .send-success__check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #4d4d4d;
  border-radius: 50%;
}

.cooperation-modal .send-success__text {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.authentication-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(137, 137, 137, 0.57);
  z-index: 999;
  overflow: auto;
  scrollbar-width: none;
}

.authentication-modal::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  display: none;
  -webkit-appearance: none;
}

.authentication-modal.show {
  display: flex;
  animation: authenticationFade 0.2s ease-in-out;
}

@keyframes authenticationFade {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

.authentication-modal .authorization {
  min-width: 505px;
}

.authentication-modal .authorization.hidden {
  display: none;
}

.authentication-modal .authorization-form {
  background: #fff;
  padding: 32px;
  border-radius: 10px;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
}

.authentication-modal .authorization-form__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}

.authentication-modal .authorization-form__title {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.authentication-modal .authorization-form__btn-close {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  cursor: pointer;
}

.authentication-modal .authorization-form__inputs-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 26px;
}

.authentication-modal .authorization-form__input-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.authentication-modal .authorization-form__input-label {
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.authentication-modal .authorization-form__input-label--red {
  color: #c82d26;
}

.authentication-modal .authorization-form__input {
  border-radius: 30px;
  border: 1px solid #717171;
  padding: 12px 25px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.authentication-modal .authorization-form__input.error {
  border: 1px solid #c82d26;
}

.authentication-modal .authorization-form__submit-btn {
  width: 100%;
  padding: 12px 28px;
  margin-bottom: 16px;
  border-radius: 30px;
  background: #4d4d4d;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  transition: 0.3s ease-in-out;
}

.authentication-modal .authorization-form__submit-btn:hover {
  background: #000000;
}

.authentication-modal .authorization-form__links-box {
  display: flex;
  justify-content: space-between;
}

.authentication-modal .authorization-form__link {
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
}

.authentication-modal .registration {
  max-width: 505px;
}

.authentication-modal .registration.hidden {
  display: none;
}

.authentication-modal .registration-form {
  background: #fff;
  padding: 32px;
  border-radius: 10px;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
}

.authentication-modal .registration-form.hidden {
  display: none;
}

.authentication-modal .registration-form__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}

.authentication-modal .registration-form__title {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.authentication-modal .registration-form__btn-close {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  cursor: pointer;
}

.authentication-modal .registration-form__inputs-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 26px;
}

.authentication-modal .registration-form__input-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.authentication-modal .registration-form__input-label {
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.authentication-modal .registration-form__input-label--red {
  color: #c82d26;
}

.authentication-modal .registration-form__input {
  border-radius: 30px;
  border: 1px solid #717171;
  padding: 12px 25px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.authentication-modal .registration-form__input.error {
  border: 1px solid #c82d26;
}

.authentication-modal .registration-form__submit-wrap {
  margin-bottom: 16px;
}

.authentication-modal .registration-form__submit-btn {
  width: 100%;
  padding: 12px 28px;
  margin-bottom: 4px;
  border-radius: 30px;
  background: #4d4d4d;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  transition: 0.3s ease-in-out;
}

.authentication-modal .registration-form__submit-btn:hover {
  background: #000000;
}

.authentication-modal .registration-form__policy {
  color: #898989;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

.authentication-modal .registration-form__policy-link {
  color: #202020;
}

.authentication-modal .registration-form__links-box {
  display: flex;
  justify-content: space-between;
}

.authentication-modal .registration-form__link {
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
}

.authentication-modal .registration-success {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  height: 360px;
  padding: 52px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
}

.authentication-modal .registration-success.show {
  display: flex;
}

.authentication-modal .registration-success__btn-close {
  position: absolute;
  top: 52px;
  right: 52px;
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.authentication-modal .registration-success__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  max-width: 354px;
}

.authentication-modal .registration-success__check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #4d4d4d;
  border-radius: 50%;
}

.authentication-modal .registration-success__text {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.authentication-modal .password-recovery {
  min-width: 505px;
}

.authentication-modal .password-recovery.hidden {
  display: none;
}

.authentication-modal .password-recovery .recovery-form {
  background: #fff;
  padding: 32px;
  border-radius: 10px;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
}

.authentication-modal .password-recovery .recovery-form.hidden {
  display: none;
}

.authentication-modal .password-recovery .recovery-form__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}

.authentication-modal .password-recovery .recovery-form__title {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.authentication-modal .password-recovery .recovery-form__btn-close {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  cursor: pointer;
}

.authentication-modal .password-recovery .recovery-form__inputs-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 26px;
}

.authentication-modal .password-recovery .recovery-form__input-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.authentication-modal .password-recovery .recovery-form__input-label {
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.authentication-modal .password-recovery .recovery-form__input-label--red {
  color: #c82d26;
}

.authentication-modal .password-recovery .recovery-form__input {
  border-radius: 30px;
  border: 1px solid #898989;
  padding: 12px 25px;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.authentication-modal .password-recovery .recovery-form__input.error {
  border: 1px solid #c82d26;
}

.authentication-modal .password-recovery .recovery-form__submit-wrap {
  margin-bottom: 16px;
}

.authentication-modal .password-recovery .recovery-form__submit-btn {
  width: 100%;
  padding: 12px 28px;
  margin-bottom: 4px;
  border-radius: 30px;
  background: #4d4d4d;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  transition: 0.3s ease-in-out;
}

.authentication-modal .password-recovery .recovery-form__submit-btn:hover {
  background: #000000;
}

.authentication-modal .password-recovery .recovery-form__policy {
  color: #898989;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

.authentication-modal .password-recovery .recovery-form__policy-link {
  color: #202020;
}

.authentication-modal .password-recovery .recovery-form__links-box {
  display: flex;
  justify-content: space-between;
}

.authentication-modal .password-recovery .recovery-form__link {
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
}

.authentication-modal .password-recovery .recovery-success {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  height: 360px;
  padding: 52px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
}

.authentication-modal .password-recovery .recovery-success.show {
  display: flex;
}

.authentication-modal .password-recovery .recovery-success__btn-close {
  position: absolute;
  top: 52px;
  right: 52px;
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.authentication-modal .password-recovery .recovery-success__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  max-width: 250px;
}

.authentication-modal .password-recovery .recovery-success__check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #4d4d4d;
  border-radius: 50%;
}

.authentication-modal .password-recovery .recovery-success__text {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (min-width: 1024px) {
  .header-top__contacts-item:first-child:hover {
      cursor: pointer;
      color: #717171;
  }

  .catalog-card:hover {
      /*height: 353px;*/
      height: 377px;
  }

  .catalog-card:hover .catalog-card__wrap {
      position: absolute;
      z-index: 2;
      top: -21px;
      left: -21px;
      box-sizing: content-box;
      padding: 20px 20px 30px;
      width: 100%;
      background: #fff;
      border-radius: 10px;
      border: 1px solid #ebebeb;
      box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  }

  .catalog-card:hover .catalog-card__descr {
      display: block;
      animation: cardOpen 0.3s ease-in-out;
  }

  @keyframes cardOpen {
      from {
          opacity: 0;
      }

      to {
          opacity: 1;
      }
  }

  .catalog-card:hover .catalog-card__slidebar {
      display: flex;
      gap: 4px;
      position: absolute;
      bottom: 20px;
      width: 100%;
      padding: 0px 10px;
  }

  .catalog-card:hover .catalog-card__slidebar-item {
      width: 100%;
      height: 2px;
      border-radius: 3px;
      background: #dedede;
      transition: 0.2s ease-in-out;
  }

  .catalog-card:hover .catalog-card__slidebar-item.active {
      background: #717171;
  }

  .catalog-section__products-list .catalog-card:hover {
      height: 353px;
  }

  .catalog-section__products-list .catalog-card:hover .catalog-card__wrap {
      position: absolute;
      z-index: 2;
      top: -21px;
      left: -21px;
      box-sizing: content-box;
      padding: 20px 20px 30px;
      width: 100%;
      background: #fff;
      border-radius: 10px;
      border: 1px solid #ebebeb;
      box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  }

  .catalog-section__products-list .catalog-card:hover .catalog-card__descr {
      display: block;
  }

  .catalog-section__products-list .catalog-card:hover .catalog-card__slidebar {
      display: flex;
      gap: 4px;
  }

  .catalog-section__products-list .catalog-card:hover .catalog-card__slidebar-item {
      width: 100%;
      height: 2px;
      border-radius: 3px;
      background: #dedede;
      transition: 0.2s ease-in-out;
  }

  .catalog-section__products-list .catalog-card:hover .catalog-card__slidebar-item.active {
      background: #717171;
  }
}

@media screen and (max-width: 1365px) {

  .product-detail .preview-tabs__info-desc{
      flex-direction: column;
  }
  .product-detail .preview-tabs__info-elem{
      width: auto;
  }

  .container {
      padding: 0px 42px;
  }

  .header-top__select-item {
      font-size: 12px;
  }

  .header-top__contacts-item--bold {
      font-size: 12px;
  }

  .header-navbar__logo-wrap {
      width: 110px;
      height: 55px;
  }

  .header-navbar__user-link .account-sections {
      bottom: calc(-400% - 30px);
      left: -30px;
  }

  .header-navbar__user-icon svg {
      width: 24px;
      height: 24px;
  }

  .header-navbar__user-title {
      display: none;
  }

  .header-navbar__user-amount--favorites {
      right: -8px;
      top: -2px;
  }

  .header-navbar__user-amount--cart {
      top: -2px;
      right: -8px;
  }

  .header-menu__btn {
      padding: 14px 22px 15px;
  }

  .header-menu .menu {
      height: 65vh;
  }

  .header-search {
      width: 442px;
      padding: 9px 25px;
  }

  .header-search__input {
      font-size: 16px;
  }

  .header .presearch {
      height: 65vh;
  }

  .header-categories__link {
      padding: 8px 15px;
      font-size: 14px;
      line-height: 25px;
  }

  .footer__wrap {
      padding: 40px 0px 24px;
  }

  .footer-nav {
      grid-template-columns: repeat(4, 1fr);
  }

  .footer-nav__group-title {
      font-size: 16px;
  }

  .footer-nav__group-list {
      gap: 10px;
  }

  .footer-nav__group-item {
      font-size: 14px;
      line-height: 22px;
  }

  .footer-nav__group:first-child .footer-nav__group-info {
      display: block;
      margin-top: 16px;
  }

  .footer-nav__group:nth-child(4) .footer-nav__group-item:nth-child(7) {
      display: block;
  }

  .footer-nav__group:nth-child(5) {
      display: none;
  }

  .footer-copyright {
      font-size: 16px;
  }

  .main-catalog .catalog-row {
      gap: 30px 20px;
  }

  .main-catalog .catalog-promotion__title {
      font-size: 28px;
      line-height: 34px;
  }

  .main-catalog .catalog-promotion__link {
      padding: 8px 24px 9px 25px;
      font-size: 14px;
  }

  .catalog-category__wrap {
      padding: 37px 30px;
  }

  .catalog-category__header {
      margin-bottom: 30px;
  }

  .catalog-category__title {
      font-size: 30px;
      line-height: 36px;
  }

  .catalog-category__link {
      padding: 9px 13px;
      font-size: 16px;
  }

  .catalog-category__prew {
      height: 348px;
      padding: 20px 15px;
  }

  .catalog-category__prew-link {
      height: 226px;
  }

  .catalog-category__favorites {
      top: 20px;
      right: 21px;
  }

  .catalog-category__item[data-category="Недорогие диваны"] .catalog-category__item-title {
    font-size: 30px;
  }

  .catalog-category__item[data-category="Недорогие диваны"] .catalog-category__item-descr {
    font-size: 16px;
  }

  .catalog-category__item[data-category="Недорогие диваны"] .catalog-category__item-link {
    font-size: 14px;
  }

  .catalog-category__item[data-category="Недорогие диваны"] .catalog-category__item-price {
    top: 190px;
    font-size: 14px;
    width: 100px;
    height: 100px;
  }

  .catalog-category__item[data-category="Недорогие диваны"] .catalog-category__item-price--bold {
    font-size: 16px;
  }



  .catalog-card__img-wrap {
      height: 200px;
      padding: 15px;
  }

  .catalog-card__favorites {
      top: 20px;
      right: 21px;
  }

  .catalog-card__favorites-icon {
      width: 20px;
      height: 20px;
  }

  .catalog-card__title {
      font-size: 16px;
  }

  .catalog-card__price-current {
      font-size: 18px;
  }

  .catalog-card__add {
      padding: 10px;
      font-size: 14px;
      line-height: 24px;
  }

  .product-detail__content-wrap {
      grid-template-columns: repeat(7, 1fr);
  }

  .product-detail__preview {
      grid-column: span 4;
      padding-right: 39px;
  }

  .product-detail__info {
      padding-left: 40px;
      grid-column: span 3;
  }

  .product-detail .preview-photo__wrap {
      margin-bottom: 40px;
  }

  .product-detail .preview-photo__wrap .preview-gallery__wrap {
      max-width: 922px;
  }

  .product-detail .preview-photo__wrap .preview-gallery__photo-slide {
      padding: 0px 90px;
  }

  .product-detail .preview-photo__block {
      grid-template-columns: repeat(2, 1fr);
      -grid-template-rows: 387px 220px 387px;
  }

  .product-detail .preview-photo__img-wrap:first-child {
      grid-column: span 2;
  }

  .product-detail .preview-photo__img-wrap:nth-child(2) {
      grid-column: span 1;
  }

  .product-detail .preview-photo__img-wrap:nth-child(3) {
      grid-column: span 1;
  }

  .product-detail .preview-photo__img-wrap:last-child {
      grid-column: span 2;
  }

  .product-detail .preview-photo__show-btn {
      padding: 13px 66px;
  }

  .product-detail .preview-tabs__item-title {
      font-size: 16px;
  }

  .product-detail .preview-tabs__desc-title {
      font-size: 20px;
      line-height: 31px;
  }

  .product-detail .preview-tabs__desc-text {
      font-size: 14px;
      line-height: 24px;
  }

  .product-detail .preview-tabs__table td {
      font-size: 14px;
      width: 100%;
  }

  .product-detail .preview-tabs__show-full {
      margin-bottom: 50px;
      font-size: 14px;
  }

  .product-detail .preview-tabs__measurements {
      padding: 40px 30px;
  }

  .product-detail .preview-tabs__measurements-title {
      margin-bottom: 12px;
      font-size: 18px;
  }

  .product-detail .preview-tabs__measurements-data {
      gap: 9px;
      font-size: 16px;
  }

  .product-detail .preview-tabs__measurements-material {
      width: 150px;
      height: 100px;
  }

  .product-detail .main-info__title {
      margin-bottom: 12px;
      font-size: 25px;
      line-height: 34px;
  }

  .product-detail .main-info__favorite .catalog-card__favorites-icon {
      width: 24px;
      height: 24px;
  }

  .product-detail .color-select__list {
      grid-template-columns: repeat(3, 1fr);
  }

  .product-detail .color-select__item {
      height: 70px;
  }

  .product-detail .size-select__list {
      grid-template-columns: repeat(2, 1fr);
  }

  .product-detail .product-ad {
      max-width: 240px;
      padding: 40px;
  }

  .product-detail .product-ad__item-desc {
      font-size: 14px;
  }

  .product-detail .product-ad__item-link {
      font-size: 12px;
  }

  .product-detail .productbar__wrap {
      padding: 18px 0px 17px;
  }

  .product-detail .productbar__preview {
      height: 68px;
  }

  .product-detail .productbar__desc {
      max-width: 196px;
  }

  .product-detail .productbar .main-info__title {
      font-size: 16px;
      line-height: 22px;
  }

  .product-detail .productbar .vendor-code {
      font-size: 12px;
  }

  .product-detail .productbar .main-info__cost-box {
      gap: 8px;
  }

  .product-detail .productbar .main-info__cost-current {
      font-size: 22px;
      line-height: 35px;
  }

  .product-detail .productbar .main-info__cost-prev {
      font-size: 16px;
  }

  .product-detail .productbar .main-info__cost-discount {
      font-size: 14px;
  }

  .product-detail .productbar .main-info__credit-text {
      font-size: 12px;
  }

  .product-detail .productbar .main-info__credit-box {
      font-size: 12px;
  }

  .product-detail .productbar .main-info__add-cart {
      padding: 10px 28px;
  }

  .product-detail .productbar .main-info__delivery {
      gap: 10px;
  }

  .product-detail .similar-products__card-title {
      font-size: 16px;
      line-height: 24px;
  }

  .product-detail .similar-products__img-warp {
      height: 200px;
      padding: 45px 15px 15px;
  }

  .product-detail .similar-products__price-current {
      font-size: 18px;
  }

  .product-detail .similar-products__price-prev {
      font-size: 14px;
      line-height: 20px;
  }

  .product-detail .similar-products__favorite {
      top: 20px;
      right: 20px;
  }

  .product-detail .similar-products__favorite svg {
      width: 20px;
      height: 20px;
  }

  .catalog-section__header .container {
      padding: 0;
  }
  .catalog-section__title {
    padding-left: 42px;
  }

  .catalog-section .product-list__item-img {
      width: 80px;
  }

  .catalog-section__products-list .catalog-card__img-wrap {
      height: 200px;
  }

  .catalog-section__products-list .catalog-card__favorites {
      top: 20px;
      right: 21px;
  }

  .catalog-section__products-list .catalog-card__favorites svg {
      width: 20px;
      height: 20px;
  }

  .catalog-section__products-list .catalog-card__title {
      font-size: 16px;
  }

  .catalog-section__products-list .catalog-card__price-current {
      font-size: 18px;
  }

  .catalog-section__products-list .catalog-card__add {
      padding: 10px;
      font-size: 14px;
      line-height: 24px;
  }

  .catalog-section .current-filters__list-reset {
      font-size: 12px;
  }

  .catalog-section .current-filters__item {
      font-size: 12px;
  }

  .catalog-section .current-filters__current-text {
      font-size: 14px;
  }

  .catalog-section .current-filters__options-item {
      font-size: 14px;
  }

  .catalog-section__filters-wrap {
      max-width: 206px;
  }

  .catalog-section .filter-categories {
      gap: 8px;
  }

  .catalog-section .filter-categories__category-title {
      font-size: 14px;
  }

  .catalog-section .filter-categories__item {
      font-size: 14px;
  }

  .catalog-section .filter__title {
      font-size: 16px;
  }

  .catalog-section .filter__item:first-child {
      padding-top: 16px;
  }

  .catalog-section .filter__item-title {
      font-size: 14px;
  }

  .catalog-section .filter__range-wrap {
      gap: 5px;
  }

  .contacts-page .contacts-block {
      margin-bottom: 50px;
  }

  .contacts-page .contacts-elem {
      padding: 30px 20px;
  }

  .contacts-page .contacts-elem__title {
      margin-bottom: 24px;
      font-size: 20px;
  }

  .contacts-page .contacts-elem__list {
      gap: 18px;
  }

  .contacts-page .contacts-elem__item-icon {
      width: 24px;
      height: 24px;
  }

  .contacts-page .contacts-elem__item-info {
      font-size: 18px;
  }

  .contacts-page .addresses__wrap {
      grid-template-columns: repeat(8, 1fr);
  }

  .contacts-page .addresses-elem {
      grid-column: span 3;
  }

  .contacts-page .addresses-elem__item-icon {
      width: 24px;
      height: 24px;
  }

  .contacts-page .addresses-elem__item-info {
      font-size: 18px;
  }

  .contacts-page .addresses-map {
      grid-column: span 5;
  }

  .contacts-page .addresses-map iframe {
      width: 100%;
      height: 270px;
  }

  .delivery-page .tariffs-title {
      margin-bottom: 30px;
  }

  .delivery-page .tariffs-links {
      margin-bottom: 46px;
  }

  .delivery-page .tariffs-links__link {
      font-size: 16px;
  }

  .delivery-page .ad-list__desc-text {
      font-size: 14px;
  }

  .delivery-page .ad-list__link {
      font-size: 12px;
  }

  .delivery-page .notations-block:first-child {
      margin-bottom: 30px;
  }

  .delivery-page .notations-block__title {
      margin-bottom: 20px;
  }

  .delivery-page .notations-block__desc {
      gap: 16px;
  }

  .payment-page .info-payment .payment-links {
      margin-bottom: 46px;
  }

  .payment-page .info-payment .payment-links__link {
      font-size: 16px;
  }

  .payment-page .info-payment__title {
      margin-bottom: 30px;
  }

  .payment-page .info-payment__desc-title {
      margin-bottom: 24px;
      font-size: 18px;
      line-height: normal;
  }

  .payment-page .info-payment__list {
      gap: 18px;
  }

  .payment-page .info-payment__item-icon {
      width: 24px;
      height: 24px;
  }

  .payment-page .info-payment__item-text {
      font-size: 16px;
      line-height: 24px;
  }

  .cart-page .cart-block {
      grid-template-columns: repeat(2, 1fr);
  }

  .cart-page .products-list {
      grid-column: span 1;
  }

  .cart-page .products-list .installment-info .t-installment-info__logo {
      max-width: 80px;
  }

  .cart-page .products-list .installment-info .t-installment-info__text {
      font-size: 14px;
  }

  .cart-page .products-list__amount,
  .cart-page .products-list__reset-btn {
      color: #202020;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 25px;
  }

  .cart-page .products-list__block {
      gap: 30px;
      margin-bottom: 24px;
      padding-top: 30px;
  }

  .cart-page .products-card {
      padding-bottom: 24px;
      gap: 12px;
  }

  .cart-page .products-card__img-wrap {
      padding: 10px 5px;
      height: 110px;
  }

  .cart-page .products-card__code {
      margin-bottom: 2px;
  }

  .cart-page .products-card__price-prev {
      font-size: 12px;
  }

  .cart-page .products-card__price-current {
      font-size: 17px;
  }

  .cart-page .result__amount {
      font-size: 16px;
  }

  .cart-page .result__price {
      font-size: 24px;
  }

  .cart-page .order-block {
      grid-column: span 1;
      padding: 30px 30px 52px;
  }

  .cart-page .order-block__title {
      font-size: 20px;
  }

  .cart-page .order-form__inputs-box {
      gap: 12px;
  }

  .cart-page .order-form__input-group {
      gap: 10px;
  }

  .cart-page .order-form__map-title {
      font-size: 14px;
  }

  .cart-page .order-form__address-title {
      font-size: 14px;
  }

  .cart-page .order-form__address-desc {
      font-size: 14px;
      line-height: 20px;
  }

  .cart-page .order-form__payment {
      flex-wrap: wrap;
  }

  .cart-page .order-form__submit-btn {
      font-size: 16px;
  }

  .cart-page .order-form__notation {
      font-size: 10px;
      line-height: 14px;
  }

  .cart-page .bestsellers-swiper__slide-title {
      font-size: 16px;
      line-height: 24px;
  }

  .cart-page .bestsellers-swiper__img-warp {
      height: 200px;
      padding: 45px 15px 15px;
  }

  .cart-page .bestsellers-swiper__price-current {
      font-size: 18px;
  }

  .cart-page .bestsellers-swiper__price-prev {
      font-size: 14px;
      line-height: 20px;
  }

  .cart-page .bestsellers-swiper__favorite {
      top: 20px;
      right: 20px;
  }

  .cart-page .bestsellers-swiper__favorite svg {
      width: 20px;
      height: 20px;
  }

  .guarantee-info__title {
      margin-bottom: 30px;
  }

  .guarantee-links {
      margin-bottom: 46px;
  }

  .guarantee-links__link {
      font-size: 16px;
  }

  .guarantee-content__title {
      margin-bottom: 6px;
      font-size: 18px;
  }

  .guarantee-content__desc-wrap {
      margin-bottom: 6px;
  }

  .dealer-info__title {
      margin-bottom: 30px;
  }

  .dealer-links {
      margin-bottom: 46px;
  }

  .dealer-links__link {
      font-size: 16px;
  }

  .dealer-content {
      gap: 26px;
  }

  .dealer-content__title {
      margin-bottom: 6px;
      font-size: 18px;
  }

  .dealer-content__item-btn {
      width: 340px;
      font-size: 16px;
  }

  .dealer-content__advertisement {
      padding: 35px;
  }

  .dealer-content__video {
      width: 580px;
      height: 500px;
  }

  .dealer-content__indicators {
      padding: 35px;
      gap: 35px 57px;
  }

  .dealer-content__contacts {
      gap: 24px 20px;
  }

  .dealer-content__desc-wrap {
      margin-bottom: 6px;
  }

  .dealer-content__list {
      gap: 12px;
  }

  .manufacturers-info__title {
      margin-bottom: 30px;
  }

  .manufacturers-links {
      margin-bottom: 46px;
  }

  .manufacturers-links__link {
      font-size: 16px;
  }

  .manufacturers-content__title {
      margin-bottom: 6px;
      font-size: 18px;
  }

  .manufacturers-content__desc-wrap {
      margin-bottom: 6px;
  }

  .wholesalers-info__title {
      margin-bottom: 30px;
  }

  .wholesalers-links {
      margin-bottom: 46px;
  }

  .wholesalers-links__link {
      font-size: 16px;
  }

  .wholesalers-content__title {
      margin-bottom: 6px;
      font-size: 18px;
  }

  .wholesalers-content__desc-wrap {
      margin-bottom: 6px;
  }

  .designers-info__title {
      margin-bottom: 30px;
  }

  .designers-links {
      margin-bottom: 46px;
  }

  .designers-links__link {
      font-size: 16px;
  }

  .designers-content__title {
      margin-bottom: 6px;
      font-size: 18px;
  }

  .contract-info__title {
      margin-bottom: 30px;
  }

  .contract-links {
      margin-bottom: 46px;
  }

  .contract-links__link {
      font-size: 16px;
  }

  .contract-content__title {
      margin-bottom: 6px;
      font-size: 18px;
  }

  .contract-content__desc-wrap {
      margin-bottom: 6px;
  }

  .about-page .about-info__title {
      margin-bottom: 30px;
  }

  .about-page .about-links {
      margin-bottom: 46px;
  }

  .about-page .about-links__link {
      font-size: 16px;
  }

  .about-page .about-content__title {
      margin-bottom: 6px;
      font-size: 18px;
  }

  .about-page .about-content__desc-wrap {
      margin-bottom: 6px;
  }

  .production-page .production-info__title {
      margin-bottom: 30px;
  }

  .production-page .production-links {
      margin-bottom: 46px;
  }

  .production-page .production-links__link {
      font-size: 16px;
  }

  .production-page .production-content__title {
      margin-bottom: 6px;
      font-size: 18px;
  }

  .production-page .production-content__desc-wrap {
      margin-bottom: 6px;
  }

  .requisites-page .requisites-info__title {
      margin-bottom: 30px;
  }

  .requisites-page .requisites-links {
      margin-bottom: 46px;
  }

  .requisites-page .requisites-links__link {
      font-size: 16px;
  }

  .requisites-page .requisites-content {
      gap: 20px;
  }

  .requisites-page .requisites-content__title {
      margin-bottom: 20px;
      font-size: 18px;
  }

  .requisites-page .requisites-content__desc-wrap {
      margin-bottom: 6px;
  }

  .privacy-policy .privacy-info__title {
      margin-bottom: 30px;
  }

  .privacy-policy .privacy-links {
      margin-bottom: 46px;
  }

  .privacy-policy .privacy-links__link {
      font-size: 16px;
  }

  .privacy-policy .privacy-content__title {
      margin-bottom: 6px;
      font-size: 18px;
  }

  .privacy-policy .privacy-content__desc-wrap {
      margin-bottom: 6px;
  }

  .blog .articles-card {
      padding: 20px;
      gap: 15px;
  }

  .blog .articles-card__img {
      height: 115px;
  }

  .blog .articles-card__title {
      font-size: 18px;
      line-height: 22px;
  }

  .blog-article .article-info__title {
      margin-bottom: 30px;
  }

  .blog-article .article-links {
      margin-bottom: 46px;
  }

  .blog-article .article-links__link {
      font-size: 16px;
  }

  .blog-article .article-content__title {
      margin-bottom: 6px;
      font-size: 18px;
  }

  .blog-article .article-content__desc-wrap {
      margin-bottom: 6px;
  }

  .account-section .account-links {
      margin-bottom: 46px;
  }

  .account-section .account-links__link {
      font-size: 16px;
  }

  .account-section .account-links__logout {
      font-size: 16px;
  }

  .personal-data__item {
      max-width: 580px;
      padding: 32px 78px 32px 32px;
  }

  .personal-data__title {
      font-size: 18px;
      margin-bottom: 20px;
  }

  .personal-data__input-group {
      gap: 14px;
  }

  .personal-data__input {
      font-size: 14px;
      line-height: 28px;
  }

  .orders-list {
      gap: 32px;
  }

  .orders-list__item {
      padding: 30px;
  }

  .orders-list__title {
      font-size: 18px;
  }

  .orders-list__status {
      font-size: 14px;
  }

  .orders-list__num {
      font-size: 16px;
  }

  .orders-list__product-item {
      width: 120px;
      height: 80px;
  }

  .orders-list__product-item:nth-child(n+4) {
      display: none;
  }

  .orders-list__product-link {
      width: 120px;
      height: 80px;
  }

  .orders-list__total-value {
      font-size: 16px;
  }

  .orders-list__total-link {
      font-size: 16px;
  }

  .order-page .order-content {
      grid-template-columns: repeat(2, 1fr);
  }

  .order-page .order-list {
      grid-column: span 1;
      max-width: 360px;
  }

  .order-page .order-list__header {
      font-size: 14px;
  }

  .order-page .order-list__total-amount {
      font-size: 16px;
  }

  .order-page .order-list__total-item {
      font-size: 24px;
  }

  .order-page .order-item {
      padding: 30px 0px;
  }

  .order-page .order-item__img-wrap {
      width: 80px;
      height: 70px;
      padding: 5px 3px;
  }

  .order-page .order-item__desc {
      gap: 38px;
  }

  .order-page .order-item__cost {
      font-size: 16px;
  }

  .order-page .order-item__amount {
      font-size: 18px;
  }

  .order-page .order-info {
      grid-column: span 1;
  }

  .order-page .order-info__title {
      margin-bottom: 16px;
      font-size: 18px;
  }

  .order-page .order-info__list {
      gap: 10px;
  }

  .order-page .order-info__item-elem {
      font-size: 16px;
  }

  .order-page .order-info__item-desc {
      font-size: 16px;
  }

  .stores-page .stores-item__pin-img {
      width: 24px;
      height: 24px;
  }

  .stores-page .stores-item__title {
      font-size: 18px;
  }

  .stores-page .stores-item__desc {
      font-size: 14px;
  }

  .stores-page .stores-elem__address {
      font-size: 16px;
      line-height: 24px;
  }

  .stores-page .stores-elem__contacts-item {
      font-size: 14px;
      line-height: 20px;
  }

  .stores-page .stores-elem__schedule-item {
      font-size: 14px;
      line-height: 20px;
  }

  .stores-page .stores-maps__list .maps-item iframe {
      width: 500px;
  }

  .catalog-page .catalog-elem {
      padding: 14px;
  }

  .catalog-page .catalog-elem__title-link {
      font-size: 18px;
  }

  .vacancies-page .vacancies__wrap {
      margin-bottom: 160px;
  }

  .vacancies-page .vacancies-list {
      max-width: 75%;
      gap: 34px;
  }

  .vacancies-page .vacancies-item {
      padding-bottom: 34px;
  }

  .vacancy-page .vacancy__wrap {
      margin-bottom: 160px;
  }

  .vacancy-page .vacancy-descr {
      max-width: 100%;
      margin-bottom: 44px;
  }

  .vacancy-page .vacancy-descr__header {
      margin-bottom: 24px;
  }

  .vacancy-page .vacancy-descr__title {
      margin-bottom: 6px;
      font-size: 18px;
  }

  .vacancy-page .vacancy-list {
      gap: 24px;
  }

  .vacancy-page .vacancy-item__title {
      margin-bottom: 6px;
      font-size: 18px;
      line-height: 35px;
  }

  .resume-btn {
      font-size: 16px;
      line-height: 25px;
  }

  .dolyame-page__title {
      margin-bottom: 34px;
  }

  .dolyame-page .dolyame-section__title {
      margin-bottom: 24px;
  }

  .dolyame-page .dolyame-content {
      gap: 20px;
  }

  .dolyame-page .dolyame-info {
      gap: 36px;
      max-width: calc(50% - 10px);
  }

  .dolyame-page .dolyame-info__link {
      padding: 12px 26px;
      font-size: 16px;
  }

  .dolyame-page .dolyame-desc__title {
      font-size: 30px;
      line-height: 36px;
  }

  .dolyame-page .dolyame-advantages__wrap {
      margin-bottom: 80px;
  }

  .dolyame-page .dolyame-advantage__title {
      font-size: 16px;
      line-height: 24px;
  }

  .dolyame-page .dolyame-advantage__text {
      font-size: 16px;
      line-height: 24px;
  }

  .dolyame-page .dolyame-steps__wrap {
      margin-bottom: 80px;
  }

  .dolyame-page .dolyame-step__title {
      font-size: 16px;
      line-height: 22px;
  }

  .dolyame-page .dolyame-step__text {
      font-size: 16px;
      line-height: 22px;
  }

  .dolyame-page .dolyame-faq__wrap {
      margin-bottom: 80px;
  }

  .dolyame-page .dolyame-faq__link {
      padding: 16px;
      font-size: 16px;
      line-height: 24px;
  }

  .dolyame-page .dolyame-accordeon {
      max-width: 700px;
  }

  .dolyame-page .dolyame-item__title {
      max-width: 644px;
  }

  .dolyame-page .dolyame-item__desc {
      max-width: 644px;
  }

  .dolyame-page .dolyame-apps__wrap {
      gap: 16px;
  }

  .dolyame-page .apps-banner {
      max-width: 700px;
  }

  .installment-page {
      margin-bottom: 84px;
  }

  .installment-page .installment-steps__top {
      margin-bottom: 32px;
  }

  .installment-page .installment-categories .categories-list {
      gap: 48px;
  }

  .installment-page .installment-categories .categories-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0px;
      text-align: center;
  }

  .installment-page .installment-desc__wrap {
      gap: 64px;
  }

  .installment-page .installment-conditions {
      gap: 20px;
  }

  .home-ideas .ideas-nav__item {
      min-width: 200px;
  }

  .home-ideas .idea-block {
      height: 500px;
  }

  .home-ideas .idea-block__img-wrap:not(:first-child) {
      height: 240px;
  }

  .home-ideas .idea-block__img-wrap .popup-content {
      padding: 16px;
      max-width: 230px;
  }

  .home-ideas .idea-block__img-wrap .popup-content__title {
      margin-bottom: 8px;
  }

  .home-ideas .idea-block__img-wrap .popup-content__price-current {
      font-size: 20px;
      line-height: 1.5;
  }

  .catalog-btn {
      margin-bottom: 30px;
  }

  .catalog-btn__load-more {
      max-width: 220px;
      font-size: 16px;
  }

  .catalog-pagintaion__btn-next {
      width: 24px;
      height: 24px;
  }

  .catalog-pagintaion__list {
      gap: 30px;
  }

  .catalog-pagintaion__item {
      font-size: 14px;
  }

  .cooperation-modal__wrap {
      padding: 30px;
      max-width: 750px;
  }

  .cooperation-modal__header {
      margin-bottom: 26px;
  }

  .cooperation-modal .cooperation-form__inputs-wrap {
      margin-bottom: 30px;
      gap: 30px;
  }

  .cooperation-modal .cooperation-form__inputs-elem {
      gap: 11px;
  }
}

@media screen and (max-width: 1024px) {
  .product-detail .preview-tabs__measurements-item:first-child {
      grid-area: first;
  }

  .product-detail .preview-tabs__measurements-item:nth-child(2) {
      grid-area: second;
  }

  .product-detail .preview-tabs__measurements-item:nth-child(3) {
      grid-area: third;
  }

  .product-detail .preview-tabs__measurements-item:last-child {
      grid-area: last;
  }

  .product-detail .preview-tabs__info {
      max-width: 100%;
  }

  .product-detail .preview-tabs__info-title {
      font-size: 16px;
  }

  .product-detail .preview-tabs__info-name {
      font-size: 14px;
  }

  .product-detail .preview-tabs__info-data {
      font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
  .product-detail .preview-tabs__measurements-item:last-child {
      display: none;
  }
}

@media screen and (max-width: 1023px) {
  .container {
      padding: 0px 34px;
  }

  .header-top {
      display: none;
  }

  .header-top__links-list {
      display: flex;
      flex-direction: column;
      gap: 16px;
  }

  .header-top__links-item {
      font-size: 14px;
  }

  .header-top__select-item {
      font-size: 14px;
  }

  .header-top__contacts-item {
      font-size: 14px;
  }

  .header-top__contacts-item--bold {
      font-size: 14px;
  }

  .header-navbar__wrap {
      padding: 25px 0px 20px;
      flex-wrap: wrap;
      gap: 25px;
  }

  .header-navbar__logo-wrap {
      width: 100px;
      height: 50px;
  }

  .header-navbar__elems {
      order: 1;
      width: 100%;
  }

  .header-menu__btn {
      padding: 13px 22px 14px;
  }

  .header-menu__btn-title {
      display: none;
  }

  .header-menu .menu__list {
      border-right: none;
      padding: 0;
      gap: 24px;
  }

  .header-menu .menu__item-link {
      color: #202020;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
  }

  .header-search__wrap {
      flex-grow: 1;
  }

  .header-search {
      width: 100%;
      padding: 9px 22px;
  }

  .header-search img {
      width: 24px;
      height: 24px;
  }

  .header .presearch__show-all {
      font-size: 16px;
      padding: 12px 0px;
  }

  .header-categories .container {
      padding-right: 0px;
  }

  .header-categories__list {
      overflow: auto;
      white-space: nowrap;
      gap: 16px;
      scrollbar-width: none;
  }

  .header-categories__list::-webkit-scrollbar {
      width: 0px;
      height: 0px;
      display: none;
      -webkit-appearance: none;
  }

  .footer__wrap {
      padding: 34px 0px 24px;
  }

  .footer-nav {
      grid-template-columns: repeat(3, 1fr);
  }

  .footer-nav__group:first-child .footer-nav__group-info {
      display: none;
  }

  .footer-nav__group:first-child .footer-nav__group-contacts {
      display: block;
      margin-top: 16px;
  }

  .footer-nav__group:nth-child(2) .footer-nav__group-info {
      display: block;
      margin-top: 16px;
  }

  .footer-nav__group:nth-child(4) {
      display: none;
  }

  .main-catalog .catalog-row {
      grid-template-columns: repeat(3, 1fr);
      gap: 24px 20px;
  }

  .main-catalog .catalog-row--even {
      grid-template-areas: "first category category" "second category category";
  }

  .main-catalog .catalog-row--even .catalog-card:first-child {
      grid-area: first;
  }

  .main-catalog .catalog-row--even .catalog-card:nth-child(2) {
      grid-area: second;
  }

  .main-catalog .catalog-row--even .catalog-category {
      grid-area: category;
  }

  .main-catalog .catalog-promotion__title {
      font-size: 25px;
      line-height: 35px;
  }

  .catalog-category__wrap {
      padding: 86px 30px 85px;
  }

  .catalog-category__title {
      font-size: 25px;
      line-height: 36px;
  }

  .catalog-category__link {
      font-size: 16px;
  }

  .catalog-card__wrap {
      gap: 12px;
  }

  .catalog-card__title {
      font-size: 14px;
      line-height: 20px;
  }

  .catalog-card__price-current {
      height: 40px;
      font-size: 16px;
      line-height: 24px;
  }

  .catalog-card__price-discount {
      font-size: 14px;
      line-height: 24px;
  }

  .catalog-card .catalog-card__add--mobile {
      display: block;
  }

  .often-searched__title {
      font-size: 24px;
      line-height: 36px;
  }

  .often-searched__list-item {
      font-size: 14px;
      line-height: 20px;
  }

  .product-detail__content-wrap {
      display: flex;
      flex-direction: column-reverse;
      gap: 50px;
      overflow: hidden;
  }

  .product-detail__preview {
      padding-right: 0;
  }

  .product-detail__info {
      padding: 0;
  }

  .product-detail .preview-photo {
      display: none;
  }

  .product-detail .preview-tabs__item-title {
      font-size: 14px;
  }

  .product-detail .preview-tabs__desc-title {
      margin-bottom: 16px;
      font-size: 18px;
      line-height: 31px;
  }

  .product-detail .preview-tabs__measurements {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .product-detail .preview-tabs__measurements-list {
      width: 100%;
      display: grid;
      gap: 16px 60px;
      grid-template-columns: 430px 134px;
      grid-template-areas: "first last" "second last" "third last";
  }

  .product-detail .preview-tabs__measurements-title {
      font-size: 16px;
      margin-bottom: 9px;
  }

  .product-detail .main-info__header-top {
      align-items: baseline;
  }

  .product-detail .installment-modal__block {
      max-width: 90%;
  }

  .product-detail .installment-modal__block-close {
      width: 24px;
      height: 24px;
  }

  .product-detail .installment-modal .dolyame-block {
      padding: 20px 18px;
      gap: 18px;
  }

  .product-detail .installment-modal .dolyame-block__title {
      font-size: 18px;
      line-height: normal;
  }

  .product-detail .installment-modal .dolyame-block__desc {
      font-size: 12px;
      line-height: 16px;
  }

  .product-detail .installment-modal .dolyame-block__advantages {
      grid-template-columns: 1fr;
      gap: 12px;
  }

  .product-detail .installment-modal .dolyame-block__advantages-item {
      gap: 6px;
  }

  .product-detail .installment-modal .t-installment-block {
      padding: 20px;
  }

  .product-detail .installment-modal .t-installment-block__title {
      font-size: 24px;
      line-height: 28px;
  }

  .product-detail .installment-modal .t-installment-block__advantages {
      grid-template-columns: 1fr;
      gap: 16px;
  }

  .product-detail .installment-modal .t-installment-block__item {
      flex-direction: row;
  }

  .product-detail .installment-modal .t-installment-block__icon-wrap {
      width: 32px;
      height: 32px;
      flex-shrink: 0;
      border-radius: 8px;
  }

  .product-detail .installment-modal .t-installment-block__icon {
      width: 24px;
      height: 24px;
  }

  .product-detail .installment-modal .t-installment-block__item-desc {
      text-align: start;
      font-size: 14px;
      line-height: 20px;
  }

  .product-detail .main-info__delivery-icon {
      width: 20px;
      height: 20px;
  }

  .product-detail .main-info__delivery-text {
      font-size: 16px;
  }

  .product-detail .main-info__delivery-cost {
      font-size: 16px;
  }

  .product-detail .vendor-code {
      margin-bottom: 16px;
  }

  .product-detail .color-select__title {
      font-size: 16px;
  }

  .product-detail .color-select__current-color {
      font-size: 16px;
  }

  .product-detail .color-select__list {
      grid-template-columns: repeat(6, 1fr);
      gap: 11px;
  }

  .product-detail .color-select__item {
      height: 80px;
  }

  .product-detail .size-select__title {
      font-size: 16px;
  }

  .product-detail .size-select__list {
      grid-template-columns: repeat(4, 1fr);
  }

  .product-detail .product-characteristics {
      max-width: 460px;
      margin-bottom: 40px;
  }

  .product-detail .product-characteristics__title {
      font-size: 16px;
  }

  .product-detail .product-configuration {
      margin-bottom: 0;
  }

  .product-detail .product-configuration__title {
      font-size: 16px;
  }

  .product-detail .product-configuration__current-option {
      font-size: 14px;
  }

  .product-detail .product-configuration__option-wrap {
      font-size: 14px;
  }

  .product-detail .product-ad {
      display: none;
  }

  .product-detail .productbar__wrap {
      padding: 12px 0px;
      gap: 20px;
  }

  .product-detail .productbar__img {
      display: none;
  }

  .product-detail .productbar__desc {
      max-width: 100%;
  }

  .product-detail .productbar__info {
      flex-direction: column;
      gap: 8px;
  }

  .product-detail .productbar .main-info__cost-box {
      margin-bottom: 0;
      white-space: nowrap;
  }

  .product-detail .productbar .main-info__cost-current {
      font-size: 18px;
      line-height: 26px;
  }

  .product-detail .productbar .main-info__credit {
      display: none;
  }

  .product-detail .productbar .main-info__add-cart {
      padding: 8px 28px;
      font-size: 14px;
      line-height: 20px;
  }

  .product-detail .productbar .main-info__delivery {
      display: none;
  }

  .product-detail .similar-products__title {
      font-size: 20px;
  }

  .product-detail .similar-products__card-title {
      font-size: 14px;
      line-height: 20px;
  }

  .product-detail .similar-products__price-current {
      font-size: 16px;
      line-height: 24px;
  }

  .product-detail .similar-products__price-prev {
      font-size: 12px;
      line-height: 18px;
  }

  .product-detail .preview-mobile {
      display: block;
  }

  .product-detail .mobile-ad {
      display: block;
  }

  .product-detail .mobile-ad .product-ad {
      display: flex;
  }

  .catalog-section__title {
      font-size: 25px;
      line-height: 36px;
      margin-bottom: 28px;
  }

  .catalog-section .product-list {
      margin-bottom: 40px;
  }

  .catalog-section__content-wrap {
      grid-template-columns: repeat(3, 1fr);
      margin-bottom: 200px;
  }

  .catalog-section__products-list .catalog-card__wrap {
      gap: 12px;
  }

  .catalog-section__products-list .catalog-card__title {
      font-size: 14px;
      line-height: 20px;
  }

  .catalog-section__products-list .catalog-card__price-current {
      font-size: 16px;
      line-height: 24px;
  }

  .catalog-section__products-list .catalog-card__price-discount {
      font-size: 14px;
      line-height: 24px;
  }

  .catalog-section__products-list .catalog-card .catalog-card__add--mobile {
      display: block;
  }

  .catalog-section .current-filters .filter-btn {
      display: flex;
      align-items: center;
      gap: 6px;
  }

  .catalog-section__filters {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 999;
      width: 100%;
      height: 100%;
      background: rgba(137, 137, 137, 0.57);
  }

  .catalog-section__filters.show {
      display: block;
  }

  .catalog-section__filters.show .catalog-section__filters-wrap {
      animation: filterShow 0.3s ease-in-out;
  }

  .catalog-section__filters.show .catalog-section__filters-wrap.hidding {
      animation: filterHidding 0.3s ease-in-out;
  }

  @keyframes filterShow {
      0% {
          transform: translateX(-100%);
      }

      100% {
          transform: translateX(0%);
      }
  }

  @keyframes filterHidding {
      0% {
          transform: translateX(0%);
      }

      100% {
          transform: translateX(-100%);
      }
  }

  .catalog-section__filters-wrap {
      padding: 34px 20px 34px 34px;
      background: #fff;
      max-width: 374px;
  }

  .catalog-section__filters-header {
      display: flex;
  }

  .favorites-page .catalog-section__products-list {
      grid-template-columns: repeat(3, 1fr);
  }

  .contacts-page .contacts__title {
      margin-bottom: 28px;
      font-size: 25px;
      line-height: 36px;
  }

  .contacts-page .contacts-block {
      margin-bottom: 40px;
  }

  .contacts-page .contacts-elem__title {
      margin-bottom: 18px;
      font-size: 18px;
  }

  .contacts-page .contacts-elem__list {
      gap: 16px;
  }

  .contacts-page .contacts-elem__item {
      gap: 10px;
  }

  .contacts-page .contacts-elem__item-icon {
      width: 20px;
      height: 20px;
  }

  .contacts-page .contacts-elem__item-info {
      font-size: 14px;
  }

  .contacts-page .addresses-elem__title {
      font-size: 18px;
  }

  .contacts-page .addresses-elem__item-icon {
      width: 20px;
      height: 20px;
  }

  .contacts-page .addresses-elem__item-info {
      font-size: 14px;
      line-height: 18px;
  }

  .contacts-page .addresses-map iframe {
      height: 194px;
  }

  .delivery-page .tariffs__wrap {
      margin-bottom: 50px;
  }

  .delivery-page .tariffs-title {
      margin-bottom: 24px;
      font-size: 25px;
  }

  .delivery-page .tariffs-links {
      margin-bottom: 35px;
  }

  .delivery-page .tariffs-links__link {
      font-size: 14px;
  }

  .delivery-page .tariffs-list {
      gap: 40px;
  }

  .delivery-page .tariffs-type__title {
      font-size: 16px;
  }

  .delivery-page .tariffs-type__price {
      gap: 16px;
  }

  .delivery-page .tariffs-type__price-title {
      font-size: 14px;
  }

  .delivery-page .tariffs-type__price-value {
      font-size: 14px;
  }

  .delivery-page .ad-block__wrap {
      padding: 38px 48px;
      margin-bottom: 50px;
  }

  .delivery-page .ad-list__item {
      max-width: 122px;
  }

  .delivery-page .ad-list__desc-icon {
      width: 30px;
      height: 30px;
      margin-bottom: 16px;
  }

  .delivery-page .ad-list__desc-text {
      font-size: 12px;
  }

  .delivery-page .notations-block:first-child {
      margin-bottom: 20px;
  }

  .delivery-page .notations-block__title {
      margin-bottom: 14px;
      font-size: 16px;
  }

  .delivery-page .notations-block__desc {
      font-size: 14px;
      line-height: 24px;
  }

  .payment-page .info-payment .payment-links {
      margin-bottom: 35px;
  }

  .payment-page .info-payment .payment-links__link {
      font-size: 14px;
  }

  .payment-page .info-payment__title {
      font-size: 25px;
  }

  .payment-page .info-payment__desc-title {
      margin-bottom: 20px;
      font-size: 16px;
  }

  .payment-page .info-payment__item-icon {
      width: 20px;
      height: 20px;
  }

  .payment-page .info-payment__item-text {
      font-size: 14px;
      line-height: 20px;
  }

  .cart-page .cart__wrap {
      padding-bottom: 170px;
  }

  .cart-page .cart__title {
      margin-bottom: 34px;
      font-size: 25px;
      line-height: 36px;
  }

  .cart-page .cart-block {
      grid-template-columns: 1fr;
      gap: 40px;
  }

  .cart-page .products-list .installment-info {
      margin-bottom: 16px;
  }

  .cart-page .products-list__header {
      margin-bottom: 16px;
  }

  .cart-page .products-card__price {
      gap: 14px;
  }

  .cart-page .result__amount {
      font-size: 14px;
  }

  .cart-page .result__price {
      font-size: 20px;
  }

  .cart-page .result__notation {
      font-size: 14px;
  }

  .cart-page .order-block {
      padding: 40px 40px 50px;
  }

  .cart-page .order-block__title {
      font-size: 18px;
  }

  .cart-page .order-form__inputs-box {
      gap: 22px;
  }

  .cart-page .order-form__elem-title {
      font-size: 16px;
  }

  .cart-page .order-form__input {
      font-size: 14px;
  }

  .cart-page .order-form__submit-btn {
      font-size: 14px;
      padding: 12px 28px;
  }

  .cart-page .bestsellers-swiper__title {
      font-size: 20px;
  }

  .cart-page .bestsellers-swiper__slide-title {
      font-size: 14px;
      line-height: 20px;
  }

  .cart-page .bestsellers-swiper__price-current {
      font-size: 16px;
      line-height: 24px;
  }

  .cart-page .bestsellers-swiper__price-prev {
      font-size: 12px;
      line-height: 18px;
  }

  .guarantee-info {
      margin-bottom: 80px;
  }

  .guarantee-info__title {
      font-size: 25px;
  }

  .guarantee-links {
      margin-bottom: 35px;
  }

  .guarantee-links__link {
      font-size: 14px;
  }

  .guarantee-content__title {
      margin-bottom: 4px;
      font-size: 16px;
  }

  .guarantee-content__desc-wrap {
      margin-bottom: 4px;
      font-size: 14px;
  }

  .dealer-info {
      margin-bottom: 80px;
  }

  .dealer-info__title {
      font-size: 25px;
  }

  .dealer-links {
      margin-bottom: 35px;
  }

  .dealer-links__link {
      font-size: 14px;
  }

  .dealer-content {
      gap: 22px;
  }

  .dealer-content__title {
      margin-bottom: 4px;
      font-size: 16px;
  }

  .dealer-content__item-btn {
      font-size: 14px;
      width: 220px;
  }

  .dealer-content__advertisement {
      gap: 48px 38px;
  }

  .dealer-content__advertisement-icon {
      width: 26px;
      height: 26px;
  }

  .dealer-content__advertisement-title {
      font-size: 12px;
  }

  .dealer-content__video {
      width: 100%;
      height: 460px;
  }

  .dealer-content__indicators {
      padding: 30px;
      gap: 30px 0px;
  }

  .dealer-content__indicators-value {
      font-size: 30px;
      line-height: 40px;
  }

  .dealer-content__indicators-desc {
      font-size: 12px;
      line-height: 18px;
  }

  .dealer-content__contacts-title {
      margin-bottom: 10px;
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      line-height: 16px;
  }

  .dealer-content__contacts-link {
      font-size: 14px;
      line-height: 18px;
  }

  .dealer-content__desc-wrap {
      margin-bottom: 4px;
      font-size: 14px;
  }

  .manufacturers-info {
      margin-bottom: 80px;
  }

  .manufacturers-info__title {
      font-size: 25px;
  }

  .manufacturers-links {
      margin-bottom: 35px;
  }

  .manufacturers-links__link {
      font-size: 14px;
  }

  .manufacturers-content__title {
      margin-bottom: 4px;
      font-size: 16px;
  }

  .manufacturers-content__desc-wrap {
      margin-bottom: 4px;
      font-size: 14px;
  }

  .wholesalers-info {
      margin-bottom: 80px;
  }

  .wholesalers-info__title {
      font-size: 25px;
  }

  .wholesalers-links {
      margin-bottom: 35px;
  }

  .wholesalers-links__link {
      font-size: 14px;
  }

  .wholesalers-content__title {
      margin-bottom: 4px;
      font-size: 16px;
  }

  .wholesalers-content__desc-wrap {
      margin-bottom: 4px;
      font-size: 14px;
  }

  .designers-info {
      margin-bottom: 80px;
  }

  .designers-info__title {
      font-size: 25px;
  }

  .designers-links {
      margin-bottom: 35px;
  }

  .designers-links__link {
      font-size: 14px;
  }

  .designers-content__title {
      margin-bottom: 4px;
      font-size: 16px;
  }

  .designers-content__desc {
      font-size: 14px;
  }

  .contract-info {
      margin-bottom: 80px;
  }

  .contract-info__title {
      font-size: 25px;
  }

  .contract-links {
      margin-bottom: 35px;
  }

  .contract-links__link {
      font-size: 14px;
  }

  .contract-content__title {
      margin-bottom: 4px;
      font-size: 16px;
  }

  .contract-content__desc-wrap {
      margin-bottom: 4px;
      font-size: 14px;
  }

  .about-page .about-info {
      margin-bottom: 80px;
  }

  .about-page .about-info__title {
      font-size: 25px;
  }

  .about-page .about-links {
      margin-bottom: 35px;
  }

  .about-page .about-links__link {
      font-size: 14px;
  }

  .about-page .about-content__title {
      margin-bottom: 4px;
      font-size: 16px;
  }

  .about-page .about-content__desc-wrap {
      margin-bottom: 4px;
      font-size: 14px;
  }

  .production-page .production-info {
      margin-bottom: 80px;
  }

  .production-page .production-info__title {
      font-size: 25px;
  }

  .production-page .production-links {
      margin-bottom: 35px;
  }

  .production-page .production-links__link {
      font-size: 14px;
  }

  .production-page .production-content__title {
      margin-bottom: 4px;
      font-size: 16px;
  }

  .production-page .production-content__desc-wrap {
      margin-bottom: 4px;
      font-size: 14px;
  }

  .requisites-page .requisites-info {
      margin-bottom: 80px;
  }

  .requisites-page .requisites-info__title {
      font-size: 25px;
  }

  .requisites-page .requisites-links {
      margin-bottom: 35px;
  }

  .requisites-page .requisites-links__link {
      font-size: 14px;
  }

  .requisites-page .requisites-content {
      gap: 18px;
  }

  .requisites-page .requisites-content__title {
      margin-bottom: 18px;
      font-size: 16px;
  }

  .requisites-page .requisites-content__desc-wrap {
      margin-bottom: 4px;
      font-size: 14px;
  }

  .requisites-page .requisites-content__desc-text {
      font-size: 14px;
  }

  .privacy-policy .privacy-info {
      margin-bottom: 80px;
  }

  .privacy-policy .privacy-info__title {
      font-size: 25px;
  }

  .privacy-policy .privacy-links {
      margin-bottom: 35px;
  }

  .privacy-policy .privacy-links__link {
      font-size: 14px;
  }

  .privacy-policy .privacy-content__title {
      margin-bottom: 4px;
      font-size: 16px;
  }

  .privacy-policy .privacy-content__desc-wrap {
      margin-bottom: 4px;
      font-size: 14px;
  }

  .blog .articles__wrap {
      margin-bottom: 100px;
  }

  .blog .articles__title {
      margin-bottom: 33px;
  }

  .blog .articles-card {
      display: flex;
      flex-direction: column;
      gap: 21px;
  }

  .blog .articles-card__img {
      height: 163px;
  }

  .blog .articles-card__title {
      font-size: 16px;
  }

  .blog .articles-card__date {
      font-size: 14px;
  }

  .blog .articles-card__text {
      font-size: 14px;
  }

  .blog-article .article-info {
      margin-bottom: 80px;
  }

  .blog-article .article-info__title {
      font-size: 25px;
  }

  .blog-article .article-links {
      margin-bottom: 35px;
  }

  .blog-article .article-links__link {
      font-size: 14px;
  }

  .blog-article .article-content__title {
      margin-bottom: 4px;
      font-size: 16px;
  }

  .blog-article .article-content__desc-wrap {
      margin-bottom: 4px;
      font-size: 14px;
  }

  .blog-article .article-content__img {
      height: 440px;
  }

  .account-section {
      margin-bottom: 33px;
  }

  .account-section__title {
      font-size: 25px;
      line-height: 36px;
  }

  .account-section .account-links {
      margin-bottom: 35px;
  }

  .account-section .account-links__link {
      font-size: 14px;
  }

  .account-section .account-links__logout {
      font-size: 14px;
  }

  .account-section .account-links__logout-img {
      width: 16px;
      height: 16px;
  }

  .personal-data__form {
      gap: 23px;
  }

  .personal-data__item {
      max-width: 100%;
      padding: 40px;
  }

  .personal-data__title {
      font-size: 16px;
  }

  .personal-data__input-label {
      font-size: 12px;
  }

  .personal-data__submit {
      max-width: 100%;
      padding: 15px;
  }

  .orders-list {
      gap: 30px;
  }

  .orders-list__item {
      padding: 24px;
  }

  .orders-list__header {
      padding-bottom: 18px;
  }

  .orders-list__title {
      font-size: 16px;
  }

  .orders-list__status {
      font-size: 12px;
      padding: 4px 12px;
  }

  .orders-list__num {
      font-size: 14px;
  }

  .orders-list__desc {
      padding-top: 18px;
  }

  .orders-list__info-item {
      font-size: 14px;
  }

  .orders-list__payment-link {
      font-size: 12px;
  }

  .orders-list__product-list {
      gap: 12px;
  }

  .orders-list__product-item {
      width: 90px;
      height: 50px;
  }

  .orders-list__product-link {
      width: 90px;
      height: 50px;
      font-size: 12px;
  }

  .orders-list__total {
      padding-top: 18px;
  }

  .orders-list__total-value {
      font-size: 14px;
  }

  .orders-list__total-link {
      font-size: 14px;
  }

  .order-page .order-header {
      margin-bottom: 24px;
  }

  .order-page .order-header__title {
      font-size: 20px;
  }

  .order-page .order-content {
      display: flex;
      flex-direction: column-reverse;
  }

  .order-page .order-list {
      max-width: 100%;
  }

  .order-page .order-list__header {
      margin-bottom: 16px;
  }

  .order-page .order-list__wrap {
      margin-bottom: 20px;
  }

  .order-page .order-list__total-amount {
      font-size: 14px;
  }

  .order-page .order-list__total-item {
      font-size: 20px;
  }

  .order-page .order-list__total-notation {
      font-size: 14px;
  }

  .order-page .order-item__img-wrap {
      width: 150px;
      height: 110px;
      padding: 10px 5px;
  }

  .order-page .order-item__desc {
      gap: 28px;
  }

  .order-page .order-item__amount {
      font-size: 16px;
  }

  .order-page .order-info__wrap {
      padding: 40px;
  }

  .order-page .order-info__title {
      margin-bottom: 14px;
  }

  .order-page .order-info__item-payment {
      font-size: 12px;
  }

  .order-page .order-info__item-payment {
      margin-top: 10px;
  }

  .stores-page .stores-section__title {
      margin-bottom: 30px;
      font-size: 25px;
  }

  .stores-page .stores-content {
      flex-direction: column-reverse;
      height: 900px;
  }

  .stores-page .stores-block {
      height: 100%;
  }

  .stores-page .stores-item__header {
      margin-bottom: 4px;
  }

  .stores-page .stores-elem__title {
      font-size: 18px;
  }

  .stores-page .stores-maps__list .maps-item iframe {
      width: 100%;
      height: 360px;
  }

  .catalog-page .catalog__title {
      margin-bottom: 25px;
      font-size: 25px;
  }

  .catalog-page .catalog-block {
      grid-template-columns: repeat(3, 1fr);
  }

  .vacancies-page .vacancies__wrap {
      margin-bottom: 120px;
  }

  .vacancies-page .vacancies__title {
      margin-bottom: 34px;
      font-size: 25px;
  }

  .vacancies-page .vacancies-list {
      max-width: 100%;
      gap: 30px;
  }

  .vacancies-page .vacancies-item {
      padding-bottom: 30px;
  }

  .vacancies-page .vacancies-item__header {
      margin-bottom: 8px;
  }

  .vacancies-page .vacancies-item__title {
      font-size: 18px;
  }

  .vacancies-page .vacancies-item__arrow-wrap {
      width: 20px;
      height: 20px;
  }

  .vacancies-page .vacancies-item__experience {
      font-size: 14px;
      line-height: normal;
  }

  .vacancies-page .vacancies-item__salary {
      font-size: 18px;
  }

  .vacancy-page .vacancy__wrap {
      margin-bottom: 120px;
  }

  .vacancy-page .vacancy__title {
      margin-bottom: 34px;
      font-size: 25px;
  }

  .vacancy-page .vacancy-descr {
      margin-bottom: 36px;
  }

  .vacancy-page .vacancy-descr__header {
      margin-bottom: 22px;
  }

  .vacancy-page .vacancy-descr__title {
      margin-bottom: 4px;
      font-size: 16px;
  }

  .vacancy-page .vacancy-descr__text {
      font-size: 14px;
      line-height: 23px;
  }

  .vacancy-page .vacancy-list {
      gap: 22px;
  }

  .vacancy-page .vacancy-item__title {
      font-size: 16px;
      line-height: 22px;
  }

  .vacancy-page .vacancy-item__list {
      padding-left: 24px;
  }

  .vacancy-page .vacancy-item__list-elem {
      font-size: 14px;
      line-height: 23px;
  }

  .resume-btn {
      padding: 12px 42px;
      font-size: 14px;
      line-height: 25px;
  }

  .dolyame-page .dolyame-section__title {
      padding: 16px 0px;
      font-size: 20px;
      line-height: normal;
  }

  .dolyame-page .dolyame-preview__wrap {
      margin-bottom: 64px;
  }

  .dolyame-page .dolyame-content {
      flex-direction: column-reverse;
      align-items: center;
  }

  .dolyame-page .dolyame-info {
      align-items: center;
      gap: 32px;
      max-width: unset;
      text-align: center;
  }

  .dolyame-page .dolyame-desc {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .dolyame-page .dolyame-desc__title {
      max-width: 260px;
      margin-bottom: 16px;
      font-size: 25px;
      line-height: normal;
  }

  .dolyame-page .dolyame-desc__text {
      font-size: 16px;
      line-height: 24px;
  }

  .dolyame-page .dolyame-banner {
      max-height: 208px;
  }

  .dolyame-page .dolyame-advantages__wrap {
      grid-template-columns: 1fr;
      gap: 32px;
      margin-bottom: 64px;
  }

  .dolyame-page .dolyame-advantage__text {
      max-width: 315px;
  }

  .dolyame-page .dolyame-steps__wrap {
      margin-bottom: 64px;
  }

  .dolyame-page .dolyame-steps .dolyame-section__title {
      max-width: 320px;
  }

  .dolyame-page .dolyame-list {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 32px;
  }

  .dolyame-page .dolyame-step {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .dolyame-page .dolyame-step__img-wrap {
      max-height: 290px;
      max-width: 290px;
  }

  .dolyame-page .dolyame-faq__wrap {
      margin-bottom: 64px;
  }

  .dolyame-page .dolyame-accordeon {
      max-width: 100%;
  }

  .dolyame-page .dolyame-item__title {
      font-size: 16px;
      line-height: 24px;
  }

  .dolyame-page .dolyame-item__desc {
      font-size: 16px;
      line-height: 24px;
  }

  .dolyame-page .dolyame-apps .dolyame-section__title {
      padding-bottom: 12px;
  }

  .dolyame-page .apps-banner {
      max-width: 568px;
  }

  .dolyame-page .apps-desc__text {
      font-size: 16px;
      line-height: 24px;
  }

  .installment-page {
      margin-bottom: 64px;
  }

  .installment-page .section-title {
      font-size: 20px;
      line-height: normal;
  }

  .installment-page .installment-preview__title {
      font-size: 30px;
      line-height: 36px;
  }

  .installment-page .installment-steps__top {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .installment-page .installment-steps__desc {
      max-width: 400px;
  }

  .installment-page .installment-steps .steps-list {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 32px;
  }

  .installment-page .installment-steps .steps-item__desc {
      max-width: 235px;
  }

  .installment-page .installment-categories .categories-list {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 32px;
  }

  .installment-page .installment-categories .categories-item {
      display: grid;
      text-align: start;
      gap: 16px;
      max-width: 336px;
  }

  .installment-page .installment-conditions {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 32px;
  }

  .installment-page .installment-conditions__banner {
      height: 360px;
      width: 100%;
      max-width: 460px;
  }

  .installment-page .installment-conditions__list {
      gap: 16px;
  }

  .installment-page .installment-conditions__item {
      font-size: 16px;
      line-height: 24px;
  }

  .installment-page .installment-about {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .installment-page .installment-about__title {
      font-size: 20px;
      line-height: normal;
  }

  .installment-page .installment-about__banner {
      height: 180px;
      width: 100%;
      max-width: 368px;
  }

  .installment-page .installment-info {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 32px;
      text-align: center;
  }

  .installment-page .installment-footnote {
      padding: 32px;
  }

  .home-ideas__title {
      margin-bottom: 32px;
      font-size: 25px;
  }

  .home-ideas .ideas-nav {
      gap: 24px;
      overflow-x: auto;
      flex-wrap: nowrap;
      scrollbar-width: none;
  }

  .home-ideas .ideas-nav::-webkit-scrollbar {
      width: 0px;
      height: 0px;
      display: none;
      -webkit-appearance: none;
  }

  .home-ideas .ideas-nav {
      margin-bottom: 38px;
  }

  .home-ideas .ideas-nav__item {
      min-width: 190px;
  }

  .home-ideas .ideas-nav__link {
      padding: 6px;
  }

  .home-ideas .idea-item__title {
      font-size: 20px;
      margin-bottom: 24px;
  }

  .home-ideas .idea-item:nth-child(odd) .idea-block__img-wrap:first-child {
      grid-column: 1/span 2;
  }

  .home-ideas .idea-item:nth-child(odd) .idea-block__img-wrap:not(:first-child) {
      grid-column: span 1;
  }

  .home-ideas .idea-item:nth-child(even) .idea-block__img-wrap:first-child {
      grid-column: 1/span 2;
  }

  .home-ideas .idea-item:nth-child(even) .idea-block__img-wrap:nth-child(2) {
      grid-column: 1/span 1;
      grid-row: 3/span 1;
  }

  .home-ideas .idea-item:nth-child(even) .idea-block__img-wrap:nth-child(3) {
      grid-column: 2/span 1;
      grid-row: 3/span 1;
  }

  .home-ideas .idea-block {
      grid-template-columns: repeat(2, 1fr);
      height: 800px;
  }

  .home-ideas .idea-block__img-wrap:first-child {
      height: 530px;
  }

  .home-ideas .idea-block__img-wrap:not(:first-child) {
      height: 250px;
  }

  .breadcrumbs__wrap {
      margin-bottom: 30px;
      overflow: auto;
      white-space: nowrap;
      scrollbar-width: none;
  }

  .breadcrumbs__wrap::-webkit-scrollbar {
      width: 0px;
      height: 0px;
      display: none;
      -webkit-appearance: none;
  }

  .breadcrumbs__item-title {
      font-size: 12px;
  }

  .breadcrumbs__item--current-page {
      font-size: 12px;
  }

  .cooperation-modal__wrap {
      min-width: 100%;
      min-height: 100%;
      margin: 0;
      padding: 30px 42px;
      border-radius: unset;
  }

  .cooperation-modal .cooperation-form__inputs-elem {
      display: flex;
      flex-direction: column;
      gap: 14px;
  }

  .cooperation-modal .cooperation-select {
      display: flex;
      flex-direction: column;
      gap: 11px;
  }

  .cooperation-modal .send-success {
      min-width: 100%;
      min-height: 100%;
      margin: 0;
      padding: 30px 42px;
      border-radius: unset;
  }

  .cooperation-modal .send-success .cooperation-modal__btn-close {
      top: 30px;
      right: 42px;
  }

  .authentication-modal .registration-success {
      min-width: 100%;
      min-height: 100%;
      padding: 30px 42px;
  }

  .authentication-modal .registration-success__btn-close {
      top: 30px;
      right: 42px;
  }

  .authentication-modal .password-recovery .recovery-success {
      min-width: 100%;
      min-height: 100%;
      padding: 30px 42px;
  }

  .authentication-modal .password-recovery .recovery-success__btn-close {
      top: 30px;
      right: 42px;
  }
}

@media screen and (max-width: 1023px) and (max-width: 575px) {
  .breadcrumbs__wrap {
      margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .header-navbar__elems {
      gap: 0px;
  }

  .header-menu__btn {
      display: none;
  }

  .header .presearch__wrap {
      padding: 24px 16px;
      gap: 24px;
  }

  .header .presearch-often__link {
      font-size: 12px;
  }

  .header .presearch-found__card {
      padding: 4px 10px;
  }

  .header .presearch-found__card-title {
      font-size: 12px;
  }

  .header .presearch-found__card-cost {
      font-size: 12px;
  }

  .header .presearch-found__user-icon svg {
      width: 16x;
      height: 16px;
  }

  .footer-nav {
      grid-template-columns: repeat(2, 1fr);
  }

  .catalog-category__wrap {
      padding: 20px 24px 24px;
  }

  .catalog-category__item[data-category="Недорогие диваны"] {
    padding: 20px;
  }

  .catalog-category__item[data-category="Недорогие диваны"] .catalog-category__item-title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .catalog-category__item[data-category="Недорогие диваны"] .catalog-category__item-price {
    top: 130px;
    left: 75%;
  }

  .catalog-category__item[data-category="Недорогие диваны"] .catalog-category__item-cirlce {
    bottom: 0%;
    width: 500px;
    height: 500px;
  }

  .catalog-category__item[data-category="Недорогие диваны"] .catalog-category__item-img {
    transform: translate(20%, 20%);
  }



  .catalog-category__header {
      margin-bottom: 18px;
  }

  .catalog-category__title {
      font-size: 24px;
  }

  .catalog-category__prew {
      padding: 11px 30px;
      height: 243px;
  }

  .catalog-category__prew-link {
      height: 170px;
  }

  .catalog-category__favorites {
      top: 15px;
      right: 15px;
  }

  .catalog-category__home-ideas .catalog-category__header {
      padding: 22px 20px 30px;
  }

  .catalog-category__ideas-wrap {
      height: 325px;
  }

  .catalog-card__img-wrap {
      height: 145px;
  }

  .catalog-card__favorites {
      top: 15px;
      right: 15px;
  }

  .catalog-card__favorites-icon {
      width: 16px;
      height: 16px;
  }

  .product-detail .preview-tabs__measurements-img {
      display: none;
  }

  .product-detail .main-info__header-top {
      font-size: 18px;
      line-height: 22px;
      gap: 25px;
  }

  .product-detail .color-select__list {
      display: flex;
      width: 100%;
      overflow: auto;
      scrollbar-width: none;
  }

  .product-detail .color-select__list::-webkit-scrollbar {
      width: 0px;
      height: 0px;
      display: none;
      -webkit-appearance: none;
  }

  .product-detail .color-select__item {
      min-width: 90px;
  }

  .product-detail .size-select__list {
      grid-template-columns: repeat(3, 1fr);
  }

  .product-detail .productbar__preview {
      display: none;
  }

  .product-detail .productbar__info {
      flex-direction: row;
      justify-content: space-between;
      flex-grow: 1;
  }

  .catalog-section__products-list .catalog-card__img-wrap {
      height: 145px;
  }

  .catalog-section__products-list .catalog-card__favorites {
      top: 15px;
      right: 15px;
  }

  .favorites-page .favorites-list__wrap {
      margin-bottom: 120px;
  }

  .favorites-page .catalog-section__products-list {
      grid-template-columns: repeat(2, 1fr);
  }

  .contacts-page .contacts__title {
      margin-bottom: 24px;
  }

  .contacts-page .contacts-block {
      margin-bottom: 34px;
      grid-template-columns: 1fr;
      gap: 0;
  }

  .contacts-page .contacts-elem {
      padding: 20px;
  }

  .contacts-page .addresses {
      margin-bottom: 118px;
  }

  .contacts-page .addresses__wrap {
      grid-template-columns: 1fr;
      gap: 34px;
  }

  .contacts-page .addresses-map iframe {
      height: 305px;
  }

  .delivery-page .tariffs__wrap {
      margin-bottom: 40px;
  }

  .delivery-page .tariffs-links {
      gap: 30px;
      height: 30px;
      white-space: nowrap;
      overflow: auto;
      scrollbar-width: none;
  }

  .delivery-page .tariffs-links::-webkit-scrollbar {
      width: 0px;
      height: 0px;
      display: none;
      -webkit-appearance: none;
  }

  .delivery-page .tariffs-list {
      gap: 26px;
  }

  .delivery-page .tariffs-type__title {
      font-size: 14px;
  }

  .delivery-page .tariffs-type__price-title {
      font-size: 12px;
  }

  .delivery-page .tariffs-type__price-value {
      font-size: 12px;
  }

  .delivery-page .tariffs-type__footnote {
      font-size: 12px;
      line-height: 16px;
  }

  .delivery-page .tariffs-type__header-title {
      font-size: 12px;
      line-height: 16px;
  }

  .delivery-page .tariffs-type__row-elem {
      font-size: 12px;
      line-height: 18px;
  }

  .delivery-page .ad-block__wrap {
      padding: 30px 20px;
      margin-bottom: 40px;
  }

  .delivery-page .ad-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
  }

  .delivery-page .ad-list__item {
      text-align: center;
  }

  .delivery-page .ad-list__desc {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .delivery-page .notations-block__desc {
      font-size: 12px;
      line-height: 21px;
  }

  .payment-page .info-payment .payment-links {
      gap: 30px;
      height: 30px;
      white-space: nowrap;
      overflow: auto;
      scrollbar-width: none;
  }

  .payment-page .info-payment .payment-links::-webkit-scrollbar {
      width: 0px;
      height: 0px;
      display: none;
      -webkit-appearance: none;
  }

  .payment-page .info-payment__title {
      margin-bottom: 14px;
      font-size: 16px;
      line-height: 31px;
  }

  .payment-page .info-payment__item-img {
      width: 30px;
  }

  .cart-page .cart__title {
      margin-bottom: 28px;
  }

  .cart-page .products-list__block {
      margin-bottom: 16px;
      gap: 18px;
      padding-top: 18px;
  }

  .cart-page .products-card {
      padding-bottom: 16px;
      gap: 10px;
  }

  .cart-page .products-card__img-wrap {
      padding: 5px 3px 5px 2px;
      height: 70px;
  }

  .cart-page .products-card__code {
      font-size: 10px;
      line-height: 14px;
  }

  .cart-page .products-card__title {
      font-size: 12px;
      line-height: 14px;
      max-width: 220px;
  }

  .cart-page .products-card .catalog-card__favorites-icon {
      width: 16px;
      height: 16px;
  }

  .cart-page .products-card__basement {
      align-items: flex-start;
  }

  .cart-page .products-card__price {
      display: grid;
      gap: 7px;
  }

  .cart-page .products-card__price-elem {
      display: flex;
      align-items: center;
      gap: 8px;
  }

  .cart-page .products-card__price-prev {
      order: 1;
  }

  .cart-page .products-card__price-current {
      font-size: 14px;
      line-height: 17px;
  }

  .cart-page .products-card__amount {
      padding: 6px 10px;
  }

  .cart-page .products-card__amount-btn {
      width: 16px;
      height: 16px;
  }

  .cart-page .products-card__amount-value {
      font-size: 16px;
      line-height: 24px;
  }

  .cart-page .products-card__delete-btn {
      width: 16px;
      height: 16px;
  }

  .cart-page .result__amount {
      font-size: 12px;
  }

  .cart-page .result__price {
      font-size: 18px;
  }

  .cart-page .result__notation {
      font-size: 12px;
  }

  .cart-page .order-block {
      padding: 20px 20px 52px;
  }

  .cart-page .order-block__title {
      font-size: 16px;
  }

  .cart-page .order-form__inputs-box {
      gap: 12px;
  }

  .cart-page .order-form__elem-title {
      font-size: 14px;
  }

  .cart-page .order-form__label {
      font-size: 12px;
  }

  .cart-page .order-form__input-group {
      grid-template-columns: 1fr;
      gap: 0;
  }

  .cart-page .order-form__delivery-btn {
      font-size: 12px;
  }

  .cart-page .order-form__map-title {
      font-size: 12px;
  }

  .cart-page .order-form__address-desc {
      font-size: 12px;
      line-height: 17px;
  }

  .cart-page .order-form__address-time {
      font-size: 12px;
      line-height: 17px;
  }

  .cart-page .order-form__payment {
      gap: 8px;
  }

  .cart-page .order-form__payment-item {
      padding: 10px 14px;
  }

  .cart-page .order-form__payment-btn {
      font-size: 12px;
  }

  .cart-page .order-form .installment-block .t-installment-block__logo {
      width: 38px;
      height: 38px;
  }

  .cart-page .order-form .installment-block .t-installment-block__title {
      font-size: 12px;
      line-height: 20px;
  }

  .cart-page .order-form__promocode-title {
      font-size: 12px;
  }

  .cart-page .order-form__promocode-input {
      font-size: 12px;
  }

  .cart-page .order-form__promocode-btn {
      font-size: 12px;
  }

  .cart-page .order-success__link {
      width: 320px;
  }

  .cart-page .empty-cart__link {
      width: 320px;
  }

  .guarantee-info__title {
      margin-bottom: 14px;
      font-size: 16px;
      line-height: 31px;
  }

  .guarantee-links {
      gap: 30px;
      height: 30px;
      white-space: nowrap;
      overflow: auto;
      scrollbar-width: none;
  }

  .guarantee-links::-webkit-scrollbar {
      width: 0px;
      height: 0px;
      display: none;
      -webkit-appearance: none;
  }

  .guarantee-content__title {
      font-size: 14px;
  }

  .guarantee-content__desc-wrap {
      font-size: 12px;
  }

  .dealer-info__title {
      margin-bottom: 14px;
      font-size: 16px;
      line-height: 31px;
  }

  .dealer-links {
      gap: 30px;
      height: 30px;
      white-space: nowrap;
      overflow: auto;
      scrollbar-width: none;
  }

  .dealer-links::-webkit-scrollbar {
      width: 0px;
      height: 0px;
      display: none;
      -webkit-appearance: none;
  }

  .dealer-content {
      gap: 18px;
  }

  .dealer-content__title {
      font-size: 14px;
  }

  .dealer-content__item-btn {
      width: 100%;
  }

  .dealer-content__advertisement {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
      padding: 35px;
  }

  .dealer-content__advertisement-item {
      flex-direction: column;
      text-align: center;
      max-width: 148px;
  }

  .dealer-content__advertisement-icon {
      width: 24px;
      height: 24px;
  }

  .dealer-content__video {
      height: 400px;
  }

  .dealer-content__indicators {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 28px;
  }

  .dealer-content__indicators-elem {
      text-align: center;
  }

  .dealer-content__contacts {
      display: flex;
      flex-direction: column;
      gap: 20px;
  }

  .dealer-content__contacts-title {
      margin-bottom: 6px;
  }

  .dealer-content__desc-wrap {
      font-size: 12px;
  }

  .manufacturers-info__title {
      margin-bottom: 14px;
      font-size: 16px;
      line-height: 31px;
  }

  .manufacturers-links {
      gap: 30px;
      height: 30px;
      white-space: nowrap;
      overflow: auto;
      scrollbar-width: none;
  }

  .manufacturers-links::-webkit-scrollbar {
      width: 0px;
      height: 0px;
      display: none;
      -webkit-appearance: none;
  }

  .manufacturers-content__title {
      font-size: 14px;
  }

  .manufacturers-content__desc-wrap {
      font-size: 12px;
  }

  .wholesalers-info__title {
      margin-bottom: 14px;
      font-size: 16px;
      line-height: 31px;
  }

  .wholesalers-links {
      gap: 30px;
      height: 30px;
      white-space: nowrap;
      overflow: auto;
      scrollbar-width: none;
  }

  .wholesalers-links::-webkit-scrollbar {
      width: 0px;
      height: 0px;
      display: none;
      -webkit-appearance: none;
  }

  .wholesalers-content__title {
      font-size: 14px;
  }

  .wholesalers-content__desc-wrap {
      font-size: 12px;
  }

  .designers-info__title {
      margin-bottom: 14px;
      font-size: 16px;
      line-height: 31px;
  }

  .designers-links {
      gap: 30px;
      height: 30px;
      white-space: nowrap;
      overflow: auto;
      scrollbar-width: none;
  }

  .designers-links::-webkit-scrollbar {
      width: 0px;
      height: 0px;
      display: none;
      -webkit-appearance: none;
  }

  .designers-content__title {
      font-size: 14px;
  }

  .designers-content__desc {
      font-size: 12px;
  }

  .designers-content__desc-links {
      display: flex;
      flex-direction: column;
  }

  .contract-info__title {
      margin-bottom: 14px;
      font-size: 16px;
      line-height: 31px;
  }

  .contract-links {
      gap: 30px;
      height: 30px;
      white-space: nowrap;
      overflow: auto;
      scrollbar-width: none;
  }

  .contract-links::-webkit-scrollbar {
      width: 0px;
      height: 0px;
      display: none;
      -webkit-appearance: none;
  }

  .contract-content__title {
      font-size: 14px;
  }

  .contract-content__desc-wrap {
      font-size: 12px;
  }

  .about-page .about-info__title {
      margin-bottom: 14px;
      font-size: 16px;
      line-height: 31px;
  }

  .about-page .about-links {
      gap: 30px;
      height: 30px;
      white-space: nowrap;
      overflow: auto;
      scrollbar-width: none;
  }

  .about-page .about-links::-webkit-scrollbar {
      width: 0px;
      height: 0px;
      display: none;
      -webkit-appearance: none;
  }

  .about-page .about-content__title {
      font-size: 14px;
  }

  .about-page .about-content__desc-wrap {
      font-size: 12px;
  }

  .production-page .production-info__title {
      margin-bottom: 14px;
      font-size: 16px;
      line-height: 31px;
  }

  .production-page .production-links {
      gap: 30px;
      height: 30px;
      white-space: nowrap;
      overflow: auto;
      scrollbar-width: none;
  }

  .production-page .production-links::-webkit-scrollbar {
      width: 0px;
      height: 0px;
      display: none;
      -webkit-appearance: none;
  }

  .production-page .production-content__title {
      font-size: 14px;
  }

  .production-page .production-content__desc-wrap {
      font-size: 12px;
  }

  .requisites-page .requisites-info__title {
      margin-bottom: 14px;
      font-size: 16px;
      line-height: 31px;
  }

  .requisites-page .requisites-links {
      gap: 30px;
      height: 30px;
      white-space: nowrap;
      overflow: auto;
      scrollbar-width: none;
  }

  .requisites-page .requisites-links::-webkit-scrollbar {
      width: 0px;
      height: 0px;
      display: none;
      -webkit-appearance: none;
  }

  .requisites-page .requisites-content {
      gap: 14px;
  }

  .requisites-page .requisites-content__title {
      margin-bottom: 14px;
      font-size: 14px;
  }

  .requisites-page .requisites-content__desc-wrap {
      font-size: 12px;
  }

  .requisites-page .requisites-content__desc-text {
      font-size: 12px;
  }

  .privacy-policy .privacy-info__title {
      margin-bottom: 14px;
      font-size: 16px;
      line-height: 31px;
  }

  .privacy-policy .privacy-links {
      gap: 30px;
      height: 30px;
      white-space: nowrap;
      overflow: auto;
      scrollbar-width: none;
  }

  .privacy-policy .privacy-links::-webkit-scrollbar {
      width: 0px;
      height: 0px;
      display: none;
      -webkit-appearance: none;
  }

  .privacy-policy .privacy-content__title {
      font-size: 14px;
  }

  .privacy-policy .privacy-content__desc-wrap {
      font-size: 12px;
  }

  .blog .articles__title {
      margin-bottom: 25px;
  }

  .blog .articles-list {
      grid-template-columns: 1fr;
  }

  .blog .articles-card__title {
      font-size: 14px;
      line-height: 21px;
  }

  .blog .articles-card__text {
      font-size: 12px;
      line-height: 21px;
  }

  .blog-article .article-info__title {
      margin-bottom: 14px;
      font-size: 16px;
      line-height: 31px;
  }

  .blog-article .article-links {
      gap: 30px;
      height: 30px;
      white-space: nowrap;
      overflow: auto;
      scrollbar-width: none;
  }

  .blog-article .article-links::-webkit-scrollbar {
      width: 0px;
      height: 0px;
      display: none;
      -webkit-appearance: none;
  }

  .blog-article .article-content__title {
      font-size: 14px;
  }

  .blog-article .article-content__desc-wrap {
      font-size: 12px;
  }

  .blog-article .article-content__img {
      height: 210px;
  }

  .account-section {
      margin-bottom: 27px;
  }

  .account-section__title {
      font-size: 16px;
      line-height: 31px;
  }

  .account-section .account-links {
      gap: 30px;
      height: 30px;
      white-space: nowrap;
      overflow: auto;
      scrollbar-width: none;
  }

  .account-section .account-links::-webkit-scrollbar {
      width: 0px;
      height: 0px;
      display: none;
      -webkit-appearance: none;
  }

  .personal-data {
      margin-bottom: 110px;
  }

  .personal-data__item {
      padding: 20px;
  }

  .personal-data__title {
      margin-bottom: 16px;
  }

  .personal-data__submit {
      padding: 12px;
  }

  .orders-list {
      gap: 24px;
  }

  .orders-list__item {
      padding: 20px;
  }

  .orders-list__header {
      padding-bottom: 12px;
      flex-wrap: wrap;
      gap: 4px;
  }

  .orders-list__title-wrap {
      justify-content: space-between;
      width: 100%;
  }

  .orders-list__title {
      font-size: 14px;
  }

  .orders-list__num {
      font-size: 12px;
  }

  .orders-list__desc {
      padding-top: 12px;
      gap: 10px;
      flex-wrap: wrap;
  }

  .orders-list__info {
      width: 100%;
  }

  .orders-list__info-item {
      font-size: 12px;
  }

  .orders-list__product-list {
      flex-wrap: wrap;
  }

  .orders-list__product-item {
      width: 80px;
      height: 50px;
  }

  .orders-list__product-item:nth-child(-n+6) {
      display: flex;
  }

  .orders-list__product-item:nth-child(n+7) {
      display: none;
  }

  .orders-list__product-link {
      width: 80px;
      height: 50px;
      padding: 0px 18px;
  }

  .orders-list__total {
      padding-top: 12px;
  }

  .orders-list__total-link {
      font-size: 12px;
  }

  .order-page .order-header__title {
      font-size: 14px;
  }

  .order-page .order-header__status {
      font-size: 12px;
      padding: 4px 12px;
  }

  .order-page .order-list__header {
      font-size: 12px;
  }

  .order-page .order-list__wrap {
      margin-bottom: 16px;
  }

  .order-page .order-list__total-amount {
      font-size: 12px;
  }

  .order-page .order-list__total-item {
      font-size: 18px;
  }

  .order-page .order-list__total-notation {
      font-size: 12px;
  }

  .order-page .order-item {
      padding: 18px 0px;
  }

  .order-page .order-item__img-wrap {
      width: 80px;
      height: 70px;
      padding: 5px 3px;
  }

  .order-page .order-item__desc {
      gap: 20px;
  }

  .order-page .order-item__vendor-code {
      font-size: 10px;
  }

  .order-page .order-item__title {
      font-size: 12px;
  }

  .order-page .order-item__cost {
      font-size: 14px;
  }

  .order-page .order-item__amount {
      font-size: 14px;
  }

  .order-page .order-info__wrap {
      padding: 20px;
  }

  .order-page .order-info__title {
      font-size: 16px;
  }

  .order-page .order-info__list {
      gap: 8px;
  }

  .order-page .order-info__item-elem {
      font-size: 14px;
  }

  .order-page .order-info__item-desc {
      font-size: 14px;
  }

  .order-page .order-info__item-payment {
      margin-top: 8px;
  }

  .stores-page .stores-section__title {
      margin-bottom: 24px;
      font-size: 16px;
      line-height: 21px;
  }

  .stores-page .stores-content {
      height: 750px;
  }

  .stores-page .stores-item__pin-img {
      width: 20px;
      height: 20px;
  }

  .stores-page .stores-item__type {
      font-size: 12px;
  }

  .stores-page .stores-item__title {
      font-size: 16px;
  }

  .stores-page .stores-item__desc {
      font-size: 12px;
  }

  .stores-page .stores-elem__header-top {
      gap: 8px;
  }

  .stores-page .stores-elem__arrow-left {
      width: 20px;
      height: 20px;
  }

  .stores-page .stores-elem__title {
      font-size: 16px;
  }

  .stores-page .stores-elem__address {
      font-size: 12px;
      line-height: 16px;
  }

  .stores-page .stores-elem__contacts-item {
      font-size: 12px;
      line-height: 16px;
  }

  .stores-page .stores-elem__schedule-item {
      font-size: 12px;
      line-height: 16px;
  }

  .stores-page .stores-maps__list .maps-item iframe {
      height: 240px;
  }

  .catalog-page .catalog-block {
      grid-template-columns: 1fr;
  }

  .vacancies-page .vacancies__wrap {
      margin-bottom: 100px;
  }

  .vacancies-page .vacancies__title {
      margin-bottom: 24px;
      font-size: 16px;
      line-height: normal;
  }

  .vacancies-page .vacancies-list {
      gap: 18px;
  }

  .vacancies-page .vacancies-item {
      padding-bottom: 18px;
  }

  .vacancies-page .vacancies-item__header {
      gap: 24px;
      margin-bottom: 6px;
  }

  .vacancies-page .vacancies-item__title {
      font-size: 14px;
  }

  .vacancies-page .vacancies-item__arrow-wrap {
      width: 18px;
      height: 18px;
  }

  .vacancies-page .vacancies-item__experience {
      margin-bottom: 4px;
      font-size: 12px;
  }

  .vacancies-page .vacancies-item__salary {
      font-size: 14px;
  }

  .vacancy-page .vacancy__wrap {
      margin-bottom: 100px;
  }

  .vacancy-page .vacancy__title {
      margin-bottom: 24px;
      font-size: 16px;
      line-height: normal;
  }

  .vacancy-page .vacancy-descr {
      margin-bottom: 28px;
  }

  .vacancy-page .vacancy-descr__header {
      margin-bottom: 18px;
  }

  .vacancy-page .vacancy-descr__title {
      font-size: 14px;
      line-height: 21px;
  }

  .vacancy-page .vacancy-descr__text {
      font-size: 12px;
      line-height: 21px;
  }

  .vacancy-page .vacancy-list {
      gap: 18px;
  }

  .vacancy-page .vacancy-item__title {
      margin-bottom: 4px;
      font-size: 14px;
      line-height: 22px;
  }

  .vacancy-page .vacancy-item__list-elem {
      font-size: 12px;
      line-height: 21px;
  }

  .resume-btn {
      padding: 10px;
      width: 100%;
  }

  .dolyame-page__title {
      font-size: 16px;
      line-height: 31px;
  }

  .dolyame-page .dolyame-section__title {
      font-size: 16px;
      line-height: 24px;
  }

  .dolyame-page .dolyame-info__link {
      width: 100%;
      max-width: unset;
      padding: 10px 26px;
      font-size: 14px;
  }

  .dolyame-page .dolyame-desc__title {
      font-size: 18px;
      line-height: normal;
  }

  .dolyame-page .dolyame-desc__text {
      font-size: 14px;
      line-height: 20px;
  }

  .dolyame-page .dolyame-advantage__text {
      font-size: 14px;
      line-height: 20px;
  }

  .dolyame-page .dolyame-step__title {
      font-size: 14px;
      line-height: 20px;
  }

  .dolyame-page .dolyame-step__text {
      font-size: 14px;
      line-height: 20px;
  }

  .dolyame-page .dolyame-faq__link {
      width: 100%;
      text-align: center;
      font-size: 14px;
  }

  .dolyame-page .dolyame-item__title {
      max-width: 279px;
      font-size: 14px;
      line-height: 20px;
  }

  .dolyame-page .dolyame-item__desc {
      max-width: 90%;
      font-size: 14px;
      line-height: 20px;
  }

  .dolyame-page .apps-desc__text {
      font-size: 14px;
      line-height: 20px;
  }

  .installment-page__title {
      margin-bottom: 24px;
      font-size: 25px;
      line-height: 35px;
  }

  .installment-page .section-title {
      font-size: 14px;
      line-height: 20px;
  }

  .installment-page .installment-preview__wrap {
      gap: 10px;
  }

  .installment-page .installment-preview__title {
      font-size: 25px;
      line-height: 35px;
  }

  .installment-page .installment-steps__desc {
      font-size: 14px;
      line-height: 20px;
  }

  .installment-page .installment-steps .steps-item__desc {
      font-size: 14px;
      line-height: 20px;
  }

  .installment-page .installment-categories__desc {
      font-size: 14px;
      line-height: 20px;
  }

  .installment-page .installment-categories .categories-item__title {
      font-size: 16px;
      line-height: 21px;
  }

  .installment-page .installment-categories .categories-item__link {
      font-size: 14px;
      line-height: 20px;
  }

  .installment-page .installment-conditions__banner {
      height: 248px;
  }

  .installment-page .installment-conditions__item {
      font-size: 14px;
      line-height: 20px;
  }

  .installment-page .installment-about__text {
      font-size: 12px;
      line-height: 16px;
  }

  .installment-page .installment-info__title {
      font-size: 14px;
      line-height: 20px;
  }

  .installment-page .installment-info__text {
      font-size: 14px;
      line-height: 20px;
  }

  .installment-page .installment-footnote__item {
      font-size: 12px;
      line-height: 16px;
  }

  .resume-form {
      max-width: 90%;
  }

  .resume-form__wrap {
      padding: 20px;
  }

  .resume-form__header {
      margin-bottom: 24px;
  }

  .resume-form__title {
      font-size: 18px;
      line-height: normal;
  }

  .resume-form__close-wrap {
      width: 24px;
      height: 24px;
  }

  .resume-form__input-label {
      font-size: 12px;
      line-height: 16px;
  }

  .resume-form__label-mark {
      font-size: 12px;
      line-height: 16px;
  }

  .resume-form__input {
      padding: 11px 24px;
  }

  .resume-form__attachment-icon {
      width: 14px;
      height: 14px;
  }

  .resume-form__attachment-title {
      font-size: 14px;
      line-height: 20px;
  }

  .resume-form__attachment-file {
      padding: 6px;
  }

  .resume-form__attachment-item {
      font-size: 12px;
      line-height: 16px;
  }

  .resume-form__attachment-del {
      width: 14px;
      height: 14px;
  }

  .resume-form__submit-btn {
      font-size: 14px;
  }

  .resume-form__agreement {
      font-size: 11px;
      line-height: 15px;
  }

  .resume-form__agreement-link {
      font-size: 11px;
      line-height: 15px;
  }

  .resume-success.show {
      width: 90%;
      height: 350px;
  }

  .resume-success__close {
      top: 16px;
      right: 16px;
      width: 24px;
      height: 24px;
  }

  .resume-success__box {
      max-width: 100%;
  }
}

@media screen and (max-width: 765px) {
  .container {
      padding: 0px 20px;
  }

  .main-catalog .catalog-row {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px 15px;
  }

  .main-catalog .catalog-row--even {
      grid-template-areas: "category category" "category category" "first second";
  }

  .main-catalog .catalog-promotion__title {
      font-size: 20px;
      line-height: 25px;
  }

  .main-catalog .catalog-installment {
      padding: 15px;
  }

  .main-catalog .catalog-installment__logo {
      max-width: 78px;
      margin-bottom: 24px;
  }

  .main-catalog .catalog-installment__title {
      font-size: 18px;
      line-height: 22px;
  }

  .main-catalog .catalog-dolyame {
      padding: 20px 12px;
  }

  .main-catalog .catalog-dolyame__title {
      font-size: 15px;
      line-height: 18px;
  }

  .main-catalog .catalog-dolyame__logo {
      max-width: 74px;
  }

  .main-catalog .catalog-btn__load-more {
      width: 100%;
  }

  .often-searched {
      display: none;
  }

  .home-ideas .idea-item:nth-child(odd) .idea-block__img-wrap:first-child {
      grid-column: span 1;
      grid-row: span 1;
  }

  .home-ideas .idea-item:nth-child(even) .idea-block__img-wrap:first-child {
      grid-column: span 1;
      grid-row: span 1;
  }

  .home-ideas .idea-item:nth-child(even) .idea-block__img-wrap:nth-child(2) {
      grid-column: span 1;
      grid-row: span 1;
  }

  .home-ideas .idea-item:nth-child(even) .idea-block__img-wrap:nth-child(3) {
      grid-column: span 1;
      grid-row: span 1;
  }

  .home-ideas .idea-block {
      grid-template-columns: 1fr;
      gap: 15px;
      height: auto;
  }

  .home-ideas .idea-block__img-wrap:first-child {
      height: 250px;
  }

  .cooperation-modal__wrap {
      padding: 30px 20px;
  }

  .cooperation-modal__title {
      font-size: 18px;
  }

  .cooperation-modal__btn-close {
      width: 24px;
      height: 24px;
  }

  .cooperation-modal .cooperation-form__inputs-wrap {
      gap: 24px;
  }

  .cooperation-modal .cooperation-form__group-title {
      font-size: 16px;
      margin-bottom: 18px;
  }

  .cooperation-modal .cooperation-form__inputs-box {
      gap: 16px;
  }

  .cooperation-modal .cooperation-form__input-label {
      font-size: 12px;
  }

  .cooperation-modal .cooperation-form__input {
      font-size: 14px;
      padding: 10px 14px;
  }

  .cooperation-modal .cooperation-form__list {
      display: flex;
      flex-direction: column;
  }

  .cooperation-modal .cooperation-form__checkbox-label {
      font-size: 14px;
      line-height: 21px;
  }

  .cooperation-modal .cooperation-form__submit-btn {
      font-size: 14px;
      line-height: 21px;
  }

  .cooperation-modal .cooperation-select__label {
      font-size: 12px;
  }

  .cooperation-modal .cooperation-select__current {
      font-size: 14px;
  }

  .cooperation-modal .cooperation-select__options-item {
      font-size: 14px;
  }

  .cooperation-modal .send-success {
      padding: 20px;
  }

  .cooperation-modal .send-success .cooperation-modal__btn-close {
      top: 20px;
      right: 20px;
  }

  .cooperation-modal .send-success__text {
      font-size: 16px;
  }

  .authentication-modal .authorization {
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 100%;
      min-height: 100%;
      background: #fff;
  }

  .authentication-modal .authorization-form {
      min-width: 100%;
      min-height: 100%;
      border-radius: unset;
      padding: 20px;
      box-shadow: none;
  }

  .authentication-modal .authorization-form__header {
      margin-bottom: 32px;
  }

  .authentication-modal .authorization-form__title {
      font-size: 18px;
      line-height: normal;
  }

  .authentication-modal .authorization-form__btn-close {
      width: 24px;
      height: 24px;
  }

  .authentication-modal .authorization-form__input {
      padding: 10px 14px;
  }

  .authentication-modal .authorization-form__submit-btn {
      font-size: 14px;
      line-height: 25px;
      padding: 10px 14px;
      margin-bottom: 12px;
  }

  .authentication-modal .authorization-form__link {
      font-size: 16px;
      line-height: 28px;
  }

  .authentication-modal .registration {
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 100%;
      min-height: 100%;
      background: #fff;
  }

  .authentication-modal .registration-form {
      min-width: 100%;
      min-height: 100%;
      border-radius: unset;
      padding: 20px;
      box-shadow: none;
  }

  .authentication-modal .registration-form__header {
      margin-bottom: 32px;
  }

  .authentication-modal .registration-form__title {
      font-size: 18px;
      line-height: normal;
  }

  .authentication-modal .registration-form__btn-close {
      width: 24px;
      height: 24px;
  }

  .authentication-modal .registration-form__input {
      padding: 10px 14px;
  }

  .authentication-modal .registration-form__submit-wrap {
      margin-bottom: 12px;
  }

  .authentication-modal .registration-form__submit-btn {
      font-size: 14px;
      line-height: 25px;
      padding: 10px 14px;
  }

  .authentication-modal .registration-form__link {
      font-size: 16px;
      line-height: 28px;
  }

  .authentication-modal .registration-success {
      padding: 20px;
      border-radius: unset;
      box-shadow: none;
  }

  .authentication-modal .registration-success__btn-close {
      top: 20px;
      right: 20px;
  }

  .authentication-modal .registration-success__text {
      font-size: 16px;
  }

  .authentication-modal .password-recovery {
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 100%;
      min-height: 100%;
      background: #fff;
  }

  .authentication-modal .password-recovery .recovery-form {
      min-width: 100%;
      min-height: 100%;
      border-radius: unset;
      padding: 20px;
      box-shadow: none;
  }

  .authentication-modal .password-recovery .recovery-form__header {
      margin-bottom: 32px;
  }

  .authentication-modal .password-recovery .recovery-form__title {
      font-size: 18px;
      line-height: normal;
  }

  .authentication-modal .password-recovery .recovery-form__btn-close {
      width: 24px;
      height: 24px;
  }

  .authentication-modal .password-recovery .recovery-form__input {
      padding: 10px 14px;
  }

  .authentication-modal .password-recovery .recovery-form__submit-wrap {
      margin-bottom: 12px;
  }

  .authentication-modal .password-recovery .recovery-form__submit-btn {
      font-size: 14px;
      line-height: 25px;
      padding: 10px 14px;
  }

  .authentication-modal .password-recovery .recovery-form__link {
      font-size: 16px;
      line-height: 28px;
  }

  .authentication-modal .password-recovery .recovery-success {
      padding: 20px;
      border-radius: unset;
      box-shadow: none;
  }

  .authentication-modal .password-recovery .recovery-success__btn-close {
      top: 20px;
      right: 20px;
  }

  .authentication-modal .password-recovery .recovery-success__text {
      font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .header {
      margin-bottom: 22px;
  }

  .header-top__select--mobile {
      display: block;
  }

  .header-navbar__user-links {
      display: none;
  }

  .header-navbar__user-icon svg {
      width: 20px;
      height: 20px;
  }

  .header-menu .mobile-menu__block {
      width: 100%;
  }

  .header-menu .mobile-menu .submenu {
      width: 100%;
  }

  .header-search {
      padding: 9px 18px;
  }

  .header-search__input {
      font-size: 14px;
  }

  .header-search img {
      width: 20px;
      height: 20px;
  }

  .header .mobile-navbar {
      display: block;
  }

  .footer__wrap {
      padding: 30px 0px 24px;
  }

  .footer-nav {
      grid-template-columns: 1fr;
  }

  .footer-nav__group-title {
      font-size: 14px;
  }

  .footer-nav__group-item {
      font-size: 12px;
      line-height: 18px;
  }

  .footer-nav__group:first-child .footer-nav__group-contacts {
      display: none;
  }

  .footer-nav__group:nth-child(2) .footer-nav__group-info {
      display: none;
  }

  .footer-nav__group:nth-child(4) {
      display: block;
      order: 1;
  }

  .footer-nav__group:nth-child(5) {
      display: block;
  }

  .footer-nav__group:nth-child(5) .footer-nav__group-item:last-child {
      display: none;
  }

  .footer-nav__pay-title {
      font-size: 14px;
  }

  .footer-copyright {
      font-size: 14px;
      flex-direction: column;
      gap: 10px;
  }

  .footer .callback-modal__wrap {
      background: #fff;
  }

  .footer .callback-modal {
      box-shadow: none;
  }

  .footer .callback-modal__title {
      font-size: 18px;
  }

  .footer .callback-modal__close-icon {
      width: 24px;
      height: 24px;
  }

  .footer .callback-modal__desc {
      font-size: 12px;
      line-height: 18px;
  }

  .footer .callback-form__input-label {
      font-size: 12px;
      line-height: 18px;
  }

  .product-detail__content-wrap {
      margin-bottom: 60px;
      gap: 20px;
  }

  .product-detail .preview-tabs__list {
      margin-bottom: 24px;
      gap: 20px;
      overflow: auto;
      white-space: nowrap;
      scrollbar-width: none;
  }

  .product-detail .preview-tabs__list::-webkit-scrollbar {
      width: 0px;
      height: 0px;
      display: none;
      -webkit-appearance: none;
  }

  .product-detail .preview-tabs__item-title::before {
      bottom: 0px;
  }

  .product-detail .preview-tabs__desc-title {
      margin-bottom: 12px;
      font-size: 16px;
      line-height: 31px;
  }

  .product-detail .preview-tabs__desc-text {
      -webkit-line-clamp: 5;
      margin-bottom: 10px;
  }

  .product-detail .preview-tabs__table tr:last-child td {
      font-size: 12px;
      line-height: 18px;
  }

  .product-detail .preview-tabs__table td {
      font-size: 12px;
      line-height: 18px;
  }

  .product-detail .preview-tabs__show-full {
      margin-bottom: 32px;
  }

  .product-detail .preview-tabs__measurements {
      padding: 20px 14px;
      margin-bottom: 30px;
  }

  .product-detail .preview-tabs__measurements-list {
      gap: 10px;
  }

  .product-detail .preview-tabs__measurements-title {
      margin-bottom: 6px;
      font-size: 12px;
  }

  .product-detail .preview-tabs__measurements-data {
      font-size: 12px;
      gap: 4px;
  }

  .product-detail .preview-tabs__info {
      gap: 24px;
  }

  .product-detail .preview-tabs__info-title {
      margin-bottom: 16px;
      font-size: 12px;
  }

  .product-detail .preview-tabs__info-desc {
      gap: 16px;
  }

  .product-detail .preview-tabs__info-name {
      font-size: 12px;
  }

  .product-detail .preview-tabs__info-data {
      font-size: 12px;
  }

  .product-detail .main-info {
      padding-bottom: 23px;
      margin-bottom: 18px;
  }

  .product-detail .main-info__header {
      margin-bottom: 30px;
  }

  .product-detail .main-info__header-top {
      gap: 16px;
      align-items: flex-start;
  }

  .product-detail .main-info__title {
      margin-bottom: 6px;
      font-size: 18px;
      line-height: 22px;
  }

  .product-detail .main-info__rating {
      font-size: 14px;
  }

  .product-detail .main-info__price {
      margin-bottom: 30px;
  }

  .product-detail .main-info__credit-icon {
      width: 20px;
      height: 20px;
  }

  .product-detail .main-info__credit-text {
      font-size: 14px;
      line-height: 24px;
  }

  .product-detail .main-info__cost-current {
      font-size: 20px;
      line-height: 35px;
  }

  .product-detail .main-info__cost-prev {
      font-size: 16px;
  }

  .product-detail .main-info__cost-discount {
      font-size: 14px;
      line-height: 24px;
  }

  .product-detail .main-info__notification-icon {
      width: 20px;
      height: 20px;
  }

  .product-detail .main-info__add-cart {
      padding: 12px 0px;
      font-size: 14px;
      line-height: 20px;
  }

  .product-detail .main-info__delivery-text {
      font-size: 14px;
      line-height: 20px;
  }

  .product-detail .vendor-code {
      margin-bottom: 12px;
      font-size: 12px;
      line-height: 20px;
  }

  .product-detail .color-select__title {
      font-size: 14px;
  }

  .product-detail .color-select__current-color {
      font-size: 14px;
  }

  .product-detail .size-select__title {
      margin-bottom: 16px;
      font-size: 14px;
  }

  .product-detail .size-select__list {
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
  }

  .product-detail .product-characteristics__title {
      font-size: 14px;
  }

  .product-detail .product-characteristics__item {
      font-size: 12px;
  }

  .product-detail .product-configuration__title {
      font-size: 14px;
  }

  .product-detail .product-configuration__select {
      min-width: 100%;
  }

  .product-detail .productbar {
      top: unset;
      bottom: 70px;
      transform: translateY(100%);
      z-index: 2;
  }

  .product-detail .productbar__info {
      flex-direction: column;
  }

  .product-detail .productbar .main-info__cost-current {
      font-size: 16px;
      line-height: 24px;
  }

  .product-detail .productbar .main-info__cost-prev {
      font-size: 14px;
      line-height: 20px;
  }

  .product-detail .productbar .main-info__cost-discount {
      font-size: 12px;
      line-height: 18px;
  }

  .product-detail .productbar .main-info__add-cart {
      padding: 8px 16px;
      font-size: 12px;
      line-height: 18px;
  }

  .product-detail .similar-products {
      margin-bottom: 50px;
  }

  .product-detail .similar-products__title {
      margin-bottom: 20px;
      font-size: 18px;
      line-height: 35px;
  }

  .product-detail .similar-products__card {
      max-width: 160px;
  }

  .product-detail .similar-products__img-warp {
      height: 145px;
  }

  .product-detail .similar-products .swiper-button-next,
  .product-detail .similar-products .swiper-button-prev {
      display: none;
  }

  .product-detail .preview-mobile {
      margin-bottom: 24px;
  }

  .product-detail .preview-mobile__swiper {
      padding: 20px 28px;
  }

  .product-detail .preview-mobile .swiper-pagination {
      bottom: 10px;
  }

  .product-detail .preview-mobile .swiper-button-next,
  .product-detail .preview-mobile .swiper-button-prev {
      display: none;
  }

  .product-detail .mobile-ad .product-ad {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
      padding: 30px 20px;
  }

  .product-detail .mobile-ad .product-ad .product-ad__item {
      align-items: center;
      text-align: center;
  }

  .catalog-section__title {
      font-size: 25px;
      line-height: 36px;
      margin-bottom: 24px;
  }

  .catalog-section .product-list__item-img {
      width: 60px;
      height: 40px;
  }

  .catalog-section__content-wrap {
      margin-bottom: 118px;
  }

  .catalog-section__products-list {
      grid-template-columns: repeat(2, 1fr);
      margin-bottom: 40px;
  }

  .catalog-section__filters-wrap {
      max-width: 100%;
  }

  .cart-page .bestsellers-swiper {
      margin-bottom: 50px;
  }

  .cart-page .bestsellers-swiper__title {
      margin-bottom: 20px;
      font-size: 18px;
      line-height: 35px;
  }

  .cart-page .bestsellers-swiper__slide {
      max-width: 160px;
  }

  .cart-page .bestsellers-swiper__img-warp {
      height: 145px;
  }

  .cart-page .bestsellers-swiper .swiper-button-next,
  .cart-page .bestsellers-swiper .swiper-button-prev {
      display: none;
  }

  .stores-page .stores-elem .swiper-pagination {
      bottom: 10px;
  }

  .stores-page .stores-elem .swiper-button-next,
  .stores-page .stores-elem .swiper-button-prev {
      display: none;
  }

  .catalog-btn {
      margin-bottom: 24px;
  }

  .catalog-btn__load-more {
      max-width: 100%;
      padding: 12px 0px;
  }

  .catalog-pagintaion__wrap {
      width: 100%;
      gap: 0;
      justify-content: space-between;
  }

  .catalog-pagintaion__list {
      gap: 20px;
  }

  .callback-modal__wrap {
      background: #fff;
  }

  .callback-modal {
      box-shadow: none;
  }

  .callback-modal__title {
      font-size: 18px;
  }

  .callback-modal__close-icon {
      width: 24px;
      height: 24px;
  }

  .callback-modal__desc {
      font-size: 12px;
      line-height: 18px;
  }

  .callback-form__input-label {
      font-size: 12px;
      line-height: 18px;
  }

  .cooperation-modal__wrap {
      box-shadow: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .catalog-card:hover {
      height: 268px;
  }

  .catalog-card:hover .catalog-card__wrap {
      top: -10px;
      left: -14px;
      padding: 9px 13px;
  }

  .catalog-section__products-list .catalog-card:hover {
      height: 268px;
  }

  .catalog-section__products-list .catalog-card:hover .catalog-card__wrap {
      top: -10px;
      left: -14px;
      padding: 9px 13px;
  }
}


.loader,.loader:after,.loader:before {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  animation-fill-mode: both;
  animation: loader .8s ease-in-out infinite
}

.loader {
  display: block;
  color: #4d4d4d;
  -font-size: 10px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -.16s;
  background:none;
}

.loader:after,.loader:before {
  content: "";
  position: absolute;
  top: 0
}

.loader:before {
  left: -2.5em;
  animation-delay: -.32s
}

.loader:after {
  left: 2.5em
}

@keyframes loader {
  0%,80%,to {
      box-shadow: 0 2.5em 0 -1.3em
  }

  40% {
      box-shadow: 0 2.5em 0 0
  }
}
.catalog-card::after {
  /*content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(244 243 241);
  opacity: 0;
  z-index: 1;
  border-radius: 12px;*/
}
@keyframes shimmer {
  0% {
      opacity: 0;
  }
  50% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}
.loading .catalog-card::after {
  opacity: 1;
  animation: shimmer 2s infinite;
}
.loading .catalog-card{
  opacity:0.5;
  pointer-events: none;
}

#basket-header-dolyame{
  display: none;
}
#basket-header-installment{
  display: none;
}
/* End */


/* Start:/local/templates/wd/template_styles.css?171992033731*/
.d_none{
    display: none;
}
/* End */
/* /local/templates/wd/styles/main.css?1778073118315904 */
/* /local/templates/wd/template_styles.css?171992033731 */
