@import url(./fonts/fonts.css);

.body {
	margin: 0;
	width: 100%;
	height: 100%;
}

.main {
	zoom: 1.5;
	margin: 49% auto;
	max-width: 453px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -185px 0 0 -227px;
	-moz-transform: scale(1.5);
}

.blocking {
	margin: auto;
	max-width: 453px;
	min-height: 205px;
	background: #fffdfd;
	border: 2px solid #ff0202;
	box-sizing: border-box;
	box-shadow: 0px 6px 6px rgba(254, 0, 0, 0.25);
	border-radius: 10px;
	padding: 1rem 2rem;
}

.blocking__header {
	margin: 0 auto 10px;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	max-width: 410px;
	min-height: 49px;
	align-items: center;
	border-bottom: 1px solid rgba(254, 0, 0, 0.25);
}

.blocking__icon {
	margin-left: 5px;
	width: 58px;
	height: 32px;
}

.blocking__header-txt {
	width: 333px;
	min-height: 32px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	color: #ff0202;
}

.blocking__main {
	margin: 0 auto;
	max-width: 400px;
}

.info {
	background-color: white;
	border: none;
	padding: 0;
	margin: 11px auto;
	/* background-image: url(./images/banner1.png); */
	background-size: cover;
	width: max-content;
	width: 456px;
	height: 121px;
	border-radius: 9px;
	cursor: pointer;
}

.blocking__link {
	margin: 0;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	text-decoration-line: underline;
	color: #ff0202;
}

.blocking__text {
	margin: 0px 0 10px 0;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 9px;
	line-height: 11px;
	color: #000000;
}

.info__link {
	position: relative;
	top: 30px;
	left: 191px;
	margin: 0;
	text-decoration: none;
	width: 87px;
	height: 13px;
	background: #eb5757;
	border-radius: 6px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 9px;
	line-height: 11px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	letter-spacing: -0.015em;
	color: #ffffff;
}

@media (max-width: 767px) {
	.main {
		zoom: 1;
		margin: 17px auto;
		max-width: 378px;
		position: inherit;
		-moz-transform: scale(1);
	}
	.blocking {
		margin: auto;
		max-width: 378px;
		min-height: 434px;
	}
	.blocking__header {
		margin: 0 auto 10px;
		max-width: 348px;
		min-height: 59px;
	}

	.blocking__icon {
		width: fit-content;
		height: 24px;
	}

	.blocking__header-txt {
		max-width: 266px;
		font-size: 13px;
		line-height: 15px;
	}

	.blocking__main {
		max-width: 332px;
	}

	.blocking__inform {
		font-family: 'Roboto';
		margin: 0 0 18px 0;
		font-size: 14px;
		line-height: 16px;
	}

	.blocking__link {
		display: inline-flex;
		width: 332px;
		font-size: 14px;
		line-height: 16px;
	}

	.blocking__text {
		margin: 0px 0 10px 0;
		font-size: 14px;
		line-height: 16px;
	}

	.info {
		width: 380px;
	}

	.info__link {
		display: none;
	}
}
