html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
html,
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	outline: 0;
}
body {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	word-break: break-word;
	position: relative;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
ul {
	margin: 0;
}
li {
	list-style: none;
}
a {
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: inherit;
}
img {
	border-style: none;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	outline: none;
}
button,
input {
	overflow: visible;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
[hidden] {
	display: none;
}
*::-webkit-scrollbar-track {
	border-radius: 0px;
	background-color: #303030;
	display: none;
}
*::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #303030;
}
* ::-webkit-scrollbar-thumb {
	border-radius: 25px;
	-webkit-box-shadow: inset 0 0 10px var(--color-primary);
	box-shadow: inset 0 0 10px var(--color-primary);
	background-color: #d0780a;
}
html {
	height: 100%;
	font-size: 10px;
}
@media (max-width: 991.9px) {
	html {
		font-size: 8px;
	}
}
body {
	font-family: "Montserrat", sans-serif;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #000;
	font-size: 10px;
	color: #fff;
}
body._overflow {
	overflow: hidden;
}
::-moz-selection {
	background: #303030;
}
::selection {
	background: #303030;
}
.container {
	max-width: 1440px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}
.title {
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 2.9rem;
	color: #fff;
	text-align: center;
	margin: 55px 0;
}
.title ._orange {
	color: #d0780a;
}
.title ._black {
	color: #000;
}
.home {
	height: 100vh;
	background: url("../img/bg/bg.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0 100px;
	overflow: hidden;
}
@media (max-width: 991.9px) {
	.home {
		padding: 0 20px;
	}
}
.header {
	-webkit-animation: opacity 1s forwards;
	animation: opacity 1s forwards;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: center;
	align-content: center;
	height: 133px;
}
@media (max-width: 991.9px) {
	.header {
		height: 100px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.header__logo {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__logo img {
	width: 84px;
	height: 84px;
}
.header__logo .text {
	margin-top: -30px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(30.14%, #d0780a),
		color-stop(130.14%, #b41111)
	);
	background: linear-gradient(180deg, #d0780a 30.14%, #b41111 130.14%);
	font-size: 3.6rem;
	line-height: 5.2rem;
	font-family: "Antonio", sans-serif;
	text-transform: uppercase;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.header__li:not(:last-child) {
	margin-right: 50px;
}
.header__li a {
	font-size: 1.6rem;
	line-height: 2rem;
	color: #fff;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.header__li a:hover {
	color: #d0780a;
}
.header__ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}
@media (max-width: 991.9px) {
	.header__ul {
		position: fixed;
		width: 100vw;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.8);
		top: 0;
		left: 150%;
		-webkit-transition: 0.3s all ease-in-out;
		transition: 0.3s all ease-in-out;
		z-index: 8;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.header__ul li {
		margin-right: 0 !important;
		margin-bottom: 50px;
	}
	.header__ul li a {
		font-size: 24px;
	}
}
.header__ul._mobile {
	left: 0;
}
.header__burger {
	display: none;
}
.header__burger .icon-close {
	display: none;
}
@media (max-width: 991.9px) {
	.header__burger {
		display: block;
		z-index: 9;
	}
}
.header__burger._mobile .icon-close {
	display: block;
}
.header__burger._mobile .icon-burger {
	display: none;
}
.main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	margin-top: 73px;
	-webkit-animation: opacity 1s 1;
	animation: opacity 1s 1;
}
@media (max-width: 991.9px) {
	.main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media (max-width: 991.9px) {
	.main__photo {
		display: none;
	}
}
.main__info {
	padding-top: 46px;
	max-width: 515px;
}
.main__title {
	font-weight: 500;
	font-size: 3rem;
	line-height: 3.7rem;
	color: #d0780a;
}
.main__subtitle {
	margin-top: 10px;
	margin-bottom: 56px;
	font-size: 2rem;
	line-height: 2.4rem;
	color: #fff;
}
.main__btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #fff;
	color: #fff;
	padding: 18px 37px;
	font-size: 1.4rem;
	line-height: 1.7rem;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.main__btn:hover {
	border-color: #d0780a;
	color: #d0780a;
}
.problem__title {
	margin: 55px 0;
}
.problem-list {
	max-width: 892px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.problem-list__item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	min-width: 50%;
	text-align: center;
	margin-bottom: 54px;
	padding: 29px;
}
.problem-list__img {
	width: 50px;
	height: 50px;
	margin: 0 auto 25px auto;
}
.problem-list__title {
	font-size: 2rem;
	line-height: 2.4rem;
}
.problem-list__desc {
	margin-top: 5px;
	font-size: 1.4rem;
	line-height: 1.7rem;
}
.why-list__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 991.9px) {
	.why-list__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.why-list__item:nth-child(even) {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.why-list__item:nth-child(even) .why-list__info {
	left: 55%;
	padding: 77px 115px 75px 56px;
}
@media (max-width: 991.9px) {
	.why-list__item:nth-child(even) .why-list__info {
		padding: 20px;
	}
}
.why-list__img {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
@media (max-width: 991.9px) {
	.why-list__img {
		display: none;
	}
}
.why-list__info {
	position: absolute;
	max-width: 608px;
	border: 2px solid #d0780a;
	padding: 77px 82px 77px 140px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 45%;
}
@media (max-width: 991.9px) {
	.why-list__info {
		padding: 20px;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		position: static;
	}
}
.why-list__title {
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 2.9rem;
	color: #fff;
	margin-bottom: 15px;
}
.why-list__desc {
	font-size: 2rem;
	line-height: 2.4rem;
	color: #fff;
}
.ability__title {
	background-color: #d0780a;
	padding: 29px 0;
}
.ability__row {
	padding: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 991.9px) {
	.ability__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.ability__photo {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	min-width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 991.9px) {
	.ability__photo {
		margin-top: 20px;
	}
}
.ability-list {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	padding: 0 70px;
}
@media (max-width: 991.9px) {
	.ability-list {
		padding: 0 20px;
	}
}
.ability-list__item {
	max-width: 582px;
}
.ability-list__item:not(:last-child) {
	margin-bottom: 30px;
}
.ability-list__title {
	font-size: 2.4rem;
	line-height: 2.9rem;
	color: #d0780a;
	margin-bottom: 15px;
	max-width: 342px;
}
.ability-list__desc {
	font-size: 2rem;
	line-height: 2.4rem;
}
.whom {
	height: 340px;
	margin-bottom: 250px;
	background: rgba(255, 255, 255, 0.15);
}
@media (max-width: 991.9px) {
	.whom {
		height: auto;
		margin-bottom: 0;
	}
}
.whom-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 30px;
}
.whom-list__item {
	background: #000;
	border: 1px solid #d0780a;
	-webkit-box-shadow: 0px 4px 12px rgba(255, 189, 106, 0.5);
	box-shadow: 0px 4px 12px rgba(255, 189, 106, 0.5);
	padding: 40px 35px;
}
.whom-list__item:not(:last-child) {
	margin-right: 20px;
}
@media (max-width: 991.9px) {
	.whom-list__item:not(:last-child) {
		margin-right: 0;
	}
}
.whom-list__title {
	text-align: center;
	max-width: 325px;
	margin-left: auto;
	margin-right: auto;
	font-size: 2.4rem;
	line-height: 2.9rem;
	color: #d0780a;
}
.whom-list__desc {
	text-align: center;
	margin-top: 25px;
	max-width: 325px;
	margin-left: auto;
	margin-right: auto;
	font-size: 2rem;
	line-height: 2.4rem;
}
@media (max-width: 991.9px) {
	.whom-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.how-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.how-list__item {
	margin-bottom: 50px;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 25%;
	flex: 1 1 25%;
	min-width: 25%;
	text-align: center;
}
@media (max-width: 1199.9px) {
	.how-list__item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		min-width: 50%;
	}
}
@media (max-width: 991.9px) {
	.how-list__item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		min-width: 100%;
	}
}
.how-list__img {
	margin-bottom: 40px;
}
.how-list__title {
	font-size: 2rem;
	line-height: 2.4rem;
	color: #fff;
}
.how-list__line {
	position: absolute;
	width: 160px;
	height: 1px;
	top: 70px;
	right: -95px;
	background-color: #d0780a;
}
@media (max-width: 1199.9px) {
	.how-list__line {
		display: none;
	}
}
.team__title {
	margin-bottom: 100px;
}
@media (max-width: 991.9px) {
	.team__title {
		margin-bottom: 40px;
	}
}
.team-list {
	background: rgba(255, 255, 255, 0.15);
	height: 280px;
	margin-bottom: 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 991.9px) {
	.team-list {
		height: auto;
		margin-bottom: 0;
	}
}
.team-list__item {
	margin-top: -50px;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 33.3%;
	flex: 1 1 33.3%;
	min-width: 33.3%;
}
@media (max-width: 991.9px) {
	.team-list__item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		min-width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
.team-list__img {
	width: 225px;
	height: 225px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	border-radius: 50%;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.team-list__img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.team-list__img img {
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	border-radius: 50%;
}
.team-list__name {
	font-size: 2.4rem;
	line-height: 2.9rem;
	color: #fff;
	margin-top: 22px;
}
.team-list__role {
	margin-top: 22px;
	color: #d0780a;
	font-size: 2rem;
	line-height: 2.4rem;
}
.footer__info {
	padding: 40px 0;
}
.footer-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.6rem;
	line-height: 2rem;
}
@media (max-width: 991.9px) {
	.footer-link {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.footer-link__item {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	color: #fff;
}
.footer-link__item:not(:last-child) {
	margin-bottom: 20px;
}
.footer-link__item:hover {
	color: #d0780a;
}
.footer-link__icon {
	margin-right: 20px;
}
.footer-copy {
	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;
	margin-bottom: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-copy__link {
	color: #d0780a;
	margin-bottom: 20px;
	font-size: 1.4rem;
	line-height: 1.7rem;
}
.footer-copy__link:not(:last-child) {
	margin-right: 16px;
}
@-webkit-keyframes opacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.99;
	}
}
@keyframes opacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.99;
	}
}
.forms {
	position: relative;
	margin: 10px 0;
}
.forms__title {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.4rem;
	margin-bottom: 5px;
	display: inline-block;
}
.forms__input {
	height: 40px;
	background-color: #303030;
	border: 1px solid #303030;
	border-radius: 5px;
	color: #fff;
	font-size: 1.4rem;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	width: 100%;
	display: block;
	padding: 10px;
	margin-bottom: 15px;
}
.forms__input::-webkit-input-placeholder {
	color: #303030;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.forms__input:-ms-input-placeholder {
	color: #303030;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.forms__input::-ms-input-placeholder {
	color: #303030;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.forms__input::placeholder {
	color: #303030;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.forms__input:focus {
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	border-color: #d0780a;
	color: #d0780a;
}
.btn {
	border: 1px solid #d0780a;
	padding: 13px 15px;
	font-size: 1.6rem;
	color: #fff;
	background: #d0780a;
	margin: 10px 0;
	cursor: pointer;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.btn:hover {
	background: #f49319;
}
.sign-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-animation: opacity 1s forwards;
	animation: opacity 1s forwards;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 20px;
}
.sign-form {
	max-width: 400px;
	width: 100%;
}
.sign-arrow {
	padding: 40px 20px 0 20px;
	font-size: 1.6rem;
}
.sign-arrow a {
	color: #d0780a;
}
.sign-logo {
	text-align: center;
}
.sign-title {
	text-align: center;
	font-weight: 500;
	font-size: 3rem;
	line-height: 3.7rem;
	color: #d0780a;
	margin-bottom: 3rem;
}
.sign-btn {
	text-align: center;
}
.collapse {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.collapse__header {
	padding: 20px;
	font-size: 1.6rem;
	border-radius: 5px;
	border: 1px solid #d0780a;
}
.collapse__header:not(:last-child) {
	margin-bottom: 10px;
}
.collapse__body {
	background-color: #303030;
	border-radius: 5px;
	max-height: 0;
	-webkit-transition: max-height 0.4s cubic-bezier(0, 1, 0, 1) -0.1s;
	transition: max-height 0.4s cubic-bezier(0, 1, 0, 1) -0.1s;
	overflow: hidden;
	font-size: 1.4rem;
}
.collapse__body._active {
	max-height: 9999px;
	-webkit-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
	transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	margin-bottom: 10px;
}
.collapse__text {
	padding: 20px;
}
.faq-container {
	-webkit-animation: opacity 1s forwards;
	animation: opacity 1s forwards;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 20px;
}

/*# sourceMappingURL=index.css.map */
