html {
  overflow-x: hidden;
}

body {
  background: #040213;
  font-style: normal;
}

.white-block {
  background-color: #fff;
}

section {
  position: relative;
}

.wrap {
  width: 96%;
  position: relative;
  margin: 0 auto;
}

.flex-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrap-container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.owl-nav.disabled {
  display: none;
}

.section_1 {
  background-color: #161616;
  background-repeat: no-repeat;
  background-position: center 110px;
  background-size: contain;
  padding: 112px 0 120px;
  text-align: center;
  color: #fff;
}
.section_1 .sc_1_top_text {
  font-family: "Almoni Tzar AAA", "sans-serif";
  font-weight: 300;
  font-size: 32px;
  line-height: 104.48%;
  text-align: center;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
}
.section_1 .sc_1_ecovacs_logo {
  margin-bottom: 48px;
}
.section_1 .sc_1_title {
  font-family: "Bebas Neue", "sans-serif";
  font-weight: 400;
  font-size: 150px;
  line-height: 104.48%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(144, 110, 150, 0.39) 89.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section_1 .sc_1_title strong {
  font-weight: 400;
  position: relative;
  margin-left: 10px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(144, 110, 150, 0.39) 89.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section_1 .sc_1_deebot_front_block {
  position: relative;
  max-width: 1669px;
  margin: 0 auto;
}
.section_1 .sc_1_deebot_front_block::after {
  content: "";
  position: absolute;
  bottom: -70%;
  top: 0;
  right: 0;
  left: 0;
  background: url(../img/ellipse.png) no-repeat center;
  background-size: contain;
}
.section_1 .sc_1_deebot_front {
  position: relative;
  margin-top: -62px;
  max-width: 1086px;
  z-index: 2;
}
.section_1 .sc_1_shadow {
  content: "";
  position: absolute;
  display: block;
  width: 526px;
  height: 210px;
  background: radial-gradient(2512.14% 200.7% at -20.03% 121.07%, #090909 0%, #073CFF 25%, #CD75F6 48.13%, #0A3EFF 72.92%, #161616 100%);
  opacity: 0.35;
  filter: blur(87px);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
}
.section_1 .sc_1_bottom_block {
  width: 96%;
  max-width: 1288px;
  margin: 35px 175px 0 auto;
  justify-content: flex-start;
}
.section_1 .sc_1_bottom_text {
  font-family: "SimplerPro", "sans-serif";
  font-weight: 900;
  font-size: 40px;
  line-height: 129.98%;
  text-align: right;
  letter-spacing: 0.01em;
  margin-right: -10px;
  max-width: 1040px;
}
.section_1 .sc_1_bottom_text strong {
  background: linear-gradient(91.82deg, #8FFF00 7.81%, #FAFF00 90.47%);
  border-radius: 4px;
  transform: rotate(0.32deg);
  color: #000;
  padding: 5px 10px 0;
}

.section_2 {
  background-color: #161616;
  text-align: center;
  color: #fff;
}
.section_2 .inner {
  max-width: 1652px;
}
.section_2 .sc_2_top_text {
  font-family: "Almoni Tzar AAA", "sans-serif";
  font-weight: 300;
  font-size: 48px;
  line-height: 104.48%;
  text-align: right;
  margin-right: 215px;
}
.section_2 .sc_2_title {
  font-family: "Bebas Neue", "sans-serif";
  font-weight: 400;
  font-size: 128px;
  line-height: 104.48%;
  text-align: right;
  margin-right: 215px;
  padding-bottom: 22px;
  border-bottom: 1px solid #FFFFFF;
}
.section_2 .sc_2_scroll_down {
  position: absolute;
  top: 57px;
  left: 201px;
  cursor: pointer;
}
.section_2 .sc_2_scroll_down .scroll-down-ellipse {
  position: relative;
  width: 101px;
  height: 101px;
  border-radius: 50%;
  background: linear-gradient(169deg, #073DFF 0%, #3f68fe 42%, #D9A8FF 72%, #D9A8FF 100%);
  animation: scrolldown 8s infinite alternate;
  background-size: 400%;
}
.section_2 .sc_2_scroll_down .scroll-down-ellipse:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/scroll_arrow.svg") no-repeat center;
  background-size: contain;
  height: 40px;
  width: 20px;
}
.section_2 .sc_2_bottom_title {
  font-family: "Bebas Neue", "sans-serif";
  font-weight: 400;
  font-size: 48px;
  line-height: 104.48%;
  text-align: right;
  margin: 42px 215px 8px 0;
}
.section_2 .sc_2_bottom_text {
  font-family: "PloniRegularAAA", "sans-serif";
  font-weight: 400;
  font-size: 20px;
  line-height: 130.98%;
  text-align: right;
  margin: 0 215px 48px 0;
  max-width: 860px;
}
.section_2 .sc_2_wireframing {
  align-items: baseline;
}
.section_2 .sc_2_frame_block {
  margin-top: 7px;
}

.section_3 {
  background-color: #fff;
  color: #161616;
}
.section_3 .running-line {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 7px 0 0;
  margin-bottom: 191px;
}
.section_3 .running-line .running_line_inner {
  font-family: "Bebas Neue", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 104.48%;
  text-transform: uppercase;
  display: flex;
  color: #000000;
  position: relative;
  white-space: nowrap;
  margin-right: 16px;
  animation-name: running;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-timing-function: linear;
}
.section_3 .running-line .running_line_inner div {
  margin-right: 8px;
}
.section_3 .sc_3_block_1 {
  padding-bottom: 14px;
  border-bottom: 1px solid #000000;
  position: relative;
  text-align: left;
  justify-content: flex-end;
  align-items: baseline;
  font-family: "Bebas Neue", "sans-serif";
  font-weight: 400;
}
.section_3 .sc_3_block_label {
  font-family: "Almoni Tzar AAA", "sans-serif";
  font-weight: 400;
  font-size: 32px;
  line-height: 104.48%;
  text-align: right;
  color: #161616;
  position: absolute;
  bottom: 33px;
  right: 0;
}
.section_3 .sc_3_block_num {
  font-size: 40px;
  line-height: 104.48%;
  text-align: right;
  color: #161616;
  opacity: 0.2;
  margin-right: 18px;
}
.section_3 .block_1_text {
  font-size: 128px;
  line-height: 104.48%;
  text-align: left;
}
.section_3 .sc_3_block_2 {
  padding: 86px 0 43px;
  border-bottom: 1px solid #000000;
  position: relative;
  text-align: left;
  justify-content: flex-end;
  align-items: baseline;
  font-family: "Bebas Neue", "sans-serif";
  font-weight: 400;
}
.section_3 .block_2_pretext {
  position: absolute;
  top: 41px;
  left: 0;
  font-size: 24px;
  text-align: right;
}
.section_3 .block_2_pretext:after {
  content: url("../img/sc_3_arrow.svg");
  position: relative;
  display: block;
  margin-right: 16px;
  top: -3px;
}
.section_3 .block_2_pretext .fonts {
  margin-right: 24px;
}
.section_3 .block_2_letters {
  justify-content: flex-start;
  align-items: baseline;
  margin-right: 92px;
}
.section_3 .block_2_letters .letters_big {
  font-size: 96px;
  line-height: 104.48%;
  margin-right: 11px;
}
.section_3 .block_2_letters .letters_small {
  font-size: 48px;
  line-height: 104.48%;
}
.section_3 .block_2_text {
  font-size: 96px;
  line-height: 104.48%;
}

.section_3 {
  padding-bottom: 176px;
  position: relative;
  z-index: 4;
}
.section_3 .inner {
  max-width: 1670px;
  padding-left: 247px;
}
.section_3 .sc_3_block_3 {
  padding: 89px 0 57px;
  border-bottom: 1px solid #000000;
  position: relative;
  text-align: left;
  justify-content: flex-end;
  align-items: baseline;
  font-family: "Bebas Neue", "sans-serif";
  font-weight: 400;
}
.section_3 .block_3_pretext {
  position: absolute;
  top: 58px;
  left: 0;
  font-family: "Noto Sans Hebrew", "sans-serif";
  font-size: 24px;
  line-height: 104.48%;
  text-align: right;
}
.section_3 .block_3_pretext:after {
  content: url("../img/sc_3_arrow.svg");
  position: relative;
  display: block;
  margin-right: 16px;
  top: -3px;
}
.section_3 .block_3_pretext .fonts {
  margin-right: 21px;
}
.section_3 .block_3_letters {
  justify-content: flex-start;
  align-items: baseline;
  margin-right: 61px;
  color: #000;
}
.section_3 .block_3_letters .letters_big {
  font-family: "Noto Sans Hebrew", "sans-serif";
  font-weight: 500;
  font-size: 96px;
  line-height: 104.48%;
  margin-right: 8px;
}
.section_3 .block_3_letters .letters_small {
  font-family: "Noto Sans Hebrew", "sans-serif";
  font-weight: 500;
  font-size: 48.7619px;
  line-height: 104.48%;
}
.section_3 .block_3_text {
  font-family: "Noto Sans Hebrew", "sans-serif";
  font-weight: 500;
  font-size: 96px;
  line-height: 104.48%;
  text-align: left;
  color: #000000;
}
.section_3 .sc_3_block_4 {
  padding: 155px 0 11px;
  border-bottom: 1px solid #000000;
  position: relative;
  text-align: left;
  justify-content: flex-end;
  align-items: baseline;
  font-family: "Bebas Neue", "sans-serif";
  font-weight: 400;
  color: #161616;
}
.section_3 .sc_3_block_4 .sc_3_block_label {
  bottom: 20px;
}
.section_3 .sc_3_block_4 .block_4_text {
  font-size: 128px;
  line-height: 104.48%;
  text-align: left;
}
.section_3 .sc_3_colors {
  margin-top: 31px;
  direction: ltr;
}
.section_3 .sc_3_color_1 {
  background: linear-gradient(103.41deg, #0945A3 0%, #0E89EC 33%, #0E8AED 66%, #0945A3 100%);
  animation: scrolldown 8s infinite alternate;
  background-size: 400%;
  border-radius: 10px;
  width: 459px;
  height: 230px;
  position: relative;
}
.section_3 .sc_3_color_2 {
  background: #070707;
  border-radius: 10px;
  width: 230px;
  height: 230px;
  position: relative;
}
.section_3 .sc_3_color_3 {
  background: #EFEFEF;
  border-radius: 10px;
  width: 230px;
  height: 230px;
  position: relative;
}
.section_3 .sc_3_color_4 {
  background: linear-gradient(103.41deg, #C300D7 0%, #3E00F1 33%, #C300D7 66%, #3E00F1 100%);
  animation: scrolldown 8s infinite alternate;
  background-size: 400%;
  border-radius: 10px;
  width: 471px;
  height: 230px;
  position: relative;
}
.section_3 .sc_3_colo_text_top, .section_3 .sc_3_colo_text_bottom {
  position: absolute;
  font-family: "Unbounded", "sans-serif";
  font-size: 14px;
  line-height: 104.48%;
  text-align: right;
}
.section_3 .sc_3_colo_text_top {
  top: 24px;
  left: 16px;
}
.section_3 .sc_3_colo_text_bottom {
  bottom: 16px;
  right: 18px;
}
.section_3 .sc_3_color_1 .sc_3_colo_text_top {
  color: #EEE;
}
.section_3 .sc_3_color_1 .sc_3_colo_text_bottom {
  color: #E8E8E8;
}
.section_3 .sc_3_color_2 {
  color: #8B8B8B;
}
.section_3 .sc_3_color_3 {
  color: #8B8B8B;
}
.section_3 .sc_3_color_4 {
  color: #ECECEC;
}

.section_4 {
  background-color: #161616;
  text-align: center;
  color: #fff;
  padding-top: 152px;
  position: relative;
  z-index: 3;
}
.section_4 .inner {
  max-width: 1652px;
  position: relative;
  z-index: 3;
}
.section_4 .sc_4_top_text {
  font-family: "Almoni Tzar AAA", "sans-serif";
  font-weight: 300;
  font-size: 48px;
  line-height: 104.48%;
  text-align: right;
  margin-right: 215px;
}
.section_4 .sc_4_title {
  font-family: "Bebas Neue", "sans-serif";
  font-weight: 400;
  font-size: 128px;
  line-height: 104.48%;
  text-align: right;
  margin-right: 215px;
  padding-bottom: 45px;
  border-bottom: 1px solid #FFFFFF;
}
.section_4 .sc_4_scroll_down {
  position: absolute;
  top: 75px;
  left: 61px;
  cursor: pointer;
}
.section_4 .sc_4_scroll_down .scroll-down-ellipse {
  position: relative;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background: linear-gradient(103.41deg, #073DFF 0%, #073DFF 33%, #D9A8FF 66%, #073DFF 100%);
  animation: scrolldown 8s infinite alternate;
  background-size: 400%;
}
.section_4 .sc_4_scroll_down:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/scroll_arrow_sc_4.svg") no-repeat center;
  background-size: contain;
  height: 40px;
  width: 20px;
}
.section_4 .sc_4_bottom_text {
  font-family: "PloniRegularAAA", "sans-serif";
  font-weight: 400;
  font-size: 20px;
  line-height: 130.98%;
  text-align: right;
  margin: 38px 215px 57px 0;
  max-width: 860px;
}
.section_4 .sc_4_img_block {
  position: relative;
  z-index: 3;
}
.section_4 .sc_4_img_block::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 471px;
  background-color: #070707;
  z-index: 2;
}
.section_4 .sc_4_img_block picture {
  position: relative;
  z-index: 3;
}
.section_4 .sc_4_img {
  width: 96%;
  max-width: 1670px;
  height: auto;
  margin: 0 auto;
}
.section_4 .sc_4_circle_right {
  position: absolute;
  width: 536.12px;
  height: 916.59px;
  right: -309px;
  top: 175px;
  background: linear-gradient(103.41deg, #FF008A 0%, #0500FF 33%, #FF008A 66%, #0500FF 100%);
  animation: scrolldown 8s infinite alternate;
  background-size: 400%;
  filter: blur(128.5px);
  transform: rotate(-165deg);
  z-index: 2;
}
.section_4 .sc_4_circle_left {
  position: absolute;
  width: 350px;
  height: 600px;
  left: -81px;
  top: 340px;
  filter: blur(128.5px);
  background: linear-gradient(103.41deg, #0500FF 0%, #0500FF 33%, #00E0FF 66%, #00E0FF 100%);
  animation: scrolldown 8s infinite alternate;
  background-size: 400%;
  z-index: 2;
}
.section_4 .shine-eff.-p1 {
  width: 536px;
  top: 450px;
  right: -250px;
}
.section_4 .shine-eff.-p1::before {
  background: radial-gradient(circle, rgb(5, 0, 255) 0%, transparent 70%);
}
.section_4 .shine-eff.-p1::after {
  background: radial-gradient(circle, rgb(255, 0, 138) 0%, transparent 70%);
}
.section_4 .shine-eff.-p2 {
  width: 450px;
  top: 500px;
  left: -100px;
  transform: rotate(-45deg);
}
.section_4 .shine-eff.-p2::before {
  background: radial-gradient(circle, rgb(5, 0, 255) 0%, transparent 70%);
  width: 350px;
  height: 350px;
}
.section_4 .shine-eff.-p2::after {
  background: radial-gradient(circle, rgb(0, 224, 255) 0%, transparent 70%);
  width: 350px;
  height: 350px;
}

.section_5 {
  padding-top: 162px;
  background-color: #070707;
  background-image: url("../img/sc_5_bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: left;
  position: relative;
  z-index: 5;
}
.section_5 .sc_5_main_block {
  position: relative;
  z-index: 1;
  margin-top: 81px;
}
.section_5 .sc_5_main_img {
  width: 96%;
  max-width: 1376px;
  height: auto;
  position: relative;
  margin: 0 0 1004px 125px;
  z-index: 1;
}
.section_5 .sc_5_figma {
  position: absolute;
  left: 125px;
  top: -81px;
  z-index: 2;
  max-width: 238px;
}
.section_5 .sc_5_element {
  position: absolute;
  z-index: 2;
}
.section_5 .sc_5_element_1 {
  top: 0px;
  left: 1126px;
  max-width: 253px;
}
.section_5 .sc_5_element_2 {
  top: 282px;
  right: 125px;
  max-width: 251px;
}
.section_5 .sc_5_element_3 {
  top: 500px;
  left: 170px;
  max-width: 256px;
}
.section_5 .sc_5_element_4 {
  top: 637px;
  left: 911px;
  max-width: 236px;
}

.section_6 {
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.section_6 .main-container {
  padding-top: 173px;
}
.section_6 .running-line {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 11px 0 0;
}
.section_6 .running-line .running_line_inner {
  font-family: "Bebas Neue", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 138.147px;
  line-height: 166px;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  position: relative;
  white-space: nowrap;
  margin-right: 16px;
  animation-name: running;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-timing-function: linear;
}
.section_6 .running-line .running_line_inner div {
  margin-right: 8px;
}
.section_6 .sc_6_deebot_wrap {
  height: 300px;
  overflow: visible;
  position: relative;
  width: 100%;
}
.section_6 .sc_6_dirty_line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/sc_6_dirty_line.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 1;
}
.section_6 .sc_6_deebot_block {
  position: absolute;
  top: -168px;
  right: -13%;
  z-index: 3;
}
.section_6 .sc_6_deebot_block:before {
  content: "";
  position: absolute;
  width: 170vw;
  height: 300px;
  top: 168px;
  left: 12vw;
  background-color: #fff;
}
.section_6 .sc_6_deebot_block picture {
  position: relative;
  z-index: 2;
}
.section_6 .sc_6_deebot_block .sc_6_deebot {
  max-width: 760px;
}
.section_6 .sc_6_logo_wrap {
  position: absolute;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  bottom: 90px;
}

.section_7 {
  background-color: #000;
  padding: 75px 0 0 0;
  position: relative;
  z-index: 2;
}
.section_7 .sc_7_pretitle {
  font-family: "Bebas Neue", "sans-serif";
  font-size: 24px;
  line-height: 104.48%;
  text-align: center;
  letter-spacing: 0.51em;
  color: #FFFFFF;
}
.section_7 .sc_7_title {
  font-family: "Almoni Tzar AAA", "sans-serif";
  font-weight: 700;
  font-size: 144.443px;
  line-height: 104.48%;
  text-align: center;
  color: #FFFFFF;
}
.section_7 .sc_7_main_img {
  width: 100%;
  height: auto;
  margin-top: -20px;
}

.section_8 {
  padding: 118px 0 110px 0;
  color: #fff;
}
.section_8 .main-container {
  padding-top: 90px;
}
.section_8 .sc_8_text_block {
  margin-right: 722px;
  text-align: right;
  margin-top: 84px;
}
.section_8 .sc_8_pretitle {
  font-family: "Bebas Neue", "sans-serif";
  font-size: 24px;
  line-height: 104.48%;
  text-align: right;
  letter-spacing: 0.51em;
  margin-bottom: 18px;
}
.section_8 .sc_8_title {
  font-family: "Almoni Tzar AAA", "sans-serif";
  font-weight: 700;
  font-size: 128px;
  line-height: 104.48%;
  margin-bottom: 8px;
}
.section_8 .sc_8_text {
  font-family: "PloniRegularAAA", "sans-serif";
  font-size: 20px;
  line-height: 130.98%;
  width: 484px;
}
.section_8 .sc_8_frame_blocks {
  width: 98%;
  max-width: 1770px;
  margin: 206px auto 0;
  position: relative;
  z-index: 3;
}
.section_8 .sc_8_frame_block {
  position: relative;
  max-width: 563px;
}
.section_8 .sc_8_frame_1,
.section_8 .sc_8_frame_2,
.section_8 .sc_8_frame_3 {
  position: relative;
  z-index: 2;
}
.section_8 .sc_8_frame_3_block {
  top: -590px;
}
.section_8 .sc_8_frame_2_block {
  margin: 0 40px;
  top: -10px;
}
.section_8 .sc_8_frame_1_block {
  top: -195px;
}
.section_8 .sc_8_frame_3_inside {
  top: 14px;
  height: 97%;
}
.section_8 .sc_8_frame_1_inside {
  top: 10px;
  height: 97%;
}
.section_8 .sc_8_frame_2_inside {
  top: 0;
  height: 98%;
}
.section_8 .sc_8_frame_1_inside,
.section_8 .sc_8_frame_2_inside,
.section_8 .sc_8_frame_3_inside {
  position: absolute;
  left: 50%;
  width: auto;
  border-radius: 25px;
  z-index: 1;
  transform: translateX(-50%);
}
.section_8 .sc_8_circle_right_1 {
  position: absolute;
  width: 400px;
  height: 1206px;
  right: 300px;
  top: 847px;
  background: linear-gradient(103.41deg, #1F50FF 0%, #1F50FF 33%, #FF1FE9 66%, #FF1FE9 100%);
  animation: scrolldown 8s infinite alternate;
  background-size: 400%;
  opacity: 0.8;
  filter: blur(95.5px);
  transform: matrix(0.63, 0.78, -0.81, 0.58, 0, 0);
  z-index: 2;
}
.section_8 .sc_8_circle_right_2 {
  position: absolute;
  width: 400px;
  height: 1206px;
  right: -61px;
  top: 717px;
  background: linear-gradient(103.41deg, #FF1FE9 0%, #FF1FE9 33%, #006CE2 66%, #006CE2 100%);
  animation: scrolldown 8s infinite alternate;
  background-size: 400%;
  opacity: 0.8;
  filter: blur(95.5px);
  transform: matrix(-0.52, -0.85, 0.88, -0.48, 0, 0);
  z-index: 2;
}
.section_8 .shine-eff {
  width: 620px;
  transform: rotate(135deg);
  top: 550px;
  left: -25%;
}
.section_8 .shine-eff:before, .section_8 .shine-eff:after {
  width: 350px;
  height: 250px;
}

.section_9 {
  padding: 20px 0 100px 0;
  color: #fff;
  position: relative;
  z-index: 3;
}
.section_9 .inner {
  max-width: 1354px;
  padding-left: 37px;
  position: relative;
  z-index: 4;
}
.section_9 .sc_9_title {
  padding: 55px 220px 81px 0;
  border-top: 1px solid #E7E7E7;
  font-family: "Almoni Tzar AAA", "sans-serif";
  font-size: 64px;
  line-height: 98.48%;
  text-align: right;
}
.section_9 .sc_9_scroll_down {
  position: absolute;
  top: 32px;
  right: 0;
  cursor: pointer;
}
.section_9 .sc_9_scroll_down .scroll-down-ellipse {
  position: relative;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background: linear-gradient(180deg, #073DFF 0%, #D9A8FF 100%);
}
.section_9 .sc_9_scroll_down:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/scroll_arrow_sc_4.svg") no-repeat center;
  background-size: contain;
  height: 46px;
  width: 20px;
}
.section_9 .sc_9_blocks {
  align-items: stretch;
  justify-content: flex-start;
}
.section_9 .sc_9_right_block {
  z-index: 2;
  margin-right: 7px;
  max-width: 485.5px;
  width: 40%;
}
.section_9 .sc_9_left_block {
  text-align: right;
  margin-right: 83px;
  align-items: flex-start;
  z-index: 2;
  padding-top: 20px;
}
.section_9 .sc_9_winner {
  margin-bottom: 50px;
  max-width: 372px;
}
.section_9 .sc_9_text {
  width: 100%;
  max-width: 650px;
  font-family: "PloniRegularAAA", "sans-serif";
  font-size: 20px;
  line-height: 130.98%;
  text-align: right;
}
.section_9 .sc_9_bg_line {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: -100px;
}
.section_9 .sc_9_circle_left_1 {
  position: absolute;
  width: 538px;
  height: 1126px;
  left: 150px;
  top: 624px;
  background: linear-gradient(103.41deg, #FF1FE9 0%, #FF1FE9 33%, #006CE2 66%, #006CE2 100%);
  animation: scrolldown 8s infinite alternate;
  background-size: 400%;
  opacity: 0.8;
  filter: blur(94px);
  transform: matrix(0.28, 0.96, -0.97, 0.24, 0, 0);
  z-index: 2;
}
.section_9 .sc_9_circle_left_2 {
  position: absolute;
  width: 630px;
  height: 848px;
  left: 150px;
  top: 523px;
  background: linear-gradient(103.41deg, #1F50FF 0%, #006CE2 33%, #FF1FE9 66%, #FF1FE9 100%);
  animation: scrolldown 8s infinite alternate;
  background-size: 400%;
  opacity: 0.8;
  filter: blur(94px);
  transform: matrix(-0.4, -0.91, 0.93, -0.35, 0, 0);
  z-index: 2;
}
.section_9 .shine-eff {
  width: 1100px;
  left: 0;
  transform: rotate(35deg);
  bottom: -50px;
}
.section_9 .shine-eff::before {
  width: 1200px;
  height: 900px;
}
.section_9 .shine-eff::after {
  width: 350px;
  height: 1100px;
}

.section_10 {
  color: #fff;
  padding-bottom: 81px;
  margin-top: -18px;
  position: relative;
  z-index: 4;
}
.section_10 .inner {
  max-width: 1340px;
}
.section_10 .sc_10_title {
  font-family: "Bebas Neue", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 218px;
  line-height: 262px;
  text-align: right;
  white-space: nowrap;
}
.section_10 .sc_10_blocks {
  align-items: flex-start;
}
.section_10 .sc_10_left_block {
  width: 22.3958333333vw;
  padding-top: 17px;
  max-width: 430px;
}
.section_10 .sc_10_right_block {
  margin-left: 28px;
  width: 45.9895833333vw;
}
.section_10 .sc_10_text_top {
  width: 100%;
  max-width: 698px;
  font-family: "PloniRegularAAA", "sans-serif";
  font-size: 20px;
  line-height: 130.98%;
  text-align: right;
  margin: 28px 0 170px 0;
}
.section_10 .sc_10_text_bottom {
  font-family: "Bebas Neue", "sans-serif";
  font-size: 30px;
  line-height: 36px;
  text-align: right;
  max-width: 875px;
  margin-bottom: 17px;
}
.section_10 .sc_10_medals_wrap {
  align-items: baseline;
}
.section_10 .sc_10_medals {
  align-items: baseline;
}
.section_10 .sc_10_medals picture {
  width: 135px;
  position: relative;
  display: inline-block;
}
.section_10 .sc_10_medals picture:not(:last-child) {
  margin-left: -40px;
}
.section_10 .sc_10_signature_block {
  position: relative;
  width: 397px;
  border-bottom: 1px #fff solid;
  bottom: 18px;
  margin-right: 5px;
}
.section_10 .sc_10_signature_block picture {
  width: 275px;
  margin-right: 39px;
}
.section_10 .sc_10_signature {
  width: 275px;
  height: auto;
  margin-bottom: -43px;
}
.section_10 .sc_10_year {
  position: relative;
  font-family: "Bebas Neue", "sans-serif";
  font-size: 30px;
  line-height: 36px;
  bottom: 10px;
}

.section_11 {
  background-color: #040213;
  color: #fff;
  padding-bottom: 100px;
}
.section_11 .inner {
  max-width: 1340px;
}
.section_11 .sc_11_title {
  font-family: "Almoni Tzar AAA", "sans-serif";
  font-size: 57px;
  line-height: 60px;
  text-align: right;
  margin-bottom: 32px;
  max-width: 1000px;
  font-weight: 700;
}
.section_11 .sc_11_title strong {
  font-family: "Bebas Neue", "sans-serif";
  font-size: 57px;
  font-weight: 400;
  line-height: 60px;
  display: inline-block;
}
.section_11 .sc_11_awards {
  justify-content: center;
}
.section_11 .sc_11_award_block {
  margin: 0 11px 22px;
  max-width: 318px;
}
.section_11 .sc_11_award_title {
  margin-top: 9px;
  font-family: "Unbounded", "sans-serif";
  font-weight: 900;
  font-size: 20px;
  line-height: 23px;
  text-align: right;
  text-transform: uppercase;
}

.section_12 {
  position: relative;
  background-image: url("../img/sc_12_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1;
}
.section_12 .sc_12_bg_block {
  overflow: hidden;
}
.section_12 .sc_12_bg_block .sc_12_bg {
  width: 100%;
}
.section_12 .sc_12_title {
  position: absolute;
  font-family: "Bebas Neue", "sans-serif";
  font-size: 62px;
  line-height: 120px;
  margin-bottom: 26px;
  color: #1E1E1E;
  top: 200px;
  left: 214px;
  text-align: left;
  direction: ltr;
}
.section_12 .sc_12_title strong {
  display: block;
  font-size: 200px;
  line-height: 202px;
  margin-bottom: 0;
  letter-spacing: 2px;
}
.section_12 .sc_12_deebot_block {
  position: relative;
}
.section_12 .sc_12_deebot {
  position: absolute;
  top: -85px;
  right: 50%;
  width: 785px;
  height: 315px;
  margin-right: -382px;
  z-index: 3;
}
.section_12 .sc_12_deebot picture {
  position: relative;
  z-index: 2;
}
.section_12 .sc_12_deebot_shadow {
  content: "";
  display: block;
  position: absolute;
  width: 900px;
  height: 448px;
  background-image: url("../img/sc_12_deebot_shadow.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  top: 60%;
  left: 60%;
  transform: translateX(-50%);
}

.section_13 {
  background-color: #1E1E1E;
  padding-top: 340px;
  position: relative;
}
.section_13 .running-line {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 12px 0 0;
  position: relative;
  z-index: 4;
}
.section_13 .running-line::before {
  content: "";
  position: absolute;
  width: 80%;
  max-width: 1580px;
  height: 1px;
  background: #6A6A6A;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section_13 .running-line .running_line_inner {
  font-family: "Bebas Neue", "sans-serif";
  font-size: 77px;
  line-height: 92px;
  display: flex;
  color: #FFFFFF;
  position: relative;
  white-space: nowrap;
  margin-right: 16px;
  animation-name: running;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-timing-function: linear;
}
.section_13 .running-line .running_line_inner div {
  margin-right: 8px;
}

.portfolio-s2 {
  background: #1E1E1E;
  padding-top: 191px;
}
.portfolio-s2 .marq-wr.-style1 {
  height: 71px;
}
.portfolio-s2 .marq-wr.-style1 .marq {
  font-size: 31px;
}

@keyframes running {
  0% {
    transform: translate(-100%, 0);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
@keyframes scrolldown {
  0% {
    background-position: 80% 0%;
  }
  50% {
    background-position: 20% 100%;
  }
  100% {
    background-position: 80% 0%;
  }
}
@media all and (max-width: 768px) {
  .header.-black-m {
    background-color: #161616;
    background-image: url(../img/sc_1_bg.png);
  }
  .-menu-pd {
    padding-top: 70px;
  }
  .section_1 {
    padding: 54px 0;
    background-position: center 243px;
    background-size: 657px;
  }
  .section_1 .wrap-container {
    overflow: visible;
  }
  .section_1 .inner {
    padding: 0;
  }
  .section_1 .sc_1_top_text {
    font-size: 20px;
    line-height: 104.48%;
    letter-spacing: 0.12em;
    margin-bottom: 18px;
  }
  .section_1 .sc_1_ecovacs_logo_block {
    width: 24.4705882353vw;
    margin: 0 auto;
  }
  .section_1 .sc_1_ecovacs_logo {
    margin-bottom: 8px;
  }
  .section_1 .sc_1_title {
    display: block;
    font-weight: 400;
    font-size: 20vw;
    line-height: 104.48%;
    margin: -5px 0 22px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(242, 242, 242, 0.39) 89.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .section_1 .sc_1_title strong {
    display: block;
    font-weight: 400;
    font-size: 42.3529411765vw;
    line-height: 35.0588235294vw;
    margin: -8px 0 auto;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(242, 242, 242, 0.39) 89.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .section_1 .sc_1_deebot_front_block {
    z-index: 1;
    position: relative;
  }
  .section_1 .sc_1_deebot_front_block::after {
    right: -10%;
    left: -10%;
  }
  .section_1 .sc_1_deebot_front {
    width: 100%;
    max-width: 425px;
  }
  .section_1 .sc_1_shadow {
    top: auto;
    bottom: -400px;
    left: 70%;
  }
  .section_1 .sc_1_bottom_block {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0;
    z-index: 2;
    position: relative;
  }
  .section_1 .sc_1_bottom_text {
    width: 100%;
    text-align: center;
    font-size: 4.4705882353vw;
    line-height: 132%;
    letter-spacing: 0.001em;
    padding: 0 17px;
  }
  .section_1 .sc_1_bottom_text strong {
    padding: 5px 3px 0;
  }
  .section_1 .sc_1_bottom_text br {
    display: none;
  }
  .section_1 .sc_1_medal {
    max-width: 178px;
    margin: -12px auto -22px 15px;
  }
  .section_2 {
    padding-top: 10px;
  }
  .section_2 .wrap-container {
    overflow: visible;
  }
  .section_2 .inner {
    position: relative;
    padding: 0 17px;
  }
  .section_2 .sc_2_top_text {
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 3.7647058824vw;
    line-height: 104.48%;
  }
  .section_2 .sc_2_title {
    margin-right: 0;
    padding-bottom: 13px;
    font-size: 11.2941176471vw;
    line-height: 104.48%;
  }
  .section_2 .sc_2_scroll_down {
    top: -5px;
    left: 17px;
  }
  .section_2 .sc_2_scroll_down .scroll-down-ellipse {
    width: 15.7647058824vw;
    height: 15.7647058824vw;
  }
  .section_2 .sc_2_scroll_down .scroll-down-ellipse::after {
    background: url(../img/scroll_arrow_mob.svg) no-repeat center;
  }
  .section_2 .sc_2_bottom_title {
    margin-right: 0;
    font-size: 5.6470588235vw;
    line-height: 104.48%;
    text-align: right;
  }
  .section_2 .sc_2_bottom_text {
    margin-right: 0;
    margin-bottom: 13px;
    font-size: 4.7058823529vw;
    line-height: 130.98%;
  }
  .section_2 .sc_2_wireframing {
    justify-content: center;
    position: relative;
    max-width: 599px;
    margin: 0 auto;
  }
  .section_2 .sc_2_frame_block {
    margin-top: 3px;
    margin-bottom: -5px;
  }
  .section_2 .sc_2_frame_block_1 {
    margin-right: -17px;
    margin-left: 13px;
  }
  .section_2 .sc_2_frame_block_3 {
    margin-left: -17px;
    margin-right: 13px;
  }
  .section_2 .sc_2_frame_1 {
    margin-bottom: -2px;
  }
  .section_2 .sc_2_frame_3 {
    margin-bottom: -2px;
  }
  .section_3 {
    padding-top: 1px;
    margin-top: 0;
    padding-bottom: 52px;
  }
  .section_3 .inner {
    padding: 0 17px;
  }
  .section_3 .running-line {
    margin: 14px 0 54px;
    padding-top: 0;
  }
  .section_3 .running-line .running_line_inner {
    font-weight: 400;
    font-size: 8vw;
    line-height: 104.48%;
    text-align: right;
    color: #FFFFFF;
    text-shadow: -1px 0 #A4A4A4, 0 1px #A4A4A4, 1px 0 #A4A4A4, 0 -1px #A4A4A4;
  }
  .section_3 .block_1_text {
    font-size: 11.2941176471vw;
    line-height: 104.48%;
  }
  .section_3 .sc_3_block_1 {
    padding-bottom: 6px;
  }
  .section_3 .sc_3_block_num {
    font-size: 3.7647058824vw;
    line-height: 104.48%;
    color: #161616;
    margin-right: 0;
    position: absolute;
    right: 0;
  }
  .section_3 .sc_3_block_label {
    bottom: 20px;
    font-size: 3.7647058824vw;
    line-height: 104.48%;
  }
  .section_3 .block_2_pretext {
    top: 38px;
  }
  .section_3 .block_2_pretext::after {
    display: none;
  }
  .section_3 .block_2_pretext .fonts {
    font-size: 4.7058823529vw;
    line-height: 104.48%;
  }
  .section_3 .block_2_pretext .fonts:first-child {
    display: none;
  }
  .section_3 .block_2_letters,
  .section_3 .block_3_letters {
    display: none;
  }
  .section_3 .block_2_text {
    font-size: 15.0588235294vw;
    line-height: 104.48%;
  }
  .section_3 .sc_3_block_2 {
    padding: 63px 0 5px;
  }
  .section_3 .block_3_pretext {
    top: 41px;
  }
  .section_3 .block_3_pretext::after {
    display: none;
  }
  .section_3 .block_3_pretext .fonts {
    font-size: 3.7647058824vw;
    line-height: 104.48%;
  }
  .section_3 .block_3_pretext .fonts:first-child {
    display: none;
  }
  .section_3 .block_3_text {
    font-size: 7.2941176471vw;
    line-height: 104.48%;
  }
  .section_3 .sc_3_block_3 {
    padding: 63px 0 17px;
  }
  .section_3 .sc_3_block_4 {
    padding: 64px 0 11px;
  }
  .section_3 .sc_3_block_4 .block_4_text {
    font-size: 11.2941176471vw;
    line-height: 104.48%;
  }
  .section_3 .sc_3_colors {
    flex-wrap: wrap;
    margin-top: 21px;
  }
  .section_3 .sc_3_color_1 {
    width: 100%;
    height: 12.9411764706vw;
    margin-bottom: 9px;
  }
  .section_3 .sc_3_colo_text_top,
  .section_3 .sc_3_colo_text_bottom {
    top: 50%;
    transform: translateY(-50%);
  }
  .section_3 .sc_3_color_2,
  .section_3 .sc_3_color_3 {
    width: 49%;
    height: 12.9411764706vw;
  }
  .section_3 .sc_3_color_4 {
    width: 100%;
    height: 12.9411764706vw;
    margin-top: 9px;
  }
  .section_4 {
    padding-top: 34px;
    background-color: transparent;
  }
  .section_4 .inner {
    padding: 0 17px;
  }
  .section_4 .sc_4_top_text {
    margin-right: 0;
    font-size: 3.7647058824vw;
    line-height: 104.48%;
    margin-bottom: 8px;
  }
  .section_4 .sc_4_title {
    margin-right: 0;
    font-size: 11.2941176471vw;
    line-height: 104.48%;
    padding-bottom: 12px;
  }
  .section_4 .sc_4_bottom_text {
    margin: 29px 0 30px 0;
    font-size: 4.7058823529vw;
    line-height: 130.98%;
  }
  .section_4 .sc_4_bottom_text br {
    display: none;
  }
  .section_4 .sc_4_img_block::after {
    display: none;
  }
  .section_4 .sc_4_circle_right {
    width: 233px;
    height: 399px;
    right: -100px;
  }
  .section_4 .sc_4_scroll_down {
    left: 17px;
    top: 10px;
  }
  .section_4 .sc_4_scroll_down .scroll-down-ellipse {
    width: 11.2941176471vw;
    height: 11.2941176471vw;
  }
  .section_4 .sc_4_scroll_down::after {
    background: url(../img/scroll_arrow_sc_4_mob.svg) no-repeat center;
  }
  .section_4 .shine-eff.-p1 {
    width: 400px;
    top: 400px;
    right: -150px;
  }
  .section_4 .shine-eff.-p1::before, .section_4 .shine-eff.-p1::after {
    width: 300px;
    height: 300px;
  }
  .section_5 {
    z-index: 4;
    background-color: transparent;
    padding-top: 0;
    background-size: 150%;
    padding-bottom: 10px;
  }
  .section_5 .wrap-container {
    z-index: 3;
  }
  .section_5 .sc_4_circle_left {
    width: 133px;
    height: 266px;
    position: absolute;
    left: -61px;
    top: 360px;
    filter: blur(128.5px);
    background: linear-gradient(103.41deg, #0500FF 0%, #0500FF 33%, #00E0FF 66%, #00E0FF 100%);
    animation: scrolldown 8s infinite alternate;
    background-size: 300%;
    z-index: 2;
  }
  .section_5 .sc_5_main_block {
    margin-top: 0;
  }
  .section_5 .sc_5_figma {
    position: absolute;
    left: 17px;
    top: 0;
    z-index: 2;
    width: 29.1764705882vw;
  }
  .section_5 .sc_5_main_img {
    width: 96vw;
    right: 17px;
    top: 72px;
    margin-bottom: 475px;
  }
  .section_5 .sc_5_element_3 {
    top: 48px;
    left: auto;
    width: 40vw;
    right: 18px;
  }
  .section_5 .shine-eff {
    width: 220px;
    left: -50%;
    top: 470px;
    transform: rotate(180deg);
  }
  .section_5 .shine-eff::before {
    background: radial-gradient(circle, rgb(5, 0, 255) 0%, transparent 70%);
  }
  .section_5 .shine-eff::after {
    background: radial-gradient(circle, rgb(255, 0, 138) 0%, transparent 70%);
  }
  .section_6 .running-line {
    padding: 0;
  }
  .section_6 .running-line .running_line_inner {
    font-size: 8.4705882353vw;
    line-height: 104.48%;
  }
  .section_6 .sc_6_deebot_wrap {
    height: 116px;
  }
  .section_6 .sc_6_deebot_block {
    top: 0;
    right: -18%;
  }
  .section_6 .sc_6_deebot_block::before {
    top: 0;
    left: 18vw;
    height: 116px;
  }
  .section_6 .sc_6_deebot_block .sc_6_deebot {
    max-width: 216px;
    top: -36px;
    position: relative;
  }
  .section_6 .sc_6_logo_wrap {
    bottom: 30px;
  }
  .section_7 {
    padding-top: 59px;
  }
  .section_7 .wrap-container {
    padding: 0 17px;
  }
  .section_7 .sc_7_pretitle {
    font-size: 4.7058823529vw;
    line-height: 104.48%;
    margin-bottom: 5px;
  }
  .section_7 .sc_7_title {
    font-size: 20.2352941176vw;
    line-height: 104.48%;
  }
  .section_7 picture {
    display: flex;
    justify-content: center;
  }
  .section_7 .sc_7_main_img {
    width: 130%;
    max-width: 491px;
    margin-top: 0;
  }
  .section_8 {
    padding: 112px 0 70px;
  }
  .section_8 .wrap-container {
    padding: 0 17px;
  }
  .section_8 .sc_8_text_block {
    margin-right: 0;
    margin-top: 0;
  }
  .section_8 .sc_8_pretitle {
    font-size: 4.7058823529vw;
    line-height: 104.48%;
    margin-right: -0.51em;
    margin-bottom: 12px;
  }
  .section_8 .sc_8_title {
    font-size: 11.2941176471vw;
    line-height: 104.48%;
  }
  .section_8 .sc_8_text {
    font-size: 20px;
    line-height: 130.98%;
    width: 100%;
  }
  .section_8 .sc_8_frame_blocks {
    width: 112%;
    margin: 40px auto 0;
    left: 6%;
    align-items: flex-start;
  }
  .section_8 .sc_8_frame_1_block,
  .section_8 .sc_8_frame_2_block,
  .section_8 .sc_8_frame_3_block {
    top: 0;
    width: 170px;
  }
  .section_8 .sc_8_frame_1_block {
    margin-left: -29px;
    margin-top: 83px;
  }
  .section_8 .sc_8_frame_2_block {
    margin: 0;
    top: -3px;
  }
  .section_8 .sc_8_frame_3_block {
    margin-right: -25px;
    margin-top: 45px;
  }
  .section_8 .sc_8_frame_3_inside {
    top: 4px;
  }
  .section_8 .sc_8_frame_2_inside {
    top: 5px;
  }
  .section_8 .sc_8_frame_1_inside {
    top: 2px;
  }
  .section_8 .sc_8_circle_right_1 {
    width: 392px;
    height: 406px;
    right: 300px;
    top: 447px;
  }
  .section_8 .sc_8_circle_right_2 {
    width: 392px;
    height: 306px;
    right: -61px;
    top: 417px;
  }
  .section_9 {
    padding: 0 0 108px;
  }
  .section_9 .inner {
    padding: 0 17px;
  }
  .section_9 .sc_9_title {
    padding-right: 0;
  }
  .section_9 .sc_9_blocks {
    flex-wrap: wrap;
  }
  .section_9 .sc_9_scroll_down {
    top: 10px;
    right: auto;
    cursor: pointer;
    left: 17px;
  }
  .section_9 .sc_9_scroll_down .scroll-down-ellipse {
    width: 48px;
    height: 48px;
  }
  .section_9 .sc_9_scroll_down::after {
    background: url(../img/scroll_arrow_sc_4_mob.svg) no-repeat center;
  }
  .section_9 .sc_9_right_block,
  .section_9 .sc_9_left_block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .section_9 .sc_9_right_block {
    order: 2;
    position: relative;
  }
  .section_9 .sc_9_right_block::before {
    content: "";
    position: absolute;
    width: 521px;
    height: 521px;
    bottom: -100px;
    left: -20%;
    background: linear-gradient(180deg, #1F50FF 0%, #006CE2 100%);
    opacity: 0.8;
    filter: blur(42.5751152039px);
    z-index: -1;
    border-radius: 50%;
  }
  .section_9 .sc_9_left_block {
    order: 1;
    margin-bottom: 42px;
  }
  .section_9 .sc_9_winner {
    margin-bottom: 15px;
    width: 195px;
  }
  .section_9 .sc_9_circle_left_1 {
    position: absolute;
    width: 338px;
    height: 426px;
    left: -270px;
    top: 224px;
  }
  .section_9 .sc_9_circle_left_2 {
    position: absolute;
    width: 330px;
    height: 448px;
    left: -264px;
    top: 483px;
  }
  .section_9 .sc_9_bg_line {
    display: none;
  }
  .section_10 {
    padding-bottom: 50px;
  }
  .section_10 .wrap-container {
    overflow: visible;
  }
  .section_10 .inner {
    padding: 0 4%;
  }
  .section_10 .sc_10_title {
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 22px;
  }
  .section_10 .sc_10_blocks {
    flex-wrap: wrap;
  }
  .section_10 .sc_10_right_block,
  .section_10 .sc_10_left_block {
    width: 100%;
  }
  .section_10 .sc_10_right_block {
    margin-left: 0;
  }
  .section_10 .sc_10_left_block {
    padding-top: 0;
  }
  .section_10 .sc_10_winner {
    width: 246px;
  }
  .section_10 .sc_10_text_top {
    margin: 23px 0 10px;
  }
  .section_10 .sc_10_text_bottom {
    margin: 41px 0 32px;
    font-size: 36px;
    line-height: 36px;
  }
  .section_10 .sc_10_signature_block {
    order: 2;
  }
  .section_10 .sc_10_signature {
    width: 205px;
    margin-right: 20px;
    margin-bottom: -28px;
    margin-top: 18px;
  }
  .section_10 .sc_10_medals_wrap {
    order: 1;
    flex-wrap: wrap;
  }
  .section_10 .sc_10_medals_wrap .sc_10_year {
    position: absolute !important;
    bottom: 30px;
  }
  .section_10 .sc_10_medals {
    position: relative;
    width: 100%;
    justify-content: center;
    margin-bottom: 28px;
    left: 6px;
  }
  .section_10 .sc_10_medals picture {
    width: 93px;
  }
  .section_10 .sc_10_medals picture:not(:last-child) {
    margin-left: -30px;
  }
  .section_11 {
    padding-bottom: 54px;
  }
  .section_11 .inner {
    padding: 0 17px;
  }
  .section_11 .sc_11_title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 18px;
  }
  .section_11 .sc_11_title strong {
    font-size: 36px;
    line-height: 36px;
  }
  .section_11 .sc_11_awards .owl-stage {
    margin-right: -30px;
  }
  .section_11 .sc_11_awards .owl-carousel.owl-rtl .owl-item {
    max-width: 318px;
  }
  .section_11 .sc_11_awards .sc_11_award_title {
    font-size: 19px;
    line-height: 23px;
  }
  .section_11 .sc_11_award_block {
    margin: 0;
  }
  .section_12 {
    margin-bottom: 84px;
  }
  .section_12 .sc_12_bg_block {
    position: relative;
  }
  .section_12 .sc_12_bg_block::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #fff;
    opacity: 0.3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .section_12 .sc_12_bg_mob {
    width: 100%;
  }
  .section_12 .sc_12_bg {
    max-width: 166%;
    margin-right: -22%;
  }
  .section_12 .sc_12_title {
    top: 50px;
    left: 16px;
    font-size: 27px;
    line-height: 132.08%;
  }
  .section_12 .sc_12_title strong {
    font-size: 92px;
    line-height: 78%;
    margin-top: 5px;
    letter-spacing: 0;
    font-weight: 500;
  }
  .section_12 .sc_12_deebot {
    top: -13.4117647059vw;
    right: 100%;
    width: 81.8823529412vw;
    height: auto;
    margin-right: -89.8823529412vw;
  }
  .section_12 .sc_12_deebot_shadow {
    width: 1200px;
    height: 288px;
    top: 60%;
    left: 50%;
  }
  .section_13 {
    display: none;
  }
  .section-portfolio {
    background-color: #161616;
    color: #fff;
  }
  .portfolio-s2 {
    background: none;
    padding-top: 85px;
  }
  .portfolio-s2 .marq-wr.-style1 {
    height: 34px;
    border: none;
  }
  .portfolio-s2 .marq-wr.-style1 .marq {
    font-size: 14px;
  }
}
@media all and (max-width: 425px) {
  .section_1 .inner {
    padding: 0 5%;
  }
  .section_1 .sc_1_bottom_text {
    padding: 0;
  }
  .section_10 .sc_10_title {
    font-size: 15.0588235294vw;
    line-height: 15.0588235294vw;
  }
  .section_10 .sc_10_text_bottom {
    font-size: 8.4705882353vw;
    line-height: 8.4705882353vw;
  }
  .section_11 .sc_11_title {
    font-size: 8.4705882353vw;
    line-height: 9.4117647059vw;
  }
  .section_11 .sc_11_awards .sc_11_award_title {
    font-size: 4.4705882353vw;
    line-height: 5.4117647059vw;
  }
  .section_12 .sc_12_title {
    font-size: 6.3529411765vw;
  }
  .section_12 .sc_12_title strong {
    font-size: 21.6470588235vw;
  }
}
@media all and (max-width: 1920px) and (min-width: 1025px) {
  .section_4 .shine-eff.-p1 {
    width: 27.9166666667vw;
    top: 23.4375vw;
    right: -13.0208333333vw;
  }
  .section_4 .shine-eff.-p2 {
    width: 23.4375vw;
    top: 26.0416666667vw;
    left: -5.2083333333vw;
  }
}
@media all and (max-width: 1860px) and (min-width: 769px) {
  .section_1 {
    padding: 5.8333333333vw 0 6.25vw;
  }
  .section_1 .sc_1_top_text {
    font-size: 1.6666666667vw;
    margin-bottom: 1.25vw;
  }
  .section_1 .sc_1_ecovacs_logo {
    margin-bottom: 2.5vw;
  }
  .section_1 .sc_1_title {
    font-size: 7.8125vw;
  }
  .section_1 .sc_1_deebot_front {
    margin-top: -3.2291666667vw;
    width: 56.5625vw;
    height: auto;
  }
  .section_1 .sc_1_shadow {
    width: 10.9375vw;
    height: 27.3958333333vw;
  }
  .section_1 .sc_1_bottom_block {
    max-width: 67.0833333333vw;
    margin: 35px auto 0;
  }
  .section_1 .sc_1_bottom_text {
    font-size: 2.0833333333vw;
    margin-right: 5px;
  }
  .section_1 .sc_1_bottom_text strong {
    padding: 0.2604166667vw 0.5208333333vw 0;
    border-radius: 0.2083333333vw;
  }
  .section_1 .sc_1_medal {
    width: 10.1041666667vw;
    height: auto;
    margin-left: 22px;
  }
  .section_2 .inner {
    max-width: 86.0416666667vw;
  }
  .section_2 .sc_2_top_text {
    font-size: 2.5vw;
    margin-right: 11.1979166667vw;
  }
  .section_2 .sc_2_title {
    font-size: 6.6666666667vw;
    margin-right: 11.1979166667vw;
    padding-bottom: 1.1458333333vw;
  }
  .section_2 .sc_2_scroll_down {
    top: 3.8020833333vw;
    left: 10.46875vw;
  }
  .section_2 .sc_2_scroll_down .scroll-down-ellipse {
    width: 5.2604166667vw;
    height: 5.2604166667vw;
  }
  .section_2 .sc_2_bottom_title {
    font-size: 2.5vw;
    margin: 2.1875vw 11.1979166667vw 8px 0;
  }
  .section_2 .sc_2_bottom_text {
    font-size: 1.0416666667vw;
    margin: 0 11.1979166667vw 2.5vw 0;
    max-width: 44.7916666667vw;
  }
  .section_2 .sc_2_frame_1 {
    width: 22.5520833333vw;
    height: auto;
  }
  .section_2 .sc_2_frame_2 {
    width: 16.3541666667vw;
    height: auto;
  }
  .section_2 .sc_2_frame_3 {
    width: 44.0104166667vw;
    height: auto;
  }
  .section_3 {
    padding-bottom: 9.1666666667vw;
  }
  .section_3 .running-line {
    margin-bottom: 9.9479166667vw;
  }
  .section_3 .running-line .running_line_inner {
    font-size: 3.3333333333vw;
  }
  .section_3 .sc_3_block_label {
    font-size: 1.6666666667vw;
    bottom: 1.71875vw;
  }
  .section_3 .sc_3_block_num {
    font-size: 2.0833333333vw;
  }
  .section_3 .block_1_text {
    font-size: 6.6666666667vw;
  }
  .section_3 .sc_3_block_2 {
    padding: 4.4791666667vw 0 2.2395833333vw;
  }
  .section_3 .block_2_pretext {
    top: 2.1354166667vw;
    font-size: 1.25vw;
  }
  .section_3 .block_2_pretext .fonts {
    margin-right: 1.25vw;
  }
  .section_3 .block_2_letters {
    margin-right: 4.7916666667vw;
  }
  .section_3 .block_2_letters .letters_big {
    font-size: 5vw;
  }
  .section_3 .block_2_letters .letters_small {
    font-size: 1.25vw;
  }
  .section_3 .block_2_text {
    font-size: 5vw;
  }
  .section_3 .inner {
    max-width: 86.9791666667vw;
    padding-left: 12.8645833333vw;
  }
  .section_3 .sc_3_block_3 {
    padding: 4.6354166667vw 0 2.96875vw;
  }
  .section_3 .block_3_pretext {
    top: 3.0208333333vw;
    font-size: 1.25vw;
  }
  .section_3 .block_3_pretext .fonts {
    margin-right: 1.09375vw;
  }
  .section_3 .block_3_letters {
    margin-right: 3.1770833333vw;
  }
  .section_3 .block_3_letters .letters_big {
    font-size: 5vw;
  }
  .section_3 .block_3_letters .letters_small {
    font-size: 2.5vw;
  }
  .section_3 .block_3_text {
    font-size: 5vw;
  }
  .section_3 .sc_3_block_4 {
    padding: 8.0729166667vw 0 11px;
  }
  .section_3 .sc_3_block_4 .block_4_text {
    font-size: 6.6666666667vw;
  }
  .section_3 .sc_3_colors {
    margin-top: 1.6145833333vw;
  }
  .section_3 .sc_3_color_1 {
    width: 23.90625vw;
    height: 11.9791666667vw;
  }
  .section_3 .sc_3_color_2 {
    width: 11.9791666667vw;
    height: 11.9791666667vw;
  }
  .section_3 .sc_3_color_3 {
    width: 11.9791666667vw;
    height: 11.9791666667vw;
  }
  .section_3 .sc_3_color_4 {
    width: 24.53125vw;
    height: 11.9791666667vw;
  }
  .section_4 {
    padding-top: 7.9166666667vw;
  }
  .section_4 .inner {
    max-width: 86.0416666667vw;
  }
  .section_4 .sc_4_top_text {
    font-size: 2.5vw;
    margin-right: 11.1979166667vw;
  }
  .section_4 .sc_4_title {
    font-size: 6.6666666667vw;
    margin-right: 11.1979166667vw;
    padding-bottom: 2.34375vw;
  }
  .section_4 .sc_4_scroll_down {
    top: 3.90625vw;
    left: 3.1770833333vw;
  }
  .section_4 .sc_4_scroll_down .scroll-down-ellipse {
    width: 5.9375vw;
    height: 5.9375vw;
  }
  .section_4 .sc_4_bottom_text {
    margin: 1.9791666667vw 11.1979166667vw 2.96875vw 0;
    max-width: 44.7916666667vw;
  }
  .section_4 .sc_4_img_block::after {
    height: 24.53125vw;
  }
  .section_4 .sc_4_img {
    max-width: 86.9791666667vw;
  }
  .section_4 .sc_4_circle_right {
    width: 27.9166666667vw;
    height: 47.7083333333vw;
    right: -16.09375vw;
    top: 9.1145833333vw;
  }
  .section_4 .sc_4_circle_left {
    width: 18.2291666667vw;
    height: 31.25vw;
    left: -4.21875vw;
    top: 17.7083333333vw;
  }
  .section_5 {
    padding-top: 12.65625vw;
  }
  .section_5 .sc_5_main_img {
    max-width: 71.6666666667vw;
    margin: 0 0 52.6041666667vw 6.5104166667vw;
  }
  .section_5 .sc_5_figma {
    left: 6.5104166667vw;
    top: -4.21875vw;
    width: 12.3958333333vw;
    height: auto;
  }
  .section_5 .sc_5_element_1 {
    left: 58.6458333333vw;
    width: 13.1770833333vw;
    height: auto;
  }
  .section_5 .sc_5_element_2 {
    top: 14.6875vw;
    right: 6.5104166667vw;
    width: 13.125vw;
    height: auto;
  }
  .section_5 .sc_5_element_3 {
    top: 26.0416666667vw;
    left: 8.8541666667vw;
    width: 13.28125vw;
    height: auto;
  }
  .section_5 .sc_5_element_4 {
    top: 33.1770833333vw;
    left: 47.4479166667vw;
    width: 12.34375vw;
    height: auto;
  }
  .section_6 .running-line .running_line_inner {
    font-size: 7.1875vw;
    line-height: 8.6458333333vw;
  }
  .section_6 .sc_6_deebot_wrap {
    height: 15.625vw;
  }
  .section_6 .sc_6_deebot_block {
    top: -8.75vw;
  }
  .section_6 .sc_6_deebot_block:before {
    height: 15.625vw;
    top: 8.75vw;
  }
  .section_6 .sc_6_deebot_block .sc_6_deebot {
    max-width: 39.5833333333vw;
  }
  .section_6 .sc_6_logo_wrap {
    bottom: 4.6875vw;
  }
  .section_6 .sc_6_logo {
    width: 24.84375vw;
    height: auto;
  }
  .section_7 {
    padding: 3.90625vw 0 0 0;
  }
  .section_7 .sc_7_pretitle {
    font-size: 1.25vw;
  }
  .section_7 .sc_7_title {
    font-size: 7.5vw;
  }
  .section_8 {
    padding: 5.78125vw 0 7.5vw 0;
  }
  .section_8 .main-container {
    padding-top: 4.6875vw;
  }
  .section_8 .sc_8_text_block {
    margin-right: 37.6041666667vw;
  }
  .section_8 .sc_8_pretitle {
    font-size: 1.25vw;
  }
  .section_8 .sc_8_title {
    font-size: 6.6666666667vw;
  }
  .section_8 .sc_8_text {
    width: 25.2083333333vw;
  }
  .section_8 .sc_8_frame_blocks {
    max-width: 90.3125vw;
    margin: 10.7291666667vw auto 0;
  }
  .section_8 .sc_8_frame_3_block {
    top: -29.6875vw;
  }
  .section_8 .sc_8_frame_2_block {
    margin: 0 2.0833333333vw;
  }
  .section_8 .sc_8_frame_1_block {
    top: -9.53125vw;
  }
  .section_8 .sc_8_circle_right_1 {
    width: 20.8333333333vw;
    height: 62.8125vw;
    right: 15.625vw;
    top: 44.1145833333vw;
  }
  .section_8 .sc_8_circle_right_2 {
    width: 20.8333333333vw;
    height: 62.8125vw;
    right: -3.1770833333vw;
    top: 37.34375vw;
  }
  .section_9 {
    padding: 1.0416666667vw 0 5.2083333333vw 0;
  }
  .section_9 .inner {
    max-width: 70.5208333333vw;
    padding-left: 1.9270833333vw;
  }
  .section_9 .sc_9_title {
    padding: 2.8645833333vw 11.4583333333vw 4.375vw 0;
    font-size: 3.3333333333vw;
  }
  .section_9 .sc_9_scroll_down {
    top: 2.8645833333vw;
  }
  .section_9 .sc_9_scroll_down .scroll-down-ellipse {
    width: 8.0729166667vw;
    height: 8.0729166667vw;
  }
  .section_9 .sc_9_left_block {
    margin-right: 4.3229166667vw;
  }
  .section_9 .sc_9_winner {
    margin-bottom: 2.6041666667vw;
  }
  .section_9 .sc_9_text {
    max-width: 33.8541666667vw;
  }
  .section_9 .sc_9_bg_line {
    bottom: -5.2083333333vw;
    width: 78.4895833333vw;
    height: auto;
    right: auto;
    left: 15vw;
  }
  .section_9 .sc_9_circle_left_1 {
    width: 33.2291666667vw;
    height: 58.6458333333vw;
    left: -24.4791666667vw;
    top: 27.2916666667vw;
  }
  .section_9 .sc_9_circle_left_2 {
    width: 48.4375vw;
    height: 54.5833333333vw;
    left: -13.75vw;
    top: 22.03125vw;
  }
  .section_9 .shine-eff {
    width: 57.2916666667vw;
    bottom: -2.6041666667vw;
  }
  .section_9 .shine-eff::before {
    width: 62.5vw;
    height: 46.875vw;
  }
  .section_9 .shine-eff::after {
    width: 18.2291666667vw;
    height: 57.2916666667vw;
  }
  .section_10 {
    padding-bottom: 4.21875vw;
  }
  .section_10 .inner {
    max-width: 69.7916666667vw;
  }
  .section_10 .sc_10_title {
    font-size: 10.4166666667vw;
    line-height: 13.6458333333vw;
  }
  .section_10 .sc_10_left_block {
    width: 22.3958333333vw;
  }
  .section_10 .sc_10_right_block {
    margin-left: 1.4583333333vw;
    width: 45.9895833333vw;
  }
  .section_10 .sc_10_right_block img {
    width: 19.375vw;
  }
  .section_10 .sc_10_text_top {
    max-width: 36.3541666667vw;
    margin: 1.4583333333vw 0 8.8541666667vw 0;
  }
  .section_10 .sc_10_text_bottom {
    font-size: 1.5625vw;
    line-height: 1.875vw;
    max-width: 45.5729166667vw;
    margin-bottom: 0.8854166667vw;
  }
  .section_10 .sc_10_medals picture {
    width: 7.03125vw;
  }
  .section_10 .sc_10_medals picture:not(:last-child) {
    margin-left: -2.0833333333vw;
  }
  .section_10 .sc_10_signature_block {
    width: 20.6770833333vw;
    bottom: 0.9375vw;
  }
  .section_10 .sc_10_signature_block picture {
    width: 14.3229166667vw;
    margin-right: 2.03125vw;
  }
  .section_10 .sc_10_signature {
    width: 14.3229166667vw;
    margin-bottom: -2.2395833333vw;
  }
  .section_10 .sc_10_year {
    font-size: 1.5625vw;
    line-height: 1.875vw;
  }
  .section_11 {
    padding-bottom: 5.2083333333vw;
  }
  .section_11 .inner {
    max-width: 69.7916666667vw;
  }
  .section_11 .sc_11_title {
    font-size: 2.96875vw;
    line-height: 3.125vw;
    margin-bottom: 1.3020833333vw;
    max-width: 52.0833333333vw;
  }
  .section_11 .sc_11_title strong {
    font-size: 2.96875vw;
    line-height: 3.125vw;
  }
  .section_11 .sc_11_award_block {
    margin: 0 11px 1.1458333333vw;
  }
  .section_12 .sc_12_bg_block {
    max-width: 100vw;
  }
  .section_12 .sc_12_title {
    font-size: 3.2291666667vw;
    line-height: 3.1770833333vw;
    top: 11.9791666667vw;
    left: 11.1458333333vw;
  }
  .section_12 .sc_12_title strong {
    font-size: 10.6770833333vw;
    line-height: 10.5208333333vw;
    margin-bottom: 1.3541666667vw;
  }
  .section_12 .sc_12_deebot {
    top: -4.4270833333vw;
    width: 40.8854166667vw;
    height: 16.40625vw;
    margin-right: -19.8958333333vw;
  }
  .section_12 .sc_12_deebot_shadow {
    width: 46.875vw;
    height: 23.3333333333vw;
  }
  .section_13 {
    padding-top: 17.7083333333vw;
  }
  .section_13 .running-line .running_line_inner {
    font-size: 4.0104166667vw;
    line-height: 4.7916666667vw;
  }
}
@media all and (max-width: 1650px) and (min-width: 769px) {
  .section_2 .sc_2_frame_block {
    padding: 0 13px;
  }
  .portfolio-s2 .marq-wr.-style1 {
    height: 4.303030303vw;
  }
  .portfolio-s2 .marq-wr.-style1 .marq {
    font-size: 1.8787878788vw;
  }
}
@media all and (max-width: 1280px) and (min-width: 810px) {
  .section_11 .sc_11_award_title {
    font-size: 1.5625vw;
  }
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .section_2 .inner {
    max-width: 100vw;
  }
  .section_2 .inner .sc_2_scroll_down .scroll-down-ellipse:after {
    height: 20px;
  }
  .section_3 .inner {
    max-width: 100vw;
  }
  .section_4 .inner {
    max-width: 100vw;
  }
  .section_4 .sc_4_scroll_down:after {
    height: 20px;
  }
  .section_4 .shine-eff.-p1 {
    width: 34.1796875vw;
    top: 29.98046875vw;
    right: -6.0546875vw;
  }
  .section_4 .shine-eff.-p1::before, .section_4 .shine-eff.-p1::after {
    width: 40.0390625vw;
    height: 40.0390625vw;
  }
  .section_4 .shine-eff.-p2 {
    width: 20.01953125vw;
    top: 34.9609375vw;
    left: -10.05859375vw;
  }
  .section_4 .shine-eff.-p2::before, .section_4 .shine-eff.-p2::after {
    width: 25vw;
    height: 25vw;
  }
  .section_5 .sc_5_element_4 {
    top: 35vw;
  }
  .section_8 .sc_8_text {
    width: 50vw;
  }
  .section_8 .sc_8_circles_right.desktop- {
    display: none;
  }
  .section_8 .shine-eff.mobile- {
    display: block;
    top: auto;
    bottom: 100px;
    left: auto;
    right: -25%;
  }
  .section_8 .shine-eff.mobile-::before, .section_8 .shine-eff.mobile-::after {
    width: 450px;
    height: 250px;
  }
  .section_9 .inner {
    max-width: 100vw;
  }
  .section_9 .sc_9_scroll_down {
    right: 3%;
  }
  .section_9 .sc_9_scroll_down::after {
    height: 23px;
  }
  .portfolio-s2 {
    padding-top: 100px;
  }
}
@media all and (max-width: 810px) and (min-width: 769px) {
  .section_11 .sc_11_award_title {
    font-size: 1.40625vw;
  }
}
@media all and (max-width: 560px) {
  .section_2 .sc_2_wireframing {
    width: 153%;
    right: -7%;
  }
}
@media all and (min-width: 561px) and (max-width: 768px) {
  .section_2 .sc_2_wireframing {
    width: 100%;
    right: 0;
  }
}
@media all and (max-width: 460px) {
  .section_5 .sc_5_element_2 {
    top: 80vw;
    right: 17px;
    width: 38.3529411765vw;
  }
  .section_5 .sc_5_element_4 {
    top: 77.8823529412vw;
    left: 9.6470588235vw;
    width: 30.5882352941vw;
  }
}
@media all and (min-width: 461px) and (max-width: 570px) {
  .section_5 .sc_5_element_2 {
    top: 72vw;
    right: 17px;
    width: 29.8823529412vw;
  }
  .section_5 .sc_5_element_4 {
    top: 69.8823529412vw;
    left: 9.6470588235vw;
    width: 24.9411764706vw;
  }
}
@media all and (min-width: 571px) and (max-width: 768px) {
  .section_5 .sc_5_element_2 {
    top: 64.9411764706vw;
    right: 17px;
    width: 20vw;
  }
  .section_5 .sc_5_element_4 {
    top: 60vw;
    left: 9.6470588235vw;
    width: 20vw;
  }
  .section_5 .sc_5_element_3 {
    width: 29.8823529412vw;
  }
  .section_5 .sc_5_figma {
    width: 20vw;
  }
  .section_6 .sc_6_logo_wrap {
    bottom: 15px;
    width: 39.9739583333vw;
  }
  .section_8 .sc_8_frame_blocks {
    justify-content: center;
  }
  .section_8 .sc_8_frame_2_block {
    margin: 0 10px;
  }
  .section_10 .sc_10_signature_block {
    margin: 0 auto;
  }
  .section_10 .sc_10_medals_wrap .sc_10_year {
    right: 15%;
  }
}/*# sourceMappingURL=portfolio-omni.css.map */