:root {
  --font-family: "Stolzl", sans-serif;
  --content-width: 1320px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --primaryColor: #2D3132;
  --secondaryColor: #444748;
}

/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */ /* stylelint-disable */
@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl-Book.woff2") format("woff2");
  font-weight: 350;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: var(--primaryColor);
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

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

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.brand-top {
  font-family: "Stolzl";
  line-height: 150%;
  color: #0F1A34;
  padding-top: 10px 0;
  background-color: #CBDCFF;
}
@media (max-width: 576px) {
  .brand-top {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .brand-top img {
    width: 20px;
    height: 20px;
  }
}

.header__top {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E0E3E3;
}
@media (max-width: 992px) {
  .header__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
@media (max-width: 576px) {
  .header__top {
    padding: 10px 0;
  }
}
@media (max-width: 576px) {
  .header__top {
    row-gap: 10px;
  }
}
@media (max-width: 576px) {
  .header__logo img {
    max-width: 120px;
  }
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.header__wrap form input {
  font-family: "Stolzl";
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 150%;
  width: 640px;
  padding: 11px 50px;
  border: 1.6px solid #E0E3E3;
  border-radius: 4px;
  position: relative;
}
@media (max-width: 1400px) {
  .header__wrap form input {
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .header__wrap form input {
    width: 300px;
  }
}
@media (max-width: 992px) {
  .header__wrap form input {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .header__wrap form input {
    padding: 7px 20px 7px 30px;
  }
}
@media (max-width: 992px) {
  .header__wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4fr 135px;
    grid-template-columns: 4fr 135px;
  }
}
@media (max-width: 480px) {
  .header__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
.header__btn {
  font-family: "Stolzl";
  font-size: 12px;
  line-height: 150%;
  color: #FFFFFF;
  background: #2D3132;
  border-radius: 4px;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__btn:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 576px) {
  .header__btn {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 10px;
    line-height: 130%;
  }
}
@media (max-width: 480px) {
  .header__btn {
    width: 100%;
  }
}
.header__lang {
  margin-left: 24px;
}
.header__lang select {
  border: none;
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--primaryColor);
}
@media (max-width: 480px) {
  .header__lang {
    display: none;
  }
}
.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media (max-width: 576px) {
  .header__info {
    margin-left: 0;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.header__favorite {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__favorite:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.header__favorite > span {
  position: absolute;
  top: -1px;
  right: -3px;
  width: 14px;
  height: 14px;
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 173%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--primaryColor);
  background: #EFF1F1;
  border: 2px solid #FFffff;
  border-radius: 13px;
}
.header__message {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__message:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.header__message > span {
  position: absolute;
  top: -1px;
  right: -3px;
  width: 14px;
  height: 14px;
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 173%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  background: #FF5449;
  border: 2px solid #FFFFFF;
  border-radius: 13px;
}
.header__cart {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__cart:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.header__cart > span {
  position: absolute;
  top: -1px;
  right: -3px;
  width: 14px;
  height: 14px;
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 173%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--primaryColor);
  background: #EFF1F1;
  border: 2px solid #FFffff;
  border-radius: 13px;
}
.header__login {
  padding-right: 20px;
  margin-left: 24px;
  background-image: url("../img/s-bottom.svg");
  background-position: 100% center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (max-width: 576px) {
  .header__login {
    margin-left: 0;
  }
}
.header .btn-search {
  width: 20px;
  height: 20px;
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
@media (max-width: 576px) {
  .header .btn-search {
    background-size: 15px 15px;
    left: 10px;
    top: 20px;
  }
}
@media (min-width: 992px) {
  .header .container-fluid {
    padding-left: 0 !important;
  }
}
@media (max-width: 992px) {
  .header .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.header .navbar-toggler {
  margin-left: auto;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
@media (max-width: 576px) {
  .header .navbar-toggler {
    padding: 2px !important;
  }
}
@media (max-width: 992px) {
  .header .navbar-collapse {
    margin-top: 15px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}
.header .nav-link {
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.4px;
  padding: 8px 16px !important;
  text-transform: uppercase;
  color: #444748 !important;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
.header .nav-link:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--primaryColor);
  left: 0;
  bottom: -8px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header .nav-link:hover:after {
  width: 100%;
}
@media (max-width: 1200px) {
  .header .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 992px) {
  .header .nav-link:after {
    content: none;
  }
}

@media (max-width: 576px) {
  .catalog .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.catalog .breadcrumb {
  margin-top: 32px;
}
.catalog .breadcrumb-item > a {
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--primaryColor);
}
.catalog .active {
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  padding-top: 5px;
  color: #747778;
}
.catalog__title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 150%;
  color: var(--primaryColor);
}
.catalog .filter {
  /* Firefox */
}
.catalog .filter__title {
  margin-bottom: 25px;
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  color: #5C5F60;
}
.catalog .filter .accordion-item {
  border-radius: 0;
  border: none;
  outline: none;
  margin-bottom: 2px;
}
.catalog .filter .accordion-item:last-child {
  margin-bottom: 0;
}
.catalog .filter .accordion-button {
  background-color: #EFF1F1;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #444748;
}
.catalog .filter .accordion-body form .form__item {
  width: 100%;
  margin-bottom: 12px;
}
.catalog .filter .accordion-body form .form__item:last-child {
  margin-bottom: 0;
}
.catalog .filter .accordion-body form .form__item label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.catalog .filter .accordion-body form .form__item .checkbox {
  display: none;
}
.catalog .filter .accordion-body form .form__item .fake {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #C4C7C7;
  border-radius: 3px;
  position: relative;
  margin-bottom: -3px;
  margin-right: 10px;
}
.catalog .filter .accordion-body form .form__item .fake:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  display: block;
  width: 6px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 2px solid #ffffff;
  border-top: 0;
  border-left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.catalog .filter .accordion-body form .form__item .checkbox:checked + .fake:before {
  opacity: 1;
}
.catalog .filter .accordion-body form .form__item .checkbox:checked + .fake {
  background-color: var(--primaryColor);
}
.catalog .filter .accordion-body form .form__item .text {
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #444748;
}
.catalog .filter .accordion-body form .amount {
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #747778;
}
.catalog .filter .accordion-button::after {
  background-image: url("../img/ss-bottom.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 576px) {
  .catalog .filter .accordion-button::after {
    background-size: 12px 12px;
  }
}
.catalog .filter .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.catalog .filter input::-webkit-outer-spin-button,
.catalog .filter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.catalog .filter input[type=number] {
  -moz-appearance: textfield;
}
.catalog .filter .filter-price__slider {
  margin-bottom: 25px;
}
.catalog .filter .filter-price__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.catalog .filter .filter-price__label {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.catalog .filter .filter-price__text {
  display: block;
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  color: #747778;
}
.catalog .filter .filter-price__input {
  border: none;
  outline: none;
  padding: 13px 0;
  border-bottom: 1px solid #C4C7C7;
  width: 100%;
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #2D3132;
}
.catalog .filter .filter-price__input::-webkit-input-placeholder {
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #2D3132;
}
.catalog .filter .filter-price__input::-moz-placeholder {
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #2D3132;
}
.catalog .filter .filter-price__input:-ms-input-placeholder {
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #2D3132;
}
.catalog .filter .filter-price__input::-ms-input-placeholder {
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #2D3132;
}
.catalog .filter .filter-price__input::placeholder {
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #2D3132;
}
.catalog .filter .noUi-target {
  background-color: #C4C7C7;
  height: 4px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.catalog .filter .noUi-connect {
  background-color: #8E9192;
}
.catalog .filter .noUi-handle:after, .catalog .filter .noUi-handle:before {
  display: none;
}
.catalog .filter .noUi-handle {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 16px;
  height: 16px;
  background: #5C5F60;
  border-radius: 4px;
  cursor: pointer;
}
.catalog .filter .noUi-horizontal .noUi-handle {
  right: -12px;
}
.catalog .content__sort {
  margin-bottom: 28px;
  text-align: right;
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #5C5F60;
}
.catalog .content__sort select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin-left: 12px;
  padding: 8px 38px 8px 12px;
  border-radius: 100px;
  background-blend-mode: multiply;
  background-color: #EFF1F1;
  background-image: url("../img/select-bottom.svg");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .catalog .content__sort {
    margin-top: 20px;
    text-align: left;
  }
}
.catalog .content__select {
  display: inline-block;
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #2D3132;
  position: relative;
}
.catalog .content__select:after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  z-index: 100;
}
.catalog .content__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 24px;
}
@media (max-width: 1200px) {
  .catalog .content__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .catalog .content__items {
    -ms-grid-columns: 312px;
    grid-template-columns: 312px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.catalog .content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #EFF1F1;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.catalog .content__item:hover {
  border-color: #ffffff;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.catalog .content__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.catalog .content__top > img {
  width: 20px;
  height: 20px;
}
.catalog .content__organic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 6px;
  background: #E0E3E3;
  border-radius: 4px;
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  color: var(--primaryColor);
}
.catalog .content__organic_hide {
  opacity: 0;
}
.catalog .content__img {
  text-align: center;
}
.catalog .content__up {
  background: #B4FFF0;
  border-radius: 4px;
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  color: #00382F;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 4px 8px;
}
.catalog .content__up_hide {
  opacity: 0;
}
.catalog .content__brand {
  margin-top: 16px;
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  color: #5C5F60;
}
.catalog .content__name {
  margin-top: 4px;
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--primaryColor);
}
.catalog .content__fotter {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.catalog .content__old-price {
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #747778;
}
.catalog .content__price {
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: var(--primaryColor);
}
.catalog .content__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.catalog .content__location {
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #2D3132;
  padding-left: 14px;
  background-image: url("../img/location.svg");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: left center;
}
.catalog .content__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog .content__avatar-name {
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--primaryColor);
  padding-left: 8px;
}
.catalog .content .paginations {
  margin-top: 56px;
  text-align: center;
}
@media (max-width: 768px) {
  .catalog .content .paginations {
    margin-top: 30px;
  }
}

@media (max-width: 900px) {
  .catalog .content .paginations .pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .catalog .content .paginations .pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.catalog .content .paginations .page-item {
  margin-right: 8px;
}
.catalog .content .paginations .page-item:last-child {
  margin-right: 0;
}
.catalog .content .paginations .page-item.active {
  padding-top: 0;
}
.catalog .content .paginations .page-item.active .page-link {
  border: 1.6px solid #2D3132;
  padding: 10px 16px;
  margin-top: -3px;
  background: transparent;
}
@media (max-width: 768px) {
  .catalog .content .paginations .page-item.active .page-link {
    padding: 6px 10px !important;
  }
}
.catalog .content .paginations .page-link {
  border: 1.6px solid #C4C7C7;
  padding: 7px 13px;
  border-radius: 100px;
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #5C5F60;
}
@media (max-width: 768px) {
  .catalog .content .paginations .page-link {
    padding: 4px 8px !important;
    font-size: 10px;
  }
}

.footer {
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 14px;
  background-color: #EFF1F1;
}
@media (max-width: 992px) {
  .footer {
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .footer {
    margin-top: 25px;
    padding-top: 25px;
  }
}
.footer ul li {
  margin-bottom: 12px;
}
.footer ul li:last-child {
  margin-bottom: 0;
}
.footer ul li a {
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--primaryColor);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer ul li a:hover {
  color: #7d8183;
}
@media (max-width: 576px) {
  .footer ul li a {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .footer ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .footer ul {
    text-align: center;
  }
  .footer ul li {
    margin-bottom: 5px;
  }
}
.footer .copyright {
  margin-top: 50px;
  border-top: 1px solid #C4C7C7;
  padding-top: 30px;
  font-family: "Stolzl";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--primaryColor);
}
.footer .copyright a {
  color: var(--primaryColor);
}
.footer .copyright a:hover {
  text-decoration: underline;
}
@media (max-width: 576px) {
  .footer .copyright {
    margin-top: 25px;
    padding-top: 14px;
    text-align: center;
  }
  .footer .copyright p {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=main.css.map */
