@import url("https://fonts.googleapis.com/css2?family=Anek+Tamil:wght@400;500;600;700&display=swap");

.banner {
  background-color: #021735;
  /* min-height: 512px; */
  padding-top: 44px;
}
.banner__gray {
  background: #dee2ea;
}
.banner-inner {
  display: flex;
  position: relative;
  padding-top: 45px;
  padding-bottom: 66px;
}
.banner-inner::before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  left: 0;
  right: 0;
  background: #c0c5d4;
}
.banner-info {
  width: 60%;
}
.banner-title {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  text-transform: uppercase;
  margin-bottom: 40px;
}
.banner-title__green {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  text-transform: uppercase;
}
.banner-title__green {
  color: #73d678;
}
.banner-title__dark {
  color: #021735;
}
.banner-description {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.822px;
}
.banner-description__dark {
  color: #021735;
}
.banner-img {
  position: absolute;
  right: 0;
  width: 50%;
}
.banner-img2 {
  width: 35%;
  margin-top: -25px;
}
.banner-img img {
  width: 100%;
}

.content {
  background-image: url("/upload/landing_assets/cropwise3/sect-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: white;
  padding-top: 80px;
}

.social {
  width: 60%;
  margin-bottom: 104px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 54px;
  border-left: 5px solid #0089f3;
}
.social-text-cropwise {
  color: #212121;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 30px;
}
.social-text-cropwise span,
.social-text-cropwise a {
  color: #0089f3;
}
.social-buttons {
  display: flex;
}
.social-button {
  display: block;
  width: 165px;
  height: 45px;
  border-radius: 3px;
  text-decoration: none;
  color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 11px;
}
.social-button__tg {
  background: linear-gradient(90deg, #4690c7 15.15%, #5da4db 92.95%);
}
.social-button__vk {
  background: linear-gradient(90deg, #1c69c0 15.15%, #4073ae 92.95%);
}
.social-button__wa {
  background: linear-gradient(90deg, #2dc768 15.15%, #26d066 92.95%);
}
.social-button img {
  width: 23px;
  height: 23px;
  margin-right: 5px;
}
.social-button span {
  color: #f7f7f7;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.banner-info {
  width: 55%;
}
.banner-img3 {
  width: 45%;
}
.accordion {
  margin-bottom: 140px;
}
.accordion-item {
}
.accordion-head {
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 58px;
  padding-right: 58px;
  position: relative;
  cursor: pointer;
  border: 1px solid #d6dbe6;
}
.accordion-head::after {
  content: "";
  background-image: url("/upload/landing_assets/cropwise3/down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50%);
  right: 58px;
}
.accordion-head__active::after {
  transform: rotate(180deg);
  margin-top: -8px;
}
.accordion-img {
  border-radius: 50%;
  margin-right: 58px;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.accordion-title {
  color: #040404;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.accordion-body {
  display: none;
  padding-left: 58px;
  padding-right: 58px;
  padding-bottom: 41px;
  padding-top: 30px;
  border-left: 1px solid #d6dbe6;
  border-right: 1px solid #d6dbe6;
  background: #f8f9fb;
}
.accordion-text {
  display: flex;
  justify-content: space-between;
  padding-bottom: 34px;
  border-bottom: 1px solid #d6dbe6;
}
.accordion-text-left {
  width: calc(50% - 20px);
}
.accordion-text-right {
  width: calc(50% - 20px);
}
.accordion-text-title {
  color: #021735;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 15px;
}
.accordion-text-description {
  color: #021735;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.accordion-conditions {
  margin-bottom: 30px;
}
.accordion-conditions-title {
  color: #021735;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-top: 35px;
  margin-bottom: 25px;
}
.accordion-conditions-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.accordion-condition {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(20% - 8px);
  transition: all 0.3s;
  border-radius: 3px 3px 0px 0px;
  margin-right: 8px;
}
.accordion-condition:last-of-type {
  margin-right: 0;
}
.accordion-condition-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 23px;
  padding-bottom: 18px;
  padding-left: 21px;
  padding-right: 21px;
  border-bottom: 0.5px solid #fff;
  height: 74px;
}
.accordion-condition-img__custom-size-vibrance-top {
  width: 82.6%;
}
.accordion-condition:hover {
  background: #0089f3;
  transition: all 0.3s;
  border-radius: 3px 3px 3px 3px;
}
.accordion-condition svg path {
  transition: all 0.3s;
}
.accordion-condition svg * {
  transition: all 0.3s;
}
.accordion-condition:hover svg * {
  fill: white !important;
  transition: all 0.3s;
}

.accordion-condition-text {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: 0px 0px 3px 3px;
  background: #0089f3;
}

.accordion-bottom {
  display: flex;
  justify-content: space-between;
}
.accordion-bottom-title {
  color: #021735;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.accordion-bottom-title span {
  color: #0089f3;
  font-weight: 600;
}
.accordion-bottom-close {
  cursor: pointer;
  display: flex;
  align-items: end;
}
.accordion-bottom-close span {
  color: #040404;
  font-family: "HelveticaNeueCyr", Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 550;
  line-height: 110%;
  margin-right: 6px;
}
.accordion-bottom-close img {
  width: 8px;
  transform: rotate(180deg);
  margin-bottom: 5px;
}

.accordion-condition-img__squared {
  overflow: hidden;
  background: white;
  padding-top: 0;
  padding-bottom: 0;
}
.accordion-condition-img__squared img {
  width: auto;
  height: 150%;
}

@media screen and (max-width: 991px) {
  .mobile-fullwidth {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .banner {
    padding-top: 0;
    background: linear-gradient(to bottom, #dee2ea 75%, white 75%);
  }
  .banner-inner {
    padding-top: 40px;
    flex-wrap: wrap;
  }
  .banner-inner::before {
    display: none;
  }
  .banner-img {
    width: 100%;
    position: relative;
    margin-top: 0;
  }
  .banner-img img {
    padding-left: 8vw;
  }
  .banner-info {
    width: 100% !important; /*TEMP*/
  }
  .banner-title {
    color: #021735;
    font-family: "Noto Sans Display";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 30px */
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .banner-description {
    color: #021735;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.822px;
    margin-bottom: 30px;
  }

  .content {
    padding-top: 0;
    background-image: none;
  }

  .social {
    width: 100%;
    padding-left: 0;
    border: none;
    padding-bottom: 0;
    margin-bottom: 60px;
  }
  .social-text-cropwise {
    color: #021735;
    font-family: "Noto Sans Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;

    border-left: 5px solid #0089f3;
    padding-left: 20px;
  }
  .social-buttons {
    flex-wrap: wrap;
  }
  .social-button {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .social-button span {
    color: #f7f7f7;
    font-family: "Noto Sans Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
  }

  .accordion {
    margin-left: -12px;
    margin-right: -12px;
  }
  .accordion-item {
    border: none;
    border-top: 1px solid #d6dbe6;
    border-bottom: 1px solid #d6dbe6;
    border-radius: 0;
  }
  .accordion-head {
    padding-left: 17px;
    padding-right: 50px;
    border: none;
  }
  .accordion-head::after {
    right: 29px;
  }
  .accordion-img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }

  .accordion-title {
    color: #040404;
    font-family: "Noto Sans Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }

  .accordion-body {
    padding-left: 17px;
    padding-right: 17px;
  }
  .accordion-text {
    flex-wrap: wrap;
  }
  .accordion-text-left,
  .accordion-text-right {
    width: 100%;
  }
  .accordion-text-left {
    padding-bottom: 30px;
    border-bottom: 1px solid #d6dbe6;
  }
  .accordion-text-right {
    padding-top: 30px;
  }
  .accordion-text-title {
    color: #021735;
    font-family: "Noto Sans Display";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
  .accordion-bottom-title span {
    display: block;
  }
  .accordion-text-description {
    color: #021735;
    font-family: "Noto Sans Display";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .accordion-text-description ul {
    margin-bottom: 0;
  }
  .accordion-conditions-title {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #021735;
    font-family: "Noto Sans Display";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
  .accordion-conditions-inner {
    flex-wrap: wrap;
  }
  .accordion-condition {
    width: 100%;
    margin-bottom: 20px;
  }
  .accordion-condition-img {
    padding-top: 23px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .accordion-condition-img svg {
    width: auto;
    height: 38px;
  }
  .accordion-condition-img img {
    width: auto;
    height: 38px;
  }
  .accordion-condition-text {
    color: #fff;
    font-family: "Noto Sans Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .accordion-bottom {
    align-items: flex-end;
  }

  .accordion-bottom-close {
    display: flex;
    align-items: center;
    height: fit-content;
  }

  .accordion-condition-img__squared img {
    height: 300%;
  }
  .accordion-condition-img__custom-size-vibrance-top {
    width: unset;
  }
}
