.landing {
  overflow: hidden;
  scroll-behavior: smooth;
}

.landing h1,
.landing h2,
.landing h3,
.landing h4,
.landing h5,
.landing h6,
.landing p {
  padding: 0;
  margin: 0;
}

.landing img {
  max-width: 100%;
}

:root {
  --l-color-black: #000000;
  --l-color-white: #ffffff;
  --l-color-light: #c5c3c6;
  --l-color-back-gray: #4e5155;
  --l-color-light-blue: #4d76c9;
  --l-color-blue: #003ab1;
}

.landing {
  margin-bottom: 50px;
}

.landing .br-375,
.landing .br-768 {
  display: none;
}

@media (max-width: 991px) {
  .landing .br-768 {
    display: block;
  }

  .landing .br-1920 {
    display: none;
  }
}

@media (max-width: 680px) {
  .landing .br-375 {
    display: block;
  }

  .landing .br-768 {
    display: none;
  }
}

.landing {
  background: var(--l-color-black);
}

.landing .first_section {
  background: url(../img/first-section-bg-1920.png?v1) center no-repeat;
  background-size: cover;
  height: 100vh;
  max-height: 1066px;
  margin-bottom: 100px;
  padding: 178px 0 140px;
  color: var(--l-color-white);
  border-radius: 0 0 200px 200px;
}

.landing .first_section .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.landing .first_section .stiker {
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--l-color-white);
  margin-bottom: 50px;
  padding: 10px 26px;
  background: linear-gradient(-91.13deg, #e5165c 7.18%, #f1977c 60.22%, rgba(241, 151, 124, 0) 99.6%);
  border-radius: 0px 30px 30px 0px;
}

.landing .first_section .title {
  color: var(--l-color-white);
  max-width: 810px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 42px;
  line-height: 42px;
}

.landing .first_section .description {
  font-size: 22px;
  line-height: 1.2em;
  height: 100%;
  max-width: 540px;
}

.landing .first_section .items {
  max-width: 360px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.landing .first_section .items .item {
  background: rgba(18, 18, 18, 0.8);
  backdrop-filter: blur(2.5px);
  border-radius: 100px;
  padding: 28px 46px;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 25px;
  font-size: 16px;
  line-height: 1.2em;
}

.landing .first_section .items .item svg {
  flex-shrink: 0;
}

@media (max-width: 1550px) {
  .landing .first_section {
    border-radius: 0 0 100px 100px;
  }
  .landing .first_section {
    padding: 56px 0 80px;
  }

  .landing .first_section .items {
    gap: 15px;
  }

  .landing .first_section .items .item {
    padding: 15px 25px;
  }
}

@media (max-width: 991px) {
  .landing .first_section {
    background: url(../img/first-section-bg-768.png) center no-repeat;
    background-size: cover;
    height: 1135px;
    max-height: 100%;
    margin-bottom: 80px;
    padding: 30px 0 0;
  }

  .landing .first_section .container {
    text-align: center;
  }

  .landing .first_section .stiker {
    margin: 0 auto 20px;
    padding: 10px 26px 10px 122px;
    background: linear-gradient(-91.13deg, #e5165c 7.18%, #f1977c 60.22%, rgba(241, 151, 124, 0) 99.6%);
    transform: translateX(-52px);
  }

  .landing .first_section .title {
    max-width: 595px;
    font-size: 40px;
    margin: 0 auto 20px;
  }

  .landing .first_section .description {
    max-width: 660px;
    margin: 0 auto;
  }

  .landing .first_section .items {
    max-width: 100%;
    flex-direction: row;
    gap: 25px;
  }

  .landing .first_section .items .item {
    padding: 28px 31px;
    display: flex;
    align-items: center;
    width: 50%;
    text-align: left;
  }
}

@media (max-width: 680px) {
  .landing .first_section {
    background: url(../img/first-section-bg-375.png) center no-repeat;
    background-size: cover;
    height: 1144px;
    margin-bottom: 36px;
    padding: 20px 0 0;
  }

  .landing .first_section .stiker {
    font-size: 12px;
    margin: 0 auto 10px;
    padding: 8px 26px 8px 40px;
    background: linear-gradient(-91.13deg, #e5165c 7.18%, #f1977c 60.22%, rgba(241, 151, 124, 0) 99.6%);
    transform: translateX(0);
  }

  .landing .first_section .title {
    font-size: 28px;
    line-height: 28px;
    margin: 0;
    height: 100%;
  }

  .landing .first_section .description {
    height: auto;
    font-size: 18px;
    margin: 0 auto 30px;
  }

  .landing .first_section .items {
    flex-direction: column;
  }

  .landing .first_section .items .item {
    background: rgba(36, 36, 36, 0.8);
    padding: 18px 31px;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .landing .first_section {
    height: 944px;
  }
}
/* first_section end */
.landing .second_section--one {
  margin-bottom: 128px;
}

.landing .second_section--one .items {
  display: grid;
  grid-template-columns: minmax(auto, 475px) minmax(auto, auto);
  grid-template-rows: repeat(2, 300px);
  gap: 30px;
}

.landing .second_section--one .items .item {
  padding: 50px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

.landing .second_section--one .items .item h3 {
  height: 100%;
  max-width: 380px;
  color: var(--l-color-white);
  font-weight: 500;
  font-size: 30px;
  line-height: 33px;
}

.landing .second_section--one .items .item:nth-child(1) {
  grid-row: 1/-1;
  background: url(../img/second-section-one-1920.png?v2) center no-repeat;
  background-size: cover;
}

.landing .second_section--one .items .item:nth-child(2) {
  background: url(../img/second-section-two-1920.webp?v2) center no-repeat;
  background-size: cover;
}

.landing .second_section--one .items .item:nth-child(3) {
  background: url(../img/second-section-three-1920.png?v2) center no-repeat;
  background-size: cover;
}

.landing .second_section--one .items .item svg {
  transition: ease-in-out 0.3s;
  flex-shrink: 0;
}

.landing .second_section--one .items .item:hover svg {
  transform: translateY(8px);
}

.landing .second_section--one .items .item:hover circle {
  fill: #313131;
}

@media (max-width: 991px) {
  .landing .second_section--one {
    margin-bottom: 88px;
  }

  .landing .second_section--one .items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 374px 278px;
    gap: 30px;
  }

  .landing .second_section--one .items .item {
    padding: 30px;
    border-radius: 20px;
  }

  .landing .second_section--one .items .item h3 {
    font-size: 30px;
    max-width: 260px;
  }

  .landing .second_section--one .items .item:nth-child(3) h3 {
    max-width: 200px;
  }

  .landing .second_section--one .items .item svg {
    width: 40px;
    height: 40px;
  }

  .landing .second_section--one .items .item:nth-child(1) {
    grid-row: auto;
    background: url(../img/second-section-one-768.png?v3) center no-repeat;
    background-size: cover;
  }

  .landing .second_section--one .items .item:nth-child(2) {
    background: url(../img/second-section-two-768.webp?v3) center no-repeat;
    background-size: cover;
    /* grid-row: 2/-2; */
    /* grid-column: 1/-1; */
  }

  .landing .second_section--one .items .item:nth-child(3) {
    background: url(../img/second-section-three-768.png?v3) center no-repeat;
    background-size: cover;
    grid-row: 2/-2;
    grid-column: 1/-1;
  }

  .landing .second_section--one .items .item:nth-child(3) {
    position: relative;
    justify-content: center;
    align-items: flex-end;
  }

  .landing .second_section--one .items .item:nth-child(3) h3 {
    max-width: 229px;
    width: 100%;
    height: auto;
    padding-bottom: 14px;
  }

  .landing .second_section--one .items .item:nth-child(3) svg {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
}

@media (max-width: 680px) {
  .landing .second_section--one {
    margin-bottom: 60px;
  }

  .landing .second_section--one .items {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 269px);
    gap: 20px;
  }

  .landing .second_section--one .items .item:nth-child(3) h3 {
    max-width: 180px;
  }

  .landing .second_section--one .items .item h3 {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    max-width: 170px;
  }

  .landing .second_section--one .items .item:nth-child(1) {
    background: url(../img/second-section-one-375.png?v3) center no-repeat;
    background-size: cover;
  }

  .landing .second_section--one .items .item:nth-child(2) {
    background: url(../img/second-section-two-375.webp?v3) center no-repeat;
    background-size: cover;
    grid-row: 2;
  }

  .landing .second_section--one .items .item:nth-child(3) {
    background: url(../img/second-section-three-375.png?v3) center no-repeat;
    background-size: cover;
    grid-row: 3;
    grid-column: auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .landing .second_section--one .items .item:nth-child(3) h3 {
    max-width: 200px;
    height: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }

  .landing .second_section--one .items .item:nth-child(3) svg {
    position: unset;
  }
}

/* second_section--one end */

/* first_section end */

.landing .second_section {
  background-image: url(../img/second-section-bg-1920.png?v3);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 130px;
}
.landing .second_section__img {
  max-width: 1280px;
  margin: 0 auto 80px;
  width: 100%;
}
.landing .second_section_768 {
  display: none;
}
.landing .second_section_375 {
  display: none;
}
.landing .second_section__title {
  color: #d9d9d9;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  max-width: 567px;
}
.landing .second_section__text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.landing .second_section__title span {
  font-size: 50px;
  line-height: 50px;
  background: linear-gradient(92.74deg, #ce0f14 11.16%, rgba(206, 15, 20, 0) 46.87%), linear-gradient(0deg, #40080a, #420606);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.landing .second_section__description {
  font-size: 22px;
  line-height: 26.4px;
  color: #c5c3c6;
  max-width: 571px;
}
@media (max-width: 991px) {
  .landing .second_section {
    background-image: url(../img/second-section-bg-768.png?v3);
    background-position: bottom;
    background-size: contain;
    padding-bottom: 150px;
  }
  .landing .second_section__img {
    width: 100%;
    margin: 0 auto;
  }
  .landing .second_section_1920 {
    display: none;
  }
  .landing .second_section_768 {
    display: block;
  }
  .landing .second_section__title {
    max-width: 560px;
    font-size: 50px;
  }
  .landing .second_section__title span {
    font-size: 90px;
  }
  .landing .second_section__text {
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
  }
  .landing .second_section__description {
    max-width: 621px;
    margin-bottom: 90px;
  }
}

@media (max-width: 680px) {
  .landing .second_section {
    background-image: url(../img/second-section-bg-375.png?v3);
    background-position: bottom;
    background-size: contain;
    padding-bottom: 150px;
  }
  .landing .second_section__img {
    width: 100%;
  }
  .landing .second_section_768 {
    display: none;
  }
  .landing .second_section_375 {
    display: block;
  }
  .landing .second_section__title {
    max-width: 95%;
    font-size: 30px;
    line-height: 30px;
  }
  .landing .second_section__title span {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
  }
  .landing .second_section__text {
    flex-wrap: wrap;
    align-items: center;
  }
  .landing .second_section__description {
    max-width: 621px;
    margin-bottom: 20px;
    line-height: 21.6px;
    font-size: 18px;
  }
}

/* second_section end */
.landing .third_section {
  margin-bottom: 188px;
}

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

.landing .third_section__column {
}

.landing .third_section__column--one {
  max-width: 714px;
}

.landing .third_section__column--two {
  max-width: 571px;
  width: 100%;
}

.landing .third_section__title {
  font-size: 50px;
  line-height: 50px;
  color: white;
  font-weight: 500;
  margin-bottom: 20px;
}

.landing .third_section__title--span {
  font-size: 80px;
  line-height: 80px;
  display: block;
}

.landing .third_section__description {
  color: #c5c3c6;
  font-size: 22px;
  line-height: 26.4px;
  margin-bottom: 50px;
  max-width: 540px;
}

.landing .third_section__list {
  list-style: none;
  padding: 0;
  counter-reset: item;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 532px;
}

.landing .third_section__list .list_item {
  counter-increment: item;
  color: #c5c3c6;
  font-size: 22px;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.landing .third_section__list .list_item::before {
  content: '';
  content: counter(item);
  height: 35px;
  width: 35px;
  border-radius: 100%;
  background: #003ab1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 35px;
}

@media (max-width: 1200px) {
  /* .landing .third_section__title--span {
    font-size: 60px;
    line-height: 60px;
  } */
}
@media (max-width: 991px) {
  .landing .third_section {
    margin-bottom: 80px;
  }

  .landing .third_section__row {
    flex-direction: column-reverse;
    align-items: start;
    margin: 0 -39px;
  }

  .landing .third_section__column--one {
    max-width: 100%;
    margin-top: -140px;
  }

  .landing .third_section__column--two {
    max-width: 769px;
    width: 100%;
    padding: 0 39px;
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 680px) {
  .landing .third_section {
    margin-bottom: 60px;
  }

  .landing .third_section__row {
    margin: 0 -15px;
  }

  .landing .third_section__column--one {
    margin-top: -30px;
  }

  .landing .third_section__column--two {
    padding: 0 15px;
  }

  .landing .third_section__title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .landing .third_section__title--span {
    font-size: 50px;
    line-height: 50px;
  }

  .landing .third_section__description {
    font-size: 18px;
    line-height: 21.6px;
    margin-bottom: 10px;
    max-width: 90%;
  }

  .landing .third_section__list {
    gap: 20px;
  }

  .landing .third_section__list .list_item {
    font-size: 18px;
    line-height: 18px;
    gap: 12px;
  }

  .landing .third_section__list .list_item::before {
    height: 30px;
    width: 30px;
    flex: 0 0 30px;
  }
}

/* third_section end */
.landing .fourth_section {
  margin-bottom: 150px;
}

.landing .fourth_section__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.landing .fourth_section__column {
}

.landing .fourth_section__column--one {
  max-width: 600px;
}
.landing .fourth_section__column--two {
  max-width: 767px;
}

.landing .fourth_section__column--two img {
  border-radius: 50px;
  height: 463px;
  object-fit: cover;
}

.landing .fourth_section .title {
  font-weight: 500;
  font-size: 60px;
  line-height: 60px;
  color: var(--l-color-white);
  margin-bottom: 20px;
  max-width: 570px;
}

.landing .fourth_section .description {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2em;
  color: var(--l-color-white);
  max-width: 595px;
  margin-bottom: 34px;
}
.landing .fourth_section .description .weight-color {
  color: white;
  font-weight: 500;
}
.landing .fourth_section .items {
  display: grid;
  gap: 26px;
  position: relative;
  z-index: 1;
}

.landing .fourth_section .items .item {
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2em;
  color: var(--l-color-white);
}

.landing .fourth_section .items .item svg {
  min-width: 37px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .landing .fourth_section__row {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .landing .fourth_section {
    margin-bottom: 80px;
  }

  .landing .fourth_section__row {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 50px;
  }

  .landing .fourth_section__column--one {
    max-width: 100%;
  }
  .landing .fourth_section__column--two {
    max-width: 100%;
  }

  .landing .fourth_section__column--two img {
    border-radius: 50px;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  .landing .fourth_section .title {
    max-width: 100%;
  }

  .landing .fourth_section__column .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 0;
  }

  .landing .fourth_section__column .items .item {
    gap: 15px;
  }
  .landing .fourth_section__column .items .item.item-one {
    order: 1;
    flex: 0 0 50%;
  }
  .landing .fourth_section__column .items .item.item-two {
    order: 3;
    flex: 0 0 50%;
  }
  .landing .fourth_section__column .items .item.item-three {
    order: 2;
    flex: 0 0 47%;
  }
  .landing .fourth_section__column .items .item.item-four {
    order: 4;
    flex: 0 0 47%;
  }
}

@media (max-width: 680px) {
  .landing .fourth_section {
    margin-bottom: 60px;
  }

  .landing .fourth_section__row {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 40px;
  }

  .landing .fourth_section__column--one {
    max-width: 100%;
  }
  .landing .fourth_section__column--two {
    max-width: 100%;
  }

  .landing .fourth_section__column--two img {
    border-radius: 50px;
    height: auto;
    aspect-ratio: 16 / 11;
    object-fit: cover;
  }

  .landing .fourth_section .title {
    max-width: 100%;
  }

  .landing .fourth_section__column .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 0;
  }

  .landing .fourth_section__column .items .item {
    gap: 15px;
  }
  .landing .fourth_section__column .items .item.item-one {
    order: auto;
    flex: 0 0 100%;
  }
  .landing .fourth_section__column .items .item.item-two {
    order: auto;
    flex: 0 0 100%;
  }
  .landing .fourth_section__column .items .item.item-three {
    order: auto;
    flex: 0 0 100%;
  }
  .landing .fourth_section__column .items .item.item-four {
    order: auto;
    flex: 0 0 100%;
  }

  .landing .fourth_section .container {
    display: flex;
    flex-direction: column;
  }

  .landing .fourth_section .title {
    order: 1;
    position: relative;
    z-index: 1;
    font-size: 35px;
    line-height: 35px;
  }

  .landing .fourth_section .description {
    order: 2;
    font-size: 17.9px;
    position: relative;
    z-index: 1;
    max-width: 350px;
    color: #c5c3c6;
    margin-bottom: 20px;
  }

  .landing .fourth_section img {
    order: 3;
    border-radius: 20px;
  }

  .landing .fourth_section .items {
    order: 4;
  }

  .landing .fourth_section .items .item {
    font-size: 18px;
  }
}

/* fourth_section end */

.landing .fifth_section {
  position: relative;
  margin-bottom: 139px;
}
.landing .fifth_section .container {
  z-index: 1;
  position: relative;
}
.landing .fifth_section__img {
  position: absolute;
  z-index: 0;
}
.landing .fifth_section__title {
  font-weight: 500;
  font-size: 50px;
  line-height: 50px;
  color: white;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 20px;
}
.landing .fifth_section__description {
  display: block;
  color: #c5c3c6;
  font-size: 22px;
  line-height: 26.4px;
  text-align: center;
  max-width: 680px;
  margin: 0 auto 60px;
}

.landing .fifth_section__row {
  display: flex;
  gap: 33px;
}

.landing .fifth_section__column .column__title {
  display: block;
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 12px;
}

.landing .fifth_section__column .column__description {
  display: block;
  color: #c5c3c6;
  font-size: 20px;
  line-height: 20px;
  min-height: 60px;
  max-width: 460px;
}

.landing .fifth_section__column .span-weight-color {
  color: #ffffff;
  font-weight: 500;
}
.landing .fifth_section__column--two .fifth_section__column__img {
  transform: translateX(48px);
}

@media (max-width: 991px) {
  .landing .fifth_section {
    margin-bottom: 50px;
    background-image: url(../img/fifth-section-bg-768.png?v2);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .landing .fifth_section__img {
    position: absolute;
    z-index: 0;
    display: none;
  }
  .landing .fifth_section__title {
    font-size: 50px;
    line-height: 50px;
  }
  .landing .fifth_section__description {
    margin: 0 auto 50px;
  }

  .landing .fifth_section__row {
    gap: 30px;
    flex-direction: column;
  }
  .landing .fifth_section__column--two .fifth_section__column__img {
    transform: translateX(0px);
  }
  .landing .fifth_section__column .column__title {
    display: block;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .landing .fifth_section__column .column__description {
    display: block;
    color: #c5c3c6;
    font-size: 20px;
    line-height: 20px;
    max-width: 540px;
  }

  .landing .fifth_section__column .span-weight-color {
    color: #ffffff;
    font-weight: 500;
  }

  .landing .fifth_section__column__img {
    margin-top: -30px;
  }
  .landing .fifth_section__column--one .fifth_section__column__img {
    margin-top: -50px;
  }
}

@media (max-width: 680px) {
  .landing .fifth_section {
    background-image: url(../img/fifth-section-bg-375.png?v2);
    background-position: center 50px;
    padding-bottom: 187px;
    margin-bottom: 0;
  }
  .landing .fifth_section__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: left;
  }

  .landing .fifth_section__title--span {
    display: block;
    margin-top: 15px;
    font-size: 25px;
    line-height: 25px;
  }

  .landing .fifth_section__description {
    text-align: left;
    font-size: 18px;
    line-height: 21.6px;
  }

  .landing .fifth_section__row {
    gap: 33px;
  }

  .landing .fifth_section__column .column__title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .landing .fifth_section__column .column__description {
    font-size: 18px;
    line-height: 18px;
    max-width: 540px;
  }

  .landing .fifth_section__column .span-weight-color {
    color: #ffffff;
    font-weight: 500;
  }

  .landing .fifth_section__column__img {
    margin-top: 0px;
  }
  .landing .fifth_section__column--one .fifth_section__column__img {
    margin-top: 0px;
  }
}

/* fifth_section end */
.landing .fifth_section--two .container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.landing .fifth_section--two__title {
  font-size: 50px;
  line-height: 50px;
  color: white;
  max-width: 470px;
  font-weight: 500;
}
.landing .fifth_section--two__description {
  max-width: 568px;
  padding-top: 20px;
  font-size: 22px;
  color: white;
  line-height: 26.4px;
}
.landing .fifth_section--two__img {
  margin-top: -224px;
  position: relative;
  z-index: 1;
}
.landing .fifth_section--two__img.two__img-768,
.landing .fifth_section--two__img.two__img-375 {
  display: none;
}

@media (max-width: 991px) {
  .landing .fifth_section--two {
    margin-bottom: 80px;
  }
  .landing .fifth_section--two .container {
    flex-direction: column;
  }
  .landing .fifth_section--two__title {
    font-size: 48px;
    line-height: 52.8px;
    max-width: 563px;
  }
  .landing .fifth_section--two__description {
    max-width: 635px;
    padding-top: 20px;
    color: white;
    line-height: 26.4px;
  }
  .landing .fifth_section--two__img {
    margin-top: -224px;
    position: relative;
    z-index: 1;
  }
  .landing .fifth_section--two__img.two__img-768 {
    display: block;
    margin-top: -124px;
  }
  .landing .fifth_section--two__img.two__img-1920 {
    display: none;
  }
}

@media (max-width: 680px) {
  .landing .fifth_section--two {
    margin-bottom: 28px;
  }
  .landing .fifth_section--two__title {
    font-size: 35px;
    line-height: 38.5px;
  }
  .landing .fifth_section--two__description {
    max-width: 635px;
    padding-top: 20px;
    color: white;
    font-size: 18px;
    line-height: 21.6px;
  }
  .landing .fifth_section--two__img {
    margin-top: -224px;
    position: relative;
    z-index: 1;
  }
  .landing .fifth_section--two__img.two__img-768 {
    display: block;
    margin-top: -44px;
  }
  .landing .fifth_section--two__img.two__img-1920 {
    display: none;
  }
}

/* fifth_section--two end */

.landing .fifth_section--three {
  margin-top: -113px;
  position: relative;
  margin-bottom: 155px;
  z-index: 3;
}
.landing .fifth_section--three .description {
  color: #c5c3c6;
  line-height: 26.4px;
  font-size: 22px;
  margin-bottom: 40px;
  max-width: 600px;
}
.landing .fifth_section--three .blocks {
  display: flex;
  align-items: center;
  gap: 30px;
}
.landing .fifth_section--three .blocks_block {
  width: 100%;
}
.landing .fifth_section--three img {
  border-radius: 20px;
  width: 100%;
}

@media (max-width: 991px) {
  .landing .fifth_section--three {
    margin-top: 0;
    margin-bottom: 80px;
  }
  .landing .fifth_section--three .description {
    margin-bottom: 20px;
  }
  .landing .fifth_section--three .blocks {
    gap: 30px;
  }
  .landing .fifth_section--three img {
    border-radius: 20px;
    aspect-ratio: 16 / 13.7;
    object-fit: cover;
  }
}

@media (max-width: 680px) {
  .landing .fifth_section--three .description {
    margin-bottom: 30px;
    line-height: 21.6px;
    font-size: 18px;
  }
  .landing .fifth_section--three .blocks {
    gap: 30px;
    flex-direction: column;
  }
  .landing .fifth_section--three img {
    border-radius: 20px;
    aspect-ratio: 16 / 13;
    object-fit: cover;
  }
}
/* fifth_section--three end */

.landing .sixth_section {
  background: url(../img/sixth-section-bg-1920.png?v3) no-repeat;
  display: none;
  background-position: center 120px;
  max-width: 1920px;
  padding: 151px 0 0;
  margin: 0 auto;
  position: relative;
}

.landing .sixth_section .text {
  display: grid;
  justify-content: space-between;
  grid-template-columns: minmax(auto, 526px) minmax(auto, 569px);
  /* margin-bottom: 128px; */
}

.landing .sixth_section .text .desc {
  grid-column: 2;
  grid-row: 1/3;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  color: #c5c3c6;
  max-width: 550px;
}

.landing .sixth_section .text .title {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.1em;
  background: linear-gradient(90.21deg, #6eb0fe -18.83%, #a3cdff 44.24%, rgba(163, 205, 255, 0) 95.27%), #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}

.landing .sixth_section .text .sub_title {
  font-weight: 500;
  font-size: 80px;
  line-height: 1em;
  background: linear-gradient(90.21deg, #6eb0fe -18.83%, #a3cdff 78.69%, #ffffff 114.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 20px;
}

.landing .sixth_section .text .sub {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2em;
  color: var(--l-color-white);
}

.landing .sixth_section .img {
  position: relative;
}

.landing .sixth_section .img .stic-one,
.landing .sixth_section .img .stic-two {
  position: absolute;
}

.landing .sixth_section .img .stic-one {
  bottom: 30%;
  right: 0;
  z-index: 2;
}

.landing .sixth_section .img .stic-two {
  padding: 20px;
  display: grid;
  grid-template-columns: 29px auto;
  gap: 6px 13px;
  background: rgba(27, 27, 27, 0.7);
  backdrop-filter: blur(2px);
  border-radius: 10px;
  max-width: 360px;
  right: 15%;
  top: 50%;
  transform: translateY(-100%);
  z-index: 2;
  width: 100%;
  color: var(--l-color-white);
  display: none;
}

.landing .sixth_section .img .stic-two svg {
  grid-row: 1/3;
}

.landing .sixth_section .img .stic-two .stic_title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2em;
}

.landing .sixth_section .img .stic-two .stic_desc {
  font-size: 16px;
  line-height: 1.2em;
}

.landing .sixth_section .clouds {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.landing .sixth_section .text .desc .color {
  color: var(--l-color-white);
  font-weight: 500;
}

@media (max-width: 991px) {
  .landing .sixth_section {
    background: url(../img/sixth-section-bg-768.png?v3) bottom center no-repeat;
    background-size: cover;
    padding: 48px 0 0;
    margin: 0 auto;
  }

  .landing .sixth_section .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 132px;
    text-align: center;
  }

  .landing .sixth_section .text .sub {
    margin-bottom: 20px;
  }

  .landing .sixth_section .img {
    margin: 0 -39px;
  }

  .landing .sixth_section .img .stic-one {
    bottom: 30%;
    left: 39px;
    z-index: 2;
    height: 62px;
  }

  .landing .sixth_section .text .desc {
    text-align: center;
  }

  .landing .sixth_section .img .stic-two {
    right: 39px;
    top: auto;
    bottom: 30%;
    transform: unset;
  }

  .landing .sixth_section .clouds {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}

@media (max-width: 680px) {
  .landing .sixth_section {
    padding: 0;
    background: url(../img/sixth-section-bg-375.png?v3) bottom center no-repeat;
    background-size: cover;
    background-position: center 150px;
  }

  .landing .sixth_section .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
    text-align: center;
  }

  .landing .sixth_section .text .title {
    font-size: 30px;
    margin-bottom: 7px;
  }

  .landing .sixth_section .text .sub_title {
    font-size: 50px;
  }

  .landing .sixth_section .text .sub {
    font-size: 22px;
  }

  .landing .sixth_section .img {
    margin: 0;
  }

  .landing .sixth_section .img img {
    transform: scale(1.3);
    /* margin-bottom: 100px; */
  }

  .landing .sixth_section .img .stic-one {
    bottom: 0;
    left: 17px;
    z-index: 2;
    height: 53px;
  }

  .landing .sixth_section .text .desc {
    text-align: center;
    font-size: 18px;
  }

  .landing .sixth_section .img .stic-two {
    right: 50%;
    transform: translateX(50%);
    bottom: -66px;
    max-width: 100%;
    padding: 23px 13px;
  }

  .landing .sixth_section .img .stic-two .stic_title {
    font-size: 18px;
  }

  .landing .sixth_section .clouds {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .landing .sixth_section .clouds img {
    height: auto;
    width: 100%;
    object-fit: cover;
  }
}

/* sixth_section end */

.landing .seventh_section {
  background: url(../img/seventh-section-bg-1920.png?v2) center no-repeat;
  background-size: cover;
  height: 1220px;
  margin-bottom: 190px;
  border-radius: 0 0 200px 200px;
}

.landing .seventh_section .container {
  /* transform: translateY(-60px); */
  padding-top: 50px;
  z-index: 1;
  position: relative;
}

.landing .seventh_section .text {
  display: grid;
  grid-template-columns: minmax(auto, 635px) minmax(auto, 768px);
  justify-content: space-between;
  margin-bottom: 35px;
}

.landing .seventh_section .text .title {
  font-weight: 500;
  font-size: 60px;
  line-height: 60px;
  color: #000000;
}

.landing .seventh_section .blocks {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 635px));
  grid-template-columns: minmax(auto, 635px) minmax(auto, 768px);
  justify-content: space-between;
  gap: 30px;
}

.landing .seventh_section .blocks img {
  max-width: 635px;
  border-radius: 20px;

  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

.landing .seventh_section .img-1920 {
  display: none;
}

.landing .seventh_section .text .desc {
  font-size: 22px;
  line-height: 1.2em;
  color: #1b1b1b;
  grid-column: 2;
  grid-row: 3/-1;
  padding-top: 20px;
  max-width: 712px;
}
@media (max-width: 1550px) {
  .landing .seventh_section {
    border-radius: 0 0 100px 100px;
  }
}
@media (max-width: 991px) {
  .landing .seventh_section {
    background: url(../img/seventh-section-bg-768.png?v2) center no-repeat;
    background-size: cover;
    height: 871px;
    margin-top: -5px;
    text-align: center;
    margin-bottom: 100px;
    box-shadow: inset 0px 12px 5px white;
    border-radius: 0 0 100px 100px;
  }

  .landing .seventh_section .container {
    transform: translateY(0);
  }

  .landing .seventh_section .text {
    grid-template-columns: auto;
    margin-bottom: 47px;
  }

  .landing .seventh_section .text .title {
    margin-top: -45px;
    font-size: 55px;
    line-height: 55px;
    z-index: 1;
  }

  .landing .seventh_section .text .sub_title {
    margin-bottom: 20px;
  }

  .landing .seventh_section .text .desc {
    grid-column: auto;
    grid-row: auto;
  }

  .landing .seventh_section .blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 33px;
  }

  .landing .seventh_section .blocks img {
    max-width: 330px;
    border-radius: 20px;
    max-height: 191px;
    object-fit: cover;
  }
}

@media (max-width: 680px) {
  .landing .seventh_section {
    background: url(../img/seventh-section-bg-375.png) center no-repeat;
    background-size: cover;
    height: auto;
    margin-top: -5px;
    margin-bottom: 90px;
    position: relative;
    padding-top: 100px;
    border-radius: 0 0 50px 50px;
  }

  .landing .seventh_section .img-1920 {
    display: block;
    border-radius: 0 0 50px 50px;
    min-width: 100vw;
  }

  .landing .seventh_section .text {
    margin-bottom: 40px;
  }

  .landing .seventh_section .text .title {
    margin-top: 0;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 8px;
    text-align: left;
  }

  .landing .seventh_section .text .sub_title {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .landing .seventh_section .text .desc {
    grid-column: auto;
    grid-row: auto;
    font-size: 17.9px;
    text-align: left;
  }

  .landing .seventh_section .blocks {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 17px;
  }

  .landing .seventh_section .blocks img {
    max-height: 201px;
    max-width: 100%;
  }
}

/* seventh_section end */
.landing .eighth_section {
  margin-bottom: 128px;
}

.landing .eighth_section .container {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, minmax(auto, 572px));
}

.landing .eighth_section {
  min-width: 0;
}

.landing .eighth_section .title {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.1em;
  color: var(--l-color-blue);
  text-align: center;
  margin-bottom: 20px;
}

.landing .eighth_section .sub-title {
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1em;

  color: var(--l-color-white);
  margin-bottom: 20px;
}

.landing .eighth_section .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 60px 0;
}

.landing .eighth_section .item {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2em;
  color: var(--l-color-white);
}

.landing .eighth_section .item svg {
  margin-bottom: 20px;
}

.landing .eighth_section .gif_wrapper {
  grid-row: 1/4;
}

.landing .eighth_section .gif {
  position: relative;
  height: 100%;
  width: 100%;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
}

.landing .eighth_section .gif .sticer {
  padding: 23px 20px 26px;
  max-width: 265px;
  width: 100%;
  position: absolute;
  right: 52px;
  top: 56px;
  display: flex;
  gap: 20px;
  background: rgba(52, 52, 52, 0.45);
  backdrop-filter: blur(2px);
  border-radius: 10px;
  font-size: 18px;
  line-height: 1.2em;
  color: var(--l-color-white);
  border: 1px solid var(--l-color-white);
}

.landing .eighth_section .gif .sticer svg {
  flex-shrink: 0;
}
.landing .eighth_section .eighth_section__description {
  line-height: 26.4px;
  color: #c5c3c6;
  text-align: left;
  font-size: 22px;
  margin-bottom: 50px;
  max-width: 660px;
}
.landing .eighth_section .gif img {
  height: 100%;
  object-fit: cover;
  max-width: 681px;
  height: auto;
  border-radius: 20px;
}

.landing .eighth_section .hide-375 {
  display: none;
}

@media (max-width: 991px) {
  .landing .eighth_section {
    padding: 0;
    margin-bottom: 80px;
  }

  .landing .eighth_section .container {
    display: flex;
    flex-direction: column;
  }

  .landing .eighth_section .gif_wrapper {
    order: 3;
  }

  .landing .eighth_section .items {
    margin-bottom: 100px;
  }

  .landing .eighth_section .gif img {
    max-width: 100%;
    height: unset;
    width: 100%;
  }

  .landing .eighth_section {
    grid-row: 1;
  }

  .landing .eighth_section .title {
    font-size: 26px;
  }

  .landing .eighth_section .sub-title {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .landing .eighth_section .eighth_section__description {
    margin-bottom: 80px;
    max-width: 570px;
  }
  .landing .eighth_section .item svg {
    margin-bottom: 10px;
  }
  .landing .eighth_section .gif {
    max-width: unset;
  }
  .landing .eighth_section .gif .sticer {
    max-width: 265px;
    padding: 21px 20px 21px;
  }
}

@media (max-width: 680px) {
  .landing .eighth_section {
    height: auto;
    background: none;
  }

  .landing .eighth_section .gif_wrapper {
    margin-bottom: 50px;
  }

  .landing .eighth_section .items {
    margin-bottom: 80px;
  }

  .landing .eighth_section .hide-375 {
    display: block;
    margin: 0 -15px 30px;
    min-width: 100vw;
  }

  .landing .eighth_section .gif img {
    max-width: 104vw;
    width: 105vw;
    margin: 0 -15px;
    max-height: 345px;
  }

  .landing .eighth_section .gif .sticer {
    padding: 15px 18px;
    left: 15px;
    bottom: -70px;
    font-size: 14px;
    max-width: 208px;
    gap: 14px;
    right: auto;
    top: auto;
  }

  .landing .eighth_section .gif .sticer svg {
    height: 30px;
    width: 30px;
  }

  .landing .eighth_section .title {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .landing .eighth_section .sub-title {
    font-size: 35px;
    line-height: 38.5px;
    margin-bottom: 20px;
    order: 1;
  }
  .landing .eighth_section .eighth_section__description {
    font-size: 18px;
    line-height: 21.6px;
    order: 2;
    margin-bottom: 40px;
  }
  .landing .eighth_section .items {
    gap: 40px 0;
    margin: 0;
    order: 3;
  }
  .landing .eighth_section .gif_wrapper {
    order: 4;
  }

  .landing .eighth_section .item {
    width: 50%;
    font-size: 16px;
  }
}

/* eighth_section end */

.landing .nineth_section {
  margin-bottom: 20px;
}

.landing .nineth_section .blocks {
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.landing .nineth_section .block ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 560px;
}
.landing .nineth_section .block ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  line-height: 26.4px;
  color: #c5c3c6;
}

.landing .nineth_section .block ul li::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: #003ab1;
  border-radius: 100%;
  flex: 0 0 12px;
}

.landing .nineth_section .title {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.1em;
  color: #003ab1;
}

.landing .nineth_section .sub_title {
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1em;
  margin-bottom: 54px;
  color: var(--l-color-white);
}

.landing .nineth_section .desc {
  font-size: 22px;
  line-height: 1.2em;
  max-width: 500px;
  margin: 0 auto;
  color: #c5c3c6;
}

.landing .nineth_section .gif {
  position: relative;
  height: 100%;
  display: inline-flex;
  align-items: center;
  display: block;
  text-align: right;
}

.landing .nineth_section .gif img {
  height: 100%;
  object-fit: cover;
  max-width: 635px;
  max-height: 635px;
  height: 635px;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .landing .nineth_section {
    margin-bottom: 100px;
  }

  .landing .nineth_section .blocks {
    grid-template-columns: auto;
  }

  .landing .nineth_section .desc {
    margin: 0 auto 60px;
  }
  .landing .nineth_section .gif {
    margin-top: 50px;
  }
  .landing .nineth_section .gif img {
    max-width: 100%;
    width: 100%;
    max-height: 590px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 680px) {
  .landing .nineth_section {
    margin-bottom: 80px;
  }

  .landing .nineth_section .title {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .landing .nineth_section .sub_title {
    font-weight: 500;
    font-size: 35px;
    line-height: 38.5px;
    color: var(--l-color-white);
    margin-bottom: 20px;
  }
  .landing .nineth_section .block ul li {
    line-height: 21.6px;
    font-size: 18px;
  }
  .landing .nineth_section .desc {
    font-size: 18px;
    margin: 0 auto 40px;
  }
  .landing .nineth_section .gif {
    margin-top: 20px;
  }
  .landing .nineth_section .gif img {
    max-height: 345px;
  }
}

/* nineth_section end */

.landing .tenth_section {
  margin-bottom: 140px;
}

.landing .tenth_section .container {
  height: 536px;
}

.landing .tenth_section .form {
  border-radius: 20px;
  background: url(../img/tenth-section-bg-1920.png) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding-left: 140px;
}

.landing .tenth_section .title {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.1em;
  color: var(--l-color-white);
  margin-bottom: 20px;
}

.landing .tenth_section .desc {
  font-size: 22px;
  line-height: 1.2em;
  color: #c5c3c6;
  max-width: 440px;
  margin-bottom: 50px;
}

.landing .tenth_section .btn {
  max-width: 294px;
  height: 60px;
  border-radius: 30px;
  font-size: 18px;
}

@media (max-width: 991px) {
  .landing .tenth_section .container {
    height: 723px;
  }

  .landing .tenth_section {
    margin-bottom: 100px;
  }

  .landing .tenth_section .form {
    background: url(../img/tenth-section-bg-768.png) center no-repeat;
    background-size: cover;
    justify-content: unset;
    padding: 60px;
  }

  .landing .tenth_section .title {
    font-size: 30px;
    margin-bottom: 16px;
  }

  .landing .tenth_section .desc {
    font-size: 18px;

    margin-bottom: 40px;
  }

  .landing .tenth_section .btn {
    max-width: 214px;
    height: 55px;
  }
}

@media (max-width: 680px) {
  .landing .tenth_section .container {
    height: 520px;
  }

  .landing .tenth_section {
    margin-bottom: 80px;
  }

  .landing .tenth_section .form {
    padding: 40px 30px;
  }

  .landing .tenth_section .title {
    font-size: 24px;
    margin-bottom: 13px;
  }

  .landing .tenth_section .desc {
    font-size: 16px;
    margin-bottom: 40px;
    max-width: 260px;
  }

  .landing .tenth_section .btn {
    max-width: 200px;
    height: 45px;
  }
}

@media (max-width: 420px) {
  .landing .tenth_section .form {
    background: url(../img/tenth-section-bg-375.png) center no-repeat;
    background-size: cover;
  }
}

/* tenth_section end */

.landing .eleventh_section {
  background: url(../img/eleventh-section-bg-1920.png?v3) no-repeat;
  background-position: center 100px;
  background-size: cover;
  padding-bottom: 105px;
  height: 1126px;
}

.landing .eleventh_section .vise-768 {
  display: none;
}

.landing .eleventh_section .top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.landing .eleventh_section .top .top_title {
  font-weight: 500;
  font-size: 80px;
  line-height: 88px;
  color: var(--l-color-white);
  margin-bottom: 2px;
}

.landing .eleventh_section .top .top_sub-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 52.8px;
  color: var(--l-color-white);
}

.landing .eleventh_section .top .top_description {
  font-size: 22px;
  line-height: 1.2em;
  color: var(--l-color-light);
  max-width: 570px;
}
.landing .eleventh_section .top .top_description p {
  max-width: 720px;
}
.landing .eleventh_section .top .top_description .span-weight-color {
  font-weight: 500;
  color: white;
}
.landing .eleventh_section .middle .first_object .object_title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2em;
  color: var(--l-color-white);
  margin-bottom: 54px;
}

.landing .eleventh_section .middle .first_object .items {
  max-width: 460px;
  display: flex;
  justify-content: space-between;
}

.landing .eleventh_section .middle .first_object .item_title {
  text-align: center;
  padding-top: 14px;
  font-size: 20px;
  line-height: 1.2em;
  color: var(--l-color-light);
}

@media (max-width: 991px) {
  .landing .eleventh_section {
    background: none;
    padding-bottom: 80px;
    height: auto;
  }

  .landing .eleventh_section .vise-768 {
    display: block;
    min-width: 100vw;
    margin: -100px -39px 0;
    position: relative;
    z-index: 0;
  }

  .landing .eleventh_section .top {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }

  .landing .eleventh_section .top .top_title {
    margin-bottom: 8px;
  }

  .landing .eleventh_section .top .top_sub-title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .landing .eleventh_section .top .top_description {
    font-size: 18px;
    max-width: 689px;
  }

  .landing .eleventh_section .middle {
    text-align: center;
    margin-top: -40px;
    z-index: 3;
    position: relative;
  }

  .landing .eleventh_section .middle .first_object .object_title {
    margin-bottom: 38px;
  }

  .landing .eleventh_section .middle .first_object .items {
    max-width: 600px;
    margin: 0 auto;
  }

  .landing .eleventh_section .middle .first_object .items .item img {
    width: 260px;
  }

  .landing .eleventh_section .middle .first_object .item_title {
    padding-top: 22px;
    font-size: 22px;
  }
}

@media (max-width: 680px) {
  .landing .eleventh_section {
    padding-bottom: 60px;
  }

  .landing .eleventh_section .vise-768 {
    margin: 0;
    min-width: 100vw;
    margin: 0 -15px;
  }

  .landing .eleventh_section .top {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .landing .eleventh_section .top .top_title {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .landing .eleventh_section .top .top_sub-title {
    font-size: 20px;
  }

  .landing .eleventh_section .top .top_description {
    font-size: 18px;
    max-width: 325px;
    margin-bottom: 0;
  }

  .landing .eleventh_section .middle {
    text-align: center;
    margin-top: -80px;
  }

  .landing .eleventh_section .middle .first_object .object_title {
    margin-bottom: 38px;
    font-size: 22px;
  }

  .landing .eleventh_section .middle .first_object .items {
    max-width: 600px;
    margin: 0 auto;
  }

  .landing .eleventh_section .middle .first_object .items .item img {
    width: 260px;
  }

  .landing .eleventh_section .middle .first_object .item_title {
    padding-top: 14px;
    font-size: 18px;
  }
}

/* eleventh_section end */

.landing .twelfth_section {
  margin-bottom: 175px;
}

.landing .twelfth_section .blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.landing .twelfth_section .blocks .title {
  font-weight: 500;
  font-size: 58px;
  line-height: 1.1em;
  color: var(--l-color-white);
  margin-bottom: 30px;
  grid-row: 1;
}

.landing .twelfth_section .blocks .sub_title {
  font-weight: 500;
  font-size: 40px;
  line-height: 1em;
  color: var(--l-color-white);
  margin-bottom: 66px;
  grid-row: 2;
}

.landing .twelfth_section .blocks .description {
  font-size: 22px;
  line-height: 1.2em;
  color: #c5c3c6;
  margin-bottom: 60px;
  max-width: 760px;
  grid-row: 1;
  grid-column: 2;
}

.landing .twelfth_section .blocks .img_one {
  grid-row: 3;
}

.landing .twelfth_section .blocks .img_two {
  grid-row: 2/4;
  grid-column: 2;
}

.landing .twelfth_section .blocks img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .landing .twelfth_section {
    margin-bottom: 98px;
  }

  .landing .twelfth_section .blocks {
    display: grid;
    grid-template-columns: auto;
    gap: 0;
  }

  .landing .twelfth_section .blocks .title {
    font-size: 60px;
    margin-bottom: 20px;
    grid-row: 1;
  }

  .landing .twelfth_section .blocks .sub_title {
    font-size: 40px;
    margin-bottom: 20px;
    grid-row: 2;
  }

  .landing .twelfth_section .blocks .description {
    margin-bottom: 76px;
    max-width: 760px;
    grid-row: 3;
    grid-column: auto;
  }

  .landing .twelfth_section .blocks .img_one {
    grid-row: 4;
    margin-bottom: 60px;
  }

  .landing .twelfth_section .blocks .img_two {
    grid-row: 5;
    grid-column: auto;
  }

  .landing .twelfth_section .blocks img {
    height: 600px;
  }
}

@media (max-width: 680px) {
  .landing .twelfth_section {
    margin-bottom: 80px;
  }

  .landing .twelfth_section .blocks {
    display: grid;
    grid-template-columns: auto;
    gap: 0;
  }

  .landing .twelfth_section .blocks .title {
    font-size: 40px;
    margin-bottom: 16px;
    max-width: 340px;
  }

  .landing .twelfth_section .blocks .sub_title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .landing .twelfth_section .blocks .description {
    font-size: 18px;
    margin-bottom: 74px;
    max-width: 345px;
  }

  .landing .twelfth_section .blocks .img_one {
    grid-row: 4;
    margin-bottom: 30px;
  }

  .landing .twelfth_section .blocks .img_two {
    grid-row: 5;
    grid-column: auto;
  }

  .landing .twelfth_section .blocks img {
    height: 345px;
  }
}

/* twelfth_section end */

.landing .thirteenth_section {
  background: url(../img/thirteenth-section-bg-1920.png?v4) center no-repeat;
  background-size: cover;
  height: 949px;
  margin-bottom: 115px;
  padding-top: 30px;
}
.landing .thirteenth_section .container {
  position: relative;
  z-index: 1;
}
.landing .thirteenth_section .title {
  font-weight: 500;
  font-size: 60px;
  line-height: 110%;
  color: var(--l-color-white);
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.landing .thirteenth_section__text-1 {
  font-size: 30px;
  line-height: 30px;
  color: white;
  margin-bottom: 20px;
  font-weight: 500;
}

.landing .thirteenth_section__text-1 br {
  display: none;
}
.landing .thirteenth_section__text-2 {
  line-height: 26.36px;
  font-size: 22px;
  color: #c5c3c6;
  margin-bottom: 40px;
  max-width: 615px;
}

.landing .thirteenth_section__text-3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 35.94px;
  margin-bottom: 18px;
  color: white;
}

.landing .thirteenth_section__ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.landing .thirteenth_section__li {
  font-weight: 500;
  color: white;
  font-size: 22px;
  line-height: 26.36px;
}

.landing .thirteenth_section .count {
  font-style: italic;
  font-weight: 500;
  font-size: 145px;
  min-width: 204px;
  line-height: 119px;
  background: linear-gradient(190.83deg, #003ab1 30.99%, rgba(0, 58, 177, 0) 110.02%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  flex-shrink: 0;
}

.landing .thirteenth_section img {
  display: none;
}

@media (max-width: 991px) {
  .landing .thirteenth_section {
    background: none;
    height: auto;
    margin-bottom: 100px;
  }

  .landing .thirteenth_section img {
    display: block;
    margin-top: -247px;
    min-width: 100vw;
  }

  .landing .thirteenth_section .count {
    font-size: 144px;
    line-height: 1.1em;
  }

  .landing .thirteenth_section__text-1 {
    font-size: 30px;
    line-height: 30px;
    color: white;
    margin-bottom: 20px;
  }

  .landing .thirteenth_section__text-1 br {
    display: block;
  }

  .landing .thirteenth_section__text-2 {
    font-size: 20px;
    line-height: 21.6px;
    margin-bottom: 28px;
  }
  .landing .thirteenth_section__text-2 br {
    display: none;
  }
  .landing .thirteenth_section__text-3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .landing .thirteenth_section__ul {
    gap: 6px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .landing .thirteenth_section__li {
    font-weight: 500;
    color: white;
    font-size: 18px;
    line-height: 21.56px;
  }
  .landing .thirteenth_section__li:first-child {
    grid-row: auto;
  }
}

@media (max-width: 680px) {
  .landing .thirteenth_section {
    margin-bottom: 80px;
  }

  .landing .thirteenth_section img {
    display: block;
    margin-top: -100px;
    min-width: 100vw;
  }
  .landing .thirteenth_section .count {
    font-size: 80px;
    line-height: 65px;
    min-width: 106px;
  }
  .landing .thirteenth_section__text-2 {
    font-size: 18px;
    line-height: 21.6px;
  }
  .landing .thirteenth_section .title {
    font-size: 30px;
    line-height: 30px;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
  }
  .landing .thirteenth_section__text-1 {
    font-size: 20px;
    line-height: 20px;
  }
}

/* thirteenth_section end */
.landing .fifteenth_section {
  margin-bottom: 160px;
}

.landing .fifteenth_section .main_title {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.1em;
  color: var(--l-color-white);
  margin-bottom: 40px;
}

.landing .fifteenth_section .blocks {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 300px 300px;
  gap: 30px;
}

.landing .fifteenth_section .blocks .block {
  padding: 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

.landing .fifteenth_section .blocks .block .title {
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: var(--l-color-white);
  text-align: left;
}

.landing .fifteenth_section .blocks .block .desc {
  font-size: 18px;
  line-height: 21.6px;
  color: #939699;
  max-width: 380px;
}

.landing .fifteenth_section .blocks .block:nth-child(1) {
  grid-column: span 5;
  background: url(../img/fifteenth-section-one-1920.png) center no-repeat;
  background-size: cover;
}

.landing .fifteenth_section .blocks .block:nth-child(2) {
  grid-column: span 7;
  gap: 20px;
  background: url(../img/fifteenth-section-two-1920.png?v2) center no-repeat;
  background-size: cover;
}

.landing .fifteenth_section .blocks .block:nth-child(3) {
  grid-column: span 7;
  gap: 20px;
  background: url(../img/fifteenth-section-three-1920.png) center no-repeat;
  background-size: cover;
}

.landing .fifteenth_section .blocks .block:nth-child(4) {
  grid-column: span 5;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
  background: url(../img/fifteenth-section-four-1920.png) center no-repeat;
  background-size: cover;
}

.landing .fifteenth_section .blocks .block .title {
  max-width: 275px;
}
.landing .fifteenth_section .blocks .block:nth-child(3) .title {
  max-width: 420px;
}
.landing .fifteenth_section .blocks .block:nth-child(3) .desc {
  max-width: 410px;
}
.landing .fifteenth_section .blocks .block:nth-child(2) .desc {
  max-width: 320px;
}
@media (max-width: 991px) {
  .landing .fifteenth_section {
    margin-bottom: 120px;
  }

  .landing .fifteenth_section .main_title {
    font-size: 40px;
  }

  .landing .fifteenth_section .blocks {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 278px 463px 278px;
    gap: 30px;
  }

  .landing .fifteenth_section .blocks .block .desc {
    font-size: 16px;
  }

  .landing .fifteenth_section .blocks .block .title {
    font-size: 30px;
  }

  .landing .fifteenth_section .blocks .block {
    padding: 40px;
  }

  .landing .fifteenth_section .blocks .block:nth-child(1) {
    background: url(../img/fifteenth-section-one-768.png) center no-repeat;
    background-size: cover;
    grid-column: auto;
    grid-column: 1/-1;
  }

  .landing .fifteenth_section .blocks .block:nth-child(1) .title {
    max-width: 340px;
  }

  .landing .fifteenth_section .blocks .block:nth-child(2) {
    background: url(../img/fifteenth-section-two-768.png?v2) center no-repeat;
    background-size: cover;
    grid-column: 1;
    grid-row: 2;
  }

  .landing .fifteenth_section .blocks .block:nth-child(2) .title {
    max-width: 240px;
  }

  .landing .fifteenth_section .blocks .block:nth-child(3) {
    background: url(../img/fifteenth-section-three-768.png) center no-repeat;
    background-size: cover;
    grid-column: 3/-3;
    grid-row: 3;
    gap: 10px;
  }

  .landing .fifteenth_section .blocks .block:nth-child(3) p {
    max-width: 280px;
  }

  .landing .fifteenth_section .blocks .block:nth-child(4) {
    background: url(../img/fifteenth-section-four-768.png) center no-repeat;
    background-size: cover;
    grid-column: 2;
    grid-row: 2;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }

  .landing .fifteenth_section .blocks .block h6 {
    font-size: 30px;
  }

  .landing .fifteenth_section .blocks .block p {
    margin-top: 12px;
    font-size: 18px;
  }

  .landing .fifteenth_section .blocks .block p br {
    display: none;
  }
}

@media (max-width: 680px) {
  .landing .fifteenth_section {
    margin-bottom: 60px;
  }

  .landing .fifteenth_section .main_title {
    display: none;
  }

  .landing .fifteenth_section .blocks .block:nth-child(3) p {
    max-width: 270px;
  }

  .landing .fifteenth_section .blocks .block:nth-child(1) .title {
    max-width: 230px;
  }

  .landing .fifteenth_section .blocks .block .title {
    font-size: 22px;
    line-height: 24.2px;
  }

  .landing .fifteenth_section .blocks {
    grid-template-columns: 1fr;
    grid-template-rows: 300px 422px 300px 422px;
    gap: 20px;
  }

  .landing .fifteenth_section .blocks .block {
    padding: 30px;
  }

  .landing .fifteenth_section .blocks .block:nth-child(1) {
    background: url(../img/fifteenth-section-one-375.png) center no-repeat;
    background-size: cover;
    grid-column: auto;
    grid-row: 1;
  }

  .landing .fifteenth_section .blocks .block:nth-child(2) {
    background: url(../img/fifteenth-section-two-375.png?2) center no-repeat;
    background-size: cover;
    grid-column: auto;
    grid-row: 2;
  }

  .landing .fifteenth_section .blocks .block:nth-child(3) {
    background: url(../img/fifteenth-section-three-375.png) center no-repeat;
    background-size: cover;
    grid-column: 1;
    grid-row: 4;
  }

  .landing .fifteenth_section .blocks .block:nth-child(4) {
    background: url(../img/fifteenth-section-four-375.png) center no-repeat;
    background-size: cover;
    grid-column: auto;
    padding-bottom: 48px;
    grid-row: 3;
  }

  .landing .fifteenth_section .blocks .block h6 {
    font-size: 22px;
  }

  .landing .fifteenth_section .blocks .block p {
    font-size: 16px;
  }

  .landing .fifteenth_section .blocks .block p .br-375 {
    display: block;
  }
}

/* fifteenth_section end */

.landing .sixteenth_section {
  background: url(../img/sixteenth-section-bg-1920.png) center no-repeat;
  height: 1239px;
  padding-top: 140px;
  margin-bottom: 145px;
}

.landing .sixteenth_section .text {
  position: relative;
}

.landing .sixteenth_section .text {
  max-width: 545px;
  margin-left: auto;
}

.landing .sixteenth_section .text .title {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.1em;
  color: var(--l-color-white);
  margin-bottom: 20px;
}

.landing .sixteenth_section .text .desc {
  font-size: 22px;
  line-height: 120%;
  color: var(--l-color-white);
  margin-bottom: 62px;
}

.landing .sixteenth_section img {
  margin-left: auto;
  display: block;
}

@media (max-width: 991px) {
  .landing .sixteenth_section {
    background: url(../img/sixteenth-section-bg-768.png) center no-repeat;
    height: 1436px;
    padding: 101px 0 87px;
    margin-bottom: 100px;
  }

  .landing .sixteenth_section .container {
    height: 100%;
  }

  .landing .sixteenth_section .text {
    max-width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .landing .sixteenth_section .text .desc {
    height: 100%;
    max-width: 545px;
    margin: 0 auto;
  }

  .landing .sixteenth_section img {
    margin-left: unset;
    margin-right: auto;
  }
}

@media (max-width: 680px) {
  .landing .sixteenth_section {
    background-size: cover;
    height: 823px;
    padding: 20px 0px;
    margin-bottom: 80px;
  }

  .landing .sixteenth_section .text {
    max-width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .landing .sixteenth_section .text .title {
    font-size: 40px;
  }

  .landing .sixteenth_section .text .desc {
    font-size: 18px;

    height: 100%;
    max-width: 545px;
    margin: 0 auto;
  }

  .landing .sixteenth_section img {
    margin-left: unset;
    margin-right: auto;
    height: 366px;
  }
}

@media (max-width: 420px) {
  .landing .sixteenth_section {
    padding: 0px;
  }
}

/* sixteenth_section end */

.landing .seventeenth_section .form {
  background: url(../img/seventeenth-section-bg-1920.png?v1) center no-repeat;
  background-size: cover;
  height: 472px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 98px;
  border-radius: 20px;
  margin-bottom: 150px;
}

.landing .seventeenth_section .form .title {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.1em;
  color: var(--l-color-white);
  max-width: 580px;
  margin-bottom: 20px;
}

.landing .seventeenth_section .form .desc {
  font-size: 22px;
  line-height: 1.2em;
  color: #c5c3c6;
  max-width: 575px;
  margin-bottom: 50px;
}

.landing .seventeenth_section .form .btn {
  max-width: 229px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  border-radius: 5px;
  color: var(--l-color-white);
  min-height: auto;
  background: #5a189a;
  display: grid;
  place-items: center;
}

@media (max-width: 991px) {
  .landing .seventeenth_section .form {
    background: url(../img/seventeenth-section-bg-768.png?v1) center no-repeat;
    background-size: cover;
    height: 723px;
    justify-content: unset;
    padding: 50px 60px;
    margin-bottom: 100px;
  }

  .landing .seventeenth_section .form .title {
    font-size: 30px;
    max-width: 390px;
  }

  .landing .seventeenth_section .form .desc {
    font-size: 18px;
    max-width: 500px;
    margin-bottom: 40px;
  }
}

@media (max-width: 680px) {
  .landing .seventeenth_section .form {
    background: url(../img/seventeenth-section-bg-375.png?v1) bottom center no-repeat;
    background-size: cover;
    height: 582px;
    padding: 30px;
    margin-bottom: 80px;
  }

  .landing .seventeenth_section .form .title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .landing .seventeenth_section .form .desc {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
