body {
  margin: 0;
  padding: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
  font-family: "GTE";
}

ul {
  padding: 0;
  margin: 0;
}

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

li {
  list-style-type: none;
}

input,
textarea {
  outline: none;
  border: none;
}

@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "GTE";
  src: url("../fonts/GTE-regular.woff");
}

@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "GTE";
  src: url("../fonts/GTE-medium.woff");
}

@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "GTE";
  src: url("../fonts/GTE-bold.woff");
}

@font-face {
  font-style: normal;
  font-weight: 300;
  font-family: "GTE";
  src: url("../fonts/GTE-light.woff");
}

@font-face {
  font-style: normal;
  font-weight: 200;
  font-family: "GTE";
  src: url("../fonts/GTE-ultraLight.woff");
}

@font-face {
  font-style: normal;
  font-weight: 300;
  font-family: "Quarto";
  src: url("../fonts/Quarto-light.woff");
}

body {
  overflow-x: hidden;
}

.hidden {
  display: none;
}

.dark-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #262626;
  opacity: 0;
  z-index: 200;
  display: none;
  transition: 0.2s linear opacity;
}

.dark-bg_active {
  display: block;
  opacity: 0.9;
}

.general__link-wish {
  font-weight: 400;
  color: #262626;
  letter-spacing: 0.8px;
  border-bottom: 1px solid #262626;
  width: fit-content;
  padding: 0;
}

@media (max-width: 767px) {
  .general__link-wish {
    font-size: calc(12px + 5.1 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .general__link-wish {
    font-size: calc(12px + 3 * ((100vw - 320px) / 1920));
  }
}

.general__request-privacy {
  display: flex;
  flex-direction: column;
  margin: 0.5rem 0 1.5rem;
}

.general__request-privacy span {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.6px;
  color: #262626;
}

.general__request-privacy span a {
  border-bottom: 1px solid #262626;
}

.general__breadcrumbs {
  padding: 1.5rem;
}

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

.general__breadcrumbs-item {
  display: flex;
  align-items: center;
}

.general__breadcrumbs-item:not(:last-child)::after {
  content: "/";
  color: #6f6f6f;
  font-weight: 400;
  display: block;
  font-size: 15px;
  margin: 0 0.6rem;
}

.general__breadcrumbs-item_current div {
  font-weight: 500;
}

.general__breadcrumbs-link {
  color: #6f6f6f;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
}

.general__select-item {
  width: 100%;
  max-height: 100px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.general__select-item_error .general__input {
  border: 1px solid #922222;
  color: #922222;
}

.general__select-item_error .general__input-error {
  opacity: 1;
  cursor: default;
}

.general__select-item:not(:first-child) {
  margin-top: 15px;
}

.general__show-password {
  position: absolute;
  background-position: right center;
  background-size: 20px;
  background-image: url("../img/eye.svg");
  width: 20px;
  height: 20px;
}

.general__close {
  position: absolute;
  background-size: 15px;
  width: 15px;
  height: 15px;
  padding: 12px;
  background-position: center;
  background-image: url("../img/close.svg");
}

.general__h2 {
  font-weight: 300;
  letter-spacing: 0.09375rem;
  color: #262626;
}

.bag {
  display: inline-flex;
}

@media (max-width: 767px) {
  .general__h2 {
    font-size: calc(24px + 20.4 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .general__h2 {
    font-size: calc(24px + 12 * ((100vw - 320px) / 1920));
  }
}

.general__h3 {
  font-size: 16px;
  letter-spacing: 0.25rem;
  color: #262626;
  text-transform: uppercase;
  font-weight: 400;
}

.general__h4 {
  color: #262626;
  font-weight: 300;
  letter-spacing: 0.6px;
  font-size: 16px;
  margin-top: 1rem;
}

.general__select-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0.5rem;
}

.general__label {
  font-weight: 400;
  padding-left: 0.75rem;
  color: #262626;
  letter-spacing: 0.8px;
}

.general__widget {
  position: relative;
  margin-top: 0.4rem;
  padding: 0.875rem 0.6rem 0.875rem 0.75rem;
  border: 1px solid #56575b;
  background-color: white;
}

.general__widget_active .general__dropdown {
  display: block;
}

.general__widget_active .general__select-arrow {
  transform: rotate(180deg);
}

.general__dropdown {
  position: absolute;
  left: -1px;
  border: 1px solid #262626;
  width: 100.5%;
  background-color: white;
  display: none;
}

.general__dropdown-list {
  overflow-y: scroll;
  max-height: 170px;
  position: relative;
  margin-top: 0.4rem;
  padding: 0.875rem 0.6rem 0.875rem 0.75rem;
  border: 1px solid #56575b;
  background-color: white;
  color: #56575b;
  font-size: 15px;
  font-weight: 400;
  outline: none;
  cursor: pointer;
  background-image: url("../img/down-arrow.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 99% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.general__dropdown-list_active {
  background-image: url("../img/right-arrow.svg");
}

.general__dropdown-list option {
  color: #56575b;
  font-size: 15px;
  font-weight: 400;
  padding: 0 15px;
  cursor: pointer;
}

.general__dropdown-list .general__list-item_selected {
  background-color: #212529;
}

.general__dropdown-list .general__list-item_selected a {
  color: white;
}

.general__select-value {
  font-size: 16px;
  font-family: "GTE";
  font-weight: 400;
}

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

.general__select-arrow {
  width: 14px;
  height: 14px;
  background-image: url("../img/down-arrow.svg");
}

.general__input,
.general__textarea {
  margin-top: 0.4rem;
  padding: 0.875rem 0.6rem 0.875rem 0.75rem;
  border: 1px solid #56575b;
  background-color: white;
  font-size: 17px;
  color: #262626;
  font-weight: 400;
}

.general__input {
  width: 100%;
}

.general__input-error {
  font-weight: 400;
  color: #922222;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0.03125rem;
  padding-left: 0.75rem;
  opacity: 0;
  cursor: default;
}

.general__textarea {
  height: 128px;
}

.general__accept {
  width: 12.25rem;
  height: 3rem;
  transition: all 0.15s ease-in;
  width: 100%;
  max-width: 200px;
  font-family: "GTE";
  font-weight: 300;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.25rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #262626;
  background: #262626;
  display: flex;
  align-items: center;
  justify-content: center;
}

.general__accept:hover {
  color: #262626;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
}

.card {
  position: relative;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.card__item-active .card__overlay {
  display: block;
}

.card__item-active .card__btn {
  background-image: url("../img/minus.svg");
}

@media (max-width: 460px) {
  .card__item-active .card__overlay {
    display: none;
  }
}

.card__color-count {
  font-size: 10px;
  letter-spacing: 0.15625rem;
  color: #6f6f6f;
  text-transform: uppercase;
  font-weight: 300;
}

.card__accept {
  max-width: 100%;
  height: 42px;
  font-size: 13px;
  margin-top: 1rem;
}

.card__overlay {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  display: none;
}

.card__overlay-wrapper {
  padding: 1rem 1rem 2rem;
  display: flex;
  flex-direction: column;
}

.card__overlay-wrapper_error [data-type="size-title"] {
  color: #922222;
}

.card__overlay-wrapper_error .card__text-error {
  opacity: 1;
  visibility: visible;
}

.card__overlay-color {
  padding: 0.3rem 0 1.5rem;
  border-bottom: 1px solid #e5e5e5;
}

.card__overlay-size {
  padding: 1.1rem 0 1.5rem;
  border-bottom: 1px solid #e5e5e5;
}

.card__color-list {
  margin-top: 1rem;
  padding-left: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}

.card__color-wrapper {
  width: 55px;
  height: 70px;
  border: 1px solid transparent;
  transition: 0.14s linear border;
  cursor: pointer;
}

.card__color-wrapper:hover {
  border: 1px solid #262626;
}

.card__color-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card__color-item {
  transition: 0.14s linear border;
}

.card__color-item:not(:last-child) {
  margin-right: 1.5rem;
}

.card__color-item_active .card__color-wrapper {
  border: 1px solid #262626;
}

.card__color-text {
  text-align: center;
  font-weight: 300;
  margin-top: 0.2rem;
}

.card__size-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  padding-left: 0.2rem;
}

.card__size-item {
  font-weight: 300;
  border: 1px solid transparent;
  transition: 0.14s linear border;
  cursor: pointer;
  padding: 0.3rem;
}

.card__size-item:not(:last-child) {
  margin-right: 1.4rem;
}

.card__size-item:hover {
  border: 1px solid #262626;
}

.card__size-item_active {
  border: 1px solid #262626 !important;
}

.card__wrapper {
  padding: 0 3rem;
}

@media (max-width: 500px) {
  .card__wrapper {
    padding: 0 1rem;
  }
}

.card__photo-wrapper {
  position: relative;
  width: 100%;
}

.card__photo-wrapper a {
  display: block;
}

.card__photo {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.card__title {
  font-weight: 300;
  font-family: "Quarto";
  line-height: 3.4375rem;
  color: #262626;
  letter-spacing: -0.6px;
  padding-left: 1rem;
}

@media (max-width: 767px) {
  .card__title {
    font-size: calc(36px + 22.1 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .card__title {
    font-size: calc(36px + 13 * ((100vw - 320px) / 1920));
  }
}

.card__list {
  position: relative;
  margin-top: 9rem;
}

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

.card__subtitle {
  font-size: 17px;
  font-weight: 400;
}

.card__price {
  margin-top: 0.25rem;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.8px;
  color: #262626;
}

.card__btn {
  width: 20px;
  height: 20px;
  background-position: center;
  background-image: url("../img/plus.svg");
  background-size: 16px;
}

@media (max-width: 460px) {
  .card__btn {
    display: none;
  }
}

.card__text-error {
  font-size: 12px;
  letter-spacing: 0.48px;
  color: #922222;
  text-align: center;
  margin-top: 0.3rem;
  opacity: 0;
  visibility: hidden;
}

.basket {
  position: fixed;
  max-width: 864px;
  width: 100%;
  right: -100%;
  top: 0;
  background-color: white;
  z-index: 500;
  max-height: 100%;
  height: 100%;
  transition: 0.4s ease right;
}

.basket_active {
  right: 0;
}

.basket__accept {
  max-width: 100%;
  margin-top: 2rem;
}

@media (max-height: 740px) {
  .basket__accept {
    margin-top: 1.5rem;
  }
}

.basket__total {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  color: #262626;
  font-size: 16px;
  letter-spacing: 4px;
  margin-top: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e5e5e5;
}

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

.basket__photo-wrapper {
  max-width: 120px;
  width: 100%;
}

.basket__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.basket__info-delete {
  position: absolute;
  background-position: center;
  background-image: url("../img/delete.svg");
  background-size: 18px;
  width: 18px;
  height: 18px;
  right: 0;
}

.basket__wrapper {
  height: 100%;
  padding: 2rem 2.5rem;
}

@media (max-width: 790px) {
  .basket__wrapper {
    padding: 1.5rem 1rem;
  }
}

.basket__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 2rem;
}

@media (max-height: 740px) {
  .basket__header {
    margin-bottom: 1rem;
    padding-bottom: 1.5rem;
  }
}

.basket__info {
  margin-left: 1.5rem;
}

@media (max-width: 771px) {
  .basket__info {
    margin-left: 0.8rem;
  }
}

.basket__info-title {
  font-weight: 400;
  margin-bottom: 0.7rem;
}

@media (max-width: 767px) {
  .basket__info-title {
    font-size: calc(15px + 3.4 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .basket__info-title {
    font-size: calc(15px + 2 * ((100vw - 320px) / 1920));
  }
}

.basket__info-text {
  font-weight: 300;
  color: #262626;
  line-height: 1.0625rem;
  letter-spacing: 0.6px;
}

@media (max-width: 767px) {
  .basket__info-text {
    font-size: calc(11.5px + 5.949999999999999 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .basket__info-text {
    font-size: calc(11.5px + 3.5 * ((100vw - 320px) / 1920));
  }
}

.basket__info-text:not(:last-child) {
  margin-bottom: 0.4rem;
}

.basket__close {
  position: static;
}

.basket__title-wrapper {
  font-weight: 300;
  color: #262626;
  letter-spacing: 4px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .basket__title-wrapper {
    font-size: calc(14px + 5.1 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .basket__title-wrapper {
    font-size: calc(14px + 3 * ((100vw - 320px) / 1920));
  }
}

.basket__title {
  background-image: url("../img/basket.svg");
  background-position: left;
  background-size: 19px;
  padding-left: 26px;
}

.basket__list {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e5e5e5;
  min-height: 66%;
  max-height: 73%;
  overflow-y: auto;
  padding-right: 1rem;
}

@media (max-height: 840px) {
  .basket__list {
    max-height: 66%;
  }
}

@media (max-width: 713px) {
  .basket__list {
    padding-right: 0;
  }
}

.basket__widget {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  padding: 0.8rem 0.4rem;
  max-width: 95px;
  width: 95px;
  justify-content: space-between;
  margin-top: 1rem;
}

.cart__widget-count input {
  text-align: center;
}

.basket__widget-btn {
  width: 10px;
  padding: 0;
}

.basket__widget-btn path {
  fill: black;
}

.basket__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
}

.basket__item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.basket__item-price {
  width: 100%;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  letter-spacing: 3.5px;
}

.recommendations {
  position: relative;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.recommendations::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 338px;
  top: 11rem;
  left: 0;
  background-color: #d6dbda;
}

.recommendations__item-active .recommendations__overlay {
  display: block;
}

.recommendations__item-active .recommendations__btn {
  background-image: url("../img/minus.svg");
}

@media (max-width: 460px) {
  .recommendations__item-active .recommendations__overlay {
    display: none;
  }
}

.recommendations__color-count {
  font-size: 10px;
  letter-spacing: 0.15625rem;
  color: #6f6f6f;
  text-transform: uppercase;
  font-weight: 300;
}

.recommendations__accept {
  max-width: 100%;
  height: 42px;
  font-size: 13px;
  margin-top: 1rem;
}

.recommendations__overlay {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  display: none;
}

.recommendations__overlay-wrapper {
  padding: 1rem 1rem 2rem;
  display: flex;
  flex-direction: column;
}

.recommendations__overlay-wrapper_error [data-type="size-title"] {
  color: #922222;
}

.recommendations__overlay-wrapper_error .recommendations__text-error {
  opacity: 1;
  visibility: visible;
}

.recommendations__overlay-color {
  padding: 0.3rem 0 1.5rem;
  border-bottom: 1px solid #e5e5e5;
}

.recommendations__overlay-size {
  padding: 1.1rem 0 1.5rem;
  border-bottom: 1px solid #e5e5e5;
}

.recommendations__color-list {
  margin-top: 1rem;
  padding-left: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}

.recommendations__color-wrapper {
  width: 55px;
  height: 70px;
  border: 1px solid transparent;
  transition: 0.14s linear border;
  cursor: pointer;
}

.recommendations__color-wrapper:hover {
  border: 1px solid #262626;
}

.recommendations__color-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recommendations__color-item {
  transition: 0.14s linear border;
}

.recommendations__color-item:not(:last-child) {
  margin-right: 1.5rem;
}

.recommendations__color-item_active .recommendations__color-wrapper {
  border: 1px solid #262626;
}

.recommendations__color-text {
  text-align: center;
  font-weight: 300;
  margin-top: 0.2rem;
}

.recommendations__size-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  padding-left: 0.2rem;
}

.recommendations__size-item {
  font-weight: 300;
  border: 1px solid transparent;
  transition: 0.14s linear border;
  cursor: pointer;
  padding: 0.3rem;
}

.recommendations__size-item:not(:last-child) {
  margin-right: 1.4rem;
}

.recommendations__size-item:hover {
  border: 1px solid #262626;
}

.recommendations__size-item_active {
  border: 1px solid #262626;
}

.recommendations__wrapper {
  padding: 0 3rem;
}

@media (max-width: 500px) {
  .recommendations__wrapper {
    padding: 0 1rem;
  }
}

.recommendations__photo-wrapper {
  position: relative;
  width: 100%;
}

.recommendations__photo-wrapper a {
  display: block;
}

.recommendations__photo {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.recommendations__title {
  font-weight: 300;
  line-height: 3.4375rem;
  color: #262626;
  letter-spacing: -0.6px;
  padding-left: 1rem;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .recommendations__title {
    font-size: calc(30px + 22.1 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .recommendations__title {
    font-size: calc(30px + 13 * ((100vw - 320px) / 1920));
  }
}

.recommendations__list {
  position: relative;
  margin-top: 9rem;
}

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

.recommendations__subtitle {
  font-size: 17px;
  font-weight: 400;
}

.recommendations__price {
  margin-top: 0.25rem;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.8px;
  color: #262626;
}

.recommendations__btn {
  width: 20px;
  height: 20px;
  background-position: center;
  background-image: url("../img/plus.svg");
  background-size: 16px;
}

@media (max-width: 460px) {
  .recommendations__btn {
    display: none;
  }
}

.recommendations__text-error {
  font-size: 12px;
  letter-spacing: 0.48px;
  color: #922222;
  text-align: center;
  margin-top: 0.3rem;
  opacity: 0;
  visibility: hidden;
}

.details-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 100%;
  background-color: white;
  z-index: 600;
  overflow-y: auto;
  margin-right: 0;
  height: 100%;
  min-height: auto;
  max-height: 800px;
  display: none;
}

@media (min-width: 1260px) {
  .emptyBasket .cart__info {
    width: 100%;
  }

  .emptyBasket .cart__sidebar {
    width: unset;
    margin-left: 0;
  }

  .emptyBasket .cart__header {
    justify-content: center;
  }

  .emptyBasket .cart__header-char {
    margin: 0 7%;
  }

  .empty_cart {
    text-align: center;
    margin: 3% 0%;
    font-size: 24px;
  }

  .emptyBasket .cart__recommendations {
    max-width: 100%;
  }
}

@media (min-width: 2000px) {
  .details-popup {
    max-width: 70vw;
    max-height: 46vw;
  }
}

@media (max-width: 760px) {
  .details-popup {
    left: 0;
    top: 0;
    transform: translate(0);
  }
}

.details-popup_active {
  display: block;
}

.details-popup_desc [data-type="details-desc"] {
  display: block;
}

.details-popup_desc [data-type="widget-desc"]::after {
  opacity: 1;
}

.details-popup_components [data-type="details-components"] {
  display: block;
}

.details-popup_components [data-type="widget-components"]::after {
  opacity: 1;
}

.details-popup_materials [data-type="details-materials"] {
  display: block;
}

.details-popup_materials [data-type="widget-materials"]::after {
  opacity: 1;
}

.details-popup__wrapper {
  padding: 1.5rem 1.8rem 3rem;
  display: flex;
}

@media (max-width: 760px) {
  .details-popup__wrapper {
    flex-wrap: wrap;
    overflow: auto;
  }
}

@media (max-width: 500px) {
  .details-popup__wrapper {
    padding: 1rem 1rem 2rem;
  }
}

.details-popup__photo-wrapper {
  width: 50%;
}

@media (max-width: 760px) {
  .details-popup__photo-wrapper {
    width: 100%;
  }
}

.details-popup__photo-wrapper img {
  width: 100%;
}

.details-popup__desc {
  width: 50%;
  margin-left: 1.4rem;
}

@media (max-width: 760px) {
  .details-popup__desc {
    width: 100%;
    margin: 1.5rem 0 0;
  }
}

.details-popup__desc-header {
  position: relative;
  margin-bottom: 1.8rem;
}

.details-popup__desc-title {
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.5px;
  color: #262626;
}

@media (max-width: 767px) {
  .details-popup__desc-title {
    font-size: calc(14px + 5.1 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .details-popup__desc-title {
    font-size: calc(14px + 3 * ((100vw - 320px) / 1920));
  }
}

.details-popup__desc-code {
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.5px;
  color: #6f6f6f;
}

@media (max-width: 767px) {
  .details-popup__desc-code {
    font-size: calc(11px + 3.4 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .details-popup__desc-code {
    font-size: calc(11px + 2 * ((100vw - 320px) / 1920));
  }
}

.details-popup__chars {
  display: flex;
  flex-direction: column;
}

.details-popup__chars-item {
  font-weight: 300;
  line-height: 1.375rem;
  letter-spacing: 0.5px;
  color: #262626;
}

@media (max-width: 767px) {
  .details-popup__chars-item {
    font-size: calc(13px + 3.4 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .details-popup__chars-item {
    font-size: calc(13px + 2 * ((100vw - 320px) / 1920));
  }
}

.details-popup__chars-price {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 4px;
  color: #262626;
  text-align: right;
  margin-top: -1.375rem;
}

.details-popup__info {
  margin-top: 2.5rem;
}

.details-popup__info-widgets {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1.8px solid #e5e5e5;
}

.details-popup__info-widget {
  position: relative;
  font-weight: 400;
  color: #262626;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0.5rem 0;
  border-bottom: 2px solid transparent;
}

@media (max-width: 767px) {
  .details-popup__info-widget {
    font-size: calc(11px + 3.4 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .details-popup__info-widget {
    font-size: calc(11px + 2 * ((100vw - 320px) / 1920));
  }
}

.details-popup__info-widget::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  width: 100%;
  height: 1.8px;
  background-color: #262626;
  opacity: 0;
  transition: 0.2s ease-out opacity;
}

.details-popup__info-widget:hover::after {
  opacity: 1;
}

.details-popup__info-widget_active::after {
  opacity: 1;
}

.details-popup__info-content {
  margin-top: 1rem;
}

.details-popup__info-text {
  font-weight: 300;
  color: #262626;
  line-height: 1.5625rem;
  letter-spacing: 0.6px;
  display: none;
}

@media (max-width: 767px) {
  .details-popup__info-text {
    font-size: calc(13px + 3.4 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .details-popup__info-text {
    font-size: calc(13px + 2 * ((100vw - 320px) / 1920));
  }
}

.details-popup__close {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../img/close.svg");
  background-position: center;
  background-size: 14px;
  width: 16px;
  height: 16px;
}

[data-dropdown="active"] [data-type="dropdown-content"] {
  max-height: 1000px;
}

[data-dropdown="active"] [data-type="dropdown-title"] {
  background-image: url("../img/minus.svg");
}

.white {
  color: #fff;
}

.black {
  color: black !important;
}

.blackSvg {
  fill: black !important;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

.header-section {
  transition: all 0.5s ease-out;
}

.header-active {
  background: #fff;
}

.header.header-minimalize {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}

.button-burger {
  display: none;
  width: 1.25rem;
  float: left;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 1.6rem;
  left: 0.9375rem;
  padding: 0;
  color: red;
}

.navbar-submenu {
  display: none;
  background: #fafafa;
  padding: 1rem 0;
}

.submenu-link {
  display: block;
  padding: 1rem 1.5625rem;
  text-align: left;
}

.header-link {
  margin-right: 1rem;
  text-decoration: none;
  color: #fff;
  transition: all 0.2s;
}

.icon {
  width: 1rem;
  height: 1rem;
  fill: #fff;
  margin-right: 0.25rem;
  transition: all 0.2s;
}

.logo {
  text-align: center;
  height: 85px;
  fill: #ffffff !important;
  display: block;
}

.logo-container {
  display: inline-block;
  height: inherit;
}

.top-header {
  padding: 1rem 1.5rem 0;
}

.section-left,
.section-right {
  width: 50%;
}

.section-right {
  text-align: right;
  float: right;
}

.section-right a img {
  justify-content: right;
}

.top-header {
  display: flex;
}

ul.navbar-list {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  justify-content: center;
}

.navbar-border {
  border-top: 1px solid #e5e5e5;
}

.navbar-item {
  padding: 1.125rem 1.25rem;
  margin: 0;
  color: #fff;
  transition: all 0.2s;
}

.special-offer__text {
  color: #fff;
  text-align: center;
  font-weight: 200;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin: 0;
  line-height: 1.25rem;
  letter-spacing: 0.03125rem;
  padding: 0.5rem 0.125rem;
  font-size: 0.875rem;
}

.logo-mobile {
  display: none;
}

.logo-main {
  height: 51px;
  width: 197px;
  fill: #ffffff;
}

.img-logomobile {
  width: 150px;
}

.clothes-categories {
  display: none;
}

.knitting-categories {
  display: none;
}

.knitting-content {
  display: flex;
  flex-wrap: wrap;
}

.knitting-content ul {
  padding-top: 1rem;
  padding-right: 1rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}

.knitting-column {
  flex: 0 0 25%;
  max-width: 25%;
}

.clothes-content {
  display: flex;
  flex-wrap: wrap;
}

.clothes-content ul {
  padding-top: 1rem;
  padding-right: 1rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}

.categories-item-main {
  font-weight: bold;
  font-size: 0.75rem;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
  color: #262626;
  padding-bottom: 1.2rem;
}

.categories-item {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0.0375rem;
  color: #6f6f6f;
  padding-bottom: 0.875rem;
}

.clothes-column {
  flex: 0 0 25%;
  max-width: 25%;
}

.menu-cross {
  width: 15px;
  height: 15px;
  display: none;
}

.current-target {
  display: none !important;
}

.current-item {
  display: block;
  font-family: "GTE";
  font-weight: 500;
  position: relative;
  padding: 1.0625rem 1.25rem;
  font-size: 0.875rem;
  letter-spacing: 3.5px;
  text-align: center;
  text-transform: uppercase;
  color: #262626 !important;
  opacity: 0;
}

.current-item:before {
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  left: 0.5rem;
  background-size: 100% !important;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 5.4 10' xml:space='preserve'%3E%3Cpath class='st0' fill='%23262626' d='M5.3,9.4L1,5l4.4-4.4c0.1-0.1,0.1-0.3,0-0.4L5.2,0.1C5.1,0,4.9,0,4.8,0.1v0L0.1,4.8C0,4.9,0,5.1,0.1,5.2 l4.7,4.7c0.1,0.1,0.3,0.1,0.4,0l0.2-0.2C5.5,9.7,5.5,9.5,5.3,9.4z'/%3E%3C/svg%3E");
}

.clothes-list {
  display: none !important;
}

.knitting-list {
  display: none !important;
}

.header-black {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0, rgba(38, 38, 38, 0.1) 100%);
  border-bottom: none;
}

.navbar-link {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.75rem;
  cursor: pointer;
  position: relative;
  padding-bottom: 1.125rem;
}

.navbar-link:after {
  content: "";
  bottom: 0;
  height: 1px;
  opacity: 0;
  transition: all 0.15s ease-in;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
}

.navbar-link:hover:after {
  opacity: 1;
  background-color: #262626;
}

.storepage-image {
  width: 100%;
  height: 100%;
  display: block;
}

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

.text-description {
  display: block;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 2rem;
  color: #262626;
  letter-spacing: 0.8px;
  text-align: inherit;
  margin: 0;
  padding: 0;
}

.firstpart-text {
  position: relative;
  width: 28.75rem;
  background: #fff;
  margin: 0 auto;
  padding: 2.5rem 2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.firstpart__link {
  display: block;
  text-align: inherit;
  margin-top: 1.5625rem;
}

.firstpart-link {
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  font-size: 0.875rem;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  padding: 0.3125rem 0;
  border-bottom: 1px solid #262626;
  margin: 0;
}

.secondpart-container {
  position: relative;
  overflow: hidden;
  display: block;
}

.secondpart-text {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.secondimage {
  width: 100%;
  height: 100%;
  max-width: 1920px;
}

.secondpart-container__text {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}

.secondpart-link {
  display: block;
  font-family: "GTE";
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0.625rem 0;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.secondpart-button {
  display: block;
  text-align: inherit;
  margin: 0 auto;
}

.thirdpart-container {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.thirdpart-link {
  width: auto;
  display: inline-block;
  color: #fff;
  line-height: 1.125rem;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.3);
  padding: 0.8125rem 4rem;
}

.button-main {
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  display: block;
  width: 100%;
  font-family: "GTE";
  font-weight: 300;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.25rem;
  padding: 1.2rem 4.7rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.just-spacer {
  height: 95px;
}

.fourthpart-container {
  position: relative;
  overflow: hidden;
}

.fourthpart-content {
  margin: 0 auto;
  text-align: center;
  width: 65%;
}

.cc-text {
  display: block;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.8px;
  color: #262626;
  margin: 0;
}

.fifthpart-content {
  width: 33.333333%;
  float: left;
  overflow: hidden;
  position: relative;
}

.fifthpart-link {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}

.fifthpart-content {
  width: 33.3%;
}

.fifthpart-container {
  display: flex;
  flex-direction: row;
}

.fifthpart-content-image {
  display: block;
  margin: 0;
}

.fifthpart-image {
  display: block;
  width: 100%;
  min-height: 798px;
  max-height: 798px;
}

.footer {
  background: #fff;
  overflow: hidden;
  display: block;
}

.footer-main {
  padding: 2.5rem 0;
  border-top: 1px solid #e5e5e5;
  position: relative;
}

.footer-bottom {
  border-top: 1px solid #e5e5e5;
  padding: 1.625rem 0;
}

.footer-container {
  padding: 0 7.8125rem;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.footer-newsletter {
  padding-bottom: 3.5rem;
}

.newsletter-label {
  display: block;
  font-weight: 400;
  font-size: 1.25rem;
  color: #262626;
  text-align: left;
  letter-spacing: 0.8px;
  padding-bottom: 1rem;
}

.newsletter-input {
  width: 100%;
  max-width: 28.75rem;
  padding: 0;
}

.content-input {
  width: calc(100% - 144px);
  float: left;
  position: relative;
}

.content-input .footer-input {
  border-color: #6f6f6f;
  border-right: none;
  margin: 0;
  height: 3.375rem;
}

.footer-input {
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  background: 0 0;
  border: 1px solid #262626;
  font-size: 1rem;
  letter-spacing: 0.0375rem;
  padding: 0.875rem 0.75rem;
  width: 100%;
  margin-bottom: 1.5625rem;
  height: auto;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: block;
  font-family: "GTE";
  font-weight: 400;
  color: #262626;
  text-align: left;
}

.content-button {
  width: 9rem;
  float: right;
  margin: 0 auto;
  text-align: left;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.content-button .button-primary {
  font-size: 0;
  text-align: center;
  padding: 0.125rem 0.3125rem;
  height: 3.375rem;
  border-color: #262626;
}

.button-primary {
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  display: block;
  width: 100%;
  font-family: "GTE";
  font-weight: 300;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.25rem;
  padding: 0.6875rem 2.0625rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #262626;
  background: #262626;
}

.cc-icon {
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  fill: #fff;
}

.cc-button-text {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 3px;
}

.cc-nl-only-mobile {
  display: none;
  visibility: hidden;
}

.cc-footer-links {
  padding: 0;
  margin: 0;
}

.cc-content-link {
  text-align: left;
  padding: 1rem 0 0;
  margin: 0;
  list-style-type: none;
}

.cc-footer-link {
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #262626;
  letter-spacing: 0.6px;
  text-align: left;
}

.cc-col-title {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  color: #262626;
  letter-spacing: 0.6px;
  text-align: left;
}

.cc-col-title-button {
  cursor: default;
  padding: 0;
}

.cc-social-link {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1rem;
  margin-right: 0.7rem;
}

.sn-icon {
  display: block;
  width: 2rem;
  height: 2.125rem;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  fill: #262626;
}

.footer-row {
  align-items: baseline;
  justify-content: center;
}

.footer-span-sn {
  white-space: nowrap;
}

.cc-social-list {
  white-space: nowrap;
}

.order-sm-1 {
  order: 1;
  -ms-flex-order: 1;
}

.col-sm-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 30%;
}

.order-sm-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-sm-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-sm-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-sm-5 {
  -ms-flex-order: 5;
  order: 5;
}

.content-switcher {
  background: #fff;
  text-align: center;
  position: relative;
}

.wrapper-main {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.switcher-list {
  transition: all 2s ease-in-out;
  display: inline-block;
  padding: 2rem;
}

.switcher-list .swither-item-selected {
  color: #262626;
  border-bottom-color: #262626;
}

.swither-item-selected {
  transition: all 0.5s ease-in-out;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 4px;
  color: #6f6f6f;
  display: inline-block;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
}

.swither-item {
  min-width: 14.1875rem;
  padding-bottom: 2rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 4px;
  color: #6f6f6f;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.switcher-link:hover {
  color: #262626;
  text-decoration: none;
}

.default-main {
  position: relative;
  overflow: hidden;
  display: block;
  width: 50%;
  margin: 0 auto;
}

.left-block-main-wrapper {
  display: block;
  position: relative;
}

.left-block-main-image {
  display: block;
  margin: 0;
}

.main-text-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.33);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.main-text-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.33);
}

.main-text-wrapper {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-left {
  left: 40%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-top {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.basket-count {
  position: absolute;
  right: 8.3rem;
  top: 0.8125rem;
  background: #000;
  border-radius: 6.25rem;
  color: #fff;
  padding: 0 0.375rem;
  font-size: 0.625rem;
  z-index: 1;
}

.main-absolute {
  position: absolute;
  z-index: 1;
}

.main-content-link {
  display: block;
  font-family: "GTE";
  font-weight: 400;
  font-size: 0.75rem;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0.625rem 0;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.stories-main {
  position: relative;
  overflow: hidden;
  display: block;
}

.knitting-wrapper-main {
  display: none;
}

.knitting-first-block {
  display: none;
}

.last-knitting-block {
  max-height: 900px;
  width: 100%;
}

.main {
  transition: all 1s ease-in-out;
}

.bg-container {
  background-image: url(/build/img/content1.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1920px;
  height: 900px;
  width: 100%;
}

@media (max-width: 1199px) {
  .header-link {
    margin-right: 1rem;
  }

  .basket-count {
    right: 3.5rem;
  }

  .header-link span {
    display: none;
  }

  .text {
    display: none;
  }

  .header-link,
  .navbar-list li,
  .special-offer__text {
    color: #fff;
  }

  .icon {
    fill: #fff;
  }

  .spantext {
    color: #fff;
  }
}

@media (max-width: 1050px) {
  .main-left {
    left: 35%;
  }
}

@media (max-width: 985px) {
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 33%;
    padding: 0% 7%;
    max-width: 33%;
  }
}

@media (min-width: 986px) {
  .col-sm-3 {
    padding: 0 5%;
  }
}

@media (min-width: 768px) {
  .footer-col {
    width: 100%;
  }

  .cc-footer-links {
    display: block !important;
  }

  .header-link,
  .navbar-list li,
  .special-offer__text {
    color: #fff;
  }

  .icon {
    fill: #fff;
  }

  .spantext {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .col-sm-3 {
    padding: 0% 6%;
  }

  .footer-container {
    padding: 0 1.8125rem;
  }

  .cc-footer-container {
    padding: 0 1.25rem;
  }

  .main-top {
    top: unset;
  }

  .basket-count {
    top: 1.3rem;
  }

  .navbar-item:before {
    content: "";
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(20%);
    position: absolute;
    z-index: 1;
    right: 0.5rem;
    background-size: 100% !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    width: 0.625rem;
    height: 0.625rem;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 5.4 10' xml:space='preserve'%3E%3Cpath fill='%236F6F6F' d='M5.3,4.8L0.6,0.1C0.5,0,0.3,0,0.2,0.1L0.1,0.2C0,0.3,0,0.5,0.1,0.6L4.5,5L0.1,9.4C0,9.5,0,9.7,0.1,9.8l0.2,0.2 c0.1,0.1,0.3,0.1,0.4,0v0l4.7-4.7C5.5,5.1,5.5,4.9,5.3,4.8z'/%3E%3C/svg%3E");
  }

  .top-header {
    height: 68px;
    width: 100%;
    background: #fff;
  }

  .button-burger {
    display: block;
  }

  .logo-mobile {
    display: block;
  }

  .logo {
    display: none;
  }

  .navbar {
    width: 100%;
  }

  .navbar-container {
    display: none;
  }

  .main-list {
    padding-top: 68px;
  }

  .navbar-list {
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    top: 80px;
    width: 100%;
    background: #fff;
    z-index: 90;
    border-top: 1px solid #e5e5e5;
    overflow-y: auto;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar-link {
    padding: 1.25rem 1.25rem 1.25rem 0.625rem;
  }

  .navbar-item {
    border-bottom: 1px solid #e5e5e5;
  }

  .section-left {
    text-align: center;
  }
.header-link__contact {
    display: none;
  }
.phone_dek {
    display: none;
  }

  .heart,
  .section-right .user {
    display: none;
  }

  .section-right {
    margin-top: 10px;
  }

  .navbar-submenu {
    display: block;
    margin-top: auto;
  }

  .navbar-link:after {
    content: "";
  }

  .navbar-link:hover:after {
    opacity: 0;
  }
}

@media (max-width: 540px) {
  .first-column {
    max-width: 44%;
    flex: 0 0 44%;
  }

  .second-column {
    max-width: 44%;
    flex: 0 0 44%;
  }

  .third-column {
    max-width: 100%;
    flex: 0 0 36%;
    margin-top: 6%;
    justify-content: center;
  }

  .col-sm-3 {
    padding: 0% 7%;
  }

  .swither-item {
    min-width: unset;
    padding-bottom: 1rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    text-transform: uppercase;
    font-size: 0.7rem;
    line-height: normal;
    letter-spacing: 4px;
    color: #6f6f6f;
    display: inline-block;
    border-bottom: 1px solid transparent;
  }

  .secondpart-link,
  .main-content-link {
    font-size: 0.6rem;
  }

  .swither-item {
    min-width: unset;
    padding-bottom: 1rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    text-transform: uppercase;
    font-size: 0.7rem;
    line-height: normal;
    letter-spacing: 4px;
    color: #6f6f6f;
    display: inline-block;
    border-bottom: 2px solid transparent;
  }
}

@media (max-width: 460px) {
  .header-link {
    margin-right: 0.5rem;
  }

  .basket-count {
    right: 2.6rem;
  }

  .col-sm-3 {
    padding: 0% 3%;
  }
}

@media (max-width: 380px) {
  .first-column {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .second-column {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .top-header {
    padding: 1rem 0.5rem 0;
  }

  .basket-count {
    right: 1.2rem;
  }
}

@media (max-width: 350px) {
  .header-link {
    margin-right: 0.1rem;
  }

  .swither-item {
    min-width: unset;
    padding-bottom: 1rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    text-transform: uppercase;
    font-size: 0.5rem;
    line-height: normal;
    letter-spacing: 4px;
    color: #6f6f6f;
    display: inline-block;
    border-bottom: 1px solid transparent;
  }

  .basket-count {
    right: 0.85rem;
  }
}

.header-black .mouseleaveblock .top-header .basket-count {
  background: #ffffff;
  color: black;
}

.header-minimalize .mouseleaveblock .top-header .basket-count {
  background: #000;
  color: #fff;
}

.section-right button .basket-count {
  display: block;
}

.account {
  position: fixed;
  right: -100%;
  top: 0;
  background-color: white;
  max-width: 672px;
  width: 100%;
  height: 100%;
  z-index: 300;
  transition: 0.4s ease right;
}

.account .reset__title {
  display: none;
}

.account_reset .account__login {
  display: none;
}

.account_reset .account__reset {
  display: block;
}

.account_reset .reset__title {
  display: block;
}

.account_reset .login__title {
  display: none;
}

.account__reset {
  display: none;
}

.account__btns-wrapper {
  display: flex;
  width: 100%;
}

@media (max-width: 400px) {
  .account__btns-wrapper {
    flex-direction: column;
  }
}

.account__reset .general__select-wrapper {
  padding: 4rem 0;
}

@media (max-height: 740px) {
  .account__reset .general__select-wrapper {
    padding: 1.2rem 0;
  }
}

.account__reset .general__accept {
  max-width: 48%;
}

.account__reset .general__accept:not(:last-child) {
  margin-right: 1rem;
}

@media (max-width: 400px) {
  .account__reset .general__accept:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

@media (max-width: 400px) {
  .account__reset .general__accept {
    max-width: 100%;
  }
}

.account__reset-text {
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.6px;
  color: #262626;
}

@media (max-width: 767px) {
  .account__reset-text {
    font-size: calc(14px + 5.1 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .account__reset-text {
    font-size: calc(14px + 3 * ((100vw - 320px) / 1920));
  }
}

.account__reset [data-type="reset-deny"] {
  background-color: white;
  color: #262626;
}

.account__reset [data-type="reset-deny"]:hover {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
}

.account__show-password {
  right: 2.6rem;
  top: 1.3rem;
}

.account_active {
  right: 0;
}

.account__wrapper {
  padding: 2rem;
}

@media (max-width: 400px) {
  .account__wrapper {
    padding: 0.8rem 0.5rem;
  }
}

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

.account__close {
  right: 0;
}

.account__title {
  background-image: url("../img/account.svg");
  padding-left: 2.3rem;
  background-size: 16px;
  background-position: left center;
}

.account__login {
  margin-top: 3.7rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #212529;
}

@media (max-height: 740px) {
  .account__login {
    padding-bottom: 1rem;
    margin: 1.3rem 0px 1rem 0px;
  }
}

.account__select-item:not(:first-child) {
  margin-top: 2rem;
}

@media (max-height: 740px) {
  .account__select-item:not(:first-child) {
    margin-top: 0.8rem;
  }
}

.account__reset-password {
  padding: 7px 1px;
  border-bottom: 1px solid #212529;
  border-top: 1px solid transparent;
  transition: 0.17s linear border;
}

.account__reset-password:hover {
  border-top: 1px solid #212529;
}

.account__accept {
  max-width: 100%;
  height: 2.7rem;
  margin-top: 2.1rem;
}

@media (max-height: 740px) {
  .account__accept {
    margin-top: 0.8rem;
  }
}

.account__subtitle {
  line-height: 1.56;
  text-align: center;
}

.account__input-error {
  padding-top: 0.23rem;
}

.account__input-wrapper {
  position: relative;
}

.cartSidebar {
  display: flex;
  flex-direction: column;
  width: 31.5%;
  margin-left: 1.5rem;
}

@media (max-width: 1710px) {
  .cartSidebar {
    width: 34%;
  }
}

@media (max-width: 1280px) {
  .cartSidebar {
    width: 42%;
  }
}

@media (max-width: 940px) {
  .cartSidebar {
    width: 100%;
    margin: 3rem 0 0;
  }
}

.cartSidebar__photo-wrapper {
  max-width: 110px;
  width: 100%;
}

.cartSidebar__photo-wrapper img {
  width: 100%;
}

.cartSidebar__item {
  display: flex;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 2rem;
}

.cartSidebar__item:hover .cartSidebar__item-details {
  opacity: 1;
}

.cartSidebar__item-details {
  font-weight: 400;
  line-height: 1.375rem;
  color: #262626;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: left;
  padding: 0;
  border-bottom: 1px solid #262626;
  margin-top: 0.3rem;
  width: fit-content;
  opacity: 0;
  transition: 0.18s linear opacity;
}

@media (max-width: 767px) {
  .cartSidebar__item-details {
    font-size: calc(13px + 3.4 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .cartSidebar__item-details {
    font-size: calc(13px + 2 * ((100vw - 320px) / 1920));
  }
}

@media (max-width: 940px) {
  .cartSidebar__item-details {
    opacity: 1;
  }
}

.cartSidebar__item-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 1.1rem;
}

@media (max-width: 500px) {
  .cartSidebar__item-info {
    margin-left: 0.6rem;
  }
}

.cartSidebar__item-title {
  font-weight: 400;
  line-height: 1.375rem;
  color: #262626;
  letter-spacing: 0.5px;
}

@media (max-width: 767px) {
  .cartSidebar__item-title {
    font-size: calc(14px + 5.1 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .cartSidebar__item-title {
    font-size: calc(14px + 3 * ((100vw - 320px) / 1920));
  }
}

.cartSidebar__item-code {
  font-weight: 300;
  line-height: 1.375rem;
  color: #6f6f6f;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .cartSidebar__item-code {
    font-size: calc(11px + 3.4 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .cartSidebar__item-code {
    font-size: calc(11px + 2 * ((100vw - 320px) / 1920));
  }
}

.cartSidebar__item-price {
  font-weight: 400;
  line-height: 1.375rem;
  color: #262626;
  letter-spacing: 3.5px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .cartSidebar__item-price {
    font-size: calc(12px + 5.1 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .cartSidebar__item-price {
    font-size: calc(12px + 3 * ((100vw - 320px) / 1920));
  }
}

.cartSidebar__item-char {
  font-weight: 300;
  line-height: 1.375rem;
  color: #262626;
  letter-spacing: 0.5px;
}

@media (max-width: 767px) {
  .cartSidebar__item-char {
    font-size: calc(12px + 5.1 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .cartSidebar__item-char {
    font-size: calc(12px + 3 * ((100vw - 320px) / 1920));
  }
}

.cartSidebar__sidebar {
  width: 100%;
}

.cartSidebar__preview {
  background-color: #f3f3f3;
  padding-bottom: 1rem;
}

.cartSidebar__preview-wrapper {
  padding: 1.7rem;
}

@media (max-width: 500px) {
  .cartSidebar__preview-wrapper {
    padding: 0.8rem 0.6rem;
  }
}

.cartSidebar__preview-title {
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 1.125rem;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.8rem;
}

.cartSidebar__partially {
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.0625rem;
  color: #262626;
  letter-spacing: 3.5px;
}

.cartSidebar__partially-text {
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.cartSidebar__express {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
}

.cartSidebar__express-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5rem;
  color: #262626;
  letter-spacing: 0.6px;
}

.cartSidebar__express-date {
  width: 100%;
}

.cartSidebar__total {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.cartSidebar__total-text {
  font-weight: 400;
  line-height: 1.0625rem;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

@media (max-width: 767px) {
  .cartSidebar__total-text {
    font-size: calc(15px + 3.4 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .cartSidebar__total-text {
    font-size: calc(15px + 2 * ((100vw - 320px) / 1920));
  }
}

.cartSidebar__total-price {
  letter-spacing: 3.5px;
}

.cartSidebar__dropdowns {
  margin-top: 2.5rem;
}

.cartSidebar__dropdown {
  padding: 0 2rem;
  border: 1px solid #e5e5e5;
}

.cartSidebar__dropdown_active .cart__dropdown-content {
  max-height: 1000px;
}

.cartSidebar__dropdown_active .cart__dropdown-title {
  background-image: url("../img/minus.svg");
}

.cartSidebar__dropdown-content {
  max-height: 0;
  height: 100%;
  transition: 1s linear all;
  overflow: hidden;
}

.cartSidebar__dropdown-menu {
  padding-bottom: 2rem;
}

.cartSidebar__dropdown-header {
  padding: 1.8rem 0;
  cursor: pointer;
}

.cartSidebar__dropdown-title {
  font-weight: 400;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  padding-right: 1.875rem;
  background-image: url("../img/plus.svg");
  background-size: 16px;
  background-position: right;
  width: 100%;
  user-select: none;
}

@media (max-width: 767px) {
  .cartSidebar__dropdown-title {
    font-size: calc(14px + 8.5 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .cartSidebar__dropdown-title {
    font-size: calc(14px + 5 * ((100vw - 320px) / 1920));
  }
}

.cartSidebar__dropdown-title-pay {
  background-size: 0;
}

.cartSidebar__dropdown-text {
  font-weight: 300;
  line-height: 1.0625rem;
  color: #262626;
  letter-spacing: 0.6px;
  user-select: none;
}

@media (max-width: 767px) {
  .cartSidebar__dropdown-text {
    font-size: calc(12px + 5.1 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .cartSidebar__dropdown-text {
    font-size: calc(12px + 3 * ((100vw - 320px) / 1920));
  }
}

.cartSidebar__dropdown-security {
  border-bottom: 1px solid #e5e5e5;
}

.cartSidebar__dropdown-photo {
  max-width: 15%;
  width: 100%;
  margin: 1rem 0 1.5rem;
  user-select: none;
}

.cartSidebar__dropdown-photo img {
  width: 100%;
}

.cartSidebar__dropdown-pay {
  margin-top: 2rem;
}

.cartSidebar__dropdown-pay-list {
  display: flex;
  flex-wrap: wrap;
  padding: 1.3rem 1rem 0;
}

.cartSidebar__dropdown-pay-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.cartSidebar__dropdown-pay-item {
  max-width: 11%;
  width: 100%;
  margin-right: 0.8rem;
}

.cartSidebar__dropdown-pay-item:nth-child(5n + 5) {
  margin-right: 0;
}

.cartSidebar__dropdown-pay-item:nth-child(1) {
  margin-bottom: 0.8rem;
}

.cartSidebar__dropdown-pay-item img {
  width: 100%;
}

.cartSidebar__dropdown-express .cart__dropdown-text:not(:last-child) {
  margin-bottom: 1rem;
}

.cart__col-1 {
  width: 15.2%;
  margin-right: 1rem;
}

@media (max-width: 500px) {
  .cart__col-1 {
    margin-right: 0.4rem;
  }
}

.cart__col-2 {
  width: 26.4%;
  margin-right: 1rem;
}

@media (max-width: 500px) {
  .cart__col-2 {
    margin-right: 0;
    margin-left: 1rem;
  }
}

.cart__col-3 {
  width: 18.3%;
  margin-right: 1rem;
}

@media (max-width: 500px) {
  .cart__col-3 {
    margin-right: 0;
  }
}

.cart__col-4 {
  width: 21.3%;
  margin-right: 1rem;
}

@media (max-width: 1260px) {
  .cart__col {
    width: auto;
  }
}

@media (max-width: 1420px) {
  .cart__col-price {
    display: none;
  }
}

@media (max-width: 1260px) {
  .cart__col-total {
    position: absolute;
    right: 0;
    bottom: 3.25rem;
  }
}

@media (max-width: 1260px) {
  .cart__col-widget {
    position: relative;
    padding-top: 3.5rem;
    padding-left: 3rem;
  }
}
@media (max-width: 902px) {
  .cart__col-widget {
    position: relative;
    padding-top: 1rem;
    padding-left: 11rem;
  }
}
@media (max-width: 763px) {
  .cart__col-widget {
    padding-top: 4rem;
    padding-left: 5rem;
  }
}
@media (max-width: 600px) {
  .cart__col-widget {
    padding-top: 4rem;
    padding-left: 0.7rem;
  }
}

@media (max-width: 470px) {
  .cart__col-widget {
    position: absolute;
    left: 0.6rem;
    top: 6rem;
  }
  .cart__col-total {
    position: absolute;
    right: 0;
    bottom: 2rem;
  }
}

.cart__wrapper {
  padding: 2.5rem 3rem;
}

@media (max-width: 1000px) {
  .cart__wrapper {
    padding: 1.5rem;
  }
}

@media (max-width: 500px) {
  .cart__wrapper {
    padding: 1rem 0.5rem;
  }
}

.cart__flex-wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 920px) {
  .cart__flex-wrapper {
    flex-wrap: wrap;
  }
}

.cart__title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  width: 100%;
}

.cart__header {
  display: flex;
  padding: 1.5rem 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.cart__header-char {
  font-weight: 400;
  font-size: 12px;
  color: #6f6f6f;
  text-transform: uppercase;
  letter-spacing: 3px;
}

@media (max-width: 1420px) {
  .cart__header-price {
    display: none;
  }
}

@media (max-width: 1260px) {
  .cart__header {
    display: none;
  }

  ._shopaholic-product-wrapper {
    display: flex;
  }

  .basket__widget {
    justify-content: center;
  }
}

.cart__photo-wrapper {
  width: 100%;
  margin-right: 1.3rem;
}

@media (max-width: 1260px) {
  .cart__photo-wrapper {
    margin-right: 0;
  }
}

@media (max-width: 470px) {
  .cart__photo-wrapper {
    max-width: 100px;
  }
}

.cart__photo-wrapper img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1260px) {
  .cart__list {
    border-top: 1px solid #e5e5e5;
    padding-top: 1.3rem;
    text-align: center;
    font-size: 24px;
  }
}

.cart__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem;
}

@media (max-width: 1260px) {
  .cart__item {
    flex-wrap: wrap;
  }
}

@media (max-width: 500px) {
  .cart__item {
    flex-wrap: nowrap;
  }

  .cart__list {
    font-size: 20px;
  }
}

@media (max-width: 470px) {
  .cart__item {
    height: 225px;
  }
}

.cart__widget {
  margin-top: 0;
}

.cart__info {
  width: 65%;
}

.cart__info-delete {
  right: 1.1rem;
}

@media (max-width: 500px) {
  .cart__info-delete {
    right: 0;
  }
}

@media (max-width: 1260px) {
  .cart__info-delete {
    right: 0;
  }
  .cart__info {
    width: 55%;
  }

  .emptyBasket .cart__info {
    width: 100%;
  }
}

@media (max-width: 920px) {
  .cart__info {
    width: 100%;
  }
}

.cart__price {
  font-weight: 300;
  color: #262626;
  font-size: 14px;
  letter-spacing: 3.5px;
}

.cart__price-total {
  font-weight: 500;
  color: #262626;
  font-size: 14px;
  letter-spacing: 3.5px;
}

.cart__title {
  font-weight: 300;
  color: #262626;
  line-height: 2.25rem;
  letter-spacing: 1.5px;
}

@media (max-width: 767px) {
  .cart__title {
    font-size: calc(28px + 15.3 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .cart__title {
    font-size: calc(28px + 9 * ((100vw - 320px) / 1920));
  }
}

.cart__title-nothing {
  display: none;
}

.cart__count {
  font-weight: 300;
  color: #262626;
  letter-spacing: 0.6px;
}

@media (max-width: 767px) {
  .cart__count {
    font-size: calc(15px + 3.4 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .cart__count {
    font-size: calc(15px + 2 * ((100vw - 320px) / 1920));
  }
}

.cart__accept {
  margin-top: 0.8rem;
  max-width: 100%;
}

.cart__accept-text {
  padding-right: 1rem;
  background-image: url("../img/lock.svg");
  background-position: right;
  background-size: 10px;
  background-repeat: no-repeat;
}

.cart__sidebar {
  display: flex;
  flex-direction: column;
  width: 31.5%;
  margin-left: 1.5rem;
}

@media (max-width: 1260px) {
  .cart__sidebar {
    width: 42%;
  }
}

@media (max-width: 920px) {
  .cart__sidebar {
    width: 100%;
    margin: 2rem 0;
  }
}

.cart__preview {
  background-color: #f3f3f3;
  padding-bottom: 1rem;
}

.cart__preview-wrapper {
  padding: 1.5rem 1rem;
}

.cart__preview-title {
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 1.125rem;
}

.cart__partially {
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.0625rem;
  color: #262626;
  letter-spacing: 3.5px;
}

.cart__partially-text {
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.cart__express {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
}

.cart__express-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5rem;
  color: #262626;
  letter-spacing: 0.6px;
}

.cart__express-date {
  width: 100%;
}

.cart__total {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.cart__total-text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #262626;
  letter-spacing: 0.6px;
}

.cart__total-price {
  letter-spacing: 3.5px;
}

.cart__dropdowns {
  margin-top: 2.5rem;
}

.cart__dropdown {
  padding: 0 2rem;
  border: 1px solid #e5e5e5;
}

.cart__dropdown_active .cart__dropdown-content {
  max-height: 1000px;
}

.cart__dropdown_active .cart__dropdown-title {
  background-image: url("../img/minus.svg");
}

.cart__dropdown-content {
  max-height: 0;
  height: 100%;
  transition: 1s linear all;
  overflow: hidden;
}

.cart__dropdown-menu {
  padding-bottom: 2rem;
}

.cart__dropdown-header {
  padding: 1.8rem 0;
  cursor: pointer;
}

.cart__dropdown-title {
  font-weight: 400;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  padding-right: 1.875rem;
  background-image: url("../img/plus.svg");
  background-size: 16px;
  background-position: right;
  width: 100%;
  user-select: none;
}

@media (max-width: 767px) {
  .cart__dropdown-title {
    font-size: calc(14px + 8.5 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .cart__dropdown-title {
    font-size: calc(14px + 5 * ((100vw - 320px) / 1920));
  }
}

.cart__dropdown-title-pay {
  background-size: 0;
}

.cart__dropdown-text {
  font-weight: 300;
  line-height: 1.0625rem;
  color: #262626;
  letter-spacing: 0.6px;
  user-select: none;
}

@media (max-width: 767px) {
  .cart__dropdown-text {
    font-size: calc(12px + 5.1 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 767px) {
  .cart__dropdown-text {
    font-size: calc(12px + 3 * ((100vw - 320px) / 1920));
  }
}

.cart__dropdown-security {
  border-bottom: 1px solid #e5e5e5;
}

.cart__dropdown-photo {
  max-width: 96px;
  width: 100%;
  margin: 1rem 0 1.5rem;
  user-select: none;
}

.cart__dropdown-photo img {
  width: 100%;
}

.cart__dropdown-pay {
  margin-top: 2rem;
}

.cart__dropdown-pay-list {
  display: flex;
  flex-wrap: wrap;
  padding: 1.3rem 1rem 0;
}

.cart__dropdown-pay-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.cart__dropdown-pay-item {
  max-width: 57px;
  width: 100%;
  margin-right: 0.8rem;
}

.cart__dropdown-pay-item:nth-child(5n + 5) {
  margin-right: 0;
}

.cart__dropdown-pay-item:nth-child(1) {
  margin-bottom: 0.8rem;
}

.cart__dropdown-pay-item img {
  width: 100%;
}

.cart__dropdown-express .cart__dropdown-text:not(:last-child) {
  margin-bottom: 1rem;
}

.cart_nothing {
  display: flex;
  justify-content: center;
}

.cart_nothing .cart__title-nothing {
  text-align: center;
  padding: 3rem 0;
}

.cart_nothing .cart__wrapper * {
  display: none;
}

.cart__link-wish {
  margin-top: 1rem;
  padding-bottom: 0.3rem;
}

.cart__accept-discount {
  max-width: 213px;
  width: 100%;
  margin: 0;
  height: 100%;
}

.cart__input {
  max-width: 307px;
  width: 100%;
  margin: 0;
  height: 100%;
}

.cart__discount {
  display: none;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.cart__discount-text {
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.0625rem;
  color: #262626;
  letter-spacing: 0.6px;
}

.cart__discount-text_error {
  background-image: url("../img/error-discount.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 1.3rem;
  color: #922222;
  font-weight: 400;
  display: none;
}

.cart__discount-widget {
  display: flex;
  margin: 1rem 0 0.7rem;
  max-width: 520px;
  height: 49px;
  width: 100%;
}

.cart__discount_error .cart__discount-text_error {
  display: inline;
}

.cart__discount_visible {
  display: flex;
}

.cart__recommendations {
  max-width: 65%;
  padding-top: 0px;
}

@media (max-width: 1260px) {
  .cart__recommendations {
    max-width: 55%;
  }

  .emptyBasket .cart__recommendations {
    max-width: 100%;
  }
}

@media (max-width: 920px) {
  .cart__recommendations {
    max-width: 100%;
  }
}

.cart__recommendations::after {
  display: none;
}

.cart__recommendations-wrapper {
  padding: 0px;
}

.cart__recommendations-list {
  margin-top: 3rem;
}

.swiper-button {
  top: -0.5rem;
  right: 0;
  padding: 0;
  width: 20px;
  height: 20px;
}

.swiper-button::after {
  content: "";
  width: 20px;
  height: 20px;
  font-size: 0;
  background-image: url("../img/left-arrow.svg");
  background-position: center;
  background-size: 16px;
}

.swiper-button-prev {
  left: auto;
  right: 1.5rem;
}

.swiper-button-next {
  transform: rotate(180deg);
}
