*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
  margin: 0;
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

a {
  font-family: inherit;
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  cursor: pointer;
  border: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

html {
  font-size: 100%;
}

html.lock {
  overflow-y: hidden;
}

.scroll_lock {
  overflow: hidden;
}
.scroll_lock body {
  overflow: hidden;
}

button {
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

.hauto {
  height: auto !important;
}

body {
  position: relative;
  min-width: 320px;
  font-family: "Golos Text", sans-serif;
  font-optical-sizing: auto;
  line-height: 120%;
  font-size: 10px;
  min-height: 100vh;
  overflow-x: hidden;
  color: #fff;
  background-color: #141414;
}
body::-webkit-scrollbar {
  width: 4px;
}
body::-webkit-scrollbar-track {
  background-color: #232323;
}
body::-webkit-scrollbar-thumb {
  background-color: #00C974;
  border-radius: 3px;
}

.container {
  max-width: 1364px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100lvh;
}
.wrapper main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.wrapper .footer {
  margin-top: auto;
}

.scroll-lock {
  overflow: hidden !important;
}

.start_page {
  padding: 24px;
  margin: 20px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.04);
}
.start_page li:not(:last-child) {
  margin-bottom: 15px;
}
.start_page li a {
  font-size: 22px;
  font-weight: 500;
}

hr {
  width: 100%;
  height: 1px;
  background-color: #F2F2F2;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

ol {
  list-style: decimal;
  padding-left: 15px;
}

.bg_image {
  position: absolute;
  left: 0;
  background: url(../img/bg-vector-main.svg) repeat;
  width: 100%;
  height: 678px;
  z-index: -1;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .main {
    position: relative;
  }
}

.patter1 {
  display: none;
}
@media (min-width: 1024px) {
  .patter1 {
    position: absolute;
    pointer-events: none;
    z-index: -1;
    width: 100%;
    height: 1149px;
    top: 1219px;
    left: 0;
    background: url(../img/patter1_light.png);
    background-size: 100%;
    display: block;
  }
}

.patter2 {
  display: none;
}
@media (min-width: 1024px) {
  .patter2 {
    position: absolute;
    pointer-events: none;
    z-index: -1;
    width: 100%;
    height: 1900px;
    top: 5349px;
    left: 0;
    background: url(../img/patter1_light.png);
    background-size: 100%;
    display: block;
  }
}

.page_block {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .page_block {
    margin-bottom: 70px;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.btn_green {
  position: relative;
  border-radius: 14px;
  background-color: #00C974;
  height: 56px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .btn_green {
    height: 60px;
    padding: 0 56px;
    font-size: 17px;
    line-height: 24px;
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
  }
}
@media (min-width: 1440px) {
  .btn_green {
    padding: 0 66px;
    height: 72px;
    font-size: 20px;
    line-height: 24px;
  }
}
.btn_green::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/btn_green.svg) no-repeat;
  background-size: 100%;
  pointer-events: none;
  z-index: 2;
  width: 113px;
  height: 100%;
}
@media (min-width: 1024px) {
  .btn_green::before {
    background-size: contain;
    background: url(../img/btn_green_1024.svg) no-repeat;
  }
}
.btn_green span {
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .btn_green span {
    font-size: 20px;
    line-height: 24px;
  }
}

.btn_black {
  background-color: #141414;
  height: 48px;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 12px;
  color: #fff;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .btn_black {
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
  }
  .btn_black:hover {
    background-color: #00C974;
  }
}
.btn_black span {
  color: #fff;
  font-size: 16px;
}
.btn_black svg, .btn_black img, .btn_black i {
  margin-left: 8px;
  width: 16px;
}

.v2_title_h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
@media (min-width: 1024px) {
  .v2_title_h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .v2_title_h1 {
    font-size: 52px;
    line-height: 64px;
  }
}

.v2_footer {
  background-color: #191919;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (min-width: 1024px) {
  .v2_footer {
    position: relative;
    padding-top: 52px;
  }
}
@media (min-width: 1440px) {
  .v2_footer {
    position: static;
  }
}
@media (min-width: 1440px) {
  .v2_footer .container {
    position: relative;
  }
}
.v2_footer__top {
  margin-bottom: 36px;
}
@media (min-width: 1024px) {
  .v2_footer__top {
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 774px;
  }
}
@media (min-width: 1440px) {
  .v2_footer__top {
    max-width: 824px;
    margin-bottom: 67px;
  }
}
.v2_footer__top__logo {
  max-width: 240px;
  margin-bottom: 26px;
  height: 56px;
}
@media (min-width: 1024px) {
  .v2_footer__top__logo {
    max-width: 290px;
    margin-bottom: 0;
	height: 68px;
  }
}
.v2_footer__top__logo a {
  display: block;
  height: 100%;
}
.v2_footer__top__logo img {
  /* width: 100%; */
  height: 100%;
}
.v2_footer__top__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2_footer__top__nav ul {
  max-width: 156px;
}
@media (min-width: 1024px) {
  .v2_footer__top__nav ul {
    max-width: 200px;
  }
  .v2_footer__top__nav ul:not(:last-child) {
    margin-right: 124px;
  }
}
.v2_footer__top__nav ul li:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .v2_footer__top__nav ul li:not(:last-child) {
    margin-bottom: 24px;
  }
}
.v2_footer__top__nav ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.v2_footer__top__nav ul li a:hover {
  color: #00C974;
}
.v2_footer__center {
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .v2_footer__center {
    margin-bottom: 40px;
    max-width: 478px;
  }
}
@media (min-width: 1440px) {
  .v2_footer__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 824px;
    margin-bottom: 118px;
  }
}
.v2_footer__center__contact {
  margin-bottom: 36px;
}
@media (min-width: 1024px) {
  .v2_footer__center__contact {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .v2_footer__center__contact {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
            flex: 0 0 370px;
    max-width: 370px;
    margin-right: 70px;
  }
}
.v2_footer__center__contact .v2_contact_item:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .v2_footer__center__contact .v2_contact_item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.v2_footer__center__corup {
  position: relative;
  padding: 20px;
  border-radius: 14px;
  border: 2px solid #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1440px) {
  .v2_footer__center__corup {
    padding: 28px;
	align-self: baseline;
  }
}
.v2_footer__center__corup .h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .v2_footer__center__corup .h3 {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (min-width: 1440px) {
  .v2_footer__center__corup .h3 {
    max-width: 200px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.v2_footer__center__corup span {
  color: #646464;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1440px) {
  .v2_footer__center__corup span {
    font-size: 16px;
    line-height: 20px;
  }
}
.v2_footer__center__corup .i {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #00C974;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1440px) {
  .v2_footer__center__corup .i {
    top: 24px;
    right: 24px;
  }
}
.v2_footer__name {
  position: relative;
  height: 207px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .v2_footer__name {
    margin-left: -16px;
    margin-right: -16px;
	
  }
}
@media (min-width: 1024px) {
  .v2_footer__name {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 260px;
	margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .v2_footer__name {
    width: 288px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.v2_footer__name::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 55px;
  height: 233px;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  background: #00d074;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .v2_footer__name::after {
    background: #00d074;
    width: 98px;
    height: 350px;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
  }
}
.v2_footer__name::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  background: url(../img/footer_name_360.svg) no-repeat;
  background-size: cover;
  height: 175px;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .v2_footer__name::before {
    background: url(../img/footer_name_1024.svg) no-repeat;
    height: 100%;
    top: 0;
    right: 0;
    width: auto;
    background-size: contain;
    background-position: top right;
  }
}
@media (min-width: 1440px) {
  .v2_footer__name::before {
    top: -52px;
    background: url(../img/footer_name_1920.svg) no-repeat;
    background-size: contain;
    height: calc(100% + 86px);
    /* width: 288px; */
	width: 352px;
  }
}
.v2_footer__name span {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 120%;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .v2_footer__name span {
    font-size: 36px;
    line-height: 120%;
    margin-right: 68px;
  }
}
@media (min-width: 1440px) {
  .v2_footer__name span {
    font-size: 40px;
    line-height: 120%;
    margin-right: 304px;
  }
}
.v2_footer__bottom .x2_digital {
  margin-bottom: 24px;
  max-width: 144px;
  margin-bottom: 24px;
  display: block;
}
@media (min-width: 1024px) {
  .v2_footer__bottom .x2_digital {
    display: none;
  }
}
.v2_footer__bottom .d_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .v2_footer__bottom .d_col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.v2_footer__bottom .d_col a {
  margin-bottom: 6px;
  text-decoration: underline;
  font-size: 14px;
  line-height: 18px;
  color: #F2F2F2;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
@media (min-width: 1024px) {
  .v2_footer__bottom .d_col a {
    color: #646464;
  }
}
.v2_footer__bottom .d_col a:hover {
  opacity: 1;
}
.v2_footer__bottom .d_col span {
  font-size: 14px;
  line-height: 18px;
  color: #F2F2F2;
}
@media (min-width: 1024px) {
  .v2_footer__bottom .d_col span {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    color: #646464;
    margin-right: 16px;
  }
}
.v2_footer__bottom .d_col a, .v2_footer__bottom .d_col span {
  opacity: 0.5;
}

.v2_header {
  position: fixed;
  top: 20px;
  left: 16px;
  right: 16px;
  z-index: 100;
}
.v2_header__wrap {
  border-radius: 12px;
  -webkit-backdrop-filter: blur(56.61px);
          backdrop-filter: blur(56.61px);
  background: rgba(19, 19, 19, 0.6);
  padding: 12px 16px 12px 12px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .v2_header__wrap {
    height: 72px;
    padding: 26px 32px 26px 20px;
    border-radius: 20px;
    overflow: hidden;
  }
}
@media (min-width: 1440px) {
  .v2_header__wrap {
    height: 96px;
    padding: 20px 40px 20px 24px;
  }
}
.v2_header__wrap__logo {
  max-width: 130px;
  height: 31px;
}
.v2_header__wrap__logo a {
	display: block;
	height: 100%;
}
@media (min-width: 1024px) {
  .v2_header__wrap__logo {
    max-width: 170px;
	height: 42px;
  }
}
@media (min-width: 1440px) {
  .v2_header__wrap__logo {
    max-width: 238px;
	height: 52px;
  }
}
.v2_header__wrap__logo img {
  height: 100%;
}
@media (max-width: 1023px) {
  .v2_header__wrap__nav {
    display: none;
  }
}
@media (min-width: 1024px) {
  .v2_header__wrap__nav {
    margin-left: auto;
    margin-right: auto;
  }
  .v2_header__wrap__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .v2_header__wrap__nav ul li:not(:last-child) {
    margin-right: 36px;
  }
  .v2_header__wrap__nav ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    position: relative;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .v2_header__wrap__nav ul li a {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .v2_header__wrap__nav ul li a::before {
    content: "";
    pointer-events: none;
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #00C974;
    opacity: 0;
    -webkit-transition: width 600ms ease;
    -o-transition: width 600ms ease;
    transition: width 600ms ease;
    width: 0;
  }
}
@media (min-width: 1024px) {
  .v2_header__wrap__nav ul li a.active::before, .v2_header__wrap__nav ul li a:hover::before {
    opacity: 1;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .v2_header__wrap__nav ul li a.active::after {
    content: "";
    pointer-events: none;
    width: calc(100% + 20px);
    height: 76px;
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    -webkit-filter: blur(80px);
            filter: blur(80px);
    background: rgba(0, 208, 116, 0.8);
  }
}
.v2_header__wrap__control {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.v2_header__search {
  margin-right: 40px;
}
@media (max-width: 1023px) {
  .v2_header__search {
    display: none;
  }
}
.v2_header__search__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.v2_header__search__btn svg, .v2_header__search__btn img {
  width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  margin-right: 5px;
}
@media (min-width: 1440px) {
  .v2_header__search__btn svg, .v2_header__search__btn img {
    margin-right: 9px;
  }
}
.v2_header__search__btn span {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}
@media (min-width: 1440px) {
  .v2_header__search__btn span {
    font-size: 17px;
    line-height: 24px;
  }
}
.v2_header__swith {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.v2_header__swith a {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  position: relative;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.v2_header__swith a:not(:last-child) {
  margin-right: 12px;
}
@media (min-width: 1024px) {
  .v2_header__swith a {
    font-size: 17px;
    line-height: 24px;
  }
}
.v2_header__swith a:hover {
  color: #00C974;
}
.v2_header__swith a.active {
  color: #00C974;
}
.v2_header__swith a.active::before {
  opacity: 1;
}
.v2_header__swith a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  height: 1px;
  width: 100%;
  background-color: #00C974;
  opacity: 0;
  pointer-events: none;
}
.v2_header__burger {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #00C974;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 27px;
}
@media (min-width: 1024px) {
  .v2_header__burger {
    display: none;
  }
}

.v2_mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #131313;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  z-index: 150;
  pointer-events: none;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.v2_mobile_menu.active {
  pointer-events: visible;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.v2_mobile_menu__wrap {
  position: relative;
  height: 100vh;
  overflow-y: auto;
  padding-top: 88px;
  padding-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.v2_mobile_menu__close {
  background-color: #232323;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
}
.v2_mobile_menu__close:hover {
  background-color: #00C974;
}
.v2_mobile_menu__close:hover svg path {
  fill: #fff;
}
.v2_mobile_menu__search {
  margin-bottom: 32px;
}
.v2_mobile_menu__search__input {
  position: relative;
}
.v2_mobile_menu__search__input i, .v2_mobile_menu__search__input img, .v2_mobile_menu__search__input svg {
  pointer-events: none;
  width: 24px;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.v2_mobile_menu__search__input input {
  width: 100%;
  height: 52px;
  border-radius: 12px;
  background-color: #191919;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  padding: 0 20px 0 44px;
}
.v2_mobile_menu__search__input input::-webkit-input-placeholder {
  color: #646464;
}
.v2_mobile_menu__search__input input::-moz-placeholder {
  color: #646464;
}
.v2_mobile_menu__search__input input:-ms-input-placeholder {
  color: #646464;
}
.v2_mobile_menu__search__input input::-ms-input-placeholder {
  color: #646464;
}
.v2_mobile_menu__search__input input::placeholder {
  color: #646464;
}
.v2_mobile_menu__nav {
  margin-bottom: 32px;
}
.v2_mobile_menu__nav ul li:not(:last-child) {
  margin-bottom: 36px;
}
.v2_mobile_menu__nav ul li a {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
.v2_mobile_menu__nav ul li a:hover, .v2_mobile_menu__nav ul li a.active {
  color: #00C974;
}
.v2_mobile_menu__contact {
  margin-top: auto;
}
.v2_mobile_menu__contact .v2_contact_item:not(:last-child) {
  margin-bottom: 20px;
}

.v2_contact_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.v2_contact_item span {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #908F8F;
}
.v2_contact_item a, .v2_contact_item b {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}
.v2_contact_item a:hover {
  color: #00C974;
}

.v2_career {
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .v2_career {
    margin-bottom: 120px;
  }
}
@media (min-width: 1440px) {
  .v2_career {
    margin-bottom: 196px;
  }
}
.v2_career__wrap {
  position: relative;
  padding: 32px 28px;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .v2_career__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 44px 50px 44px 100px;
  }
}
@media (min-width: 1440px) {
  .v2_career__wrap {
    padding: 55px 146px;
  }
}
.v2_career__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/careere_tl.svg) no-repeat;
  background-size: 100%;
  width: 112px;
  height: 177px;
}
.v2_career__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.48);
}
.v2_career__wrap img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  z-index: -1;
}
.v2_career__wrap__info, .v2_career__wrap__ctrl {
  position: relative;
  z-index: 2;
}
.v2_career__wrap__info {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 1024px) {
  .v2_career__wrap__info {
    font-size: 22px;
    line-height: 32px;
    margin-right: 32px;
  }
}
@media (min-width: 1440px) {
  .v2_career__wrap__info {
    font-size: 28px;
    line-height: 40px;
    margin-right: 56px;
  }
}
.v2_career__wrap__ctrl {
  margin-top: 68px;
}
@media (min-width: 1024px) {
  .v2_career__wrap__ctrl {
    margin-top: 0;
  }
}

.v2_main_banner {
  position: relative;
  
  margin-bottom: 80px;
  height: 568px;
}
@media (min-width: 1024px) {
	.v2_main_banner {
		height: 100vh;
	}
}
@media (min-width: 1440px) {
  .v2_main_banner {
    margin-bottom: 44px;
	
  }
}
.v2_main_banner .swiper {
  height: 100%;
}
.v2_main_banner__picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.v2_main_banner__picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
  pointer-events: none;
}
.v2_main_banner__picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
  height: 100%;
}
.v2_main_banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (min-width: 1024px) {
  .v2_main_banner__content .v2_title_h1 {
    max-width: 540px;
  }
}
@media (min-width: 1440px) {
  .v2_main_banner__content .v2_title_h1 {
    /* max-width: 780px; */
	max-width: 850px;
  }
}
.v2_main_banner .container {
  height: 100%;
}

.v2_map {
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .v2_map {
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .v2_map {
    margin-bottom: 20px;
  }
}
.v2_map .section_head {
  position: relative;
}
@media (min-width: 1440px) {
  .v2_map .section_head .d_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
  }
}
@media (max-width: 1439px) {
  .v2_map .section_head .d_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1440px) {
  .v2_map .section_head .d_row {
    /* margin-right: 52px; */
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 28px;
  }
}
.v2_map .section_head .d_row .tlabel {
  margin-top: 0;
}
@media (min-width: 1440px) {
  .v2_map .section_head .d_row .tlabel {
    margin-top: 6px;
  }
}
.v2_map .section_head .d_slider {
  margin-top: 24px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1023px) {
  .v2_map .section_head .d_slider {
    display: none;
  }
}
@media (min-width: 1440px) {
  .v2_map .section_head .d_slider {
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 1439px) {
  .v2_map .section_head .d_slider .swiper {
    margin-right: -24px;
    margin-left: -24px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 1440px) {
  .v2_map .section_head .d_slider .swiper {
    width: 100%;
    min-width: 0;
  }
}
.v2_map .section_head .d_slider .swiper-slide {
  width: 365px;
  height: initial;
}
@media (max-width: 1439px) {
  .v2_map .section_head .d_slider .swiper-slide.swiper-slide-active::before, .v2_map .section_head .d_slider .swiper-slide.swiper-slide-next::before {
    display: none;
  }
  .v2_map .section_head .d_slider .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    width: 65%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#141414), to(rgba(20, 20, 20, 0)));
    background: -o-linear-gradient(right, #141414, rgba(20, 20, 20, 0) 100%);
    background: linear-gradient(270deg, #141414, rgba(20, 20, 20, 0) 100%);
  }
}
.v2_map .section_head .d_slider .slider_pagination {
	margin-top: 12px;
	max-width: 112px;
}
.v2_map__sm {
  margin-top: 24px;
}
.v2_map__sm .swiper-slide {
	height: auto;
}
.v2_map__sm .swiper-slide .v2_map_block {
	height: 100%;
}
@media (min-width: 1024px) {
  .v2_map__sm {
    display: none;
  }
}
.v2_map__sm .slider_pagination {
  margin-top: 12px;
}
@media (max-width: 1023px) {
  .v2_map__lg {
    display: none;
  }
}

.v2_map_block {
  position: relative;
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  background: #1f1f1f;
  display: flex;
  flex-direction: column;
}
.v2_map_block__picture {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 228px;
}
.v2_map_block__picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.v2_map_block__picture .plogo {
  position: absolute;
  top: 16px;
  left: 16px;
  width: calc(100% - 32px);
  height: 52px;
  border-radius: 14px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background: rgba(19, 19, 19, 0.44);
  z-index: 2;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 12px;
}
@media (min-width: 1024px) {
	.v2_map_block__picture .plogo {
		width: calc(100% - 92px);
	}
}
.v2_map_block__picture .plogo img {
	height: 100%;
}
.v2_map_block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 16px 24px 16px;
  flex: 1;
}
.v2_map_block__info ._h4 {
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
}
.v2_map_block__info ._label {
  margin-top: 8px;
  font-size: 16px;
  line-height: 100%;
  color: #646464;
}
.v2_map_block__info ._text {
  margin-top: 16px;
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 20px;
}
.v2_map_block__info .btn_black {
  margin-top: auto;
}
.v2_map_block__info .btn_black:hover svg path {
	fill: #fff;
}
@media (min-width:1440px) {
	.v2_map_block__info {
		padding: 28px;
	}
	.v2_map_block__info ._h4 {
		font-size: 28px;
		line-height: 110%;
	}
	.v2_map_block__info ._text {
		font-size: 18px;
		margin-top: 15px;
		margin-bottom: 28px;
	}
	.v2_map_block__picture {
		height: 240px;
	}
	/* .v2_map_block__picture .plogo {
		display: none;
	} */
	.v2_map_block__info .btn_black {
		align-self: flex-start;
		height: 52px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 18px;
	}
	.v2_map_block__info .btn_black span {
		font-size: 18px;
	}
}

.v2_company_block {
	cursor: pointer;
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  background: #191919;
  padding: 24px;
  font-size: 14px;
  color: #646464;
  height: 100%;
  line-height: 140%;
}
.v2_company_block__logo {
  margin-bottom: 12px;
  height: 35px;
  position: relative;
  z-index: 4;
}
@media (min-width:1024px) {
	.v2_company_block.open {
		position: relative;
		overflow: hidden;
	}
	.v2_company_block.open::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjYiIGhlaWdodD0iMTE5IiBmaWxsPSJub25lIj48ZyBzdHJva2U9IiMwMEM5NzQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBzdHJva2Utd2lkdGg9Ii42NCIgZD0iTTg3LjEgNTcuNDdDMzkuNjYgMjQuMTUgMjguMjQtNDEuMyA2MS41NS04OC43MmMzMy4zMi00Ny40MSA5OC43Ny01OC44NCAxNDYuMi0yNS41MiA0Ny40IDMzLjMxIDU4Ljg0IDk4Ljc2IDI1LjUyIDE0Ni4xOFMxMzQuNSA5MC44IDg3LjA5IDU3LjQ3WiIvPjxwYXRoIHN0cm9rZS13aWR0aD0iMS4xMyIgZD0iTTkzLjMgNDguNjNDNDYuNDQgMTUuNyAzMi42OC00NS40NyA2Mi41Ny04OC4wMXM5Mi4xLTUwLjMyIDEzOC45Ny0xNy40YzQ2Ljg2IDMyLjk0IDYwLjYyIDk0LjExIDMwLjczIDEzNi42NS0yOS44OCA0Mi41My05Mi4xIDUwLjMyLTEzOC45NyAxNy4zOVoiLz48cGF0aCBzdHJva2Utd2lkdGg9IjEuNjIiIGQ9Ik05OS41MiAzOS43OUM1My4yIDcuMjUgMzcuMTItNDkuNjYgNjMuNTctODcuMzFjMjYuNDYtMzcuNjUgODUuNDUtNDEuOCAxMzEuNzYtOS4yNXM2Mi40IDg5LjQ0IDM1Ljk0IDEyNy4xYy0yNi40NiAzNy42NC04NS40NSA0MS43OS0xMzEuNzUgOS4yNVoiLz48cGF0aCBzdHJva2Utd2lkdGg9IjIuMTIiIGQ9Ik0xMDUuNzMgMzAuOTRDNTkuOTgtMS4yIDQxLjU1LTUzLjg0IDY0LjU3LTg2LjZzNzguNzktMzMuMjcgMTI0LjU0LTEuMTJTMjUzLjMtMi45NCAyMzAuMjcgMjkuODNzLTc4Ljc4IDMzLjI2LTEyNC41NCAxLjExWiIvPjxwYXRoIHN0cm9rZS13aWR0aD0iMi42MSIgZD0iTTExMS45NCAyMi4xYy00NS4yLTMxLjc2LTY1Ljk2LTgwLjEyLTQ2LjM2LTEwOHM3Mi4xMi0yNC43NCAxMTcuMzIgNy4wMmM0NS4yIDMxLjc3IDY1Ljk2IDgwLjEyIDQ2LjM3IDEwOC0xOS42IDI3Ljg5LTcyLjEyIDI0Ljc0LTExNy4zMy03LjAyWiIvPjxwYXRoIHN0cm9rZS13aWR0aD0iMy4xMSIgZD0iTTExOC4xNiAxMy4yNkM3My41LTE4LjExIDUwLjQyLTYyLjE5IDY2LjU4LTg1LjE5czY1LjQ2LTE2LjIyIDExMC4xIDE1LjE1YzQ0LjY1IDMxLjM4IDY3Ljc1IDc1LjQ2IDUxLjU4IDk4LjQ2LTE2LjE2IDIzLTY1LjQ2IDE2LjIxLTExMC4xLTE1LjE2WiIvPjxwYXRoIHN0cm9rZS13aWR0aD0iMy42IiBkPSJNMTI0LjM3IDQuNDJjLTQ0LjEtMzAuOTktNjkuNTMtNzAuOC01Ni44LTg4LjkxIDEyLjc0LTE4LjEyIDU4LjgtNy43IDEwMi45IDIzLjMgNDQuMSAzMC45OCA2OS41MyA3MC43OSA1Ni44IDg4LjktMTIuNzQgMTguMTMtNTguOCA3LjctMTAyLjktMjMuM1oiLz48cGF0aCBzdHJva2Utd2lkdGg9IjQuMSIgZD0iTTEzMC41OC00LjQzYy00My41NC0zMC42LTcxLjMtNjYuMTMtNjItNzkuMzZzNTIuMTQuODQgOTUuNjggMzEuNDQgNzEuMyA2Ni4xMyA2MiA3OS4zNi01Mi4xMy0uODQtOTUuNjgtMzEuNDRaIi8+PHBhdGggc3Ryb2tlLXdpZHRoPSI0LjU5IiBkPSJNMTM2LjgtMTMuMjdjLTQzLTMwLjItNzMuMDktNjEuNDYtNjcuMjItNjkuODFzNDUuNDggOS4zNiA4OC40NyAzOS41N2M0Mi45OSAzMC4yIDczLjA4IDYxLjQ3IDY3LjIxIDY5Ljgycy00NS40Ny05LjM3LTg4LjQ2LTM5LjU4WiIvPjxwYXRoIHN0cm9rZS13aWR0aD0iNS4wOCIgZD0iTTE0My0yMi4xYy00Mi40My0yOS44My03NC44NS01Ni44MS03Mi40Mi02MC4yOCAyLjQ0LTMuNDcgMzguODIgMTcuOSA4MS4yNSA0Ny43MXM3NC44NiA1Ni44IDcyLjQzIDYwLjI3Yy0yLjQ0IDMuNDctMzguODItMTcuODktODEuMjUtNDcuN1oiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJtMjkzLjktNTMuOTYtMTcyLjA2LTEyMC45TC45NC0yLjgxIDE3MyAxMTguMDl6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		pointer-events: none;
		width: 166px;
		height: 119px;
	}
	.v2_company_block.open::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNDgiIGhlaWdodD0iMTQ2IiBmaWxsPSJub25lIj48ZyBmaWx0ZXI9InVybCgjYSkiIG9wYWNpdHk9Ii4zNCI+PGVsbGlwc2UgY3g9IjYyLjUiIGN5PSIxMTYiIGZpbGw9IiMwMEQwNzQiIHJ4PSI2Mi41IiByeT0iMTE2IiB0cmFuc2Zvcm09InNjYWxlKC0xIDEpcm90YXRlKDU2LjYyIDE5LjU1IC0xNzkuMTIpIi8+PC9nPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSI0MDUuNjMiIGhlaWdodD0iMzY0LjkiIHg9Ii40NCIgeT0iLTE2My4zMiIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+PGZlR2F1c3NpYW5CbHVyIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8yNDMzXzk4IiBzdGREZXZpYXRpb249IjUwIi8+PC9maWx0ZXI+PC9kZWZzPjwvc3ZnPg==");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		pointer-events: none;
		width: 248px;
		height: 100%;
	}
}

.v2_map_block__close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 3;
	cursor: pointer;
	background-color: #1F1F1F;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	transition: 250ms ease;
}
.v2_map_block__close:hover {
	background-color: #00C974;
}


.map_vercel {
  position: relative;
}
@media (min-width: 1024px) {
  .v2_map__lg {
    margin-top: -165px;
  }
}
.map_vercel__bg svg, .map_vercel__bg img {
  width: 100%;
}
.map_vercel__bg svg path {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.map_vercel__bg svg path:hover {
  background-color: rgba(0, 201, 116, 0.5);
}
.map_vercel__items .v2_map_block {
  display: none;
  width: 450px;
  z-index: 10;
}
.map_vercel .map_cursor {
  cursor: pointer;
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzE0MTQxNCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0xNi4zNyAxcTIuOC4wOCA1LjM4IDEuMTVsLjM0LjE1QTE1LjEgMTUuMSAwIDAgMSAzMSAxNi4wOGMwIDYuNi0zLjYyIDEyLjI5LTYuOTkgMTYuMThhNDQgNDQgMCAwIDEtNC4wNiA0LjFsLS42Mi41NS0uODcuNzItLjY4LjU0LS40NS4zNC0uMS4wNy0uMDMuMDItLjAyLjAyaC0uMDJ2LjAxbC0uMDcuMDUtLjAzLjAxYTIgMiAwIDAgMS0yLjEzIDBsLS4wNS0uMDItLjA2LS4wNmgtLjAybC0uMDEtLjAyLS41Ny0uNDJxLS41OC0uNDUtMS41NS0xLjI2YTQ0IDQ0IDAgMCAxLTQuNjgtNC42NUM0LjYyIDI4LjM2IDEgMjIuNjggMSAxNi4wOHYtLjM4Yy4xLTMuODUgMS42Ni03LjUzIDQuMzktMTAuMjhsLjI2LS4yNnEyLjAzLTEuOTMgNC42LTMuMDFsLjM1LS4xNEExNSAxNSAwIDAgMSAxNiAxek0xNiAxMmE0IDQgMCAxIDAgMCA4IDQgNCAwIDAgMCAwLThaIi8+PC9zdmc+");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.v2_company_block__logo img{
  max-height: 100%;
}

.v2_press_center {
  margin-bottom: 80px;
}
@media (min-width: 1440px) {
  .v2_press_center {
    margin-bottom: 40px;
  }
}
.v2_press_center .section_head {
  position: relative;
}
.v2_press_center .swiper {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
}
.v2_press_center .swiper-slide {
  height: auto;
  width: 281px;
}
@media (min-width: 1024px) {
  .v2_press_center .swiper-slide {
    width: 322px;
  }
}
.v2_press_center .swiper-slide .v2_press_block {
  height: 100%;
}
.v2_press_center .slider_pagination {
  margin-top: 12px;
}

.v2_press_block {
  background-color: #191919;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .v2_press_block {
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
  }
  .v2_press_block:hover {
    background-color: #222222;
  }
  .v2_press_block:hover .v2_press_block__date {
    background-color: #00C974;
    color: #fff;
  }
}
.v2_press_block__picture {
  height: 168px;
}
@media (min-width: 1024px) {
  .v2_press_block__picture {
    height: 200px;
  }
}
.v2_press_block__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.v2_press_block__date {
  margin-top: 16px;
  background-color: #141414;
  border-radius: 50px;
  padding: 6px 12px;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: 16px;
  margin-right: 16px;
}
@media (min-width: 1024px) {
  .v2_press_block__date {
    padding: 7px 16px;
    font-size: 15px;
    margin-left: 24px;
    margin-right: 24px;
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
  }
}
.v2_press_block__info {
  font-size: 19px;
  line-height: 100%;
  color: #fff;
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
}
@media (min-width: 1024px) {
  .v2_press_block__info {
    font-size: 21px;
    margin-left: 24px;
    margin-right: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
	line-height: 130%;
  }
}

.slider_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider_pagination__prev, .slider_pagination__next {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-color: #232323;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
@media (min-width: 1024px) {
  .slider_pagination__prev, .slider_pagination__next {
    width: 52px;
    height: 52px;
  }
}
.slider_pagination__prev:not(:last-child), .slider_pagination__next:not(:last-child) {
  margin-right: 6px;
}
.slider_pagination__prev:hover, .slider_pagination__next:hover {
  background-color: #00C974;
}
.slider_pagination__prev:hover svg path, .slider_pagination__next:hover svg path {
  fill: #fff;
}

.v2_block_text {
  margin-bottom: 80px;
}

@media (min-width: 1440px) {
  .v2_block_text {
    margin-bottom: 40px;
  }
  .v2_block_text .section_head .goto {
  	right: 24px;
  }
}
@media (min-width: 1440px) {
  .v2_block_text .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.v2_block_text__left {
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .v2_block_text__left {
    font-size: 18px;
    line-height: 100%;
  }
}
@media (min-width: 1440px) {
  .v2_block_text__left {
    font-size: 20px;
    line-height: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 560px;
            flex: 0 0 560px;
    max-width: 560px;
  }
}
@media (max-width: 1439px) {
  .v2_block_text__left {
    position: relative;
  }
}
.v2_block_text__left .d_row {
  margin-top: 28px;
}
@media (min-width: 1024px) {
  .v2_block_text__left .d_row {
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {
  .v2_block_text__left .d_row {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1023px) {
  .v2_block_text__left .d_row .download_btn:not(:last-child) {
    margin-bottom: 12px;
  }
}
.v2_block_text__left .d_row .download_btn:not(:first-child)::before {
  display: none;
}
.v2_block_text__left .d_row .download_btn:not(:first-child)::after {
  display: none;
}
.v2_block_text__right {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .v2_block_text__right {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1440px) {
  .v2_block_text__right {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    margin-left: 47px;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding-top: 50px;
  }
}
@media (max-width: 1023px) {
  .v2_block_text__right .v2_quantitative_block:not(:last-child) {
    margin-bottom: 8px;
  }
}

.section_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .section_head {
    margin-bottom: 24px;
  }
}
@media (min-width: 1440px) {
  .section_head {
    margin-bottom: 28px;
  }
}
.section_head .goto {
  position: absolute;
  top: -5px;
  right: 20px;
  z-index: 2;
}
.section_head span {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  padding: 10px 12px;
  background-color: #232323;
  border-radius: 50px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .section_head span {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 16px;
  }
}
.section_head .tlabel {
  margin-top: 8px;
  display: block;
  font-size: 17px;
  line-height: 25px;
  color: #fff;
}
@media (min-width: 1024px) {
  .section_head .tlabel {
    font-size: 18px;
    line-height: 25px;
  }
}
.section_head h1, .section_head h2, .section_head h3, .section_head h4 {
  color: #fff;
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .section_head h1, .section_head h2, .section_head h3, .section_head h4 {
    font-size: 32px;
    line-height: 130%;
  }
}
@media (min-width: 1440px) {
  .section_head h1, .section_head h2, .section_head h3, .section_head h4 {
    font-size: 44px;
    line-height: 130%;
  }
}

.goto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  background-color: #232323;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  border-radius: 50px;
  padding: 0 12px;
}
@media (min-width: 1024px) {
  .goto {
    padding: 0 20px;
    font-size: 15px;
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
  }
  .goto:hover {
    background-color: #00C974;
    color: #fff;
  }
  .goto:hover svg path {
    fill: #fff;
  }
}
.goto img, .goto svg, .goto i {
  width: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  margin-left: 6px;
}

.download_btn {
  position: relative;
  overflow: hidden;
  border: 2px solid #232323;
  min-height: 56px;
  border-radius: 14px;
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 12px;
}
@media (min-width: 1024px) {
  .download_btn {
    min-height: 64px;
    font-size: 17px;
    line-height: 24px;
    padding: 0 20px;
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
  }
  .download_btn:hover {
    background-color: #00C974;
  }
  .download_btn:hover::before, .download_btn:hover::after {
    display: none;
  }
  .download_btn:hover svg path {
    fill: #fff;
  }
}
@media (min-width: 1440px) {
  .download_btn {
    font-size: 18px;
    line-height: 24px;
  }
}
.download_btn::before {
  content: "";
  position: absolute;
  top: -90px;
  left: -90px;
  -webkit-transform: rotate(56.62deg);
      -ms-transform: rotate(56.62deg);
          transform: rotate(56.62deg);
  width: 45%;
  height: 232px;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  background: #00d074;
  opacity: 0.34;
}
.download_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/download_btn_360.svg) no-repeat;
  background-size: 100%;
  pointer-events: none;
  width: 160px;
  height: 100%;
  display: block;
}
.download_btn span, .download_btn svg, .download_btn img, .download_btn i {
  position: relative;
  z-index: 2;
}
.download_btn svg, .download_btn img, .download_btn i {
  margin-left: 10px;
  width: 16px;
}

.v2_quantitative_block {
  position: relative;
  min-height: 132px;
  background-color: #191919;
  border-radius: 20px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
}
@media (min-width: 1024px) {
  .v2_quantitative_block {
    padding: 28px;
    min-height: 150px;
    font-size: 17px;
    line-height: 100%;
  }
}
@media (min-width: 1440px) {
  .v2_quantitative_block {
    font-size: 20px;
    line-height: 25px;
    min-height: 197px;
    height: 197px;
    padding: 32px;
  }
}
@media (max-width: 1439px) {
  .v2_quantitative_block:nth-last-child(2)::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    background: url(../img/quant_1_360.svg) no-repeat;
    background-size: 100%;
    width: 328px;
    display: block;
    pointer-events: none;
    opacity: 0.5;
  }
}
@media (max-width: 1439px) and (min-width: 1024px) {
  .v2_quantitative_block:nth-last-child(2)::before {
    background: url(../img/quant_1_1024.svg) no-repeat;
    background-size: 100%;
    width: 100%;
    background-position: bottom right;
  }
}
@media (max-width: 1439px) {
  .v2_quantitative_block:last-child::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    background: url(../img/quant_2_360.svg) no-repeat;
    background-size: 100%;
    width: 328px;
    display: block;
    pointer-events: none;
    opacity: 0.5;
  }
}
@media (max-width: 1439px) and (min-width: 1024px) {
  .v2_quantitative_block:last-child::before {
    background: url(../img/quant_2_1024.svg) no-repeat;
    background-size: 100%;
    width: 100%;
    background-position: bottom right;
  }
}
@media (min-width: 1440px) {
  .v2_quantitative_block:first-child::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/quant_1_1920.svg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    opacity: 0.5;
  }
  .v2_quantitative_block:nth-child(2)::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/quant_2_1920.svg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    opacity: 0.5;
  }
  .v2_quantitative_block:nth-child(3)::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/quant_3_1920.svg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    opacity: 0.5;
  }
  .v2_quantitative_block:nth-child(4)::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/quant_4_1920.svg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    opacity: 0.5;
  }
}
.v2_quantitative_block span {
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 100%;
  color: #00C974;
  font-weight: 600;
  white-space: nowrap;
}
.v2_quantitative_block span sup {
	line-height: 0;
}
@media (min-width: 1024px) {
  .v2_quantitative_block span {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 12px;
  }
}
@media (min-width: 1440px) {
  .v2_quantitative_block span {
    margin-bottom: 20px;
    font-size: 52px;
    line-height: 100%;
  }
}
.v2_quantitative_block b {
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .v2_quantitative_block b {
    font-size: 17px;
    line-height: 100%;
  }
}
@media (min-width: 1440px) {
  .v2_quantitative_block b {
    font-size: 20px;
    line-height: 25px;
  }
}
.v2_quantitative_block span, .v2_quantitative_block b {
  position: relative;
  z-index: 2;
}


/* custom style */

.v2_block_text .section_head h2,
.v2_press_center .section_head h2,
.v2_map .section_head h2 {
	margin: 0;
}
.section_head .goto {
	right: 0;
}
@media (min-width: 1024px) {
	.v2_block_text__right {
		align-items: flex-start;
	}
}
@media (min-width: 1440px) {
	.v2_career {
		margin-bottom: 116px;
	}
}
@media (max-width: 500px) {
	.v2_map .section_head .d_row {
		flex-direction: column;
		align-items: flex-start;
	}
}
.news-detail__content,
.spoiler__name,
.block-2-col__col p,
.img-and-text__big p,
.text-width p,
.our-value__text,
.differents__small p,
.search-language-guess,
.notetext,
.search-page,
.news-detail__date {
	font-size: 22px;
	line-height: 140%;
}
.for_press__left .d_text {
	line-height: 140%;
}
.img-and-text__big p {
	margin: 0 0 32px 0;
}
.img-and-text__big h2 {
	margin-bottom: 32px;
}
@media (max-width:1280px) {
	.news-detail__content,
	.spoiler__name,
	.block-2-col__col p,
	.img-and-text__big p,
	.text-width p,
	.our-value__text,
	.differents__small p,
	.search-language-guess,
	.notetext,
	.search-page,
	.news-detail__date {
		font-size: 18px;
		line-height: 140%;
	}
	.img-and-text__big h2 {
		margin-bottom: 16px;
	}
}
.our-value__title {
	line-height: 140%;
}
.grecaptcha-badge {
	display: none !important;
}

.news-detail__content p:not(:first-child) {
	margin-bottom: 32px;
}
@media (max-width:680px) {
	.news-detail__content p:not(:first-child) {
		margin-bottom: 16px;
	}
}
/*# sourceMappingURL=main.css.map */

/*bx-breadcrumb*/
.bx-breadcrumb {
  padding-top: 40px;
  padding-bottom: 32px;
  display: flex;
  gap: 9px;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

@media (max-width: 1024px) {
  .bx-breadcrumb {
    padding-top: 32px;
  }
}

@media (max-width:680px) {
  .bx-breadcrumb {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.bx-breadcrumb::-webkit-scrollbar {
  display: none;
}

.bx-breadcrumb > * {
  flex-shrink: 0;
}

.bx-breadcrumb-item {
  position: relative;
  padding-left: 21px;
}

.bx-breadcrumb-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  display: flex;
  width: 12px;
  height: 1px;
  background-color: #00C974;
}

.bx-breadcrumb-item:first-of-type {
  padding-left: 0;
}

.bx-breadcrumb-item:first-of-type::before {
  display: none;
}

.bx-breadcrumb-item a span {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  white-space: nowrap;
  color: #646464;
  transition: color 0.4s ease-in-out;
}

.bx-breadcrumb-item a:focus, .bx-breadcrumb-item a:focus-visible {
  outline: none;
}

.bx-breadcrumb-item a:focus-visible span, .bx-breadcrumb-item a:hover span, .bx-breadcrumb-item a:active span {
  color: #00C974;
}

.bx-breadcrumb-item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  white-space: nowrap;
  color: #fff;
}
