:root {
  --black: black;
  --white: white;
  --dark-grey: #333;
  --light-grey: #999;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.container {
  width: 100%;
  max-width: 128em;
  margin-left: auto;
  margin-right: auto;
}

.css-style {
  display: block;
}

.body {
  color: #2c2217;
  font-family: Nunito Sans, sans-serif;
  font-size: .694444vw;
  font-weight: 700;
  line-height: 120%;
  overflow-x: clip;
}

.section {
  background-image: url('../images/background_image_1background_image.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 144em;
  padding-top: 12em;
  padding-bottom: 13.3em;
  position: relative;
}

.box-main {
  grid-template-rows: auto 2em auto 2em auto 3.5em auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: start;
  display: grid;
}

.wrapper-list-item {
  grid-row-gap: 1em;
  flex-flow: column;
  max-width: 47em;
  display: flex;
}

.wrapper-list-item.mw-500 {
  max-width: 50em;
}

.list-item {
  grid-column-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.par-16 {
  color: #0056b3;
  font-size: 1.6em;
  line-height: 130%;
}

.par-16.mw-580 {
  max-width: 37em;
}

.par-16.white {
  color: #fff;
}

.par-16.black {
  color: #2c2217;
}

.box-button {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.box-button.img {
  z-index: 2;
  flex-flow: column;
  position: relative;
}

.box-inform {
  position: relative;
}

.block-info {
  text-align: center;
  background-image: linear-gradient(0deg, #004a99, #007bff);
  border-radius: 1.2em;
  padding: 2em;
  transition: box-shadow .3s;
  box-shadow: 0 0 #00bfa5, 0 .4em 4em #2c221759;
}

.block-info:hover {
  box-shadow: -.3em 0 #00bfa5, 0 .4em 4em #2c221759;
}

.block-info.b1 {
  position: absolute;
  top: 14.5em;
  right: 4em;
}

.block-info.b2 {
  position: absolute;
  top: 24.7em;
  left: 0;
}

.block-info.b3 {
  position: absolute;
  top: 38.6em;
  right: 5em;
}

.button {
  z-index: 1;
  color: #fff;
  background-color: #00bfa5;
  border-radius: .461538em;
  justify-content: center;
  align-items: center;
  height: 2.57692em;
  padding: .692em 1.923em;
  font-family: Nunito, sans-serif;
  font-size: 2.6em;
  line-height: 120%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.little {
  border-radius: .545455em;
  padding: .636364em 1.81818em;
  font-size: 2.2em;
}

.button.load-under {
  border-style: none;
  border-radius: .545455em;
  margin-left: 0;
  margin-right: 0;
  padding: .636364em 1.81818em;
  font-size: 2.2em;
}

.button.lang {
  border-radius: .5em;
  padding: .5em 1.16667em;
  font-size: 1.2em;
}

.h1-55 {
  font-family: Nunito, sans-serif;
  font-size: 5.5em;
  font-weight: 700;
  line-height: 100%;
}

.text-but {
  font-size: 1.6em;
  line-height: 100%;
}

.text-info {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 1.6em;
  line-height: 130%;
}

.color-blue {
  color: #007bff;
}

.container-navbar {
  grid-column-gap: 4em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  margin-right: auto;
}

.nav-link {
  font-size: 1.6em;
  line-height: 120%;
  transition: color .3s;
}

.nav-link:hover {
  color: #007bff;
}

.vertical-line {
  background-color: #00bfa5;
  border-radius: 10em;
  width: .3em;
}

.img_volna {
  z-index: 1;
  width: 100vw;
  max-width: none;
  position: absolute;
  bottom: -1px;
}

.img_volna.top {
  top: -1px;
  bottom: auto;
}

.img-logotype {
  width: 14.2em;
}

.img-logotype.big {
  width: 20em;
}

.box-link {
  grid-column-gap: 2.5em;
  display: flex;
}

.navbar {
  background-color: #0000;
  width: 100%;
  max-width: 128em;
  margin-left: auto;
  margin-right: auto;
}

.navbar-fixed {
  z-index: 999;
  justify-content: center;
  align-items: center;
  height: 8.3em;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
}

.par-20 {
  font-size: 2em;
  line-height: 120%;
}

.par-20.mw-490, .par-20.lh-130 {
  line-height: 130%;
}

.main-grid {
  grid-column-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 74em auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-2 {
  background-color: #007bff;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.h2-55 {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 5.5em;
  line-height: 110%;
}

.h2-55.black {
  color: #2c2217;
}

.box-h2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  max-width: 120em;
  display: flex;
}

.box-h2.mw-740 {
  max-width: 74em;
}

.box-h2.mw-800 {
  max-width: 80em;
}

.block-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: minmax(36em, auto) minmax(36em, auto) minmax(36.9em, auto);
  grid-template-columns: 51em 26em 47em;
  grid-auto-columns: 1fr;
  margin-top: 6em;
  display: grid;
}

.box-grid {
  background-color: #fff;
  border-radius: 1.4em;
  padding: 4em;
  position: relative;
  overflow: hidden;
}

.box-grid.gap-vertical-30 {
  grid-row-gap: 3em;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.par-22 {
  z-index: 1;
  font-size: 2.2em;
  line-height: 133%;
  position: relative;
}

.par-22.mw-390 {
  max-width: 17.7273em;
}

.par-22.t-14 {
  font-size: 1.4em;
}

.par-22.mw-883 {
  color: #fff;
}

.par-22.lh-120 {
  line-height: 120%;
}

.par-22.white {
  color: #fff;
}

.img_one {
  width: 30em;
  position: absolute;
  bottom: 0;
  right: 2em;
}

.img_two {
  width: 26em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -2em;
  left: 0;
  right: 0;
}

.img-three {
  width: 21.8em;
  position: absolute;
  bottom: -1.6em;
  right: 1em;
}

.h3-36 {
  z-index: 1;
  font-family: Nunito, sans-serif;
  font-size: 3.6em;
  line-height: 130%;
  position: relative;
}

.img_five {
  width: 33.2em;
  position: absolute;
  bottom: 0;
  right: 2em;
}

.block-tag {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: flex-start;
  max-width: 80em;
  display: flex;
}

.block-tag.mw-84 {
  max-width: 84em;
}

.box-tag {
  background-image: linear-gradient(0deg, #004a99, #007bff);
  border-radius: .8em;
  padding: 1em;
}

.text-tag {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 100%;
}

.par-sign {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  max-width: 74.4em;
  display: flex;
}

.img-sign {
  width: 2.8em;
}

.section-3 {
  padding-top: 16em;
  padding-bottom: 8em;
  position: relative;
}

.img_volna2 {
  z-index: 1;
  width: 100vw;
  position: absolute;
  top: 0;
}

.block-logotype {
  grid-column-gap: 5em;
  grid-row-gap: 3.5em;
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.box-logotype {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  filter: grayscale();
  text-align: center;
  flex-flow: column;
  transition: filter .3s;
  display: flex;
}

.box-logotype:hover {
  filter: grayscale(0%);
}

.text-14 {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 130%;
}

.img_brand {
  height: 5em;
}

.section-4 {
  background-image: url('../images/create-an-abstract--smooth--wave-shaped-line-in-ve-3.svg');
  background-position: 0 0;
  background-size: 221em;
  padding-top: 8em;
  padding-bottom: 16em;
  position: relative;
}

.grid-list-item {
  grid-column-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 39em 36.5em;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.wrapper-item-list {
  grid-row-gap: 2.5em;
  flex-flow: column;
  display: flex;
}

.wrapper-inform {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-image: linear-gradient(0deg, #004a99, #007bff);
  border-radius: 1.4em;
  flex-flow: row;
  align-items: center;
  padding: 3em 4.5em 3em 1.5em;
  display: flex;
}

.img-mashinka {
  width: 67em;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.box-img-washin {
  color: #fff;
  border-radius: 1.4em;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-mashin {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 47em;
  grid-auto-columns: 1fr;
  margin-top: 6em;
  display: grid;
}

.linear-gradient {
  z-index: 1;
  background-image: linear-gradient(#f9b75e1a 28%, #2c221773);
  position: absolute;
  inset: 0%;
}

.section-5 {
  background-color: #007bff;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.wrapper-catalog {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6em;
  display: grid;
}

.box-card {
  border-radius: 1.4em;
  flex-flow: column;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.box-text-card {
  background-color: #fff;
  flex-flow: column;
  flex: 1;
  padding: 1.5em 2em;
  display: flex;
}

.text-card {
  border-top: .1em solid #007bff80;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.text-information {
  margin-bottom: auto;
  padding-bottom: 1em;
}

.flex-gap-5 {
  grid-column-gap: .5em;
  display: flex;
}

.text-16 {
  font-size: 1.6em;
  line-height: 130%;
}

.box-image-card {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.logotype-card {
  z-index: 1;
  height: 2.3em;
}

.wrapper-logo {
  background-color: #fff;
  border-radius: .6em;
  padding: .4em 1.5em;
  position: absolute;
  top: 2em;
  right: 2em;
}

.img-card {
  object-fit: cover;
  width: 30.5em;
  height: 30.5em;
}

.box-title {
  background-color: #00bfa5;
  border-radius: .8em;
  max-width: 28.5em;
  padding: 1em 1.5em;
  position: absolute;
  bottom: 1em;
  left: 1em;
}

.h3-16 {
  color: #fff;
  font-size: 1.6em;
  line-height: 130%;
}

.button-center {
  justify-content: center;
  align-items: flex-start;
  margin-top: 5em;
  display: flex;
}

.section-6 {
  z-index: 1;
  padding-top: 16em;
  padding-bottom: 8em;
  position: relative;
}

.footer {
  z-index: 1;
  padding-top: 8em;
  padding-bottom: 5em;
  position: relative;
}

.block-section-six-footer {
  position: relative;
  overflow: hidden;
}

.wrapper-faq {
  grid-column-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6em;
  display: grid;
}

.box-faq {
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.text-22 {
  font-size: 2.2em;
  line-height: 130%;
}

.dropdown-toggle {
  justify-content: space-between;
  padding: 2em 0;
  display: flex;
}

.dropdown {
  background-color: #fff;
  border-radius: 1.4em;
  width: 100%;
  padding: 1em 3.5em;
  box-shadow: 0 .4em 3em #2c22171a;
}

.box-social-link {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  display: flex;
  position: relative;
}

.wrapper-consultation {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  align-items: flex-start;
  max-width: 49em;
  display: flex;
}

.text-blue {
  color: #007bff;
}

.box-work {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.box-menu {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-20 {
  font-size: 2em;
  line-height: 130%;
  transition: color .3s;
}

.text-20:hover {
  color: #007bff;
}

.box-work-time {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.text-link {
  font-size: 1.6em;
  line-height: 120%;
}

.flowdev {
  color: #007bff;
}

.info-block {
  justify-content: space-between;
  margin-top: 8em;
  display: flex;
}

.block-soclog {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.block-information {
  grid-template-rows: auto;
  grid-template-columns: 49em 16em 24.4em 8em 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6em;
  display: grid;
}

.img_bigvolna {
  width: 221em;
  max-width: none;
  position: absolute;
  top: 24em;
  left: 0;
}

.arrow-dropdown {
  color: #007bff;
  width: 2.8em;
}

.dropdown-list {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.dropdown-text-box {
  padding-bottom: 2em;
}

.img_octicon {
  z-index: 1;
  width: 5.8em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.box-burger-line {
  overflow: hidden;
}

.collection-item {
  flex-flow: column;
  display: flex;
}

.pagintation {
  margin-top: 5em;
}

.img_zoom {
  width: 5.8em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.button-line {
  flex: none;
  width: 63.5769em;
  max-width: none;
}

.button-line.mr-336 {
  margin-left: -12.9231em;
}

.wrapper-line {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.wrapper-scroll {
  margin-top: 2em;
  margin-bottom: 2em;
}

.wrapper-scroll-logo {
  margin-top: 6em;
}

.button-box {
  text-align: center;
  margin-top: 5em;
}

.wrapper-lang {
  grid-column-gap: 1.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-link-14 {
  font-size: 1.6em;
  line-height: 120%;
  transition: color .3s;
}

.text-link-14:hover {
  color: #007bff;
}

.text-link-14.w--current {
  pointer-events: none;
  color: #007bff;
  border-bottom: 1px solid #007bff;
}

.wrapper-language {
  z-index: 99999999;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  opacity: 0;
  text-align: center;
  background-color: #fff;
  border-radius: 1.2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 23em;
  padding: 1.6em 1.8em;
  transition: all .5s;
  display: flex;
  position: fixed;
  top: 7.25em;
  right: 5.9em;
  transform: translate(30em);
  box-shadow: 0 .4em 3em #2c221759;
}

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

.par-12 {
  font-size: 1.2em;
  line-height: 130%;
}

.box-button-lauguage {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .body {
    font-size: 2.33645vw;
  }

  .section {
    background-image: url('../images/bg_1bg.webp');
    background-position: 50% 100%;
    background-size: cover;
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .box-main {
    grid-template-rows: auto 2em auto 2em auto 2.5em auto;
    place-items: stretch stretch;
  }

  .box-button {
    align-items: stretch;
  }

  .box-inform {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 35.2em;
  }

  .block-info.b1 {
    top: 0;
    right: 0;
  }

  .block-info.b2 {
    top: 12em;
  }

  .block-info.b3 {
    top: auto;
    bottom: 0%;
    right: 0%;
  }

  .button {
    height: 2.45em;
    padding: .636364em 1.81818em;
    font-size: 2.2em;
  }

  .button.little {
    background-image: none;
  }

  .button.load-under {
    background-image: none;
    justify-content: center;
    align-items: flex-start;
  }

  .h1-55 {
    font-size: 3.2em;
  }

  .container-navbar {
    padding-left: 2em;
    padding-right: 2em;
  }

  .brand {
    z-index: 99;
  }

  .navmenu {
    background-color: #0000;
    height: 100dvh;
    position: fixed;
    inset: 0% 0% auto;
  }

  .img-logotype.big {
    width: 18em;
  }

  .box-link {
    grid-row-gap: 2.5em;
    background-color: #fff;
    flex-flow: column;
    padding: 9.3em 2em 5em;
    box-shadow: 0 .3em 3.5em #0000004d;
  }

  .navbar-fixed {
    height: 7.3em;
  }

  .par-20 {
    font-size: 1.8em;
    line-height: 130%;
  }

  .par-20.lh-130, .par-20.lh-130.mob-size-20 {
    font-size: 2em;
  }

  .main-grid {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-2 {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .h2-55 {
    font-size: 3em;
  }

  .block-grid {
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .box-grid {
    padding: 2.5em 2.5em 0;
  }

  .box-grid.gap-vertical-30 {
    grid-row-gap: 2em;
  }

  .par-22, .par-22.mw-390 {
    font-size: 2em;
  }

  .par-22.white.mob-size-18 {
    font-size: 1.8em;
  }

  .img_one {
    width: 22em;
    margin: 1em auto -2em;
    display: block;
    position: static;
  }

  .img_one.mb-15 {
    margin-bottom: -1.5em;
  }

  .img_two {
    width: 22em;
    margin-bottom: -2em;
    display: block;
    position: static;
  }

  .img-three {
    align-self: flex-end;
    width: 18em;
    margin-top: -5.3em;
    margin-bottom: -1em;
    margin-right: -1.5em;
    position: static;
  }

  .h3-36 {
    font-size: 3em;
  }

  .img_five {
    width: 22em;
    margin-bottom: -1em;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .block-tag {
    width: 102em;
    max-width: none;
    overflow: auto;
  }

  .section-3 {
    padding-top: 8em;
    padding-bottom: 6em;
  }

  .block-logotype {
    grid-column-gap: 4em;
    grid-row-gap: 3em;
    width: 93em;
  }

  .img_brand {
    height: 3.5em;
  }

  .section-4 {
    padding-top: 6em;
    padding-bottom: 8em;
  }

  .grid-list-item {
    grid-row-gap: 2em;
    grid-template-columns: 36.5em;
  }

  .wrapper-item-list {
    grid-row-gap: 2em;
  }

  .wrapper-inform {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    padding-right: 2.5em;
  }

  .box-img-washin {
    height: 40em;
  }

  .grid-mashin {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
    margin-top: 4em;
  }

  .section-5 {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .wrapper-catalog {
    grid-template-columns: 1fr;
  }

  .wrapper-logo {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .img-card {
    width: 38.8em;
  }

  .box-title {
    max-width: 36.8em;
  }

  .section-6 {
    padding-top: 8em;
    padding-bottom: 6em;
  }

  .footer {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .wrapper-faq {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
    margin-top: 4em;
  }

  .dropdown-toggle {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    white-space: normal;
    justify-content: space-between;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .dropdown {
    padding: 1.5em 2.5em;
  }

  .box-social-link {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .info-block {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    text-align: center;
    flex-flow: column;
    max-width: 28em;
    margin-top: 6em;
    margin-left: auto;
    margin-right: auto;
  }

  .block-soclog {
    text-align: right;
  }

  .block-information {
    grid-row-gap: 4em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    margin-top: 4em;
  }

  .arrow-dropdown {
    flex: none;
    width: 2.6em;
  }

  .dropdown-list {
    display: flex;
  }

  .dropdown-text-box {
    padding-bottom: 1em;
  }

  .menu-button {
    z-index: 99;
    padding: .8em 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .box-burger-line {
    grid-row-gap: .5em;
    flex-flow: column;
    display: flex;
    overflow: hidden;
  }

  .line-burger {
    background-color: #2c2217;
    border-radius: 1.4em;
    width: 3em;
    height: .2em;
  }

  .img_volna-little, .image-4 {
    z-index: 1;
    width: 100%;
    position: absolute;
    right: -2em;
  }

  .pagintation {
    margin-top: 4em;
  }

  .wrapper-scroll {
    margin-left: -2.5em;
    margin-right: -2.5em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    overflow: auto;
  }

  .wrapper-scroll-logo {
    margin-top: 4em;
    margin-left: -2em;
    margin-right: -2em;
    padding-left: 2em;
    padding-right: 2em;
    overflow: auto;
  }

  .collection-list-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .wrapper-language {
    top: 2em;
    right: 2em;
  }
}

#w-node-_32f13f5e-edde-d736-e886-e3e4d6381440-85d08cce {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_64dee7f3-910c-cd9e-98ed-702b176c68e3-85d08cce {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e18e75bb-51fb-9eea-81ab-2005e0622d0a-85d08cce {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_746e5049-f77c-e45c-3724-b7949f2591ad-85d08cce {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-c6df4039-eb63-081b-e9e1-13a238969003-85d08cce, #w-node-_5768c7ed-2180-21f2-e49e-a5a270561976-85d08cce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-be977cff-080e-3a90-a14c-94d737107065-85d08cce {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d86932ce-03e0-7140-9e74-64572fa70718-85d08cce {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-b14d00d0-a649-10ca-fc1c-811e3da288a7-85d08cce {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c873681f-2152-496e-e6c4-246f50e93e0f-85d08cce {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: end;
}

#w-node-_32f13f5e-edde-d736-e886-e3e4d6381440-85d08cd3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_64dee7f3-910c-cd9e-98ed-702b176c68e3-85d08cd3 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e18e75bb-51fb-9eea-81ab-2005e0622d0a-85d08cd3 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_746e5049-f77c-e45c-3724-b7949f2591ad-85d08cd3 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-c6df4039-eb63-081b-e9e1-13a238969003-85d08cd3, #w-node-_5768c7ed-2180-21f2-e49e-a5a270561976-85d08cd3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-be977cff-080e-3a90-a14c-94d737107065-85d08cd3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d86932ce-03e0-7140-9e74-64572fa70718-85d08cd3 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-b14d00d0-a649-10ca-fc1c-811e3da288a7-85d08cd3 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c873681f-2152-496e-e6c4-246f50e93e0f-85d08cd3 {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-c6df4039-eb63-081b-e9e1-13a238969003-85d08cce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5768c7ed-2180-21f2-e49e-a5a270561976-85d08cce, #w-node-be977cff-080e-3a90-a14c-94d737107065-85d08cce {
    grid-column: span 1 / span 1;
  }

  #w-node-d86932ce-03e0-7140-9e74-64572fa70718-85d08cce, #w-node-f64f403b-56fc-d681-9fb6-907bd0acc9fc-85d08cce, #w-node-b14d00d0-a649-10ca-fc1c-811e3da288a7-85d08cce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c873681f-2152-496e-e6c4-246f50e93e0f-85d08cce {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-c6df4039-eb63-081b-e9e1-13a238969003-85d08cd3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5768c7ed-2180-21f2-e49e-a5a270561976-85d08cd3, #w-node-be977cff-080e-3a90-a14c-94d737107065-85d08cd3 {
    grid-column: span 1 / span 1;
  }

  #w-node-d86932ce-03e0-7140-9e74-64572fa70718-85d08cd3, #w-node-f64f403b-56fc-d681-9fb6-907bd0acc9fc-85d08cd3, #w-node-b14d00d0-a649-10ca-fc1c-811e3da288a7-85d08cd3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c873681f-2152-496e-e6c4-246f50e93e0f-85d08cd3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}


