@charset "UTF-8";
.mobile {
  display: none;
}

@media (max-width: 1000px) {
  .mobile {
    display: flex;
  }
}
#head .container {
  display: flex;
  padding-top: 0;
  padding-bottom: 50px;
}
#head .container .left {
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 532px;
}
#head .container .left h1 {
  color: #1A1E25;
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 30px;
}
#head .container .left .subtitle {
  margin-bottom: 30px;
  color: #1A1E25;
  font-size: 23px;
  font-weight: 400;
  line-height: 32px;
  max-width: 532px;
}
#head .container .left .action .btn {
  width: 360px;
}
#head .container .left .action .after-btn {
  margin-top: 15px;
  color: #1A1E25;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}
#head .container .right {
  width: 50%;
  margin-left: auto;
  justify-content: center;
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  #head .container {
    padding-bottom: 40px;
    justify-content: center;
  }
  #head .container .left {
    padding-top: 20px;
    padding-bottom: 0;
    text-align: center;
  }
  #head .container .left h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 20px;
  }
  #head .container .left .subtitle {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  #head .container .left .mobile {
    margin-bottom: 20px;
  }
  #head .container .left .action .after-btn {
    margin-top: 13px;
    font-size: 12px;
    line-height: 19px;
  }
  #head .container .right {
    display: none;
  }
}
@media (max-width: 350px) {
  #head .container .left .action a.btn {
    width: 260px;
  }
}

.featured {
  background: transparent;
  color: #1A1E25;
  padding: 20px 0;
}
.featured .container {
  max-width: 1055px;
}
.featured-list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 0;
}
.featured-list + .featured-list {
  border-top: 1px solid #3F4550;
}
.featured-list img {
  display: block;
}
.featured-list-v1 {
  font-size: 23px;
  line-height: 32px;
}
.featured-list-v2 {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 991px) {
  .featured {
    padding: 40px 0;
  }
  .featured-list {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
  }
  .featured-list + .featured-list {
    border-top: 1px solid #3F4550;
  }
  .featured-list-v1 {
    font-size: 18px;
  }
}
@media (max-width: 748px) {
  .featured {
    padding: 40px 0;
  }
  .featured-list {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 305px;
    padding: 10px 0;
    margin: 0 auto;
  }
  .featured-list + .featured-list {
    border-top: 1px solid #3F4550;
  }
  .featured-list-v1 {
    flex-flow: column;
  }
  .featured-list-v2 > * {
    flex: 0 0 auto;
    padding: 0 10px 10px;
  }
  .featured-list-v2 > *:first-child {
    flex: 0 0 100%;
  }
}

#why .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
#why .container .items .item {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  color: #1A1E25;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  align-items: center;
}
#why .container .items .item h2 {
  color: #1A1E25;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 30px;
  text-align: left;
}
#why .container .items .item a {
  color: #298CFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  text-decoration-line: underline;
}
#why .container .items .item a:after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M14.4297 5.93018L20.4997 12.0002L14.4297 18.0702' stroke='%23298CFF' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M3.5 12H20.33' stroke='%23298CFF' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  position: relative;
  top: 4px;
  right: -10px;
}
#why .container .items .item .info {
  margin-bottom: 30px;
}
#why .container .items .item .left {
  max-width: 50%;
}
#why .container .items .item .right {
  max-width: 50%;
}
#why .container .items .item.first .right {
  padding-left: 6%;
}
#why .container .items .item.second .left {
  padding-right: 6%;
}
@media (max-width: 1000px) {
  #why .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #why .container .items .item {
    padding-top: 0;
    padding-bottom: 50px;
    flex-direction: column-reverse;
  }
  #why .container .items .item h2 {
    font-size: 44px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 15px;
  }
  #why .container .items .item a {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 30px;
    display: block;
  }
  #why .container .items .item .info {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  #why .container .items .item .left {
    max-width: 100%;
  }
  #why .container .items .item .right {
    max-width: 100%;
  }
  #why .container .items .item.first .right {
    padding-left: 0;
  }
  #why .container .items .item.second {
    flex-direction: column;
    padding-bottom: 0;
  }
  #why .container .items .item.second .left {
    padding-right: 0;
  }
}

#timeline {
  display: flex;
  background: #F0F0F0;
  padding-top: 100px;
  padding-bottom: 100px;
  flex-direction: column;
  /* Дополнительные стили для красоты */
}
#timeline h2 {
  color: #1A1E25;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 50px;
}
#timeline .owl-stage {
  padding-left: 0px !important;
}
#timeline .owl-carousel {
  position: relative;
}
#timeline .owl-dots {
  position: relative;
  bottom: auto;
  margin-top: 45px;
  text-align: center;
  margin-left: -16%;
}
#timeline .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}
#timeline .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 5px;
  background: #BDDCFF;
  display: block;
  transition: all 0.3s ease;
  border-radius: 86px;
}
#timeline .owl-dots .owl-dot.active span {
  width: 45px;
  background: #298CFF;
}
#timeline .times {
  padding-left: 16.5%;
}
#timeline .times .time {
  gap: 30px;
  background: #fff;
  border-radius: 30px;
  height: 350px;
  display: flex;
  flex-direction: row;
}
#timeline .times .time .date {
  padding: 30px 0 30px 30px;
  color: #298CFF;
  font-size: 118px;
  font-style: normal;
  font-weight: 400;
  line-height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#timeline .times .time .text {
  padding: 30px 30px 30px 0;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1480px) {
  #timeline .times .time .text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1000px) {
  #timeline {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #timeline h2 {
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 30px;
  }
  #timeline .times {
    padding-left: 0px;
  }
  #timeline .times .owl-stage-outer {
    padding-left: 15px;
  }
  #timeline .times .owl-dots {
    margin-left: 0;
  }
  #timeline .times .time {
    gap: 30px;
    height: 500px;
    flex-direction: column;
    padding: 40px 15px;
  }
  #timeline .times .time .date {
    font-size: 80px;
    line-height: 70px;
    padding: 0;
    text-align: left;
    justify-content: start;
  }
  #timeline .times .time .text {
    font-size: 18px;
    line-height: 26px;
    padding: 0;
  }
}

#our_values {
  padding-top: 100px;
  padding-bottom: 0;
}
#our_values .container {
  padding-top: 0;
  padding-bottom: 0;
}
#our_values .container h2 {
  color: #1A1E25;
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 50px;
}
#our_values .container .items {
  display: flex;
  flex-direction: row;
  gap: 45px;
  flex-wrap: wrap;
  justify-content: center;
}
#our_values .container .items .item {
  padding: 30px 40px;
  width: 280px;
  height: 341px;
  border-radius: 30px;
}
#our_values .container .items .item h3 {
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 15px;
}
#our_values .container .items .item .text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
#our_values .container .items .item:nth-child(1) {
  background: #477ED2;
  color: #fff;
}
#our_values .container .items .item:nth-child(2) {
  background: #FFF9B7;
}
#our_values .container .items .item:nth-child(3) {
  background: #04757C;
  color: #fff;
}
#our_values .container .items .item:nth-child(4) {
  background: #FFAE7C;
}
@media (max-width: 1000px) {
  #our_values {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #our_values .container h2 {
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 30px;
    text-align: left;
  }
  #our_values .container .items {
    gap: 30px;
  }
  #our_values .container .items .item {
    width: 100%;
    height: auto;
  }
  #our_values .container .items .item h3 {
    font-size: 20px;
    line-height: 28px;
  }
  #our_values .container .items .item .text {
    font-size: 17px;
    line-height: 28px;
  }
}

#leadership {
  padding-top: 100px;
  padding-bottom: 100px;
}
#leadership .container {
  padding-top: 0;
  padding-bottom: 0;
}
#leadership .container h2 {
  color: #1A1E25;
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 50px;
}
#leadership .container .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px;
  justify-content: center;
}
#leadership .container .items .item {
  width: 360px;
}
#leadership .container .items .item .name {
  color: #1A1E25;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 30px;
  margin-bottom: 15px;
  display: flex;
  gap: 15px;
}
#leadership .container .items .item .name b {
  font-weight: 700;
}
#leadership .container .items .item .description {
  color: #1A1E25;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 1000px) {
  #leadership {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #leadership .container h2 {
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 30px;
    text-align: left;
  }
  #leadership .container .items .item {
    width: 100%;
  }
  #leadership .container .items .item .name {
    margin-top: 20px;
  }
}

#ecosystem, #ai_automated, #global {
  border-radius: 30px;
  background: #04757C;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}
#ecosystem .container, #ai_automated .container, #global .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 100px;
}
#ecosystem .container .left, #ai_automated .container .left, #global .container .left {
  max-width: 565px;
}
#ecosystem .container .left h2, #ai_automated .container .left h2, #global .container .left h2 {
  color: #FFF;
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 10px;
}
#ecosystem .container .left .text, #ai_automated .container .left .text, #global .container .left .text {
  color: #FFF;
  font-size: 23px;
  font-weight: 400;
  line-height: 32px;
}
#ecosystem .container .left .action, #ai_automated .container .left .action, #global .container .left .action {
  margin-top: 40px;
}
#ecosystem .container .left .action a, #ai_automated .container .left .action a, #global .container .left .action a {
  background: transparent;
  width: 186px;
  height: 70px;
  border: 1px solid #FFF;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 200% */
  text-transform: uppercase;
}
#ecosystem .container .right, #ai_automated .container .right, #global .container .right {
  max-width: 542px;
}
@media (max-width: 1000px) {
  #ecosystem .container, #ai_automated .container, #global .container {
    flex-direction: column;
    padding: 30px 40px;
    justify-content: start;
  }
  #ecosystem .container .left h2, #ai_automated .container .left h2, #global .container .left h2 {
    font-size: 23px;
    line-height: 32px;
  }
  #ecosystem .container .left .text, #ai_automated .container .left .text, #global .container .left .text {
    font-size: 17px;
    line-height: 28px;
  }
  #ecosystem .container .left .action, #ai_automated .container .left .action, #global .container .left .action {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

#ai_automated {
  background: #1F3762;
}

#global {
  background: #FFAE7C;
  position: sticky;
}
#global .container {
  color: #1A1E25;
}
#global .container .left h2 {
  color: #1A1E25;
}
#global .container .left .text {
  color: #1A1E25;
}
#global .container .left .action a {
  color: #1A1E25;
  border: 1px solid #1A1E25;
}

#made {
  position: relative;
  background: #fff;
  padding-bottom: 100px;
  padding-top: 100px;
}
#made h2 {
  color: #1A1E25;
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 50px;
}
#made .flex-gallery {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  gap: 50px;
  flex-direction: column;
}
#made .plexy {
  display: flex;
  flex-flow: row;
  gap: 60px;
  width: 100%;
}
#made .plexy img {
  aspect-ratio: 650/320;
  min-width: 650px;
}
@media (max-width: 1000px) {
  #made {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  #made h2 {
    font-size: 44px;
    text-align: left;
    line-height: 52px;
    margin-bottom: 40px;
    padding-left: 15px;
  }
  #made .flex-gallery {
    gap: 30px;
    flex-direction: column;
  }
  #made .plexy {
    gap: 30px;
  }
  #made .plexy img {
    min-height: 210px;
    min-width: 440px;
    aspect-ratio: 440/210;
  }
}

#test-drive {
  background: #477ED2;
  position: sticky;
}
#test-drive .container {
  min-height: 100vh;
  justify-content: center;
  align-content: center;
}
#test-drive .container h2 {
  color: #FFF;
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 78px;
  margin-bottom: 20px;
}
#test-drive .container .text {
  color: #FFF;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 50px;
}
#test-drive .container .action {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#test-drive .container .action .drive-btn {
  width: 360px;
  height: 70px;
  border-radius: 5px;
  background: linear-gradient(0deg, #FFB200 0%, #FFB200 100%);
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px; /* 200% */
  text-transform: uppercase;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 350px) {
  #test-drive .container .action .drive-btn {
    width: 260px;
  }
}
#test-drive .container .action .after-btn {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}
@media (max-width: 1000px) {
  #test-drive .container h2 {
    font-size: 44px;
    line-height: 52px;
  }
  #test-drive .container .text {
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  #test-drive .container .action .after-btn {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
  }
}

#footer {
  position: relative;
}