html {
  overflow-x: hidden;
}

body {
  background: #FFF;
  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;
}

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

.single-project header:not(-black) {
  background-color: #fff;
}

.section_1 {
  background-color: #15161a;
  padding: 99px 0 124px 235px;
  color: #fff;
}
.section_1 .sc_1_pretitle {
  font-family: "Unbounded", "sans-serif";
  font-size: 24px;
  line-height: 127.98%;
  text-transform: uppercase;
  text-align: left;
}
.section_1 .sc_1_title {
  font-family: "Unbounded", "sans-serif";
  font-size: 113px;
  line-height: 100.48%;
  margin: 37px 0 92px;
  text-align: left;
}
.section_1 .sc_1_main_block {
  position: relative;
  align-items: flex-start;
  z-index: 1;
}
.section_1 .sc_1_main_img_block {
  width: 1542px;
  height: auto;
  border: 1px solid #FFFFFF;
  border-radius: 58px;
  padding: 24px 28px;
}
.section_1 .sc_1_main_img {
  width: 100%;
  height: auto;
}
.section_1 .sc_1_main_text_block {
  margin: 120px 250px 0 0;
  z-index: 3;
}
.section_1 .sc_1_winner {
  margin-bottom: 25px;
  position: relative;
  right: 20px;
}
.section_1 .sc_1_text {
  width: 532px;
  font-family: "SimplerPro", "sans-serif";
  font-weight: 800;
  font-size: 24px;
  line-height: 125.98%;
  text-align: right;
  letter-spacing: 0.015em;
  position: relative;
  right: 20px;
}
.section_1 .sc_1_text strong {
  color: rgb(0, 0, 0);
  position: relative;
  white-space: nowrap;
}
.section_1 .sc_1_text strong::before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: 0;
  left: -1px;
  right: -1px;
  background: linear-gradient(91.82deg, #8FFF00 7.81%, #FAFF00 90.47%);
  border-radius: 3px;
  z-index: -1;
}
.section_1 .sc_1_qrcode_block {
  position: absolute;
  right: -137px;
  bottom: 122px;
  font-family: "Unbounded", "sans-serif";
  font-weight: 900;
  font-size: 127.57px;
  line-height: 100.48%;
  text-align: left;
  color: #212226;
  align-items: flex-end;
  z-index: 2;
}
.section_1 .sc_1_qrcode_block p {
  line-height: 115%;
  position: relative;
  top: 20px;
}
.section_1 .sc_1_qrcode {
  margin: 0 28px -35px 0;
}

.section_2 {
  background-color: #FFF;
  padding: 168px 0 128px;
  color: #000000;
}
.section_2 .sc_2_title_wrap {
  margin: 0 237px 167px 223px;
}
.section_2 .sc_2_title {
  position: relative;
  font-family: "Unbounded", "sans-serif";
  font-size: 96px;
  line-height: 100.48%;
  text-transform: uppercase;
  width: 984px;
}
.section_2 .sc_2_title:after {
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, #0B5CD7 0%, #2199EE 100%);
  transform: rotate(-90deg);
  right: -39px;
  bottom: 12px;
}
.section_2 .sc_2_title strong {
  font-weight: 400;
}
.section_2 .sc_2_text {
  font-family: "PloniRegularAAA", "sans-serif";
  font-size: 32px;
  line-height: 128%;
  text-align: right;
  color: #1E1E1E;
  width: 750px;
}
.section_2 .sc_2_block_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 128%;
  text-align: right;
  margin-bottom: 14px;
}
.section_2 .sc_2_subtitle {
  text-align: left;
  font-family: "Unbounded", "sans-serif";
  font-size: 48px;
  line-height: 100.48%;
  text-transform: uppercase;
  margin: 0 0 43px 235px;
}
.section_2 .sc_2_wireframes_long_wrap {
  margin: 0 0 40px 63px;
}
.section_2 .sc_2_wireframes_short_wrap {
  margin: 0 237px 0 111px;
}
.section_2 .sc_2_wireframes_texts {
  margin-left: 53px;
  text-align: right;
  width: 750px;
  position: relative;
  top: -42px;
}
.section_2 .sc_2_wireframes_texts_title {
  font-family: "Unbounded", "sans-serif";
  font-size: 57px;
  line-height: 109.48%;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.section_2 .sc_2_wireframes_texts_text {
  font-family: "PloniRegularAAA", "sans-serif";
  font-size: 32px;
  line-height: 128%;
  color: #1E1E1E;
}
.section_2 .scroll_arrow {
  position: relative;
  background: linear-gradient(180deg, #0B5CD7 0%, #2199EE 100%);
  transform: rotate(90deg);
  width: 114px;
  height: 114px;
  border-radius: 114px;
  top: -9px;
  left: 64px;
}
.section_2 .scroll_arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 41px;
  height: 24px;
  left: 50%;
  top: 50%;
  background: url(../img/arrow.svg) no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%) rotate(-90deg);
  animation-name: arrow_move;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.section_2 .sc_2_wireframes_short_block {
  width: 1403px;
}

.section_3 {
  background: #15161A;
  border-radius: 57px 57px 0 0;
  padding: 124px 0 177px;
  color: #fff;
}
.section_3 .inner {
  max-width: 2084px;
}
.section_3 .sc_3_title_block {
  margin-bottom: 62px;
  direction: ltr;
}
.section_3 .sc_3_title {
  font-family: "Unbounded", "sans-serif";
  font-size: 96px;
  line-height: 100.48%;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 10px;
}
.section_3 .sc_3_title_num {
  font-family: "Unbounded", "sans-serif";
  font-weight: 100;
  font-size: 48px;
  line-height: 100.48%;
  text-align: right;
  text-transform: uppercase;
  padding-bottom: 32px;
  border-bottom: 1px solid #FFF;
  width: 100%;
}
.section_3 .sc_3_fonts_img {
  margin-bottom: 191px;
}
.section_3 .sc_3_subtitle_block {
  margin-bottom: 74px;
  direction: ltr;
}
.section_3 .sc_3_subtitle {
  font-family: "Unbounded", "sans-serif";
  font-size: 48px;
  line-height: 100.48%;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}
.section_3 .sc_3_subtitle_text {
  font-size: 20px;
  line-height: 100.48%;
  text-align: right;
  text-transform: uppercase;
  padding-bottom: 23px;
  border-bottom: 1px solid #FFF;
  width: 100%;
  margin-left: 28px;
}

.section_4 {
  align-items: stretch;
  z-index: 4;
}
.section_4 .sc_4_text {
  font-family: "Unbounded", "sans-serif";
  width: 1057px;
  background-color: #0759CB;
  padding: 245px 15px 15px 229px;
  font-size: 122px;
  line-height: 100.48%;
  text-transform: uppercase;
  color: #FFF;
  text-align: left;
}
.section_4 .sc_4_text em {
  font-family: "PlayfairDisplay", "sans-serif";
  font-style: italic;
  font-size: 122px;
  line-height: 100.48%;
  text-transform: lowercase;
  display: block;
}
.section_4 .sc_4_img {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 1503px;
}

.section_5 {
  padding-top: 171px;
  height: 2325px;
  color: #fff;
  position: relative;
}
.section_5 .shine-eff.-an-rotate {
  animation: shine-rotate-small 30s infinite linear;
  width: 1000px;
  bottom: 100px;
  left: -10%;
}
.section_5 .sc_5_title_block {
  direction: ltr;
  font-family: "Unbounded", "sans-serif";
  line-height: 100.48%;
  text-transform: uppercase;
  margin: 0 237px 74px 231px;
  align-items: flex-end;
  text-align: left;
  position: relative;
  z-index: 3;
}
.section_5 .sc_5_title {
  font-size: 48px;
  line-height: 48px;
  margin-right: 19px;
  width: 415px;
}
.section_5 .sc_5_title_text {
  font-family: "PloniRegularAAA", "sans-serif";
  font-size: 20px;
  text-align: right;
  padding-bottom: 23px;
  border-bottom: 1px solid #FFF;
  width: 100%;
  margin-bottom: 12px;
}
.section_5 .sc_5_frame {
  position: absolute;
  z-index: 3;
}
.section_5 .sc_5_frame > picture {
  position: absolute;
  z-index: 2;
}
.section_5 .sc_5_frame .frame_inner {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section_5 .sc_5_frame_1 {
  top: 380px;
  right: 0;
  width: 920px;
  height: 986px;
}
.section_5 .sc_5_frame_1 .frame_inner {
  border-radius: 68px 0 0 68px;
}
.section_5 .sc_5_frame_1 > picture {
  transform: rotate(180deg);
}
.section_5 .sc_5_frame_1_inner {
  position: absolute;
  right: auto;
  left: 20px;
  top: 34px;
}
.section_5 .sc_5_frame_2 {
  bottom: 0;
  left: 1020px;
  width: 517px;
  height: 1051px;
}
.section_5 .sc_5_frame_2 .frame_inner {
  border-radius: 68px;
}
.section_5 .sc_5_frame_2_inner {
  position: absolute;
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
  width: 478px;
}
.section_5 .sc_5_frame_3 {
  top: 668px;
  left: 0;
  width: 918px;
  height: 986px;
}
.section_5 .sc_5_frame_3 .frame_inner {
  border-radius: 0 68px 68px 0;
  left: auto;
  right: 20px;
  transform: translate(0, -50%);
}
.section_5 .sc_5_frame_3_inner {
  position: absolute;
  left: 0;
  top: 34px;
}
.section_5 .sc_5_frame_4 {
  top: 176px;
  left: 1020px;
  width: 517px;
  height: 1051px;
}
.section_5 .sc_5_frame_4 .frame_inner {
  border-radius: 68px;
}
.section_5 .sc_5_frame_4_inner {
  position: absolute;
  width: 478px;
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
}
.section_5 .section_5_running {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 7px 0 0;
  top: 1405px;
  z-index: 2;
}
.section_5 .section_5_running div {
  font-family: "Unbounded", "sans-serif";
  font-size: 133px;
  line-height: 100.48%;
  text-align: right;
  text-transform: uppercase;
  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;
}

.sc_5_background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.sc_5_background_circle {
  width: 20vmin;
  height: 20vmin;
  border-radius: 20vmin;
  backface-visibility: hidden;
  position: absolute;
  animation-name: bg_move;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.sc_5_background_circle:nth-child(1) {
  background: linear-gradient(180deg, #064FD2 0%, #28AAF5 100%);
  width: 724px;
  height: 724px;
  border-radius: 50%;
  top: 16%;
  left: 24%;
  z-index: -1;
}
.sc_5_background_circle:nth-child(2) {
  background: linear-gradient(180deg, #064FD2 0%, #28AAF5 100%);
  width: 479px;
  height: 479px;
  border-radius: 479px;
  top: 47.5%;
  right: 9.5%;
  z-index: -1;
}
.sc_5_background_circle:nth-child(1) {
  animation-duration: 40s;
  animation-delay: -0.6s;
  transform-origin: 0vw -10vh;
}
.sc_5_background_circle:nth-child(2) {
  animation-duration: 40s;
  animation-delay: -10.6s;
  transform-origin: 23vw -3vh;
}

.section_6 {
  padding: 130px 545px 210px 0;
  color: #fff;
  margin-top: -1px;
  background: #15161A;
}
.section_6 .inner {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.section_6 .sc_6_title {
  font-family: "SimplerPro", "sans-serif";
  font-weight: 900;
  font-size: 48px;
  line-height: 104.48%;
  text-align: right;
  width: 1604px;
  margin-bottom: 126px;
}
.section_6 .sc_6_title strong {
  background: linear-gradient(91.82deg, #8FFF00 7.81%, #FAFF00 90.47%);
  border-radius: 4px;
  transform: rotate(0.32deg);
  color: #000;
  padding: 5px 10px 0px;
}
.section_6 .sc_6_middle_block {
  align-items: stretch;
  justify-content: flex-start;
}
.section_6 .sc_6_img_block {
  margin-left: 32px;
  margin-right: 10px;
  width: 485px;
}
.section_6 .sc_6_text_block {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.section_6 .sc_6_winner {
  margin-bottom: 51px;
}
.section_6 .sc_6_descr {
  font-family: "PloniRegularAAA", "sans-serif";
  font-size: 20px;
  line-height: 130.98%;
  text-align: right;
  margin-bottom: 260px;
  max-width: 648px;
  flex-grow: 1;
  margin-bottom: 20px;
}
.section_6 .sc_6_subdescr {
  position: relative;
  font-family: "PloniRegularAAA", "sans-serif";
  font-size: 20px;
  line-height: 130.98%;
  text-align: right;
  padding-right: 11px;
  width: 248px;
  margin-bottom: 44px;
  margin-right: 6px;
}
.section_6 .sc_6_subdescr:after {
  content: "";
  position: absolute;
  display: block;
  top: 8%;
  right: 0;
  height: 80%;
  width: 6px;
  background-color: #fff;
}
.section_6 .sc_6_team_block {
  max-width: 500px;
  justify-content: flex-start;
}
.section_6 .sc_6_team_text {
  font-family: "Unbounded", "sans-serif";
  font-weight: 400;
  font-size: 26px;
  line-height: 107.5%;
  text-align: right;
  margin-right: 20px;
  margin-top: 48px;
}
.section_6 .sc_6_team_text b {
  display: block;
  font-weight: 700;
}
.section_6 .sc_6_bg {
  position: absolute;
  top: 1747px;
  left: -303px;
  animation-name: bg_rotate;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  width: 1371px;
  height: 1518px;
  background-color: #15161A;
  z-index: 1;
}
.section_6 .dc_6_bland_upper {
  position: absolute;
  z-index: 2;
  mix-blend-mode: soft-light;
  opacity: 0.3;
}
.section_6 .sc_6_bg_img {
  position: absolute;
  z-index: 1;
}

.section_7 {
  background: #fff;
  z-index: 3;
}
.section_7 .section_7_running {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 13px 0 20px;
}
.section_7 .section_7_running .running_inner {
  font-family: "Unbounded", "sans-serif";
  font-size: 70.0459px;
  line-height: 100.48%;
  display: flex;
  align-items: center;
  text-align: right;
  text-transform: uppercase;
  color: #000;
  position: relative;
  white-space: nowrap;
  margin-right: 16px;
  animation-name: running;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.section_7 .section_7_running div {
  margin: 0 15px;
}
.section_7 .sc_7_images_block {
  align-items: stretch;
  background-color: #F8F8F8;
}
.section_7 .sc_7_image_right {
  width: 50%;
}
.section_7 .sc_7_image_left {
  width: 50%;
}

.connected_sections {
  position: relative;
}

.animated_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #15161A;
  z-index: 1;
}

.portfolio-s2 {
  background: #000;
  padding-top: 95px;
}
.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 bg_move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
@keyframes arrow_move {
  0% {
    transform: translate(-50%, -20%) rotate(-90deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  100% {
    transform: translate(-50%, -80%) rotate(-90deg);
  }
}
@keyframes bg_rotate {
  100% {
    transform: rotate(360deg);
  }
}
@media all and (max-width: 768px) {
  .section_1 {
    padding: 40px 10px 53px;
  }
  .section_1 .sc_1_title_block {
    display: flex;
    flex-direction: column-reverse;
  }
  .section_1 .sc_1_title {
    font-size: 40px;
    margin: 0 0 19px;
  }
  .section_1 .sc_1_pretitle {
    font-size: 19px;
    margin-bottom: 19px;
    margin-left: 5px;
  }
  .section_1 .sc_1_main_block {
    flex-direction: column-reverse;
  }
  .section_1 .sc_1_main_img_block {
    width: 100%;
    border-radius: 15px;
    padding: 6.3px 7.3px;
    margin-bottom: 53px;
  }
  .section_1 .sc_1_main_text_block {
    margin: 0;
  }
  .section_1 .sc_1_main_text_block_top {
    display: flex;
    justify-content: space-between;
  }
  .section_1 .scroll-btn {
    width: 61px;
    height: 61px;
    border-radius: 50%;
    background: linear-gradient(270deg, #044BAB 0%, #2195EA 100%);
    position: relative;
    top: -18px;
    left: 5px;
  }
  .section_1 .scroll-btn::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/scroll-btn_mob.svg) no-repeat center;
    background-size: contain;
  }
  .section_1 .sc_1_winner {
    right: 10px;
    width: 195px;
    margin-bottom: 32px;
  }
  .section_1 .sc_1_text {
    width: 100%;
    letter-spacing: 0.3px;
    font-size: 20px;
    font-family: SimplerPro_Extended;
    font-weight: 900;
    right: 5px;
  }
  .section_2 {
    padding: 46px 0 43px;
  }
  .section_2 .sc_2_title_wrap {
    margin: 0 0 12px;
    padding: 0 4%;
    justify-content: flex-end;
  }
  .section_2 .sc_2_title {
    font-size: 38px;
    line-height: 128%;
    text-align: left;
    max-width: 380px;
    width: 100%;
    margin: 0;
  }
  .section_2 .sc_2_title::after {
    display: none;
  }
  .section_2 .sc_2_title strong {
    font-weight: 400;
    position: relative;
  }
  .section_2 .sc_2_title strong::after {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(180deg, #0B5CD7 0%, #2199EE 100%);
    transform: rotate(-90deg);
    right: -19px;
    bottom: 13px;
  }
  .section_2 .sc_2_wireframes_long_wrap {
    margin: 0 0 7px;
  }
  .section_2 .sc_2_wireframes_short_wrap {
    margin: 0 0 37px;
    justify-content: flex-end;
  }
  .section_2 .sc_2_wireframes_short_block {
    width: auto;
  }
  .section_2 .sc_2_text {
    width: 100%;
    padding: 0 4%;
  }
  .section_2 .sc_2_text_top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section_2 .scroll_arrow {
    width: 36px;
    height: 36px;
    top: 4px;
    left: -4px;
  }
  .section_2 .scroll_arrow::after {
    width: 15px;
    height: 15px;
  }
  .section_2 .sc_2_block_text {
    color: #1E1E1E;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
  }
  .section_2 .sc_2_block_title {
    margin-bottom: 8px;
  }
  .section_3 {
    border-radius: 0;
    padding: 20px 0 61px;
  }
  .section_3 .inner {
    padding: 0 4%;
    z-index: 2;
    position: relative;
  }
  .section_3 .sc_3_title_block {
    margin-bottom: 12px;
  }
  .section_3 .sc_3_title {
    font-size: 48px;
    font-weight: 400;
    line-height: 109.5%;
    white-space: normal;
    text-align: left;
  }
  .section_3 .sc_3_subtitle_block {
    align-items: flex-end;
    padding-right: 15px;
    margin-bottom: 22px;
  }
  .section_3 .sc_3_subtitle {
    font-size: 16px;
    margin-right: 8px;
  }
  .section_3 .sc_3_subtitle_text {
    font-family: Heebo;
    font-size: 16px;
    font-weight: 700;
    border-bottom: none;
    margin-left: 4px;
    padding: 0;
    width: auto;
    white-space: nowrap;
  }
  .section_3 .sc_3_fonts_img {
    margin-bottom: 90px;
  }
  .section_3 .sc_3_fonts {
    margin: 0 auto;
  }
  .section_3 .sc_3_line {
    height: 1px;
    width: 100%;
    background: #fff;
    position: relative;
    bottom: 2px;
  }
  .section_3 .sc_5_background_circle {
    background: linear-gradient(180deg, #064FD2 0%, #28AAF5 100%);
    width: 190px;
    height: 190px;
    border-radius: 50%;
    top: 55%;
    right: -24%;
    z-index: 1;
    animation-duration: 40s;
    animation-delay: -15s;
    transform-origin: 18vw 11vh;
  }
  .section_4 {
    flex-direction: column-reverse;
  }
  .section_4 .sc_4_text {
    font-size: 72px;
    padding: 40px 4%;
    width: 100%;
  }
  .section_4 .sc_4_text em {
    font-size: 72px;
  }
  .section_4 .sc_4_img {
    width: 100%;
  }
  .section_5 {
    padding: 61px 4% 0;
    height: auto;
  }
  .section_5 .sc_5_title_block {
    margin: 0 0 62px;
  }
  .section_5 .sc_5_title {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    width: auto;
  }
  .section_5 .sc_5_title_text {
    font-family: Heebo;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    border-bottom: none;
    padding: 0;
    margin: 0 0 0 9px;
    width: auto;
    white-space: nowrap;
  }
  .section_5 .sc_5_line {
    height: 1px;
    width: 100%;
    background: #fff;
    position: relative;
    bottom: 2px;
  }
  .section_5 .sc_5_frames {
    z-index: 5;
    position: relative;
    height: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section_5 .sc_5_frame_1_mob {
    position: relative;
  }
  .section_5 .sc_5_frame_1_mob::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 58%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(21, 22, 26, 0) 0%, #15161A 100%);
  }
  .section_5 .sc_5_frame_2_mob {
    position: relative;
    top: -167px;
    right: -29px;
  }
  .section_5 .sc_5_background_circle:nth-child(1) {
    width: 190px;
    height: 190px;
    top: 4.3%;
    left: -13%;
  }
  .section_5 .sc_5_background_circle:nth-child(2) {
    width: 78px;
    height: 78px;
    top: 41.8%;
    right: auto;
    left: 12%;
  }
  .section_6 {
    padding: 28px 0 133px;
  }
  .section_6 .shine-eff.-an-rotate {
    animation: shine-rotate-small 30s infinite linear;
    width: 300px;
    z-index: 1;
    bottom: 400px;
    left: -30%;
  }
  .section_6 .shine-eff.-an-rotate::before, .section_6 .shine-eff.-an-rotate::after {
    width: 250px;
    height: 250px;
  }
  .section_6 .inner {
    padding: 0 4%;
  }
  .section_6 .sc_6_title {
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin-bottom: 26px;
  }
  .section_6 .sc_6_title strong {
    padding: 2px 7px 0px;
  }
  .section_6 .sc_6_middle_block {
    flex-direction: column;
  }
  .section_6 .sc_6_img_block {
    width: 100%;
    margin: 0 auto 43px;
    justify-content: flex-start;
  }
  .section_6 .sc_6_winner {
    max-width: 195px;
    margin-bottom: 10px;
  }
  .section_6 .sc_6_descr {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
  }
  .section_6 .sc_6_subdescr {
    margin-bottom: 20px;
  }
  .section_6 .sc_6_team_text {
    font-size: 20px;
    margin-right: 28px;
    position: relative;
    top: -3px;
  }
  .section_6 .sc_6_team_text b {
    font-weight: 600;
  }
  .section_6 .sc_6_team {
    max-height: 81px;
  }
  .section_6 .sc_6_img {
    margin: 0 auto;
    display: block;
  }
  .section_7 .section_7_running {
    height: 25px;
    padding: 5px 0;
  }
  .section_7 .section_7_running .running_inner {
    font-size: 15px;
    margin-right: 5px;
  }
  .section_7 .section_7_running .running_inner svg {
    height: 11px;
    width: auto;
  }
  .section_7 .section_7_running div {
    margin: 0 5px;
  }
  .section_7 .sc_7_images_block {
    flex-direction: column-reverse;
  }
  .section_7 .sc_7_image_right,
  .section_7 .sc_7_image_left {
    width: 100%;
  }
  .portfolio-s2 {
    padding-top: 46px;
  }
  .portfolio-s2 .marq-wr.-style1 {
    height: 34px;
    border: 0;
  }
  .portfolio-s2 .marq-wr.-style1 .marq {
    font-size: 14px;
  }
}
@media all and (max-width: 425px) {
  .section_1 .sc_1_title {
    font-size: 9.4117647059vw;
  }
  .section_1 .sc_1_text {
    font-size: 4.7058823529vw;
  }
  .section_1 .sc_1_text strong::before {
    top: -1.1764705882vw;
  }
  .section_2 .sc_2_title {
    font-size: 8.9411764706vw;
    max-width: 89.4117647059vw;
  }
  .section_2 .sc_2_block_title {
    font-size: 9.4117647059vw;
  }
  .section_3 .sc_3_title {
    font-size: 11.2941176471vw;
  }
  .section_4 .sc_4_text {
    font-size: 16.9411764706vw;
  }
  .section_5 .sc_5_frames {
    height: 235.2941176471vw;
  }
  .section_5 .sc_5_frame_2_mob {
    top: -39.2941176471vw;
  }
  .section_6 {
    padding: 28px 0 31.2941176471vw;
  }
  .section_6 .sc_6_team_text {
    font-size: 4.7058823529vw;
    margin-top: 11.2941176471vw;
  }
}
@media all and (max-width: 2499px) and (min-width: 769px) {
  .section_1 {
    padding: 3.8671875vw 0 4.84375vw 9.1796875vw;
  }
  .section_1 .sc_1_title {
    font-size: 4.4140625vw;
    margin: 1.4453125vw 0 3.59375vw;
  }
  .section_1 .sc_1_main_img_block {
    width: 60.234375vw;
    border-radius: 2.265625vw;
    padding: 0.9375vw 1.09375vw;
  }
  .section_1 .sc_1_main_text_block {
    margin: 4.6875vw 10.546875vw 0 0;
  }
  .section_1 .sc_1_text {
    width: 20.78125vw;
    font-size: 0.9375vw;
  }
  .section_1 .sc_1_qrcode_block {
    right: -5.3515625vw;
    bottom: 4.765625vw;
    font-size: 5vw;
  }
  .section_1 .sc_1_qrcode {
    width: 15.9375vw;
    height: 15.9375vw;
  }
  .section_2 {
    padding: 6.5625vw 0 5vw;
  }
  .section_2 .sc_2_title_wrap {
    margin: 0 9.2578125vw 6.5234375vw 8.7109375vw;
  }
  .section_2 .sc_2_title {
    font-size: 3.75vw;
    width: 38.4375vw;
  }
  .section_2 .sc_2_title:after {
    width: 1.09375vw;
    height: 1.09375vw;
    border-radius: 1.09375vw;
    right: -1.5234375vw;
    bottom: 0.703125vw;
  }
  .section_2 .sc_2_text {
    font-size: 1.25vw;
    width: 29.296875vw;
  }
  .section_2 .sc_2_block_title {
    font-size: 1.5625vw;
  }
  .section_2 .sc_2_subtitle {
    font-size: 1.875vw;
    margin: 0 0 1.6796875vw 9.1796875vw;
  }
  .section_2 .sc_2_wireframes_long_wrap {
    margin: 0 0 1.5625vw 2.4609375vw;
  }
  .section_2 .sc_2_wireframes_short_wrap {
    margin: 0 9.2578125vw 0 4.3359375vw;
  }
  .section_2 .sc_2_wireframes_texts {
    margin-left: 2.0703125vw;
    width: 29.296875vw;
  }
  .section_2 .sc_2_wireframes_texts_title {
    font-size: 2.2265625vw;
    margin-bottom: 1.25vw;
  }
  .section_2 .sc_2_wireframes_texts_text {
    font-size: 1.25vw;
  }
  .section_2 .scroll_arrow {
    width: 4.453125vw;
    height: 4.453125vw;
    border-radius: 4.453125vw;
  }
  .section_2 .scroll_arrow::after {
    width: 1.6015625vw;
    height: 0.9375vw;
  }
  .section_2 .sc_2_wireframes_short_block {
    width: 54.8046875vw;
  }
  .section_3 {
    border-radius: 2.2265625vw 2.2265625vw 0 0;
    padding: 4.84375vw 0 6.9140625vw;
  }
  .section_3 .inner {
    max-width: 81.40625vw;
  }
  .section_3 .sc_3_title_block {
    margin-bottom: 2.7734375vw;
  }
  .section_3 .sc_3_title {
    font-size: 3.75vw;
  }
  .section_3 .sc_3_title_num {
    font-size: 1.875vw;
    padding-bottom: 1.25vw;
  }
  .section_3 .sc_3_fonts_img {
    margin-bottom: 7.4609375vw;
  }
  .section_3 .sc_3_subtitle_block {
    margin-bottom: 2.890625vw;
  }
  .section_3 .sc_3_subtitle {
    font-size: 1.875vw;
  }
  .section_3 .sc_3_subtitle_text {
    font-size: 0.78125vw;
    padding-bottom: 0.8984375vw;
    margin-left: 1.09375vw;
  }
  .section_4 .sc_4_text {
    width: 41.2890625vw;
    padding: 9.5703125vw 15px 15px 8.9453125vw;
    font-size: 4.765625vw;
  }
  .section_4 .sc_4_text em {
    font-size: 4.765625vw;
  }
  .section_4 .sc_4_img {
    width: 58.7109375vw;
  }
  .section_5 {
    padding-top: 6.6796875vw;
    height: 90.8203125vw;
  }
  .section_5 .sc_5_title_block {
    margin: 0 9.2578125vw 2.890625vw 9.0234375vw;
  }
  .section_5 .sc_5_title {
    font-size: 1.875vw;
    line-height: 1.875vw;
    margin-right: 0.7421875vw;
    width: 16.2109375vw;
  }
  .section_5 .sc_5_title_text {
    font-size: 0.78125vw;
    padding-bottom: 0.8984375vw;
    margin-bottom: 0.46875vw;
  }
  .section_5 .sc_5_frame .frame_inner {
    border-radius: 0.9375vw;
  }
  .section_5 .sc_5_frame_1 {
    top: 14.84375vw;
    width: 35.9375vw;
    height: 38.515625vw;
  }
  .section_5 .sc_5_frame_1 .frame_inner {
    border-radius: 2.65625vw 0 0 2.65625vw;
  }
  .section_5 .sc_5_frame_1_inner {
    left: 0.78125vw;
    top: 1.328125vw;
  }
  .section_5 .sc_5_frame_2 {
    left: 39.84375vw;
    width: 20.1953125vw;
    height: 41.0546875vw;
  }
  .section_5 .sc_5_frame_2 .frame_inner {
    border-radius: 2.65625vw;
  }
  .section_5 .sc_5_frame_2_inner {
    top: 3.125vw;
    width: 18.671875vw;
  }
  .section_5 .sc_5_frame_3 {
    top: 26.09375vw;
    width: 35.859375vw;
    height: 38.515625vw;
  }
  .section_5 .sc_5_frame_3 .frame_inner {
    border-radius: 0 2.65625vw 2.65625vw 0;
    right: 0.78125vw;
  }
  .section_5 .sc_5_frame_3_inner {
    top: 1.328125vw;
  }
  .section_5 .sc_5_frame_4 {
    top: 6.875vw;
    left: 39.84375vw;
    width: 20.1953125vw;
    height: 41.0546875vw;
  }
  .section_5 .sc_5_frame_4 .frame_inner {
    border-radius: 2.65625vw;
  }
  .section_5 .sc_5_frame_4_inner {
    width: 18.671875vw;
    top: 3.125vw;
  }
  .section_5 .section_5_running {
    top: 54.8828125vw;
  }
  .section_5 .section_5_running div {
    font-size: 5.1953125vw;
    margin-right: 0.625vw;
  }
  .sc_5_background .sc_5_background_circle:nth-child(1) {
    width: 28.28125vw;
    height: 28.28125vw;
    border-radius: 28.28125vw;
  }
  .sc_5_background .sc_5_background_circle:nth-child(2) {
    width: 18.7109375vw;
    height: 18.7109375vw;
    border-radius: 18.7109375vw;
  }
  .section_6 {
    padding: 5.078125vw 21.875vw 7.890625vw 0;
  }
  .section_6 .sc_6_title {
    font-size: 1.875vw;
    width: 62.65625vw;
    margin-bottom: 4.921875vw;
  }
  .section_6 .sc_6_img_block {
    margin-left: 1.25vw;
    width: 18.1640625vw;
  }
  .section_6 .sc_6_winner {
    margin-bottom: 1.9921875vw;
    width: 13.984375vw;
  }
  .section_6 .sc_6_descr {
    font-size: 0.78125vw;
    margin-bottom: 7.6vw;
    max-width: 25.3125vw;
  }
  .section_6 .sc_6_subdescr {
    font-size: 0.78125vw;
    width: 25.3125vw;
    margin-bottom: 1.71875vw;
    margin-right: 0.234375vw;
  }
  .section_6 .sc_6_team_block {
    max-width: 19.53125vw;
  }
  .section_6 .sc_6_team_text {
    font-size: 1.015625vw;
    margin-right: 0.78125vw;
    margin-top: 1.875vw;
  }
  .sc_6_bg {
    top: 68.2421875vw;
    left: -11.8359375vw;
    width: 53.5546875vw;
    height: 59.296875vw;
  }
  .section_7 {
    background: #fff;
  }
  .section_7 .section_7_running {
    padding: 0.4296875vw 0 0.8984375vw;
  }
  .section_7 .section_7_running .running_inner {
    font-size: 2.734375vw;
    margin-right: 0.625vw;
  }
  .section_7 .section_7_running .running_inner svg {
    width: 3.3203125vw;
    height: 2.03125vw;
  }
}
@media all and (max-width: 1920px) and (min-width: 769px) {
  .section_6 .sc_6_subdescr {
    font-size: 1.0416666667vw;
  }
  .section_6 .sc_6_subdescr::after {
    width: 0.3125vw;
  }
  .section_6 .sc_6_descr {
    font-size: 1.0416666667vw;
  }
  .section_5 .sc_5_title_text {
    font-size: 1.0416666667vw;
  }
  .section_3 .sc_3_subtitle_text {
    font-size: 1.0416666667vw;
  }
}
@media all and (max-width: 1650px) and (min-width: 769px) {
  .section_1 .sc_1_main_text_block {
    margin: 4.6875vw 10.546875vw 0 20px;
  }
  .section_1 .sc_1_text,
  .section_1 .sc_1_winner {
    right: 0;
  }
  .portfolio-s2 .marq-wr.-style1 {
    height: 4.303030303vw;
  }
  .portfolio-s2 .marq-wr.-style1 .marq {
    font-size: 1.8787878788vw;
  }
}
@media all and (max-width: 1650px) and (min-width: 1025px) {
  .section_1 .sc_1_text {
    font-size: 16px;
  }
}
@media all and (max-width: 1200px) and (min-width: 769px) {
  .section_1 .sc_1_main_text_block {
    margin: 4.6875vw 5% 0 20px;
  }
  .section_1 .sc_1_winner {
    width: 20.25vw;
  }
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .section_1 .sc_1_text {
    font-size: 14px;
  }
  .section_2 .scroll_arrow {
    left: 20px;
  }
  .section_6 .sc_6_descr,
  .section_6 .sc_6_subdescr {
    font-size: 12px;
  }
}/*# sourceMappingURL=portfolio-morial.css.map */