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

.body {
  background-color: #000;
}

.bg_ph {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url('../images/bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.left-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 100vh;
  max-width: 220px;
  min-width: 150px;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d83841;
}

.div-block {
  width: 100%;
}

.scrolled_one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contett_block {
  width: 85%;
  height: auto;
  max-width: 1240px;
  min-height: auto;
  min-width: 924px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.blank {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 15%;
  height: auto;
  max-width: 220px;
  min-width: 150px;
  background-color: transparent;
}

.field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  max-width: none;
  min-width: 1024px;
  padding-bottom: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: url('../images/bottom.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

._50px {
  min-width: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.intro {
  position: relative;
  width: 100%;
  height: 100vh;
}

.block-reg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 300px;
  margin-top: 180px;
  padding-top: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-navi {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navi-button {
  margin-right: 100px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Graphiklcg, sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.navi-button:hover {
  color: #d83841;
}

.select-block {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  min-height: 100px;
  margin-top: 180px;
}

.title {
  margin-bottom: 40px;
  font-family: Graphiklcg, sans-serif;
  color: #fff;
  font-size: 58px;
  line-height: 110%;
  font-weight: 600;
}

.txt {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 150%;
}

.since {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: inline-block;
  margin-bottom: 50px;
  padding: 3px 10px;
  background-color: #d83841;
  font-family: Graphiklcg, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
}

.soy-about {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 65%;
  height: auto;
  min-height: 100px;
  margin-top: 0px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title-copy {
  margin-bottom: 40px;
  font-family: Graphiklcg, sans-serif;
  color: #fff;
  font-size: 58px;
  line-height: 110%;
  font-weight: 600;
}

.title-red {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: inline-block;
  margin-bottom: 0px;
  padding: 3px 10px;
  background-color: #d83841;
  font-family: Graphiklcg, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
}

.titleline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-3 {
  height: 1px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #262626;
}

.blockk {
  display: block;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 180px;
  margin-bottom: 20px;
  padding-top: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #181818;
  background-image: linear-gradient(122deg, #562225, #181818);
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.central {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #181818;
  background-image: linear-gradient(125deg, #562225, #181818);
}

.develop {
  display: none;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.social:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.soc-block {
  display: block;
  margin-top: 230px;
}

.image {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.logoblock {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid {
  overflow: visible;
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.red-bl {
  height: 320px;
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: rgba(216, 56, 65, 0);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.red-bl:hover {
  background-color: #d83841;
}

.text-block-2 {
  font-family: Graphiklcg, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
}

.image-2 {
  margin-bottom: 0px;
}

.platforms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-2 {
  width: 100%;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.whitefield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  max-width: none;
  min-width: 1024px;
  margin-top: -1px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.contacts {
  display: block;
  width: 100%;
  height: auto;
  min-height: 300px;
  margin-top: 20px;
  margin-bottom: 150px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-txt {
  width: 500px;
  height: 400px;
  margin-right: 20px;
}

.c-title {
  font-family: Graphiklcg, sans-serif;
  color: #828282;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
}

.conact {
  margin-top: 5px;
  margin-bottom: 40px;
  font-family: Graphiklcg, sans-serif;
  color: #181818;
  font-size: 20px;
  line-height: 130%;
  font-weight: 600;
}

.ymaps-2 {
  width: auto;
  height: 400px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-3 {
  font-size: 0px;
}

.text-block-4 {
  font-family: Graphiklcg, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.umb {
  font-family: Graphiklcg, sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 120%;
  font-weight: 700;
}

.div-block-6 {
  height: 100px;
  margin-bottom: 10px;
}

.descrr {
  font-family: Graphiklcg, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 20px;
  margin-bottom: 120px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Graphiklcg, sans-serif;
  color: #919191;
  text-decoration: none;
}

.link-block:hover {
  opacity: 1;
}

.text-block-5 {
  margin-top: 4px;
  font-size: 12px;
}

.square-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #181818;
  background-image: url('../images/bg-block.jpg'), linear-gradient(122deg, #562225, #181818);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.txt22 {
  display: block;
  width: 350px;
  color: #fff;
  font-size: 20px;
  line-height: 150%;
}

.sout {
  font-family: Graphiklcg, sans-serif;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  text-decoration: none;
}

.sttt {
  margin-top: 50px;
  color: #828282;
}

.sttt:hover {
  color: #d83841;
}

@media screen and (max-width: 991px) {
  .left-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 150px;
    max-width: none;
    min-width: auto;
    padding-top: 0px;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .scrolled_one {
    display: block;
  }

  .contett_block {
    width: 100%;
    max-width: none;
    min-width: auto;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .blank {
    display: none;
  }

  .field {
    width: 100%;
    min-width: auto;
  }

  ._50px {
    display: none;
  }

  .top-navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
  }

  .navi-button {
    display: none;
  }

  .select-block {
    margin-top: 30px;
  }

  .text-block {
    position: fixed;
  }

  .develop {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social {
    margin-right: 35px;
    margin-bottom: 0px;
  }

  .soc-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logoblock {
    position: static;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-right: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .red-bl {
    height: 260px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .whitefield {
    width: 100%;
    min-width: auto;
  }

  .c-m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ymaps-2 {
    width: 100%;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .umb {
    font-size: 70px;
  }

  .descrr {
    font-size: 16px;
    line-height: 120%;
  }

  .soc-sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .socone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .txt22 {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .bg_ph {
    display: block;
  }

  .scrolled_one {
    overflow: hidden;
  }

  .block-reg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .title {
    font-size: 40px;
  }

  .txt {
    font-size: 18px;
  }

  .soy-about {
    width: 100%;
  }

  .div-block-2 {
    width: 100%;
    height: auto;
    margin-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .title-copy {
    font-size: 40px;
  }

  .square {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }

  .div-block-4 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .central {
    width: 100%;
    height: 200px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .image {
    height: auto;
  }

  .logoblock {
    width: 60px;
    margin-right: 30px;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2 {
    justify-items: center;
  }

  .c-txt {
    width: 100%;
    margin-right: 0px;
  }

  .ymaps-2 {
    width: 100%;
  }

  .square-copy {
    width: 100%;
    height: 200px;
    margin-top: 20px;
  }

  .image-3 {
    height: 20px;
    max-width: none;
  }

  .image-4 {
    height: 20px;
  }

  .image-5 {
    height: 20px;
  }

  .image-6 {
    height: 25px;
  }

  .image-7 {
    height: 25px;
  }

  .image-8 {
    height: 20px;
  }

  .image-9 {
    height: 20px;
  }

  .image-10 {
    height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .left-menu {
    height: 80px;
    padding-left: 16px;
  }

  .contett_block {
    margin-top: -1px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .field {
    background-position: 50% 100.1%;
  }

  .top-navi {
    display: block;
    height: 80px;
  }

  .select-block {
    margin-top: 30px;
  }

  .title {
    margin-bottom: 25px;
    font-size: 35px;
  }

  .txt {
    font-size: 16px;
  }

  .title-copy {
    font-size: 40px;
  }

  .title-red {
    font-size: 14px;
    font-weight: 600;
  }

  .social {
    width: 25px;
    height: 25px;
    margin-right: 25px;
  }

  .soc-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logoblock {
    display: block;
    width: 40px;
    margin-right: 30px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .red-bl {
    height: 230px;
  }

  .c-txt {
    height: 400px;
  }

  .ymaps-2 {
    height: 400px;
    margin-bottom: 40px;
  }

  .umb {
    font-size: 60px;
  }

  .bottom {
    margin-bottom: 30px;
  }

  .image-3 {
    height: 18px;
  }

  .image-4 {
    height: 25px;
  }

  .soc-sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }

  .image-11 {
    width: 20px;
  }

  .socone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }

  .txt22 {
    width: auto;
    font-size: 16px;
  }
}

@font-face {
  font-family: 'Graphiklcg';
  src: url('../fonts/GraphikLCG-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphiklcg';
  src: url('../fonts/GraphikLCG-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphiklcg';
  src: url('../fonts/GraphikLCG-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphiklcg';
  src: url('../fonts/GraphikLCG-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}