body {
  background: linear-gradient(180deg, #f9f9fa 0%, #ebecf0 100%);
}
#footer {
  margin: 0;
}

.banner {
  background: url(../company/img/about_bg.jpg) bottom no-repeat;
  padding-top: 6rem;
  background-size: cover;
  overflow: hidden;
}

.banner.partners_banner {
  background: image-set(url(../company/img/partenrs_banner_bg.jpg) 1x, url(../company/img/partenrs_banner_bg@2x.jpg) 2x)  top center no-repeat;
  min-height: 80rem;
  padding: 6rem 0;
  background-size: cover;
  position: relative;
}

.partners_banner .banner_img {
  position: absolute;
  bottom: 0;
  left: 50%;
  background: url(../company/img/partenrs_banner_img.png) bottom center no-repeat;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* .partners_banner .banner_img img {
  vertical-align: bottom;
} */

.banner_btn {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
  margin-top: 3rem;
}

.partner_btn1 {
  border-radius: 10px;
  background: linear-gradient(323deg, #326FF0 42.26%, #41B6FA 92.86%);
  max-width: 260px;
  width: 100%;
  padding: 1.6rem 0;
  box-sizing: border-box;
}

.partner_btn2 {
  border-radius: 10px;
  border: 2px solid #333;
  background: rgba(255, 255, 255, 0.20);
  max-width: 260px;
  width: 100%;
  padding: 1.4rem 0;
  box-sizing: border-box;
}

a.partner_btn1 {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
}

a.partner_btn2 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
}

.banner_switch {
  width: calc(100% - 42px);
  max-width: 930px;
  display: flex;
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid #0000000f;
  background: #f2f2f4;
  text-align: center;
  position: relative;
  z-index: 1;
}
.banner_switch a {
  display: block;
  width: 50%;
  font-weight: 500;
  font-size: 2rem;
  color: #666;
  padding: 13px 0;
}
.banner_switch a:hover {
  text-decoration: none;
}
.banner_switch .active {
  border-radius: 20px;
  background: #FEFEFE;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.20);
  color: #000;
}

.banner_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10rem auto 9rem auto;
  gap: 5rem;
  position: relative;
  z-index: 1;
}

.partners_banner .banner_main {
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 6rem auto 0 auto;
}

.partners_banner .banner_text {
  max-width: 88rem;
}

.banner_text {
  width: 100%;
  max-width: 66rem;
}
.banner_text h1 {
  font-weight: 600;
  font-size: clamp(28px, 2.5vw, 48px);
  color: #222;
  margin-top: 2rem;
}
.banner_text p {
  margin-top: 20px;
  font-weight: 500;
  font-size: 2rem;
  color: #333;
}

.about_intro {
  background: #fff8ed;
}
.about_intro_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about_intro_text {
  width: 100%;
  max-width: 64rem;
}
h2 {
  font-weight: 600;
  font-size: clamp(27px, 2.3vw, 44px);
  color: #333;
}

.about_intro_text p {
  margin-top: 10px;
  font-weight: 500;
  font-size: 1.6rem;
  color: #555;
}
.about_values {
  background:
    url(../company/img/about_bg2.png) center top no-repeat,
    url(../company/img/about_bg3.png) center bottom no-repeat;
  text-align: center;
  padding-bottom: 13rem;
}
.about_values h2 {
  margin-top: 12rem;
}

.about_values_block {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 8rem;
}
.about_items {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_items h3 {
  font-weight: 600;
  font-size: 2.2rem;
  margin-top: 20px;
}
.about_items p {
  font-weight: 400;
  font-size: 1.6rem;
  color: #666;
}

.about_items2 {
  background: url(../company/img/about_us_img2@2x.png), rgba(255, 255, 255, 0.8);
  padding: 3.7rem 4.2rem;
  background-size: 378px 5px;
}

.about_items2_main,
.about_items6_main {
  border-radius: 60px;
  border: 3px solid #cfcac9;
  box-shadow: 0px 0px 0px 7px #e0e0e040;
  background-color: #fff;
}

.about_items6 {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 100px;
  background:
    url(../company/img/about_us_img6_left@2x.png) left 20px no-repeat,
    url(../company/img/about_us_img6_right@2x.png) right 20px no-repeat,
    rgba(255, 255, 255, 0.8);
  min-height: 370px;
  background-size:
    169px 299px,
    169px 299px,
    auto;
}

.about_items6 img {
  position: absolute;
  top: 0;
}
.about_items1 p {
  max-width: 436px;
  margin: 20px 27px;
}
.about_items2 p {
  max-width: 260px;
}

.about_items3 p {
  max-width: 400px;
}
.about_items4 {
  padding-top: 3rem;
}
.about_items4 p {
  max-width: 290px;
  margin: 20px 24px;
}

.about_items5 p {
  max-width: 277px;
  margin: 20px 35px;
}

.about_items6 p {
  max-width: 387px;
  margin: 20px 35px;
}

.minds_desc {
  color: #666;
  margin: 10px auto 6rem auto;
  font-size: 16px;
}

.minds {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
}

.minds_items {
  gap: 20px;
  border-radius: 30px;
  padding: 12px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f0f2fa 100%);
  border: 1px solid #ffffff;
  box-shadow: 0px 20px 20px 0px #0000000d;
}
.minds_items h3 {
  font-weight: 500;
  font-size: 2rem;
  position: relative;
  margin-top: 20px;
  padding-left: 15px;
}
.minds_items h3::before {
  content: '';
  display: block;
  width: 4px;
  height: 20px;
  top: 5px;
  background: #fa5413;

  position: absolute;
  left: 0;
}
.minds_items p {
  max-width: 410px;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  padding-left: 15px;
}

.connected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  margin: 120px auto 0 auto;
  gap: 3rem;
}
.connected h2 {
  margin: 0 7rem 0 0;
  color: #000;
}
.connected h2 i {
  vertical-align: middle;
  font-weight: bold;
  margin-left: 20px;
}
.connected a {
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
}
.connected a:hover {
  text-decoration: none;
  transform: translateY(-5px);
}

.contact {
  background: url(../company/img/contact_bg.png) no-repeat;
  padding: 6rem 0 8rem 0;
  text-align: center;
}
.about_intro_main {
  max-width: 1230px;
  gap: 5.7rem;
}
.contact h1 {
  font-weight: 600;
  font-size: 3.6rem;
  margin: 6rem auto 4rem auto;
}

.contact_block {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

.contact_items {
  border-radius: 30px;
  border: 1px solid #ffffff;
  box-shadow: 0px 23.8px 14.45px 0px #0000000d;
  padding: 4rem 7rem 6rem 7rem;
  width: 50%;
}
.contact_items .btn {
  width: 220px;
  height: 64px;
  border-radius: 12px;
  font-size: 1.8rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, #ffffff 100%);
}
.contact_items1 {
  background:
    radial-gradient(
      98.86% 67.59% at 53.9% 100%,
      rgba(255, 98, 81, 0.144) 0%,
      rgba(255, 98, 81, 0) 100%
    ),
    linear-gradient(180deg, #faf5f0 0%, #ffffff 100%);
}
.contact_items2 {
  background:
    radial-gradient(
      83.59% 67.59% at 53.9% 100%,
      rgba(83, 141, 255, 0.144) 0%,
      rgba(83, 141, 255, 0) 100%
    ),
    linear-gradient(180deg, #faf5f0 0%, #ffffff 100%);
}
.contact_items h3 {
  font-weight: 600;
  font-size: 2.4rem;
}
.contact_items p {
  max-width: 46rem;
  color: #666;
  margin: 2rem auto;
  font-size: 16px;
}

.contact_items3 {
  width: 100%;
  margin-top: 20px;
  background:
    url(../company/img/contact_items3_bg.png) center no-repeat,
    #fff8f2;

  background-size:
    contain,
    auto auto;
  padding-top: 6.5rem;
}

.contact_items3_main {
  display: flex;
  margin-top: 5rem;
}

.contact_items3_main a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.contact_items3_main .icon_arrow_right {
  transition: transform 0.3s ease-in-out;
  display: block;
}
.contact_items3_main a:hover {
  color: var(--color-link);
  text-decoration: none;
}
.contact_items3_main a:hover .icon_arrow_right {
  transform: translateX(10px);
}
.contact_items3_main p {
  margin-top: 10px;
  max-width: 230px;
  font-size: 14px;
  text-align: left;
}

.partners_advantage {
  background: url(../company/img/partners_advantage_bgimg.png) top center no-repeat;
  padding: 10rem 0;
  text-align: center;
  background-size: 100% 100%;
}

.partners_items {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.advantage_des {
  color: #666;
  font-size: 2rem;
  margin: 2rem auto 5rem;
  max-width: 1200px;
  width: 100%;
}

.partners_lists {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: stretch;
  justify-content: space-between;
}

.partners_item {
  border-radius: 30px;
  border: 2px solid #FFF;
  background: linear-gradient(180deg, rgba(255, 252, 250, 0.70) 0%, rgba(240, 242, 250, 0.70) 100%);
  width: fit-content;
  min-width: 38rem;
  box-sizing: border-box;
}

.partners_item1 {
  padding: 3.8rem 9.5rem;
}

.partners_item2 {
  padding: 4rem 9rem;
}

.partners_item3 {
  padding: 3.7rem 2.8rem;
}

.partners_item4 {
  padding: 4rem 5.2rem;
}

.partners_item5 {
  padding: 3rem 7.4rem;
}

.partners_item6 {
  padding: 6.5rem 5rem;
}

.partners_item3>div {
  display: flex;
  align-items: center;
  border-radius: 50px;
  border: 2px solid #CDCDCD;
  background: rgba(255, 255, 255, 0.60);
  box-shadow: 0 0 0 7px rgba(224, 224, 224, 0.25);
  padding: 4.2rem 4.5rem;
}

.partners_item6>div {
  display: flex;
  justify-content: center;
  align-items: center;
  direction: rtl;
}

.partners_item3 .text {
  text-align: left;
  margin-left: 2rem;
  position: relative;
}

.partners_item3 .text img {
  position: absolute;
  right: -5.6rem;
  top: -4.8rem;
}

.partners_item6 .text {
  text-align: left;
  max-width: 180px;
  width: 100%;
  margin-right: 1.5rem;
}

.partners_item h3 {
  color: #333;
  font-weight: 500;
  font-size: 2.4rem;
}

.partners_item2 h3 {
  margin-top: 2rem;
} 

.partners_item4 h3 {
  margin-top: 1.4rem;
} 

.partners_item p {
  color: #666;
  font-size: 1.8rem;
  font-weight: 500;
}

.partners_more {
  max-width: 1280px;
  width: 94%;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 auto;
  background: url(../company/img/partners_bg.png) top center no-repeat;
  background-size: cover;
  padding: 7.6rem 0 5.6rem;
  text-align: center;
}

.partners_more h2 {
  font-size: clamp(28px, 3vw, 44px);
}

.partners_more a.btn {
  border-radius: 10px;
  background: linear-gradient(323deg, #326FF0 42.26%, #41B6FA 92.86%);
  max-width: 260px;
  width: 100%;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  padding: 1.6rem 0;
  margin-top: 3.4rem;
}

.partner_others {
  max-width: 1400px;
  width: 94%;
  margin: 10rem auto 12rem;
  text-align: center;
}

.other_des {
  max-width: 1200px;
  width: 100%;
  margin: 2rem auto 3rem;
  color: #666;
  font-size: 2rem; 
}

.other_items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.other_item {
  max-width: 685px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 5.2rem;
  min-height: 42rem;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 2px solid #FFF;
  background: linear-gradient(180deg, rgba(255, 252, 250, 0.60) 0%, rgba(240, 242, 250, 0.60) 100%);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.28), 0 20px 20px 0 rgba(0, 0, 0, 0.05);
}

.other_item img {
  opacity: 1;
  transition: all .5s ease-in-out;
}

.other_item div {
  transition: all .5s ease-in-out;
}

.other_item p {
  color: #666;
  font-size: 16px;
}

.other_item:hover div {
  transform: translateY(-20%);
  height: auto;
  overflow: hidden;
}

.other_item:hover img {
  opacity: 0;
  transform: scale(0);
}

.other_item h3 {
  color: #333;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

a.other_btn {
  margin-top: 2rem;
  border-radius: 10px;
  border: 2px solid #333;
  max-width: 260px;
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 2rem;
  font-weight: 600;
  padding: 1.4rem 0;
  display: none;
}

.other_item:hover a.other_btn {
  display: inline-block;
}

@media (max-width: 1500px) {
  .partners_lists {
    justify-content: center;
  }

  .partners_item {
    max-width: 56rem;
  }

  .partners_item5 {
    padding: 3rem 4.4rem;
  }

  .partners_item3 {
    padding: 3.7rem 1.8rem;
  }
}

@media (max-width: 1400px) {
  .about_values_block {
    justify-content: center;
  }

  .partners_item {
    max-width: 46rem;
    min-width: 32.8rem;
  }

  .partners_item h3 {
    font-size: 18px;
  }

  .partners_item p {
    font-size: 14px;
  }

  .partners_item1 {
    padding: 4rem 7rem;
  }

  .partners_item2 {
    padding: 5rem 9rem;
  }

  .partners_item2 h3 {
    margin-top: 1rem;
  }

  .partners_item3>div {
    padding: 4.2rem 3rem;
  }

  .partners_item3 .text img {
    right: -3.6rem;
    top: -5.8rem;
  }

  .partners_item4 {
    padding: 5rem 2.6rem;
  }

  .partners_item5 {
    padding: 3rem 5.8rem;
  }

  .partners_item6 {
    padding: 6.5rem 4rem;
  }

  .partners_item6 .text {
    max-width: 14rem;
  }

  .partners_lists {
    justify-content: center;
    gap: 2rem;
  }
}

@media (max-width: 1199px) {
  .partners_items {
    width: 94%;
  }
}

@media (max-width: 980px) {
  .partners_item {
    width: 100%;
    max-width: 100%;
  }

  .partners_item3 .text {
    width: 100%;
  }

  .partners_item6 .text {
    max-width: 100%;
    text-align: center;
  }
  .partners_item6>div {
    direction: ltr;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }

  .other_items {
    flex-direction: column;
  }

  .other_item {
    max-width: 100%;
  }
}


@media (max-width: 768px) {
  .banner_text img {
    width: 40%;
  }
  .banner_main {
    flex-direction: column;
    align-items: flex-start;
    margin: 40px auto;
    text-align: center;
  }
  .about_intro_main {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 5rem;
    gap: 0;
    text-align: center;
  }

  .banner_btn {
    flex-direction: column;
    align-items: center;
  }

  .banner.partners_banner {
    background: url(../company/img/partenrs_banner_bg_mo.png) top center no-repeat;
    background-size: cover;
    min-height: auto;
  }

  .partners_banner .banner_img {
    background: none;
  }

  .partners_banner .banner_main {
    margin: 4rem auto 0;
  }

  .partners_advantage {
    padding: 6rem 0;
  }

  .advantage_des {
    margin: 2rem auto 3rem;
  }

  .partner_others {
    margin: 6rem auto;
  }

  .other_item {
    min-height: auto;
    padding: 4rem 3rem;
  }

  .other_item:hover div {
    transform: none;
  }

  .other_item:hover img {
    opacity: 1;
    transform: none;
  }

  a.other_btn {
    display: inline-block;
  }

  .minds,
  .connected {
    justify-content: center;
    flex-wrap: wrap;
  }
  .connected,
  .about_values_block {
    margin-top: 40px;
  }
  .about_items {
    width: 48%;
  }
  .about_items5,
  .about_items6 {
    width: 100%;
  }

  .contact_block,
  .contact_items3_main {
    flex-wrap: wrap;
  }
  .contact_items3 {
    background: #fff8f2;
  }
  .contact_items {
    width: 100%;
  }
  .contact_items3_main p {
    max-width: none;
    width: 50%;
  }

  .about_values h2 {
    margin-top: 40px;
  }
  .connected a {
    width: 60px;
    display: inline-flex;
  }
}

@media (max-width: 480px) {
  .about_items {
    padding-top: 2rem;
  }
  .about_items,
  .contact_items3_main p {
    width: 100%;
  }
}
