.video {
	margin: 0;
	padding: 0;
	display: flex;
}

@media (max-width: 440px) {
	.video {
		display: none;
	}
}

.Vid {
	width: 100%;
	height: 568px;
	position: relative;
}

.videoWrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.videoWrapper video {
	width: 100%;
	height: 100%;
	object-fit: fill;
	border: 1px solid #3c3c3c;
	display: block;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.videoWrapper.active .overlay {
	opacity: 0;
}

.Vid video {
	width: 100%;
	height: 100%;
	object-fit: fill;
	border: 1px solid #3c3c3c;
	display: block;
}

.perehod {
	display: flex;
}

@media (max-width: 440px) {
	.perehod {
		display: none;
	}
}

.klick {
	width: 718.5px;
	height: 117px;
	background-color: #111;
	border: 1px solid #3c3c3c;
	display: flex;
	justify-content: center;
}

.textG {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 480px;
}

.textG h3 {
	color: white;
	font-family: "Vetrino";
	font-size: 28px;
	font-weight: 400;
	margin: 0;
	white-space: nowrap;
}

.nextG {
	cursor: pointer;
	width: 120px;
	height: 116px;
	border: 1px solid #3c3c3c;
	margin-left: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.8s ease;
}

.nextG:hover {
	background-color: white;
}

.Connext {
	display: flex;
}

.mob-video {
	display: flex;
	flex-direction: row;
}

@media (max-width: 440px) {
	.mob-video {
		flex-direction: column;
	}
}

.mob-card {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.mob-video video {
	width: 100%;
	height: 354px;
	object-fit: fill;
	border: 1px solid #3c3c3c;
	display: block;
}

@media (min-width: 441px) {
	.mob-video {
		display: none;
	}
}

.mob-klick {
	width: 100%;
	height: 101px;
	background-color: #111;
	border: 1px solid #3c3c3c;
	display: flex;
	justify-content: center;
}

.mob-textG {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 480px;
}

.mob-textG h3 {
	color: white;
	font-family: "Vetrino";
	font-size: 22px;
	font-weight: 400;
	margin: 0;
	white-space: nowrap;
}
