/* === 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");
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Medium'), local('Inter-Medium'),
        url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff'),
        url('../fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }

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;
	max-width: 420px;
	top: 211px;
	left: 51px;
	position: fixed;
}

.interactive__organic {
	max-width: 1295px;
	margin-left: 635px;
	padding: 200px 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s all;
}

.interactive__organic.loaded {
	opacity: 1;
	visibility: visible;
}

.interactive__organic-sections {
	height: 100%;
}

.interactive__organic-sections__item {
	height: 100%;
	display: none;
}

.interactive__organic-sections__item.active {
	display: block;
}

.interactive__otnosa-box {
	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;
	justify-content: space-between;
	height: 100%;
}

.interactive__otnosa-question__image {
	width: 937px;
	height: 543px;
	margin: 0 auto;
	background-color: #fff;
}

.interactive__otnosa-question__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.interactive__organic-sections__item-title {
	width: 1150px;
	margin: 0 auto 100px;
	color: #310000;
	text-align: center;
	font-size: 53px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -1.59px;
}

.interactive__organic-sections__item-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 370px;
	grid-column-gap: 91px;
	grid-row-gap: 95px;
}

.interactive__organic-sections__item-grid__item {
	background: #B8AA96;
	color: #FFF;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 108%;
	letter-spacing: -0.96px;
	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;
	cursor: pointer;
	transition: .3s all;
}

.interactive__organic-sections__item-grid__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.interactive__organic-sections__item-grid__item:hover,
.interactive__organic-sections__item-grid__item.selected {
    border: 2px solid #E45B25;
}

.interactive__organic-result {
	
}

.interactive__organic-result__item {
    opacity: 0;
	visibility: hidden;
	color: #3AA985;
	font-size: 53px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -1.59px;
	height: 100%;
	transition: .3s all;
	position: fixed;
	top: 0;
	width: 1295px;
	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;
}

.interactive__organic-result__item.showed {
	opacity: 1;
	visibility: visible;
}

.interactive__organic-result__good {
    color: #3AA985;
}

.interactive__organic-result__wrong {
    color: #E45B25;
}

.interactive__otnosa-finish,
.interactive__otnosa-finish__six,
.interactive__otnosa-finish__five {
	height: 100%;
	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;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.interactive__otnosa-finish__six,
.interactive__otnosa-finish__five {
	opacity: 0;
	visibility: hidden;
	transition: .3s all;
	height: 100%;
	position: fixed;
	top: 0;
}

.interactive__otnosa-finish__six.showed,
.interactive__otnosa-finish__five.showed {
	opacity: 1;
	visibility: visible;
}

.interactive__otnosa-finish__box {
	max-width: 1150px;
}

.interactive__otnosa-finish__title {
	color: #310000;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.9px;
	font-family: "Inter";
}

.interactive__otnosa-finish__value {
	color: #B8AA96;
	text-align: center;
	font-size: 85px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -1.92px;
	margin: 26px 0;
}

.interactive__otnosa-finish__subtitle {
	color: #B8AA96;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.63px;
	margin: 15px 0 26px;
}

.interactive__otnosa-finish__qr {
	width: 133px;
	height: 133px;
	margin: 0 auto;
}

.interactive__otnosa-finish__qr img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.interactive__otnosa-finish__restart {
	margin-top: 82px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: center;
}

.interactive__otnosa-finish__restart button {
	display: flex;
	width: 396px;
	height: 97px;
	padding: 31px 70px;
	justify-content: center;
	align-items: center;
	color: #310000;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.42px;
	background: #DCCBB3;
	border: none;
	cursor: pointer;
}

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

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

.interactive__organic-sections__item-button__wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-top: 80px;
}

.interactive__organic-sections__item-button {
	color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 83.33%;
    letter-spacing: -0.72px;
	padding: 26px;
    background: #310000;
	cursor: pointer;
}