.content {
	font-family: "Geometria", Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #585654;
	background-color: #F4F4F4;
	font-style: normal;
}

.page-header > .container-fluid,
.page-footer > .container-fluid {
	max-width: 1120px;
}

.container-fluid {
	max-width: 100%;
}

.agree1 {
	display: none;
}

body {
	background: #F4F4F4 !important;
}

h2 {
	font-weight: 800;
	font-size: 48px;
	line-height: 60px;
	color: #585654;
	max-width: 680px;
}
@media (max-width: 600px) {
	h2 {
		font-size: 32px;
		line-height: 42px;
	}
}

.container {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.top-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 800px;
	background-image: url("../img/hero_bg2.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% 100%;
	z-index: -1;
}
@media (max-width: 1170px) {
	.top-bg {
		background-image: url("../img/hero_bg3.png");
	}
}
@media (max-width: 600px) {
	.top-bg {
		height: 500px;
	}
}

.hero {
	position: relative;
	padding-top: 90px;
	color: #FFFFFF;
}

.hero__info > .hero__title {
	font-weight: 800;
	font-size: 56px;
	line-height: 60px;
}
@media (max-width: 600px) {
	.hero__info > .hero__title {
		font-size: 36px;
		line-height: 45px;
	}
}
.hero__subtitle {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	margin-top: 30px;
}
.hero__subtitle b {
	font-weight: 800;
}
@media (max-width: 600px) {
	.hero__subtitle {
		font-size: 18px;
		line-height: 24px;
		margin-top: 20px;
	}
}
.hero__btn {
	border: none;
	border-radius: 200px;
	border: 2px solid #ffffff;
	outline: none;
	background-color: transparent;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
	padding: 13px 36px;
	cursor: pointer;
	margin-top: 40px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media (max-width: 600px) {
	.hero__btn {
		font-size: 18px;
		line-height: 24px;
		padding: 10px 36px;
		margin-top: 30px;
	}
}
.hero__btn:hover {
	background-color: #FFFFFF;
	color: #FF6611;
}
.hero__info {
	max-width: 650px;
}
.hero::before {
	content: "";
	position: absolute;
	width: 507px;
	height: 525px;
	top: 30px;
	left: 54.1666666667%;
	background-image: url("../img/hero_img.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top left;
}
@media (max-width: 1170px) {
	.hero::before {
		display: none;
	}
}
@media (max-width: 600px) {
	.hero {
		padding-top: 40px;
	}
}

.description {
	margin-top: 125px;
}
.description__title {
	display: none;
}
.description__left {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #585654;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 290px;
}
@media (max-width: 1170px) {
	.description__left {
		width: 100%;
	}
}
@media (max-width: 600px) {
	.description__left {
		font-size: 20px;
		line-height: 26px;
	}
}
.description__right {
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	margin-left: 85px;
}
.description__right .hidden-text {
	display: none;
	margin-top: 16px;
}
@media (max-width: 1170px) {
	.description__right {
		margin: 30px 0 0 0;
	}
}
@media (max-width: 600px) {
	.description__right {
		font-size: 18px;
		line-height: 24px;
	}
}
.description__link {
	display: block;
	margin-top: 24px;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #FF6611;
}
@media (max-width: 600px) {
	.description__link {
		font-size: 18px;
		line-height: 24px;
	}
}
.description .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1170px) {
	.description .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
	}
}
@media (max-width: 600px) {
	.description {
		margin-top: 60px;
	}
}

.vacancies {
	margin-top: 90px;
}
.vacancies__items {
	margin-top: 60px;
}
@media (max-width: 600px) {
	.vacancies__items {
		margin-top: 40px;
	}
}
.vacancies__item {
	position: relative;
	display: block;
	border-radius: 16px;
	background-color: #FFFFFF;
	padding: 26px 30px 30px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-decoration: none;
	margin-bottom: 18px;
	z-index: 10;
}
.vacancies__item:hover {
	-webkit-box-shadow: 0px 4px 24px rgba(1, 1, 1, 0.16);
	box-shadow: 0px 4px 24px rgba(1, 1, 1, 0.16);
}
.vacancies__item:hover .vacancies__item-name {
	color: #FF6720;
}
.vacancies__item-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.vacancies__item-level {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 60px;
	height: 23px;
	background: #FF6720;
	border-radius: 4px;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	color: #FFFFFF;
}
.vacancies__item-vector {
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	color: #FF6720;
	margin-left: 18px;
}
.vacancies__item-name {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #585654;
	margin-top: 6px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media (max-width: 600px) {
	.vacancies__item-name {
		font-size: 18px;
		line-height: 22px;
	}
}
.vacancies__item-info {
	margin-top: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #838383;
}
.vacancies__item-bull {
	padding: 0 7px;
}
@media (max-width: 600px) {
	.vacancies {
		margin-top: 60px;
	}
}

.steps {
	position: relative;
	margin-top: 90px;
	z-index: 1;
}
.steps__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 320px;
	margin-top: 30px;
}
@media (max-width: 1170px) {
	.steps__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
	}
}
.steps__item {
	background-color: #ffffff;
	border-radius: 30px;
	padding: 26px 26px 0 26px;
	max-width: 320px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 1170px) {
	.steps__item {
		max-width: 100%;
		margin-bottom: 18px;
		padding: 26px 26px 35px 26px;
	}
}
.steps__arrow {
	width: 14px;
	height: 32px;
	background-image: url("../img/arrow.svg");
	background-repeat: no-repeat;
	background-size: 14px 32px;
	background-position: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
@media (max-width: 1170px) {
	.steps__arrow {
		display: none;
	}
}
.steps__item-icon {
	margin-top: -11px;
	margin-left: -13px;
}
.steps__item-name {
	margin-top: 3px;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
}
.steps__item-description {
	margin-top: 16px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.steps::before {
	content: "";
	position: absolute;
	/*top: -200px;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 1048px;
	background-image: url("../img/how_work_bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}
@media (max-width: 600px) {
	.steps {
		margin-top: 60px;
	}
	.steps::before {
		display: none;
	}
}

.details {
	margin-top: 120px;
}
.details__accardeon {
	margin-top: 43px;
}
.details__item {
	position: relative;
	padding: 30px 0 30px 6px;
	border-bottom: 1px solid #D9D9D9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
	height: 87px;
	overflow: hidden;
	z-index: 2;
}
.details__item::before {
	content: "";
	position: absolute;
	top: 42px;
	margin-top: -9px;
	right: 21px;
	width: 19px;
	height: 19px;
	background-image: url("../img/plus.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 19px 19px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media (max-width: 600px) {
	.details__item::before {
		margin-top: -12px;
		right: 8px;
	}
}
.details__item.open::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.details__item:hover .details__item-name {
	color: #FF6611;
}
@media (max-width: 600px) {
	.details__item {
		height: 80px;
	}
}
.details__item-name {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
@media (max-width: 600px) {
	.details__item-name {
		font-size: 18px;
        line-height: 1;
        padding-right: 30px;
	}
}
@media (max-width: 375px) {
	.details__item-name {
		font-size: 16px;
		line-height: 22px;
	}
}
.details__item-name-text {
	margin-top: 23px;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
}
@media (max-width: 600px) {
	.details__item-name-text {
		margin-top: 33px;
		font-size: 16px;
		line-height: 22px;
		padding-right: 16px;
	}
}
@media (max-width: 600px) {
	.details {
		margin-top: 60px;
	}
}

.invite {
	margin-top: 115px;
}
.invite h2 {
	max-width: 735px;
}
.invite__first {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	margin-top: 52px;
}
@media (max-width: 600px) {
	.invite__first {
		font-size: 18px;
		line-height: 22px;
		margin-top: 30px;
	}
}
.invite__inputs-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	width: 100%;
}
.invite__inputs-row p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 24px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
}
.invite__inputs-row p label {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
}
@media (max-width: 600px) {
	.invite__inputs-row p label {
		font-size: 18px;
		line-height: 22px;
	}
}
@media (max-width: 1170px) {
	.invite__inputs-row p {
		margin-right: 0;
	}
}
@media (max-width: 600px) {
	.invite__inputs-row p {
		margin-bottom: 16px;
	}
}
.invite__inputs-row input, .invite__inputs-row select {
	margin-top: 15px;
	height: 50px;
	outline: none;
	background-color: #ffffff;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #585654;
	padding: 0 30px 0 15px;
}
@media (max-width: 1170px) {
	.invite__inputs-row input, .invite__inputs-row select {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
.invite__inputs-row select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	background-blend-mode: multiply;
	background-image: url("../img/sel_arrow.svg");
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-color: #ffffff;
}
@media (max-width: 1170px) {
	.invite__inputs-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
	}
}
.invite__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 45px;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
}
.invite__bottom .invite__link {
	color: #585654;
	text-decoration: underline;
}
.invite__bottom input[type=checkbox] {
	position: absolute;
	z-index: -2;
	opacity: 0;
}
.invite__bottom input[type=checkbox] + label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.vacancies__p{
	    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
	z-index: 2;
    position: relative;
}
@media (max-width: 1170px) {
	.invite__bottom input[type=checkbox] + label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.invite__bottom input[type=checkbox] + label::before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	background-color: #ffffff;
	margin-right: 26px;
	z-index: 2;
}
@media (max-width: 600px) {
	.invite__bottom input[type=checkbox] + label::before {
		margin-right: 16px;
	}
}
.invite__bottom input[type=checkbox]:checked + label::before {
	background-image: url(../img/check.svg);
	background-repeat: no-repeat;
	background-size: 16px 15px;
	background-position: center;
}
@media (max-width: 600px) {
	.invite__bottom {
		margin-top: 30px;
		font-size: 16px;
		line-height: 20px;
	}
}
.invite__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 6px;
}
@media (max-width: 1170px) {
	.invite__group {
		margin-bottom: 16px;
	}
}
.invite input[type=submit] {
	margin: 50px 0 240px 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
	background: transparent;
	border: 2px solid #FF6611;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	padding: 13px 36px;
	color: #FF6611;
	border-radius: 200px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media (max-width: 1170px) {
	.invite input[type=submit] {
		margin: 40px 0 140px 0;
	}
}
@media (max-width: 600px) {
	.invite input[type=submit] {
		font-size: 18px;
		line-height: 24px;
		padding: 10px 36px;
		margin-top: 30px;
	}
}
.invite input[type=submit]:hover {
	background-color: #FF6611;
	color: #FFFFFF;
}
@media (max-width: 600px) {
	.invite {
		margin-top: 60px;
	}
}

.i-sec, .i-thir {
	margin-bottom: 2px;
}

.open {
	height: auto;
	overflow: auto;
}