@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
@import url(../css/swiper.css);
@font-face {
  font-family: 'HKGrotesk';
  src: url("../fonts/HKGrotesk-Regular.ttf") format("truetype");
}
/* line 1, ../scss/_arrows.scss */
.arrow {
  width: 42px;
  height: 42px;
  cursor: pointer;
  transition: 0.3s;
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 1, ../scss/_arrows.scss */
  .arrow {
    display: block;
  }
}
/* line 10, ../scss/_arrows.scss */
.arrow--up {
  background-image: url(../img/basic/arrow-up.svg);
  background-position: center;
  background-size: contain;
}
/* line 14, ../scss/_arrows.scss */
.arrow--up:hover {
  background-image: url(../img/basic/arrow-up-pom.svg);
}
/* line 19, ../scss/_arrows.scss */
.arrow--down {
  background-image: url(../img/basic/arrow-down.svg);
  background-position: center;
  background-size: contain;
}
/* line 23, ../scss/_arrows.scss */
.arrow--down:hover {
  background-image: url(../img/basic/arrow-down-pom.svg);
}

/* line 29, ../scss/_arrows.scss */
.arrow-wrapper {
  position: absolute;
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: center;
  z-index: 5;
}
/* line 37, ../scss/_arrows.scss */
.arrow-wrapper--up {
  top: 38px;
}
/* line 41, ../scss/_arrows.scss */
.arrow-wrapper--down {
  bottom: 48px;
}

/* line 46, ../scss/_arrows.scss */
.decoration-arrow {
  display: none;
  margin-right: auto;
  margin-left: 18%;
  width: 19px;
  height: 19px;
  background: none;
  border-width: 0;
  background-image: url(../img/main-view/strzalka-biala.svg);
  background-position: center;
  background-size: contain;
}
@media only screen and (min-width: 992px) {
  /* line 46, ../scss/_arrows.scss */
  .decoration-arrow {
    display: block;
  }
}

/* line 1, ../scss/_typography.scss */
body {
  font-size: 16px;
}

/* line 1, ../scss/_nav.scss */
.nav {
  position: fixed;
  top: 0;
  width: calc(100% - 32px);
  display: flex;
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  height: 47px;
  padding: 0 16px;
  box-sizing: content-box;
  background-color: #131212;
  box-shadow: 0 0 10px black;
}
@media only screen and (min-width: 992px) {
  /* line 1, ../scss/_nav.scss */
  .nav {
    background: none;
    box-shadow: 0 0 0;
    padding: 0 60px;
    width: calc(100% - 120px);
    height: 93px;
    transition: background-color 200ms linear;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 1, ../scss/_nav.scss */
  .nav {
    padding: 0 183px;
    width: calc(100% - 366px);
  }
}
/* line 27, ../scss/_nav.scss */
.nav__logo {
  width: 142px;
  height: 26px;
  background-image: url(../img/basic/10-lat-biale.svg);
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  /* line 27, ../scss/_nav.scss */
  .nav__logo {
    background-image: url(../img/basic/10-lat-naTemat.svg);
  }
}
/* line 40, ../scss/_nav.scss */
.nav__menu__dropdown__button {
  width: 35px;
  height: 20px;
  background-image: url(../img/basic/biale-menu.svg);
  background-position: center;
  background-size: contain;
  background-color: #131212;
  border-width: 0px;
  transition: 0.3s;
  cursor: pointer;
}
/* line 50, ../scss/_nav.scss */
.nav__menu__dropdown__button:hover {
  background-image: url(../img/basic/pomaranczowe-menu.svg);
}
@media only screen and (min-width: 992px) {
  /* line 40, ../scss/_nav.scss */
  .nav__menu__dropdown__button {
    background-color: transparent;
    background-image: url(../img/basic/ciemne-menu.svg);
  }
}
/* line 59, ../scss/_nav.scss */
.nav__menu__dropdown__content {
  background: #131212;
  width: 100%;
  position: absolute;
  top: 47px;
  left: 0;
  display: none;
  flex-direction: column;
  border-top: 1px solid white;
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 47px);
}
@media only screen and (min-width: 992px) {
  /* line 59, ../scss/_nav.scss */
  .nav__menu__dropdown__content {
    height: auto;
    max-height: calc(100vh - 93px);
    width: 23%;
    top: 93px;
    left: 60px;
    border: 1px solid white;
    border-top: 0px solid white;
    min-width: 325px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 59, ../scss/_nav.scss */
  .nav__menu__dropdown__content {
    left: 177px;
    min-width: 380px;
  }
}
/* line 85, ../scss/_nav.scss */
.nav__menu__dropdown__content::-webkit-scrollbar {
  width: 0px;
}
/* line 88, ../scss/_nav.scss */
.nav__menu__dropdown__content a {
  font-family: "HKGrotesk", sans-serif;
  padding: 24px 0 35px 57px;
  text-decoration: none;
  color: white;
  width: calc(100% - 57px);
  border-bottom: 1px solid white;
  font-size: 12px;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) {
  /* line 88, ../scss/_nav.scss */
  .nav__menu__dropdown__content a {
    padding: 16.5px 0 26px 20px;
    width: calc(100% - 20px);
  }
}
@media only screen and (min-width: 1440px) {
  /* line 88, ../scss/_nav.scss */
  .nav__menu__dropdown__content a {
    padding: 24px 0 35px 57px;
    width: calc(100% - 57px);
  }
}
/* line 106, ../scss/_nav.scss */
.nav__menu__dropdown__content a:hover {
  color: #FF6400;
}
/* line 110, ../scss/_nav.scss */
.nav__menu__dropdown__content a span {
  font-size: 20px;
}
/* line 116, ../scss/_nav.scss */
.nav__menu__dropdown .active {
  display: flex;
}

@media only screen and (min-width: 992px) {
  /* line 123, ../scss/_nav.scss */
  .scrolled {
    background-color: #131212;
    box-shadow: 0 0 10px black;
  }
}
/* line 129, ../scss/_nav.scss */
.scrolled .nav__logo {
  background-image: url(../img/basic/10-lat-biale.svg);
}
/* line 135, ../scss/_nav.scss */
.scrolled .nav__menu__dropdown__button {
  background-image: url(../img/basic/biale-menu.svg);
}
/* line 137, ../scss/_nav.scss */
.scrolled .nav__menu__dropdown__button:hover {
  background-image: url(../img/basic/pomaranczowe-menu.svg);
}

/* line 1, ../scss/_parts.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 6, ../scss/_parts.scss */
html {
  scroll-behavior: smooth;
}

/* line 10, ../scss/_parts.scss */
body {
  position: relative;
  background-color: #131212;
  font-family: "HKGrotesk", sans-serif;
}
@media only screen and (min-width: 992px) {
  /* line 10, ../scss/_parts.scss */
  body {
    background-color: white;
  }
}

/* line 19, ../scss/_parts.scss */
section {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  /* line 19, ../scss/_parts.scss */
  section {
    display: flex;
  }
}

/* line 26, ../scss/_parts.scss */
.mobile {
  display: block !important;
}
@media only screen and (min-width: 992px) {
  /* line 26, ../scss/_parts.scss */
  .mobile {
    display: none !important;
  }
}

/* line 33, ../scss/_parts.scss */
.center-arrow {
  position: absolute;
  bottom: 60px;
  left: 25px;
  display: none;
  width: 19px;
  height: 19px;
  z-index: 2;
  background-image: url(../img/main-view/strzalka-biala.svg);
  background-position: center;
  background-size: contain;
}
@media only screen and (min-width: 992px) {
  /* line 33, ../scss/_parts.scss */
  .center-arrow {
    display: block;
  }
}

/* line 1, ../scss/_container.scss */
.container {
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 992px) {
  /* line 1, ../scss/_container.scss */
  .container {
    padding: 93px 60px 101px 60px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 1, ../scss/_container.scss */
  .container {
    padding: 93px 177px 101px 177px;
  }
}
/* line 12, ../scss/_container.scss */
.container__background {
  position: absolute;
  display: none;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 992px) {
  /* line 12, ../scss/_container.scss */
  .container__background {
    display: flex;
    height: 880px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 12, ../scss/_container.scss */
  .container__background {
    height: 1080px;
  }
}
/* line 26, ../scss/_container.scss */
.container__background--1, .container__background--5 {
  width: 60px;
  height: 100%;
}
@media only screen and (min-width: 1440px) {
  /* line 26, ../scss/_container.scss */
  .container__background--1, .container__background--5 {
    width: 177px;
  }
}
/* line 33, ../scss/_container.scss */
.container__background--2, .container__background--4 {
  width: 28%;
  height: 100%;
}
/* line 37, ../scss/_container.scss */
.container__background--3 {
  width: 44%;
  height: 100%;
}
/* line 42, ../scss/_container.scss */
.container__background__box {
  width: calc(100% - 120px);
}
@media only screen and (min-width: 992px) {
  /* line 42, ../scss/_container.scss */
  .container__background__box {
    width: calc(100% - 120px);
    display: flex;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 42, ../scss/_container.scss */
  .container__background__box {
    width: calc(100% - 354px);
  }
}
/* line 53, ../scss/_container.scss */
.container__background .orange {
  background-color: #FF6400;
}
/* line 57, ../scss/_container.scss */
.container__background .dark {
  background-color: #131212;
}
/* line 61, ../scss/_container.scss */
.container__background .white {
  background-color: white;
}
/* line 66, ../scss/_container.scss */
.container__box {
  width: 100%;
  height: calc(100% - 194px);
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 992px) {
  /* line 66, ../scss/_container.scss */
  .container__box {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  /* line 74, ../scss/_container.scss */
  .container__box__left, .container__box__right {
    width: 28%;
  }
}
@media only screen and (min-width: 992px) {
  /* line 79, ../scss/_container.scss */
  .container__box__center {
    width: 44%;
  }
}
@media only screen and (min-width: 992px) {
  /* line 84, ../scss/_container.scss */
  .container__box__big-right {
    width: 72%;
  }
}
/* line 89, ../scss/_container.scss */
.container__box__big-right__background {
  display: none;
  position: absolute;
}
@media only screen and (min-width: 992px) {
  /* line 89, ../scss/_container.scss */
  .container__box__big-right__background {
    width: 100%;
    height: 120px;
    background: #131212;
    display: block;
    z-index: 2;
  }
}
/* line 100, ../scss/_container.scss */
.container__box__big-right__background--bottom {
  bottom: 0;
}
/* line 107, ../scss/_container.scss */
.container__dots {
  position: absolute;
  display: none;
}
@media only screen and (min-width: 1440px) {
  /* line 107, ../scss/_container.scss */
  .container__dots {
    display: block;
    z-index: 5;
    width: 25px;
    height: 58px;
    position: absolute;
    left: 93px;
    top: 73px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
/* line 123, ../scss/_container.scss */
.container__dots--orange {
  background-image: url(../img/basic/org-dots.svg);
}
/* line 127, ../scss/_container.scss */
.container__dots--white {
  background-image: url(../img/basic/white-dots.svg);
}
/* line 131, ../scss/_container.scss */
.container__dots--mobile {
  display: block !important;
  width: 19px;
  height: 43px;
  left: 16px;
  top: 37px;
  z-index: 3;
}
@media only screen and (min-width: 992px) {
  /* line 131, ../scss/_container.scss */
  .container__dots--mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 131, ../scss/_container.scss */
  .container__dots--mobile {
    display: block !important;
    width: 25px;
    height: 58px;
    left: 93px;
    top: 73px;
  }
}

/* line 1, ../scss/sections/_main-view.scss */
.main-view {
  background-color: #131212;
}
@media only screen and (min-width: 992px) {
  /* line 1, ../scss/sections/_main-view.scss */
  .main-view {
    background-image: url(../img/main-view/bgr_budynek.jpg);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: white;
    height: 880px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 1, ../scss/sections/_main-view.scss */
  .main-view {
    height: 1080px;
  }
}
/* line 16, ../scss/sections/_main-view.scss */
.main-view__box {
  background-color: #131212;
  box-sizing: border-box;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  /* line 16, ../scss/sections/_main-view.scss */
  .main-view__box {
    padding: 100px 0 0 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 16, ../scss/sections/_main-view.scss */
  .main-view__box {
    padding: 170px 0 0 0;
  }
}
/* line 30, ../scss/sections/_main-view.scss */
.main-view__box--left {
  justify-content: space-between;
  margin-top: 70px;
}
@media only screen and (min-width: 992px) {
  /* line 30, ../scss/sections/_main-view.scss */
  .main-view__box--left {
    margin-top: 0px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 30, ../scss/sections/_main-view.scss */
  .main-view__box--left {
    padding-bottom: 60px;
  }
}
/* line 41, ../scss/sections/_main-view.scss */
.main-view__box--left img {
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 41, ../scss/sections/_main-view.scss */
  .main-view__box--left img {
    display: block;
    width: 220px;
    height: 48px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 41, ../scss/sections/_main-view.scss */
  .main-view__box--left img {
    width: 290px;
    height: 80px;
  }
}
/* line 53, ../scss/sections/_main-view.scss */
.main-view__box--left .line {
  width: 124px;
  height: 124px;
}
/* line 57, ../scss/sections/_main-view.scss */
.main-view__box--left .horagiewka {
  height: 130px;
  width: 190px;
  margin: 0 auto;
}
/* line 64, ../scss/sections/_main-view.scss */
.main-view__box--center {
  margin-top: 60px;
  padding-left: 70px;
  padding-right: 70px;
}
@media only screen and (min-width: 992px) {
  /* line 64, ../scss/sections/_main-view.scss */
  .main-view__box--center {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    margin-top: 0;
    border-left: 1px solid #131212;
    border-right: 1px solid #FF6400;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 64, ../scss/sections/_main-view.scss */
  .main-view__box--center {
    padding-bottom: 60px;
  }
}
/* line 80, ../scss/sections/_main-view.scss */
.main-view__box--center svg {
  display: none;
  width: 170px;
  height: 70px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 992px) {
  /* line 80, ../scss/sections/_main-view.scss */
  .main-view__box--center svg {
    display: block;
  }
}
/* line 90, ../scss/sections/_main-view.scss */
.main-view__box--center .arrow {
  margin-top: auto;
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 90, ../scss/sections/_main-view.scss */
  .main-view__box--center .arrow {
    display: block;
  }
}
/* line 98, ../scss/sections/_main-view.scss */
.main-view__box--center .roller {
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 98, ../scss/sections/_main-view.scss */
  .main-view__box--center .roller {
    display: block;
  }
}
/* line 104, ../scss/sections/_main-view.scss */
.main-view__box--center .roller :nth-child(even) {
  background: #131212;
  color: white;
}
/* line 109, ../scss/sections/_main-view.scss */
.main-view__box--center .roller p {
  font-size: 30px;
  padding: 14px;
  text-align: center;
  background: white;
  color: #131212;
}
@media only screen and (min-width: 1440px) {
  /* line 109, ../scss/sections/_main-view.scss */
  .main-view__box--center .roller p {
    font-size: 36px;
  }
}
/* line 123, ../scss/sections/_main-view.scss */
.main-view__box--right img {
  width: 235px;
  height: 38px;
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 123, ../scss/sections/_main-view.scss */
  .main-view__box--right img {
    display: block;
    width: 220px;
    height: 38px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 123, ../scss/sections/_main-view.scss */
  .main-view__box--right img {
    width: 235px;
    height: 38px;
  }
}
/* line 138, ../scss/sections/_main-view.scss */
.main-view__box--right .line {
  width: 80px;
  height: 80px;
  margin: 45px auto;
}
/* line 144, ../scss/sections/_main-view.scss */
.main-view__box--right .arrow {
  margin: 40px auto 30px auto;
}
/* line 148, ../scss/sections/_main-view.scss */
.main-view__box--right .women {
  width: 212px;
  height: 290px;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 1300px) {
  /* line 148, ../scss/sections/_main-view.scss */
  .main-view__box--right .women {
    margin-top: 43px;
    width: 260px;
    height: 375px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 148, ../scss/sections/_main-view.scss */
  .main-view__box--right .women {
    width: 280px;
    height: 390px;
  }
}
@media only screen and (min-width: 1600px) {
  /* line 148, ../scss/sections/_main-view.scss */
  .main-view__box--right .women {
    width: 315px;
    height: 430px;
  }
}
/* line 170, ../scss/sections/_main-view.scss */
.main-view__swiper {
  width: 100%;
  height: 58px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  /* line 170, ../scss/sections/_main-view.scss */
  .main-view__swiper {
    display: none;
  }
}
/* line 178, ../scss/sections/_main-view.scss */
.main-view__swiper .swiper-slide {
  font-size: 20px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  color: #131212;
  text-align: center;
}
@media only screen and (min-width: 500px) {
  /* line 178, ../scss/sections/_main-view.scss */
  .main-view__swiper .swiper-slide {
    font-size: 30px;
  }
}

/* line 1, ../scss/sections/_section-1.scss */
.section-1 {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  /* line 1, ../scss/sections/_section-1.scss */
  .section-1 {
    height: 880px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 1, ../scss/sections/_section-1.scss */
  .section-1 {
    height: 1080px;
  }
}
/* line 10, ../scss/sections/_section-1.scss */
.section-1--left {
  background-color: #FF6400;
  color: white;
  padding-top: 37px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  /* line 10, ../scss/sections/_section-1.scss */
  .section-1--left {
    padding-top: 72px;
  }
}
/* line 20, ../scss/sections/_section-1.scss */
.section-1--left h1 {
  font-size: 32px;
  line-height: 34px;
  padding: 0 38px 0 52px;
  font-weight: 500;
  margin-bottom: 21px;
}
@media only screen and (min-width: 992px) {
  /* line 20, ../scss/sections/_section-1.scss */
  .section-1--left h1 {
    padding: 0 0 0 36px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 20, ../scss/sections/_section-1.scss */
  .section-1--left h1 {
    font-size: 40px;
    line-height: 42px;
  }
}
/* line 25, ../scss/sections/_section-1.scss */
.section-1--left p {
  padding: 0 30px;
  font-size: 14px;
  line-height: 24px;
  margin: 0 22px 20px 22px;
  max-height: 260px;
  overflow: scroll;
  overflow-x: hidden;
  direction: rtl;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  /* line 25, ../scss/sections/_section-1.scss */
  .section-1--left p {
    font-size: 16px;
    padding: 0 36px;
    margin: 0 0 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 25, ../scss/sections/_section-1.scss */
  .section-1--left p {
    max-height: 440px;
  }
}
/* line 37, ../scss/sections/_section-1.scss */
.section-1--left p::-webkit-scrollbar {
  width: 1px;
}
/* line 40, ../scss/sections/_section-1.scss */
.section-1--left p::-webkit-scrollbar-track {
  background: #FF6400;
  width: 1px;
}
/* line 44, ../scss/sections/_section-1.scss */
.section-1--left p::-webkit-scrollbar-thumb {
  background: #131212;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
/* line 52, ../scss/sections/_section-1.scss */
.section-1--left img {
  width: 158px;
  height: 168px;
  margin: 0 auto;
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 52, ../scss/sections/_section-1.scss */
  .section-1--left img {
    display: block;
  }
}
/* line 62, ../scss/sections/_section-1.scss */
.section-1--right {
  background-color: #131212;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
/* line 69, ../scss/sections/_section-1.scss */
.section-1--right a {
  margin: 40px auto 0 auto;
}
/* line 74, ../scss/sections/_section-1.scss */
.section-1__parallax {
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 300px;
  width: calc(100% - 36px);
  padding: 0px 18px 10px 18px;
}
@media only screen and (min-width: 992px) {
  /* line 74, ../scss/sections/_section-1.scss */
  .section-1__parallax {
    padding: 72px 0;
    width: 580px;
    margin: 0 100px 0 auto;
    height: 100%;
  }
}
/* line 91, ../scss/sections/_section-1.scss */
.section-1__parallax::-webkit-scrollbar {
  width: 1px;
}
/* line 94, ../scss/sections/_section-1.scss */
.section-1__parallax::-webkit-scrollbar-track {
  background: #131212;
  width: 1px;
}
/* line 98, ../scss/sections/_section-1.scss */
.section-1__parallax::-webkit-scrollbar-thumb {
  background: #FF6400;
}
/* line 102, ../scss/sections/_section-1.scss */
.section-1__parallax__timeline {
  margin: 40% auto 48% auto;
  width: 100%;
  max-width: 600px;
}
@media only screen and (min-width: 400px) {
  /* line 102, ../scss/sections/_section-1.scss */
  .section-1__parallax__timeline {
    margin: 32% auto 35% auto;
  }
}
@media only screen and (min-width: 540px) {
  /* line 102, ../scss/sections/_section-1.scss */
  .section-1__parallax__timeline {
    margin: 22% auto 25% auto;
  }
}
@media only screen and (min-width: 768px) {
  /* line 102, ../scss/sections/_section-1.scss */
  .section-1__parallax__timeline {
    margin: 18% auto 18% auto;
  }
}
@media only screen and (min-width: 992px) {
  /* line 102, ../scss/sections/_section-1.scss */
  .section-1__parallax__timeline {
    max-width: 570px;
    margin-top: 40%;
    margin-bottom: 42%;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 102, ../scss/sections/_section-1.scss */
  .section-1__parallax__timeline {
    max-width: 570px;
    margin-top: 59%;
    margin-bottom: 60%;
  }
}
/* line 126, ../scss/sections/_section-1.scss */
.section-1__parallax__background {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
}
/* line 134, ../scss/sections/_section-1.scss */
.section-1__parallax__background__dark {
  background-color: #131212;
  opacity: 0.6;
  flex: 1;
  width: 100%;
}
/* line 140, ../scss/sections/_section-1.scss */
.section-1__parallax__background__dark--start {
  height: 50px;
}
@media only screen and (min-width: 992px) {
  /* line 140, ../scss/sections/_section-1.scss */
  .section-1__parallax__background__dark--start {
    height: 200px;
  }
}
/* line 147, ../scss/sections/_section-1.scss */
.section-1__parallax__background__white {
  height: 100px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  /* line 147, ../scss/sections/_section-1.scss */
  .section-1__parallax__background__white {
    height: 200px;
  }
}

/* line 1, ../scss/sections/_section-2.scss */
.section-2 {
  position: relative;
}
@media only screen and (min-width: 992px) {
  /* line 1, ../scss/sections/_section-2.scss */
  .section-2 {
    height: 880px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 1, ../scss/sections/_section-2.scss */
  .section-2 {
    height: 1080px;
  }
}
/* line 10, ../scss/sections/_section-2.scss */
.section-2--left, .section-2--center, .section-2--right {
  background-color: #131212;
}
/* line 14, ../scss/sections/_section-2.scss */
.section-2--left {
  color: white;
  padding-top: 37px;
}
@media only screen and (min-width: 992px) {
  /* line 14, ../scss/sections/_section-2.scss */
  .section-2--left {
    padding-top: 72px;
  }
}
/* line 20, ../scss/sections/_section-2.scss */
.section-2--left h1 {
  font-size: 32px;
  line-height: 34px;
  padding: 0 38px 0 52px;
  font-weight: 500;
  margin-bottom: 21px;
}
@media only screen and (min-width: 992px) {
  /* line 20, ../scss/sections/_section-2.scss */
  .section-2--left h1 {
    padding: 0 0 0 36px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 20, ../scss/sections/_section-2.scss */
  .section-2--left h1 {
    font-size: 40px;
    line-height: 42px;
  }
}
/* line 25, ../scss/sections/_section-2.scss */
.section-2--left p {
  padding: 0 30px;
  font-size: 14px;
  line-height: 24px;
  margin: 0 22px 20px 22px;
  text-align: left;
  overflow-x: hidden;
  direction: rtl;
  text-align: left;
  max-height: 260px;
}
@media only screen and (min-width: 992px) {
  /* line 25, ../scss/sections/_section-2.scss */
  .section-2--left p {
    font-size: 16px;
    padding: 0 36px;
    margin: 0 0 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 25, ../scss/sections/_section-2.scss */
  .section-2--left p {
    max-height: 410px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 25, ../scss/sections/_section-2.scss */
  .section-2--left p {
    max-height: 560px;
  }
}
/* line 41, ../scss/sections/_section-2.scss */
.section-2--left p::-webkit-scrollbar {
  width: 1px;
}
/* line 44, ../scss/sections/_section-2.scss */
.section-2--left p::-webkit-scrollbar-track {
  background: #131212;
  width: 1px;
}
/* line 48, ../scss/sections/_section-2.scss */
.section-2--left p::-webkit-scrollbar-thumb {
  background: #FF6400;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
/* line 57, ../scss/sections/_section-2.scss */
.section-2--center {
  position: relative;
}
@media only screen and (min-width: 992px) {
  /* line 57, ../scss/sections/_section-2.scss */
  .section-2--center {
    border-left: 1px solid #222;
    border-right: 1px solid #FF6400;
  }
}
/* line 64, ../scss/sections/_section-2.scss */
.section-2--center a {
  margin: 0px auto 19px auto;
}
/* line 69, ../scss/sections/_section-2.scss */
.section-2--right {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 74, ../scss/sections/_section-2.scss */
.section-2--right img {
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 74, ../scss/sections/_section-2.scss */
  .section-2--right img {
    display: block;
    width: 80%;
  }
}
@media only screen and (min-width: 1650px) {
  /* line 74, ../scss/sections/_section-2.scss */
  .section-2--right img {
    display: block;
    width: auto;
  }
}
/* line 87, ../scss/sections/_section-2.scss */
.section-2__content {
  padding: 0px 35px;
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow-y: scroll;
  overflow-x: hidden;
  width: calc(100% - 70px);
  margin: 0 auto;
  height: 450px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 992px) {
  /* line 87, ../scss/sections/_section-2.scss */
  .section-2__content {
    display: flex;
    width: calc(100% - 56px);
    padding: 0px 28px 0px 28px;
    height: 480px;
    margin: 90px auto 0 auto;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 87, ../scss/sections/_section-2.scss */
  .section-2__content {
    height: 680px;
  }
}
/* line 109, ../scss/sections/_section-2.scss */
.section-2__content::-webkit-scrollbar {
  width: 0px;
}
/* line 112, ../scss/sections/_section-2.scss */
.section-2__content::-webkit-scrollbar-track {
  background: #131212;
  width: 0px;
}
/* line 116, ../scss/sections/_section-2.scss */
.section-2__content::-webkit-scrollbar-thumb {
  background: #FF6400;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
/* line 123, ../scss/sections/_section-2.scss */
.section-2__content__box {
  flex-shrink: 0;
  width: 45%;
  margin-top: 17px;
  border-bottom: 1px solid #FF6400;
}
@media only screen and (min-width: 1440px) {
  /* line 123, ../scss/sections/_section-2.scss */
  .section-2__content__box {
    width: 30%;
  }
}
/* line 131, ../scss/sections/_section-2.scss */
.section-2__content__box__icon {
  width: 54px;
  height: 49px;
}
/* line 135, ../scss/sections/_section-2.scss */
.section-2__content__box__number {
  color: #FF6400;
  font-size: 24px;
  font-weight: 800;
}
/* line 139, ../scss/sections/_section-2.scss */
.section-2__content__box__number span {
  font-size: 36px;
}
/* line 143, ../scss/sections/_section-2.scss */
.section-2__content__box__text {
  margin-bottom: 12px;
  color: white;
  font-size: 16px;
}
/* line 151, ../scss/sections/_section-2.scss */
.section-2__swiper {
  width: calc(100% - 70px);
  margin: 0 35px;
  height: 680px;
  margin-bottom: 40px;
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 360px) {
  /* line 151, ../scss/sections/_section-2.scss */
  .section-2__swiper {
    height: 640px;
  }
}
@media only screen and (min-width: 424px) {
  /* line 151, ../scss/sections/_section-2.scss */
  .section-2__swiper {
    height: 600px;
  }
}
@media only screen and (min-width: 530px) {
  /* line 151, ../scss/sections/_section-2.scss */
  .section-2__swiper {
    height: 520px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 151, ../scss/sections/_section-2.scss */
  .section-2__swiper {
    height: 480px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 151, ../scss/sections/_section-2.scss */
  .section-2__swiper {
    display: none;
  }
}
/* line 175, ../scss/sections/_section-2.scss */
.section-2__swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
/* line 180, ../scss/sections/_section-2.scss */
.section-2__swiper .swiper-slide .section-2__content__box {
  flex-shrink: 0;
  width: 48%;
  margin-top: 17px;
  border-bottom: 1px solid #FF6400;
}
/* line 185, ../scss/sections/_section-2.scss */
.section-2__swiper .swiper-slide .section-2__content__box__icon {
  width: 54px;
  height: 49px;
}
/* line 189, ../scss/sections/_section-2.scss */
.section-2__swiper .swiper-slide .section-2__content__box__number {
  color: #FF6400;
  font-size: 24px;
  font-weight: 800;
}
/* line 193, ../scss/sections/_section-2.scss */
.section-2__swiper .swiper-slide .section-2__content__box__number span {
  font-size: 36px;
}
/* line 197, ../scss/sections/_section-2.scss */
.section-2__swiper .swiper-slide .section-2__content__box__text {
  margin-bottom: 12px;
  color: white;
  font-size: 14px;
}
@media only screen and (min-width: 424px) {
  /* line 197, ../scss/sections/_section-2.scss */
  .section-2__swiper .swiper-slide .section-2__content__box__text {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 1, ../scss/sections/_section-3.scss */
  .section-3 {
    background-image: url(../img/section-3/background.jpg);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
    height: 880px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 1, ../scss/sections/_section-3.scss */
  .section-3 {
    height: 1080px;
  }
}
/* line 14, ../scss/sections/_section-3.scss */
.section-3--left {
  background-color: white;
  color: #131212;
  padding-top: 37px;
}
@media only screen and (min-width: 992px) {
  /* line 14, ../scss/sections/_section-3.scss */
  .section-3--left {
    padding-top: 72px;
    display: flex;
    flex-direction: column;
  }
}
/* line 24, ../scss/sections/_section-3.scss */
.section-3--left h1 {
  font-size: 32px;
  line-height: 34px;
  padding: 0 38px 0 52px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  /* line 24, ../scss/sections/_section-3.scss */
  .section-3--left h1 {
    padding: 0 0 0 36px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 24, ../scss/sections/_section-3.scss */
  .section-3--left h1 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 24, ../scss/sections/_section-3.scss */
  .section-3--left h1 {
    margin-bottom: 63px;
  }
}
/* line 31, ../scss/sections/_section-3.scss */
.section-3--left p {
  padding: 0 30px;
  font-size: 14px;
  line-height: 24px;
  margin: 0 22px 20px 22px;
  padding: 6px 30px 18px 30px;
}
@media only screen and (min-width: 992px) {
  /* line 31, ../scss/sections/_section-3.scss */
  .section-3--left p {
    font-size: 16px;
    padding: 0 36px;
    margin: 0 0 60px 0;
  }
}
/* line 36, ../scss/sections/_section-3.scss */
.section-3--left img {
  margin: 0 auto;
  width: 125px;
  height: 125px;
  display: none;
}
@media only screen and (min-width: 1124px) {
  /* line 36, ../scss/sections/_section-3.scss */
  .section-3--left img {
    display: block;
  }
}
/* line 47, ../scss/sections/_section-3.scss */
.section-3--center {
  background-color: #131212;
}
@media only screen and (min-width: 992px) {
  /* line 47, ../scss/sections/_section-3.scss */
  .section-3--center {
    border-right: 1px solid #FF6400;
  }
}
/* line 55, ../scss/sections/_section-3.scss */
.section-3--right {
  background-color: #131212;
}
/* line 57, ../scss/sections/_section-3.scss */
.section-3--right a {
  margin: 24px auto 19px auto;
}
@media only screen and (min-width: 992px) {
  /* line 57, ../scss/sections/_section-3.scss */
  .section-3--right a {
    display: none;
  }
}
/* line 65, ../scss/sections/_section-3.scss */
.section-3__video {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  /* line 65, ../scss/sections/_section-3.scss */
  .section-3__video {
    height: 290px;
    position: absolute;
    width: 72%;
    height: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* line 78, ../scss/sections/_section-3.scss */
.section-3__video__cover {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  /* line 78, ../scss/sections/_section-3.scss */
  .section-3__video__cover {
    background-image: url(../img/section-3/reportaz_okno.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 600px;
    height: 335px;
    padding: 36px 5px 5px 5px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 78, ../scss/sections/_section-3.scss */
  .section-3__video__cover {
    width: 637px;
    height: 357px;
    padding: 38px 6px 6px 6px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 78, ../scss/sections/_section-3.scss */
  .section-3__video__cover {
    width: 738px;
    height: 410px;
    padding: 47px 6px 6px 6px;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 78, ../scss/sections/_section-3.scss */
  .section-3__video__cover {
    width: 950px;
    height: 540px;
  }
}
/* line 104, ../scss/sections/_section-3.scss */
.section-3__video__cover iframe {
  width: 100%;
  height: calc(100vw/1.77777778);
}
@media only screen and (min-width: 992px) {
  /* line 104, ../scss/sections/_section-3.scss */
  .section-3__video__cover iframe {
    width: 100%;
    height: 100%;
  }
}

/* line 1, ../scss/sections/_section-4.scss */
.section-4 {
  position: relative;
}
@media only screen and (min-width: 992px) {
  /* line 1, ../scss/sections/_section-4.scss */
  .section-4 {
    height: 880px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 1, ../scss/sections/_section-4.scss */
  .section-4 {
    height: 1080px;
  }
}
/* line 10, ../scss/sections/_section-4.scss */
.section-4 .container__box {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 992px) {
  /* line 10, ../scss/sections/_section-4.scss */
  .section-4 .container__box {
    flex-direction: row;
  }
}
/* line 18, ../scss/sections/_section-4.scss */
.section-4--left, .section-4--center, .section-4--right {
  background-color: #131212;
}
/* line 22, ../scss/sections/_section-4.scss */
.section-4--left {
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 22, ../scss/sections/_section-4.scss */
  .section-4--left {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 72px;
  }
}
/* line 32, ../scss/sections/_section-4.scss */
.section-4--left h1 {
  color: white;
  font-size: 32px;
  line-height: 34px;
  padding: 0 38px 0 52px;
  font-weight: 500;
  line-height: 42px;
}
@media only screen and (min-width: 992px) {
  /* line 32, ../scss/sections/_section-4.scss */
  .section-4--left h1 {
    position: absolute;
    top: 94px;
    padding: 0 14px 0 36px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 32, ../scss/sections/_section-4.scss */
  .section-4--left h1 {
    font-size: 40px;
    line-height: 42px;
  }
}
/* line 50, ../scss/sections/_section-4.scss */
.section-4--left img {
  margin: auto;
  width: 125px;
  height: 125px;
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 50, ../scss/sections/_section-4.scss */
  .section-4--left img {
    display: block;
  }
}
/* line 61, ../scss/sections/_section-4.scss */
.section-4--right {
  display: flex;
  flex-direction: column;
  padding-top: 34px;
}
@media only screen and (min-width: 992px) {
  /* line 61, ../scss/sections/_section-4.scss */
  .section-4--right {
    padding-top: 20px;
  }
}
/* line 68, ../scss/sections/_section-4.scss */
.section-4--right h1 {
  color: white;
  font-size: 32px;
  line-height: 34px;
  padding: 0 38px 0 52px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 40px;
}
/* line 79, ../scss/sections/_section-4.scss */
.section-4--center {
  position: relative;
}
@media only screen and (min-width: 992px) {
  /* line 79, ../scss/sections/_section-4.scss */
  .section-4--center {
    border-left: 1px solid #222;
    border-right: 1px solid #FF6400;
  }
}
/* line 85, ../scss/sections/_section-4.scss */
.section-4--center a {
  margin: 40px auto 19px auto;
}
@media only screen and (min-width: 992px) {
  /* line 90, ../scss/sections/_section-4.scss */
  .section-4__slider-wrapper {
    width: 72%;
    height: 686px;
    top: 0px;
    position: absolute;
    display: flex;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 90, ../scss/sections/_section-4.scss */
  .section-4__slider-wrapper {
    height: 886px;
  }
}
/* line 103, ../scss/sections/_section-4.scss */
.section-4__swiper {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  /* line 103, ../scss/sections/_section-4.scss */
  .section-4__swiper {
    margin-top: 0px;
    height: 100%;
  }
}
/* line 109, ../scss/sections/_section-4.scss */
.section-4__swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 114, ../scss/sections/_section-4.scss */
.section-4__swiper__quote {
  padding: 0 30px;
  color: white;
  position: relative;
}
@media only screen and (min-width: 992px) {
  /* line 114, ../scss/sections/_section-4.scss */
  .section-4__swiper__quote {
    padding: 0 50px;
  }
}
/* line 121, ../scss/sections/_section-4.scss */
.section-4__swiper__quote__name {
  font-size: 26px;
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 121, ../scss/sections/_section-4.scss */
  .section-4__swiper__quote__name {
    display: block;
  }
}
/* line 128, ../scss/sections/_section-4.scss */
.section-4__swiper__quote__job {
  font-size: 22px;
  font-weight: bold;
  margin-left: 54px;
  margin-bottom: 48px;
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 128, ../scss/sections/_section-4.scss */
  .section-4__swiper__quote__job {
    display: block;
  }
}
/* line 138, ../scss/sections/_section-4.scss */
.section-4__swiper__quote__text {
  font-size: 14px;
  line-height: 24px;
  direction: rtl;
  text-align: left;
  max-height: 270px;
  padding: 0 10px;
  overflow-x: hidden;
  overflow-y: scroll;
}
/* line 147, ../scss/sections/_section-4.scss */
.section-4__swiper__quote__text::-webkit-scrollbar {
  width: 1px;
}
/* line 150, ../scss/sections/_section-4.scss */
.section-4__swiper__quote__text::-webkit-scrollbar-track {
  background: #131212;
  width: 1px;
}
/* line 154, ../scss/sections/_section-4.scss */
.section-4__swiper__quote__text::-webkit-scrollbar-thumb {
  background: #FF6400;
}
@media only screen and (min-width: 992px) {
  /* line 138, ../scss/sections/_section-4.scss */
  .section-4__swiper__quote__text {
    max-height: 270px;
    padding: 0 4px;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 138, ../scss/sections/_section-4.scss */
  .section-4__swiper__quote__text {
    direction: ltr;
    max-height: max-content;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    padding: 0px;
  }
}
/* line 169, ../scss/sections/_section-4.scss */
.section-4__swiper__quote__text__sign {
  position: absolute;
  content: " ";
  width: 18px;
  height: 13px;
  background-image: url(../img/section-4/cudzyslow.svg);
  background-size: cover;
}
/* line 177, ../scss/sections/_section-4.scss */
.section-4__swiper__quote__text__sign--top {
  top: 0px;
  left: 10px;
}
@media only screen and (min-width: 992px) {
  /* line 177, ../scss/sections/_section-4.scss */
  .section-4__swiper__quote__text__sign--top {
    top: 80px;
    left: 30px;
  }
}
/* line 186, ../scss/sections/_section-4.scss */
.section-4__swiper__quote__text__sign--bottom {
  bottom: 0px;
  right: 20px;
}
@media only screen and (min-width: 992px) {
  /* line 186, ../scss/sections/_section-4.scss */
  .section-4__swiper__quote__text__sign--bottom {
    bottom: -10px;
    right: 40px;
  }
}
/* line 199, ../scss/sections/_section-4.scss */
.section-4__swiper-thumbs {
  margin: 0px;
  padding-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  /* line 199, ../scss/sections/_section-4.scss */
  .section-4__swiper-thumbs {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 199, ../scss/sections/_section-4.scss */
  .section-4__swiper-thumbs {
    margin: 0 40px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 199, ../scss/sections/_section-4.scss */
  .section-4__swiper-thumbs {
    height: 100%;
  }
}
/* line 212, ../scss/sections/_section-4.scss */
.section-4__swiper-thumbs .swiper-slide {
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
@media only screen and (min-width: 992px) {
  /* line 212, ../scss/sections/_section-4.scss */
  .section-4__swiper-thumbs .swiper-slide {
    height: 225px;
  }
}
/* line 220, ../scss/sections/_section-4.scss */
.section-4__swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
/* line 223, ../scss/sections/_section-4.scss */
.section-4__swiper-thumbs .swiper-slide-thumb-active .section-4__swiper-thumbs__box__name {
  display: block;
}
/* line 226, ../scss/sections/_section-4.scss */
.section-4__swiper-thumbs .swiper-slide-thumb-active .section-4__swiper-thumbs__box__dots {
  display: block;
}
/* line 232, ../scss/sections/_section-4.scss */
.section-4__swiper-thumbs__box {
  color: white;
  display: flex;
  flex-direction: column;
  position: relative;
}
/* line 237, ../scss/sections/_section-4.scss */
.section-4__swiper-thumbs__box__image {
  position: relative;
  width: 181px;
  height: 181px;
  margin: 0 auto;
}
/* line 243, ../scss/sections/_section-4.scss */
.section-4__swiper-thumbs__box__dots {
  position: absolute;
  width: 25px;
  height: 57px;
  left: -20px;
  top: 93px;
  background-image: url(../img/basic/org-dots.svg);
  background-repeat: no-repeat;
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 243, ../scss/sections/_section-4.scss */
  .section-4__swiper-thumbs__box__dots {
    display: block;
  }
}
/* line 256, ../scss/sections/_section-4.scss */
.section-4__swiper-thumbs__box img {
  width: 181px;
  height: 181px;
}
/* line 260, ../scss/sections/_section-4.scss */
.section-4__swiper-thumbs__box__name {
  font-size: 26px;
  padding-left: 0;
  text-align: center;
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 260, ../scss/sections/_section-4.scss */
  .section-4__swiper-thumbs__box__name {
    display: block;
  }
}
/* line 268, ../scss/sections/_section-4.scss */
.section-4__swiper-thumbs__box__name span {
  font-size: 22px;
}
/* line 274, ../scss/sections/_section-4.scss */
.section-4__swiper-thumbs__nav {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  /* line 274, ../scss/sections/_section-4.scss */
  .section-4__swiper-thumbs__nav {
    display: none;
  }
}

/* line 1, ../scss/sections/_section-5.scss */
.section-5 {
  position: relative;
}
@media only screen and (min-width: 992px) {
  /* line 1, ../scss/sections/_section-5.scss */
  .section-5 {
    height: 880px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 1, ../scss/sections/_section-5.scss */
  .section-5 {
    height: 1080px;
  }
}
/* line 9, ../scss/sections/_section-5.scss */
.section-5--left, .section-5--center, .section-5--right {
  background-color: #131212;
}
/* line 13, ../scss/sections/_section-5.scss */
.section-5--left {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 37px;
  margin-bottom: 68px;
}
@media only screen and (min-width: 992px) {
  /* line 13, ../scss/sections/_section-5.scss */
  .section-5--left {
    padding-top: 72px;
    margin-bottom: 0;
  }
}
/* line 24, ../scss/sections/_section-5.scss */
.section-5--left h1 {
  color: white;
  font-size: 32px;
  line-height: 34px;
  padding: 0 38px 0 52px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  /* line 24, ../scss/sections/_section-5.scss */
  .section-5--left h1 {
    padding: 0 0 0 36px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 24, ../scss/sections/_section-5.scss */
  .section-5--left h1 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 24, ../scss/sections/_section-5.scss */
  .section-5--left h1 {
    position: absolute;
    top: 94px;
    padding: 0 14px 0 36px;
  }
}
/* line 34, ../scss/sections/_section-5.scss */
.section-5--left img {
  margin: auto;
  width: 125px;
  height: 125px;
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 34, ../scss/sections/_section-5.scss */
  .section-5--left img {
    display: block;
  }
}
/* line 46, ../scss/sections/_section-5.scss */
.section-5--right {
  display: flex;
  flex-direction: column;
}
/* line 49, ../scss/sections/_section-5.scss */
.section-5--right img {
  width: 125px;
  height: 125px;
  margin: 76px auto 46px auto;
}
@media only screen and (min-width: 992px) {
  /* line 49, ../scss/sections/_section-5.scss */
  .section-5--right img {
    margin: auto;
  }
}
/* line 58, ../scss/sections/_section-5.scss */
.section-5--right a {
  margin: 0px auto 19px auto;
}
/* line 63, ../scss/sections/_section-5.scss */
.section-5--center {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  /* line 63, ../scss/sections/_section-5.scss */
  .section-5--center {
    border-left: 1px solid #222;
    border-right: 1px solid #FF6400;
  }
}
/* line 73, ../scss/sections/_section-5.scss */
.section-5--center p {
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 0 16px;
}
@media only screen and (min-width: 992px) {
  /* line 73, ../scss/sections/_section-5.scss */
  .section-5--center p {
    font-size: 16px;
  }
}
/* line 84, ../scss/sections/_section-5.scss */
.section-5__swiper {
  width: 300px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 420px) {
  /* line 84, ../scss/sections/_section-5.scss */
  .section-5__swiper {
    width: 400px;
  }
}
@media only screen and (min-width: 1600px) {
  /* line 84, ../scss/sections/_section-5.scss */
  .section-5__swiper {
    width: 524px;
  }
}
/* line 94, ../scss/sections/_section-5.scss */
.section-5__swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 101, ../scss/sections/_section-5.scss */
.section-5__box {
  display: flex;
  flex-direction: column;
}
/* line 104, ../scss/sections/_section-5.scss */
.section-5__box__number {
  font-family: 'Montserrat', sans-serif;
  font-size: 62px !important;
  font-weight: bold;
  margin-bottom: 30px;
}
/* line 110, ../scss/sections/_section-5.scss */
.section-5__box__number span {
  color: #FF6400;
  font-size: 48px;
}
/* line 116, ../scss/sections/_section-5.scss */
.section-5__box__text {
  font-size: 30px !important;
  margin-bottom: 30px;
}
/* line 121, ../scss/sections/_section-5.scss */
.section-5__box__cover {
  margin: 0 auto;
  background-image: url(../img/section-5/komputer.png);
  background-size: cover;
  height: 140px;
  width: 253px;
}
@media only screen and (min-width: 420px) {
  /* line 121, ../scss/sections/_section-5.scss */
  .section-5__box__cover {
    height: 200px;
    width: 353px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 121, ../scss/sections/_section-5.scss */
  .section-5__box__cover {
    height: 215px;
    width: 375px;
  }
}
@media only screen and (min-width: 1600px) {
  /* line 121, ../scss/sections/_section-5.scss */
  .section-5__box__cover {
    height: 300px;
    width: 524px;
  }
}
/* line 140, ../scss/sections/_section-5.scss */
.section-5__box__cover img {
  width: 183px;
  margin: 14px 0 0 36px;
}
@media only screen and (min-width: 420px) {
  /* line 140, ../scss/sections/_section-5.scss */
  .section-5__box__cover img {
    width: 258px;
    margin: 20px 0 0 50px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 140, ../scss/sections/_section-5.scss */
  .section-5__box__cover img {
    width: 276px;
    margin: 22px 0 0 55px;
  }
}
@media only screen and (min-width: 1600px) {
  /* line 140, ../scss/sections/_section-5.scss */
  .section-5__box__cover img {
    width: 385px;
    margin: 30px 0 0 76px;
  }
}

/* line 1, ../scss/sections/_section-6.scss */
.section-6 {
  position: relative;
}
@media only screen and (min-width: 992px) {
  /* line 1, ../scss/sections/_section-6.scss */
  .section-6 {
    height: 880px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 1, ../scss/sections/_section-6.scss */
  .section-6 {
    height: 1080px;
  }
}
/* line 11, ../scss/sections/_section-6.scss */
.section-6 .container__box {
  display: flex;
  flex-direction: column;
}
/* line 16, ../scss/sections/_section-6.scss */
.section-6__top {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  /* line 16, ../scss/sections/_section-6.scss */
  .section-6__top {
    flex-direction: row;
    height: 50%;
  }
}
/* line 24, ../scss/sections/_section-6.scss */
.section-6__top--left, .section-6__top--center, .section-6__top--right {
  background-color: #FF6400;
}
/* line 27, ../scss/sections/_section-6.scss */
.section-6__top--left {
  color: white;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 37px;
}
@media only screen and (min-width: 992px) {
  /* line 27, ../scss/sections/_section-6.scss */
  .section-6__top--left {
    padding-top: 29px;
  }
}
/* line 36, ../scss/sections/_section-6.scss */
.section-6__top--left h1 {
  font-size: 32px;
  line-height: 34px;
  padding: 0 38px 0 52px;
  font-weight: 500;
  margin-bottom: 6px;
  padding-right: 30px !important;
  position: relative;
}
@media only screen and (min-width: 992px) {
  /* line 36, ../scss/sections/_section-6.scss */
  .section-6__top--left h1 {
    padding: 0 0 0 36px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 36, ../scss/sections/_section-6.scss */
  .section-6__top--left h1 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 36, ../scss/sections/_section-6.scss */
  .section-6__top--left h1 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 36, ../scss/sections/_section-6.scss */
  .section-6__top--left h1 {
    font-size: 32px !important;
    line-height: 34px !important;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 36, ../scss/sections/_section-6.scss */
  .section-6__top--left h1 {
    font-size: 40px !important;
    line-height: 42px !important;
  }
}
/* line 54, ../scss/sections/_section-6.scss */
.section-6__top--left h1 span {
  background-image: url(../img/section-6/strzalka.png);
  background-size: cover;
  width: 22px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 42%;
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 54, ../scss/sections/_section-6.scss */
  .section-6__top--left h1 span {
    display: block;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 54, ../scss/sections/_section-6.scss */
  .section-6__top--left h1 span {
    top: 50%;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 54, ../scss/sections/_section-6.scss */
  .section-6__top--left h1 span {
    right: 20px;
  }
}
/* line 75, ../scss/sections/_section-6.scss */
.section-6__top--left p {
  padding: 0 30px;
  font-size: 14px;
  line-height: 24px;
  margin: 0 22px 20px 22px;
}
@media only screen and (min-width: 992px) {
  /* line 75, ../scss/sections/_section-6.scss */
  .section-6__top--left p {
    font-size: 16px;
    padding: 0 36px;
    margin: 0 0 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 75, ../scss/sections/_section-6.scss */
  .section-6__top--left p {
    direction: rtl;
    text-align: left;
    max-height: 220px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 18px;
    margin: 0 18px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 75, ../scss/sections/_section-6.scss */
  .section-6__top--left p {
    max-height: 290px;
  }
}
/* line 92, ../scss/sections/_section-6.scss */
.section-6__top--left p::-webkit-scrollbar {
  width: 1px;
}
/* line 95, ../scss/sections/_section-6.scss */
.section-6__top--left p::-webkit-scrollbar-track {
  background: #FF6400;
  width: 1px;
}
/* line 99, ../scss/sections/_section-6.scss */
.section-6__top--left p::-webkit-scrollbar-thumb {
  background: #131212;
}
/* line 105, ../scss/sections/_section-6.scss */
.section-6__top--right {
  display: flex;
}
/* line 107, ../scss/sections/_section-6.scss */
.section-6__top--right img {
  margin: auto;
  width: 125px;
  height: 125px;
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 107, ../scss/sections/_section-6.scss */
  .section-6__top--right img {
    display: block;
  }
}
/* line 118, ../scss/sections/_section-6.scss */
.section-6__top--center {
  position: relative;
}
@media only screen and (min-width: 992px) {
  /* line 118, ../scss/sections/_section-6.scss */
  .section-6__top--center {
    border-left: 1px solid #222;
    border-right: 1px solid #FF6400;
  }
}
/* line 128, ../scss/sections/_section-6.scss */
.section-6__bottom {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 992px) {
  /* line 128, ../scss/sections/_section-6.scss */
  .section-6__bottom {
    flex-direction: row;
    height: 50%;
  }
}
/* line 136, ../scss/sections/_section-6.scss */
.section-6__bottom--left, .section-6__bottom--center, .section-6__bottom--right {
  background-color: #131212;
}
/* line 139, ../scss/sections/_section-6.scss */
.section-6__bottom--left {
  display: flex;
}
/* line 141, ../scss/sections/_section-6.scss */
.section-6__bottom--left img {
  margin: auto;
  width: 125px;
  height: 125px;
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 141, ../scss/sections/_section-6.scss */
  .section-6__bottom--left img {
    display: block;
  }
}
/* line 150, ../scss/sections/_section-6.scss */
.section-6__bottom--left a {
  margin: 0px auto 19px auto;
}
/* line 155, ../scss/sections/_section-6.scss */
.section-6__bottom--right {
  color: white;
  display: flex;
  flex-direction: column;
  padding-top: 37px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  /* line 155, ../scss/sections/_section-6.scss */
  .section-6__bottom--right {
    padding-top: 29px;
  }
}
/* line 164, ../scss/sections/_section-6.scss */
.section-6__bottom--right h1 {
  font-size: 32px;
  line-height: 34px;
  padding: 0 38px 0 52px;
  font-weight: 500;
  margin-bottom: 6px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  /* line 164, ../scss/sections/_section-6.scss */
  .section-6__bottom--right h1 {
    padding: 0 0 0 36px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 164, ../scss/sections/_section-6.scss */
  .section-6__bottom--right h1 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 164, ../scss/sections/_section-6.scss */
  .section-6__bottom--right h1 {
    font-size: 24px !important;
    line-height: 30px !important;
    padding-right: 6px !important;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 164, ../scss/sections/_section-6.scss */
  .section-6__bottom--right h1 {
    font-size: 32px !important;
    line-height: 34px !important;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 164, ../scss/sections/_section-6.scss */
  .section-6__bottom--right h1 {
    font-size: 40px !important;
    line-height: 42px !important;
  }
}
/* line 181, ../scss/sections/_section-6.scss */
.section-6__bottom--right h1 span {
  background-image: url(../img/section-6/strzalka.png);
  background-size: cover;
  transform: rotate(180deg);
  width: 22px;
  height: 16px;
  position: absolute;
  left: 4px;
  top: 50%;
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 181, ../scss/sections/_section-6.scss */
  .section-6__bottom--right h1 span {
    display: block;
  }
}
/* line 196, ../scss/sections/_section-6.scss */
.section-6__bottom--right p {
  padding: 0 30px;
  font-size: 14px;
  line-height: 24px;
  margin: 0 22px 20px 22px;
}
@media only screen and (min-width: 992px) {
  /* line 196, ../scss/sections/_section-6.scss */
  .section-6__bottom--right p {
    font-size: 16px;
    padding: 0 36px;
    margin: 0 0 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 196, ../scss/sections/_section-6.scss */
  .section-6__bottom--right p {
    direction: rtl;
    text-align: left;
    max-height: 220px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 18px;
    margin: 0 18px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 196, ../scss/sections/_section-6.scss */
  .section-6__bottom--right p {
    max-height: 290px;
  }
}
/* line 212, ../scss/sections/_section-6.scss */
.section-6__bottom--right p::-webkit-scrollbar {
  width: 1px;
}
/* line 215, ../scss/sections/_section-6.scss */
.section-6__bottom--right p::-webkit-scrollbar-track {
  background: #131212;
  width: 1px;
}
/* line 219, ../scss/sections/_section-6.scss */
.section-6__bottom--right p::-webkit-scrollbar-thumb {
  background: #FF6400;
}
/* line 225, ../scss/sections/_section-6.scss */
.section-6__bottom--center {
  display: flex;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  /* line 225, ../scss/sections/_section-6.scss */
  .section-6__bottom--center {
    margin-bottom: 0px;
    padding-bottom: 80px;
    border-left: 1px solid #222;
    border-right: 1px solid #FF6400;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 225, ../scss/sections/_section-6.scss */
  .section-6__bottom--center {
    padding-bottom: 120px;
  }
}
/* line 241, ../scss/sections/_section-6.scss */
.section-6__swiper {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 440px) {
  /* line 241, ../scss/sections/_section-6.scss */
  .section-6__swiper {
    width: 420px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 241, ../scss/sections/_section-6.scss */
  .section-6__swiper {
    margin-top: 85px;
    padding-bottom: 25px;
    width: 380px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 241, ../scss/sections/_section-6.scss */
  .section-6__swiper {
    width: 420px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 241, ../scss/sections/_section-6.scss */
  .section-6__swiper {
    margin-top: 120px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 241, ../scss/sections/_section-6.scss */
  .section-6__swiper {
    width: 620px;
  }
}
/* line 265, ../scss/sections/_section-6.scss */
.section-6__swiper .swiper-slide {
  width: 180px;
  height: 235px;
  display: flex;
}
@media only screen and (min-width: 1440px) {
  /* line 265, ../scss/sections/_section-6.scss */
  .section-6__swiper .swiper-slide {
    width: 200px;
    height: 250px;
  }
}
/* line 276, ../scss/sections/_section-6.scss */
.section-6__swiper--bottom {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  /* line 276, ../scss/sections/_section-6.scss */
  .section-6__swiper--bottom {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 276, ../scss/sections/_section-6.scss */
  .section-6__swiper--bottom {
    margin-top: 40px;
  }
}
/* line 286, ../scss/sections/_section-6.scss */
.section-6__swiper__nav {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  /* line 286, ../scss/sections/_section-6.scss */
  .section-6__swiper__nav {
    display: none;
  }
}
/* line 296, ../scss/sections/_section-6.scss */
.section-6__article {
  background-size: contain;
  background-repeat: no-repeat;
  width: 180px;
  height: 235px;
  color: #131212;
  position: relative;
  text-align: left;
  margin: auto;
}
@media only screen and (min-width: 1440px) {
  /* line 296, ../scss/sections/_section-6.scss */
  .section-6__article {
    width: 200px;
    height: 250px;
  }
}
/* line 309, ../scss/sections/_section-6.scss */
.section-6__article:hover {
  font-weight: bold;
  color: #FF6400;
}
/* line 313, ../scss/sections/_section-6.scss */
.section-6__article__text {
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px);
  padding: 0px 10px 4px 10px;
  height: 84px;
}
/* line 319, ../scss/sections/_section-6.scss */
.section-6__article__text__description {
  padding-top: 4px;
  font-size: 13px;
}
@media only screen and (min-width: 1440px) {
  /* line 319, ../scss/sections/_section-6.scss */
  .section-6__article__text__description {
    font-size: 14px;
  }
}
/* line 329, ../scss/sections/_section-6.scss */
.section-6__dots {
  position: absolute;
  display: block !important;
  width: 19px;
  height: 43px;
  left: 16px;
  top: 37px;
  z-index: 3;
  background-image: url(../img/basic/white-dots.svg);
}
@media only screen and (min-width: 992px) {
  /* line 329, ../scss/sections/_section-6.scss */
  .section-6__dots {
    display: none !important;
  }
}

/* line 1, ../scss/sections/_section-7.scss */
.section-7 {
  position: relative;
}
@media only screen and (min-width: 992px) {
  /* line 1, ../scss/sections/_section-7.scss */
  .section-7 {
    height: 880px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 1, ../scss/sections/_section-7.scss */
  .section-7 {
    height: 1080px;
  }
}
/* line 10, ../scss/sections/_section-7.scss */
.section-7--left {
  background-color: white;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 37px;
}
@media only screen and (min-width: 992px) {
  /* line 10, ../scss/sections/_section-7.scss */
  .section-7--left {
    padding-top: 72px;
  }
}
/* line 20, ../scss/sections/_section-7.scss */
.section-7--left h1 {
  color: #131212;
  font-size: 32px;
  line-height: 34px;
  padding: 0 38px 0 52px;
  font-weight: 500;
  margin-bottom: 21px;
}
@media only screen and (min-width: 992px) {
  /* line 20, ../scss/sections/_section-7.scss */
  .section-7--left h1 {
    padding: 0 0 0 36px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 20, ../scss/sections/_section-7.scss */
  .section-7--left h1 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 20, ../scss/sections/_section-7.scss */
  .section-7--left h1 {
    padding: 0 20px 0 36px;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 20, ../scss/sections/_section-7.scss */
  .section-7--left h1 {
    padding: 0 60px 0 36px;
  }
}
/* line 32, ../scss/sections/_section-7.scss */
.section-7--left p {
  padding: 0 30px;
  font-size: 14px;
  line-height: 24px;
  margin: 0 22px 20px 22px;
  color: #131212;
  text-align: left;
  overflow-x: hidden;
  direction: rtl;
  text-align: left;
  max-height: 260px;
}
@media only screen and (min-width: 992px) {
  /* line 32, ../scss/sections/_section-7.scss */
  .section-7--left p {
    font-size: 16px;
    padding: 0 36px;
    margin: 0 0 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 32, ../scss/sections/_section-7.scss */
  .section-7--left p {
    max-height: 410px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 32, ../scss/sections/_section-7.scss */
  .section-7--left p {
    max-height: 560px;
  }
}
/* line 49, ../scss/sections/_section-7.scss */
.section-7--left p::-webkit-scrollbar {
  width: 1px;
}
/* line 52, ../scss/sections/_section-7.scss */
.section-7--left p::-webkit-scrollbar-track {
  background: white;
  width: 1px;
}
/* line 56, ../scss/sections/_section-7.scss */
.section-7--left p::-webkit-scrollbar-thumb {
  background: #131212;
}
/* line 62, ../scss/sections/_section-7.scss */
.section-7--right {
  background-color: #131212;
  display: flex;
  flex-direction: column;
}
/* line 66, ../scss/sections/_section-7.scss */
.section-7--right a {
  margin: 0px auto 0px auto;
}
/* line 71, ../scss/sections/_section-7.scss */
.section-7--center {
  background-color: #131212;
  flex-direction: column;
  align-items: center;
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 71, ../scss/sections/_section-7.scss */
  .section-7--center {
    position: relative;
    border-left: 1px solid #222;
    border-right: 1px solid #FF6400;
    display: flex;
  }
}
/* line 83, ../scss/sections/_section-7.scss */
.section-7--center img {
  width: 316px;
  height: 316px;
}
/* line 88, ../scss/sections/_section-7.scss */
.section-7--center p {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 62px !important;
  font-weight: bold;
  margin: 120px 0 29px 0;
}
@media only screen and (min-width: 1440px) {
  /* line 88, ../scss/sections/_section-7.scss */
  .section-7--center p {
    margin: 184px 0 29px 0;
  }
}
/* line 98, ../scss/sections/_section-7.scss */
.section-7--center p span {
  color: #FF6400;
  font-size: 48px;
}
/* line 105, ../scss/sections/_section-7.scss */
.section-7__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 50px auto;
  overflow-x: hidden;
  direction: rtl;
  padding: 0 6px;
  gap: 12px 2px;
}
@media only screen and (min-width: 450px) {
  /* line 105, ../scss/sections/_section-7.scss */
  .section-7__box {
    width: 420px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 105, ../scss/sections/_section-7.scss */
  .section-7__box {
    height: 800px;
    width: auto;
    margin: 40px 0;
  }
}
/* line 122, ../scss/sections/_section-7.scss */
.section-7__box::-webkit-scrollbar {
  width: 0px;
}
/* line 125, ../scss/sections/_section-7.scss */
.section-7__box__article {
  background-size: contain;
  background-repeat: no-repeat;
  width: 180px;
  height: 235px;
  color: #131212;
  text-decoration: none;
  position: relative;
  text-align: left;
}
/* line 134, ../scss/sections/_section-7.scss */
.section-7__box__article:hover {
  font-weight: bold;
  color: #FF6400;
}
@media only screen and (min-width: 450px) {
  /* line 125, ../scss/sections/_section-7.scss */
  .section-7__box__article {
    width: 200px;
    height: 250px;
  }
}
/* line 142, ../scss/sections/_section-7.scss */
.section-7__box__article__text {
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px);
  padding: 0px 10px 4px 10px;
  height: 84px;
}
/* line 148, ../scss/sections/_section-7.scss */
.section-7__box__article__text__description {
  padding-top: 4px;
  font-size: 13px;
}
@media only screen and (min-width: 1440px) {
  /* line 148, ../scss/sections/_section-7.scss */
  .section-7__box__article__text__description {
    font-size: 14px;
  }
}

/* line 1, ../scss/sections/_section-8.scss */
.section-8 {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  background-color: white;
}
/* line 7, ../scss/sections/_section-8.scss */
.section-8__image {
  width: 100%;
  background-color: #131212;
  padding-top: 40px;
  position: relative;
  /* &__base {
       z-index: 5;
       display: none;
       @media only screen and (min-width: $desktop) {
           display: block;
       }
   } */
  /*  &__half {
        z-index: 3;            
        display: none;
        @media only screen and (min-width: $desktop) {
            display: block;
        }
    } */
       /* &__overlay, &__overlay-half {
            z-index: 2;
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: $black;
            transition: opacity 500ms; 
            animation-delay:2s !important;
            display: none;
            @media only screen and (min-width: $desktop) {
                display: block;
            }
        }

        &__overlay-half {
            animation-delay: 0s !important;
            z-index: 4;
        }*/
}
@media only screen and (min-width: 992px) {
  /* line 7, ../scss/sections/_section-8.scss */
  .section-8__image {
    padding: 40px 20% 0 20%;
    width: calc(100% - 40%);
  }
}
/* line 18, ../scss/sections/_section-8.scss */
.section-8__image img {
  height: 100%;
  margin-bottom: -4px;
}
/* line 23, ../scss/sections/_section-8.scss */
.section-8__image__base, .section-8__image__half, .section-8__image__full {
  z-index: 3;
  width: 100%;
  /*  @media only screen and (min-width: $desktop) {
        position: absolute;
        bottom: 0;
        left: 5%;
        width: calc(100% - 10%);
    }
    @media only screen and (min-width: 1200px) {
        left: 12%;
        width: calc(100% - 24%);
    }
    @media only screen and (min-width: $desktop-big) {
        left: 20%;
        width: calc(100% - 40%);
        max-width: 1400px;
    } */
}
/* line 51, ../scss/sections/_section-8.scss */
.section-8__image__full {
  z-index: 1;
}
/* line 84, ../scss/sections/_section-8.scss */
.section-8__box {
  z-index: 5;
  background-color: white;
  color: #131212;
  width: 100%;
  padding: 37px 0px 20px 0px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  /* line 84, ../scss/sections/_section-8.scss */
  .section-8__box {
    width: calc(100% - 120px);
    padding: 55px 60px 20px 60px;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 84, ../scss/sections/_section-8.scss */
  .section-8__box {
    padding: 55px 177px 20px 177px;
    width: calc(100% - 348px);
  }
}
/* line 103, ../scss/sections/_section-8.scss */
.section-8__box__dots {
  position: absolute;
  display: block !important;
  width: 19px;
  height: 43px;
  left: 16px;
  top: 37px;
  z-index: 3;
  background-image: url(../img/basic/org-dots.svg);
}
@media only screen and (min-width: 992px) {
  /* line 103, ../scss/sections/_section-8.scss */
  .section-8__box__dots {
    display: none !important;
  }
}
/* line 117, ../scss/sections/_section-8.scss */
.section-8__box__title {
  font-size: 32px;
  line-height: 34px;
  padding: 0 38px 50px 52px;
  font-weight: 500;
  line-height: 42px;
}
@media only screen and (min-width: 992px) {
  /* line 117, ../scss/sections/_section-8.scss */
  .section-8__box__title {
    padding: 0 14px 0 36px;
    max-width: 200px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 117, ../scss/sections/_section-8.scss */
  .section-8__box__title {
    font-size: 40px;
    line-height: 42px;
  }
}
/* line 133, ../scss/sections/_section-8.scss */
.section-8__box__line {
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 133, ../scss/sections/_section-8.scss */
  .section-8__box__line {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 140, ../scss/sections/_section-8.scss */
  .section-8__box__line img {
    margin: auto;
    width: 125px;
    height: 125px;
  }
}
/* line 148, ../scss/sections/_section-8.scss */
.section-8__box__text-wrapper {
  display: none;
}
@media only screen and (min-width: 1440px) {
  /* line 148, ../scss/sections/_section-8.scss */
  .section-8__box__text-wrapper {
    display: block;
    width: calc(50% + 200px);
    display: flex;
    justify-content: space-between;
  }
}
/* line 158, ../scss/sections/_section-8.scss */
.section-8__box__text {
  padding: 0 30px;
  font-size: 14px;
  line-height: 24px;
  margin: 0 22px 20px 22px;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 992px) {
  /* line 158, ../scss/sections/_section-8.scss */
  .section-8__box__text {
    font-size: 16px;
    padding: 0 36px;
    margin: 0 0 60px 0;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 158, ../scss/sections/_section-8.scss */
  .section-8__box__text {
    max-width: 400px;
    width: 50%;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 166, ../scss/sections/_section-8.scss */
  .section-8__box__text--small {
    display: none;
  }
}
/* line 174, ../scss/sections/_section-8.scss */
.section-8 .arrow {
  background-color: white;
  display: block !important;
  background-image: url("../img/basic/ciemneup.png");
  margin: 0 auto;
  z-index: 5;
}
/* line 180, ../scss/sections/_section-8.scss */
.section-8 .arrow:hover {
  background-image: url("../img/basic/arrow-up-pom.svg");
}
/* line 185, ../scss/sections/_section-8.scss */
.section-8 .arrow-wrapper {
  width: 100%;
  background-color: white;
  z-index: 5;
  position: relative;
  padding: 20px 0 20px 0;
  z-index: 5;
}
@media only screen and (min-width: 992px) {
  /* line 185, ../scss/sections/_section-8.scss */
  .section-8 .arrow-wrapper {
    padding: 20px 0 80px 0;
  }
}
/* line 197, ../scss/sections/_section-8.scss */
.section-8 .animate {
  animation: fade-in-top 3s ease-in-out both;
}

@keyframes fade-in-top {
  0% {
    bottom: 0;
  }
  100% {
    bottom: -700px;
  }
}
/*#scroll-text {
  height: 100%;
  text-align: center;
  
  // animation properties 
  transform: translateY(100%);
  animation: my-animation 10s linear infinite;
}

@keyframes my-animation {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
} */
