/*icons*/
@font-face {
  font-family: 'icomoon';
  src:
    url('../f/icons/icomoon.ttf?fkb668') format('truetype'),
    url('../f/icons/icomoon.woff?fkb668') format('woff'),
    url('../f/icons/icomoon.svg?fkb668#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon__headset::before {
  content: "\e939";
}

.icon__globe::before {
  content: "\e93a";
}

.icon__interactive::before {
  content: "\e93b";
}

.icon__cloud::before {
  content: "\e93c";
}

.icon__shield-check::before {
  content: "\e93d";
}

.icon__physics::before {
  content: "\e93e";
}

.icon__cloud-share::before {
  content: "\e93f";
}

.icon__learning::before {
  content: "\e940";
}

.icon__database::before {
  content: "\e941";
}

.icon__ftp::before {
  content: "\e942";
}

.icon__chart-network::before {
  content: "\e943";
}

.icon__chart-connected::before {
  content: "\e944";
}

.icon__comments::before {
  content: "\e945";
}

.icon__phone-pause::before {
  content: "\e946";
}

.icon__flower::before {
  content: "\e947";
}

.icon__hamburger::before {
  content: "\e948";
}

.header.is-open .icon__hamburger::before {
  content: "\e949";
}

::-webkit-input-placeholder {
  color: #000000;
}

:-ms-input-placeholder {
  color: #000000;
}

::-ms-input-placeholder {
  color: #000000;
}

::placeholder {
  color: #000000;
}

/*main styles*/
body {
  font: 400 20px/1.4 "Barlow", sans-serif;
  background: #190D22;
  color: rgba(255, 255, 255, 0.76);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}

.btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  min-width: 180px;
  padding: 5px 20px;
  background: transparent;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.98);
  text-align: center;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.menu_btn {
  border: 1px solid rgba(255, 255, 255, 0.50);
}

.main_btn {
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.98);
}

.contact-us_button {
  background: #000000;
  min-width: 220px;
}

.btn:hover {
  opacity: 0.5;
}

.center {
  padding: 0 20px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.accent {
  color: #FFFFFF;
  font-weight: 700;
}

.main_title .accent {
  background: linear-gradient(90deg, rgba(254, 203, 90, 0.98) 1.28%, rgba(196, 102, 180, 0.98) 59.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*header*/
.header {
  position: relative;
  z-index: 100;
}

.header_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
}

.header_hamburger {
  display: none;
  font-size: 40px;
  color: #FFFFFF;
}

.header_logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header_logo-link {
  display: block;
  width: 176px;
  height: 40px;
}

.header_logo-img {
  width: 100%;
  height: 100%;
}

.header_menu {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu_item:first-of-type,
.menu_item:last-of-type {
  margin-left: auto;
}

.menu_link {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.50);
  padding: 0 24px;
  transition: all 0.3s ease;
}

.header_menu span {
  color: rgba(255, 255, 255, 0.50);
}

.menu_link:hover,
.is-active .menu_link {
  color: #FFFFFF;
}

/*content*/
.content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-x: hidden;
}

/*main*/
.main {
  padding: 100px 0 194px;
  min-height: 910px;
  position: relative;
}

.main::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 48%;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}

.main__home::before {
  top: 60px;
  max-width: 895px;
  background-image: url("../i/home/main.png");
}

.main__platform::before {
  top: 58px;
  max-width: 933px;
  background-image: url("../i/platform/main.png");
}

.main__digital::before {
  top: -35px;
  -webkit-transform: translateX(-75px);
  transform: translateX(-75px);
  max-width: 980px;
  background-image: url("../i/digital/main.png");
}

.main_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main_title {
  font-size: 84px;
  color: rgba(255, 255, 255, 0.98);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 80px;
  max-width: 780px;
}

.main__digital .main_title {
  max-width: 640px;
}

.main_subtitle {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 36px;
}

.main_text {
  margin-bottom: 80px;
  max-width: 600px;
}

/*line block*/
.line-block_container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.line-block_container::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 50%;
  top: -176px;
  max-width: 1768px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../i/platform/lines.png") no-repeat center / contain;
}

.line-block {
  margin: 30px 0;
}

.line-block .center {
  position: relative;
}

.line-block_wrap {
  position: relative;
  padding: 32px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.line-block_wrap__left {
  -ms-flex-align: start;
  align-items: flex-start;
}

.line-block_wrap__right {
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.line-block .center::before,
.line-block_wrap::before,
.line-block_wrap::after {
  content: "";
  position: absolute;
  width: 1000%;
}

.line-block .center::before {
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.0);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.line-block_wrap::before,
.line-block_wrap::after {
  height: 1px;
  background: rgba(255, 255, 255, 0.50);
}

.line-block_wrap::before {
  top: 0;
}

.line-block_wrap::after {
  bottom: 0;
}

.line-block_wrap__big::after {
  display: none;
}

.line-block__left .line-block_wrap::before,
.line-block__left .line-block_wrap::after {
  right: 0;
}

.line-block__left .center::before {
  right: 20px;
}

.line-block__right .line-block_wrap::before,
.line-block__right .line-block_wrap::after {
  left: 0;
}

.line-block__right .center::before {
  left: 20px;
}

.line-block_title {
  color: rgba(255, 255, 255, 0.98);
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 24px;
}

.line-block_title__only {
  margin-bottom: 0;
}

.line-block_wrap__big .line-block_text {
  margin-bottom: 24px;
}

.line-block .line-block_text__big {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 0.9;
  color: rgba(255, 255, 255, 0.98);
}

/*cube block*/
.cube-block {
  padding: 30px 0 130px;
  position: relative;
}

.cube-block__home-2 {
  padding-bottom: 160px;
}

.cube-block__platform {
  padding-bottom: 140px;
}

.cube-block__digital-1 {
  padding-bottom: 110px;
}

.cube-block::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}

.cube-block__home-1::before {
  top: 87px;
  max-width: 1910px;
  background-image: url("../i/home/cube1.png");
}

.cube-block__home-2::before {
  top: 136px;
  max-width: 1910px;
  background-image: url("../i/home/cube2_1.png"), url("../i/home/cube2_2.png");
}

.cube-block__platform::before {
  top: 0;
  max-width: 1940px;
  background-image: url("../i/platform/cube.png");
  background-position: center bottom;
}

.cube-block__digital-1::before {
  top: 10px;
  max-width: 1920px;
  background-image: url("../i/digital/cube1.png");
  background-position: center;
}

.cube-block__digital-2::before {
  bottom: 125px;
  max-width: 1920px;
  background-image: url("../i/digital/cube2_1.png"), url("../i/digital/cube2_2.png");
  background-position: center bottom;
}

.cube-block_subtitle {
  margin-bottom: 60px;
}

.cube-block__home-1 .cube-block_content {
  margin-bottom: 120px;
}

.cube-block__home-2 .cube-block_content,
.cube-block__digital-2 .cube-block_content {
  margin-bottom: 80px;
}

.cube-block_items {
  display: -ms-flexbox;
  display: flex;
}

.cube-block__home-1 .cube-block_items,
.cube-block__digital-1 .cube-block_items {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cube-block__digital-1 .cube-block_items {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cube {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  background: rgba(255, 255, 255, 0.0);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 340px;
  height: 346px;
}

.cube-block__digital-2 .cube {
  height: 402px;
}

.cube:hover {
  background: radial-gradient(866.12% 141.42% at 0% 0%, rgba(254, 203, 90, 0.98) 0%, rgba(196, 102, 180, 0.98) 100%);
  border-color: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.cube__bottom {
  margin-top: 346px;
}

.cube__right {
  margin-left: 340px;
}

.cube_icon {
  margin-bottom: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  font-size: 54px;
  color: #FFFFFF;
}

.cube_number {
  font-size: 66px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.98);
}

.cube_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.98);
}

.cube-block__platform .cube_title {
  font-size: 24px;
  font-weight: 500;
}

.logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.logos__2 {
  margin: 0 -30px;
}

.logos_item {
  margin: 0 18px;
}

.logos__2 .logos_item {
  margin: 0 29px;
}

.text-block {
  padding: 30px 0 110px;
}

.statistic {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.statistic_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: rgba(255, 255, 255, 0.98);
  width: 30%;
}

.statistic_number {
  font-size: 88px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.statistic_text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

/*contact us*/
.contact-us {
  margin-bottom: 120px;
}

.contact-us_form {
  padding: 42px;
  border-radius: 12px;
  background: #FFFFFF;
  color: #000000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.contact-us_text-content,
.contact-us_content {
  width: calc(50% - 27px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-us_form.is-success .contact-us_content,
.contact-us_form.is-success .contact-us_text-content {
  opacity: 0;
  visibility: hidden;
}

.contact-us_title {
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 32px;
}

.contact-us_subtitle {
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 32px;
}

.contact-us_text {
  font-size: 18px;
}

.contact-us_fields {
  width: 100%;
}

.contact-us_field {
  margin-bottom: 32px;
}

.field_input,
.field_textarea {
  width: 100%;
  height: 58px;
  padding: 16px 0;
  border-bottom: 1px solid #000;
}

.field_textarea {
  height: 108px;
  display: block;
  resize: none;
  line-height: 1;
}

.field_error {
  font-size: 14px;
  color: red;
}

.field_error:not(:empty) {
  margin-top: 5px;
}

.contact-us_success {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  transition: all 1s ease;
  color: #190D22;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}

.contact-us_form.is-success .contact-us_success {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}

/*footer*/
.footer {
  padding: 40px 20px;
}

.footer_wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_block {
  max-width: 30%;
}

.footer_block,
.footer_menu-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.98);
}

.footer_menu-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 16px;
}

.footer_logo {
  margin-bottom: 16px;
}

.footer_menu-item:first-of-type {
  margin-bottom: 10px;
}

/*privacy*/
.content__privacy {
  padding: 60px 0 90px;
  color: rgba(255, 255, 255, 0.98);
}

.privacy p,
.privacy h1,
.privacy h4 {
  margin-bottom: 40px;
}

.privacy h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
}

.privacy h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
}

.privacy ol {
  padding-left: 20px;
  margin-bottom: 40px;
}

.privacy li {
  list-style: disc inside;
}

.privacy a {
  transition: all 0.3s ease;
}

.privacy a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1250px) {
  .menu_link {
    padding: 0 10px;
    font-size: 16px;
  }

  .main::before {
    left: 40%;
  }

  .main_title {
    font-size: 64px;
    max-width: 620px;
  }

  .main__digital .main_title {
    max-width: 500px;
  }

  .cube {
    width: 322px;
  }

  .cube__right {
    margin-left: 322px;
  }

  .cube-block__digital-1::before {
    background-position: center 15%;
  }

  .cube-block__platform::before,
  .cube-block__home-2::before {
    left: 60%;
  }

  .logos__1 {
    max-width: 660px;
    margin: 0 auto;
  }

  .logos .logos_item {
    margin: 10px;
  }

  .line-block_wrap::before,
  .line-block_wrap::after {
    width: calc(100% + 40px);
  }

  .line-block .center::before {
    width: 100%;
  }

  .line-block__left .line-block_wrap::before,
  .line-block__left .line-block_wrap::after {
    right: -20px;
  }

  .line-block__right .line-block_wrap::before,
  .line-block__right .line-block_wrap::after {
    left: -20px;
  }

  .line-block__left .center::before {
    right: 0;
  }

  .line-block__right .center::before {
    left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .header_wrap {
    margin: 0;
    height: 60px;
    padding: 10px 20px;
  }

  .header_hamburger {
    display: block;
    margin: 0 0 0 auto;
  }

  .header_menu {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 60px);
    padding: 20px;
    background: #190D22;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header_menu.is-visible {
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }

  .header.is-open {
    position: fixed;
    width: 100%;
    background: #190D22;
  }

  .header_menu .menu_item {
    margin: 0;
  }

  .menu_link {
    display: block;
    padding: 32px 0;
    font-size: 24px;
    font-weight: 600;
  }

  .header_menu span {
    font-size: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
  }

  .menu_btn {
    border: 0;
    background: #FFFFFF;
    color: #000000;
  }

  .main {
    min-height: initial;
    padding: 100px 0 70px;
  }

  .main::before {
    opacity: 0.6;
  }

  .line-block_title {
    font-size: 36px;
  }

  .line-block_container::before {
    top: -40px;
    background-size: 250%;
  }

  .cube-block,
  .text-block {
    padding: 30px 0;
  }

  .cube-block_items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cube-block__home-1::before {
    background-position: center;
    -webkit-transform: translateX(-66%);
    transform: translateX(-66%);
    background-size: 150%;
  }

  .cube-block__home-2::before {
    left: 50%;
    background-position: center top;
    background-size: 200%;
  }

  .cube-block__platform::before {
    background-position: 75% center;
    background-size: 300%;
  }

  .cube-block__digital-1::before {
    background-position: center;
    top: 0;
    background-size: 400%;
    -webkit-transform: translate(-50%, -100px);
    transform: translate(-50%, -100px);
  }

  .cube-block__digital-2::before {
    background-position: 20% center;
    background-size: 450%;
    -webkit-transform: translate(-50%, 130px);
    transform: translate(-50%, 130px);
  }

  .cube-block__home-1 .cube-block_content,
  .cube-block__home-2 .cube-block_content,
  .cube-block__digital-2 .cube-block_content {
    margin-bottom: 60px;
  }

  .cube-block__home-2 .cube__2 {
    margin-top: 346px;
  }

  .cube-block__home-2 .cube__3 {
    margin-top: 0;
  }

  .cube-block__digital-1 .cube__right {
    margin: 0 322px 0 0;
  }

  .cube-block__digital-1 .cube__4 {
    margin-left: 322px;
  }

  .statistic_number {
    font-size: 66px;
  }

  .logos__2 {
    margin: 0 auto;
    max-width: 520px;
  }

  .contact-us {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
  }

  .menu_item,
  .menu_link,
  .menu_btn {
    width: 100%;
    text-align: center;
  }

  .btn {
    width: 100%;
  }

  .main {
    padding: 450px 0 20px;
  }

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

  .main_text,
  .main_subtitle {
    margin-bottom: 20px;
  }

  .main::before {
    top: 0;
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 450px;
    height: 450px;
  }

  .line-block {
    margin: 20px 0;
  }

  .line-block_title {
    font-size: 32px;
  }

  .line-block_wrap__big {
    padding-bottom: 10px;
  }

  .line-block .line-block_text__big {
    font-size: 24px;
  }

  .line-block_container::before {
    top: 64px;
    background-size: 430%;
  }

  .cube-block {
    padding: 10px 0;
  }

  .cube-block_subtitle {
    margin-bottom: 20px;
  }

  .cube-block .cube-block_content {
    padding: 10px 0;
    margin-bottom: 20px;
  }

  .cube-block__platform .cube-block_content {
    margin-bottom: 0;
  }

  .cube-block .cube-block_items {
    -ms-flex-pack: initial;
    justify-content: initial;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cube-block .cube {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px;
  }

  .cube_icon,
  .cube_title {
    margin-bottom: 20px;
  }

  .cube-block__home-1::before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: 300%;
  }

  .cube-block__home-2::before {
    top: 100px;
    left: 50%;
    background-position: 60% center;
    background-size: 480%;
  }

  .cube-block__platform::before {
    left: 50%;
    top: 60px;
    background-position: 75% bottom;
    background-size: 400%;
  }

  .cube-block__digital-1::before {
    display: none;
  }

  .cube-block__digital-2::before {
    bottom: 320px;
    background-position: 26% center;
    background-size: 500%;
  }

  /*cube gallery*/
  .cube-block__digital-1 .cube-block_items {
    display: block;
    width: calc(100% + 90px);
    margin-left: -70px;
  }

  .cube-gallery_wrap {
    padding: 0 10px;
  }

  .cube-gallery_wrap .cube {
    height: 340px;
  }

  .cube-block .slick-track {
    display: -ms-flexbox;
    display: flex;
  }

  .cube-block .slick-dots {
    margin: 20px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 50px;
  }

  .cube-block .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 24px;
    height: 24px;
    padding: 7px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }

  .cube-block .slick-dots li button::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFFFFF;
    opacity: 0.5;
  }

  .cube-block .slick-dots li.slick-active button:before {
    opacity: 1;
  }
  /*end cube gallery*/
  
  .logos .logos_item {
    height: 24px;
  }

  .text-block {
    padding: 0;
  }

  .statistic {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: initial;
    justify-content: initial;
  }

  .statistic_item {
    width: 100%;
    margin-bottom: 20px;
  }

  .statistic_item:last-of-type {
    margin-bottom: 0;
  }

  .statistic_number {
    font-size: 88px;
  }

  .contact-us {
    margin: 20px 0;
  }

  .contact-us_form {
    padding: 20px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: initial;
    align-items: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }

  .contact-us_text-content {
    margin-bottom: 20px;
  }

  .contact-us_text-content,
  .contact-us_content {
    width: 100%;
  }

  .contact-us_title,
  .contact-us_subtitle {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .contact-us_field {
    margin-bottom: 20px;
  }

  .footer {
    padding: 20px;
  }

  .footer_wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: initial;
    justify-content: initial;
  }

  .footer_block {
    width: 100%;
    max-width: 100%;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer_menu {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  }

  .content__privacy {
    padding: 30px 0 0;
  }

  .privacy h1 {
    font-size: 32px;
  }

  .privacy h4 {
    font-size: 24px;
  }
}