.video {
    background: #00D7AF;
  	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 #fff;
}
.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 .3s;
}
.video-item {
	cursor: pointer;
}
.video-item-active {
  	border-radius: .325rem;
	transform: scale(1.4);
  	transition: transform .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/agriclime_video/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;
}

.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: rgb(0 0 0 / 80%);
    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: #00D7AF;
    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;
  	}
}

@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:last-of-type {
        display: none;
    }
    .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;
    }
    .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;
    }
}
