html {
  overflow-x: hidden;
}

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

section {
  position: relative;
}

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

.class_btn {
  cursor: pointer;
}

.section_1 {
  position: relative;
  padding: 56px 303px 101px 282px;
  font-family: "PloniRegularAAA", "sans-serif";
  color: #3A302A;
}
.section_1 .inner {
  max-width: 100%;
  position: relative;
}
.section_1 .sc_1_pretitle {
  font-size: 24px;
  line-height: 127.98%;
  text-transform: uppercase;
  margin-bottom: 28px;
  text-align: left;
}
.section_1 .sc_1_title_block {
  align-items: flex-end;
}
.section_1 .sc_1_title {
  font-family: "PloniRegularAAA", "sans-serif";
  font-size: 166px;
  line-height: 78.48%;
  text-align: left;
  width: 1140px;
  white-space: nowrap;
  direction: ltr;
  margin-left: -15px;
  margin-bottom: -30px;
}
.section_1 .sc_1_subtitle {
  position: relative;
  font-size: 32px;
  line-height: 127.98%;
  text-transform: uppercase;
  text-align: right;
  white-space: nowrap;
  width: 858px;
  overflow: hidden;
  top: 12px;
  right: 12px;
}
.section_1 .sc_1_subtitle:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  background-color: #000;
  margin-right: 14px;
}
.section_1 .sc_1_main_image {
  margin-top: 48px;
}
.section_1 .sc_1_main_image .sc_1_main_img {
  width: 100%;
  height: auto;
}
.section_1 .sc_1_bottomtext {
  margin: 74px 652px 0 0;
  width: 884px;
  font-size: 36px;
  line-height: 128%;
  text-align: right;
  color: #1E1E1E;
}
.section_1 .sc_1_bt_title {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 15px;
}
.section_1 .sc_1_circle_block {
  position: absolute;
  right: 79px;
  top: 1115px;
  width: 327px;
  height: 327px;
  border-radius: 327px;
  background-color: #fff;
}
.section_1 .sc_1_circle_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  animation-name: bg_rotate;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-timing-function: linear;
}
.section_1 .sc_1_circle_text .sc_1_circle_text_img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 1000%;
}
.section_1 .scroll_down {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 141px;
  height: 141px;
  border-radius: 141px;
  background: #503F36;
}
.section_1 .scroll_down:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 49px;
  background: url("../img/arrow.svg") no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.section_1 .sc_1_line_1 {
  position: absolute;
  top: 394px;
  right: 63px;
  width: 80px;
  height: 945px;
}
.section_1 .sc_1_line_2 {
  position: absolute;
  top: 493px;
  right: 170px;
  width: 45px;
  height: 945px;
}
.section_1 .sc_1_line_3 {
  position: absolute;
  top: 270px;
  right: 235px;
  width: 27px;
  height: 945px;
}

.section_2 {
  position: relative;
  color: #3A302A;
  font-family: "PloniRegularAAA", "sans-serif";
}
.section_2 .inner {
  max-width: 2310px;
  background: #FBF9F5;
  border: 1px solid #503F36;
  border-radius: 55px;
  padding: 68px 58px 63px 140px;
  align-items: stretch;
}
.section_2 .sc_2_image_block {
  width: 742px;
  margin-left: 26px;
  padding-right: 216px;
  background-color: #6F584C;
  position: relative;
}
.section_2 .sc_2_mask_block {
  position: absolute;
  top: 50%;
  right: 0;
  width: 216px;
  height: 100%;
  transform: translateY(-50%);
  background-image: url("../img/sc_2_mask_img.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.section_2 .sc_2_info_block {
  position: relative;
  width: 1343px;
}
.section_2 .sc_2_colors_block {
  margin-bottom: 97px;
}
.section_2 .sc_2_colors_title {
  position: relative;
  font-size: 96px;
  line-height: 78.48%;
  margin-right: 49px;
  white-space: nowrap;
  top: 6px;
}
.section_2 .sc_2_colors {
  color: #FBF9F5;
}
.section_2 .sc_2_colors > div {
  padding: 7px 11px;
  height: 63px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  top: -7px;
}
.section_2 .sc_2_colors > div:not(:first-child) {
  margin-right: 4px;
}
.section_2 .sc_2_colors .color_1 {
  width: 318px;
  background-color: #6F584C;
}
.section_2 .sc_2_colors .color_2 {
  width: 115px;
  background-color: #503F36;
}
.section_2 .sc_2_colors .color_3 {
  width: 123px;
  background-color: #E19F68;
  direction: ltr;
  justify-content: flex-end;
}
.section_2 .sc_2_fonts_block {
  align-items: stretch;
}
.section_2 .sc_2_fonts_pretitle {
  font-family: "PloniRegularAAA", "sans-serif";
  font-size: 24px;
  line-height: 35px;
  letter-spacing: -0.02em;
  color: #000000;
  text-align: left;
  margin-bottom: 8px;
}
.section_2 .sc_2_fonts_pretitle.english_pretitle {
  margin-bottom: 0;
}
.section_2 .sc_2_fonts_image {
  width: 614px;
  position: relative;
}
.section_2 .sc_2_fonts {
  width: 733px;
}
.section_2 .sc_2_fonts .font_title {
  font-family: "PloniRegularAAA", "sans-serif";
  font-size: 36px;
  line-height: 53px;
  text-align: left;
  letter-spacing: -0.02em;
  color: #000000;
  border-bottom: 1px solid #3A302A;
}
.section_2 .sc_2_font_oscar {
  font-family: "Oscar FM", "sans-serif";
}
.section_2 .sc_2_font_oscar .font_text {
  font-family: "Oscar FM", "sans-serif";
  font-size: 86px;
  line-height: 86px;
  text-align: right;
  letter-spacing: -0.02em;
  color: #3A302A;
  margin-top: 26px;
}
.section_2 .sc_2_font_rubik .font_title {
  margin-top: -21px;
}
.section_2 .sc_2_font_rubik .font_text {
  font-weight: 300;
  font-size: 20px;
  line-height: 150.5%;
  text-align: right;
  color: #000000;
  margin: 24px 0 124px;
  max-width: 650px;
}
.section_2 .sc_2_font_bebas .font_title {
  font-family: "Bebas Neue", "sans-serif";
  font-size: 48px;
  line-height: 58px;
  text-align: left;
  color: #000000;
  border: none;
}
.section_2 .sc_2_font_bebas .font_text {
  font-family: "Janetta Silloam", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 79px;
  text-align: right;
  color: #3A302A;
}
.section_2 .sc_2_bottom_lines {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.section_2 .sc_2_fonts_bg {
  position: absolute;
  top: 15px;
  left: 74px;
  animation-name: bg_move;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: linear;
}
.section_2 .sc_2_fonts_wood {
  mix-blend-mode: multiply;
  position: absolute;
  top: -22px;
  left: 26px;
}
.section_2 .sc_2_wood_img {
  max-width: 614px;
}

.section_3 {
  position: relative;
  color: #3A302A;
  font-family: "PloniRegularAAA", "sans-serif";
}
.section_3 .sc_3_title_block {
  width: 2108px;
  margin: 126px auto 95px 266px;
  align-items: baseline;
}
.section_3 .sc_3_title {
  font-size: 48px;
  line-height: 78.48%;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  width: 252px;
  white-space: nowrap;
  margin-right: 33px;
}
.section_3 .sc_3_subtitle {
  font-size: 32px;
  line-height: 78.48%;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 15px;
}
.section_3 .sc_3_linetitle {
  display: inline-block;
  height: 1px;
  width: 100%;
  background-color: #000;
  margin-right: 14px;
}
.section_3 .inner {
  max-width: 2310px;
  background: #FBF9F5;
  border: 1px solid #503F36;
  border-radius: 55px;
  padding: 52px 58px 54px;
  align-items: stretch;
}
.section_3 .sc_3_main_block {
  background-color: #C6BBAE;
  align-items: stretch;
  z-index: 2;
}
.section_3 .sc_3_top_img {
  position: relative;
  z-index: 3;
}
.section_3 .sc_3_small_logo {
  position: absolute;
  width: 102px;
  height: 102px;
  top: 7px;
  left: 209px;
}
.section_3 .sc_3_main_image_block {
  position: relative;
  width: 1518px;
  z-index: 1;
}
.section_3 .sc_3_main_text_block {
  position: absolute;
  color: #fff;
  right: 98px;
  bottom: 170px;
  z-index: 2;
}
.section_3 .sc_3_text_title {
  font-family: "Oscar FM", "sans-serif";
  font-size: 94px;
  line-height: 94px;
  text-align: right;
}
.section_3 .sc_3_text_subtitle {
  position: relative;
  font-family: "Ktav Yad CLM", "sans-serif";
  font-style: italic;
  font-weight: 500;
  font-size: 55px;
  line-height: 97px;
  text-align: right;
  margin-right: 28px;
  top: -5px;
}
.section_3 .sc_3_scroll_down {
  position: absolute;
  right: 98px;
  bottom: 74px;
  width: 88px;
  height: 88px;
  border-radius: 88px;
  border: 1px solid #FFFFFF;
  z-index: 2;
}
.section_3 .sc_3_scroll_down::after {
  content: url("../img/sc_3_arrow.svg");
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
}
.section_3 .sc_3_main_right_block {
  position: relative;
  width: 675px;
  overflow: hidden;
}
.section_3 .sc_3_circle_text {
  position: absolute;
  width: 316px;
  right: -109px;
  bottom: -91px;
  animation-name: bg_move;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-timing-function: linear;
}
.section_3 .sc_3_s_img {
  position: relative;
  top: 61px;
  right: 244px;
  width: 371px;
  height: auto;
}
.section_3 .sc_3_main_left_block {
  position: relative;
}
.section_3 .sc_3_bottom_line {
  background-color: #F2ECE4;
  width: 100%;
  height: 13px;
}
.section_3 .sc_3_inner_wrap {
  overflow: hidden;
  border-radius: 16px;
}

.section_4 {
  position: relative;
  color: #3A302A;
  font-family: "PloniRegularAAA", "sans-serif";
  padding-bottom: 149px;
}
.section_4 .sc_4_title_block {
  width: 2108px;
  margin: 89px auto 95px 266px;
  align-items: baseline;
}
.section_4 .sc_4_title {
  font-size: 48px;
  line-height: 78.48%;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  width: 252px;
  white-space: nowrap;
  margin-right: 33px;
}
.section_4 .sc_4_subtitle {
  font-size: 32px;
  line-height: 78.48%;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 15px;
}
.section_4 .sc_4_linetitle {
  display: inline-block;
  height: 1px;
  width: 100%;
  background-color: #000;
  margin-right: 14px;
}
.section_4 .sc_4_top_block {
  position: relative;
  width: 1681px;
  max-height: 767px;
  margin: 0 696px 112px 0;
  border: 1px solid #503F36;
  border-radius: 48px;
  background-color: #fbf9f5;
  z-index: 2;
}
.section_4 .sc_4_top_img.desktop- {
  position: relative;
  top: 40px;
}
.section_4 .sc_4_slaborella_text {
  position: absolute;
  width: 564px;
  top: 596px;
  left: 434px;
}
.section_4 .sc_4_slaborella_text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.section_4 .sc_4_bottom_block {
  position: relative;
  width: 1681px;
  margin-right: 182px;
  background-color: #fbf9f5;
  z-index: 4;
}
.section_4 .sc_4_circles {
  position: absolute;
  top: 196px;
  right: 201px;
  z-index: 1;
  animation-name: bg_move;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-timing-function: linear;
}
.section_4 .running-lines {
  position: absolute;
  top: 1320px;
  left: 0;
  width: 50%;
  overflow: hidden;
}
.section_4 .running-line {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 7px 0 0;
  margin-bottom: 10px;
  z-index: 2;
}
.section_4 .running-line div {
  font-family: "Heebo", "sans-serif";
  font-weight: 900;
  font-size: 134px;
  line-height: 78.48%;
  text-transform: uppercase;
  color: #3A302A;
  opacity: 0.05;
  position: relative;
  white-space: nowrap;
  margin-right: 16px;
  animation-name: running;
  animation-duration: 90s;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-timing-function: linear;
}
.section_4 .running-line.ltr-line div {
  animation-name: running;
  animation-duration: 90s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: linear;
}

.section_5 {
  padding: 124px 0 158px;
  display: none;
}
.section_5 .inner {
  max-width: 2298px;
  direction: ltr;
}
.section_5 .sc_5_main_block {
  position: relative;
  width: 1811px;
  border: 1px solid #503F36;
  border-radius: 48px;
  padding: 48px 46px;
  z-index: 2;
}
.section_5 .sc_5_main_img {
  margin-top: -79px;
}
.section_5 .sc_5_slaborbella_text {
  position: absolute;
  top: 293px;
  left: 345px;
}
.section_5 .sc_5_slaborella_block {
  position: relative;
  margin-right: 198px;
  width: 195px;
  top: -10px;
}

.section_6 {
  background-color: #FBF9F5;
}
.section_6 .sc_6_main_block {
  background-color: #C6BBAE;
  align-items: stretch;
  justify-content: flex-start;
  direction: ltr;
}
.section_6 .sc_6_left_block {
  width: 1283px;
}
.section_6 .sc_6_frame_block {
  position: relative;
  margin: 140px 0 0 326px;
  width: 442px;
  border-radius: 52px;
  overflow: hidden;
}
.section_6 .sc_6_frame_img {
  position: relative;
  z-index: 2;
}
.section_6 .sc_6_frame_inner {
  position: absolute;
  width: 96%;
  top: 1%;
  left: 2%;
  z-index: 1;
}
.section_6 .sc_6_slaborbella_block {
  text-align: center;
  margin-top: 93px;
}
.section_6 .sc_6_slaborbella_image {
  width: 858px;
  margin: 0 auto 23px;
}
.section_6 .sc_6_slaborbella_text {
  font-family: "Bebas Neue", "sans-serif";
  text-align: center;
  font-size: 27px;
  line-height: 33px;
  letter-spacing: 0.63em;
  color: #3A302A;
  margin-left: 12px;
}

.section_7 {
  padding-top: 64px;
  background-color: #FBF9F5;
}
.section_7 .inner {
  max-width: 2310px;
  border: 1px solid #3A302A;
  border-radius: 55px 55px 0 0;
  border-bottom: none;
  padding: 118px 338px 359px 338px;
  text-align: center;
}
.section_7 .sc_7_title_block {
  width: 2192px;
  margin: 82px 184px 85px;
  align-items: baseline;
}
.section_7 .sc_7_title {
  font-size: 48px;
  line-height: 78.48%;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  width: 443px;
  white-space: nowrap;
  margin-right: 33px;
}
.section_7 .sc_7_subtitle {
  font-size: 32px;
  line-height: 78.48%;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 15px;
}
.section_7 .sc_7_linetitle {
  display: inline-block;
  height: 1px;
  width: 100%;
  background-color: #000;
  margin-right: 14px;
}
.section_7 .sc_7_main_title {
  font-family: "Oscar FM";
  font-size: 124px;
  line-height: 124px;
  text-align: center;
  color: #3A302A;
  margin-bottom: 15px;
}
.section_7 .sc_7_main_title_circle {
  position: relative;
  display: inline-block;
  width: 47px;
  height: 47px;
  border: 1px solid #3A302A;
  border-radius: 47px;
  margin: 5px 5px 0 0;
}
.section_7 .sc_7_main_title_circle::after {
  content: "";
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #3A302A;
  border-radius: 9px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section_7 .sc_7_main_subtitle {
  font-size: 20px;
  line-height: 143.5%;
  color: #000000;
  width: 682px;
  margin: 0 auto;
}

.section_8 {
  background-color: #3A302A;
  padding-bottom: 235px;
}
.section_8 .inner {
  max-width: 2310px;
  border: 1px solid #FBF9F5;
  border-radius: 0 0 55px 55px;
  border-top: none;
  padding: 628px 0 85px 58px;
  text-align: center;
}
.section_8 .sc_8_top_images_block {
  position: absolute;
  width: 1634px;
  top: -318px;
  left: 50%;
  transform: translateX(-50%);
}
.section_8 .sc_8_top_image_block {
  position: relative;
  width: 533px;
  border-bottom: 12px #C6BBAE solid;
}
.section_8 .sc_8_top_image_desc {
  position: absolute;
  bottom: 40px;
  right: 30px;
  text-align: right;
  color: #FFFFFF;
}
.section_8 .sc_8_top_image_title {
  font-family: "Bebas Neue", "sans-serif";
  font-size: 34px;
  line-height: 31px;
  margin-bottom: 11px;
  letter-spacing: 0.03em;
}
.section_8 .sc_8_top_image_text {
  font-family: "Heebo", "sans-serif";
  font-size: 15px;
  line-height: 23px;
  padding-top: 16px;
  border-top: 1px solid #FFFFFF;
}
.section_8 .sc_8_image_plus {
  position: absolute;
  font-family: "Bebas Neue", "sans-serif";
  font-size: 61px;
  line-height: 73px;
  color: #FFFFFF;
  left: 55px;
  bottom: 40px;
}
.section_8 .sc_8_circles {
  position: absolute;
  left: -149px;
  top: -160px;
  width: 844px;
  animation-name: bg_move;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-timing-function: linear;
}
.section_8 .sc_8_bottom_images_block {
  position: relative;
  direction: ltr;
  z-index: 2;
}
.section_8 .sc_8_bottom_image_left {
  width: 1364px;
}
.section_8 .sc_8_bottom_image_right {
  position: absolute;
  right: 58px;
  bottom: -480px;
  width: 1444px;
}
.section_8 .sc_8_circles_2 {
  position: absolute;
  bottom: -330px;
  right: 230px;
  width: 844px;
  animation-name: bg_move;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: linear;
}
.section_8 .running-lines {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 135px 0 0;
  z-index: 1;
}
.section_8 .running-lines .running-line {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 2560px;
  z-index: 2;
}
.section_8 .running-lines .running-line:nth-of-type(2) {
  margin-bottom: 10px;
}
.section_8 .running-lines .running-line div {
  font-family: "Bebas Neue", "sans-serif";
  font-size: 150px;
  line-height: 100%;
  margin-right: 16px;
  color: #928A7E;
  opacity: 0.2;
  animation-name: running;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-timing-function: linear;
  white-space: nowrap;
}
.section_8 .running-lines .running-line.ltr-line div {
  animation-name: running;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: linear;
}

.section_9 {
  z-index: 2;
  height: 923px;
  padding-top: 100px;
  display: none;
}
.section_9 .sc_9_frame_block {
  width: 2197px;
  position: relative;
  margin: 0px auto 0px;
  overflow: hidden;
  border-radius: 54px;
}
.section_9 .sc_9_frame_img {
  z-index: 3;
  position: relative;
}
.section_9 .sc_9_frame_inner {
  position: absolute;
  left: 0;
  top: 0;
  background: #FBF9F5;
}
.section_9 .sc_9_loading_img {
  mix-blend-mode: multiply;
  z-index: 2;
  position: relative;
}
.section_9 .sc_9_loading_line {
  position: absolute;
  bottom: 38px;
  width: 100%;
  background-color: #FBF9F5;
  border-radius: 0px 0px 54px 54px;
}
.section_9 .sc_9_loading_line .running-lines {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 2560px;
}
.section_9 .sc_9_loading_line .running-lines .running_line_inner {
  font-family: "PloniRegularAAA", "sans-serif";
  font-size: 69px;
  line-height: 78.48%;
  text-transform: uppercase;
  color: #3A302A;
  position: relative;
  margin-right: 16px;
  white-space: nowrap;
  animation-name: running;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-timing-function: linear;
}

.section_10 {
  background-color: #3A302A;
  padding-top: 35px;
  height: 813px;
}
.section_10 .sc_10_title_block {
  max-width: 2111px;
  margin: 0 183px 73px 266px;
  align-items: baseline;
}
.section_10 .sc_10_title {
  font-size: 48px;
  line-height: 78.48%;
  text-transform: uppercase;
  color: #FBF9F5;
  text-align: left;
  position: relative;
  width: 443px;
  white-space: nowrap;
  margin-right: 33px;
}
.section_10 .sc_10_linetitle {
  display: inline-block;
  height: 1px;
  width: 100%;
  background-color: #FBF9F5;
  margin-right: 14px;
}
.section_10 .sc_10_images_block {
  position: relative;
  max-width: 2190px;
  margin: 73px auto;
}
.section_10 .sc_10_frame_img {
  position: relative;
  z-index: 2;
}
.section_10 .sc_10_image_block {
  width: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 54px;
}
.section_10 .sc_10_frame_inner {
  position: absolute;
  bottom: 0;
  left: 1%;
  width: 98%;
  height: 98%;
  z-index: 1;
}
.section_10 .sc_10_image_block_1 {
  top: 425px;
}
.section_10 .sc_10_image_block_2 {
  top: 330px;
}
.section_10 .sc_10_text_block {
  position: absolute;
  top: 225px;
  right: 264px;
  max-width: 860px;
}
.section_10 .sc_10_top_text {
  font-family: "PloniRegularAAA", "sans-serif";
  font-weight: 700;
  font-size: 48px;
  line-height: 128%;
  text-align: right;
  color: #FBF9F5;
  margin-bottom: 9px;
}
.section_10 .sc_10_bottom_text {
  font-family: "PloniRegularAAA", "sans-serif";
  font-size: 36px;
  line-height: 128%;
  text-align: right;
  color: #FBF9F5;
}

.section_11 {
  padding-top: 725px;
}

.sc_11_slaborella_block {
  align-items: flex-start;
  justify-content: flex-end;
  top: -187px;
  position: relative;
}

.sc_11_slaborella_image {
  width: 858px;
  margin-left: 179px;
}

.sc_11_lines {
  width: 100%;
  left: 1032px;
  height: 206px;
  position: absolute;
  background-image: url(../img/sc_11_lines_img.svg);
  background-position: left center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: -40px;
}

.sc_11_main_images {
  align-items: stretch;
  margin-bottom: 104px;
}

.sc_11_left_image {
  position: relative;
  width: 1109px;
  margin: 0 72px 0 132px;
  z-index: 2;
}

.sc_11_right_image {
  position: relative;
  background: #FBF9F5;
  border: 1px solid #503F36;
  border-right: none;
  border-radius: 57px 0 0 57px;
  padding: 39px 0 39px 37px;
  width: 1250px;
  z-index: 2;
}

.sc_11_wood {
  position: absolute;
  left: -101px;
  top: -73px;
  width: 536px;
  mix-blend-mode: normal;
  transform: rotate(-3.93deg);
}

.sc_11_lines_bottom {
  position: absolute;
  left: 0;
  bottom: 55px;
  z-index: 1;
}

.portfolio-s2 {
  background: #000;
  padding-top: 96px;
}
.portfolio-s2 .marq-wr.-style1 {
  height: 71px;
  border: 0;
}
.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 bg_rotate {
  100% {
    transform: translate(-50%, -50%) 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);
  }
}
@media all and (max-width: 768px) {
  .section_1 {
    padding: 70px 0 40px;
  }
  .section_1 .inner {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .section_1 .sc_1_title_block {
    flex-direction: column;
    order: 1;
    padding: 0 4%;
  }
  .section_1 .sc_1_title {
    font-size: 55px;
    width: 100%;
    margin: 0;
  }
  .section_1 .sc_1_subtitle {
    width: 100%;
    font-size: 16px;
    text-align: left;
    top: 0;
    right: 0;
    margin-bottom: 7px;
  }
  .section_1 .sc_1_subtitle:after {
    display: none;
  }
  .section_1 .sc_1_main_image {
    order: 2;
    margin-top: 24px;
    position: relative;
  }
  .section_1 .sc_1_circle_block {
    top: auto;
    bottom: -98px;
    right: auto;
    left: 4%;
    width: 196px;
    height: 196px;
    border-radius: 50%;
  }
  .section_1 .sc_1_circle_text .sc_1_circle_text_img {
    width: 196px;
  }
  .section_1 .scroll_down {
    width: 84px;
    height: 84px;
    border-radius: 50%;
  }
  .section_1 .scroll_down::after {
    width: 12px;
    height: 25px;
  }
  .section_1 .sc_1_pretitle {
    order: 4;
    font-size: 20px;
    margin-bottom: 0;
    text-align: right;
    margin-top: 11px;
    padding-right: 15%;
  }
  .section_1 .sc_1_bottomtext {
    order: 5;
    margin: 102px 0 0;
    width: 100%;
    padding: 0 4%;
  }
  .section_1 .sc_1_bt_title {
    font-size: 42px;
    line-height: 128%;
    margin-bottom: 10px;
  }
  .section_1 .sc_1_bt_text {
    font-size: 18px;
    line-height: 128%;
  }
  .section_1 .sc_1_line_3,
  .section_1 .sc_1_line_2,
  .section_1 .sc_1_line_1 {
    display: none;
  }
  .section_2 {
    padding: 0 4% 273px;
  }
  .section_2 .inner {
    padding: 20px 10px 141px;
    border-radius: 10px;
    position: relative;
  }
  .section_2 .sc_2_image_block {
    display: none;
  }
  .section_2 .sc_2_info_block {
    width: 100%;
    position: static;
  }
  .section_2 .sc_2_colors_block {
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-bottom: 56px;
  }
  .section_2 .sc_2_colors_title {
    font-size: 40px;
    top: 0;
    margin: 0 0 17px 0;
  }
  .section_2 .sc_2_colors {
    width: 100%;
  }
  .section_2 .sc_2_colors > div {
    height: 60px;
    top: 0;
    font-size: 14px;
    line-height: 21px;
    padding: 0 5px;
  }
  .section_2 .sc_2_colors > div:not(:first-child) {
    margin-right: 3px;
  }
  .section_2 .sc_2_colors .color_1 {
    width: 56%;
  }
  .section_2 .sc_2_colors .color_2 {
    width: 20%;
  }
  .section_2 .sc_2_colors .color_3 {
    width: 22%;
  }
  .section_2 .sc_2_fonts_block {
    flex-direction: column-reverse;
  }
  .section_2 .sc_2_fonts {
    width: 100%;
  }
  .section_2 .sc_2_fonts .font_title {
    line-height: 50px;
  }
  .section_2 .sc_2_fonts_pretitle {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 0;
  }
  .section_2 .sc_2_font_oscar .font_text {
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 60px;
    line-height: 69px;
  }
  .section_2 .sc_2_font_rubik .font_text {
    font-size: 16px;
    margin: 8px 0 42px;
    max-width: 370px;
  }
  .section_2 .sc_2_font_bebas {
    flex-direction: column-reverse;
    align-items: normal;
  }
  .section_2 .sc_2_font_bebas .font_title {
    letter-spacing: 0;
  }
  .section_2 .sc_2_font_bebas .font_text {
    font-size: 35px;
    line-height: 55px;
  }
  .section_2 .sc_2_fonts_pretitle.english_pretitle {
    margin-bottom: 8px;
  }
  .section_2 .sc_2_fonts_image {
    width: 100%;
    z-index: 2;
  }
  .section_2 .sc_2_wood_img {
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .section_2 .sc_2_fonts_wood {
    top: -7.9427083333vw;
    left: 0;
    width: 100%;
  }
  .section_2 .sc_2_fonts_bg {
    left: 0;
    width: 100%;
  }
  .section_2 .sc_2_fonts_lines_bg {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
  }
  .section_2 .sc_2_bottom_lines {
    display: none;
  }
  .section_3 {
    padding: 0 8px;
  }
  .section_3 .inner {
    width: 100%;
    border: 0;
    padding: 0;
  }
  .section_3 .sc_3_title_block {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 20px;
  }
  .section_3 .sc_3_subtitle {
    font-size: 18px;
    margin-left: 10px;
  }
  .section_3 .sc_3_title {
    font-size: 18px;
    width: auto;
    margin-right: 12px;
  }
  .section_3 .sc_3_linetitle {
    position: relative;
    top: -5px;
    margin-right: 0;
  }
  .section_3 .sc_3_main_image_block {
    width: 100%;
  }
  .section_3 .sc_3_inner_wrap {
    padding: 10px 9px 9px 8px;
    border-radius: 11px;
    border: 0.349px solid #503F36;
  }
  .section_4 {
    padding-top: 38px;
    padding-bottom: 18.1176470588vw;
  }
  .section_4 .sc_4_title_block {
    width: 100%;
    margin: 0;
    padding: 0 17px;
    margin-bottom: 18px;
  }
  .section_4 .sc_4_title {
    font-size: 18px;
    width: auto;
    margin-right: 10px;
  }
  .section_4 .sc_4_subtitle {
    font-size: 18px;
    margin-left: 10px;
  }
  .section_4 .sc_4_linetitle {
    background: #3A302A;
    height: 0.5px;
    position: relative;
    top: -7px;
    margin-right: 0;
  }
  .section_4 .sc_4_top_block {
    width: 100%;
    margin: 0 0 13px;
    border: 0;
    padding: 0;
    border-radius: 0;
    text-align: left;
  }
  .section_4 .sc_4_top_img {
    width: 96%;
    margin: 0 auto 0 0;
  }
  .section_4 .sc_4_bottom_block {
    width: 100%;
    margin-right: 0;
    border: 0;
    padding: 0;
    border-radius: 0;
    margin-bottom: 45px;
  }
  .section_4 .sc_4_bottom_img {
    position: relative;
    width: 96%;
    right: 4%;
  }
  .section_4 .sc_4_circles {
    display: none;
  }
  .section_4 .running-lines {
    top: auto;
    width: 100%;
  }
  .section_4 .running-line {
    padding: 0;
  }
  .section_4 .running-line:nth-of-type(2), .section_4 .running-line:nth-of-type(3) {
    display: none;
  }
  .section_4 .running-line div {
    font-size: 46px;
  }
  .section_4 .sc_4_slaborella_text {
    display: none;
  }
  .section_5 {
    padding: 33.4117647059vw 0 42px;
  }
  .section_5 .inner {
    padding: 0;
  }
  .section_5 .sc_5_main_block {
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-top: -24.9411764706vw;
  }
  .section_5 .sc_5_slaborbella_text {
    top: 24vw;
    left: 4.2352941176vw;
    width: 43.2941176471vw;
  }
  .section_5 .sc_5_slaborella_block {
    display: none;
  }
  .section_5 .sc_5_main_img {
    width: 100%;
    margin-top: 0;
  }
  .section_6 .sc_6_main_block {
    padding: 86px 4% 77px;
  }
  .section_6 .sc_6_frame_block {
    margin: 0;
    width: 100%;
    border-radius: 0;
  }
  .section_6 .sc_6_left_block {
    display: none;
  }
  .section_6 .sc_6_frame_inner {
    width: 97%;
    left: 1.5%;
  }
  .section_6 .sc_6_slaborbella_block {
    padding: 0 4%;
    margin-top: 40px;
  }
  .section_6 .sc_6_slaborbella_image {
    width: 100%;
    margin: 0 auto 10px;
  }
  .section_6 .sc_6_slaborbella_text {
    font-size: 12px;
    line-height: 13px;
  }
  .section_7 {
    padding: 92px 4% 21.484375vw;
  }
  .section_7::after {
    content: "";
    position: absolute;
    width: 92%;
    height: 22.9947916667vw;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 0.5px solid #503F36;
    border-bottom: 0;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section_7 .sc_7_title_block {
    width: 100%;
    margin: 0 0 4.0364583333vw;
  }
  .section_7 .sc_7_subtitle {
    font-size: 18px;
    margin-left: 10px;
  }
  .section_7 .sc_7_title {
    font-size: 18px;
    margin-right: 10px;
    width: auto;
  }
  .section_7 .inner {
    border-radius: 10px;
    border: 0.5px solid #503F36;
    padding: 33px 0 0;
    display: none;
  }
  .section_7 .sc_7_main_title {
    font-size: 32px;
    line-height: 100%;
  }
  .section_7 .sc_7_main_subtitle {
    font-size: 16px;
  }
  .section_7 .sc_7_linetitle {
    position: relative;
    top: -5px;
    margin-right: 0;
  }
  .section_7 .sc_7_main_title_circle {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 5px -5px 0 0;
  }
  .section_7 .sc_7_main_title_circle::after {
    width: 2px;
    height: 2px;
    border-radius: 50%;
  }
  .section_8 {
    padding: 0 4% 40px;
    margin-top: 33.0078125vw;
  }
  .section_8 .inner {
    padding: 26.0026041667vw 0 25px;
    border: 0.5px solid #FBF9F5;
    border-radius: 0 0 10px 10px;
  }
  .section_8 .sc_8_top_images_block {
    width: 100%;
    top: -50vw;
    left: 0;
    transform: none;
  }
  .section_8 .sc_8_bottom_image_left {
    width: 100%;
  }
  .section_8 .sc_8_bottom_left_img {
    height: 225px;
    width: auto;
    position: relative;
    left: -24.5%;
  }
  .section_8 .sc_8_bottom_image_right {
    right: 0px;
    bottom: auto;
    width: 100%;
    top: 135px;
  }
  .section_8 .sc_8_bottom_right_img {
    height: 361px;
    width: auto;
    position: relative;
    right: -24.5%;
  }
  .section_8 .sc_8_circles {
    left: auto;
    top: 30px;
    right: -18%;
    width: 250px;
  }
  .section_8 .sc_8_circles_2 {
    display: none;
  }
  .section_8 .running-lines {
    margin: 12px 0 0;
    left: -4%;
  }
  .section_8 .running-lines .running-line div {
    font-size: 80px;
  }
  .section_9 {
    display: none;
  }
  .section_10 {
    padding-top: 65px;
    background: #FBF9F5;
  }
  .section_10 .sc_10_title_block {
    margin: 0 0 40px;
    padding: 0 4%;
  }
  .section_10 .sc_10_title {
    font-size: 18px;
    width: auto;
    margin-right: 10px;
    color: #3A302A;
  }
  .section_10 .sc_10_top_text {
    font-size: 42px;
    color: #3A302A;
  }
  .section_10 .sc_10_bottom_text {
    font-size: 18px;
    color: #3A302A;
  }
  .section_10 .sc_10_linetitle {
    background: #3A302A;
    margin-right: 0;
    position: relative;
    top: -5px;
  }
  .section_10 .sc_10_text_block {
    position: static;
    padding: 0 4%;
  }
  .section_10 .sc_10_images_block {
    flex-wrap: wrap;
    margin: 21px auto;
  }
  .section_10 .sc_10_images_block.desktop- {
    display: none;
  }
  .section_10 .sc_10_image_block {
    width: calc(50% - 4px);
    border-radius: 0;
  }
  .section_10 .sc_10_image_block_1 {
    top: 0;
    margin-bottom: 10px;
    margin-left: 8px;
  }
  .section_10 .sc_10_image_block_3 {
    margin-left: 8px;
  }
  .section_10 .sc_10_image_block_2,
  .section_10 .sc_10_image_block_4 {
    top: -96px;
  }
  .section_10 .sc_10_row {
    display: flex;
    justify-content: center;
    min-width: 496px;
    position: relative;
    right: -6%;
    z-index: 2;
  }
  .section_10 .sc_10_row_1 {
    padding-top: 96px;
  }
  .section_10 .sc_10_circles {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    animation-name: bg_move;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-direction: reverse;
    animation-timing-function: linear;
  }
  .section_11 {
    position: relative;
    padding: 600px 0 0;
  }
  .section_11 .sc_11_main_images {
    margin-bottom: 87px;
    position: relative;
  }
  .section_11 .sc_11_main_images.desktop- {
    display: none;
  }
  .section_11 .sc_11_main_img_mob {
    width: 100%;
  }
  .section_11 .sc_11_wood_mob {
    position: absolute;
    top: -210px;
    left: -40%;
    width: 400px;
    height: 400px;
  }
  .portfolio-s2 {
    padding-top: 60px;
  }
  .portfolio-s2 .marq-wr.-style1 {
    height: 34px;
  }
  .portfolio-s2 .marq-wr.-style1 .marq {
    font-size: 14px;
  }
}
@media all and (min-width: 426px) and (max-width: 768px) {
  .section_11 .sc_11_wood_mob {
    top: -27.34375vw;
    left: -40%;
    width: 52.0833333333vw;
    height: 52.0833333333vw;
  }
}
@media all and (min-width: 500px) and (max-width: 768px) {
  .section_10 .sc_10_images_block {
    padding: 0 4%;
  }
  .section_10 .sc_10_row {
    right: 0;
    min-width: 100%;
  }
  .section_10 .sc_10_image_block img {
    display: block;
    margin: 0 auto;
  }
}
@media all and (max-width: 425px) {
  .section_1 .sc_1_title {
    font-size: 12.9411764706vw;
  }
  .section_1 .sc_1_circle_text .sc_1_circle_text_img {
    width: 46.1176470588vw;
  }
  .section_1 .scroll_down {
    width: 19.7647058824vw;
    height: 19.7647058824vw;
  }
  .section_1 .sc_1_circle_block {
    bottom: -23.0588235294vw;
    width: 46.1176470588vw;
    height: 46.1176470588vw;
  }
  .section_1 .sc_1_pretitle {
    font-size: 4.7058823529vw;
  }
  .section_1 .sc_1_bt_title {
    font-size: 9.8823529412vw;
  }
  .section_1 .sc_1_bt_text {
    font-size: 4.2352941176vw;
  }
  .section_2 {
    padding: 0 4% 64.2352941176vw;
  }
  .section_2 .sc_2_colors_title {
    font-size: 9.4117647059vw;
  }
  .section_2 .sc_2_fonts .font_title {
    font-size: 8.4705882353vw;
    line-height: 11.7647058824vw;
  }
  .section_2 .sc_2_font_oscar .font_text {
    font-size: 13.6470588235vw;
    line-height: 16.2352941176vw;
  }
  .section_2 .sc_2_font_bebas .font_title {
    font-size: 11.2941176471vw;
  }
  .section_2 .sc_2_fonts_wood {
    width: 87.0588235294vw;
  }
  .section_4 .running-line div {
    font-size: 10.8235294118vw;
  }
  .section_8 .inner {
    padding: 26.5882352941vw 0 25px;
  }
  .section_8 .running-lines .running-line div {
    font-size: 18.8235294118vw;
  }
  .section_8 .sc_8_bottom_right_img {
    height: 84.9411764706vw;
  }
  .section_8 .sc_8_bottom_left_img {
    height: 52.9411764706vw;
  }
  .section_10 .sc_10_top_text {
    font-size: 9.8823529412vw;
  }
  .section_10 .sc_10_bottom_text {
    font-size: 4.2352941176vw;
  }
  .section_10 .sc_10_row {
    min-width: 116.7058823529vw;
  }
  .section_11 {
    padding: 141.1764705882vw 0 0;
  }
  .section_11 .sc_11_wood_mob {
    top: -49.4117647059vw;
    width: 94.1176470588vw;
    height: 94.1176470588vw;
  }
}
@media all and (max-width: 376px) {
  .section_11 {
    padding: 135.0588235294vw 0 0;
  }
}
@media all and (max-width: 350px) {
  .section_11 {
    padding: 124.9411764706vw 0 0;
  }
}
@media all and (max-width: 2499px) and (min-width: 769px) {
  .section_1 {
    padding: 2.1875vw 11.8359375vw 3.9453125vw 11.015625vw;
  }
  .section_1 .sc_1_pretitle {
    font-size: 0.9375vw;
    margin-bottom: 1.09375vw;
  }
  .section_1 .sc_1_title {
    font-size: 6.484375vw;
    width: 44.53125vw;
    margin-left: -0.5859375vw;
    margin-bottom: -1.171875vw;
  }
  .section_1 .sc_1_subtitle {
    font-size: 1.25vw;
    width: 33.515625vw;
    top: 0.46875vw;
    right: 0.46875vw;
  }
  .section_1 .sc_1_subtitle:after {
    margin-right: 0.546875vw;
  }
  .section_1 .sc_1_main_image {
    margin-top: 1.875vw;
  }
  .section_1 .sc_1_bottomtext {
    margin: 2.890625vw 25.46875vw 0 0;
    width: 34.53125vw;
    font-size: 1.40625vw;
  }
  .section_1 .sc_1_bt_title {
    font-size: 1.875vw;
    margin-bottom: 0.5859375vw;
  }
  .section_1 .sc_1_circle_block {
    right: 3.0859375vw;
    top: 43.5546875vw;
    width: 12.7734375vw;
    height: 12.7734375vw;
    border-radius: 12.7734375vw;
  }
  .section_1 .sc_1_circle_text_img {
    width: 12.7734375vw;
    height: 12.7734375vw;
  }
  .section_1 .scroll_down {
    width: 5.5078125vw;
    height: 5.5078125vw;
    border-radius: 5.5078125vw;
  }
  .section_1 .scroll_down::after {
    width: 0.9375vw;
    height: 1.9140625vw;
  }
  .section_1 .sc_1_line_1 {
    top: 15.390625vw;
    right: 2.4609375vw;
    width: 3.125vw;
    height: 36.9140625vw;
  }
  .section_1 .sc_1_line_2 {
    top: 19.2578125vw;
    right: 6.640625vw;
    width: 1.7578125vw;
    height: 36.9140625vw;
  }
  .section_1 .sc_1_line_3 {
    top: 10.546875vw;
    right: 9.1796875vw;
    width: 1.0546875vw;
    height: 36.9140625vw;
  }
  .section_2 .inner {
    max-width: 90.234375vw;
    border-radius: 2.1484375vw;
    padding: 2.65625vw 2.265625vw 2.4609375vw 5.46875vw;
  }
  .section_2 .sc_2_image_block {
    width: 28.984375vw;
    margin-left: 1.015625vw;
    padding-right: 8.4375vw;
  }
  .section_2 .sc_2_mask_block {
    width: 8.4375vw;
  }
  .section_2 .sc_2_info_block {
    width: 52.4609375vw;
  }
  .section_2 .sc_2_colors_block {
    margin-bottom: 3.7890625vw;
  }
  .section_2 .sc_2_colors_title {
    font-size: 3.75vw;
    margin-right: 1.9140625vw;
    top: 0.234375vw;
  }
  .section_2 .sc_2_colors > div {
    padding: 0.2734375vw 0.4296875vw;
    height: 2.4609375vw;
    top: -0.2734375vw;
    font-size: 0.703125vw;
  }
  .section_2 .sc_2_colors:not(:first-child) {
    margin-right: 0.15625vw;
  }
  .section_2 .sc_2_colors .color_1 {
    width: 12.421875vw;
  }
  .section_2 .sc_2_colors .color_2 {
    width: 4.4921875vw;
  }
  .section_2 .sc_2_colors .color_3 {
    width: 4.8046875vw;
  }
  .section_2 .sc_2_fonts_pretitle {
    font-size: 0.9375vw;
    line-height: 1.3671875vw;
    margin-bottom: 0.3125vw;
  }
  .section_2 .sc_2_fonts_image {
    width: 23.984375vw;
  }
  .section_2 .sc_2_fonts {
    width: 28.6328125vw;
  }
  .section_2 .sc_2_fonts .font_title {
    font-size: 1.40625vw;
    line-height: 2.0703125vw;
  }
  .section_2 .sc_2_font_oscar .font_text {
    font-size: 3.359375vw;
    line-height: 3.359375vw;
    margin-top: 1.015625vw;
  }
  .section_2 .sc_2_font_rubik .font_title {
    margin-top: -0.8203125vw;
  }
  .section_2 .sc_2_font_rubik .font_text {
    font-size: 0.78125vw;
    margin: 0.9375vw 0 124calc 10.546875vw;
  }
  .section_2 .sc_2_font_bebas .font_title {
    font-size: 1.875vw;
    line-height: 2.265625vw;
  }
  .section_2 .sc_2_font_bebas .font_text {
    font-size: 1.953125vw;
    line-height: 3.0859375vw;
  }
  .section_2 .sc_2_fonts_bg {
    top: 0.5859375vw;
    left: 2.890625vw;
  }
  .section_2 .sc_2_fonts_wood {
    top: -0.859375vw;
    left: 1.015625vw;
  }
  .section_2 .sc_2_wood_img {
    max-width: 23.984375vw;
  }
  .section_3 .sc_3_title_block {
    width: 82.34375vw;
    margin: 4.921875vw auto 3.7109375vw 10.390625vw;
  }
  .section_3 .sc_3_title {
    font-size: 1.875vw;
    width: 9.84375vw;
    margin-right: 1.2890625vw;
  }
  .section_3 .sc_3_subtitle {
    font-size: 1.25vw;
    margin-left: 0.5859375vw;
  }
  .section_3 .sc_3_linetitle {
    margin-right: 0.546875vw;
  }
  .section_3 .inner {
    max-width: 90.234375vw;
    border-radius: 2.1484375vw;
    padding: 2.03125vw 2.265625vw 2.109375vw;
  }
  .section_3 .sc_3_small_logo {
    width: 3.984375vw;
    height: 3.984375vw;
    top: 0.2734375vw;
    left: 8.1640625vw;
  }
  .section_3 .sc_3_main_image_block {
    width: 59.296875vw;
  }
  .section_3 .sc_3_main_text_block {
    right: 3.828125vw;
    bottom: 6.640625vw;
  }
  .section_3 .sc_3_text_title {
    font-size: 3.671875vw;
    line-height: 3.671875vw;
  }
  .section_3 .sc_3_text_subtitle {
    font-size: 2.1484375vw;
    line-height: 3.7890625vw;
    margin-right: 1.09375vw;
    top: -0.1953125vw;
  }
  .section_3 .sc_3_scroll_down {
    right: 3.828125vw;
    bottom: 2.890625vw;
    width: 3.4375vw;
    height: 3.4375vw;
    border-radius: 3.4375vw;
  }
  .section_3 .sc_3_scroll_down::after {
    top: 1.71875vw;
  }
  .section_3 .sc_3_main_right_block {
    width: 26.3671875vw;
  }
  .section_3 .sc_3_circle_text {
    width: 12.34375vw;
    right: -4.2578125vw;
    bottom: -3.5546875vw;
  }
  .section_3 .sc_3_s_img {
    top: 2.3828125vw;
    right: 9.53125vw;
    width: 14.4921875vw;
  }
  .section_3 .sc_3_bottom_line {
    height: 0.5078125vw;
  }
  .section_3 .sc_3_inner_wrap {
    border-radius: 0.625vw;
  }
  .section_4 {
    padding-bottom: 5.8203125vw;
  }
  .section_4 .sc_4_title_block {
    width: 82.34375vw;
    margin: 3.4765625vw auto 3.7109375vw 10.390625vw;
  }
  .section_4 .sc_4_title {
    font-size: 1.875vw;
    width: 9.84375vw;
    margin-right: 1.2890625vw;
  }
  .section_4 .sc_4_subtitle {
    font-size: 1.25vw;
    margin-left: 0.5859375vw;
  }
  .section_4 .sc_4_linetitle {
    margin-right: 0.546875vw;
  }
  .section_4 .sc_4_top_block {
    width: 65.6640625vw;
    margin: 0 27.1875vw 4.375vw 0;
    border-radius: 1.875vw;
  }
  .section_4 .sc_4_top_img.desktop- {
    position: relative;
    top: 1.5625vw;
  }
  .section_4 .sc_4_slaborella_text {
    width: 22.03125vw;
    top: 23.28125vw;
    left: 16.953125vw;
  }
  .section_4 .sc_4_bottom_block {
    padding: 2.890625vw 0 2.265625vw;
    border-radius: 1.875vw;
    width: 65.6640625vw;
    margin-right: 7.109375vw;
  }
  .section_4 .sc_4_circles {
    top: 7.65625vw;
    right: 7.8515625vw;
    width: 30.9375vw;
  }
  .section_4 .running-lines {
    top: 51.5625vw;
  }
  .section_4 .running-line {
    padding: 0.2734375vw 0 0;
    margin-bottom: 0.390625vw;
  }
  .section_4 .running-line div {
    font-size: 5.234375vw;
    margin-right: 0.625vw;
  }
  .section_5 {
    padding: 4.84375vw 0 6.171875vw;
  }
  .section_5 .inner {
    max-width: 89.765625vw;
  }
  .section_5 .sc_5_main_block {
    width: 70.7421875vw;
    border-radius: 1.875vw;
    padding: 1.875vw 1.796875vw;
  }
  .section_5 .sc_5_main_img {
    margin-top: -3.0859375vw;
  }
  .section_5 .sc_5_slaborbella_text {
    top: 11.4453125vw;
    left: 13.4765625vw;
    width: 28.90625vw;
  }
  .section_5 .sc_5_slaborella_block {
    margin-right: 3.828125vw;
    width: 7.6171875vw;
    top: -0.390625vw;
  }
  .section_6 .sc_6_left_block {
    width: 50.1171875vw;
  }
  .section_6 .sc_6_frame_block {
    margin: 5.46875vw 0 0 12.734375vw;
    width: 17.265625vw;
    border-radius: 2.03125vw;
  }
  .section_6 .sc_6_slaborbella_block {
    margin-top: 3.6328125vw;
  }
  .section_6 .sc_6_slaborbella_image {
    width: 33.515625vw;
    margin: 0 auto 0.8984375vw;
  }
  .section_6 .sc_6_slaborbella_text {
    font-size: 1.0546875vw;
    line-height: 1.2890625vw;
    margin-left: 0.46875vw;
  }
  .section_7 {
    padding-top: 2.5vw;
  }
  .section_7 .inner {
    max-width: 90.234375vw;
    border-radius: 2.1484375vw 2.1484375vw 0 0;
    padding: 4.609375vw 13.203125vw 14.0234375vw 13.203125vw;
  }
  .section_7 .sc_7_title_block {
    width: 85.625vw;
    margin: 3.4765625vw 7.1875vw;
  }
  .section_7 .sc_7_title {
    font-size: 1.875vw;
    width: 17.3046875vw;
    margin-right: 1.2890625vw;
  }
  .section_7 .sc_7_subtitle {
    font-size: 1.25vw;
    margin-left: 0.5859375vw;
  }
  .section_7 .sc_7_linetitle {
    margin-right: 0.546875vw;
  }
  .section_7 .sc_7_main_title {
    font-size: 4.84375vw;
    line-height: 4.84375vw;
    margin-bottom: 0.5859375vw;
  }
  .section_7 .sc_7_main_title_circle {
    width: 1.8359375vw;
    height: 1.8359375vw;
    border-radius: 1.8359375vw;
    margin: 0.1953125vw 0.1953125vw 0 0;
  }
  .section_7 .sc_7_main_title_circle::after {
    width: 0.3515625vw;
    height: 0.3515625vw;
    border-radius: 0.3515625vw;
  }
  .section_7 .sc_7_main_subtitle {
    font-size: 0.78125vw;
    width: 26.640625vw;
  }
  .section_8 {
    padding-bottom: 10.3515625vw;
  }
  .section_8 .inner {
    max-width: 90.234375vw;
    border-radius: 0 0 2.1484375vw 2.1484375vw;
    padding: 24.53125vw 0 3.3203125vw 2.265625vw;
  }
  .section_8 .sc_8_top_images_block {
    width: 63.828125vw;
    top: -12.421875vw;
  }
  .section_8 .sc_8_top_image_block {
    width: 20.8203125vw;
    border-bottom: 0.46875vw #C6BBAE solid;
  }
  .section_8 .sc_8_top_image_desc {
    bottom: 1.5625vw;
    right: 1.171875vw;
  }
  .section_8 .sc_8_top_image_title {
    font-size: 1.328125vw;
    line-height: 1.2109375vw;
    margin-bottom: 0.4296875vw;
  }
  .section_8 .sc_8_top_image_text {
    font-size: 0.5859375vw;
    line-height: 0.8984375vw;
    padding-top: 0.625vw;
  }
  .section_8 .sc_8_image_plus {
    font-size: 2.3828125vw;
    line-height: 3calc 0.2734375vw;
    left: 2.1484375vw;
    bottom: 1.5625vw;
  }
  .section_8 .sc_8_circles {
    left: -5.8203125vw;
    top: -6.25vw;
    width: 32.96875vw;
  }
  .section_8 .sc_8_bottom_image_left {
    width: 53.28125vw;
  }
  .section_8 .sc_8_bottom_image_right {
    right: 2.265625vw;
    bottom: -18.75vw;
    width: 56.40625vw;
  }
  .section_8 .sc_8_circles_2 {
    bottom: -12.890625vw;
    right: 8.984375vw;
    width: 32.96875vw;
  }
  .section_8 .running-lines {
    margin: 5.2734375vw 0 0;
  }
  .section_8 .running-lines .running-line {
    margin-bottom: 0.390625vw;
    width: 100vw;
  }
  .section_8 .running-lines .running-line div {
    font-size: 5.859375vw;
    margin-right: 0.625vw;
  }
  .section_9 {
    height: 36.0546875vw;
  }
  .section_9 .sc_9_frame_block {
    width: 85.8203125vw;
    border-radius: 2.109375vw;
  }
  .section_9 .sc_9_loading_line {
    border-radius: 0 0 2.109375vw 2.109375vw;
    bottom: 1.484375vw;
  }
  .section_9 .sc_9_loading_line .running-lines {
    width: 100vw;
  }
  .section_9 .sc_9_loading_line .running-lines .running_line_inner {
    font-size: 2.6953125vw;
    margin-right: 0.625vw;
  }
  .section_10 {
    padding-top: 1.3671875vw;
    height: 31.7578125vw;
  }
  .section_10 .sc_10_title_block {
    width: 82.4609375vw;
    margin: 0 7.1484375vw 2.8515625vw 10.390625vw;
  }
  .section_10 .sc_10_title {
    font-size: 1.875vw;
    width: 17.3046875vw;
    margin-right: 1.2890625vw;
  }
  .section_10 .sc_10_linetitle {
    margin-right: 0.546875vw;
  }
  .section_10 .sc_10_images_block {
    width: 85.546875vw;
    margin: 2.8515625vw auto;
  }
  .section_10 .sc_10_image_block {
    width: 19.53125vw;
    border-radius: 2.109375vw;
  }
  .section_10 .sc_10_image_block_1 {
    top: 16.171875vw;
  }
  .section_10 .sc_10_image_block_2 {
    top: 12.890625vw;
  }
  .section_10 .sc_10_text_block {
    top: 8.7890625vw;
    right: 10.3125vw;
    max-width: 33.59375vw;
  }
  .section_10 .sc_10_top_text {
    font-size: 1.875vw;
    margin-bottom: 0.3515625vw;
  }
  .section_10 .sc_10_bottom_text {
    font-size: 1.40625vw;
  }
  .section_11 {
    padding-top: 28.3203125vw;
  }
  .section_11 .sc_11_slaborella_block {
    top: -7.3046875vw;
  }
  .section_11 .sc_11_lines {
    left: 40.3125vw;
    height: 8.046875vw;
    top: -1.5625vw;
  }
  .section_11 .sc_11_slaborella_image {
    width: 33.515625vw;
    margin-left: 6.9921875vw;
  }
  .section_11 .sc_11_main_images {
    margin-bottom: 4.0625vw;
  }
  .section_11 .sc_11_left_image {
    width: 43.3203125vw;
    margin: 0 2.8125vw 0 5.15625vw;
  }
  .section_11 .sc_11_right_image {
    border-radius: 2.2265625vw 0 0 2.2265625vw;
    padding: 1.5234375vw 0 1.5234375vw 1.4453125vw;
    width: 48.828125vw;
  }
  .section_11 .sc_11_wood {
    left: -3.9453125vw;
    top: -2.8515625vw;
    width: 20.9375vw;
  }
  .section_11 .sc_11_lines_bottom {
    bottom: 2.1484375vw;
  }
}
@media all and (max-width: 1650px) and (min-width: 768px) {
  .portfolio-s2 .marq-wr.-style1 {
    height: 4.303030303vw;
  }
  .portfolio-s2 .marq-wr.-style1 .marq {
    font-size: 1.8787878788vw;
  }
}/*# sourceMappingURL=portfolio-slaborbella.css.map */