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");
}

/* КОД СЕРГЕЯ */
.empty_cart {
  font-size: 1.5em;
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 20px 0px;
}
.invisible {
  display: none !important;
}

._shopaholic-pagination {
  font-size: 1.6em;
  /* padding: 0.4em .7em; */
  border-radius: 50px;
  transition: 0.25s ease all;
}

._shopaholic-pagination:not(:last-child) {
  margin-right: 0.7em;
}
.active {
  background-color: #56575b;
  padding: 0.4em 0.7em;
  color: #fff;
}

._shopaholic-search-input {
  margin: 0.4rem auto 0;
  padding: 0.675rem 0.6rem 0.675rem 2rem;
  border: 1px solid #56575b;
  background-color: white;
  font-size: 17px;
  color: #262626;
  font-weight: 400;
  width: 50%;
  display: block;
  background: url("../img/searchIcon.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position-y: 9px;
  background-position-x: 4px;
}

@media (max-width: 980px) {
  ._shopaholic-search-input {
    width: 100%;
  }
}

/* ._shopaholic-search-input::before{
  content: '';
  background: url('http://murmur.by/themes/Murmur/assets/img/instagram.png');
  width: 15px;
  height: 15px;
  display: block;
} */

/* ._shopaholic-pagination:hover,
._shopaholic-pagination.active {
  background: #000;
  color: #fff;
} */

#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 100500;
  opacity: 1;
}

#page-preloader .spinner {
  width: 20%;
  height: auto;
  position: absolute;
  left: 43%;
  top: 43%;
  margin: 0 0 0 -26px;
}

#page-preloader img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  #page-preloader .spinner {
    width: 80%;
    height: auto;
    position: absolute;
    left: 20%;
    top: 43%;
    margin: 0 0 0 -26px;
  }
}

/* КОНЕЦ КОДА СЕРГЕЯ */

.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;
}

.child_filter {
  margin-left: 8%;
}

.account__reset {
  display: none;
}

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

.payment-text-wrapper {
  width: 50%;
  margin: 10% auto;
  padding: 10rem;
  text-align: center;
  border: 1px solid #e5e5e5;
}

.payment-title {
  padding-bottom: 2rem;
  font-size: 31px;
}

@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: 1140px) {
  .payment-text-wrapper {
    width: 73%;
  }
}

@media (max-width: 805px) {
  .payment-text-wrapper {
    width: 100%;
    margin: 51% auto;
    padding: 5rem 0rem;
    text-align: center;
    border: 1px solid #e5e5e5;
  }

  .payment-title {
    font-size: 25px;
  }
}

@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;
}

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;
}

@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[data-disabled="true"] {
  color: #262626;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  cursor: default;
}

.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: 75px;
  width: 75px;
  justify-content: space-between;
  margin-top: 1rem;
}

.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;
  /* font-family: "Quarto"; */
  line-height: 3.4375rem;
  color: #262626;
  letter-spacing: -0.6px;
  padding-left: 1rem;
}

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

@media (min-width: 767px) {
  .recommendations__title {
    font-size: calc(36px + 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: 2000px) {
  .details-popup {
    max-width: 70vw;
    max-height: 46vw;
  }
  .pay_logos {
    max-width: 2000px;
  }
}

@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));
  }

  .submenu-item:last-child {
    border-bottom: 1px solid #e5e5e5;
  }
}

@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));
  }
}
.submen {
  max-width: 1000px;
  margin: 0 auto;
}
.not_found {
  text-align: center;
  margin: 0 auto;
  font-size: 1.2rem;
}
.search_not_found {
  margin: 2rem 1rem;
}
.search-categories-list {
  text-align: center;
  margin: 2rem 1rem 0;
  font-size: 1.3rem;
}

.search-category a {
  border-bottom: 1px dashed;
}

.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;
}

.header .logo svg path {
    fill: white;
}

.header.header-active .logo svg path {
    fill: #2B2A29;
}

.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;
  text-align: center;
}

.knitting-categories {
  display: none;
  place-content: center;
}

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

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

.knitting-column {
  flex: 0 0 40% !important;
  max-width: 40% !important;
}

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

.clothes-content ul {
  padding-top: 0.5rem !important;
  padding-right: 0.3rem !important;
  margin-bottom: 0rem !important;
  padding-left: 0.3rem !important;
}

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

.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;
}

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

.cc-footer-bottom .cc-content-copyright {
  font-size: 0;
  text-align: left;
}

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

.cc-content-copyright .cc-copyright-text {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5625rem;
  letter-spacing: 0.5px;
  color: #6f6f6f;
  margin: 0;
}

.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: 3.1rem;
  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: 2.7rem;
  }

  .header-link span {
    display: none;
  }

  .text {
    display: none;
  }

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

  .icon {
    fill: #fff;
  }

  .spantext {
    color: #fff;
  }
  .viber_icon,
  .whatsapp_icon,
  .telegram_icon {
    display: none;
  }
}

@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;
    z-index: 20;
  }

  .button-burger {
    display: block;
  }

  .logo-mobile {
    display: block;
  }

  .logo {
    display: none;
  }

  .navbar {
    width: 100%;
  }

  .navbar-container {
    display: none;
    position: fixed;
    width: 100%;
    padding-top: 0px;
    margin-top: 0px;
  }

  .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;
    margin-top: 12px !important;
  }
.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.25rem;
  }

  .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;
}
.cc-footer-bottom {
  border-top: 1px solid #e5e5e5;
  padding: 1.625rem 0;
}
.header.header-active .phone_dek,
.header-minimalize .phone_dek {
  color:#262626;
}
.phone_dek {
  color:#fff;
  letter-spacing: 0.06em;
}
.cc-footer-bottom .cc-content-copyright {
  font-size: 0;
  text-align: center;
}
.cc-footer-container {
  padding: 0 7.8125rem;
}
.cc-content-copyright .cc-copyright-text {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.5625rem;
  letter-spacing: 0.5px;
  color: #6f6f6f;
  margin: 0;
}
.cc-copyright-text-left {
  float: left;
  width: 50%;
}
.cc-copyright-text-right {
  float: right;
  width: 50%;
  border-left: 2px solid #ccc;
  padding: 0 40px;
}
.pay_logos {
  max-width: 900px;
  padding-top: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .cc-copyright-text-left {
    float: none;
    width: 100%;
  }
  .cc-copyright-text-right {
    float: none;
    width: 100%;
    border-left: none;
    padding: 0;
  }
}

.top-header {
    position: relative;
}
