@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;
	}

	.video {
		width: 60%;
		height: 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-top: 40px;
		padding-bottom: 40px;

	}

	.video-block__img-dev {
		display: none;
	}

	.video__wrapper {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.video-block {
		background: #1F262D;
	}



	.video__btn {
		margin-top: 55px;
		background: #FAD1CE;
		border-radius: 25px;
		cursor: pointer;
		outline: none;
		border: none;
		max-width: 343px;
		height: 56px;
		font-size: 18px;
		margin-top: 27px;
		width: 100%;
		text-align: center;
		color: #1d1d1b;
		font-family: "FuturaFuturisC";
	}

	.video-block__img-dev,
	.video-block__img-mob {
		width: 100%;
		border-radius: 30px 30px 30px 0;
	}



	.video-block__main-info h2 {
		font-size: 24px;
		line-height: 120%;
		margin-top: 10px;
	}

	.video-block__info-description {
		margin-top: 15px;
		font-family: "Gotham Pro";
		font-size: 14px;
		line-height: 150%;
	}

	.video-block__info {
		width: 100%;
	}

	.video-block__main {
		position: relative;
	}

	.video2__btn {
		padding: 25px 30px;
		text-align: center;
		background: rgba(255, 255, 255, 0.45);
		clip-path: circle(50%);
		backdrop-filter: blur(16px);
		width: 90px;
		height: 90px;
		border-radius: 60px;
		align-self: center;
		cursor: pointer;

		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
		top: 50%;
	}
}

@media (min-width: 639px) {

	.video__wrapper {
		align-items: center;
	}


	.video {
		max-width: 500px;
		max-height: 550px;
	}



	.video-block__img-mob {
		display: none;
	}

	.video-block__img-dev {
		display: block;
	}
}

@media (min-width: 958px) {
	.video-block__info h2 {
		font-size: 32px;
	}

	.video-block__info-description {
		font-size: 16px;
	}

	.video__wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 30px;
		grid-template-rows: 200px 400px;
	}

	.video-block__main-info {
		grid-column-start: 2;
		grid-row-start: 1;
		align-self: end;
	}


	.video__wrapper {
		align-items: unset;
	}

	.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: 1225px) {
	.video-block__main-info h2 {
		font-size: 36px;
	}

	.video2__btn {
		top: 85%;
	}

	.video__wrapper {
		grid-template-rows: 400px 275px;
	}

	.video-block {
		padding-top: 128px;
		padding-bottom: 128px;
	}

	.video-block__info-description {
		font-size: 20px;
		max-width: 565px;
	}
}