/* === base === */
*{box-sizing:border-box;line-height:1.2}
@font-face{
  font-family:"Inter Bold";
  src:url("../fonts/6808f299811c1703a1cacc77ced26c5d.eot");
  src:url("../fonts/6808f299811c1703a1cacc77ced26c5d.eot?#iefix") format("embedded-opentype"),
      url("../fonts/6808f299811c1703a1cacc77ced26c5d.woff2") format("woff2"),
      url("../fonts/6808f299811c1703a1cacc77ced26c5d.woff") format("woff"),
      url("../fonts/6808f299811c1703a1cacc77ced26c5d.ttf") format("truetype"),
      url("../fonts/6808f299811c1703a1cacc77ced26c5d.svg#Inter Bold") format("svg");
}
html,body{width:100vw;height: 100%; margin: 0; overflow: hidden;font-family:"Inter Bold",Arial}
body {background:url("../img/bg.jpg") center / cover no-repeat;position: relative;}

.buttonBack {
	padding: 26px;
	background: #310000;
	position: fixed;
	text-decoration: none;
	height: 72px;
	top: 54px;
	left: 51px;
}

.buttonBack span {
	color: #FFF;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 83.33%;
	letter-spacing: -0.72px;
	background: url("data:image/svg+xml,%0A%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_150_1346' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='54' height='54'%3E%3Crect x='0.666992' y='0.666687' width='53' height='53' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_150_1346)'%3E%3Cpath d='M22.4448 41.3334L9.3335 27.8522L22.4814 14.3334L25.067 16.9925L16.3262 25.98H44.3335V29.7244H16.3262L25.0304 38.6748L22.4448 41.3334Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A") left center no-repeat;
	padding-left: 76px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.interactive__title {
	color: #310000;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.72px;
	width: 420px;
	top: 210px;
	left: 50px;
	position: fixed;
}

.interactive__stopepidemy {
	position: fixed;
	top: 53px;
	right: 53px;
	width: calc(100vw - 573px);
	height: calc(100vh - 93px);
	background-color: #fff;
}

.interactive__stopepidemy iframe {
	width: 100%;
	height: 100%;
}

.interactive__otnosa-logo {
	position: fixed;
	left: 50px;
	bottom: 53px;
	width: 111px;
}

.interactive__otnosa-logo img {
	max-width: 100%;
}