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

p {
  margin-bottom: 10px;
}

.header {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  width: 92%;
  max-width: 1800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 160%;
  display: flex;
  position: fixed;
  inset: 20px 0% auto;
}

.div {
  justify-content: space-around;
  align-items: center;
  width: 92%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 160%;
  display: flex;
  position: relative;
}

.div._2 {
  align-items: stretch;
}

.div.gc {
  display: flex;
}

.div.docs {
  z-index: 1;
  align-items: flex-start;
  height: auto;
  margin-top: auto;
}

.menu_button_tablet_mobile {
  color: #c5c5c5;
  background-color: #0000;
  justify-content: space-between;
  padding: 8px 12px;
  font-family: "Inconsolata", monospace;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
  display: block;
}

.menu_button_tablet_mobile:hover {
  color: #fff;
}

.menu_button_tablet_mobile.w--current {
  color: #fff;
  font-weight: 400;
}

.menu_button_tablet_mobile.geography {
  padding-right: 0;
}

.menu_button_tablet_mobile.geography_mb {
  display: none;
}

.menu {
  grid-column-gap: 20px;
  flex: none;
  margin-left: auto;
  margin-right: 0;
  font-weight: 400;
  display: flex;
}

.logo {
  cursor: pointer;
  margin-left: 0;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.block {
  color: #181818;
  background-color: #141414;
  padding-top: 16svh;
  padding-bottom: 16svh;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 160%;
  position: relative;
  overflow: hidden;
}

.block.first {
  z-index: 1;
  background-image: url('../images/noize_new.svg'), radial-gradient(circle at 15% 0, #315b57, #032926 58%);
  background-position: 0 0, 0 0;
  border-bottom-width: 0;
  height: 100svh;
  padding-top: 0;
  padding-bottom: 0;
}

.block.cu {
  background-image: url('../images/noize_new.svg'), radial-gradient(circle at 0 0, #28514d, #032926 58%);
  background-position: 0 0, 0 0;
}

.h1 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  width: auto;
  max-width: none;
  margin: 0 auto 20px 0;
  font-family: Staatliches, sans-serif;
  font-size: 24svh;
  font-weight: 400;
  line-height: 19svh;
}

.text_block {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 116px;
  margin-bottom: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.paragraph {
  color: #fff;
  width: 100%;
  max-width: 520px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: "Inconsolata", monospace;
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
}

.paragraph.utp {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: "Inconsolata", monospace;
  font-size: 16px;
  font-weight: 400;
}

.paragraph.card_text {
  color: #ccc;
  width: 100%;
  min-width: 600px;
  max-width: 600px;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 0;
  font-family: "Inconsolata", monospace;
  font-size: 16px;
}

.paragraph.sp {
  color: #ccc;
  width: 580px;
  max-width: none;
  margin-top: auto;
  margin-bottom: 24px;
  margin-right: auto;
  font-family: "Inconsolata", monospace;
  font-size: 16px;
}

.paragraph.f {
  color: #fff;
  text-align: right;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-top: 68px;
  margin-bottom: 0;
  margin-right: auto;
  font-family: "Inconsolata", monospace;
  font-size: 16px;
}

.paragraph.countries {
  margin-top: auto;
  margin-bottom: auto;
}

.paragraph.reg {
  color: #fff;
  width: auto;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 16px;
}

.paragraph.documment {
  color: #ccc;
  max-width: 800px;
  margin-left: 0;
}

.paragraph.documment.title_for_points {
  margin-bottom: 8px;
}

.paragraph.doc {
  color: #c5c5c5;
  width: auto;
  text-decoration: none;
  transition: color .2s;
}

.button {
  color: #4b3d09;
  text-align: center;
  text-transform: uppercase;
  background-color: #decc87;
  border: 1px solid #decc87;
  border-radius: .5svh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 6svh;
  margin-left: 0;
  margin-right: auto;
  padding-left: 3svw;
  padding-right: 3svw;
  font-family: "Inconsolata", monospace;
  font-size: 3svh;
  font-weight: 500;
  line-height: 4.5svh;
  text-decoration: none;
  display: flex;
  position: static;
  top: 17.7svh;
  bottom: 93.4141px;
  left: 53svh;
}

.text_block_utp {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 88px;
  font-family: Average;
}

.number {
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  font-family: "Inconsolata", monospace;
  font-size: 28px;
  font-weight: 600;
}

.h2 {
  color: #fff;
  margin: 0 auto 5svh 0;
  font-family: Staatliches, sans-serif;
  font-size: 12svh;
  line-height: 12svh;
}

.h2.centr {
  margin-left: auto;
}

.h2.centr.white {
  color: #fff;
}

.h2.centr.white.g {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.h2.white {
  color: #fff;
}

.text_block_sp {
  min-width: 560px;
  max-width: 560px;
  margin: 36px 52px 48px 44px;
  padding-right: 0;
}

.title_sp {
  color: #fff;
  text-align: left;
  margin-bottom: 28px;
  font-family: "Inconsolata", monospace;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.tab {
  color: #181818;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 200px;
  justify-content: space-around;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 20px;
  display: block;
}

.tab:hover {
  background-color: #fcfcfc;
  border-color: #7c7c7c;
}

.tab.link {
  grid-column-gap: 8px;
  cursor: pointer;
  background-color: #181818;
  border-color: #595959;
  border-radius: 8px;
  flex: 0 auto;
  padding: 0 0 0 4px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.tab.link:hover {
  background-color: #202020;
}

.tab.link:active {
  background-color: #000;
}

.tab.link._2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  padding-left: 8px;
  padding-right: 8px;
}

.tab.link._2:focus {
  color: #181818;
}

.tab.link._3 {
  display: none;
}

.paragraph-2 {
  color: #fff;
  margin: auto auto auto 0;
  font-family: "Inconsolata", monospace;
  text-decoration: none;
}

.paragraph-2.link {
  margin-left: 8px;
  margin-right: auto;
  padding-left: 0;
  font-size: 14px;
}

.grid_oav {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  display: flex;
}

.card_gray {
  color: #fff;
  text-align: left;
  background-color: #202020;
  background-image: url('../images/noize_new.svg');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #232323;
  border-radius: 12px;
  flex: 0 auto;
  margin: auto 0;
  padding: 36px 40px 40px;
  font-family: "Inconsolata", monospace;
  transition: background-color .2s linear;
}

.card_gray:hover {
  background-color: #1d1d1d;
}

.card_gray.left {
  height: 18svh;
  min-height: auto;
}

.card_gray.left._1 {
  min-height: 250px;
}

.card_gray.left._2 {
  min-height: 214px;
}

.card_gray.left._3 {
  min-height: 189px;
}

.card_gray.right {
  height: 28svh;
  min-height: 331px;
}

.paragraph-3 {
  color: #ccc;
  min-width: 100px;
  max-width: 100%;
  margin: auto 0;
  font-weight: 300;
  display: block;
}

.tittle_card_gray {
  flex: 0 auto;
  margin: auto auto auto 12px;
  padding-left: 0;
  font-family: "Inconsolata", monospace;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  display: block;
}

.tittle_box {
  max-width: none;
  margin-bottom: 16px;
  display: flex;
}

.image-2 {
  background-color: #0000;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.form-block {
  color: #141414;
  -webkit-text-stroke-color: #141414;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
  font-family: "Inconsolata", monospace;
  display: flex;
}

.form {
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  flex: none;
  margin: 40px;
  display: flex;
}

.text-field {
  border: 1px solid #c5c5c5;
  border-radius: 8px;
  width: 280px;
  max-width: 280px;
  margin-bottom: 0;
  transition: all .2s;
}

.text-field:hover {
  border: 1px solid #18b9ac;
}

.text-field:focus {
  -webkit-text-stroke-color: #141414;
  border: 1px solid #141414;
}

.text-field-2 {
  border: 1px solid #c5c5c5;
  border-radius: 8px;
  width: 280px;
  max-width: none;
  margin-bottom: 0;
  transition: all .2s;
}

.text-field-2:hover {
  border: 1px solid #18b9ac;
}

.text-field-2:focus {
  border: 1px solid #141414;
}

.text-field-2.big {
  text-align: left;
  border-radius: 8px;
  flex: none;
  width: 592px;
  min-height: 136px;
  margin-bottom: 12px;
  padding-bottom: 92px;
  text-decoration: none;
  position: static;
  overflow: visible;
}

.text-field-2.big:focus {
  border: 1px solid #181818;
}

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

.inputs {
  grid-column-gap: 32px;
  display: flex;
}

.field-label, .field-label-2 {
  margin-bottom: 12px;
  font-weight: 500;
}

.block_description {
  grid-column-gap: 12px;
  color: #181818;
  border: 1px solid #616161;
  border-radius: 4px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 20px;
  font-weight: 400;
  display: flex;
}

.maiil_box {
  grid-column-gap: 4px;
  color: #c5c5c5;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.mail_link {
  color: #c5c5c5;
  cursor: pointer;
  text-decoration: none;
  transition: color .2s;
}

.mail_link:hover {
  color: #ffdb57;
  cursor: pointer;
  transition: color .2s;
}

.maiil_box:hover {
  color: #fff;
}

.icon_mail {
  margin-top: auto;
  margin-bottom: auto;
}

.footer {
  grid-row-gap: 88px;
  background-color: #141414;
  border-bottom: 1px #2f2f2f;
  flex-direction: column;
  padding-top: 8svh;
  padding-bottom: 8svh;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 160%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-4 {
  color: #ccc;
  max-width: 580px;
  margin: 0 auto 52px 0;
  font-family: "Inconsolata", monospace;
  font-weight: 300;
  display: block;
}

.links {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.image_ln, .image_tg, .image_mail {
  max-width: 36px;
}

.columns_oav {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.columns_oav.l {
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: space-around;
  width: 40%;
}

.columns_oav.r {
  grid-row-gap: 12px;
  flex: 0 auto;
  width: 60%;
}

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

.error-message {
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.success-message {
  background-color: #fff;
  border: 1px #aaa;
  border-radius: 48px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.text-block-2 {
  border: 1px #aaa;
  margin: 236px 80px 238px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
}

.body {
  background-color: #141414;
}

.numberblock {
  color: #fff;
  flex-direction: row;
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 600;
  display: flex;
}

.plus {
  margin-bottom: 0;
  margin-right: auto;
  font-family: "Inconsolata", monospace;
  font-size: 24px;
  font-weight: 600;
}

.logo_link {
  cursor: pointer;
  width: auto;
  height: 40px;
  margin-right: auto;
  display: flex;
  position: static;
  left: 0;
  right: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.button_2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #decc87;
  border-radius: 8px;
  width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 3svh;
  font-weight: 400;
  line-height: 4.5svh;
  transition: all .3s;
  display: block;
  position: relative;
}

.button_2:hover {
  color: #decc87;
  background-color: #032624;
  font-size: 3.5svh;
}

.text_block_404 {
  flex-direction: column;
  width: 640px;
  margin-bottom: 112px;
  margin-right: auto;
  display: flex;
  position: relative;
}

.body-2, .body-3 {
  background-color: #181818;
}

.p-lins_footer {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.links2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 0 auto;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image_link {
  max-width: 28px;
}

.links2_mobile-tablet {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  flex: 0 auto;
  align-items: flex-end;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.paragraph_firstblock {
  color: #ccc;
  text-align: left;
  border-radius: 1px;
  justify-content: center;
  width: 50%;
  max-width: 560px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: auto;
  font-family: "Inconsolata", monospace;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  display: flex;
}

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

.menu_arrow {
  height: 12px;
  margin-top: 2px;
  transform: rotate(0);
}

.menu_arrow.active {
  display: none;
}

.menu_arow_div {
  align-items: center;
  height: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.geography_menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #16413d1a;
  border: 1px solid #35726d;
  border-radius: 4px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: auto;
  padding-left: 12px;
  padding-right: 12px;
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
}

.menu_geography_button {
  color: #c5c5c5;
  background-color: #0000;
  flex: none;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  transition: all .2s;
}

.menu_geography_button:hover {
  color: #fff;
}

.line_menu_geography {
  border: .5px solid #fff3;
  width: 1px;
  height: 16px;
}

.main_menu {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #16413d1a;
  border: 1px solid #35726d;
  border-radius: 8px;
  align-items: center;
  width: auto;
  height: auto;
  max-height: 56px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inconsolata Condensed Regular;
  display: flex;
  position: relative;
}

.spf_card {
  flex-direction: row;
  justify-content: space-between;
  width: 70%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  place-content: flex-start;
  width: 30%;
  min-width: 436px;
  margin-top: 12px;
  margin-left: 0;
  margin-right: auto;
  font-family: "Inconsolata", monospace;
  display: flex;
  position: static;
  left: 0;
}

.tab_spf {
  color: #fff;
  cursor: pointer;
  background-color: #181818;
  border: 1px solid #434343;
  border-radius: 8px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 20px;
  transition: all .4s;
  display: flex;
  position: static;
}

.tab_spf:hover {
  background-color: #202020;
  border-color: #4e4e4e;
  box-shadow: 0 2px 5px #0000000d;
}

.tab_spf:active {
  color: #fff;
  background-color: #141414;
}

.tab_spf.w--current {
  color: #fff;
  background-color: #181818;
  border-color: #decc87;
  width: 90%;
}

.card_sp_new {
  background-image: url('../images/noize_new.svg'), radial-gradient(circle at 100% -60%, #315b57, #032926);
  background-position: 0 0, 0 0;
  border: 1px solid #0c4c47;
  border-radius: 12px;
  flex-wrap: nowrap;
  flex: none;
  justify-content: space-between;
  width: 100%;
  min-height: 412px;
  max-height: 412px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 160%;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
  box-shadow: 1px 1px 8px #0000001a;
}

.tabs_new {
  object-fit: fill;
  flex-flow: row;
  place-content: space-around space-between;
  align-items: flex-start;
  width: 92%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img_spf_new {
  flex: none;
  width: 35%;
  max-width: none;
  max-height: 100%;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button_txt {
  z-index: 1;
  display: flex;
  position: relative;
}

.button_txt._2 {
  display: flex;
}

.div_button_txt {
  flex-direction: column;
  height: 4.5svh;
  display: flex;
  overflow: hidden;
}

.div_menu {
  justify-content: space-around;
  align-items: center;
  width: auto;
  max-width: 1600px;
  margin: 12px auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 160%;
  display: flex;
  position: relative;
}

.logo_div {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #16413d4d;
  border: 1px solid #35726d;
  border-radius: 8px;
  min-height: 56px;
  max-height: 56px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  transition: background-color .2s;
  display: flex;
}

.logo_div:hover {
  background-color: #16413d73;
}

.lk {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #16413d1a;
  border: 1px solid #35726d;
  border-radius: 8px;
  min-width: 56px;
  max-width: 56px;
  min-height: 56px;
  max-height: 56px;
  transition: background-color .2s;
  display: flex;
}

.lk:hover {
  background-color: #16413d4d;
}

.lk.burger {
  display: none;
}

.language {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #16413d1a;
  border: 1px solid #35726d;
  border-radius: 8px;
  min-width: 56px;
  max-width: 56px;
  min-height: 56px;
  max-height: 56px;
  margin-right: 0;
  display: none;
}

.lng-lk {
  grid-column-gap: 12px;
  height: 100%;
  display: flex;
}

.image-13 {
  flex: none;
  min-width: 32px;
  max-width: none;
  min-height: 32px;
  margin: auto;
}

.scroll_b {
  opacity: .5;
  background-color: #335451;
  width: 100%;
  min-height: 2px;
  max-height: 2px;
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
}

.scroll_prog {
  background-color: #decc87;
  width: 0%;
  min-height: 2px;
  max-height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
}

.utp_div {
  width: auto;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 4%;
  right: 4%;
}

.utp_wrapper {
  border: 1px #074741;
  border-bottom: 0 solid #074741;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: flex;
}

.image-14 {
  width: 75%;
  max-width: none;
  position: absolute;
  top: 45svh;
  left: auto;
  right: -20%;
}

.text_blck_ps {
  grid-row-gap: 28px;
  color: #fff;
  flex-direction: column;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.tittle_card {
  flex: 0 auto;
  margin: auto auto auto 0;
  padding-left: 0;
  font-family: "Inconsolata", monospace;
  font-size: 32px;
  font-weight: 500;
  line-height: 132%;
  display: block;
}

.tittle_card.gc {
  color: #fff;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}

.ps_card {
  z-index: auto;
  background-image: url('../images/noize_new.svg'), linear-gradient(35deg, #072927, #193f3b);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 1px solid #315b57;
  border-radius: 12px;
  flex-wrap: nowrap;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 92%;
  max-width: 1800px;
  height: 50svh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 44px;
  padding-bottom: 44px;
  padding-left: 64px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 160%;
  display: flex;
  position: sticky;
  bottom: 16svh;
  overflow: hidden;
  box-shadow: 1px 1px 8px #0000001a;
}

.ps_card._4 {
  z-index: 1;
}

.ps_card._3 {
  z-index: 3;
}

.ps_card._2 {
  z-index: 4;
}

.ps_card._1 {
  z-index: 5;
}

.ps_card._5 {
  z-index: 0;
}

.ps_carusel {
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ps_img {
  width: auto;
  max-width: 45svw;
  height: 40svh;
  margin-left: auto;
  margin-right: auto;
}

.ps_number {
  color: #fff;
  border: 1px #ffdb57;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 52px;
  font-family: "Inconsolata", monospace;
  font-size: 40px;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 64px;
}

.ps_p {
  color: #decc87;
  margin-bottom: 0;
  font-size: 32px;
}

.block_ps {
  color: #181818;
  background-color: #141414;
  padding-top: 16svh;
  padding-bottom: 16svh;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 160%;
  position: relative;
}

.line_ps {
  background-color: #102423;
  border-left: 1px solid #1f3b39;
  border-right: 1px solid #1f3b39;
  width: 3svh;
  height: 3svh;
  margin-left: 48px;
}

.line_ps_body {
  width: 92%;
  max-width: 1800px;
  height: 3svh;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
  bottom: 16svh;
}

.img_map {
  width: 100%;
  height: 100%;
  position: static;
}

.img_map.reg {
  z-index: 0;
  opacity: .3;
  width: 98%;
  max-width: 1800%;
  position: absolute;
  top: 40svh;
  left: auto;
  right: auto;
}

.text_ct {
  flex-wrap: wrap;
  max-width: 196px;
  display: flex;
}

.country_tab {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #232323;
  border: 1px solid #434343;
  border-radius: 8px;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: auto;
  min-width: 260px;
  max-width: 260px;
  margin-left: 0;
  margin-right: auto;
  padding: 4px 16px 4px 8px;
  font-family: "Inconsolata", monospace;
  display: flex;
}

.title_gc {
  color: #fff;
  flex-direction: row;
  width: auto;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: auto;
  font-size: 14px;
  display: flex;
}

.search-input {
  color: #fff;
  background-color: #2b2b2b;
  border: 1px solid #5a5a5a;
  border-radius: 8px;
  width: 212px;
  height: 44px;
  margin-bottom: 0;
  font-family: "Inconsolata", monospace;
  font-size: 18px;
  transition: all .2s;
}

.search-input:hover {
  border: 1px solid #decc87;
}

.search-input:focus {
  border-color: #181818;
}

.search-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.flag {
  width: 28px;
  height: 20px;
  margin-top: 2px;
}

.score_countries {
  border: 1px solid #144c49;
  border-radius: 8px;
  width: auto;
  height: 44px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.reg_card {
  background-color: #141414cc;
  border: 1px solid #decc8780;
  border-radius: 8px;
  flex-direction: column;
  width: 10svw;
  min-width: 200px;
  height: 140px;
  padding: 16px 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  left: 2%;
}

.reg_card:hover {
  background-color: #141414e6;
}

.reg_card.north_america {
  top: 14%;
  left: 10%;
}

.reg_card.europe {
  top: 6%;
  left: 38%;
}

.reg_card.europe:hover {
  background-color: #141414e6;
}

.reg_card.cis {
  top: 0%;
  left: 64%;
}

.reg_card.asia {
  top: 28%;
  left: auto;
  right: 2%;
}

.reg_card.latam {
  top: 63%;
  left: 14%;
}

.reg_card.africa {
  top: 48%;
  left: 34%;
}

.reg_card.oceania {
  top: 64%;
  left: auto;
  right: 4%;
}

.reg_card.mena {
  top: 32%;
  left: 55%;
}

.score_reg {
  border: 1px solid #696969;
  border-radius: 8px;
  width: auto;
  height: 32px;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.div_reg_card {
  justify-content: space-between;
  display: flex;
}

.reg_arrow_b {
  background-color: #decc87;
  border: 1px solid #decc87;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.arrow_gc.yellow {
  display: none;
}

.text-span-11 {
  color: #26534f;
  font-size: 20px;
}

.countries_group {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  flex-flow: column wrap;
  align-content: flex-start;
  width: 100%;
  max-height: 240px;
  margin-top: 16px;
  margin-bottom: 20px;
  display: flex;
  overflow: visible;
}

.form-block-3 {
  margin-bottom: 0;
}

.form-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  width: 92%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.modal_reg {
  background-color: #161616;
  border: 1px solid #2e2e2e;
  border-radius: .5svw;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 94%;
  max-width: 1900px;
  min-height: 80svh;
  margin-top: -7svh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7svh;
  font-size: 16px;
  line-height: 160%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.modal_reg.europe, .modal_reg.na, .modal_reg.cis, .modal_reg.latam, .modal_reg.africa, .modal_reg.middle-east-mena, .modal_reg.asia, .modal_reg.oceania {
  display: none;
}

.text-span-12 {
  color: #ffffff4d;
  text-align: center;
}

.button_geography {
  color: #4b3d09;
  text-align: center;
  text-transform: uppercase;
  background-color: #decc87;
  border: 1px solid #decc87;
  border-radius: .5svh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 6svh;
  margin-top: 88px;
  margin-left: auto;
  padding-left: 3svw;
  padding-right: 3svw;
  font-family: "Inconsolata", monospace;
  font-size: 3svh;
  font-weight: 500;
  line-height: 4.5svh;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: 4svh;
  left: auto;
  right: 4%;
}

.countries_group_for_reg {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: flex-start;
  align-items: flex-start;
  width: 92%;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.flag-2 {
  width: 28px;
  height: 20px;
  margin-top: 2px;
}

.country_tab_reg {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #232323;
  border: 1px solid #434343;
  border-radius: 8px;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: auto;
  min-width: 260px;
  max-width: 260px;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 16px 4px 8px;
  font-family: "Inconsolata", monospace;
  display: flex;
}

.esc_g {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  position: absolute;
  top: 1svh;
  right: 1svh;
}

.esc_icon {
  opacity: .5;
  width: 24px;
  height: 24px;
}

.flag-3 {
  width: 28px;
  height: 20px;
  margin-top: 2px;
}

.text_link {
  margin: auto auto auto 0;
  font-family: "Inconsolata", monospace;
  text-decoration: none;
}

.linar {
  display: none;
}

.block_doc {
  color: #181818;
  background-color: #141414;
  min-height: 100svh;
  padding-top: 16svh;
  padding-bottom: 20svh;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 160%;
  position: relative;
  overflow: visible;
}

.bg_doc {
  background-image: url('../images/noize_new.svg'), radial-gradient(circle at 15% 0, #315b57, #032926 58%);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100svw;
  height: 100svh;
  position: fixed;
  top: 0;
  bottom: 0;
}

.menu_doc {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #14141433;
  border: 1px solid #35726d80;
  border-radius: 8px;
  width: 432px;
  margin-left: 0;
  margin-right: auto;
  padding: 32px 32px 44px;
  position: sticky;
  top: 16svh;
  bottom: 20svh;
}

.list_doc {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 24px;
  margin-bottom: 32px;
  display: flex;
}

.doc_tab {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #14141480;
  border-left: 4px solid #434343;
  border-radius: 8px;
  justify-content: space-between;
  padding: 8px 20px;
  text-decoration: none;
  transition: border-width .2s, border-color .2s, background-color .2s;
  display: flex;
}

.doc_tab:hover {
  background-color: #14141499;
  border-left-width: 2px;
  border-left-color: #decc87;
}

.doc_tab.active {
  cursor: default;
  background-color: #141414b3;
  border-left-color: #ccc;
}

.doc_text {
  flex: 1;
  margin-left: 8svw;
  margin-right: auto;
}

.text_block_doc {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: column;
  display: flex;
}

.text_block_doc.ponts {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  align-items: flex-start;
}

.tittle_doc {
  text-transform: uppercase;
  flex: 0 auto;
  width: 100%;
  max-width: 800px;
  margin: auto auto 4px 0;
  padding-left: 0;
  font-family: "Inconsolata", monospace;
  font-size: 32px;
  font-weight: 500;
  line-height: 160%;
  display: block;
}

.main_box_text_doc {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .text_block {
    margin-top: 14svh;
  }

  .tittle_card_gray {
    margin-left: 12px;
  }
}

@media screen and (min-width: 1440px) {
  .block.first {
    padding-top: 68px;
    padding-bottom: 136px;
  }

  .text_block {
    margin-top: 8svh;
  }

  .paragraph {
    font-weight: 300;
  }

  .tab {
    cursor: default;
  }

  .tab:hover {
    border-color: #616161;
  }

  .tab:focus {
    color: #fff;
  }

  .card_gray {
    padding: 48px 52px 52px;
  }

  .tittle_card_gray {
    min-width: 100%;
    margin-left: 12px;
    font-size: 24px;
  }

  .tittle_box {
    margin-bottom: 20px;
  }

  .block_description {
    cursor: default;
  }

  .columns_oav {
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .paragraph_firstblock {
    font-weight: 300;
  }

  .card_sp_new {
    justify-content: flex-start;
  }

  .text-span-12 {
    color: #fff3;
  }

  .countries_group_for_reg {
    grid-column-gap: 44px;
    grid-row-gap: 20px;
    grid-template-columns: 1.5fr 1.5fr 1.5fr 1.5fr;
  }

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

  .tittle_doc {
    font-size: 24px;
  }
}

@media screen and (min-width: 1920px) {
  .menu_button_tablet_mobile {
    transition: all .2s;
  }

  .block.first {
    padding-top: 88px;
    padding-bottom: 172px;
  }

  .h1 {
    margin-bottom: 24px;
  }

  .paragraph.utp {
    max-width: 300px;
  }

  .button:focus {
    color: #772828;
  }

  .h2.centr.white.g {
    display: flex;
  }

  .card_gray {
    transition-property: background-color;
    transition-timing-function: linear;
  }

  .tittle_box {
    margin-bottom: 24px;
  }

  .text-field {
    border-radius: 8px;
  }

  .text-field-2.big:focus {
    border-color: #181818;
  }

  .field-label, .field-label-2 {
    color: #181818;
  }

  .footer {
    bottom: 0;
  }

  .button_2:hover {
    box-shadow: none;
  }

  .tabs-menu {
    margin-right: auto;
  }

  .card_sp_new {
    flex-flow: row;
    justify-content: flex-start;
    position: static;
  }

  .tabs_new {
    margin-bottom: 40px;
  }

  .button_geography:focus {
    color: #772828;
  }

  .countries_group_for_reg {
    grid-column-gap: 88px;
    grid-template-columns: 1.5fr 1.5fr 1.5fr 1.5fr;
  }
}

@media screen and (max-width: 991px) {
  .header {
    justify-content: space-around;
  }

  .div {
    grid-column-gap: 2%;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .div._2 {
    flex-direction: column;
  }

  .div.gc {
    justify-content: space-between;
  }

  .menu_button_tablet_mobile {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-align: center;
    background-color: #181818;
    border: 1px solid #35726d;
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    overflow: visible;
  }

  .menu_button_tablet_mobile:active {
    background-color: #303030;
  }

  .menu_button_tablet_mobile.geography {
    max-width: none;
    padding-right: 12px;
  }

  .menu_button_tablet_mobile.geography_mb {
    display: flex;
  }

  .menu {
    grid-row-gap: 32px;
    text-align: left;
    background-color: #c8c8c800;
    border-radius: 4px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: flex-end;
    max-width: none;
    height: auto;
    margin-top: 8px;
    display: none;
    right: 0;
    overflow: hidden;
    box-shadow: 0 50px 100px -20px #181818;
  }

  .block {
    padding-bottom: 4svh;
  }

  .block.first {
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    min-height: 100svh;
    display: flex;
  }

  .h1 {
    max-width: 92svw;
    font-size: 16svw;
    line-height: 15svw;
  }

  .text_block {
    margin-top: 10svh;
  }

  .paragraph.utp {
    text-align: center;
    width: auto;
    max-width: none;
  }

  .paragraph.card_text {
    min-width: auto;
    max-width: none;
    margin-bottom: 0;
  }

  .paragraph.f {
    align-items: stretch;
    margin-top: 68px;
    display: flex;
  }

  .paragraph.countries {
    flex-wrap: nowrap;
    width: auto;
    display: flex;
  }

  .button {
    width: 50svw;
    height: 60px;
    font-size: 32px;
    line-height: 32px;
    position: static;
    inset: 10svh auto auto;
  }

  .text_block_utp {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .number {
    text-align: center;
    margin-left: auto;
    font-size: 28px;
  }

  .h2 {
    font-size: 10svw;
    line-height: 9svw;
  }

  .h2.centr.white {
    margin-bottom: 48px;
  }

  .h2.centr.white.g {
    font-size: 10svw;
  }

  .h2.white {
    margin-bottom: 48px;
  }

  .text_block_sp {
    width: 92%;
    min-width: auto;
    max-width: none;
    margin: 40px auto 48px;
  }

  .title_sp {
    margin-bottom: 24px;
  }

  .grid_oav {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .card_gray.left {
    height: auto;
    min-height: auto;
  }

  .card_gray.left._1, .card_gray.left._2, .card_gray.left._3 {
    min-height: auto;
  }

  .card_gray.right {
    height: auto;
    min-height: auto;
  }

  .form-block {
    width: 100%;
  }

  .form {
    margin-left: auto;
    margin-right: auto;
  }

  .block_description {
    flex-wrap: wrap;
  }

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

  .paragraph-4 {
    margin-bottom: 68px;
  }

  .links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: flex-start;
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

  .image_ln, .image_tg, .image_mail {
    margin-right: auto;
  }

  .menu-button {
    color: #c2c9c9;
    text-align: left;
    border: 1px #999;
    border-radius: 32px;
    justify-content: center;
    align-items: center;
    max-width: 48px;
    max-height: 48px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .menu-button.w--open {
    grid-column-gap: 2px;
    color: #fff;
    background-color: #0000;
    border-color: #595959;
    display: flex;
  }

  .icon {
    justify-content: center;
    align-items: center;
    margin-top: -7px;
    padding-top: 0;
    display: flex;
  }

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

  .columns_oav.l, .columns_oav.r {
    grid-row-gap: 12px;
    width: 100%;
  }

  .numberblock {
    text-align: center;
    margin-bottom: 4px;
  }

  .plus {
    font-size: 28px;
  }

  .logo_link {
    height: 60px;
  }

  .button_2 {
    height: 80px;
    font-size: 32px;
    line-height: 32px;
  }

  .button_2:hover {
    font-size: 36px;
  }

  .text_block_404 {
    margin-left: 0;
  }

  .p-lins_footer {
    align-items: flex-start;
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

  .links2 {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-right: auto;
    display: none;
  }

  .image_link {
    margin-right: auto;
  }

  .links2_mobile-tablet {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 47px;
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

  .paragraph_firstblock {
    width: 90%;
    margin-bottom: 48px;
  }

  .menu_container, .menu_arow_div {
    display: none;
  }

  .main_menu {
    justify-content: center;
    max-width: 56px;
    margin-right: 0;
    display: flex;
  }

  .spf_card {
    width: 100%;
  }

  .tabs-menu {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 12px;
    padding-left: 4%;
    padding-right: 4%;
    overflow: scroll;
  }

  .tab_spf {
    flex: none;
    justify-content: space-around;
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .tab_spf.w--current {
    justify-content: space-around;
    width: auto;
    min-width: auto;
  }

  .card_sp_new {
    flex-direction: column;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs_new {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .img_spf_new.cs {
    margin-right: 4%;
  }

  .button_txt {
    font-size: 24px;
  }

  .button_txt._2 {
    display: none;
  }

  .button_txt._1 {
    justify-content: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div_button_txt {
    height: auto;
  }

  .div_menu {
    flex-direction: row;
  }

  .lk {
    display: none;
  }

  .lk.burger {
    background-color: #181818;
    border-color: #35726d;
    border-radius: 4px;
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: 68px;
    max-height: 68px;
    display: flex;
  }

  .language, .lng-lk {
    display: none;
  }

  .utp_div {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #35726d1a;
    border: 1px solid #214340;
    border-radius: 4px;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 92%;
    margin-top: 32svh;
    margin-bottom: 40px;
    position: static;
    left: auto;
    right: auto;
  }

  .utp_wrapper {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .image-14 {
    top: 60svh;
  }

  .text_blck_ps {
    grid-row-gap: 2svh;
    margin-bottom: 28px;
  }

  .ps_card {
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    padding: 4svh 6svw;
    bottom: 4vh;
  }

  .ps_card._1 {
    justify-content: space-between;
  }

  .ps_card._5 {
    background-image: url('../images/noize_new.svg'), linear-gradient(35deg, #072927, #193f3b);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .ps_img {
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 auto auto;
  }

  .ps_number {
    left: 4svw;
  }

  .block_ps {
    padding-top: 16vh;
    padding-bottom: 4vh;
  }

  .line_ps {
    width: 3vh;
    height: 3vh;
  }

  .img_map {
    width: auto;
    height: 100vh;
    display: none;
    position: absolute;
    top: auto;
  }

  .search-input {
    width: 100%;
  }

  .score_countries {
    flex-wrap: nowrap;
    min-width: 168px;
  }

  .reg_card {
    background-image: linear-gradient(299deg, #072927, #ffdb5700 46%);
    border-color: #315b57;
    width: 49%;
    min-width: 100px;
  }

  .reg_card.north_america, .reg_card.europe, .reg_card.cis, .reg_card.asia, .reg_card.latam, .reg_card.africa, .reg_card.oceania, .reg_card.mena {
    position: static;
  }

  .modal_reg.na {
    justify-content: center;
  }

  .text-span-12 {
    font-size: 8svw;
  }

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

  .countries_group_for_reg {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .linar {
    background-image: linear-gradient(268deg, #141414 32%, #ececec00 100%, #fff);
    width: 20svw;
    min-height: 240px;
    max-height: 240px;
    display: flex;
    position: absolute;
    right: 0;
  }

  .block_doc {
    padding-bottom: 4svh;
  }

  .menu_doc {
    width: 100%;
    margin-bottom: 48px;
    margin-left: auto;
    position: static;
  }

  .doc_text {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .menu_button_tablet_mobile {
    width: 100%;
    max-width: 250px;
    margin-right: 0;
    box-shadow: 0 30px 30px 20px #181818a8;
  }

  .menu {
    box-shadow: none;
  }

  .logo {
    margin-left: 0;
    padding-left: 0;
  }

  .paragraph.card_text {
    width: 90%;
    margin-right: auto;
  }

  .paragraph.sp, .form-block {
    width: 100%;
  }

  .form {
    width: 90%;
    max-width: 100%;
    margin: 48px auto 52px;
  }

  .text-field, .text-field-2, .text-field-2.big {
    width: auto;
    max-width: 100%;
  }

  .inputs {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .links {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .menu-button {
    margin-left: auto;
  }

  .menu-button:focus, .menu-button.w--open:active, .menu-button.w--open:focus {
    color: #fff;
  }

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

  .tabs_new {
    margin-bottom: 40px;
  }

  .div_menu {
    justify-content: space-around;
  }

  .utp_wrapper {
    flex-wrap: wrap;
  }

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

@media screen and (max-width: 479px) {
  .header {
    justify-content: space-around;
    padding-top: 12px;
    padding-bottom: 12px;
    top: 8px;
  }

  .div {
    justify-content: center;
  }

  .menu_button_tablet_mobile {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 8px;
  }

  .menu_button_tablet_mobile.geography {
    width: 100%;
  }

  .menu {
    grid-column-gap: 32px;
    color: #181818;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    top: 40px;
    left: auto;
  }

  .logo {
    max-width: 112px;
  }

  .block {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .block.first {
    padding-top: 56px;
  }

  .h1 {
    margin-left: auto;
  }

  .paragraph {
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 140%;
  }

  .paragraph.utp {
    font-size: 14px;
  }

  .paragraph.card_text {
    width: 100%;
    max-width: none;
    margin-bottom: auto;
    margin-right: auto;
  }

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

  .paragraph.f {
    text-align: left;
    flex-wrap: nowrap;
    flex: 0 auto;
    justify-content: flex-start;
  }

  .paragraph.reg {
    flex-wrap: nowrap;
    align-items: center;
    font-size: 3svw;
    display: flex;
  }

  .button {
    z-index: 1;
    height: 48px;
  }

  .text_block_utp {
    align-items: flex-start;
    padding-left: 0;
  }

  .h2.centr.white {
    margin-bottom: 32px;
  }

  .h2.centr.white.g {
    text-align: center;
  }

  .h2.white {
    margin-bottom: 32px;
  }

  .text_block_sp {
    width: 88%;
    min-width: auto;
    max-width: none;
    margin-top: 28px;
    margin-bottom: 132px;
  }

  .title_sp {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .tab {
    padding: 4px 20px;
  }

  .paragraph-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .card_gray {
    border-radius: 12px;
    padding: 28px 6% 32px;
  }

  .tittle_card_gray {
    font-size: 16px;
  }

  .form-block {
    border-radius: 12px;
    width: 98%;
  }

  .form {
    grid-row-gap: 20px;
    margin-top: 32px;
  }

  .text-field {
    width: auto;
    max-width: 100%;
  }

  .text-field-2 {
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .text-field-2.big {
    flex: 0 auto;
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .field-label {
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .field-label-2 {
    width: auto;
    max-width: 100%;
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: auto;
  }

  .block_description {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    border-radius: 12px;
    flex-flow: wrap;
    width: 98%;
  }

  .footer {
    padding-top: 56px;
    padding-bottom: 44px;
  }

  .links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: flex-start;
  }

  .menu-button {
    flex-direction: row;
    align-items: center;
    max-width: 32px;
    max-height: 32px;
    padding: 16px;
  }

  .icon {
    grid-row-gap: 32px;
    min-width: auto;
    max-width: none;
    max-height: none;
    margin-top: -12px;
  }

  .columns_oav {
    grid-row-gap: 16px;
  }

  .text-block-2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .numberblock {
    font-size: 20px;
  }

  .logo_link {
    margin-right: auto;
  }

  .button_2 {
    text-align: center;
    width: 100%;
    max-width: none;
    height: 64px;
    margin-left: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 24px;
    line-height: 32px;
  }

  .text_block_404 {
    margin-bottom: 136px;
  }

  .p-lins_footer {
    align-items: flex-start;
  }

  .links2 {
    align-items: flex-start;
    display: none;
  }

  .links2_mobile-tablet {
    align-items: flex-start;
    display: flex;
  }

  .paragraph_firstblock {
    max-width: 90%;
    margin-bottom: 40px;
    margin-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    display: flex;
  }

  .tab_spf:active {
    box-shadow: none;
    color: #181818;
    background-color: #fff;
    border-color: #c5c5c5;
  }

  .tab_spf.w--current {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .card_sp_new {
    border-radius: 12px;
    width: 92%;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs_new {
    object-fit: fill;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 12px;
    margin-right: auto;
    padding-bottom: 16px;
    overflow: auto;
  }

  .img_spf_new.ecrm, .img_spf_new.cfm, .img_spf_new.wb, .img_spf_new._3d, .img_spf_new.ab, .img_spf_new.fp, .img_spf_new.cs {
    width: 50%;
  }

  .logo_div {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lng-lk {
    margin-left: 12px;
    margin-right: 8px;
  }

  .utp_div {
    position: relative;
  }

  .utp_wrapper {
    grid-column-gap: 0px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .image-14 {
    opacity: .6;
    width: 90%;
  }

  .tittle_card {
    font-size: 20px;
  }

  .tittle_card.gc {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 24px;
  }

  .ps_number {
    bottom: 4px;
  }

  .block_ps {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .img_map {
    z-index: 0;
  }

  .reg_card {
    justify-content: space-between;
    height: 124px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div_reg_card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .reg_arrow_b {
    height: 100%;
  }

  .form-3 {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .search-wrapper {
    overflow: visible;
  }

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

  .button_geography {
    z-index: 1;
    width: 92%;
    height: 8svh;
    margin-right: auto;
    right: auto;
  }

  .countries_group_for_reg {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .country_tab_reg {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .text_link {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .block_doc {
    padding-top: 16svh;
    padding-bottom: 20svh;
  }

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

  .tittle_doc {
    font-size: 16px;
  }
}

#w-node-_923d1f3b-bf5a-cb98-a8b9-73ced85e1b2c-5600b67e {
  align-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_923d1f3b-bf5a-cb98-a8b9-73ced85e1b2c-5600b67e {
    align-self: start;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_03299d5c-4083-1bc5-6803-dd7b46468272-5600b67e {
    align-self: auto;
  }

  #w-node-_923d1f3b-bf5a-cb98-a8b9-73ced85e1b2c-5600b67e {
    align-self: start;
  }
}


@font-face {
  font-family: "Inconsolata", monospace;
  src: url('../images/') format('truetype');
  font-optical-sizing: auto;
  font-weight: 200 900;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
