.over_main {
  background: #000 url("../img/gridlines.png") repeat;
  background-position: top center;
  background-size: auto;
}

.l1__section1 {
  padding: 160px 0;
  position: relative;
  min-height: 675px;
  overflow: hidden;
  margin-top: 115px;
}
@media screen and (max-width: 1024px) {
  .l1__section1 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1024px) {
  .l1__section1 {
    margin-top: 92.06px;
  }
}

.l1__section1__row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .l1__section1__row {
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .l1__section1__left {
    margin-bottom: 30px;
  }
}

.l1__section1-title {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  line-height: 120%;
  letter-spacing: 0.02em;
  font-weight: 900;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .l1__section1-title {
    font-size: 24px;
  }
  .l1__section1-title br {
    display: none;
  }
}

.l1__section1__text {
  font-size: 22px;
  line-height: 150%;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .l1__section1__text {
    font-size: 16px;
  }
  .l1__section1__text br {
    display: none;
  }
}

.l1__section1__img {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .l1__section1__img {
    position: relative;
  }
}
@media screen and (max-width: 1440px) {
  .l1__section1__img {
    width: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .l1__section1__img {
    width: 450px;
  }
}
@media screen and (max-width: 1024px) {
  .l1__section1__img {
    width: 100%;
  }
}

.scroll__button {
  margin-top: 32px;
}

.scroll {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: 0.6s ease 0s;
}
.scroll:hover {
  text-decoration: none;
}
.scroll::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/scroll.svg") no-repeat;
  background-size: cover;
  display: block;
  margin-left: 7px;
}

.l1__section2 {
  background: #000;
}

.l1__section3 {
  padding: 100px 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .l1__section3 {
    padding: 60px 0;
  }
}

.l1__s3__title1 {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #fff;
  font-weight: 900;
  margin-bottom: 24px;
  line-height: 120%;
}
@media screen and (max-width: 1024px) {
  .l1__s3__title1 {
    font-size: 24px;
    text-align: left;
  }
}

.l1__s3__text1 {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .l1__s3__text1 {
    text-align: left;
    font-size: 14px;
  }
}
.l1__s3__text1 p {
  margin-bottom: 24px;
}
.l1__s3__text1 p:nth-last-child(1) {
  margin-bottom: 0;
}

.l1__s3__title2 {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #fff;
  font-weight: 900;
  margin-top: 172px;
  margin-bottom: 100px;
  line-height: 120%;
}
@media screen and (max-width: 1024px) {
  .l1__s3__title2 {
    margin-top: 60px;
    font-size: 28px;
    text-align: left;
    margin-bottom: 30px;
  }
  .l1__s3__title2 br {
    display: none;
  }
}

.l1__s3__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l1__s3__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.l1__s3__item:nth-child(1)::before {
  content: "";
  width: 69px;
  height: 108px;
  background: url("../img/l1__decor1.svg") no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: -92px;
}
@media screen and (max-width: 1024px) {
  .l1__s3__item:nth-child(1)::before {
    display: none;
  }
}
.l1__s3__item:nth-child(2)::before {
  content: "";
  width: 64px;
  height: 51px;
  background: url("../img/l1__decor2.svg") no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0px;
}
@media screen and (max-width: 1024px) {
  .l1__s3__item:nth-child(2)::before {
    display: none;
  }
}
.l1__s3__item:nth-child(even) .s3__item__left {
  order: 2;
}
@media screen and (max-width: 1024px) {
  .l1__s3__item:nth-child(even) .s3__item__left {
    order: 1;
  }
}
.l1__s3__item:nth-child(even) .s3__item__right {
  order: 1;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .l1__s3__item:nth-child(even) .s3__item__right {
    order: 2;
  }
}
.l1__s3__item:nth-last-child(1) {
  margin-bottom: 0;
}

.s3__item__left {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .s3__item__left {
    width: 100%;
    margin-bottom: 24px;
  }
}

.s3__item__ico {
  margin-bottom: 24px;
}

.s3__item__title {
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .s3__item__title {
    font-size: 20px;
  }
}

.s3__item__txt {
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .s3__item__txt {
    font-size: 14px;
  }
}

.s3__item__right {
  width: 48%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .s3__item__right {
    width: 100%;
  }
}

.l1__section4 {
  padding-bottom: 100px;
  position: relative;
}
.l1__section4:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.63%, #000 86.4%);
}
.l1__section4 .container {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .l1__section4 {
    padding-bottom: 60px;
  }
}

.l1__s3__row2 {
  margin-top: 176px;
  padding-top: 17px;
  padding-bottom: 29px;
  padding-left: 29px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.l1__s3__row2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, #101010 10.56%, rgba(16, 16, 16, 0.2) 70.4%);
}
.l1__s3__row2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  background: linear-gradient(338deg, rgba(16, 16, 16, 0.8392156863) 10.56%, rgba(16, 16, 16, 0.6) 90.4%);
}
.l1__s3__row2 > div {
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .l1__s3__row2 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 60px;
  }
}

.l1__row2__left {
  width: 42%;
}
@media screen and (max-width: 1024px) {
  .l1__row2__left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.l1__row2__right {
  width: 56%;
}
@media screen and (max-width: 1024px) {
  .l1__row2__right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}

.row2__title {
  font-size: 40px;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 24px;
  padding: 10px;
  position: relative;
  margin-left: -10px;
}
@media screen and (max-width: 1024px) {
  .row2__title {
    margin-right: 17px;
    font-size: 24px;
  }
}
.row2__title::before {
  content: "";
  width: 26px;
  height: 27px;
  background: url("../img/v1.svg") no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.row2__title::after {
  content: "";
  width: 26px;
  height: 27px;
  background: url("../img/v2.svg") no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.row2__text {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 24px;
}
@media screen and (min-width: 991px) {
  .row2__text {
    max-width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .row2__text {
    font-size: 14px;
  }
}

.l1__button {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s ease 0s;
  text-decoration: none;
  width: max-content;
  background: #7EF99F;
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .l1__button {
    padding: 12px 12px;
    font-size: 14px;
  }
}
.l1__button:hover {
  opacity: 0.6;
}

.row2__img {
  position: absolute;
  right: 0;
  bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .row2__img {
    position: relative;
  }
}

.l2__section1 {
  padding: 40px 0;
  margin-top: 115px;
  padding-bottom: 0;
  min-height: 500px;
  height: calc(100vh - 115px);
}
.l2__section1 .container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.l2__section1 .l2__text2 {
  flex: 1 1 auto;
  margin-bottom: 20px;
}
.l2__section1 .scroll__button2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .l2__section1 {
    margin-top: 92.06px;
  }
}

.l2__section1__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 701px;
  transition: 0.6s cubic-bezier(0.09, 0.96, 0.58, 1);
  margin: 0 auto;
  position: relative;
  padding: 0 34px;
  min-height: 500px;
}
.l2__section1__row .l2__section1__center {
  transform: scale(0);
  transition: 0.6s cubic-bezier(0, 0.34, 0, 0.79);
}
.l2__section1__row.on {
  width: 80%;
}
.l2__section1__row.on .l2__section1__center {
  transform: scale(1);
}
@media screen and (max-width: 1440px) {
  .l2__section1__row.on {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .l2__section1__row.on {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .l2__section1__row {
    width: 265px;
  }
  .l2__section1__row.on {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .l2__section1__row {
    min-height: 220px;
  }
}
.l2__section1__row::before {
  content: "";
  width: 34px;
  height: 148px;
  background: url("../img/allie/left.svg") no-repeat;
  display: block;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.l2__section1__row::after {
  content: "";
  width: 34px;
  height: 148px;
  background: url("../img/allie/right.svg") no-repeat;
  display: block;
  position: absolute;
  top: 12px;
  bottom: 0;
  right: 0;
  margin: auto;
}

.s2__s1__txt1 {
  font-size: 110px;
  letter-spacing: -0.02em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .s2__s1__txt1 {
    font-size: 34px;
  }
}

.l2__section1__center {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .l2__section1__center img {
    width: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .l2__section1__center img {
    width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .l2__section1__center img {
    width: 200px;
  }
}

.l2__text2 {
  font-size: 48px;
  letter-spacing: -0.02em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .l2__text2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.scroll__button2 {
  display: flex;
  justify-content: center;
  margin-bottom: 124px;
}

.l2__text3 {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .l2__text3 {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.on .o1 {
  left: 5%;
  top: 100px;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .on .o1 {
    top: -20px;
  }
}
.on .o2 {
  right: 0;
  opacity: 1;
  top: 100px;
}
@media screen and (max-width: 1024px) {
  .on .o2 {
    top: -20px;
  }
}
.on .o3 {
  right: 100px;
  opacity: 1;
  bottom: 0;
}

.o1 {
  position: absolute;
  top: 200px;
  left: 40%;
  transition: 0.4s ease;
  opacity: 0;
}

.o2 {
  position: absolute;
  right: 40%;
  transition: 0.4s ease;
  opacity: 0;
  top: 200px;
}

.o3 {
  position: absolute;
  right: 30%;
  bottom: 100px;
  transition: 0.4s ease;
  opacity: 0;
}

.l2__section2 {
  height: 810px;
}
.l2__section2.heigh_auto {
  height: auto;
}
.l2__section2.video_in_container {
  height: auto;
  padding-top: 80px;
}
.l2__section2.video_in_container .video-wrapper {
  padding-top: 317px;
}
.l2__section2.video_in_container .l2__photo {
  top: 0;
}
.l2__section2.video_in_container .item_video_iframe {
  position: relative;
  padding-top: 56%;
}
.l2__section2.video_in_container .item_video_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1440px) {
  .l2__section2 {
    height: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .l2__section2 {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .l2__section2 {
    height: 300px;
  }
}

.l2__section2.heigh_auto .video-wrapper {
  position: relative;
  padding-top: 56%;
}
.l2__section2.heigh_auto .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l2__section2 .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.l2__section2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.l2__photo {
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: -317px;
  z-index: 2;
}
.l2__photo:before {
  width: 384px;
  height: 433px;
  left: 50%;
  bottom: 0;
  content: "";
  position: absolute;
  border-radius: 572px;
  opacity: 0.4;
  background: #FFF;
  transform: translateX(-50%);
  filter: blur(92.8000030518px);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .l2__photo {
    top: -100px;
    display: none;
  }
}

.l2__section3 {
  padding-top: 150px;
  padding-bottom: 100px;
}
.l2__section3 .l2__item:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .l2__section3 .l2__item .l2__item__left {
    order: 1 !important;
  }
  .l2__section3 .l2__item .l2__item__right {
    order: 2 !important;
  }
}
.l2__section3 .l2__item:nth-child(even) .l2__item__left {
  order: 1;
}
@media screen and (max-width: 1024px) {
  .l2__section3 .l2__item:nth-child(even) .l2__item__left {
    order: 2;
    justify-content: flex-start;
  }
}
.l2__section3 .l2__item:nth-child(even) .l2__item__right {
  order: 2;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .l2__section3 .l2__item:nth-child(even) .l2__item__right {
    order: 1;
    margin-bottom: 30px;
    justify-content: flex-start;
  }
}
.l2__section3 .l2__item:nth-child(odd) .l2__item__left {
  order: 2;
}
@media screen and (max-width: 1024px) {
  .l2__section3 .l2__item:nth-child(odd) .l2__item__left {
    order: 1;
  }
}
.l2__section3 .l2__item:nth-child(odd) .l2__item__right {
  order: 1;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .l2__section3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l2__s3__txt1 {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 24px;
  position: relative;
}

.d1 {
  position: absolute;
  left: 0;
  top: 0;
}

.d2 {
  position: absolute;
  right: 0;
  top: 50px;
}

.d3 {
  position: absolute;
  left: 0;
  bottom: -50px;
}

.l2__s3__txt2 {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 150%;
  margin-bottom: 184px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l2__s3__txt2 {
    margin-bottom: 60px;
  }
}

.l2__s3__title {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 60px;
  line-height: 120%;
}
@media screen and (max-width: 1024px) {
  .l2__s3__title {
    font-size: 24px;
  }
  .l2__s3__title br {
    display: none;
  }
}

.l2__item {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l2__item:nth-child(even) .l2__item__left {
  order: 2;
}
@media screen and (max-width: 1024px) {
  .l2__item:nth-child(even) .l2__item__left {
    order: 1;
    text-align: left;
  }
}
.l2__item:nth-child(even) .l2__item__right {
  order: 1;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .l2__item:nth-child(even) .l2__item__right {
    order: 2;
  }
}
@media screen and (max-width: 1024px) {
  .l2__item {
    margin-bottom: 50px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.l2__item__left {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .l2__item__left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.l2__item__right {
  width: 48%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .l2__item__right {
    width: 100%;
  }
}

.l2__item__title {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .l2__item__title {
    font-size: 20px;
  }
}

.l2__item__txt {
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .l2__item__txt {
    font-size: 14px;
  }
}

.l2__section4 {
  background: #1C1C1C;
}

.s4__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 97px;
  padding-bottom: 97px;
}
@media screen and (max-width: 1024px) {
  .s4__row {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 0;
  }
}

.s4__left {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .s4__left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.s4__right {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .s4__right {
    width: 100%;
  }
}

.s4__photo {
  position: absolute;
  bottom: 0;
}
.s4__photo:before {
  width: 384px;
  height: 433px;
  left: 29%;
  bottom: 34px;
  content: "";
  position: absolute;
  border-radius: 572px;
  opacity: 0.4;
  background: #FFF;
  filter: blur(92.8000030518px);
}
.s4__photo img {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .s4__photo {
    width: 615px;
  }
}
@media screen and (max-width: 1024px) {
  .s4__photo {
    position: relative;
  }
}

.l2__section5 {
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .l2__section5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.l2__section5 .l1__s3__row2 {
  margin-top: 176px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 17px;
  padding-bottom: 29px;
  padding-left: 29px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #000;
}
@media screen and (max-width: 1024px) {
  .l2__section5 .l1__s3__row2 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 60px;
    padding-bottom: 0;
  }
}
.l2__section5 .l1__row2__left {
  width: 44%;
}
@media screen and (max-width: 1024px) {
  .l2__section5 .l1__row2__left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.l2__section5 .l1__row2__right {
  width: 56%;
}
@media screen and (max-width: 1024px) {
  .l2__section5 .l1__row2__right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.l2__section5 .row2__title {
  font-size: 40px;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 34px;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l2__section5 .row2__title {
    margin-right: 17px;
    font-size: 24px;
  }
}
.l2__section5 .row2__title::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/b1.svg") no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l2__section5 .row2__title::after {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../img/b2.svg") no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.l2__section5 .row2__text {
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .l2__section5 .row2__text {
    font-size: 14px;
  }
}
.l2__section5 .l1__button {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s ease 0s;
  text-decoration: none;
  width: max-content;
  background: #FF3085;
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .l2__section5 .l1__button {
    padding: 12px 12px;
    font-size: 14px;
  }
}
.l2__section5 .l1__button:hover {
  opacity: 0.6;
}
.l2__section5 .row2__img {
  position: absolute;
  right: -200px;
  bottom: 0;
}
@media screen and (max-width: 1440px) {
  .l2__section5 .row2__img {
    right: -100px;
  }
}
@media screen and (max-width: 1200px) {
  .l2__section5 .row2__img {
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .l2__section5 .row2__img {
    right: 0;
  }
}

.l2__item2 {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l2__item2:nth-last-child(1) {
  margin-bottom: 0;
}
.l2__item2:nth-child(even) .l2__item__left {
  order: 2;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .l2__item2:nth-child(even) .l2__item__left {
    order: 1;
    text-align: left;
  }
}
.l2__item2:nth-child(even) .l2__item__right {
  order: 1;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .l2__item2:nth-child(even) .l2__item__right {
    order: 2;
  }
}
@media screen and (max-width: 1024px) {
  .l2__item2 {
    margin-bottom: 50px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.l2__s3__row1 {
  position: relative;
}

.d4 {
  position: absolute;
  right: -50px;
  bottom: 500px;
}
@media screen and (max-width: 1024px) {
  .d4 {
    right: 20px;
  }
}

.d5 {
  position: absolute;
  left: -50px;
  bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .d5 {
    left: 20px;
  }
}

.d6 {
  position: absolute;
  right: -50px;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .d6 {
    right: 20px;
  }
}

.d7 {
  position: absolute;
  left: -50px;
  bottom: 63px;
}
@media screen and (max-width: 1024px) {
  .d7 {
    left: 20px;
  }
}

.d8 {
  position: absolute;
  left: 30%;
  top: -80px;
}
@media screen and (max-width: 1024px) {
  .d8 {
    top: -30px;
  }
}

.d9 {
  position: absolute;
  right: -50px;
  top: 130px;
}
@media screen and (max-width: 1024px) {
  .d9 {
    right: 10px;
  }
}

.d10 {
  position: absolute;
  left: -50px;
  bottom: 130px;
}
@media screen and (max-width: 1024px) {
  .d10 {
    left: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
