.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/cropwise1/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%;
}

.schema {
  margin-bottom: 111.5px;
}

.links-wrap {
  background: #f2f4fa;
  padding-top: 124px;
  padding-bottom: 132px;
}
.links-inner {
  display: flex;
}
.link {
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
  background-color: white;
  text-decoration: none;
}
.link:first-of-type {
  margin-right: 20px;
}
.link:last-of-type {
  margin-left: 20px;
}
.link > img {
  width: calc(100% - 20px);
  -webkit-box-shadow: 20px -20px 0px 0px rgba(2, 23, 53, 1);
  -moz-box-shadow: 20px -20px 0px 0px rgba(2, 23, 53, 1);
  box-shadow: 20px -20px 0px 0px rgba(2, 23, 53, 1);
}
.link-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 20px;
  padding-left: 30px;
}
.link-title {
  color: #021735;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.link-button {
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
  border-radius: 26px;
  background: #0089f3;
  width: 150px;
  height: 52px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.link-button img {
  height: 12px;
  width: auto;
  margin-left: 12px;
}

.section-full-width {
  overflow-x: hidden;
}
.video {
  background: #021735;
  margin-bottom: 50px;
}
.video-info {
  display: flex;
  justify-content: space-between;
  padding-top: 120px;
  padding-bottom: 120px;
}
.video-title {
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;

  padding-left: 53px;
  padding-top: 8px;
  padding-bottom: 22px;
  border-left: 5px solid #0089f3;
}
.video-description {
  color: #fff;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 21.159px;
  padding-top: 8px;
}

.video-inner {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
}
.image-item,
.video-item {
  width: 25%;
  height: fit-content;
  position: relative;
  z-index: 5;
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.3s;
}
.video-item {
  cursor: pointer;
}
.video-item-active {
  border-radius: 0.325rem;
  transform: scale(1.4);
  transition: transform 0.3s;
  z-index: 10;
}
.image-item img,
.video-item img {
  width: 100%;
}
.video-item__big {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  position: relative;

  /*     transform: scale(1.4);
    margin-right: 40px;
    margin-left: -40px; */
  width: 30%;
}
.video-item__big iframe {
  width: 100%;
}
.video-item__big > img {
  height: 100%;
  position: absolute;
  top: 0;
}
.video-play {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.video-play-img {
  width: 98px;
  height: 98px;
  background-image: url("/upload/landing_assets/cropwise1/play.svg");
  background-size: contain;
  background-position: 50%;
}
.video-play span {
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
}

.banner-img-mobile {
  display: none;
}
.schema-img-mobile,
.schema-item {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  justify-content: center;
  align-items: center;
  display: none;
}
.overlay.active {
  display: flex;
}
.modal {
  display: none;
  justify-content: center;
  align-items: center;
}
.modal.active {
  display: flex;
  flex-direction: column;
  background: rgba(2, 23, 53, 0.9);
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
}
.modal-inner-block {
  position: relative;
  width: 100%;
  max-width: 960px;
  background: black;
}
.modal-video-decor {
  width: 65vh;
  height: 65vh;
  position: absolute;
  background: #73d678;
  bottom: -17.5px;
  right: -17.5px;
  border-radius: 0.25rem;
  z-index: 2;
}
.modal-video {
  width: 100%;
  min-height: 70vh;
  max-width: 960px;
  border: 1px solid white;
  background: black;
  display: none;
  position: relative;
  z-index: 5;
}
.modal-video.active {
  display: block;
}
.modal-close {
  position: absolute;
  top: -17.5px;
  right: -17.5px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #73d678;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.modal-close svg {
  fill: #021735;
  width: 13px;
  height: 13px;
}

@media screen and (max-width: 991px) {
  .mobile-fullwidth {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .modal-inner-block {
    max-width: 100%;
    height: 100vh;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal-video {
    min-height: 540px;
    max-width: 100%;
  }
  .modal-close {
    right: 10px;
    top: 10px;
  }
  .modal-video-decor {
    display: none;
  }
  .banner {
    background: linear-gradient(to bottom, #021735 80%, white 80%);
  }
  .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%;
  }
  .banner-title {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 30px */
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .banner-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.822px;
    margin-bottom: 30px;
  }
  .banner-title__green {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 30px */
    text-transform: uppercase;
  }

  .banner-img-mobile {
    display: block;
    padding-left: 0 !important;
  }
  .banner-img-desktop {
    display: none;
  }

  .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%;
  }

  .schema {
    margin-bottom: 70px;
  }
  .schema-img {
    display: none;
  }
  .schema-img-mobile {
    display: block;
    margin-bottom: -5px;
  }
  .schema-item {
    display: block;
    padding: 20px;
    border: 2px solid #0089f3;
    border-radius: 5px;
    background: #f2f4fa;
  }
  .schema-lines {
    min-height: 20px;
    display: flex;
    justify-content: center;
  }
  .schema-lines span {
    border-left: 2px solid #0089f3;
    background: #0089f3;
    min-height: 20px;
    margin-right: 4px;
  }
  .schema-lines span:last-child {
    margin-right: 0;
  }
  .schema-item-title {
    color: #0089f3;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.758px;
  }
  .schema-item-description {
    color: #021735;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.159px;
  }

  .links-wrap {
    padding-bottom: 50.5px;
    padding-top: 80.5px;
  }
  .links-inner {
    flex-wrap: wrap;
  }
  .link {
    width: 100%;
    margin-bottom: 50.5px;
  }
  .link:last-of-type {
    margin-left: 0;
  }
  .link-title {
    color: #021735;
    font-family: "Noto Sans Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .link-button {
    width: 125.806px;
    height: 26.126px;
  }
  .link-button span {
    color: #fff;
    text-align: center;
    font-family: "Noto Sans Display";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 12.655px;
  }
  .link-button img {
    width: 3.907px;
    height: 6.327px;
    margin-left: 7.07px;
  }

  .video-info {
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .video-title {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;

    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  .video-description {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 21.159px;
    text-align: left;
    margin-bottom: 60.5px;
  }
  .video-description br {
    display: none;
  }

  .video-item {
    width: calc(100% / 2);
  }
  .video-item__big {
    margin-right: 0;
    margin-left: 0;
    width: 50%;
    position: absolute;
    left: 25%;
    right: 25%;
    bottom: -20px;
    top: -20px;
  }

  .video-inner {
    position: relative;
  }

  .video-play-img {
    width: 58px;
    height: 58px;
    background-repeat: no-repeat;
  }
  .video-play span {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
  }
}
@media screen and (max-width: 767px) {
  .modal-video {
    min-height: 70vw;
    max-height: 70vw;
  }
  .image-item {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  .modal-video {
    min-height: 70vw;
    max-height: 70vw;
  }
}
