@font-face {
  font-family: Banana;
  src: url('../fonts/banana-Regular.woff2') format("woff2"), url('../fonts/banana-Regular.eot') format("embedded-opentype"), url('../fonts/banana-Regular.woff') format("woff"), url('../fonts/banana-Regular.ttf') format("truetype"), url('../fonts/banana-Regular.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Banana;
  src: url('../fonts/banana-bold.woff2') format("woff2"), url('../fonts/banana-bold.eot') format("embedded-opentype"), url('../fonts/banana-bold.woff') format("woff"), url('../fonts/GarnettSemibold-Regular.ttf') format("truetype"), url('../fonts/banana-bold.svg') format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Garnett-Semibold';
    src: local('Garnett-Semibold'),
        url('../fonts/Garnett-Semibold.woff') format('woff'),
        url('../fonts/Garnett-Semibold.woff2') format('woff2'),
        url('../fonts/Garnett-Semibold.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'Garnett';
    src: local('Garnett'),
        url('../fonts/Garnett-Regular.woff') format('woff'),
        url('../fonts/Garnett-Regular.woff2') format('woff2'),
        url('../fonts/Garnett-Regular.eot') format('embedded-opentype');
}

@font-face {
  font-family: Banana;
  src: url('../fonts/GarnettSemibold-Regular.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Scto Grotesk A;
  src: url('../fonts/Scto-Grotesk-A-Regular-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Scto Grotesk A;
  src: url('../fonts/Scto-Grotesk-A-Bold-Italic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Scto Grotesk A;
  src: url('../fonts/Scto-Grotesk-A-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Scto Grotesk A;
  src: url('../fonts/Scto-Grotesk-A-Light-Italic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Scto Grotesk A;
  src: url('../fonts/Scto-Grotesk-A-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Scto Grotesk A;
  src: url('../fonts/Scto-Grotesk-A-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --typo-int: Inter, sans-serif;
  --typo-scto: "Scto Grotesk A", Arial, sans-serif;
  --grey: #ededed;
  --typo-gar: Banana, Arial, sans-serif;
  --white: white;
  --brown: #6b5039;
  --yellow: #ffd500;
  --green: #76ad3d;
  --red: #f73535;
}

h1 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Garnett-Semibold, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 140%;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Garnett, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Garnett-Semibold, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

p {
  font-family: var(--typo-int);
  color: var(--black);
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

a {
  color: var(--black);
  text-decoration: underline;
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.main {
  padding-top: 50px;
  padding-bottom: 130px;
}

.cart-logo {
  z-index: 9999;
  opacity: .8;
  color: #000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.padding-global {
  padding-left: 40px;
  padding-right: 40px;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.container-large.is-block {
  max-width: 1100px;
}

.container-large.is-home {
  max-width: 1800px;
}

.header-row {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.header-main_logo_link {
  width: 76px;
  height: 42px;
  position: relative;
}

.header-main_logo {
  transition: all .1s;
  position: absolute;
}

.cart-logo_picto {
  width: 25px;
  height: 25px;
  transition: all .1s;
  position: absolute;
}

.cart-logo_picto_container {
  width: 25px;
  height: 25px;
  position: relative;
}

.header-center {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-nav {
  text-align: center;
  background-color: #0000;
}

.header-nav_menu {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.header-main_link {
  font-family: var(--typo-scto);
  color: var(--black);
  border-bottom: 1px solid #0000;
  padding: 0;
  font-size: 17px;
  line-height: 22px;
  transition: all .2s;
}

.header-main_link:hover {
  border-bottom-color: #000;
}

.header-main_link.w--current {
  border-bottom-color: var(--black);
  color: var(--black);
}

.publications-grid {
  grid-column-gap: 3.5%;
  grid-row-gap: 24px;
  flex-flow: wrap;
  display: flex;
}

.publications-grid.is-home {
  width: 94%;
}

.publications-element {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 22.37%;
  text-decoration: none;
  display: flex;
}

.publications-element.is-products_block {
  width: 30.66%;
}

.publications-element.is-arrivals {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  width: 30.66%;
}

.product-images_container {
  padding-bottom: 115%;
  position: relative;
}

.publications-image_1_container {
  background-color: var(--grey);
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0;
}

.publications-image_1_front {
  filter: drop-shadow(2px 2px 2px #0000001a) drop-shadow(3px 3px 4px #00000026);
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin: auto;
  transition: all .2s;
  position: absolute;
}

.publications-image_1_front_container {
  position: absolute;
  inset: 15%;
}

.product-image_2_container {
  transition: all .2s;
  position: absolute;
  inset: 0;
}

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

.product-text_container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.product-text_container_left {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  width: 100%;
  padding-right: 30px;
  display: flex;
}

.price {
  font-family: var(--typo-scto);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.paragraph-3 {
  font-family: var(--typo-scto);
  color: var(--black);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.paragraph-3.product-title {
  margin-bottom: 0;
  font-family: Garnett-Semibold, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.paragraph-3.is-light {
  font-weight: 300;
}

.paragraph-3.is-light.margin-0 {
  margin-bottom: 0;
}

.paragraph-3.article-title {
  font-style: italic;
}

.product-author {
  font-family: var(--typo-scto);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 140%;
}

.product_hidden {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  opacity: 0;
  font-family: var(--typo-gar);
  justify-content: flex-start;
  align-items: center;
  min-height: 14px;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
  transition: all .1s;
  display: flex;
}

.product_hidden.is-slide {
  margin-top: 7px;
}

.artworks-grid {
  grid-column-gap: 4%;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.artworks-grid.is-arrivals {
  grid-column-gap: 4%;
  justify-content: center;
  align-items: flex-start;
}

.artworks-grid.is-home {
  width: 94%;
}

.artworks-element {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 22%;
  text-decoration: none;
  display: flex;
}

.artworks-element.is-arrivals {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  width: 30.66%;
}

.artworks-element.is-products_block {
  width: 30.66%;
}

.artworks-image_1_container {
  transition: all .2s;
  position: absolute;
  inset: 0;
}

.artworks-image_1 {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.container-small {
  width: 100%;
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
}

.title-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 35px;
  display: flex;
}

.title-row {
  text-align: center;
}

.title-1 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Garnett-Semibold, Arial, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-2 {
  font-family: var(--typo-scto);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 130%;
}

.stories-grid {
  grid-column-gap: 3.5%;
  grid-row-gap: 45px;
  flex-flow: wrap;
  display: flex;
}

.stories-element {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  width: 31%;
  text-decoration: none;
  display: flex;
}

.stories-image_container {
  padding-bottom: 118%;
  position: relative;
  overflow: hidden;
}

.stories-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
  position: absolute;
}

.title-2 {
  font-family: var(--typo-scto);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 700;
  line-height: 130%;
}

.footer-top {
  border-top: 1px solid #000;
  border-left: 1px #000;
  border-right: 1px #000;
  width: 100%;
  height: 30px;
}

.footer-middle {
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 30px;
  display: flex;
}

.footer-bottom {
  padding-top: 12px;
  padding-bottom: 12px;
}

.legal-ul {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.legal-link {
  font-family: var(--typo-int);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  transition: all .2s;
}

.legal-link:hover, .legal-link.w--current {
  text-decoration: underline;
}

.footer-text {
  margin-bottom: 10px;
  font-family: Garnett, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.footer-text.footer-link {
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s;
}

.footer-text.footer-link:hover, .footer-text.footer-link.w--current {
  text-decoration: underline;
}

.footer-text.is-small {
  margin-bottom: 5px;
  font-size: 10px;
}

.footer-column {
  width: 100%;
  max-width: 200px;
}

.footer-column.first {
  justify-content: center;
  align-items: flex-start;
  max-width: 120px;
  display: flex;
}

.footer-column_middle {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: calc(100% - 470px);
  display: flex;
}

.footer-button {
  background-color: var(--black);
  font-family: var(--typo-scto);
  color: var(--white);
  margin-top: 1px;
  padding: 10px 40px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.footer-button:hover {
  background-color: var(--brown);
}

.footer-logo {
  width: 100%;
}

.footer-logo_link {
  width: 100%;
  max-width: 120px;
  margin-top: -10px;
}

.footer-menu {
  grid-column-gap: 6.5%;
  grid-row-gap: 6px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-social_menu {
  grid-column-gap: 35px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-social_logo {
  height: 24px;
}

.footer-social_link {
  transition: all .2s;
}

.footer-social_link:hover {
  transform: scale(1.15);
}

.sections {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  flex-flow: column;
  display: flex;
}

.badge {
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 93px;
  min-height: 66px;
  padding: 14px 15px;
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 22px;
  transform: rotate(-14deg);
}

.badge.is-special {
  background-color: var(--yellow);
}

.badge.is-new {
  background-color: var(--green);
}

.badge.is-sold-out {
  background-color: var(--brown);
}

.badge-text {
  margin-bottom: 0;
  font-family: Garnett-Semibold, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

.badge-text.is-large {
  font-size: 17px;
}

.artists-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.artists-list_name {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Garnett, Arial, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 130%;
}

.artists-list_element {
  text-decoration: none;
  position: relative;
}

.artists-list_image_container {
  z-index: 8;
  width: 400px;
  height: 480px;
  display: none;
  position: absolute;
}

.artists-list_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.paragraph-4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Garnett, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 130%;
}

.container-medium {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.about-text_container {
  text-align: center;
  margin-top: 45px;
}

.contact-text_container {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.contact-p {
  margin-bottom: 0;
}

.contact-p.strong {
  font-weight: 700;
}

.address-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.section-artists-page {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  margin-top: -25px;
  display: flex;
}

.section-artist {
  padding-top: 25px;
}

.splide__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.splide__slide {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.artist-row {
  justify-content: space-between;
  padding-top: 8px;
  padding-right: 15px;
  display: flex;
}

.artist-row_left {
  width: 230px;
  padding-left: 30px;
  padding-right: 30px;
}

.artist-row_right {
  width: calc(100% - 200px);
}

.artist-top {
  border-top: 1px solid #000;
  border-left: 0 #000;
  border-right: 0 #000;
  width: 100%;
  height: 30px;
}

.artist-row_name {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Garnett-Semibold, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.slide-text_container {
  width: 100%;
  display: flex;
}

.slide-text_container_left {
  float: left;
  width: 100%;
  position: relative;
}

.slide-text_container_right {
  float: right;
  text-align: right;
  width: 100px;
  position: relative;
}

.slide-image_container {
  position: relative;
  overflow: hidden;
}

.slide-image_container.is-publication {
  width: 260px;
  height: 300px;
}

.slide-element {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.slide-element.is-text {
  justify-content: center;
  align-items: flex-start;
  width: 280px;
  height: 320px;
}

.slide-element.is-artist {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.slide-image {
  width: auto;
  height: 300px;
}

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

.slide-article_link {
  font-family: var(--typo-scto);
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: underline;
  display: inline-block;
}

.slide-article_link:hover {
  text-decoration: none;
}

.resp-image {
  width: 100%;
  height: auto;
}

.story-featured_image {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

.blocks {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  margin-top: 10px;
  padding-top: 35px;
  display: flex;
}

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

.full_slider_block-image {
  height: 55vh;
}

.blockquote {
  color: var(--black);
  border-left-style: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Garnett, Arial, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 140%;
}

.products_block-grid {
  grid-column-gap: 4%;
  grid-row-gap: 24px;
  flex-flow: wrap;
  display: flex;
}

._1_column_gallery {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

._1_column_gallery-element, .gallery_link {
  width: 100%;
}

.gallery_image {
  width: 100%;
  max-width: none;
}

.data_block-p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 140%;
}

.data_block-button {
  background-color: var(--black);
  font-family: var(--typo-int);
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-top: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  transition: background-color .2s;
}

.data_block-button:hover {
  background-color: var(--brown);
}

.div-block {
  max-width: 340px;
}

._2_column_gallery {
  grid-column-gap: 3%;
  grid-row-gap: 25px;
  flex-flow: wrap;
  display: flex;
}

._2_column_gallery-element {
  width: 48.5%;
}

._3_column_gallery {
  grid-column-gap: 2%;
  grid-row-gap: 22px;
  flex-flow: wrap;
  display: flex;
}

._3_column_gallery-element {
  width: 32%;
}

.image_separator_block {
  height: 65vh;
  position: relative;
}

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

.mobile-menu {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: none;
  position: fixed;
  inset: 0;
}

.mobile-menu_container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lang_container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  display: flex;
}

.lang_link {
  color: #8b8b8b;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
}

.lang_link:hover, .lang_link._w--current {
  color: #000;
}

.burguer {
  z-index: 9999;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 19px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  display: none;
  position: relative;
}

.linia {
  color: #000;
  background-color: #000;
  width: 35px;
  height: 2px;
}

.linia._1, .linia._2, .linia._3 {
  background-color: #222;
  width: 28px;
}

.slide-image_1_container {
  transition: all .2s;
  position: relative;
}

.slide-image_1_container.is-absolute {
  position: absolute;
  inset: 0;
}

.slide-image_2_container {
  transition: all .2s;
  position: absolute;
  inset: 0;
}

.slide-image_2_container.is-absolute {
  position: absolute;
  inset: 0;
}

.slide-image_gray_background {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

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

.concepts-section_title {
  color: #cbae81;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.more-container {
  justify-content: center;
  align-items: flex-start;
  width: 5%;
  margin-top: 11%;
  display: flex;
}

.more-container.is-books {
  margin-top: 11.5%;
}

.more {
  width: 100%;
}

.more-link {
  max-width: 32px;
  transition: all .2s;
}

.more-link:hover {
  transform: scale(1.15);
}

.more-row {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.product_hidden-point {
  background-color: var(--yellow);
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.product_hidden-point.is-new {
  background-color: var(--green);
}

.product_hidden-point.is-special-edition {
  background-color: var(--brown);
}

.product_hidden-point.is-sold-out {
  background-color: var(--red);
}

.product_hidden-text {
  font-family: var(--typo-scto);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}

.yellow-background {
  background-color: var(--yellow);
}

.brown-background {
  background-color: var(--brown);
}

.footer-newsletter {
  margin-bottom: 20px;
}

.footer-kit_logos {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.footer-kit_logo {
  height: 30px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 30px;
  }

  .main {
    padding-bottom: 150px;
  }

  .publications-grid {
    grid-column-gap: 3.5%;
    grid-row-gap: 24px;
  }

  .publications-element {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 22.37%;
  }

  .publications-element.is-arrivals {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .product-text_container_left {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .artworks-grid {
    grid-column-gap: 5%;
    grid-row-gap: 30px;
  }

  .artworks-element {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    width: 21.25%;
  }

  .artworks-element.is-arrivals {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .title-container {
    margin-bottom: 40px;
  }

  .title-1 {
    font-size: 30px;
  }

  .paragraph-2 {
    font-size: 24px;
  }

  .stories-grid {
    grid-column-gap: 3%;
    grid-row-gap: 50px;
  }

  .stories-element {
    width: 31.33%;
  }

  .title-2 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .footer-middle {
    padding-bottom: 20px;
  }

  .legal-link {
    font-size: 14px;
  }

  .footer-text {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .footer-text.is-small {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .footer-column {
    max-width: 340px;
  }

  .footer-column.first {
    max-width: 260px;
  }

  .footer-column_middle {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: calc(100% - 700px);
  }

  .footer-logo_link {
    max-width: 140px;
    margin-top: -10px;
  }

  .sections {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .badge {
    padding: 17px 18px;
  }

  .badge-text {
    font-size: 15px;
    line-height: 16px;
  }

  .badge-text.is-large {
    font-size: 18px;
  }

  .artists-list_name {
    font-size: 65px;
  }

  .artist-row_name {
    font-size: 20px;
  }

  .slide-image_container.is-publication {
    width: 278px;
    height: 320px;
  }

  .slide-image {
    height: 320px;
  }

  .slide-article_link {
    margin-top: 10px;
  }

  .blockquote {
    font-size: 35px;
  }

  .burguer {
    display: none;
  }

  .more-link {
    max-width: 40px;
  }

  .footer-newsletter {
    margin-bottom: 30px;
  }

  .footer-kit_logos {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .footer-kit_logo {
    height: 32px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    margin-bottom: 34px;
    font-size: 27px;
  }

  h3 {
    margin-bottom: 27px;
  }

  p {
    margin-bottom: 27px;
    font-size: 18px;
  }

  .header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .main {
    padding-bottom: 170px;
  }

  .cart-logo {
    margin-left: 12px;
  }

  .container-large.is-block {
    max-width: 1200px;
  }

  .header-main_logo_link {
    width: 110px;
    height: 62px;
  }

  .header-main_logo.is-1, .header-main_logo.is-2 {
    width: 100%;
  }

  .cart-logo_picto {
    width: 30px;
    max-width: none;
    height: 30px;
    font-size: 15px;
  }

  .header-center {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .header-nav_menu {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .header-main_link {
    font-size: 19px;
    line-height: 24px;
  }

  .publications-element {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .publications-element.is-arrivals {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .price, .paragraph-3 {
    font-size: 18px;
  }

  .product-author {
    font-size: 16px;
  }

  .product_hidden {
    font-size: 18px;
  }

  .artworks-grid {
    grid-row-gap: 32px;
  }

  .artworks-element, .artworks-element.is-arrivals {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .container-small {
    max-width: 700px;
  }

  .title-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 45px;
  }

  .title-1 {
    font-size: 32px;
  }

  .stories-grid {
    grid-column-gap: 3%;
  }

  .stories-element {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 31.33%;
  }

  .title-2 {
    font-size: 22px;
  }

  .footer-bottom {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer-text, .footer-text.footer-link {
    font-size: 17px;
  }

  .footer-column, .footer-column.first {
    max-width: 360px;
  }

  .footer-button {
    font-size: 14px;
  }

  .badge {
    padding: 19px 20px;
    bottom: 36px;
    right: 36px;
  }

  .badge-text {
    font-size: 17px;
    line-height: 18px;
  }

  .artists-list_name {
    font-size: 72px;
  }

  .artists-list_image_container {
    width: 520px;
    height: 640px;
  }

  .paragraph-4 {
    font-size: 32px;
  }

  .container-medium {
    max-width: 1100px;
  }

  .contact-p {
    font-size: 20px;
  }

  .address-container {
    margin-top: 100px;
  }

  .artist-row {
    padding-top: 12px;
  }

  .artist-row_left {
    width: 265px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .artist-row_name {
    font-size: 22px;
  }

  .slide-image_container.is-publication {
    width: 391px;
    height: 450px;
  }

  .slide-element.is-text {
    width: 350px;
    height: 450px;
  }

  .slide-image {
    height: 450px;
  }

  .slide-article_link {
    font-size: 16px;
  }

  .blocks {
    grid-column-gap: 95px;
    grid-row-gap: 95px;
    margin-top: 15px;
    padding-top: 40px;
  }

  .blockquote {
    width: 100%;
    font-size: 37px;
  }

  .products_block-grid {
    grid-row-gap: 28px;
  }

  ._1_column_gallery {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .data_block-p {
    font-size: 15px;
  }

  .data_block-button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }

  ._2_column_gallery {
    grid-row-gap: 28px;
  }

  .image_separator_block {
    height: 50vh;
  }

  .more-link {
    max-width: 55px;
  }

  .footer-newsletter {
    margin-bottom: 30px;
  }

  .footer-kit_logos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 28px;
    font-size: 23px;
  }

  h3 {
    margin-bottom: 20px;
    font-size: 19px;
  }

  p {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .main {
    padding-top: 35px;
    padding-bottom: 120px;
  }

  .padding-global {
    padding-left: 35px;
    padding-right: 35px;
  }

  .publications-grid {
    grid-column-gap: 6%;
    grid-row-gap: 20px;
  }

  .publications-grid.is-home {
    width: 100%;
  }

  .publications-element {
    width: 47%;
  }

  .publications-element.is-products_block {
    width: 30.66%;
  }

  .publications-element.is-arrivals {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    width: 48%;
  }

  .artworks-grid {
    grid-column-gap: 6%;
    grid-row-gap: 22px;
  }

  .artworks-grid.is-arrivals {
    grid-column-gap: 4%;
  }

  .artworks-grid.is-home {
    width: 100%;
  }

  .artworks-element {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    width: 47%;
  }

  .artworks-element.is-arrivals {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    width: 48%;
  }

  .artworks-element.is-products_block {
    width: 30.66%;
  }

  .stories-grid {
    grid-column-gap: 6%;
    grid-row-gap: 40px;
  }

  .stories-element {
    width: 47%;
  }

  .footer-top {
    height: 20px;
  }

  .footer-middle {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    padding: 20px 10px 10px;
  }

  .footer-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-text.is-small {
    margin-bottom: 8px;
  }

  .footer-column {
    max-width: none;
  }

  .footer-column.first {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
  }

  .footer-column.last {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .footer-column_middle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .footer-social_menu {
    grid-column-gap: 25px;
  }

  .sections {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .artists-list_name {
    font-size: 50px;
  }

  .paragraph-4 {
    font-size: 24px;
  }

  .contact-text_container {
    margin-top: 40px;
  }

  .address-container {
    margin-top: 90px;
  }

  .section-artists-page {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
  }

  .artist-row {
    flex-flow: wrap;
    padding-top: 5px;
  }

  .artist-row_left {
    width: 100%;
  }

  .artist-row_right {
    width: 100%;
    padding-top: 22px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .artist-row_name {
    text-align: center;
  }

  .slide-article_link {
    margin-top: 8px;
  }

  .blocks {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
  }

  .full_slider_block-image {
    height: 45vh;
  }

  .blockquote {
    font-size: 26px;
  }

  .products_block-grid {
    grid-column-gap: 4%;
    grid-row-gap: 22px;
  }

  ._1_column_gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._3_column_gallery {
    grid-column-gap: 3%;
    grid-row-gap: 20px;
  }

  ._3_column_gallery-element {
    width: 31.33%;
  }

  .image_separator_block {
    height: 55vh;
  }

  .mobile-menu {
    background-color: #fff;
    display: none;
  }

  .mobile-menu_container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .burguer {
    margin-left: 25px;
    display: none;
  }

  .linia {
    border-radius: 5px;
  }

  .concepts-section_title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .more-container, .more-container.is-books {
    margin-top: 20px;
  }

  .more-link {
    max-width: 35px;
  }

  .more-row {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-kit_logos {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-kit_logo {
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    margin-bottom: 22px;
    font-size: 22px;
  }

  h3 {
    margin-bottom: 16px;
    font-size: 17px;
  }

  p {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .header {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .main {
    padding-top: 30px;
  }

  .cart-logo {
    position: relative;
  }

  .padding-global {
    padding-left: 28px;
    padding-right: 28px;
  }

  .header-row {
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-main_logo_link {
    z-index: 9;
    margin-left: -10px;
  }

  .header-center {
    justify-content: center;
    align-items: flex-start;
  }

  .header-nav {
    display: none;
  }

  .header-main_link.is-mobile {
    border-bottom-width: 2px;
    font-size: 35px;
    line-height: 40px;
    text-decoration: none;
  }

  .publications-grid {
    grid-column-gap: 8%;
    grid-row-gap: 25px;
  }

  .publications-element {
    width: 46%;
  }

  .publications-element.is-products_block {
    width: 46.5%;
  }

  .publications-element.is-arrivals {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    width: 46.75%;
  }

  .price, .paragraph-3 {
    font-size: 15px;
  }

  .product_hidden {
    opacity: 100;
    font-size: 13px;
  }

  .product_hidden.is-slide {
    margin-top: 6px;
  }

  .artworks-grid {
    grid-column-gap: 8%;
    grid-row-gap: 26px;
  }

  .artworks-grid.is-arrivals {
    grid-column-gap: 6.5%;
  }

  .artworks-element {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 46%;
  }

  .artworks-element.is-arrivals {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    width: 46.75%;
  }

  .artworks-element.is-products_block {
    width: 46.5%;
  }

  .title-1 {
    font-size: 24px;
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .stories-grid {
    grid-row-gap: 40px;
  }

  .stories-element {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .title-2 {
    font-size: 17px;
  }

  .footer-top {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .footer-middle {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .footer-bottom {
    padding-top: 20px;
  }

  .legal-ul {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: flex-start;
  }

  .legal-link {
    font-size: 13px;
  }

  .footer-text.footer-link {
    margin-bottom: 5px;
  }

  .footer-text.is-small {
    margin-bottom: 10px;
  }

  .footer-column {
    text-align: center;
    max-width: 100%;
  }

  .footer-column.first {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-column.last {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-column_middle {
    width: 100%;
  }

  .footer-menu, .footer-social_menu {
    justify-content: center;
    align-items: flex-start;
  }

  .sections {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .badge {
    min-width: 70px;
    min-height: 50px;
    padding: 8px 12px;
  }

  .badge-text {
    font-size: 12px;
    line-height: 13px;
  }

  .badge-text.is-large {
    font-size: 14px;
  }

  .artists-list_name {
    font-size: 36px;
  }

  .paragraph-4 {
    font-size: 20px;
  }

  .address-container {
    margin-top: 80px;
  }

  .section-artists-page {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .splide__list.is-artist {
    grid-column-gap: 8%;
    grid-row-gap: 25px;
    flex-flow: wrap;
    display: flex;
  }

  .splide__slide.is-artist {
    width: 46%;
  }

  .artist-row {
    padding-right: 0;
  }

  .artist-row_right {
    padding-left: 0;
    padding-right: 0;
  }

  .artist-top {
    display: none;
  }

  .slide-text_container {
    flex-flow: column;
  }

  .slide-text_container_right {
    text-align: left;
    width: 100%;
    margin-top: 6px;
  }

  .slide-image_container.is-publication {
    width: 100%;
    height: auto;
    padding-bottom: 115%;
  }

  .slide-element.is-artist {
    width: 100%;
  }

  .slide-image {
    width: 100%;
    height: auto;
  }

  .full_slider_block-image {
    height: 40vh;
  }

  .blockquote {
    font-size: 22px;
  }

  .products_block-grid {
    grid-column-gap: 7%;
    grid-row-gap: 22px;
  }

  ._1_column_gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._2_column_gallery {
    grid-column-gap: 5%;
    grid-row-gap: 20px;
  }

  ._2_column_gallery-element {
    width: 47.5%;
  }

  ._3_column_gallery {
    grid-row-gap: 15px;
  }

  .image_separator_block {
    height: 45vh;
  }

  .mobile-menu {
    z-index: 1;
    display: none;
  }

  .lang_container.is-mobile {
    margin-top: 25px;
  }

  .burguer {
    margin-left: 22px;
    display: flex;
  }

  .header-right {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .mobile-menu-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .more-container {
    margin-top: 15px;
  }

  .product_hidden-point {
    width: 8px;
    height: 8px;
  }

  .product_hidden-text {
    font-size: 13px;
  }

  .footer-kit_logos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 22px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 17px;
  }

  h3 {
    margin-bottom: 14px;
    font-size: 16px;
  }

  .main {
    padding-bottom: 100px;
  }

  .padding-global {
    padding-left: 22px;
    padding-right: 22px;
  }

  .publications-grid {
    grid-row-gap: 25px;
  }

  .publications-element, .publications-element.is-products_block, .publications-element.is-arrivals {
    width: 100%;
  }

  .artworks-grid {
    grid-row-gap: 30px;
  }

  .artworks-element, .artworks-element.is-arrivals, .artworks-element.is-products_block {
    width: 100%;
  }

  .title-container {
    margin-bottom: 30px;
  }

  .title-1 {
    font-size: 20px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .stories-grid {
    grid-row-gap: 40px;
  }

  .stories-element {
    width: 100%;
  }

  .footer-middle {
    padding-top: 8px;
  }

  .legal-ul {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-menu {
    grid-row-gap: 4px;
  }

  .sections {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .badge {
    min-width: 65px;
    min-height: 47px;
  }

  .artists-list {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .artists-list_name {
    font-size: 24px;
  }

  .paragraph-4 {
    font-size: 18px;
  }

  .contact-text_container {
    margin-top: 30px;
  }

  .address-container {
    margin-top: 60px;
  }

  .blocks {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 25px;
  }

  .full_slider_block-image {
    height: 35vh;
  }

  .blockquote {
    font-size: 20px;
  }

  .products_block-grid {
    grid-row-gap: 24px;
  }

  ._1_column_gallery {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  ._2_column_gallery {
    grid-row-gap: 15px;
  }

  ._3_column_gallery-element {
    width: 100%;
  }

  .image_separator_block {
    height: 40vh;
  }

  .burguer {
    margin-left: 20px;
  }
}


@font-face {
  font-family: 'Banana';
  src: url('../fonts/banana-Regular.woff2') format('woff2'), url('../fonts/banana-Regular.eot') format('embedded-opentype'), url('../fonts/banana-Regular.woff') format('woff'), url('../fonts/banana-Regular.ttf') format('truetype'), url('../fonts/banana-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Banana';
  src: url('../fonts/banana-bold.woff2') format('woff2'), url('../fonts/banana-bold.eot') format('embedded-opentype'), url('../fonts/banana-bold.woff') format('woff'), url('../fonts/GarnettSemibold-Regular.ttf') format('truetype'), url('../fonts/banana-bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garnett-Semibold';
  src: url('../fonts/Garnett-Semibold.woff2') format('woff2'), url('../fonts/Garnett-Semibold.eot') format('embedded-opentype'), url('../fonts/Garnett-Semibold.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garnett';
  src: url('../fonts/Garnett-Regular.woff2') format('woff2'), url('../fonts/Garnett-Regular.eot') format('embedded-opentype'), url('../fonts/Garnett-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Banana';
  src: url('../fonts/GarnettSemibold-Regular.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Scto Grotesk A';
  src: url('../fonts/Scto-Grotesk-A-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Scto Grotesk A';
  src: url('../fonts/Scto-Grotesk-A-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Scto Grotesk A';
  src: url('../fonts/Scto-Grotesk-A-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Scto Grotesk A';
  src: url('../fonts/Scto-Grotesk-A-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Scto Grotesk A';
  src: url('../fonts/Scto-Grotesk-A-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Scto Grotesk A';
  src: url('../fonts/Scto-Grotesk-A-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}