/*Video slider*/

.video-slider .navigation-wrapper {
	position: relative;
}

.video-slider .arrow.arrow--left {
	width: 40px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.72763' y='0.991211' width='38' height='38' rx='4' fill='white' stroke='%2300B085' stroke-width='2'/%3E%3Cpath d='M16.602 20.2267L23.2199 26.5323C23.3303 26.6376 23.477 26.6963 23.6296 26.6963C23.7822 26.6963 23.9289 26.6376 24.0393 26.5323L24.0464 26.5252C24.1001 26.4741 24.1429 26.4127 24.1721 26.3446C24.2014 26.2766 24.2164 26.2032 24.2164 26.1291C24.2164 26.0551 24.2014 25.9817 24.1721 25.9137C24.1429 25.8456 24.1001 25.7841 24.0464 25.7331L17.8144 19.7956L24.0464 13.8605C24.1001 13.8095 24.1429 13.748 24.1721 13.6799C24.2014 13.6119 24.2164 13.5385 24.2164 13.4645C24.2164 13.3904 24.2014 13.317 24.1721 13.249C24.1429 13.1809 24.1001 13.1195 24.0464 13.0684L24.0393 13.0613C23.9289 12.956 23.7822 12.8973 23.6296 12.8973C23.477 12.8973 23.3303 12.956 23.2199 13.0613L16.602 19.3669C16.5438 19.4224 16.4974 19.4891 16.4658 19.563C16.4341 19.6369 16.4178 19.7164 16.4178 19.7968C16.4178 19.8772 16.4341 19.9567 16.4658 20.0306C16.4974 20.1045 16.5438 20.1712 16.602 20.2267Z' fill='%2300B085'/%3E%3C/svg%3E");
	background-size: contain;
	cursor: pointer;
	position: absolute;
	top: 26px;
	left: 35px;
}

.video-slider .arrow.arrow--right {
	width: 40px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.22763' y='0.991211' width='38' height='38' rx='4' fill='white' stroke='%2300B085' stroke-width='2'/%3E%3Cpath d='M25.8389 19.3671L19.221 13.0614C19.1105 12.9562 18.9638 12.8975 18.8113 12.8975C18.6587 12.8975 18.512 12.9562 18.4016 13.0614L18.3945 13.0686C18.3407 13.1196 18.298 13.181 18.2687 13.2491C18.2395 13.3172 18.2244 13.3905 18.2244 13.4646C18.2244 13.5387 18.2395 13.612 18.2687 13.6801C18.298 13.7482 18.3407 13.8096 18.3945 13.8606L24.6265 19.7981L18.3945 25.7333C18.3407 25.7843 18.298 25.8457 18.2687 25.9138C18.2395 25.9819 18.2244 26.0552 18.2244 26.1293C18.2244 26.2034 18.2395 26.2767 18.2687 26.3448C18.298 26.4129 18.3407 26.4743 18.3945 26.5253L18.4016 26.5324C18.512 26.6377 18.6587 26.6964 18.8113 26.6964C18.9638 26.6964 19.1105 26.6377 19.221 26.5324L25.8389 20.2268C25.8971 20.1714 25.9434 20.1047 25.9751 20.0308C26.0067 19.9569 26.0231 19.8773 26.0231 19.7969C26.0231 19.7166 26.0067 19.637 25.9751 19.5631C25.9434 19.4892 25.8971 19.4225 25.8389 19.3671Z' fill='%2300B085'/%3E%3C/svg%3E");
	background-size: contain;
	cursor: pointer;
	position: absolute;
	top: 26px;
	left: 79px;
}

.video-slider-content {
	border-radius: 15px;
	overflow: hidden;
	padding: 100px 35px 35px;
	position: relative;
}

.video-slider-content .title {
	color: #363636;
	font-family: "Proxima Nova";
	font-size: 30px;
	font-weight: 700;
	line-height: 109.8%;
}

.video-slider-content::before {
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	border-radius: 15px;
	background: #F6F6F9;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	min-width: 300.93px;
}

.video-slider-content .content p em {
	color: #4D5259;
}

.video-slider-content .content {
	max-width: 340px;
}

.video-slider-content .button {
	margin-top: 20px;
}

#videoslider .col-md-8 {
	position: relative;
}

.video-slider-image img {
	border-radius: 15px;
	width: 100%;
}

#videoslider .play {
	display: block;
	width: 107px;
	height: 107px;
	position: absolute;
	top: 37%;
	left: -29px;
}

.gallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 30px;
	margin-top: 15px;
}

.gallery-item a {
	display: block;
	height: 100%;
}

.gallery-item img {
	display: block;
	height: 133px;
	border-radius: 12px;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 767px){
	#videoslider .play {
		left: 0;
		right: 0;
		margin: auto;
	}

	.numbers .col-md-4 {
		margin-bottom: 1em;
	}
}

@media (max-width: 480px){
	.video-slider {
		padding: 0 !important;
		margin-top: 100px !important;
		margin-bottom: 60px !important;
	}

	.video-slider-content::before {
		width: 100%;
	}

	.video-slider-content .content {
		max-width: 100%;
	}

	.video-slider-content {
		margin-bottom: 20px;
		text-align: center;
	}

	.video-slider .arrow.arrow--left {
		left: calc(50% - 42px);
	}

	.video-slider .arrow.arrow--right {
		left: unset;
		right: calc(50% - 42px);
	}

	.gallery {
		grid-column-gap: 7px;
		margin-top: 10px;
	}

	.gallery-item img {
		height: 77px;
	}
}