@media (min-width: 0) {


	.video__modal {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		z-index: 50;
		display: none;
		justify-content: center;
		align-items: center;
		overflow-y: scroll;
	}

	.h2-dev {
		display: none;
	}

	.video {
		width: 100%;
	}

	.video__modal-bg {
		width: 100vw;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.535);
		position: fixed;
		top: 0;
		z-index: -1;
	}

	.video__modal-inner {
		width: 74%;
		height: 85%;
		/* padding: 0px 0px 54.4% 0px; */
		position: relative;
	}

	.video__modal-inner video {
		width: 100%;
	}

	.video__modal-inner iframe {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.video-block {
		padding: 20px 0;
		border-radius: 20px;
		background: #DC5086;
	}

	.video-block__img-dev {
		display: none;
	}

	.video__wrapper {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}





	.video__btn {
		margin-top: 55px;
		background: #FAD1CE;
		border-radius: 25px;
		cursor: pointer;
		outline: none;
		border: none;
		width: 343px;
		height: 56px;
		font-size: 18px;
		margin-top: 27px;
		width: 100%;
		text-align: center;
		color: #1d1d1b;
		font-family: "FuturaFuturisC";
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.video-block__img-dev,
	.video-block__img-mob {
		width: 100%;
		border-radius: 30px 30px 30px 0;
	}



	.video-block__main-info h2 {
		color: #FFF;

		/* Заголовки/H4 */
		font-family: Manrope;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
	}

	.video-block__info-description {
		color: #FFF;
		margin-top: 16px;
		/* М. Текст/М. Текст */
		font-family: Manrope;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}

	.video-block__info {
		width: 100%;
	}

	.video-block__main {
		position: relative;
	}

	.video2__btn {
		cursor: pointer;
	}
}

@media (min-width: 639px) {




	.video {
		max-width: 500px;
		max-height: 300px;
	}



	.video-block__img-mob {
		display: none;
	}

	.video-block__img-dev {
		display: block;
	}
}

@media (min-width: 958px) {
	.video-block__info h2 {
		font-size: 32px;
	}

	.h2-dev {
		display: block;
	}

	.h2-mob {
		display: none;
	}

	.video-block__info-description {
		font-size: 16px;
	}

	.video__btn {
		margin-top: 55px;
	}







	.video-block__img-dev {
		grid-row-start: 1;
		grid-row-end: 3;
		grid-column-start: 1
	}

	.video-block__info {
		grid-column-start: 2;
		grid-row-start: 2;
	}

	/* .video2__btn {
		backdrop-filter: unset;
		transform: translate(-50%, 0%);
		top: 100%;
		width: 120px;
		height: 120px;
		padding: 40px 45px;
	} */
}


@media (min-width: 1244px) {
	.video-block__main-info h2 {
		font-size: 40px;
	}



	.video-block {
		padding: 50px 0;
	}

	.video__wrapper {
		gap: 40px;
	}

	.main__props .main__props-point:first-child {
		max-width: 380px;
	}

	.main__props .main__props-point:last-child {
		max-width: 270px;
	}

	.video-block__info-description {
		font-size: 24px;
	}
}