@charset "UTF-8";
html {
  line-height: 1.15;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

::-webkit-file-upload-button {
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-red: #ff0000;
  --color-accent: #fa8a69;
  --color-accent-light: #fcf8f3;
  --color-accent-thin: #fcecdf;
  --color-gray: #a19c95;
  --color-gray-dark: #887e72;
  --color-gray-light: #f4ede4;
  --color-gray-sub-dark: #413627;
  --color-author: #00c97d;
  --color-dark: #212121;
  --color-green: #5E8780;
}


/* Wix Regular */
@font-face {
  font-family: "Wix";
  src: url("../fonts/WixMadeforDisplay-Regular.ttf");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/* Wix Medium */
@font-face {
  font-family: "Wix";
  src: url("../fonts/WixMadeforDisplay-Medium.ttf");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

/* Wix Semibold */
@font-face {
  font-family: "Wix";
  src: url("../fonts/WixMadeforDisplay-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

/* Wix Bold */
@font-face {
  font-family: "Wix";
  src: url("../fonts/WixMadeforDisplay-Bold.ttf");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

* {
  scrollbar-color: var(--color-accent) var(--color-white);
  /* «цвет ползунка» «цвет полосы скроллбара» */
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 6px;
  /* ширина для вертикального скролла */
  height: 6px;
  /* высота для горизонтального скролла */
  background-color: var(--color-white);
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-accent);
  border-radius: 0;
}

* {
  outline: none;
}

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

body {
  min-width: 320px;
  font-family: "Wix", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 120%;
  color: var(--color-black);
  background-color: var(--color-white);
  overflow-x: hidden;
}

body.overflow {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}

a {
  color: inherit;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.3s; 
  color: var(--color-accent);
}

a:hover {
  color: var(--color-accent);
}

sup,
sub {
  font-size: calc((2 / 3) * 100%);
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1320px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: transparent;
  border: none;
  width: 100%;
  height: 50px;
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--color-black);
  border: 2px solid var(--color-black);
  transition-property: all;
  transition-duration: 0.3s;
}

.button:hover {
  color: var(--color-accent);
  border-color: var(--color-accent);
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: var(--color-white);
  border-bottom: 1px solid var(--line, rgba(229, 238, 240, 1));
}
.page-header.sbanen{
  padding-top: 0;
}
.page-header.sbanen .simple-banner{
  margin-bottom: 8px;
}

@media (min-width: 1200px) {
  .page-header {
    padding-bottom: 18px;
  }
}

.page-header__grid {
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 399px) {
  .page-header__grid {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 980px) {
  .page-header__grid {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.page-header__logo {
  margin-right: auto;
}

.page-header__navigation {
  position: fixed;
  top: 0;
  right: -270px;
  bottom: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 270px;
  padding: 55px;
  background-color: var(--color-white);
  transition-property: all;
  transition-duration: 0.3s;
}

@media (min-width: 980px) {
  .page-header__navigation {
    position: relative;
    top: initial;
    right: initial;
    bottom: initial;
    padding: 0 0px 0 0;
    width: auto;
    margin-right: 0px;
  }
}

@media (min-width: 1200px) {
  .page-header__navigation {
    padding-left: 25px;
    margin-top: 0px;
    padding-right: 25px;
  }
}

@media (min-width: 980px) {
  .page-header__navigation::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 60px;
    background-color: #eeeeee;
    transform: translateY(-50%);
  }
}

.page-header__navigation.is-open {
  right: 0;
  box-shadow: 0 4px 24px rgba(157, 157, 157, 0.25);
}

.page-header__navigation-close {
  position: absolute;
  top: 20px;
  left: 50px;
  padding: 0;
  background-color: transparent;
  border: none;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
}

@media (min-width: 980px) {
  .page-header__navigation-close {
    display: none;
  }
}

.page-header__navigation-close::before, .page-header__navigation-close::after {
  content: "";
  position: absolute;
  background-color: var(--color-accent);
}

.page-header__navigation-close::before {
  top: 0;
  left: 9px;
  width: 2px;
  height: 20px;
}

.page-header__navigation-close::after {
  top: 9px;
  left: 0;
  height: 2px;
  width: 20px;
}

.page-header__cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
}

@media (min-width: 1200px) {
  .page-header__cart {
    margin-top: 15px;
  }

  .header-cart__icon {
    width: 26px;
    height: 36px;
  }
}

.page-header__cart-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3px;
  left: 12px;
  z-index: 1;
  width: 24px;
  height: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: var(--color-white);
  background-color: var(--color-accent);
  border: 3px solid var(--color-white);
  border-radius: 100%;
}

@media (min-width: 1200px) {
  .page-header__cart-counter {
    top: -4px;
    left: 15px;
    width: 30px;
    height: 30px;
  }
}

.page-header__summ {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}

@media (min-width: 1200px) {
  .page-header__summ {
    margin-left: 27px;
  }
}

.page-header__summ-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  color: #A29C95;
}

.page-header__summ-total {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #000000;
}

.logo {
  display: block;
}

.logo__picture {
  display: block;
}

.page-header__logo .logo__picture {
  height: 54px;
}

@media (min-width: 980px) {
  .page-header__logo .logo__picture {
    height: 54px;
  }
}

.page-footer__logo .logo__picture {
  height: 62px;
}

.main-menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

@media (min-width: 980px) {
  .main-menu {
    flex-direction: row;
  }
}

.main-menu li {
  font-size: 15px;
  line-height: 22px;
}

.main-menu li:not(:last-child) {
  margin-bottom: 40px;
}

@media (min-width: 980px) {
  .main-menu li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.main-menu > li > a {
  color: var(--color-black);
  font-weight: 500;
  text-transform: uppercase;
}

.current-menu-item a,
.main-menu a:hover {
  color: var(--color-accent);
}

.navigation-open {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  margin-left: 14px;
  background-color: var(--color-white);
  border: 2px solid var(--color-accent);
}

@media (min-width: 980px) {
  .navigation-open {
    display: none;
  }
}

.navigation-open__icon {
  position: relative;
  width: 20px;
  height: 2px;
  background-color: var(--color-accent);
}

.navigation-open__icon::before, .navigation-open__icon::after {
  content: "";
  position: absolute;
  right: 0;
  height: 2px;
  background-color: var(--color-accent);
}

.navigation-open__icon::before {
  top: -6px;
  width: 100%;
}

.navigation-open__icon::after {
  bottom: -6px;
  width: 50%;
}


.page-footer {
  padding-top: 47px;
  background-color: var(--color-accent-light);
}

@media (min-width: 1200px) {
  .page-footer {
    padding-top: 90px;
  }
}

.page-footer__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 760px) {
  .page-footer__grid {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 760px) {
  .page-footer__logo {
    display: none;
  }
}

.page-footer__logos {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 760px) {
  .page-footer__logos {
    order: 1;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .page-footer__logos {
    margin-top: 21px;
    margin-left: 65px;
    align-items: flex-end;
  }
}

.instagram-link {
  width: 40px;
  height: 40px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-gray-light);
  border-radius: 6px;
}

.footer-navigation {
  display: flex;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 12px;
  margin-bottom: 49px;
}

@media (max-width: 399px) {
  .footer-navigation {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 760px) {
  .footer-navigation {
    width: 40%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .footer-navigation {
    max-width: 400px;
    margin-top: 11px;
  }
}

.footer-navigation__item {
  width: 50%;
}

.footer-navigation__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: var(--color-accent);
}

@media (min-width: 760px) {
  .footer-navigation__title {
    margin-top: 0;
  }
}

.footer-navigation__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.footer-navigation__list li {
  font-size: 17px;
  line-height: 25px;
}

.footer-navigation__list li:not(:last-child) {
  margin-bottom: 11px;
}

.footer-navigation__list a {
  color: #a29c95;
}

.current-menu-item a,
.footer-navigation__list a:hover {
  color: var(--color-accent);
}
.page-not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 1200px) {
  .page-not-found {
    padding-top: 154px;
    padding-bottom: 170px;
  }
}

.page-not-found__description {
  max-width: 429px;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 980px) {
  .page-not-found__description {
    font-size: 24px;
    line-height: 120%;
  }
}

.page-not-found__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 140px;
  line-height: 120%;
  color: #fef0db;
}

@media (min-width: 980px) {
  .page-not-found__title {
    margin-bottom: 24px;
    font-size: 240px;
    line-height: 94%;
  }
}

.page-not-found__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 50px;
  border: 2px solid var(--color-black);
}

.page-not-found__link:hover {
  border-color: var(--color-accent);
}

.breadcrumbs {
  padding: 8px 30px;
  margin-bottom: 34px;
}

@media (max-width: 399px) {
  .breadcrumbs {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 980px) {
  .breadcrumbs {
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.breadcrumbs__item {
  display: inline;
  font-family:"Montserratmy";
font-size: 10px;
font-weight: 600;
line-height: 16px;
letter-spacing: 0.01em;
text-align: left;
   color: rgba(255, 255, 255, 1);
text-decoration:none;
text-transform: uppercase;	
}

.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  display: inline;
  margin-left: 4px;
  margin-right: 2px;
  font-size: 10px;
font-weight: 600;
line-height: 16px;
letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.6);
}

.breadcrumbs__link {
  color:  rgba(255, 255, 255, 0.6);
  font-family:"Montserratmy";
font-size: 10px;
font-weight: 600;
line-height: 16px;
letter-spacing: 0.01em;
text-align: left;
text-decoration:none;
text-transform: uppercase;	
}

.admin-bar .page-header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .page-header {
    top: 46px;
  }
}


