.link {
	color: #fff;
	text-decoration: none;
	transition-property: color;
	transition-duration: 0.4s;
}
.link:focus,
.link:hover {
	color: #ff5050;
}
.link:active {
	color: #ff8383;
}
.link--blue:focus,
.link--blue:hover {
	color: #112135;
}
.link--blue:active {
	color: #1d395c;
}
@media (max-width: 920px) {
	.link--blue:active,
	.link--blue:focus,
	.link--blue:hover {
		color: #fff;
	}
}

.same-list-p {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ga-header--quiz {
	background-color: #112135;
}
.ga-header__wrapper {
	position: relative;
	align-items: flex-start;
	max-width: 1186px;
	padding: 0 20px;
	width: 100%;
	margin: 30px auto 0;
}
.ga-header--quiz .ga-header__wrapper {
	align-items: center;
	margin-top: 14px;
	margin-bottom: 14px;
	padding: 0 32px 0 20px;
}
.ga-header__wrapper,
.ga-header__icon-wrapper {
	display: flex;
	justify-content: space-between;
}
.ga-header__logo {
	width: 142px;
	height: 56px;
}
.ga-header--quiz .ga-header__logo {
	width: 114px;
	height: 45px;
}
.ga-header__logo-link {
	margin-top: 8px;
	transition-property: opacity;
	transition-duration: 0.4s;
}
.ga-header__logo-link:hover,
.ga-header__logo-link:focus {
	opacity: 0.8;
}
.ga-header__logo-link:active {
	opacity: 0.6;
}
.ga-header__sandwich-button {
	display: none;
}
.ga-header__buttons-list,
.ga-header__nav-list,
.wrapper-site-actions {
	display: flex;
}
.ga-header__wrapper-site-actions {
	display: flex;
	align-items: center;
	font-weight: 900;
	font-size: 16px;
}
.ga-header__nav-item {
	margin-right: 50px;
}
.ga-header__button-item:not(:last-of-type) {
	margin-right: 20px;
}
.event-bar {
	height: 78px;
	width: 100%;
	background-color: #9050FB;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.event-bar .centrator {
	min-width: 1145px;
	display: inline-flex;
}
@media (max-width: 1180px) {
	.event-bar .centrator {
		min-width: 96%;
		max-width: 96%;
	}
}
@media (max-width: 920px) {
	.event-bar .centrator {
		min-width: 88%;
		max-width: 88%;
	}
}

.event-bar img {
	height: 43px;
	width: 43px;
	border-radius: 3px;
	margin-top: 18px;
}

.event-bar .event-bar-text-centrator {
	height: 78px;
	width: 100%;
	padding: 0 20px 0 20px;
	position: relative;
}
.event-bar .event-bar-text {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: Raleway;
	font-weight: 400;
	font-size: 16px;
	color: black;
}
.event-bar .more-finder {
	color: white;
	margin-left: 15px;
	text-decoration: underline;
	font-weight: 700;
}
.dark {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	top: 0;
	background: rgba(0, 0, 0, 0.61);
}
.modal {
	left: 50%;
	top: 50%;
	min-height: 70%;
	max-height: 90%;
	z-index: 101;
	overflow-y: auto;
	position: fixed;
	transform: translateY(-50%) translateX(-50%);
	max-width: 680px;
}
.promo-modal {
	background: #F2F2F2;
}
.promo-modal .modal-close {
	position: absolute;
	right: 18px;
	z-index: 55;
	top: 18px;
	cursor: pointer;
}
.promo-modal .promo-modal-body {
	font-family: Alata;
	font-weight: 400;
	padding: 45px 45px 35px 45px;
	color: #112135;
}
.promo-modal .promo-modal-ttl {
	font-family: Raleway;
	font-size: 24px;
	font-weight: 900;
}
.promo-modal .promo-modal-date {
	font-family: Raleway;
	font-size: 16px;
	font-weight: 900;
	line-height: 2.4;
}
.promo-modal .promo-modal-date a {
	color: #FF6650;
	text-decoration: underline;
	font-family: Alata;
	font-weight: 400;
	font-size: 12px;
	margin-left: 10px
}
.promo-modal .promo-modal-text, .promo-modal .promo-modal-content {
	font-family: Alata;
	font-weight: 400;
	line-height: 1.5;
	font-size: 16px;
}
.promo-modal .promo-modal-content span {
	color: #FF6650;
	font-family: Alata;
	font-weight: 400;
	font-size: 12px;
	display: block;
	margin-top: 30px;
}
.promo-modal .promo-modal-flex {
	display: flex;
}
.promo-modal .promo-modal-left {
	flex-shrink: 0;
	float: left;
	margin-right: 20px;
}
.promo-modal .promo-modal-img img {
	max-width: 80px;
	max-height: 80px;
	border-radius: 50%;
}
.promo-modal .standart-btn {
	font-family: Raleway;
	cursor: pointer;
	font-style: normal;
	font-weight: 900;
	font-size: 16px;
	padding: 15px 32px;
	line-height: 130%;
	display: flex;
	align-items: center;
	text-align: center;
	color: #112135;
	justify-content: center;
	align-self: center;
	text-decoration: none;
	margin-top: 30px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.promo-modal .standart-btn-orange {
	background-color: #FF6650;
}
@media (max-width: 920px) {
	.modal {
		left: 50%;
		top: 50%;
		max-height: 100%;
		height: 100%;
		max-width: 100%;
		width: 100%;
	}
	.ga-header__wrapper,
	.ga-header--quiz .ga-header__wrapper {
		margin-top: 0;
		margin-bottom: 0;
		padding: 0 5.556vw;
		min-height: 12.222vw;
		align-items: center;
	}
	.ga-header__logo-link {
		margin-top: 0;
	}
	.ga-header__logo,
	.ga-header--quiz .ga-header__logo {
		width: 6.667vw;
		height: 8.333vw;
	}
	.ga-header__logo {
		position: absolute;
		top: 2.5vw;
		left: 5.556vw;
		z-index: 2;
	}
	.ga-header__icon-wrapper {
		width: 100%;
	}
	.ga-header__sandwich-button {
		display: block;
		align-self: flex-start;
		z-index: 3;
		height: 6.111vw;
		padding: 0.556vw;
		font-size: 0;
		background-color: transparent;
		border: none;
		border-radius: 0;
		outline: none;
		cursor: pointer;
	}
	.ga-header__button-row {
		position: relative;
		font-size: 0;
		border: none;
	}
	.ga-header__button-row,
	.ga-header__button-row:after,
	.ga-header__button-row:before {
		display: block;
		width: 6.944vw;
		height: 0.556vw;
		background-color: #fff;
		transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background-color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	}
	.ga-header__button-row:after,
	.ga-header__button-row:before {
		position: absolute;
		right: 0;
		content: "";
	}
	.ga-header__button-row:before {
		top: -2.133vw;
	}
	.ga-header__button-row:after {
		top: 2.133vw;
	}
	.ga-header__sandwich-button--opened {
		width: 7.5vw;
	}
	.ga-header__sandwich-button--opened .ga-header__button-row {
		width: 0;
	}
	.ga-header__sandwich-button--opened .ga-header__button-row:before {
		width: 8.611vw;
		top: 0.556vw;
		right: -7.778vw;
		transform: rotate(-45deg) translateY(-0.278vw);
	}
	.ga-header__sandwich-button--opened .ga-header__button-row:after {
		width: 8.611vw;
		top: 0.556vw;
		right: -7.5vw;
		transform: rotate(45deg) translateY(-0.278vw);
	}
	.ga-header__wrapper-site-actions {
		display: none;
	}
}

.ga-header--quiz .ga-header__button--sign {
	color: #ff6650;
}

.ga-header--quiz .link--blue:hover,
.ga-header--quiz .link--blue:focus {
	color: #ff5050;
}

.ga-header--quiz .button--transparent-blue:hover,
.ga-header--quiz .button--transparent-blue:focus {
	border-color: #ff5050;
	color: #ff5050;
}

.ga-header--quiz .link--blue:active,
.ga-header--quiz .button--transparent-blue:active {
	color: #ff8383;
}

.ga-header--quiz .button--transparent-blue:active {
	border-color: #ff8383;
}

.popup-menu {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background-image: linear-gradient(123.11deg, #112135 22.01%, #03c3b4 110.51%);
	opacity: 0;
	transform: scale(0.95);
	visibility: hidden;
	transition-duration: 0.4s;
	transition-property: opacity, visibility, transform;
}
.popup-menu--opened {
	opacity: 1;
	transform: scale(1);
	visibility: visible;
}
.ga-popup-opened {
	overflow: hidden;
}
.ga-mobile-menu {
	display: flex;
	flex-direction: column;
}
.ga-mobile-menu__list {
	align-self: flex-end;
	font-weight: 900;
	font-size: 4.444vw;
	width: 62.222vw;
	height: 100vh;
	margin: 0;
	padding: 15.722vw 2.222vw;
	background-color: #112135;
	list-style: none;
}
.ga-mobile-menu__item {
	opacity: 0;
	transform: translateX(30px);
	transition-duration: 0.4s;
	transition-property: opacity, transform;
}
.ga-mobile-menu__link {
	display: block;
	padding: 5vw 3.889vw;
	text-align: end;
}
.ga-mobile-menu__item:last-of-type .ga-mobile-menu__link {
	color: #ff6650;
}
.ga-mobile-menu__item:first-child {
	transition-delay: 0.05s;
}
.ga-mobile-menu__item:nth-child(2) {
	transition-delay: 0.1s;
}
.ga-mobile-menu__item:nth-child(3) {
	transition-delay: 0.15s;
}
.ga-mobile-menu__item:nth-child(4) {
	transition-delay: 0.2s;
}
.ga-mobile-menu__item:nth-child(5) {
	transition-delay: 0.25s;
}
.ga-mobile-menu__item:nth-child(6) {
	transition-delay: 0.3s;
}
.ga-mobile-menu__item:nth-child(7) {
	transition-delay: 0.35s;
}
.ga-mobile-menu__item:nth-child(8) {
	transition-delay: 0.4s;
}
.ga-mobile-menu__item:nth-child(9) {
	transition-delay: 0.45s;
}
.ga-mobile-menu__item:nth-child(10) {
	transition-delay: 0.5s;
}
.popup-menu--opened .ga-mobile-menu__item {
	opacity: 1;
	transform: translateX(0);
}
