input,
textarea {
	box-shadow: none
}

input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0
}

input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none
}

q {
	quotes: "\201c" "\201d"
}

[type='file'],
body p:empty,
body h1:empty,
body h2:empty,
body h3:empty,
body h4:empty,
body h5:empty,
body h6:empty,
body li:empty {
	display: none
}

*::after,
*::before,
*::placeholder {
	transition: all .2s linear
}

html *,
body *,
html *::after,
body *::after,
html *::before,
body *::before {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	border-radius: 0;
	box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0 0 16px 0
}

input,
textarea {
	border: 1px solid #79858d;
	font-size: 16px;
	font-weight: 400
}

label,
button,
select,
input[type=submit] {
	cursor: pointer
}

button {
	background: transparent
}

textarea {
	resize: none;
	overflow: auto
}

a {
	text-decoration: none;
	color: inherit
}

img[src=""],
img[src="/"] {
	display: none
}

img {
	max-width: 100%;
	object-fit: contain;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none
}

ul li {
	list-style: none
}

ol li {
	list-style: decimal
}

hr {
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.1)
}

.modal {
	padding-top: 8px;
	padding-bottom: 8px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 325;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	transition-delay: .5s;
	pointer-events: none
}

.modal-container {
	background: #ffffff;
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	border-radius: 4px;
	transform: scale(.8);
	opacity: 0;
	transition: .2s;
	z-index: 1;
	display: flex;
	flex-direction: column;
	margin: auto
}

.modal--top {
	text-align: center;
	padding: 16px 8px;
	border-bottom: 1px solid #eaeaea
}

.modal--top__title {
	color: #000000;
	font-size: 32px;
	font-weight: 700;
	text-align: center
}

.modal--top__subtitle {
	margin: 0;
	font-size: 20px;
	text-align: center
}

.modal-close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: -15px;
	top: -15px;
	background: #ffffff;
	padding: 3px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center
}

.modal-close svg {
	width: 50%
}

.modal-agreement {
	z-index: 326
}

.modal-agreement__text p {
	font-size: 16px;
	text-align: left;
	margin: 0 0 12px;
	line-height: 26px
}

.modal-content {
	flex-shrink: 1;
	overflow: auto
}

.modal-content::-webkit-scrollbar {
	width: 4px
}

.modal-content::-webkit-scrollbar-button {
	display: none
}

.modal-round {
	content: '';
	position: absolute;
	border-radius: 50%;
	min-width: 10vh;
	width: 10vw;
	min-height: 10vh;
	height: 10vw;
	background: rgba(39, 40, 62, 0.95);
	transition: all .3s ease, opacity .1s .2s, left 0s, top 0s;
	opacity: 0;
	transform: scale(0);
	left: 15%;
	transform-origin: center center;
	pointer-events: none;
	top: 15%
}

.modal.active {
	opacity: 1;
	visibility: visible;
	transition: opacity .3s;
	transition-delay: 0s;
	pointer-events: all
}

.modal.active .modal-container {
	transform: none;
	opacity: 1;
	transition-delay: .3s
}

.modal.active .modal-round {
	transition: all .5s .1s ease, opacity 0s, left 0s, top 0s;
	transform: scale(20);
	opacity: 1;
	left: 50%;
	top: 50%
}

[data-modal-close] {
	cursor: pointer
}

[data-modal-link] {
	cursor: pointer
}

.modal.active .modal-success svg {
	stroke-dashoffset: 0;
	fill-opacity: 1;
	stroke-width: 0;
	transition: all 2.5s .2s, fill-opacity .6s 2.7s, stroke-width .6s 2.7s
}

.modal-success {
	text-align: center;
	max-width: 520px;
	padding: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 22px;
	font-weight: 600
}

.modal-success svg {
	fill: #27ae60;
	stroke-dasharray: 232 232;
	stroke-dashoffset: 232;
	fill-opacity: 0;
	stroke: #27ae60;
	stroke-width: 3;
	width: 94px;
	height: 94px;
	margin-bottom: 14px
}

section,
header,
footer {
	width: 100%;
	padding: 0px 15px;
	box-sizing: border-box
}

@media (min-width:575.98px) {

	section,
	header,
	footer {
		padding: 0 calc(50% - 280px)
	}
}

@media (min-width:645.98px) {

	section,
	header,
	footer {
		padding: 0 calc(50% - 320px)
	}
}

@media (min-width:769px) {

	section,
	header,
	footer {
		padding: 0 calc(50% - 380px)
	}
}

@media (min-width:991.98px) {

	section,
	header,
	footer {
		padding: 0 calc(50% - 485px)
	}
}

@media (min-width:1199.98px) {

	section,
	header,
	footer {
		padding: 0 calc(50% - 515px)
	}
}

@media (min-width:1281px) {

	section,
	header,
	footer {
		padding: 0 calc(50% - 585px)
	}
}

::-moz-selection {
	background: #0276dd;
	color: #fff
}

::selection {
	background: #0276dd;
	color: #fff
}

body * {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

html>*:not(body):not(head) {
	display: none
}

[savefrom_lm_is_link] {
	display: none !important;
	visibility: hidden
}

.body--noscroll {
	overflow: hidden
}

body {
	line-height: 1.22
}

.menu {
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	width: 475px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #CA4546;
	z-index: 322;
	padding-left: 105px;
	padding-top: 144px;
	padding-bottom: 66px;
	transition: .3s ease;
	transform: translateX(100%)
}

.menu.active {
	transform: none
}

.menu__item {
	font-family: 'Geometria';
	font-weight: bold;
	font-size: 18px;
	color: #FBFBFB;
	transform: scaleY(1) translateY(10px);
	opacity: 0
}

.menu.active .menu__item {
	opacity: 1;
	transform: scale(1);
	transition: .3s ease .3s
}

.menu__close {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 1px solid #FBFBFB;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .2s ease;
	position: absolute;
	right: 16px;
	top: 16px
}

.menu__close:hover {
	background: rgba(255, 255, 255, 0.1)
}

.line {
	width: 100%;
	position: relative;
	pointer-events: none
}

.line-svg {
	display: none
}

.line svg {
	position: absolute;
	left: 0;
	top: 0
}

.line svg path {
	transition: .5s
}

.wow {
	visibility: hidden
}

.content {
	width: 100%;
	overflow: hidden
}

.btn {
	width: 270px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Geometria';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
	transition: .2s ease
}

.btn--primary {
	background: #ca4546;
	color: #FFFFFF
}

.btn--primary:hover {
	background: #c73737
}

.btn--blue {
	background: #383A55;
	color: #fff
}

.btn--blue:hover {
	background: #2d2f47
}

.marquee {
	font-family: 'Formular';
	font-size: 64px;
	line-height: 1.22;
	letter-spacing: .05em;
	text-transform: uppercase;
	display: block;
	position: relative;
	z-index: 3;
	padding-top: 32px;
	padding-bottom: 32px
}

.marquee--red {
	background: #CA4546;
	color: transparent;
	-webkit-text-stroke: 1px #fff
}

.marquee--blue {
	background: #27283E;
	color: transparent;
	-webkit-text-stroke: 1px #fff
}

.marquee--white {
	background: #F2F2F2;
	color: transparent;
	-webkit-text-stroke: 1px #333333
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 21px;
	position: relative;
	z-index: 1
}

.header-contact {
	display: flex;
	flex-direction: column;
	align-items: flex-end
}

.header-contact__link {
	font-family: 'Nickelodeon';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: .05em;
	color: #FFFFFF
}

.header-contact__sign {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #FFFFFF
}

.header-burger {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex !important;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	background: #FBFBFB;
	padding: 9px;
	cursor: pointer
}

.header-burger span {
	width: 38px;
	height: 2px;
	background: #CA4546;
	border-radius: 5px
}

.header-burger span:last-of-type {
	width: 30px
}

.header-burger span+span {
	margin-top: 4px
}

.section-background {
	position: relative;
	overflow: hidden
}

.section-background__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.section-background__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}

.started {
	position: relative;
	z-index: 1;
	padding-top: 44px;
	padding-bottom: 134px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.started-sempl {
	position: absolute;
	right: 0;
	top: 0
}

.started-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

.started__title {
	font-family: 'Formular';
	font-weight: 700;
	font-size: 64px;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: 1px #fff;
	margin-bottom: 20px
}

.started__subtitle {
	font-family: 'Formular';
	font-weight: 900;
	font-size: 67px;
	line-height: 1;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #F9F9F9;
	margin-bottom: 40px
}

.started__desc {
	font-family: 'Gagalin';
	font-size: 24px;
	color: #F9F9F9;
	margin-bottom: 70px
}

.started__link {
	font-family: 'Geometria';
	font-weight: bold;
	font-size: 16px;
	color: #F9F9F9;
	border-bottom: 2px solid #F9F9F9
}

.started-round {
	width: 594px;
	height: 594px;
	border-radius: 50%;
	border: 1px solid rgba(193, 193, 193, 0.7);
	position: relative
}

.started-round:after {
	content: '';
	position: absolute;
	left: 62px;
	top: 62px;
	right: 62px;
	bottom: 62px;
	border-radius: 50%;
	border: 1px solid rgba(193, 193, 193, 0.5)
}

.started-round:before {
	content: '';
	position: absolute;
	left: 124px;
	top: 124px;
	right: 124px;
	bottom: 124px;
	border-radius: 50%;
	border: 1px solid rgba(193, 193, 193, 0.2)
}

.started-round-item {
	font-family: 'Gagalin';
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	color: #F9F9F9;
	position: absolute;
	z-index: 1
}

.started-round-item:before {
	content: '';
	width: 32px;
	height: 36px;
	background: url("../img/icons/started-round-star--white.svg") no-repeat center / contain;
	position: absolute;
	bottom: 100%;
	left: calc(50% - 16px)
}

.started-round-item:nth-of-type(1) {
	left: -10px;
	top: 50%
}

.started-round-item:nth-of-type(2) {
	top: 190px;
	right: 90px
}

.started-round-item:nth-of-type(3) {
	right: -40px;
	bottom: 32px
}

.started-round__img {
	width: 32px;
	height: 36px;
	background: url("../img/icons/started-round-star--red.svg") no-repeat center / contain;
	position: absolute;
	z-index: 1
}

.started-round__img:nth-of-type(1) {
	left: 108px;
	top: calc(50% - 18px)
}

.started-round__img:nth-of-type(2) {
	right: 112px;
	top: 112px
}

.started-round__img:nth-of-type(3) {
	left: 62px;
	top: 72px
}

.about {
	display: flex;
	flex-wrap: wrap;
	padding-top: 100px;
	padding-bottom: 62px;
	position: relative
}

.about-star-1 {
	position: absolute;
	right: calc(50% + 186px);
	top: 42px
}

.about-star-1 img {
	transform: rotateZ(15deg)
}

.about-star-2 {
	position: absolute;
	right: calc(50% + 618px);
	top: 108px
}

.about-star-3 {
	position: absolute;
	right: calc(50% + 600px);
	top: 539px
}

.about-star-3 img {
	transform: rotateZ(15deg)
}

.about-star-4 {
	position: absolute;
	left: calc(50% + 169px);
	top: 738px;
	z-index: 3
}

.about-star-4 img {
	transform: rotateZ(10deg)
}

.about-star-5 {
	position: absolute;
	right: calc(50% - 10px);
	top: 622px
}

.about__line svg {
	left: auto;
	right: calc(50% + 200px);
	top: -30px;
	transform: translateY(-50%);
	fill: none;
	stroke: #C1C1C1;
	stroke-width: 1
}

.about__title {
	font-family: 'Formular';
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: 59px;
	text-transform: uppercase;
	color: #383A55;
	margin-bottom: 50px;
	width: 100%;
	position: relative;
	z-index: 1
}

.about-left {
	width: 50%
}

.about-right {
	width: 50%
}

.about-subtitle {
	font-family: 'Formular';
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #383A55;
	margin-bottom: 42px
}

.about-desc {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 40px
}

.about-desc span {
	text-transform: uppercase;
	font-weight: 700
}

.about-sign {
	font-family: 'Gagalin';
	font-style: normal;
	font-weight: normal;
	font-size: 72px;
	line-height: 1;
	margin-bottom: 26px;
	color: #D2D2D2
}

.about-img img {
	margin-left: auto;
	margin-right: auto
}

.about-puzzles {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 3;
	width: 653px;
	height: 455px;
	filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.5))
}

.about-puzzles:before {
	content: '';
	display: block;
	padding-bottom: 69.67840735%
}

.about-puzzles img {
	position: absolute
}

.about-puzzles img:nth-of-type(1) {
	width: 33.38437979%;
	left: 0;
	top: 21.0989011%
}

.about-puzzles img:nth-of-type(2) {
	width: 32.92496172%;
	left: 35.98774885%;
	top: 0
}

.about-puzzles img:nth-of-type(3) {
	width: 31.08728943%;
	left: 67.99387443%;
	top: 23.51648352%
}

.about-puzzles img:nth-of-type(4) {
	width: 28.0245023%;
	left: 6.7381317%;
	bottom: 0
}

.about-puzzles img:nth-of-type(5) {
	width: 33.07810107%;
	left: 32.92496172%;
	bottom: 0
}

.about-puzzles img:nth-of-type(6) {
	width: 29.24961715%;
	left: 64.01225115%;
	bottom: 0
}

.wework {
	padding-top: 36px;
	padding-bottom: 40px;
	background: #F2F2F2;
	position: relative
}

.wework-star-1 {
	position: absolute;
	right: calc(50% + 570px);
	top: 219px;
	z-index: 2
}

.wework-star-1 img {
	transform: rotateZ(15deg)
}

.wework__line {
	top: -90px;
	z-index: 1
}

.wework__title {
	font-family: 'Formular';
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: 1;
	text-align: right;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: 1px #383A55;
	box-sizing: border-box;
	margin-bottom: 12px;
	position: relative;
	z-index: 2
}

.wework__subtitle {
	font-family: 'Formular';
	font-weight: 900;
	font-size: 48px;
	line-height: 1;
	text-align: right;
	text-transform: uppercase;
	color: #CA4546;
	margin-bottom: 36px;
	position: relative;
	z-index: 2
}

.wework__sign {
	font-family: 'Gagalin';
	font-size: 24px;
	line-height: 29px;
	text-align: right;
	color: #383A55;
	margin-bottom: 24px;
	position: relative;
	z-index: 2
}

.wework-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none
}

.wework-img img {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	transition: .4s;
	opacity: 0 !important
}

.wework-img img.active {
	opacity: 1 !important;
	transition-delay: .2s
}

.wework-list {
	display: flex;
	flex-wrap: wrap
}

.wework-list__item:nth-of-type(n) {
	margin-right: 30px;
	width: calc(100% / 4 - (30px / 4 * (4 - 1)))
}

.wework-list__item:nth-of-type(4n) {
	margin-right: 0
}

.wework-list__item:nth-of-type(n+5) {
	margin-top: 30px
}

.wework-list__item:last-of-type {
	margin-right: 0
}

.wework-item {
	font-family: 'Geometria';
	line-height: 1.2;
	color: #333333;
	position: relative;
	min-height: 318px;
	transition: .4s;
	z-index: 2;
	cursor: pointer
}

.wework-item__content {
	padding: 20px 10px;
	position: relative;
	z-index: 1;
	background: #FBFBFB;
	transition: .4s;
	width: 100%;
	height: 100%
}

.wework-item__title {
	font-size: 18px;
	position: relative;
	z-index: 1
}

.wework-item__subtitle {
	font-size: 14px;
	position: relative;
	z-index: 1;
	margin-top: 20px
}

.wework-item__img {
	position: absolute;
	right: 10px;
	bottom: 20px;
	width: 138px;
	height: 138px
}

.wework-item__img svg {
	width: 100%;
	height: 100%;
	transition: .4s;
	fill: #D2D2D2
}

.wework-item:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: 2px solid rgba(0, 0, 0, 0);
	transition: .4s ease;
	opacity: 0;
	transform: translate3d(32px, 32px, 0)
}

.wework-item.active:before {
	transform: translate3d(16px, 16px, 0);
	opacity: 1;
	border: 2px solid #CA4546
}

.wework-item.active .wework-item__content {
	background: #CA4546;
	color: #fff
}

.wework-item.active .wework-item__img svg {
	fill: #C13C3D
}

.wework__btn {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto
}

.create {
	background: #383A55;
	padding-top: 118px;
	padding-bottom: 100px;
	display: flex
}

.create__title {
	font-family: 'Formular';
	font-weight: 900;
	font-size: 48px;
	line-height: 1;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: 1px #FBFBFB;
	box-sizing: border-box
}

.create__subtitle {
	font-family: 'Formular';
	font-weight: 900;
	font-size: 48px;
	line-height: 1;
	text-transform: uppercase;
	color: #CA4546;
	margin-bottom: 46px
}

.create__sign {
	font-family: 'Gagalin';
	font-size: 24px;
	line-height: 1;
	margin-bottom: 48px;
	color: #F9F9F9
}

.create__list {
	font-family: 'Geometria';
	font-size: 18px;
	color: #F9F9F9
}

.create__list li {
	position: relative;
	padding-left: 40px
}

.create__list li:before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 18px);
	width: 33px;
	height: 36px;
	background: url("../img/icons/started-round-star--red.svg") no-repeat center / contain
}

.create__list li+li {
	margin-top: 18px
}

.create__btn {
	margin-top: 40px
}

.create-content {
	position: relative;
	z-index: 1
}

.create-wrapper {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%
}

.create-round {
	min-width: 700px;
	width: 700px;
	height: 700px;
	border-radius: 50%;
	border: 1px solid rgba(251, 251, 251, 0.2);
	position: absolute;
	z-index: 0;
	right: -100px;
	top: calc(50% - 350px);
	display: flex;
	align-items: center;
	justify-content: center
}

.create-round:after {
	content: '';
	position: absolute;
	left: 72px;
	top: 72px;
	right: 72px;
	bottom: 72px;
	border-radius: 50%;
	border: 1px solid rgba(251, 251, 251, 0.2)
}

.create-round:before {
	content: '';
	position: absolute;
	left: 144px;
	top: 144px;
	right: 144px;
	bottom: 144px;
	border-radius: 50%;
	border: 1px solid rgba(251, 251, 251, 0.2)
}

.create-round__star {
	width: 32px;
	height: 36px;
	background: url("../img/icons/started-round-star--white.svg") no-repeat center / contain;
	position: absolute;
	z-index: 1;
	opacity: .2
}

.create-round__star:nth-of-type(1) {
	left: 152px;
	top: 30px
}

.create-round__star:nth-of-type(2) {
	left: 85px;
	top: 202px
}

.create-round__star:nth-of-type(3) {
	top: 118px;
	right: 153px
}

.create-round__star:nth-of-type(4) {
	right: 72px;
	bottom: 93px
}

.create-round__star:nth-of-type(5) {
	background: url("../img/icons/started-round-star--red.svg") no-repeat center / contain;
	opacity: 1;
	top: 2px;
	right: 222px
}

.create-round__dots {
	position: absolute;
	right: 60px;
	top: 32px;
	z-index: 2
}

.create-round__img {
	position: relative;
	display: block;
	z-index: 1;
	pointer-events: none
}

.produsser {
	padding-top: 130px;
	padding-bottom: 60px;
	position: relative
}

.produsser-star-1 {
	position: absolute;
	left: calc(50% + 62px);
	bottom: 53px;
	z-index: 3
}

.produsser-star-1 img {
	transform: rotateZ(10deg)
}

.produsser__line {
	top: -146px;
	z-index: 2
}

.produsser__title {
	color: #383A55;
	font-family: 'Formular';
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	position: relative;
	z-index: 3;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 25px
}

.produsser__title span {
	color: transparent;
	-webkit-text-stroke: 1px #383A55
}

.produsser__subtitle {
	font-family: 'Gagalin';
	font-size: 24px;
	line-height: 1.2;
	text-align: right;
	margin-bottom: 8px;
	color: #383A55;
	position: relative;
	z-index: 3
}

.produsser__img {
	position: absolute;
	right: calc(50% + 212px);
	bottom: 86px;
	pointer-events: none;
	z-index: 3;
	max-height: 550px;
	height: 100%
}

.produsser__img img {
	display: block;
	max-width: 800px;
	height: 100%;
	object-fit: cover;
	object-position: left;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: .6s ease
}

.produsser__img img.active {
	opacity: 1
}

.produsser-list {
	width: 770px;
	margin-left: auto;
	max-width: 100%;
	position: relative;
	z-index: 3;
	display: flex;
	flex-wrap: wrap
}

.produsser-list__item:nth-of-type(n) {
	margin-right: 20px;
	width: calc(100% / 3 - (20px / 3 * (3 - 1)))
}

.produsser-list__item:nth-of-type(3n) {
	margin-right: 0
}

.produsser-list__item:nth-of-type(n+4) {
	margin-top: 78px
}

.produsser-list__item:last-of-type {
	margin-right: 0
}

.produsser-item {
	cursor: pointer
}

.produsser-item__img {
	margin-bottom: 15px
}

.produsser-item__img img {
	display: block;
	margin-left: auto
}

.produsser-item__title {
	font-family: 'Geometria';
	font-size: 18px;
	text-align: right;
	color: #333333
}

.produsser__btn {
	margin-left: auto;
	margin-top: 50px
}

.event {
	background: #383A55;
	padding-top: 96px;
	padding-bottom: 50px;
	position: relative
}

.event-star-1 {
	position: absolute;
	left: calc(50% + 284px);
	top: 76px;
	z-index: 2
}

.event-star-1 img {
	transform: rotateZ(10deg)
}

.event__line {
	top: -110px
}

.event__title {
	font-family: 'Formular';
	font-weight: 900;
	font-size: 48px;
	position: relative;
	z-index: 3;
	text-transform: uppercase;
	color: #CA4546
}

.event__title span {
	color: transparent;
	-webkit-text-stroke: 1px #F2F2F2
}

.event__subtitle {
	font-family: 'Formular';
	font-weight: 900;
	font-size: 48px;
	text-transform: uppercase;
	color: #FBFBFB;
	margin-bottom: 20px
}

.event-round {
	display: flex;
	align-items: center;
	justify-content: center
}

.event-content {
	position: relative
}

.event-content-item {
	position: absolute;
	white-space: nowrap;
	font-family: 'Geometria';
	font-size: 18px;
	text-align: right;
	color: #F8F4F4;
	padding-right: 42px
}

.event-content-item:after {
	content: '';
	display: inline-block;
	width: 32px;
	height: 36px;
	background: url("../img/icons/started-round-star--white.svg") no-repeat center / contain;
	position: absolute;
	right: 0;
	top: -10px
}

.event-content-item:nth-of-type(1) {
	right: calc(100% + 48px);
	top: 103px
}

.event-content-item:nth-of-type(2) {
	right: calc(100% + 75px);
	top: 208px
}

.event-content-item:nth-of-type(3) {
	right: calc(100% + 72px);
	top: 312px
}

.event-content-item:nth-of-type(4) {
	right: calc(100% + 21px);
	top: 443px
}

.event-content-item:nth-of-type(5) {
	left: calc(100% + 46px);
	top: 103px
}

.event-content-item:nth-of-type(6) {
	left: calc(100% + 76px);
	top: 208px
}

.event-content-item:nth-of-type(7) {
	left: calc(100% + 72px);
	top: 312px
}

.event-content-item:nth-of-type(8) {
	left: calc(100% + 21px);
	top: 443px
}

.event-content-item:nth-of-type(5),
.event-content-item:nth-of-type(6),
.event-content-item:nth-of-type(7),
.event-content-item:nth-of-type(8) {
	padding-right: 0;
	padding-left: 42px;
	text-align: left
}

.event-content-item:nth-of-type(5):after,
.event-content-item:nth-of-type(6):after,
.event-content-item:nth-of-type(7):after,
.event-content-item:nth-of-type(8):after {
	right: auto;
	left: 0
}

.event-content-slider {
	width: 518px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.event-content-slider:before {
	content: '';
	position: absolute;
	left: -94px;
	top: -94px;
	bottom: -94px;
	right: -94px;
	border: 1px solid rgba(251, 251, 251, 0.2);
	border-radius: 50%
}

.event-content-slider::after {
	content: '';
	position: absolute;
	left: -186px;
	top: -186px;
	bottom: -186px;
	right: -186px;
	border: 1px solid rgba(251, 251, 251, 0.2);
	border-radius: 50%
}

.event-content-img {
	position: relative;
	padding-bottom: 100%;
	width: 100%;
	max-width: 100%
}

.event-content-img img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	object-position: top
}

.event__btn {
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1
}

.success {
	padding-top: 100px;
	padding-bottom: 56px;
	display: flex;
	flex-wrap: wrap;
	position: relative
}

.success-star-1 {
	position: absolute;
	left: calc(50% + 427px);
	top: 218px;
	z-index: 3
}

.success-star-1 img {
	transform: rotateZ(15deg)
}

.success-star-2 {
	position: absolute;
	right: calc(50% + 788px);
	bottom: 99px;
	z-index: 3
}

.success-star-2 img {
	transform: rotateZ(10deg)
}

.success__line svg {
	left: calc(50% - 960px);
	top: -110px;
	z-index: 2
}

.success__line svg path {
	transition: 0s
}

.success__title {
	font-family: 'Formular';
	font-weight: 900;
	font-size: 48px;
	line-height: 1.22;
	text-transform: uppercase;
	color: #C84646
}

.success__subtitle {
	font-family: 'Formular';
	font-weight: 900;
	font-size: 48px;
	line-height: 1.22;
	text-align: right;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: 2px #CA4546;
	margin-left: auto;
	position: relative;
	z-index: 3
}

.success-img {
	width: 50%
}

@media screen and (min-width:646px) {
	.success-img {
		transform: none !important
	}
}

.success-list {
	margin-top: 40px;
	width: 50%;
	position: relative;
	z-index: 3
}

.success-list__title {
	font-family: 'Gagalin';
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	color: #383A55;
	margin-bottom: 42px
}

.success-list__item {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	padding-left: 40px;
	position: relative
}

.success-list__item:before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 18px);
	width: 33px;
	height: 36px;
	background: url("../img/icons/started-round-star--red.svg") no-repeat center / contain
}

.success-list__item+.success-list__item {
	margin-top: 24px
}

.success__mark {
	width: 538px;
	height: 126px;
	padding-left: 40px;
	padding-top: 5px;
	background: #383A55;
	font-family: 'Formular';
	font-weight: 900;
	font-size: 48px;
	line-height: 1.22;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: 2px #F2F2F2;
	position: absolute;
	right: calc(100% - 40px);
	top: calc(50% - 63px)
}

.success__desc {
	width: calc(100% - 498px);
	background: #C84646;
	padding-top: 53px;
	padding-bottom: 66px;
	margin-top: 28px;
	font-family: 'Geometria';
	font-size: 18px;
	text-align: center;
	color: #FBFBFB;
	position: relative;
	margin-left: auto
}

.control {
	background: #F2F2F2;
	padding-top: 56px;
	padding-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start
}

.control__left {
	width: 50%
}

.control__right {
	width: 50%;
	position: relative
}

.control-star {
	position: absolute;
	bottom: -188px;
	right: 1100px
}

.control__title {
	width: 100%;
	font-family: 'Formular';
	font-weight: 900;
	font-size: 48px;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: 1px #383A55
}

.control__subtitle {
	width: 100%;
	font-family: 'Formular';
	font-weight: 900;
	font-size: 48px;
	text-transform: uppercase;
	color: #CA4546;
	margin-bottom: 60px
}

.control__desc {
	font-family: 'Formular';
	font-style: normal;
	font-weight: 900;
	font-size: 30px;
	text-transform: uppercase;
	color: #383A55;
	margin-bottom: 30px;
	position: relative;
	z-index: 3
}

.control__img {
	position: relative;
	z-index: 1
}

.control__img img {
	transform: translateX(-154px)
}

.control-list__item {
	display: flex;
	align-items: center;
	font-family: 'Geometria';
	font-size: 14px;
	font-weight: 600;
	color: #333333
}

@media screen and (min-width:768px) {
	.control-list__item {
		transition: .5s ease;
		transform: translateX(100%);
		opacity: 0;
		pointer-events: none
	}

	.control-list__item.active {
		transform: none;
		opacity: 1;
		pointer-events: all
	}
}

.control-list__num {
	margin-right: 10px;
	font-family: 'Formular';
	min-width: 56px;
	width: 56px;
	font-weight: 900;
	font-size: 40px;
	line-height: 49px;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: 1px #383A55;
	box-sizing: border-box
}

.control-list__item:nth-of-type(2n) .control-list__num {
	-webkit-text-stroke: 1px #CA4546
}

.control-list__sign {
	font-family: 'Gagalin';
	font-size: 24px;
	position: relative;
	z-index: 3;
	color: #333551;
	position: absolute;
	bottom: 0;
	right: -204px
}

.principe {
	padding-top: 89px;
	padding-bottom: 100px;
	background: #C13C3D
}

.principe__title {
	font-family: 'Formular';
	font-weight: 900;
	font-size: 48px;
	line-height: 1.22;
	text-transform: uppercase;
	color: #F9F9F9;
	margin-bottom: 70px;
	position: relative;
	z-index: 3
}

.principe-list {
	display: flex;
	flex-wrap: wrap
}

.principe-list__item:nth-of-type(n) {
	margin-right: 30px;
	width: calc(100% / 4 - (30px / 4 * (4 - 1)))
}

.principe-list__item:nth-of-type(4n) {
	margin-right: 0
}

.principe-list__item:nth-of-type(n+5) {
	margin-top: 30px
}

.principe-list__item:last-of-type {
	margin-right: 0
}

.principe-item {
	z-index: 3;
	font-family: 'Geometria';
	line-height: 1.2;
	color: #333333;
	position: relative;
	min-height: 318px;
	transition: .4s;
	cursor: pointer
}

.principe-item__content {
	padding: 20px 18px;
	position: relative;
	z-index: 1;
	background: #FBFBFB;
	transition: .4s;
	width: 100%;
	height: 100%
}

.principe-item__title {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5
}

.principe-item__desc {
	font-family: 'Geometria';
	font-size: 14px;
	line-height: 1.22;
	position: relative;
	z-index: 1;
	margin-top: 20px
}

.principe-item__img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 138px;
	height: 138px
}

.principe-item__img svg {
	width: 100%;
	height: 100%;
	transition: .4s;
	fill: #D2D2D2
}

.principe-item:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: 2px solid rgba(0, 0, 0, 0);
	transition: .4s ease;
	opacity: 0;
	transform: translate3d(32px, 32px, 0)
}

.principe-item:hover:before {
	transform: translate3d(16px, 16px, 0);
	opacity: 1;
	border: 2px solid #333551
}

.principe-item:hover .principe-item__content {
	background: #333551;
	color: #fff
}

.principe-item:hover .principe-item__img svg {
	fill: #383A55
}

.expirience {
	padding-top: 46px;
	padding-bottom: 36px
}

.expirience-cover {
	position: relative
}

.expirience-star-1 {
	position: absolute;
	left: calc(50% + 339px);
	top: 113px;
	z-index: 3
}

.expirience-star-1 img {
	transform: rotateZ(15deg)
}

.expirience-star-2 {
	position: absolute;
	right: calc(50% + 741px);
	top: 327px;
	z-index: 3
}

.expirience-star-2 img {
	transform: rotateZ(15deg)
}

.expirience-star-3 {
	position: absolute;
	right: calc(50% + 585px);
	bottom: 249px;
	z-index: 3
}

.expirience-star-3 img {
	transform: rotateZ(15deg)
}

.expirience__title {
	font-family: 'Formular';
	font-weight: 900;
	font-size: 48px;
	line-height: 1.22;
	text-transform: uppercase;
	color: #F9F9F9;
	color: transparent;
	-webkit-text-stroke: 1px #383A55;
	position: relative;
	z-index: 3
}

.expirience__subtitle {
	font-family: 'Formular';
	font-weight: 900;
	font-size: 48px;
	line-height: 1.22;
	text-transform: uppercase;
	color: #CA4546;
	margin-bottom: 20px;
	position: relative;
	z-index: 3
}

.expirience__desc {
	font-family: 'Gagalin';
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	position: relative;
	z-index: 3;
	color: #383A55;
	margin-bottom: 32px
}

.expirience-list {
	display: flex;
	flex-wrap: wrap
}

.expirience-list__item:nth-of-type(n) {
	margin-right: 32px;
	width: calc(100% / 3 - (32px / 3 * (3 - 1)))
}

.expirience-list__item:nth-of-type(3n) {
	margin-right: 0
}

.expirience-list__item:nth-of-type(n+4) {
	margin-top: 54px
}

.expirience-list__item:last-of-type {
	margin-right: 0
}

.expirience-item {
	position: relative;
	z-index: 3
}

.expirience-item__img {
	margin-bottom: 60px;
	width: 368px;
	max-width: 100%;
	position: relative
}

.expirience-item__img::after {
	content: '';
	display: inline-block;
	height: 0;
	width: 100%;
	padding-bottom: 59.7826087%
}

.expirience-item__img img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: scale-down
}

.expirience-item__title {
	font-family: 'Geometria';
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #181A26
}

.expirience-item-list {
	display: flex;
	flex-direction: column;
	align-items: center
}

.expirience-item-list__item {
	display: flex;
	align-items: center;
	font-family: 'Geometria';
	font-size: 18px;
	color: #333333
}

.expirience-item-list__item+.expirience-item-list__item {
	margin-top: 16px
}

.expirience-item-list__item span {
	font-family: 'Formular';
	font-weight: 900;
	font-size: 48px;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: 1px #CA4546;
	margin-right: 18px
}

.expirience__btn {
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 3
}

.expirience-star {
	position: absolute;
	left: 800px;
	bottom: 10px
}

.creator {
	padding-top: 56px;
	padding-bottom: 20px;
	background: #383A55 url("../img/icons/creator-dots.svg") no-repeat;
	background-position: 100px 100px;
	position: relative
}

.creator-star-1 {
	position: absolute;
	right: calc(50% + 627px);
	top: 362px;
	z-index: 3
}

.creator-star-1 img {
	transform: rotateZ(15deg)
}

.creator__title {
	font-family: 'Formular';
	font-weight: 900;
	font-size: 48px;
	z-index: 4;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	margin-bottom: 24px
}

.creator__title span {
	color: #CA4546
}

.creator__desc {
	font-family: 'Geometria';
	font-size: 18px;
	z-index: 3;
	color: #FBFBFB;
	width: 570px;
	max-width: 100%;
	margin-left: 200px;
	position: relative
}

.creator__desc p+p {
	margin-top: 24px
}

.creator__img {
	display: none
}

.creator-sempl-left {
	position: absolute;
	right: calc(100% + 12px);
	bottom: 60px
}

.creator-sempl-left img {
	max-width: none;
	display: block
}

.creator-sempl-right {
	position: absolute;
	left: calc(100% + 30px);
	bottom: 0;
	pointer-events: none
}

.creator-sempl-right img {
	max-width: none;
	display: block
}

.team {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px
}

.team-cover {
	position: relative
}

.team-star-1 {
	position: absolute;
	left: calc(50% + 558px);
	top: 190px;
	z-index: 3
}

.team-star-1 img {
	transform: rotateZ(15deg)
}

.team__title {
	font-family: 'Formular';
	font-weight: 900;
	font-size: 48px;
	line-height: 59px;
	text-transform: uppercase;
	position: relative;
	z-index: 3;
	color: #CA4546;
	margin-bottom: 50px
}

.team__title span {
	color: transparent;
	-webkit-text-stroke: 1px #383A55
}

.team-item {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 3
}

.team-item__top {
	margin-bottom: 52px
}

.team-item__img {
	width: 470px;
	max-width: 100%;
	position: relative
}

.team-item__img::after {
	content: '';
	display: inline-block;
	height: 0;
	width: 100%;
	padding-bottom: 75.31914894%
}

.team-item__img:before {
	content: '';
	width: 252px;
	height: 278px;
	position: absolute;
	top: -26px;
	border: 4px solid #CA4546
}

.team-item__img img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1
}

.team-item__info {
	background: #CA4546;
	margin-top: -55px;
	position: relative;
	z-index: 1;
	padding: 30px 28px 22px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.team-item:nth-of-type(2n) .team-item__img {
	margin-right: auto
}

.team-item:nth-of-type(2n) .team-item__img:before {
	right: -30px
}

.team-item:nth-of-type(2n) .team-item__info {
	margin-left: auto
}

.team-item:nth-of-type(2n-1) .team-item__img {
	margin-left: auto
}

.team-item:nth-of-type(2n-1) .team-item__img:before {
	left: -30px
}

.team-item:nth-of-type(2n-1) .team-item__info {
	margin-right: auto
}

.team-item__name {
	font-family: 'Formular';
	font-weight: 900;
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: #FBFBFB
}

.team-item__status {
	font-family: 'Gagalin';
	font-size: 24px;
	line-height: 1;
	color: #FBFBFB
}

.team-item-list {
	font-family: 'Geometria';
	font-size: 18px;
	color: #333333
}

.team-item-list li {
	padding-left: 40px;
	position: relative
}

.team-item-list li:before {
	content: '';
	position: absolute;
	left: 0;
	top: -8px;
	width: 33px;
	height: 36px;
	background: url("../img/icons/started-round-star--red.svg") no-repeat center / contain
}

.team-item-list li+li {
	margin-top: 24px
}

.team-slider {
	position: relative;
	z-index: 3
}

.team-slider .swiper-slide {
	opacity: 0;
	pointer-events: none;
	transition: .2s ease
}

.team-slider .swiper-slide.visible-slide {
	opacity: 1;
	pointer-events: all
}

.team-slider-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 52px
}

.team-slider-pagination .swiper-pagination-bullet {
	width: 24px;
	height: 33px;
	background: url(../img/icons/started-round-star--pagination-bullet.svg) no-repeat center / contain
}

.team-slider-pagination .swiper-pagination-bullet-active {
	background: url(../img/icons/started-round-star--pagination-bullet-active.svg) no-repeat center / contain
}

.team-slider-next,
.team-slider-prev {
	width: 72px;
	height: 50px;
	background: #F2F2F2;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: 152px;
	transition: .2s ease
}

.team-slider-next:hover,
.team-slider-prev:hover {
	background: #383A55
}

.team-slider-next:hover svg,
.team-slider-prev:hover svg {
	fill: #fff
}

.team-slider-next svg,
.team-slider-prev svg {
	width: 40px;
	height: 8px;
	transition: .2s ease;
	fill: #D2D2D2
}

.team-slider-prev {
	right: calc(100% + 60px)
}

.team-slider-next {
	left: calc(100% + 60px)
}

.team-slider-next svg {
	transform: scaleX(-1)
}

.stage {
	background: #F2F2F2;
	padding-top: 58px;
	padding-bottom: 96px
}

.stage__title {
	font-family: 'Formular';
	font-weight: 900;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 50px;
	color: #383A55
}

.stage-list {
	display: flex;
	flex-wrap: wrap
}

.stage-list__item:nth-of-type(n) {
	margin-right: 30px;
	width: calc(100% / 3 - (30px / 3 * (3 - 1)))
}

.stage-list__item:nth-of-type(3n) {
	margin-right: 0
}

.stage-list__item:nth-of-type(n+4) {
	margin-top: 76px
}

.stage-list__item:last-of-type {
	margin-right: 0
}

.stage-item {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 3
}

.stage-item__img {
	width: 370px;
	height: 370px;
	position: relative;
	padding: 40px;
	border-radius: 50%;
	margin-bottom: 36px;
	border: 2px solid #C84646
}

.stage-item__img:before {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	background: url("../img/icons/stage-rectangle.svg") no-repeat center / contain;
	left: 16px;
	bottom: -10px
}

.stage-item__img:after {
	content: '';
	position: absolute;
	width: 168px;
	height: 124px;
	right: 0;
	top: -14px;
	background: url("../img/icons/stage-triangle.svg") no-repeat center / contain
}

.stage-item__img img {
	border-radius: 50%;
	display: block;
	position: relative;
	z-index: 1;
	pointer-events: none
}

.stage-item__name {
	font-family: 'Formular';
	font-weight: 900;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: 1px #383A55
}

.stage-item__sirname {
	font-family: 'Formular';
	font-weight: 900;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #CA4546
}

.section-sign {
	position: relative;
	z-index: 3;
	font-family: 'Formular';
	font-weight: 900;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase
}

.section-sign--red {
	background: #C84646;
	color: #F2F2F2
}

.section-sign__title {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	position: relative
}

.section-sign__title:before {
	content: '';
	width: 56px;
	height: 36px;
	position: absolute;
	left: 0;
	top: -10px;
	background: url("../img/icons/section-sign-quote.svg") no-repeat center / contain
}

.question {
	padding-top: 62px
}

.question__title {
	font-family: 'Formular';
	font-weight: 900;
	font-size: 48px;
	position: relative;
	z-index: 3;
	text-transform: uppercase;
	color: #383A55
}

.question__subtitle {
	font-family: 'Formular';
	font-weight: 900;
	font-size: 48px;
	position: relative;
	z-index: 3;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: 1px #383A55;
	margin-bottom: 50px
}

.question-item {
	border-bottom: 1px solid #D2D2D2;
	z-index: 3;
	position: relative;
	background: #fff
}

.question-item__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px;
	transition: .4s ease;
	cursor: pointer
}

.question-item__link.active {
	background: #CA4546
}

.question-item__num {
	font-family: 'Geometria';
	font-weight: 500;
	font-size: 18px;
	width: 32px;
	margin-right: 28px;
	transition: .4s ease;
	color: #D2D2D2
}

.question-item.active .question-item__num {
	color: #C13C3D
}

.question-item__title {
	flex-grow: 1;
	font-family: 'Geometria';
	font-weight: 500;
	font-size: 18px;
	transition: .4s ease;
	color: #333333
}

.question-item.active .question-item__title {
	color: #fff
}

.question-item__arrow {
	min-width: 29px;
	width: 29px;
	height: 15px
}

.question-item__arrow svg {
	width: 100%;
	height: 100%;
	display: block;
	stroke: #D2D2D2;
	transition: .4s ease
}

.question-item.active .question-item__arrow svg {
	fill: #fff;
	transform: scaleY(-1)
}

.question-item__desc {
	font-family: 'Geometria';
	font-size: 18px;
	overflow: hidden;
	color: #333333;
	max-height: 0;
	transition: .5s ease
}

.question-item__desc p {
	padding-bottom: 40px;
	padding-top: 40px;
	padding-left: 100px;
	padding-right: 70px;
	margin: 0
}

.learn {
	padding-top: 30px;
	padding-bottom: 226px;
	position: relative;
	z-index: 3
}

.learn__title {
	font-family: 'Formular';
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: 1.22;
	text-transform: uppercase;
	margin-bottom: 70px;
	color: #383A55
}

.learn-list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1
}

.learn-list__item:nth-of-type(n) {
	margin-right: 32px;
	width: calc(100% / 3 - (32px / 3 * (3 - 1)))
}

.learn-list__item:nth-of-type(3n) {
	margin-right: 0
}

.learn-list__item:nth-of-type(n+4) {
	margin-top: 32px
}

.learn-list__item:last-of-type {
	margin-right: 0
}

.learn-item {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	cursor: pointer
}

.learn-item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}

.learn-item__btn {
	position: relative;
	z-index: 1;
	width: 150px;
	height: 150px;
	background: #CA4546;
	font-family: 'Geometria';
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	color: #FBFBFB;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	opacity: 0;
	transform: scale(.9);
	transition: .5s ease
}

.learn-item__title {
	font-family: 'Formular';
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	left: 0;
	width: 100%;
	top: calc(100% + 10px)
}

.learn-item:hover .learn-item__btn {
	opacity: 1;
	transform: none
}

.learn-star {
	position: absolute;
	left: 1228px;
	bottom: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.pray {
	background: #CA4546;
	padding-top: 100px
}

.pray__title {
	font-family: 'Formular';
	font-weight: 900;
	font-size: 48px;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	color: #F2F2F2;
	margin-bottom: 36px
}

.pray__subtitle {
	font-family: 'Gagalin';
	font-size: 24px;
	z-index: 1;
	color: #F2F2F2;
	position: relative;
	padding-left: 40px
}

.pray__subtitle:before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 18px);
	width: 33px;
	height: 36px;
	background: url("../img/icons/started-round-star--blue.svg") no-repeat center / contain
}

.pray-form {
	padding: 136px 100px 40px;
	margin-bottom: -100px;
	background: #C13C3D;
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1
}

.pray-form-cover {
	position: relative;
	z-index: 3
}

.pray-form__title {
	width: 100%;
	font-family: 'Geometria';
	font-size: 18px;
	color: #F2F2F2;
	margin-bottom: 40px
}

.pray-form-field {
	width: calc(50% - 15px)
}

.pray-form-field input {
	width: 100%;
	padding: 26px;
	border: none
}

.pray-form-field+.pray-form-field {
	margin-left: 30px
}

.pray-form__btn {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto
}

.pray-form__img {
	position: absolute;
	right: 0;
	bottom: 100%
}

.pray-form__img img {
	display: block
}

.pray-form--modal {
	margin-top: 0;
	margin-bottom: 0;
	padding: 40px;
	max-width: 600px
}

.pray-form--modal .pray-form__title {
	text-align: center;
	font-size: 24px;
	font-family: 'Formular';
	font-weight: 600
}

.pray-ellipses {
	width: 887px;
	height: 887px;
	border-radius: 50%;
	position: relative
}

.pray-ellipses--white {
	border: 2px solid #F2F2F2
}

.pray-ellipses--red {
	border: 2px solid #C13C3D
}

.pray-ellipses:after,
.pray-ellipses:before {
	content: '';
	position: absolute;
	border: inherit;
	border-radius: 50%
}

.pray-ellipses:before {
	left: 90px;
	top: 90px;
	right: 90px;
	bottom: 90px
}

.pray-ellipses:after {
	left: 180px;
	top: 180px;
	right: 180px;
	bottom: 180px
}

.pray__sempl-1 {
	position: absolute;
	left: 0;
	top: -336px;
	z-index: 1;
	opacity: .8;
	pointer-events: none
}

.pray__sempl-2 {
	pointer-events: none;
	height: 548px;
	overflow: hidden;
	position: absolute;
	left: -2px;
	top: 0;
	z-index: 1;
	display: flex;
	align-items: flex-end
}

.contact {
	padding-top: 151px;
	padding-bottom: 50px;
	overflow: hidden;
	background: #383A55
}

.contact-cover {
	position: relative;
	z-index: 2
}

.contact__title {
	font-family: 'Formular';
	font-weight: 900;
	font-size: 48px;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	color: #FBFBFB;
	margin-bottom: 88px
}

.contact__subtitle {
	font-family: 'Formular';
	font-weight: 900;
	font-size: 30px;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: 1px #FBFBFB
}

.contact__link {
	font-family: 'Formular';
	display: block;
	font-weight: 900;
	font-size: 30px;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	margin-bottom: 52px;
	color: #FBFBFB
}

.contact-soc {
	display: flex;
	position: relative;
	z-index: 1
}

.contact-soc__item {
	font-family: 'Geometria';
	font-size: 18px;
	display: flex;
	align-items: center;
	color: #FBFBFB
}

.contact-soc__item:hover {
	text-decoration: underline
}

.contact-soc__item+.contact-soc__item {
	margin-left: 40px
}

.contact-soc__item img {
	width: 24px;
	height: 24px;
	margin-right: 10px
}

.contact-left {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

.contact-map {
	position: absolute;
	left: 200px;
	bottom: -22px
}

.contact-map-star {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	max-width: 12%
}

.contact-star {
	position: absolute;
	right: 1280px;
	bottom: -200px
}

.sempl-cover {
	position: relative;
	width: 100%;
	display: block;
	height: 0;
	pointer-events: none
}

@media (pointer:coarse) {
	.learn-item__btn {
		opacity: 1;
		transform: scale(1)
	}
}

@media (max-width:1600px) {
	.control-list__sign {
		position: relative;
		right: 0;
		bottom: 0;
		margin-top: 32px;
		transform: none !important
	}
}

@media (max-width:1440px) {
	.creator {
		background-image: none
	}

	.team-slider-next {
		left: auto;
		right: 15px
	}

	.team-slider-prev {
		right: auto;
		left: 15px
	}

	.produsser__img img {
		max-width: calc(50vw - 212px);
		object-position: center
	}
}

@media (max-width:1440px) and (max-height:768px) and (orientation:landscape) {
	.wework-item {
		min-height: 300px
	}

	.wework__subtitle {
		margin-bottom: 16px
	}

	.produsser__title {
		font-size: 44px
	}

	.produsser {
		padding-top: 40px
	}

	.produsser-list {
		display: flex;
		flex-wrap: wrap
	}

	.produsser-list__item:nth-of-type(n) {
		margin-right: 20px;
		width: calc(100% / 3 - (20px / 3 * (3 - 1)))
	}

	.produsser-list__item:nth-of-type(3n) {
		margin-right: 0
	}

	.produsser-list__item:nth-of-type(n+4) {
		margin-top: 30px
	}

	.produsser-list__item:last-of-type {
		margin-right: 0
	}

	.produsser__img {
		max-height: 480px
	}

	.produsser__img img {
		max-width: 660px
	}

	.about__title {
		margin-bottom: 30px
	}

	.about-desc {
		margin-bottom: 20px
	}

	.event-content-slider {
		width: 418px
	}

	.event-content-item:nth-of-type(5),
	.event-content-item:nth-of-type(1) {
		top: 60px
	}

	.event-content-item:nth-of-type(6),
	.event-content-item:nth-of-type(2) {
		top: 142px
	}

	.event-content-item:nth-of-type(7),
	.event-content-item:nth-of-type(3) {
		top: 232px
	}

	.event-content-item:nth-of-type(8),
	.event-content-item:nth-of-type(4) {
		top: 323px
	}

	.event-content-item:nth-of-type(8) {
		left: calc(100% + 48px)
	}

	.event-content-item:nth-of-type(4) {
		right: calc(100% + 53px)
	}

	.event__title {
		font-size: 42px
	}

	.event__subtitle {
		font-size: 42px
	}

	.event__btn {
		margin-top: 25px
	}

	.control__title,
	.control__subtitle {
		font-size: 42px
	}

	.control__subtitle {
		margin-bottom: 22px
	}

	.control-list__item {
		line-height: 1.1
	}

	.control-list__num {
		line-height: 44px
	}

	.control-list__sign {
		margin-top: 20px
	}

	.expirience-item__img {
		margin-bottom: 30px
	}

	.creator__title {
		font-size: 42px
	}

	.creator__desc {
		font-size: 17px
	}

	.team-item-list {
		font-size: 16px
	}

	.team-item__top {
		margin-bottom: 32px
	}

	.team-item__img {
		height: 300px
	}

	.team-item__name {
		font-size: 28px;
		margin-bottom: 8px
	}

	.team-item__status {
		font-size: 22px
	}

	.stage-item__img {
		padding: 22px;
		width: 300px;
		height: 300px;
		margin-bottom: 24px
	}

	.stage-list {
		display: flex;
		flex-wrap: wrap
	}

	.stage-list__item:nth-of-type(n) {
		margin-right: 30px;
		width: calc(100% / 3 - (30px / 3 * (3 - 1)))
	}

	.stage-list__item:nth-of-type(3n) {
		margin-right: 0
	}

	.stage-list__item:nth-of-type(n+4) {
		margin-top: 30px
	}

	.stage-list__item:last-of-type {
		margin-right: 0
	}

	.learn {
		padding-bottom: 126px
	}

	.started {
		padding-top: 24px;
		padding-bottom: 38px
	}

	.started-round {
		width: 568px;
		height: 568px;
		margin-top: -32px
	}

	.started__desc {
		margin-bottom: 48px
	}

	.started__subtitle {
		font-size: 62px
	}

	.started__title {
		font-size: 62px
	}
}

@media (max-height:920px) {
	.stage-item__img {
		padding: 20px;
		width: 290px;
		height: 290px;
		margin-bottom: 16px
	}

	.stage-list {
		display: flex;
		flex-wrap: wrap
	}

	.stage-list__item:nth-of-type(n) {
		margin-right: 32px;
		width: calc(100% / 3 - (32px / 3 * (3 - 1)))
	}

	.stage-list__item:nth-of-type(3n) {
		margin-right: 0
	}

	.stage-list__item:nth-of-type(n+4) {
		margin-top: 32px
	}

	.stage-list__item:last-of-type {
		margin-right: 0
	}

	.stage-item__name,
	.stage-item__sirname {
		line-height: 1
	}

	.stage__title {
		margin-bottom: 30px
	}
}

@media (max-width:1380px) {
	.produsser__img {
		position: absolute;
		right: calc(50% + 138px)
	}

	.produsser-list {
		width: 700px
	}

	.produsser__img img {
		max-width: calc(50vw - 138px);
		object-position: center
	}
}

@media (max-width:1280px) {
	.produsser-list {
		width: 600px
	}
}

@media (max-width:1250px) {
	.about-sign {
		font-size: 58px
	}

	.success__desc {
		padding-left: 40px;
		padding-right: 40px
	}

	.success__desc br {
		display: none
	}

	.success__mark {
		padding-left: 20px;
		padding-right: 20px
	}

	.create__list li {
		text-shadow: 0 0 5px #383A55, 0 0 5px #383A55, 0 0 5px #383A55, 0 0 5px #383A55, 0 0 5px #383A55, 0 0 5px #383A55
	}

	.produsser-item__title {
		text-shadow: 0 0 5px #fff, 0 0 10px #fff
	}

	.produsser {
		padding-top: 80px
	}

	.event-content {
		width: 738px;
		max-width: 100%
	}

	.event-content-list {
		display: flex;
		flex-wrap: wrap
	}

	.event-content-item {
		position: relative;
		left: 0 !important;
		top: 0 !important;
		bottom: 0 !important;
		right: 0 !important;
		width: 50%;
		margin-bottom: 10px
	}

	.event-content-item:nth-of-type(1) {
		order: 9
	}

	.event-content-item:nth-of-type(2) {
		order: 3
	}

	.event-content-item:nth-of-type(3) {
		order: 5
	}

	.event-content-item:nth-of-type(4) {
		order: 7
	}

	.event-content-item:nth-of-type(5) {
		order: 2
	}

	.event-content-item:nth-of-type(6) {
		order: 4
	}

	.event-content-item:nth-of-type(7) {
		order: 6
	}

	.event-content-item:nth-of-type(8) {
		order: 8
	}

	.event-content-img {
		margin-bottom: 32px
	}

	.success__title {
		width: 100%
	}

	.success__subtitle {
		width: 100%;
		text-align: left
	}

	.creator__desc {
		margin-left: 0
	}

	.stage-list {
		display: flex;
		flex-wrap: wrap
	}

	.stage-list__item:nth-of-type(n) {
		margin-right: 20px;
		width: calc(100% / 2 - (20px / 2 * (2 - 1)))
	}

	.stage-list__item:nth-of-type(2n) {
		margin-right: 0
	}

	.stage-list__item:nth-of-type(n+3) {
		margin-top: 20px
	}

	.stage-list__item:last-of-type {
		margin-right: 0
	}

	.pray-form__img {
		display: none
	}

	.started-round {
		border: none
	}

	.started-round:after,
	.started-round:before {
		border: none
	}

	.started__desc {
		font-size: 22px
	}

	.section-sign {
		font-size: 26px
	}
}

@media (max-width:1200px) {
	.principe-list {
		display: flex;
		flex-wrap: wrap
	}

	.principe-list__item:nth-of-type(n) {
		margin-right: 14px;
		width: calc(100% / 4 - (14px / 4 * (4 - 1)))
	}

	.principe-list__item:nth-of-type(4n) {
		margin-right: 0
	}

	.principe-list__item:nth-of-type(n+5) {
		margin-top: 14px
	}

	.principe-list__item:last-of-type {
		margin-right: 0
	}

	.wework-list {
		display: flex;
		flex-wrap: wrap
	}

	.wework-list__item:nth-of-type(n) {
		margin-right: 14px;
		width: calc(100% / 4 - (14px / 4 * (4 - 1)))
	}

	.wework-list__item:nth-of-type(4n) {
		margin-right: 0
	}

	.wework-list__item:nth-of-type(n+5) {
		margin-top: 14px
	}

	.wework-list__item:last-of-type {
		margin-right: 0
	}

	.control__desc br {
		display: none
	}

	.wework-item__title {
		font-size: 17px
	}

	.started-round {
		height: auto
	}
}

@media (max-width:992px) {
	.principe-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center
	}

	.principe-list__item:nth-of-type(n) {
		margin-right: 20px;
		width: calc(100% / 2 - (20px / 2 * (2 - 1)))
	}

	.principe-list__item:nth-of-type(2n) {
		margin-right: 0
	}

	.principe-list__item:nth-of-type(n+3) {
		margin-top: 20px
	}

	.principe-list__item:last-of-type {
		margin-right: 0
	}

	.produsser__line {
		top: -100px
	}

	.produsser__img {
		opacity: .7
	}

	.control {
		padding-bottom: 56px
	}

	.control__left {
		width: 100%;
		position: relative
	}

	.control__img {
		position: absolute;
		right: -100px
	}

	.control__img img {
		transform: translateX(100px)
	}

	.control__right {
		width: 100%
	}

	.stage-item__post {
		display: flex;
		align-items: center;
		justify-content: center
	}

	.wework-list {
		display: flex;
		flex-wrap: wrap
	}

	.wework-list__item:nth-of-type(n) {
		margin-right: 20px;
		width: calc(100% / 2 - (20px / 2 * (2 - 1)))
	}

	.wework-list__item:nth-of-type(2n) {
		margin-right: 0
	}

	.wework-list__item:nth-of-type(n+3) {
		margin-top: 20px
	}

	.wework-list__item:last-of-type {
		margin-right: 0
	}

	.expirience-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center
	}

	.expirience-list__item:nth-of-type(n) {
		margin-right: 20px;
		width: calc(100% / 2 - (20px / 2 * (2 - 1)))
	}

	.expirience-list__item:nth-of-type(2n) {
		margin-right: 0
	}

	.expirience-list__item:nth-of-type(n+3) {
		margin-top: 40px
	}

	.expirience-list__item:last-of-type {
		margin-right: 0
	}

	.expirience-item__img {
		margin-bottom: 32px
	}

	.creator-sempl-left {
		display: none
	}

	.creator__desc {
		margin-left: 0
	}

	.creator__img {
		display: block;
		margin-bottom: 20px;
		width: 100%
	}

	.creator-sempl-right {
		display: none
	}

	.section-sign__title br {
		display: none
	}

	.learn {
		padding-bottom: 120px
	}

	.pray-form {
		padding: 70px 60px 40px
	}

	.learn-list {
		display: flex;
		flex-wrap: wrap
	}

	.learn-list__item:nth-of-type(n) {
		margin-right: 16px;
		width: calc(100% / 2 - (16px / 2 * (2 - 1)))
	}

	.learn-list__item:nth-of-type(2n) {
		margin-right: 0
	}

	.learn-list__item:nth-of-type(n+3) {
		margin-top: 48px
	}

	.learn-list__item:last-of-type {
		margin-right: 0
	}

	.learn-list__item {
		height: 200px
	}

	.learn-list__item:nth-of-type(n) {
		justify-content: center
	}

	.success__desc {
		width: 100%;
		display: flex;
		flex-direction: column
	}

	.create-round {
		opacity: .5;
		filter: blur(4px)
	}

	.success__mark {
		display: none
	}

	.team-slider-prev {
		left: -10px;
		right: auto
	}

	.team-slider-next {
		right: -10px;
		left: auto
	}

	.team-slider-next,
	.team-slider-prev {
		background: #383A55
	}

	.team-slider-next svg,
	.team-slider-prev svg {
		fill: #fff
	}

	.contact__title {
		margin-bottom: 50px
	}

	.produsser__title br {
		display: none
	}

	.contact-map {
		width: 560px
	}

	.about {
		padding-top: 50px
	}

	.create {
		padding-top: 72px
	}

	.wework-img {
		opacity: .6
	}

	.wework__sign,
	.wework__title,
	.wework__subtitle {
		text-shadow: 0 0 5px #fff, 0 0 15px #fff
	}

	.started-sempl {
		display: none
	}

	.creator {
		padding-bottom: 56px
	}

	.about__title,
	.wework__title,
	.wework__subtitle,
	.create__title,
	.create__subtitle,
	.produsser__title,
	.control__subtitle,
	.control__title,
	.principe__title,
	.expirience__title,
	.expirience__subtitle,
	.stage__title,
	.success__subtitle,
	.event__title,
	.event__subtitle,
	.learn__title,
	.contact__title,
	.pray__title,
	.question__subtitle,
	.question__title,
	.success__title,
	.creator__title,
	.team__title {
		font-size: 42px
	}
}

@media (max-width:768px) {
	.line {
		display: none
	}

	.about-star-5,
	.about-star-4,
	.about-star-3,
	.about-star-2,
	.about-star-1 {
		display: none
	}

	.started-round-item:nth-of-type(3) {
		right: -2px;
		bottom: 60px
	}

	.started__subtitle,
	.started__title {
		font-size: 58px
	}

	.started__desc {
		font-size: 20px
	}

	.about {
		padding-top: 40px
	}

	.about-left {
		width: 100%
	}

	.about-right {
		width: 100%;
		margin-top: 32px
	}

	.produsser__title {
		order: -3
	}

	.produsser__subtitle {
		order: -2
	}

	.produsser {
		display: flex;
		flex-direction: column
	}

	.produsser__img {
		order: -1;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		filter: none;
		opacity: 1;
		margin: 20px 0 32px;
		height: auto;
		padding-bottom: 60%
	}

	.produsser__img img {
		width: 100%;
		height: 100%;
		max-width: none;
		max-height: none;
		object-position: center;
		position: absolute;
		left: 0;
		top: 0
	}

	.produsser__title {
		font-size: 32px
	}

	.control__img {
		right: -300px
	}

	.creator-sempl-right {
		left: 50%;
		opacity: .7;
		filter: blur(5px)
	}

	.creator__desc p {
		position: relative;
		z-index: 1
	}

	.stage-item__img {
		width: 300px;
		height: 300px
	}
}

@media (max-width:646px) {

	.about__title,
	.wework__title,
	.wework__subtitle,
	.create__title,
	.create__subtitle,
	.produsser__title,
	.control__subtitle,
	.control__title,
	.principe__title,
	.expirience__title,
	.expirience__subtitle,
	.stage__title,
	.success__subtitle,
	.event__title,
	.event__subtitle,
	.learn__title,
	.contact__title,
	.pray__title,
	.question__subtitle,
	.question__title,
	.success__title,
	.creator__title,
	.team__title {
		font-size: 38px
	}

	.produsser__title {
		font-size: 28px
	}

	.event-content-item {
		width: 100%;
		margin-bottom: 16px
	}

	.produsser__subtitle {
		margin-bottom: 24px
	}

	.started-round {
		display: none
	}

	.wework-img {
		width: 50%
	}

	.marquee {
		font-size: 26px
	}

	.success-list {
		width: 100%;
		position: relative;
		z-index: 1;
		display: flex;
		flex-direction: column;
		align-items: flex-start
	}

	.success-list__item {
		text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff
	}

	.success-img {
		position: relative;
		width: 0%
	}

	.success-img .about-puzzles {
		position: absolute;
		right: -260px;
		top: calc(50% - 177px);
		width: 500px;
		height: 350px;
		max-width: none
	}

	.stage-item__img {
		width: 240px;
		height: 240px;
		padding: 22px
	}

	.question-item__desc p {
		padding: 32px
	}

	.pray-form {
		flex-direction: column;
		align-items: center
	}

	.pray-form-field {
		width: 100%
	}

	.pray-form-field+.pray-form-field {
		margin-left: 0;
		margin-top: 20px
	}
}

@media (min-width:580px) {
	.about__mobile {
		display: none
	}
}

@media (max-width:580px) {
	.produsser-list {
		display: flex;
		flex-wrap: wrap
	}

	.produsser-list__item:nth-of-type(n) {
		margin-right: 15px;
		width: calc(100% / 2 - (15px / 2 * (2 - 1)))
	}

	.produsser-list__item:nth-of-type(2n) {
		margin-right: 0
	}

	.produsser-list__item:nth-of-type(n+3) {
		margin-top: 15px
	}

	.produsser-list__item:last-of-type {
		margin-right: 0
	}

	.about__nomobile {
		display: none
	}

	.about-img {
		margin-bottom: 20px
	}

	.about-subtitle {
		margin-bottom: 0
	}

	.produsser-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center
	}

	.success-img {
		width: 100%;
		margin-bottom: 10px;
		margin-top: 32px;
		transform: none !important
	}

	.success-img .about-puzzles {
		width: 100%;
		height: auto;
		position: relative;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0
	}

	.learn-item__btn {
		display: none
	}

	.contact__link {
		font-size: 26px
	}

	.about-puzzles img:nth-of-type(5) {
		left: 33%
	}
}

@media (max-width:496px) {
	.header-logo {
		width: 120px
	}

	.header-contact__link {
		font-size: 16px;
		letter-spacing: 0
	}

	.header-contact__sign {
		display: none
	}

	.started__subtitle,
	.started__title {
		font-size: 42px
	}

	.team-item__info {
		padding: 15px;
		max-width: 100%
	}

	.team-item__img {
		width: 100%
	}

	.team-item:nth-of-type(2n-1) .team-item__info {
		margin-left: 10px
	}

	.team-item:nth-of-type(2n) .team-item__info {
		margin-right: 10px
	}

	.team-item__name {
		font-size: 26px
	}

	.team-item__status {
		font-size: 20px
	}

	.menu {
		padding-left: 32px;
		max-width: 100%
	}
}

@media (max-width:426px) {
	.pray-form {
		padding: 70px 36px 40px
	}

	.learn-list {
		display: flex;
		flex-wrap: wrap
	}

	.learn-list__item:nth-of-type(n) {
		margin-right: 15px;
		width: calc(100% / 1 - (15px / 1 * (1 - 1)))
	}

	.learn-list__item:nth-of-type(1n) {
		margin-right: 0
	}

	.learn-list__item:nth-of-type(n+2) {
		margin-top: 48px
	}

	.learn-list__item:last-of-type {
		margin-right: 0
	}

	.contact-soc {
		flex-wrap: wrap;
		width: 100%
	}

	.contact-soc__item {
		margin-bottom: 10px
	}

	.pray__sempl-1 {
		opacity: .7
	}

	.contact-soc__item {
		margin-right: 20px
	}

	.contact-soc__item+.contact-soc__item {
		margin-left: 0
	}

	.about__title,
	.wework__title,
	.wework__subtitle,
	.create__title,
	.create__subtitle,
	.produsser__title,
	.control__subtitle,
	.control__title,
	.principe__title,
	.expirience__title,
	.expirience__subtitle,
	.stage__title,
	.success__subtitle,
	.event__title,
	.event__subtitle,
	.learn__title,
	.contact__title,
	.pray__title,
	.question__subtitle,
	.question__title,
	.success__title,
	.creator__title,
	.team__title {
		font-size: 32px
	}

	.question-item__link {
		padding: 20px
	}

	.question-item__num {
		width: 20px;
		min-width: 20px;
		margin-right: 15px
	}

	.creator__title {
		font-size: 20px
	}

	.expirience-list {
		display: flex;
		flex-wrap: wrap
	}

	.expirience-list__item:nth-of-type(n) {
		margin-right: 20px;
		width: calc(100% / 1 - (20px / 1 * (1 - 1)))
	}

	.expirience-list__item:nth-of-type(1n) {
		margin-right: 0
	}

	.expirience-list__item:nth-of-type(n+2) {
		margin-top: 32px
	}

	.expirience-list__item:last-of-type {
		margin-right: 0
	}

	.wework-list {
		display: flex;
		flex-wrap: wrap
	}

	.wework-list__item:nth-of-type(n) {
		margin-right: 15px;
		width: calc(100% / 1 - (15px / 1 * (1 - 1)))
	}

	.wework-list__item:nth-of-type(1n) {
		margin-right: 0
	}

	.wework-list__item:nth-of-type(n+2) {
		margin-top: 22px
	}

	.wework-list__item:last-of-type {
		margin-right: 0
	}

	.principe-list {
		display: flex;
		flex-wrap: wrap
	}

	.principe-list__item:nth-of-type(n) {
		margin-right: 15px;
		width: calc(100% / 1 - (15px / 1 * (1 - 1)))
	}

	.principe-list__item:nth-of-type(1n) {
		margin-right: 0
	}

	.principe-list__item:nth-of-type(n+2) {
		margin-top: 15px
	}

	.principe-list__item:last-of-type {
		margin-right: 0
	}

	.control-list__sign br {
		display: none
	}

	.control__img {
		opacity: .7;
		filter: blur(5px)
	}

	.control__subtitle {
		margin-bottom: 10px
	}

	.control__desc {
		font-size: 20px
	}

	.control-list__item {
		text-shadow: 0 0 5px #fff
	}

	.principe {
		padding-top: 32px;
		padding-bottom: 20px
	}

	.principe__title {
		margin-bottom: 32px
	}

	.event-content-img {
		width: 100%
	}

	.event {
		padding-top: 32px
	}

	.produsser {
		padding-top: 32px
	}

	.produsser__title {
		font-size: 26px
	}

	.produsser__subtitle {
		font-size: 18px
	}

	.about-sign {
		font-size: 40px
	}

	.about-subtitle br {
		display: none
	}

	.about-desc {
		font-size: 16px
	}

	.about-desc br {
		display: none
	}

	.about__title {
		margin-bottom: 32px
	}

	.stage {
		padding-top: 32px
	}

	.stage-item__img {
		width: 100%;
		height: auto
	}

	.stage-item__sirname,
	.stage-item__name {
		font-size: 24px
	}

	.contact__link {
		font-size: 22px;
		margin-bottom: 36px
	}

	.learn__title {
		margin-bottom: 32px
	}

	.pray {
		padding-top: 32px
	}

	.success {
		padding-top: 32px
	}

	.question {
		padding-top: 32px
	}

	.question__subtitle {
		margin-bottom: 32px
	}

	.principe-item,
	.wework-item {
		min-height: 222px
	}

	.principe-item:hover:before,
	.wework-item:hover:before {
		transform: translate3d(8px, 8px, 0)
	}

	.team-slider-next {
		right: -15px
	}

	.team-slider-prev {
		left: -15px
	}

	.team-slider-next svg,
	.team-slider-prev svg {
		width: 20px
	}

	.team-slider-next,
	.team-slider-prev {
		width: 32px;
		height: 82px
	}
}

@media (max-width:376px) {
	.question-item__link {
		padding: 10px;
		align-items: flex-start
	}

	.question-item__title {
		font-size: 16px
	}

	.question-item__desc p {
		padding: 15px
	}

	.question-item__desc {
		font-size: 14px
	}

	.question-item__arrow {
		min-width: 16px;
		width: 16px
	}

	.learn-item__btn {
		width: 120px;
		height: 120px;
		font-size: 16px
	}

	.produsser {
		padding-bottom: 32px
	}

	.create {
		padding-top: 32px;
		padding-bottom: 32px
	}

	.success {
		padding-bottom: 32px
	}

	.control {
		padding-top: 32px;
		padding-bottom: 32px
	}

	.expirience {
		padding-top: 32px
	}

	.stage-item__img {
		margin-bottom: 20px
	}

	.header-contact__link {
		font-family: 'Formular';
		font-weight: 600
	}

	.started__subtitle,
	.started__title {
		font-size: 34px
	}
}

#success-mark {
	width: 100%;
	height: 1px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	transform: translateY(-110px);
	z-index: 327
}

.link-portfolio {
	font-size: 30px;
	cursor: pointer;
	line-height: 65px;
	transition: all .2s linear;
}

.link-portfolio:hover {
	opacity: 0.8;
}

@media (max-width:426px) {
	.link-portfolio {
		font-size: 24px;
		line-height: 30px;
	}
}