:root {
  --base: "Times New Roman", TimesNewRoman, Times, Baskerville, Georgia, serif;
  --grey: #8b8b8b;
  --heading: "Old Standard TT", sans-serif;
  --black: black;
}

p {
  font-family: var(--base);
  color: var(--grey);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

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

.woo-cats {
  color: var(--grey);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.woocommerce-loop-product__title {
  font-family: var(--heading);
  color: #000;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.dropdown_icon {
  margin-right: 10px;
}

.products {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.products.col-3 {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown_link {
  color: #5c5c5c;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.dropdown_link:hover {
  color: #000;
}

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

.dropdown_toggle {
  border: 1px solid #d3d3d3;
  padding: 10px 35px 10px 15px;
}

.shop-filters_categories {
  grid-column-gap: 25px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.product-element {
  width: 31.33%;
  margin-bottom: 35px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.product-element.col-3 {
  text-align: center;
  width: 31.33%;
}

.dropdown_list {
  background-color: #fff;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  padding-top: 5px;
  padding-bottom: 5px;
}

.shop-filters {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.product-element_image-container {
  margin-bottom: 15px;
  overflow: hidden;
}

.shop-filters_category {
  font-family: var(--heading);
  color: var(--grey);
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
}

.shop-filters_category:hover {
  color: var(--black);
  border-color: #000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.shop-filters_category.active {
  border-bottom-color: var(--black);
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
}

.section_archive {
  margin-bottom: 140px;
}

.price {
  font-family: var(--base);
  color: var(--grey);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

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

.main-nav {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.header {
  padding-top: 32px;
  padding-bottom: 27px;
}

.main-link {
  font-family: var(--heading);
  color: var(--grey);
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 18px;
  line-height: 16px;
  transition: all .2s;
}

.main-link:hover {
  border-bottom: 1px solid var(--grey);
}

.main-link.w--current {
  border-bottom-color: var(--grey);
  color: var(--grey);
}

.main-logo {
  font-family: var(--heading);
  color: var(--black);
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.main-logo.w--current {
  color: var(--black);
}

.main-logo.is-footer {
  font-size: 19px;
  line-height: 19px;
}

.home-slider {
  height: 100dvh;
  position: relative;
  inset: 0;
}

.mask {
  position: absolute;
  inset: 0;
}

.home-slider_slide {
  height: 100vh;
}

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

.home-slider_icon {
  color: var(--grey);
}

.slider_arrow-container {
  transition: all .2s;
}

.video-background {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.main {
  padding: 60px 0 150px;
}

.title-container {
  text-align: center;
  margin-bottom: 42px;
}

.title-container.is-small {
  margin-bottom: 25px;
}

.title-1 {
  font-family: var(--heading);
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
}

.art_grid {
  grid-column-gap: 2.5%;
  grid-row-gap: 35px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.art_element {
  width: 48.75%;
  text-decoration: none;
}

.art_image-container {
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.art_image {
  width: 100%;
  transition: all .2s;
}

.art_title {
  font-family: var(--heading);
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 27px;
}

.footer_row {
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

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

.footer_text {
  font-family: var(--base);
  color: var(--grey);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.footer_text.is-small {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 18px;
}

.footer_social-container {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  margin-top: -2px;
  display: flex;
}

.footer_social-link {
  opacity: .55;
  transition: all .2s;
}

.footer_social-link:hover {
  opacity: 100;
}

.footer_social-logo {
  width: 26px;
}

.container-small {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

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

._2-columns-gallery_element {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 48.5%;
  display: flex;
}

.gallery_link {
  width: 100%;
}

.gallery_link.with-text {
  margin-bottom: 10px;
}

.title-3 {
  font-family: var(--heading);
  color: var(--black);
  margin-top: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

._3-columns-gallery {
  grid-column-gap: 3%;
  grid-row-gap: 18px;
  flex-flow: wrap;
  display: flex;
}

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

.video-block.margin-bottom-0 {
  margin-bottom: 0;
}

.gallery-text {
  font-family: var(--base);
  color: var(--grey);
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.blocks {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.button-link {
  border: 1px solid var(--grey);
  font-family: var(--base);
  color: var(--grey);
  padding: 8px 24px;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  transition: all .2s;
}

.button-link:hover {
  border-color: var(--black);
  color: #fff;
  background-color: #000;
}

.image-text_columns {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-text_columns.image-left {
  flex-flow: row-reverse;
}

._2-columns-gallery {
  grid-column-gap: 3%;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

._3-columns-gallery_element {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 31.33%;
  display: flex;
}

.image-text_column {
  width: 48%;
}

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

.buttons_container {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.full-image-block {
  width: 100%;
  height: 65vh;
  position: relative;
}

.full-image-block.margin-top-0 {
  margin-top: 0;
}

.title-2 {
  font-family: var(--heading);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

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

._4-columns-gallery {
  grid-column-gap: 3%;
  grid-row-gap: 16px;
  flex-flow: wrap;
  display: flex;
}

._4-columns-gallery_element {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 22.75%;
  display: flex;
}

._1-column-gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

._1-column-gallery_element {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

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

.data-grid_element {
  width: 22%;
}

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

.data-grid_p {
  margin-bottom: 0;
  line-height: 22px;
}

.spacer-block {
  height: 35px;
}

.gallery_text-container {
  min-height: 12px;
}

.masonry-item {
  text-align: center;
  width: 30.33%;
  margin-bottom: 36px;
  text-decoration: none;
}

.masonry-sizer {
  width: 30%;
}

.masonry-gutter {
  width: 4%;
}

.masonry-image-container {
  margin-bottom: 20px;
}

.masonry-image {
  width: 100%;
  height: auto;
  transition: all .2s;
}

.masonry-title {
  font-family: var(--heading);
  color: var(--black);
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
}

.masonry-category {
  font-family: var(--base);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.about_columns {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.about_column-left {
  width: 47.25%;
}

.about_column-center, .about_column-right {
  width: 20.875%;
}

.slider-block_slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slider-block_nav {
  height: 45px;
  font-size: 9px;
  line-height: 15px;
}

.about_text {
  margin-top: 35px;
}

.blockquote {
  font-family: var(--base);
  color: var(--black);
  text-align: center;
  border-left-style: none;
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 35px;
  font-style: italic;
  line-height: 40px;
}

.blockquote.is-about_text {
  margin-top: 30px;
  margin-bottom: 35px;
}

.about_sections {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  display: flex;
}

.about_title-section {
  color: var(--black);
  margin-bottom: 0;
  font-weight: 700;
}

.exhibitions {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  margin-top: 15px;
  display: flex;
}

.exhibition_title {
  font-family: var(--heading);
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 22px;
}

.exhibition_space {
  margin-top: -2px;
  margin-bottom: 0;
  line-height: 23px;
}

.menu_row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-logo {
  z-index: 9999;
  opacity: .45;
  color: #000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: 25px;
  margin-top: -2px;
  margin-left: 20px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: all .2s;
  display: flex;
  position: relative;
}

.cart-logo:hover {
  opacity: .7;
}

.main-link-2 {
  margin-left: 0;
  margin-right: 0;
  padding: 5px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.main-link-2.is-mobile {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  transition: all .2s;
}

.main-link-2.is-mobile:hover {
  opacity: .6;
}

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

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

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

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

.close-search {
  cursor: pointer;
  width: 40px;
  position: absolute;
  top: 40px;
  right: 40px;
}

.cart_container {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: -5px;
  right: 0;
}

.search-form {
  margin-bottom: 0;
}

.overflow {
  width: 100%;
  overflow: hidden;
}

.search-form__field {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.search-link {
  z-index: 9999;
  cursor: pointer;
  width: 24px;
  margin-left: 20px;
  position: relative;
}

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

.submit-search {
  opacity: .7;
  color: #0000;
  background-color: #3898ec00;
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 49px;
  display: block;
}

.search-field {
  color: #000;
  text-align: left;
  background-color: #fff0;
  border: 1px #000;
  border-bottom-color: #fff;
  height: auto;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.search-field::placeholder {
  color: #b8b8b8;
}

.search-container {
  z-index: 99999;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
  position: fixed;
  inset: 0;
}

.searchform-container {
  background-color: #fff;
  border-radius: 11px;
  width: 100%;
  max-width: 900px;
  padding: 10px 10px 10px 20px;
}

.footer_columns {
  border-top: 1px solid #000;
  justify-content: space-between;
  padding: 30px 10px 25px;
  display: flex;
}

.logos-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: .55;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.funded-logo, .plan-logo {
  width: 150px;
  transition: all .2s;
}

.legal-menu {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.legal-menu_li {
  display: inline-flex;
}

.legal-menu_link {
  font-family: var(--base);
  color: var(--grey);
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: all .2s;
}

.legal-menu_link:hover {
  color: var(--black);
}

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

.lang_link {
  font-family: var(--base);
  color: var(--grey);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
}

.lang_link:hover, .lang_link._w--current {
  color: var(--black);
}

@media screen and (min-width: 1280px) {
  .padding-global {
    padding-left: 60px;
    padding-right: 60px;
  }

  .products {
    grid-column-gap: 2.5%;
    grid-row-gap: 2.5%;
  }

  .shop-filters_categories {
    width: auto;
    margin-bottom: 0;
    position: absolute;
    left: 260px;
    right: 260px;
  }

  .product-element {
    width: 23.12%;
    margin-bottom: 35px;
  }

  .shop-filters {
    justify-content: space-between;
  }

  .main-logo.is-footer {
    font-size: 24px;
    line-height: 24px;
  }

  .footer_row {
    padding: 25px 15px;
  }

  .footer_social-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer_social-logo {
    width: 30px;
  }

  .menu_row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .overflow {
    text-align: center;
  }

  .burguer {
    display: none;
  }

  .footer_columns {
    padding: 35px 15px 30px;
  }

  .funded-logo, .plan-logo {
    width: 180px;
  }
}

@media screen and (min-width: 1440px) {
  .dropdown_link, .shop-filters_category {
    font-size: 16px;
    line-height: 22px;
  }

  .main {
    padding-bottom: 160px;
  }

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

@media screen and (min-width: 1920px) {
  p {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 30px;
  }

  .products {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
  }

  .product-element {
    width: 15%;
    margin-bottom: 40px;
  }

  .shop-filters {
    margin-bottom: 70px;
  }

  .shop-filters_category {
    font-size: 20px;
    line-height: 24px;
  }

  .main-link, .main-logo {
    font-size: 22px;
    line-height: 20px;
  }

  .main {
    padding-top: 70px;
    padding-bottom: 180px;
  }

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

  .title-container.is-small {
    margin-bottom: 32px;
  }

  .title-1 {
    font-size: 34px;
    line-height: 42px;
  }

  .art_title {
    font-size: 23px;
    line-height: 29px;
  }

  .footer_text {
    font-size: 20px;
  }

  ._3-columns-gallery {
    grid-row-gap: 20px;
  }

  .gallery-text {
    font-size: 17px;
    line-height: 22px;
  }

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

  .button-link {
    border-width: 1px;
    padding: 10px 30px;
    font-size: 22px;
    line-height: 32px;
  }

  ._2-columns-gallery {
    grid-row-gap: 22px;
  }

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

  .title-2 {
    margin-bottom: 17px;
    font-size: 28px;
    line-height: 36px;
  }

  ._4-columns-gallery {
    grid-row-gap: 18px;
  }

  .data-grid_p {
    margin-bottom: 1px;
  }

  .spacer-block {
    height: 60px;
  }

  .masonry-item {
    margin-bottom: 40px;
  }

  .masonry-image-container {
    margin-bottom: 22px;
  }

  .masonry-title {
    font-size: 24px;
    line-height: 32px;
  }

  .masonry-category {
    font-size: 21px;
    line-height: 27px;
  }

  .about_text {
    margin-top: 40px;
  }

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

  .blockquote.is-about_text {
    margin-top: 35px;
    margin-bottom: 40px;
  }

  .about_sections {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .exhibitions {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    margin-top: 18px;
  }

  .exhibition_space {
    margin-top: 0;
  }

  .paragraph-2 {
    margin-bottom: 12px;
  }

  .menu_row {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }
}

@media screen and (max-width: 991px) {
  .padding-global {
    padding-left: 30px;
    padding-right: 30px;
  }

  .products, .products.col-3 {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
  }

  .product-element, .product-element.col-3 {
    width: 48%;
  }

  .main-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
  }

  .header {
    z-index: 9;
    background-color: #fff;
    padding-top: 27px;
    padding-bottom: 22px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .main-link {
    display: none;
  }

  .main-link.is-mobile {
    color: var(--black);
    font-size: 28px;
    line-height: 28px;
    display: block;
  }

  .main-logo {
    font-size: 22px;
    line-height: 22px;
  }

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

  .art_grid {
    grid-column-gap: 4%;
    grid-row-gap: 28px;
  }

  .art_element {
    width: 48%;
  }

  .art_image-container {
    margin-bottom: 12px;
  }

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

  .gallery_link.with-text {
    margin-bottom: 14px;
  }

  .gallery-text {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 20px;
  }

  .blocks {
    margin-top: 40px;
  }

  .button-link {
    border-width: 1px;
    padding: 8px 20px;
    font-size: 18px;
    line-height: 25px;
  }

  ._2-columns-gallery {
    grid-row-gap: 18px;
  }

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

  .full-image-block {
    height: 45vh;
  }

  .full-image-block.margin-top-0 {
    height: 55vh;
  }

  ._4-columns-gallery {
    grid-column-gap: 3%;
  }

  ._4-columns-gallery_element {
    width: 48.5%;
  }

  ._1-column-gallery {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .data-grid {
    grid-column-gap: 12%;
  }

  .data-grid_element {
    width: 44%;
  }

  .spacer-block {
    height: 25px;
  }

  .masonry-item, .masonry-sizer {
    width: 48%;
  }

  .about_columns {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
  }

  .about_column-left {
    width: 100%;
  }

  .about_column-center, .about_column-right {
    width: 45%;
  }

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

  .menu_row {
    z-index: 99;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 210px;
    position: relative;
  }

  .cart-logo {
    opacity: 100;
  }

  .linia {
    border-radius: 5px;
  }

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

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

  .cart_container {
    width: 100%;
    position: relative;
    top: 0;
  }

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

  .search-container {
    padding-left: 70px;
    padding-right: 70px;
    display: none;
  }

  .footer_columns {
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 35px;
    padding-bottom: 32px;
  }

  .footer_column {
    width: 48%;
  }

  .logos-container {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    margin-top: 12px;
  }

  .funded-logo {
    height: 40px;
  }

  .plan-logo {
    height: 35px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 17px;
    line-height: 25px;
  }

  .woo-cats {
    font-size: 17px;
    line-height: 23px;
  }

  .woocommerce-loop-product__title {
    font-size: 17px;
    line-height: 20px;
  }

  .products, .products.col-3 {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
  }

  .dropdown_link {
    font-size: 13px;
    line-height: 19px;
  }

  .shop-filters_categories {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    margin-bottom: 8px;
  }

  .product-element, .product-element.col-3 {
    width: 47.5%;
  }

  .shop-filters {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 40px;
  }

  .shop-filters_category {
    font-size: 15px;
    line-height: 20px;
  }

  .section_archive {
    margin-bottom: 100px;
  }

  .price {
    font-size: 17px;
    line-height: 23px;
  }

  .title-1 {
    font-size: 26px;
    line-height: 34px;
  }

  .art_element {
    width: 100%;
  }

  .art_image-container {
    margin-bottom: 14px;
  }

  .art_title {
    font-size: 20px;
    line-height: 26px;
  }

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

  .footer_left {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .footer_social-container {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .gallery_link.with-text {
    margin-bottom: 12px;
  }

  .title-3 {
    margin-top: 35px;
    font-size: 17px;
  }

  ._3-columns-gallery {
    grid-row-gap: 12px;
  }

  .gallery-text {
    font-size: 14px;
    line-height: 18px;
  }

  .button-link {
    padding: 7px 18px;
    font-size: 16px;
    line-height: 23px;
  }

  .image-text_columns {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .image-text_columns.image-left {
    flex-flow: column;
  }

  ._2-columns-gallery {
    grid-row-gap: 12px;
  }

  ._3-columns-gallery_element, .image-text_column {
    width: 100%;
  }

  .buttons_container {
    grid-column-gap: 16px;
    grid-row-gap: 14px;
  }

  .full-image-block {
    height: 40vh;
  }

  .title-2 {
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 31px;
  }

  ._4-columns-gallery {
    grid-row-gap: 12px;
  }

  ._1-column-gallery {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .spacer-block {
    height: 15px;
  }

  .blockquote {
    font-size: 28px;
    line-height: 34px;
  }

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

  .submit-search {
    background-position: 100%;
    background-size: auto 35px;
  }

  .search-field {
    font-size: 25px;
    line-height: 25px;
  }

  .search-container {
    padding-left: 35px;
    padding-right: 35px;
    display: none;
  }

  .searchform-container {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .footer_columns {
    grid-row-gap: 20px;
  }

  .footer_column {
    text-align: center;
    width: 100%;
  }

  .logos-container {
    justify-content: center;
    align-items: center;
  }

  .legal-menu {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .lang_container.is-menu {
    display: none;
  }

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

@media screen and (max-width: 479px) {
  .padding-global {
    padding-left: 25px;
    padding-right: 25px;
  }

  .woo-cats {
    font-size: 15px;
    line-height: 21px;
  }

  .woocommerce-loop-product__title {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 19px;
  }

  .products, .products.col-3 {
    grid-column-gap: 6%;
    grid-row-gap: 6%;
  }

  .product-element {
    width: 47%;
  }

  .product-element.col-3 {
    width: 47%;
    margin-bottom: 30px;
  }

  .section_archive {
    margin-bottom: 80px;
  }

  .price {
    font-size: 15px;
    line-height: 21px;
  }

  .header {
    padding-top: 18px;
    padding-bottom: 16px;
  }

  .main-logo {
    padding-top: 2px;
    font-size: 19px;
    line-height: 19px;
  }

  .main {
    padding-top: 80px;
  }

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

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

  .art_title {
    font-size: 19px;
    line-height: 25px;
  }

  .footer_text {
    font-size: 16px;
    line-height: 18px;
  }

  .footer_social-logo {
    width: 26px;
  }

  ._2-columns-gallery_element {
    width: 100%;
  }

  .title-3 {
    color: #000;
    font-size: 16px;
    line-height: 25px;
  }

  ._3-columns-gallery {
    grid-column-gap: 6%;
    grid-row-gap: 6vw;
  }

  .gallery-text {
    font-size: 13px;
    line-height: 16px;
  }

  .blocks {
    margin-top: 30px;
  }

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

  .full-image-block {
    height: 35vh;
  }

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

  .masonry-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .masonry-sizer {
    width: 100%;
  }

  .masonry-gutter {
    width: 0%;
  }

  .masonry-image-container {
    margin-bottom: 15px;
  }

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

  .about_column-center, .about_column-right {
    width: 100%;
  }

  .blockquote {
    font-size: 26px;
    line-height: 32px;
  }

  .burguer {
    margin-left: 20px;
  }

  .footer_columns {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lang_link.is-footer {
    font-size: 15px;
    line-height: 18px;
  }
}


