:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body {
  background-color: #fff;
}

.contener {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.contener.prod {
  align-items: center;
  padding-top: 60px;
}

.logo {
  flex: 0 auto;
}

.line1 {
  background-color: #03a1d6;
}

._0000 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Noticia Text, sans-serif;
  font-size: 22px;
  display: block;
}

.line2 {
  background-color: #03a1d6;
}

.menu-button {
  background-color: #124461;
}

.line3 {
  background-color: #03a1d6;
}

.menu-m {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0b73c400;
  border-bottom: 0 solid #000;
  border-radius: 30px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 3px 0 -2px #03a1d6;
}

.nav-menu {
  margin-left: auto;
  margin-right: auto;
  padding-top: 19px;
  padding-bottom: 22px;
  display: block;
}

.woterlink {
  box-shadow: none;
  color: #062468;
  border-bottom: 0 solid #03a1d6;
  margin-left: 50px;
  padding: 0;
  text-decoration: none;
  transition: all .7s;
}

.woterlink:hover {
  color: #03a1d6;
  border-bottom-width: 0;
  box-shadow: 0 1px #84bfe9;
}

.woterlink:active {
  box-shadow: 0 0 #fff;
}

.woterlink.line {
  border-bottom-width: 1px;
}

.woterlink.line.pr {
  border-bottom-width: 0;
}

.woterlink-production {
  color: #09204e;
  margin-left: 50px;
  padding: 0;
  transition: all .7s;
  box-shadow: -9px 12px 0 -10px #03a1d6;
}

.woterlink-production:hover {
  color: #03a1d6;
  box-shadow: 0 1px #84bfe9;
}

.woterlink-production:active {
  box-shadow: 0 0 #fff;
}

.woterlink-stocks {
  color: #09204e;
  margin-left: 50px;
  padding: 0;
  transition: all .7s;
  box-shadow: -9px 12px 0 -10px #03a1d6;
}

.woterlink-stocks:hover {
  color: #03a1d6;
  box-shadow: 0 1px #84bfe9;
}

.woterlink-stocks:active {
  box-shadow: 0 0 #fff;
}

.woterlink-co-operation {
  color: #09204e;
  margin-left: 50px;
  padding: 0;
  transition: all .7s;
  box-shadow: -9px 12px 0 -10px #03a1d6;
}

.woterlink-co-operation:hover {
  color: #03a1d6;
  box-shadow: 0 1px #84bfe9;
}

.woterlink-co-operation:active {
  box-shadow: 0 0 #fff;
}

.woterlink-contacts {
  color: #09204e;
  margin-left: 50px;
  padding: 0;
  transition: all .7s;
  box-shadow: -9px 12px 0 -10px #03a1d6;
}

.woterlink-contacts:hover {
  color: #03a1d6;
  box-shadow: 0 1px #84bfe9;
}

.woterlink-contacts:active {
  box-shadow: 0 0 #fff;
}

.textblok {
  margin-top: 20px;
}

.hhero {
  color: #1a46a8;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Noticia Text, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.phero {
  color: #1a46a8;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Noticia Text, sans-serif;
  font-size: 26px;
  line-height: 150%;
}

.advantages {
  color: #1a46a8;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Noticia Text, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.text {
  color: #9c9c9c;
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
}

.text.center {
  color: #1a46a8;
  text-align: center;
  margin-top: 0;
  font-family: Noticia Text, sans-serif;
  line-height: 150%;
}

.item {
  color: #1a46a8;
  text-align: center;
  padding-top: 0;
  font-family: Noticia Text, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
}

.cart {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: 1px solid #03a1d6;
  border-right: 1px solid #03a1d6;
  border-radius: 50%;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 300px;
  height: 250px;
  padding: 40px 20px;
  display: flex;
  position: static;
  box-shadow: 0 -2px 5px #1a46a83b, 0 3px 5px #1a46a83b;
}

.contener-cart {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image {
  max-width: none;
  max-height: none;
  display: block;
}

.gridhero {
  grid-template-rows: auto;
  margin-top: auto;
}

.cont {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.texbl {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.orxhero {
  object-fit: fill;
  display: block;
}

.right-arrow {
  color: #0973c4;
  transition: all .2s;
  right: -80px;
}

.right-arrow:hover {
  color: #fff;
  background-color: #0973c4;
}

.right-arrow.left {
  inset: 0% auto 0% -80px;
}

.right-arrow.no-vizible {
  display: none;
}

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

.slide-3 {
  width: 30%;
}

.navv {
  opacity: .5;
  color: #0973c4;
  justify-content: center;
  align-items: center;
  height: 5px;
  padding-top: 0;
  font-size: 30px;
  display: flex;
  bottom: -30px;
  overflow: hidden;
}

.navv.no-on-pc {
  display: none;
}

.maint {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 22px;
}

.textsmol {
  color: #1a46a8;
  text-align: center;
  padding: 10px 20px 10px 40px;
  font-family: Noticia Text, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.bold-text-2 {
  color: #1a46a8;
  font-family: Noticia Text, sans-serif;
  font-size: 22px;
}

.bold-text-3 {
  color: #1a46a8;
  font-family: Noticia Text, sans-serif;
}

.bold-text-4 {
  color: #1a46a8;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Noticia Text, sans-serif;
  font-size: 22px;
}

.paragraf {
  color: #1a46a8;
  text-align: center;
  padding: 20px;
  font-family: Noticia Text, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: block;
}

.paragraph {
  text-align: center;
}

.hhero_-org {
  color: #1a46a8;
  text-align: center;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 60px;
  font-family: Noticia Text, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.btn {
  color: #0043a9;
  text-align: center;
  background-color: #1a46a800;
  border: 1px solid #03a1d6;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 44px 22px;
  font-family: Noticia Text, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: all .555s;
  box-shadow: 0 20px 18px -10px #0b73c470;
}

.btn:hover {
  background-color: #03a1d6;
  transform: translate(0, -4px);
  box-shadow: 0 30px 30px -10px #1b96c9a1;
}

.btn:active {
  background-color: #0c749e;
  transform: none;
  box-shadow: 0 13px 12px -10px #1b96c9a1;
}

.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e3f9f9;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
}

.hero.orx {
  height: auto;
}

.herowhite {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.herowhite.fonw {
  background-image: none;
}

.gridtext {
  grid-column-gap: 41px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
}

.dtextlef {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 0 60px;
  display: flex;
}

.dtextrait {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 0 60px;
  display: flex;
}

.textsmolinfo {
  color: #1a46a8;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 0 10px 10px;
  font-family: Noticia Text, sans-serif;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.textsmolinfo.rait {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  height: 300px;
  padding-left: 10px;
  padding-right: 10px;
}

.herowhitebg {
  background-color: #fff;
  background-image: linear-gradient(to top, #e3f9f9, #fff);
  padding-top: 90px;
  padding-bottom: 90px;
}

.heroorx {
  background-color: #e3f9f9;
  background-image: linear-gradient(#e3f9f9 51%, #fff);
  height: 100vh;
  padding-top: 20px;
  padding-bottom: 90px;
}

.footer {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0b73c400;
  border-bottom: 0 solid #000;
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: flex;
  box-shadow: 0 3px 0 -2px #03a1d6;
}

.text-block {
  margin-left: 20px;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.politica {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noticia Text, sans-serif;
  display: flex;
}

.link {
  color: #333;
  margin-left: 200px;
  margin-right: auto;
  padding: 10px;
  text-decoration: none;
}

.linkfwoter {
  color: #062468;
  padding: 10px;
  font-family: Noticia Text, sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.linkfwoter:hover {
  color: #03a1d6;
}

.linksoc {
  padding-bottom: 0;
  box-shadow: 0 30px 30px -10px #1b96c93d;
}

.hero-pr {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 40px;
}

.heropolitic {
  background-color: #e3f9f9;
  padding-top: 90px;
  padding-bottom: 90px;
}

.text-block-2 {
  color: #062468;
  padding: 10px;
  font-family: Noticia Text, sans-serif;
  font-size: 18px;
  line-height: 150%;
  display: block;
}

.home {
  color: #03a1d6;
  font-size: 20px;
  text-decoration: none;
}

.hero-contakts {
  background-color: #e3f9f9;
  padding-top: 90px;
  padding-bottom: 90px;
}

.blokmap {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.conteinercontakts {
  flex-direction: column;
  justify-content: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.linkberezunska, .linktatarska, .linkprurichna, .linkbalzak, .linkkvadrat, .linknikolaeva, .linkmalinavskiy, .linkmaikovskovo, .linksevernay, .linkxarcovsosh, .linksever2, .linkpodolskiy, .linkstalingrad {
  color: #03a1d6;
  padding: 10px;
  font-family: Noticia Text, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}

.adresblok {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.conteinergeral {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footercontacts {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0b73c400;
  border-bottom: 0 solid #000;
  border-radius: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: flex;
  box-shadow: 0 3px 0 -2px #03a1d6;
}

.btnreturn {
  color: #0043a9;
  text-align: center;
  background-color: #1a46a800;
  border: 1px solid #03a1d6;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 44px 22px;
  font-family: Noticia Text, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: all .555s;
  box-shadow: 0 20px 18px -10px #0b73c470;
}

.btnreturn:hover {
  background-color: #03a1d6;
  transform: translate(0, -4px);
  box-shadow: 0 30px 30px -10px #1b96c9a1;
}

.btnreturn:active {
  background-color: #0c749e;
  transform: none;
  box-shadow: 0 13px 12px -10px #1b96c9a1;
}

.conteinerbt {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.btnbuy {
  color: #0043a9;
  text-align: center;
  background-color: #e3f9f9;
  border: 3px solid #03a1d6;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 44px 22px;
  font-family: Noticia Text, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: all .555s;
  box-shadow: 0 20px 18px -10px #0b73c470;
}

.btnbuy:hover {
  background-color: #03a1d6;
  transform: translate(0, -4px);
  box-shadow: 0 30px 30px -10px #1b96c9a1;
}

.btnbuy:active {
  background-color: #0c749e;
  transform: none;
  box-shadow: 0 13px 12px -10px #1b96c9a1;
}

.leftcol, .raitcol {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contdrob {
  background-color: #ffffffa3;
  justify-content: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.drob {
  flex-direction: column;
  display: flex;
}

.drop-down {
  z-index: 1;
  background-color: #e3f9f9;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 15px 15px 20px;
  transition: all .555s;
}

.drop-down:hover {
  background-color: #fff;
}

.drop-1 {
  width: 100%;
  padding: 10px 65px 10px 10px;
  display: inline-block;
}

.hher {
  color: #1a46a8;
  white-space: pre-wrap;
  font-family: Noticia Text, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}

.x-folder3 {
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  inset: 0% 0 auto auto;
}

.arrow-drop {
  border-bottom: 5px solid #1a46a8;
  border-right: 5px solid #1a46a8;
  width: 17px;
  height: 17px;
  transform: translate(0, -3px)rotate(45deg);
}

.open-drop {
  background-color: #2ca8db24;
  margin-top: 15px;
  padding: 20px;
  position: relative;
}

.open-drop.w--open {
  background-color: #fff;
  padding: 20px;
  display: block;
  position: relative;
}

.text-block-3 {
  color: #1a46a8;
  font-family: Noticia Text, sans-serif;
  font-size: 18px;
}

.conttext {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Noticia Text, sans-serif;
}

.menuproduc {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0b73c400;
  border-bottom: 0 solid #000;
  border-radius: 30px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 3px 0 -2px #03a1d6;
}

.btn-prod {
  color: #0043a9;
  text-align: center;
  background-color: #1a46a800;
  border: 1px solid #03a1d6;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 44px 22px;
  font-family: Noticia Text, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: all .555s;
  box-shadow: 0 20px 18px -10px #0b73c470;
}

.btn-prod:hover {
  background-color: #03a1d6;
  transform: translate(0, -4px);
  box-shadow: 0 30px 30px -10px #1b96c9a1;
}

.btn-prod:active {
  background-color: #0c749e;
  transform: none;
  box-shadow: 0 13px 12px -10px #1b96c9a1;
}

.politicafooter, .politicafoot, .politicaf {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noticia Text, sans-serif;
  display: flex;
}

.heropr {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #e3f9f9;
  flex-direction: column;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.hhero_-stoks {
  color: #1a46a8;
  text-align: center;
  margin: 0 auto;
  padding: 20px 60px;
  font-family: Noticia Text, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.pherostoks {
  color: #1a46a8;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Noticia Text, sans-serif;
  font-size: 23px;
  line-height: 150%;
}

.fon {
  background-color: #03a1d61a;
  border-radius: 79%;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 300px;
  display: flex;
}

.textstoks {
  color: #1a46a8;
  text-align: center;
  padding: 20px;
  font-family: Noticia Text, sans-serif;
  font-size: 22px;
  line-height: 150%;
}

.textstoks.smol {
  text-align: left;
}

.textstoks.smoll {
  text-align: left;
  text-decoration: none;
}

.conteinerstocs {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.hero-co-oper {
  background-color: #e3f9f9;
  padding-top: 90px;
  padding-bottom: 90px;
}

.contenerfeedback {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  max-height: 1000vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-2 {
  color: #03a1d6;
  text-decoration: none;
}

.conteinersmol {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  display: flex;
}

.conteinergrid {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.image-3 {
  position: sticky;
  top: 0;
}

.tablprod {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: stretch;
  place-items: center;
}

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

.blokinfo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.leftblok {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
  box-shadow: 0 2px 8px 3px #e3f9f9;
}

.button-wrapper-5 {
  color: #1a46a8;
  align-items: center;
  min-height: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.button-background {
  border: 2px solid #1a46a8;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  position: absolute;
}

.button-text-3 {
  z-index: 1;
  margin-left: 20px;
  margin-right: 10px;
  position: relative;
}

.button-arrow {
  width: 15px;
  margin-right: 20px;
}

.call-back-circle {
  z-index: 90;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all .555s;
  display: flex;
  position: fixed;
  inset: auto 20px 100px auto;
}

.call-back-circle:hover {
  filter: hue-rotate(15deg) grayscale(78%);
}

.call {
  background-color: #1a46a8;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 9px;
}

.circle2-2 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  box-shadow: 0 0 0 6px #ff920030;
}

.circle1 {
  border-radius: 50%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 0 1px #1a46a8;
}

.blokbig {
  flex-flow: column;
  max-width: 1140px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: flex;
  box-shadow: 0 2px 5px 6px #1a46a833;
}

.cell-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.cell-4, .cell-5 {
  justify-content: center;
  align-items: center;
}

.link-block {
  text-decoration: none;
}

.slogan {
  color: #1a46a8;
  text-align: center;
  font-family: Noticia Text, sans-serif;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-10, .link-block-11, .link-block-13, .link-block-14, .link-block-16 {
  text-decoration: none;
}

.conteiner-stoc-big {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 1140px;
  margin-top: 40px;
  padding: 20px 20px 60px;
  display: flex;
  box-shadow: 0 2px 8px 3px #ccf0f5;
}

.pherostoks-mineral {
  color: #1a47aa;
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Noticia Text, sans-serif;
  font-size: 23px;
  line-height: 150%;
}

.text-span, .text-span-2 {
  color: #1a47aa;
}

.text-span-3 {
  color: #a81a1c;
}

.text-span-4, .text-span-5 {
  color: #aa1a1d;
}

.link-3, .link-4 {
  color: #09204e;
  padding-bottom: 20px;
  font-size: 20px;
  text-decoration: none;
}

.link-5 {
  color: #09204e;
  font-size: 22px;
  text-decoration: none;
}

.link-6 {
  color: #09204e;
  text-decoration: none;
}

.red, .red2 {
  color: #aa1a1c;
}

.red-pynkt {
  color: #a81a1c;
}

.hhero_-stoks-mobail {
  color: #1a46a8;
  text-align: center;
  margin: 0 auto;
  padding: 20px 60px;
  font-family: Noticia Text, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.pherostoks-mobail {
  color: #1a46a8;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Noticia Text, sans-serif;
  font-size: 23px;
  line-height: 150%;
}

.contener-mineral {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-span-8 {
  color: #a81a1c;
}

.bold-text-5 {
  color: #aa1a1d;
  font-weight: 400;
}

.bold-text-6 {
  color: #aa1a1d;
  font-style: normal;
  font-weight: 400;
}

.bold-text-7, .bold-text-8 {
  color: #aa1a1d;
  font-weight: 400;
}

.kartinka {
  border-radius: 15px;
}

.link-7 {
  color: #000;
  text-decoration: none;
}

.link-8 {
  color: #00030a;
  text-decoration: none;
}

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

  .line1 {
    background-color: #03a1d6;
    width: 100%;
    height: 3px;
  }

  ._0000 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .line2 {
    width: 100%;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .menu-button {
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    margin-top: -26px;
    padding: 15px 11px 17px;
    font-size: 39px;
    position: absolute;
    left: auto;
    right: 20px;
    overflow: hidden;
  }

  .menu-button.w--open {
    color: #2ca8db;
    background-color: #d13e3e;
  }

  .line3 {
    width: 100%;
    height: 3px;
  }

  .menu-m {
    justify-content: center;
  }

  .nav-menu {
    background-color: #4285b0;
    justify-content: flex-end;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .woterlink, .woterlink-production, .woterlink-stocks, .woterlink-co-operation, .woterlink-contacts {
    text-align: right;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 19px;
    line-height: 26px;
  }

  .hhero {
    font-size: 38px;
  }

  .phero {
    font-size: 22px;
  }

  .advantages {
    font-size: 28px;
    line-height: 150%;
  }

  .text {
    text-align: left;
  }

  .text.center {
    text-align: center;
    font-size: 16px;
  }

  .item {
    font-size: 16px;
    line-height: 130%;
  }

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

  .cont {
    margin-top: 40px;
  }

  .right-arrow {
    height: 30px;
    font-size: 22px;
    font-weight: 700;
    inset: auto 0% -40px auto;
  }

  .right-arrow.left {
    inset: auto auto -40px 0%;
  }

  .right-arrow.left._8 {
    inset: -30px auto auto 0%;
  }

  .right-arrow.no-vizible {
    color: #fff;
    background-color: #0973c4;
    display: none;
    inset: -30px 0% auto auto;
  }

  .slide-3 {
    width: 100%;
  }

  .navv {
    inset: -17px 0% auto;
  }

  .navv.no-on-pc {
    display: block;
    inset: auto 0% -25px;
  }

  .paragraf {
    font-size: 18px;
  }

  .hhero_-org {
    font-size: 25px;
  }

  .gridtext {
    grid-column-gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .dtextlef {
    background-color: #e3f9f900;
    border-radius: 10px;
    padding: 40px 0;
  }

  .dtextrait {
    background-color: #e3f9f900;
    border-radius: 10px;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .textsmolinfo {
    padding-left: 10px;
    padding-right: 60px;
    font-size: 12px;
    overflow: visible;
  }

  .herowhitebg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .footer {
    justify-content: center;
  }

  .text-block {
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .politica {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .link {
    margin-left: auto;
  }

  .blokmap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footercontacts, .menuproduc {
    justify-content: center;
  }

  .politicafooter, .politicafoot, .politicaf {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .hhero_-stoks {
    font-size: 28px;
  }

  .pherostoks {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .fon {
    width: 230px;
    height: 200px;
  }

  .textstoks {
    font-size: 18px;
  }

  .conteinersmol {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .conteinergrid {
    flex-direction: column;
    align-items: center;
  }

  .image-3, .call-back-circle {
    display: none;
  }

  .pherostoks-mineral {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .hhero_-stoks-mobail {
    font-size: 28px;
  }

  .pherostoks-mobail {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .contener-mineral {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .contener {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin: auto;
  }

  .logo {
    display: none;
  }

  .line1 {
    height: 3px;
  }

  ._0000 {
    margin-top: -50px;
  }

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

  .nav-menu {
    background-color: #4285b0;
    flex-direction: column;
    display: flex;
  }

  .hhero {
    font-size: 25px;
  }

  .phero {
    font-size: 18px;
    line-height: 100%;
  }

  .advantages {
    font-size: 25px;
  }

  .text.center {
    text-align: center;
    font-size: 16px;
  }

  .item {
    font-size: 16px;
  }

  .cart {
    justify-content: center;
    padding-top: 20px;
  }

  .contener-cart {
    flex-direction: column;
    margin-top: auto;
  }

  .cont {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding-top: 20px;
    padding-bottom: 10px;
  }

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

  .img {
    justify-content: space-around;
    align-items: baseline;
    display: flex;
  }

  .right-arrow.no-vizible {
    display: none;
  }

  .slider-_woter {
    display: block;
    position: static;
  }

  .navv.no-on-pc {
    position: static;
    inset: auto 0% 0%;
  }

  .paragraf {
    font-size: 16px;
  }

  .hhero_-org {
    font-size: 25px;
  }

  .btn {
    padding-left: 34px;
    padding-right: 34px;
    font-size: 16px;
  }

  .hero {
    height: auto;
  }

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

  .dtextlef {
    background-color: #e3f9f900;
    padding-left: 0;
    padding-right: 0;
  }

  .dtextrait {
    background-color: #e3f9f900;
  }

  .textsmolinfo {
    text-align: left;
  }

  .textsmolinfo.rait {
    padding-left: 60px;
  }

  .herowhitebg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .heroorx {
    height: auto;
  }

  .footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block {
    margin-left: auto;
    margin-right: auto;
  }

  .link {
    text-align: center;
  }

  .linkfwoter {
    display: none;
  }

  .footercontacts, .menuproduc {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .politicaf {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .hhero_-stoks {
    font-size: 24px;
  }

  .pherostoks {
    font-size: 18px;
  }

  .fon {
    width: 200px;
    height: 200px;
  }

  .textstoks {
    font-size: 16px;
  }

  .conteinerstocs {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

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

  .conteinersmol {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .conteinergrid {
    flex-direction: column;
  }

  .leftblok {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .button-background {
    width: 30px;
    height: 30px;
  }

  .button-text-3 {
    font-size: 12px;
  }

  .left-img {
    justify-content: center;
    align-items: center;
  }

  .pherostoks-mineral {
    font-size: 18px;
  }

  .hhero_-stoks-mobail {
    font-size: 24px;
  }

  .pherostoks-mobail {
    font-size: 18px;
  }

  .contener-mineral {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin: auto;
  }
}

@media screen and (max-width: 479px) {
  .contener {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .logo {
    display: none;
  }

  .menu-button {
    background-color: #1a46a8;
    margin-top: 5px;
    right: 10px;
  }

  .menu-m {
    box-shadow: none;
  }

  .nav-menu {
    background-color: #4285b0;
    justify-content: center;
    align-items: center;
  }

  .woterlink, .woterlink-production, .woterlink-stocks, .woterlink-co-operation, .woterlink-contacts {
    text-align: center;
  }

  .textblok {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .hhero {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 26px;
    line-height: 100%;
  }

  .phero {
    text-align: center;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 150%;
  }

  .advantages {
    font-size: 22px;
    line-height: 150%;
  }

  .text {
    margin-top: 10px;
  }

  .text.center {
    text-align: center;
    flex-direction: column;
    font-size: 16px;
  }

  .item {
    font-size: 18px;
  }

  .cart {
    justify-content: center;
  }

  .contener-cart {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .gridhero {
    object-fit: fill;
    flex-direction: column;
    margin-top: 40px;
    display: flex;
  }

  .cont {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .texbl {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .right-arrow, .right-arrow.left {
    width: 30px;
  }

  .right-arrow.left._8 {
    top: 40px;
  }

  .right-arrow.left._8.no-vizible {
    width: 100%;
  }

  .right-arrow.no-vizible {
    width: 100%;
    top: 40px;
  }

  .slider-_woter {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    display: block;
  }

  .slide-3 {
    max-width: 350px;
    overflow: hidden;
  }

  .navv {
    display: none;
  }

  .navv.no-on-pc {
    display: block;
    inset: auto 0% 0%;
  }

  .textsmol {
    text-align: center;
    flex-flow: wrap;
    place-content: center;
    align-items: center;
    padding-left: 45px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 200%;
    display: flex;
  }

  .bold-text-4 {
    font-size: 20px;
  }

  .paragraf {
    font-size: 16px;
  }

  .hhero_-org {
    justify-content: center;
    align-self: center;
    align-items: center;
    font-size: 20px;
    display: flex;
  }

  .btn {
    font-size: 16px;
  }

  .hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .herowhite {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .image-2 {
    width: 60px;
    max-width: none;
  }

  .gridtext {
    display: flex;
  }

  .dtextlef, .dtextrait {
    background-color: #e3f9f900;
    flex-direction: column;
    align-items: center;
  }

  .textsmolinfo {
    text-align: left;
    flex-flow: row;
    place-content: center flex-start;
    align-items: center;
    width: 300px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 100%;
    display: flex;
  }

  .textsmolinfo.rait {
    width: 300px;
    padding-left: 20px;
    font-size: 16px;
  }

  .herowhitebg {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    padding-top: 20px;
  }

  .heroorx {
    padding-top: 40px;
  }

  .footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    box-shadow: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block {
    margin-left: 16px;
    padding-right: 10px;
    font-size: 10px;
  }

  .politica {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .link {
    font-size: 10px;
  }

  .hero-pr, .heropolitic {
    padding-top: 40px;
  }

  .text-block-2 {
    font-size: 12px;
    line-height: 150%;
  }

  .hero-contakts {
    padding-top: 40px;
  }

  .linknikolaeva {
    font-size: 16px;
  }

  .adresblok {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

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

  .herowhitecontacts {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .footercontacts {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    box-shadow: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .conteinerbt {
    flex-direction: column;
  }

  .drop-down {
    padding: 10px;
  }

  .menuproduc {
    box-shadow: none;
  }

  .politicafooter, .politicafoot, .politicaf {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .heropr {
    padding-top: 40px;
  }

  .hhero_-stoks {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 22px;
    line-height: 25px;
    display: flex;
  }

  .pherostoks {
    text-align: left;
    margin-bottom: auto;
    font-size: 18px;
    line-height: 150%;
  }

  .fon {
    width: 200px;
    height: 200px;
  }

  .textstoks {
    font-size: 16px;
  }

  .conteinerstocs {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-co-oper {
    padding-top: 40px;
  }

  .contenerfeedback {
    align-items: center;
  }

  .conteinersmol {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .conteinergrid {
    flex-direction: column;
  }

  .tablprod {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .leftblok {
    align-items: flex-start;
  }

  .cell-3 {
    display: flex;
  }

  .slogan {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
  }

  .gridmineral {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .left-img {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .rait-tex {
    display: none;
  }

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

  .pherostoks-mineral {
    text-align: left;
    margin-bottom: auto;
    font-size: 18px;
    line-height: 150%;
  }

  .link-3, .link-4 {
    line-height: 150%;
  }

  .rait-tex-mobail {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .hhero_-stoks-mobail {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 22px;
    line-height: 25px;
    display: flex;
  }

  .pherostoks-mobail {
    text-align: left;
    margin-bottom: auto;
    font-size: 18px;
    line-height: 150%;
  }

  .contener-mineral {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rait-tex-ion {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .rait-tex-ion-bt {
    display: none;
  }
}

#w-node-_250762d3-cfdb-1f4b-5098-e2adecb6723b-980551c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_250762d3-cfdb-1f4b-5098-e2adecb6723d-980551c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_250762d3-cfdb-1f4b-5098-e2adecb6727f-980551c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_250762d3-cfdb-1f4b-5098-e2adecb67284-980551c6, #w-node-_250762d3-cfdb-1f4b-5098-e2adecb67287-980551c6, #w-node-_250762d3-cfdb-1f4b-5098-e2adecb6728a-980551c6, #w-node-_9fed70a5-0190-8822-de33-82198e7768ed-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7f4a421-2835-1280-bf99-2e9a53a1155e-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_8ba44836-b1ae-8d5d-4bca-398130d4c1bd-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7717485f-dcd2-4c16-f7ae-c6e6de23f086-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_8f041079-6555-8be7-f566-07b73235a7c7-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff4b5ca8-91b3-d0a7-00d5-547ca9676afe-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_185e441f-da61-f215-7cd0-97b21bfb8d0c-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_477b2718-d99b-7bab-b6ad-5b5d5955ac85-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-fd9fdc4a-e3d1-5e51-d30a-391a107c4857-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fc898d1-3475-954e-198a-8bdaff2fbdd1-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_4791ead3-999d-938b-d659-2c5442414a25-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95a6a5c0-5bd1-4eca-6a88-cfb1a9d3d9e1-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_579a844e-3197-d503-5faa-463d82fe0041-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5872b9e-68ea-cf86-5d14-6e0b417d907f-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_207640e9-abaa-7180-1c7f-6f1f5c1a5639-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c9c203-9067-ed72-5b05-8d7c53ee29c8-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-a3216186-7f5e-2c05-4b78-915655a635ea-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81ad7bf8-7bc0-0668-161f-5b78b8a64cfb-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-c88e9733-9692-471b-25df-cb2d60796c3a-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c316dfe-0580-9a96-2f6e-c44213c20fc1-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7a8b3e61-7480-5e7c-9f79-bd9ee423a93b-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f97a290-2684-dc23-99af-7068d8bd477f-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_3e00d554-a7b7-5ed5-cd22-a42a2607df25-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0824156c-2026-8b6b-d92f-317478c4c46e-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_883334b2-52ca-fcfa-3a1b-a0944acb8e55-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a736f15d-5b2f-9616-e0aa-1d5c1646a1fa-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-bf66f285-ad0f-fb74-bf16-a3f25e11402f-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b188203-938a-9daa-c22f-3c409ae528a6-4eabade6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_5b11de53-994a-1d94-98b1-111bf20003a0-6e38f354 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr .25fr 2.5fr;
}

#w-node-_5b11de53-994a-1d94-98b1-111bf20003a1-6e38f354 {
  grid-column: span 3 / span 3;
}

#w-node-_5b11de53-994a-1d94-98b1-111bf20003a5-6e38f354 {
  grid-column: span 4 / span 4;
}

#w-node-b5564ba6-0f3e-a6b4-feb3-4cedbbf8bf8f-6e38f354 {
  align-self: auto;
}

#w-node-_35395b38-45c6-c23d-588b-d8accf564846-6e38f354 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6cb89fab-d422-d26b-fcdf-678e6c280d9f-6e38f354 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr .25fr 2.5fr;
}

#w-node-_6cb89fab-d422-d26b-fcdf-678e6c280da0-6e38f354 {
  grid-column: span 3 / span 3;
}

#w-node-_6cb89fab-d422-d26b-fcdf-678e6c280da4-6e38f354 {
  grid-column: span 4 / span 4;
}

#w-node-c2fac629-2e9a-1a11-ea12-b14188d2287c-6e38f354 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f3636436-f166-9cf9-b276-01420e58720a-6e38f354 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr .25fr 2.5fr;
}

#w-node-f3636436-f166-9cf9-b276-01420e58720b-6e38f354 {
  grid-column: span 3 / span 3;
}

#w-node-f3636436-f166-9cf9-b276-01420e58720f-6e38f354 {
  grid-column: span 4 / span 4;
}

#w-node-_623b16a6-f63b-da9b-c59a-ed94c8bf38a8-6e38f354 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8bc12679-5213-13ed-d2fa-25bd38c1bf48-6e38f354 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr .25fr 2.5fr;
}

#w-node-_8bc12679-5213-13ed-d2fa-25bd38c1bf49-6e38f354 {
  grid-column: span 3 / span 3;
}

#w-node-_8bc12679-5213-13ed-d2fa-25bd38c1bf4d-6e38f354 {
  grid-column: span 4 / span 4;
}

#w-node-eac163c7-b133-8999-645b-734bb28832cb-6e38f354 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2082cdf9-3d4c-47c0-89f6-5f3a83308f39-6e38f354 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr .25fr 2.5fr;
}

#w-node-_2082cdf9-3d4c-47c0-89f6-5f3a83308f3a-6e38f354 {
  grid-column: span 3 / span 3;
}

#w-node-_2082cdf9-3d4c-47c0-89f6-5f3a83308f3e-6e38f354 {
  grid-column: span 4 / span 4;
}

#w-node-_437890b1-b7cf-7e30-e173-66797c73cdb1-6e38f354 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_636507fe-62e7-37b5-5051-a2c5fa0cd858-6e38f354 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr .25fr 2.5fr;
}

#w-node-_636507fe-62e7-37b5-5051-a2c5fa0cd859-6e38f354 {
  grid-column: span 3 / span 3;
}

#w-node-_636507fe-62e7-37b5-5051-a2c5fa0cd85d-6e38f354 {
  grid-column: span 4 / span 4;
}

#w-node-e57a55f3-9c71-030d-fa69-a402cc38edcc-6e38f354 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_99c00a38-f26a-8aff-f994-89bd0721c481-6e38f354 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr .25fr 2.5fr;
}

#w-node-_99c00a38-f26a-8aff-f994-89bd0721c482-6e38f354 {
  grid-column: span 3 / span 3;
}

#w-node-_99c00a38-f26a-8aff-f994-89bd0721c486-6e38f354 {
  grid-column: span 4 / span 4;
}

#w-node-_6d5502f6-b984-3f9c-9195-ea4e466d108b-6e38f354 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_60ba4892-d186-9e19-7db2-9a5f84b1a8b1-6e38f354 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr .25fr 2.5fr;
}

#w-node-_60ba4892-d186-9e19-7db2-9a5f84b1a8b2-6e38f354 {
  grid-column: span 3 / span 3;
}

#w-node-_60ba4892-d186-9e19-7db2-9a5f84b1a8b6-6e38f354 {
  grid-column: span 4 / span 4;
}

#w-node-d81734e1-9ec2-8ae0-3405-336eea16e9d4-6e38f354 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_99b9daa2-33d5-1934-d870-12dce096e8ac-6e38f354 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr .25fr 2.5fr;
}

#w-node-_99b9daa2-33d5-1934-d870-12dce096e8ad-6e38f354 {
  grid-column: span 3 / span 3;
}

#w-node-_99b9daa2-33d5-1934-d870-12dce096e8b1-6e38f354 {
  grid-column: span 4 / span 4;
}

#w-node-_8f6670b1-15f5-7d05-0a79-c230017ee703-6e38f354 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_31d4ddde-8455-136f-4b3e-9035b6b8c905-6e38f354 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr .25fr 2.5fr;
}

#w-node-_31d4ddde-8455-136f-4b3e-9035b6b8c906-6e38f354 {
  grid-column: span 3 / span 3;
}

#w-node-_31d4ddde-8455-136f-4b3e-9035b6b8c90a-6e38f354 {
  grid-column: span 4 / span 4;
}

#w-node-a07a0fd7-b9fe-d09b-8fa1-5484eb1d6b78-6e38f354 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0dec995a-716e-efe1-e0d3-7d0d28266fba-6e38f354 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr .25fr 2.5fr;
}

#w-node-_0dec995a-716e-efe1-e0d3-7d0d28266fbb-6e38f354 {
  grid-column: span 3 / span 3;
}

#w-node-_0dec995a-716e-efe1-e0d3-7d0d28266fbf-6e38f354 {
  grid-column: span 4 / span 4;
}

#w-node-_8778ba77-f3f6-abbf-5c9a-4f31ef23d2c2-6e38f354 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fa261d93-9b5d-eae2-44a4-79fafc9d6549-6e38f354 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr .25fr 2.5fr;
}

#w-node-fa261d93-9b5d-eae2-44a4-79fafc9d654a-6e38f354 {
  grid-column: span 3 / span 3;
}

#w-node-fa261d93-9b5d-eae2-44a4-79fafc9d654e-6e38f354 {
  grid-column: span 4 / span 4;
}

#w-node-_4b13da28-dd9d-f124-a2e7-84b8705b247c-6e38f354 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_76dd2254-ad6f-3f0a-0d4e-2cd08773cfc9-0217c21b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6e028064-4319-25e1-6437-3517f75df0d4-0217c21b {
  grid-row: span 2 / span 2;
}

#w-node-e3d6fdce-1e82-9eef-7555-3e9484e5e985-fa3c7921 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e3d6fdce-1e82-9eef-7555-3e9484e5e986-fa3c7921 {
  grid-row: span 2 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_250762d3-cfdb-1f4b-5098-e2adecb6723b-980551c6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_250762d3-cfdb-1f4b-5098-e2adecb6723d-980551c6 {
    justify-self: center;
  }

  #w-node-_76dd2254-ad6f-3f0a-0d4e-2cd08773cfc9-0217c21b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6e028064-4319-25e1-6437-3517f75df0d4-0217c21b, #w-node-_2b5744ac-c49b-b250-57d7-89ec4e757c09-0217c21b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e3d6fdce-1e82-9eef-7555-3e9484e5e985-fa3c7921 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e3d6fdce-1e82-9eef-7555-3e9484e5e986-fa3c7921, #w-node-e3d6fdce-1e82-9eef-7555-3e9484e5e98d-fa3c7921 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


