@font-face {
	font-family: "Montserrat";
	font-weight: 400;
	font-style: normal;
	src: url("/fonts/Montserrat/Montserrat-Regular/Montserrat-Regular.eot");
	src:
		url("/fonts/Montserrat/Montserrat-Regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
		url("/fonts/Montserrat/Montserrat-Regular/Montserrat-Regular.woff") format("woff"),
		url("/fonts/Montserrat/Montserrat-Regular/Montserrat-Regular.woff2") format("woff2"),
		url("/fonts/Montserrat/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	src: url("/fonts/Montserrat/Montserrat-Medium/Montserrat-Medium.eot");
	src:
		url("/fonts/Montserrat/Montserrat-Medium/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),
		url("/fonts/Montserrat/Montserrat-Medium/Montserrat-Medium.woff") format("woff"),
		url("/fonts/Montserrat/Montserrat-Medium/Montserrat-Medium.woff2") format("woff2"),
		url("/fonts/Montserrat/Montserrat-Medium/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
	font-family: "Montserrat";
	font-weight: 600;
	font-style: normal;
	src: url("/fonts/Montserrat/Montserrat-SemiBold/Montserrat-SemiBold.eot");
	src:
		url("/fonts/Montserrat/Montserrat-SemiBold/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"),
		url("/fonts/Montserrat/Montserrat-SemiBold/Montserrat-SemiBold.woff") format("woff"),
		url("/fonts/Montserrat/Montserrat-SemiBold/Montserrat-SemiBold.woff2") format("woff2"),
		url("/fonts/Montserrat/Montserrat-SemiBold/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
	font-family: "Montserrat";
	font-weight: 700;
	font-style: normal;
	src: url("/fonts/Montserrat/Montserrat-Bold/Montserrat-Bold.eot");
	src:
		url("/fonts/Montserrat/Montserrat-Bold/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
		url("/fonts/Montserrat/Montserrat-Bold/Montserrat-Bold.woff") format("woff"),
		url("/fonts/Montserrat/Montserrat-Bold/Montserrat-Bold.woff2") format("woff2"),
		url("/fonts/Montserrat/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype");
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	font-family: "Montserrat";
	font-size: 20px;
	font-weight: 400;
	line-height: 1.7;
	color: black;
}
.container {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
}
::-webkit-scrollbar {
	width: 6px;
	background-color: rgba(90, 90, 90, 0.33);
}
::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background: rgba(78, 78, 78, 0.71);
}
:hover::-webkit-scrollbar-thumb {
	width: 6px;
	background: rgba(78, 78, 78, 0.56);
}
.preloader {
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;
	transition: 0.25s;
	opacity: 0;
	background-color: transparent;
	align-items: center;
	justify-content: center;
}
.preloader.active {
	z-index: 5;
	opacity: 1;
	background-color: white;
}
.section-top {
	position: relative;
	overflow: hidden;
	height: 100vh;
	color: white;
	background-color: #6568f3;
}
.section-top .container {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 4.7% 0;
	align-items: flex-start;
	justify-content: space-between;
}
.section-top__arrow {
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.section-top__container {
	width: 100%;
	max-width: 890px;
}
h1 {
	font-size: 70px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 28px;
}
.section-top__text {
	max-width: 690px;
}
.section-top__tabs {
	display: flex;
}
.container-desktop {
	overflow: hidden;
	width: 100%;
}
.section-top__link {
	font-size: 18px;
	line-height: 25px;
	position: relative;
	z-index: 1;
	display: block;
	height: 40px;
	margin-right: 12px;
	padding: 8px 28px;
	transition: 0.25s;
	text-decoration: none;
	color: white;
	border: 1px solid white;
	border-radius: 21px;
}
.section-top__link:hover {
	color: #6568f3;
	background-color: white;
}
.section-top__pic {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 110%;
	height: 100vh;
	margin: 0 -100px;
	transition: 0.001s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}
.section-top__three {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 253px;
	height: 780px;
	max-height: 100%;
	transition: 0.001s;
	background: url(../images/top-tree.svg) no-repeat center;
	background-size: contain;
}
.section-top__absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.section-top__absolute img {
	position: absolute;
	z-index: 2;
	top: 14%;
	left: 0;
}
.section-top__fone {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding-top: 90px;
	opacity: 0;
	background-color: black;
}
.container-about {
	display: flex;
	padding: 136px 0;
	justify-content: space-between;
}
.container-about__title {
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	flex-basis: 35%;
}
.container-about__description {
	font-size: 21px;
	flex-basis: 65%;
}
.landing-top {
	position: relative;
	height: 1859px;
	padding-top: 140px;
	color: white;
	background-color: #6568f3;
}
.landing-top .container {
	position: relative;
}
.landing-top .description {
	max-width: 838px;
}
.title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 30px;
}
.landing {
	position: relative;
}
.landing-top__circle {
	position: absolute;
	top: 29px;
	right: 11px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.landing-top__circle span {
	margin-top: 36px;
}
.landing-pic__max {
	position: absolute;
	z-index: 1;
	top: 379px;
	left: 0;
	width: 100%;
	margin-left: -32px;
}
.landing-pic__max .container {
	position: relative;
	display: flex;
	align-items: flex-start;
}
.landing-bottom {
	position: relative;
	overflow: hidden;
	height: 1665px;
}
.landing-bottom:before {
	position: absolute;
	bottom: -308px;
	left: 40px;
	width: 615px;
	height: 615px;
	content: "";
	border-radius: 50%;
	background-color: #eff3ff;
}
.landing-bottom:after {
	position: absolute;
	right: -408px;
	bottom: -408px;
	width: 816px;
	height: 816px;
	content: "";
	border-radius: 50%;
	background-color: #eff3ff;
}
.phone-absolute {
	position: absolute;
}
.phone-item__one {
	z-index: 1;
	top: 35%;
	left: 14px;
}
.phone-item__two {
	z-index: 1;
	right: 14px;
	bottom: 0;
}
.star {
	position: absolute;
}
.star-one {
	top: 29%;
	left: 2%;
}
.star-two {
	top: 16.5%;
	right: 10%;
}
.star-three {
	top: 7%;
	right: 4%;
}
.star-four {
	top: 40.5%;
	left: 3.2%;
}
.star-5 {
	top: 2.7%;
	left: 8%;
}
.star-6 {
	top: 19%;
	right: 2%;
}
.star-7 {
	top: 32%;
	left: 35%;
}
.star-8 {
	top: 67%;
	left: 2%;
}
.star-9 {
	top: 85%;
	right: 4%;
}
.star-10 {
	top: 7%;
	right: 8%;
}
.star-11 {
	top: 20%;
	left: 7%;
}
.star-12 {
	top: 47%;
	right: 4%;
}
.bottom-circle {
	position: absolute;
	top: 1052px;
	right: 14%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.landing-pic__max:before {
	position: absolute;
	top: -217px;
	left: 20px;
	width: 376px;
	height: 376px;
	content: "";
	border-radius: 50%;
	background: rgba(239, 243, 255, 0.1);
}
.animate-circle {
	display: flex;
	animation-fill-mode: forwards;
	align-items: center;
	justify-content: center;
}
.animate-circle.active {
	animation-name: animate;
	animation-duration: 15s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
@keyframes animate {
	to {
		transform: rotate(3600deg);
	}
}
.personal {
	position: relative;
	height: 1076px;
	padding-top: 188px;
	color: white;
	background-color: #6568f3;
}
.personal .container {
	position: relative;
}
.personal .landing-top__circle {
	position: absolute;
	top: 57px;
	right: 22.8%;
}
.text-max__mfm {
	position: absolute;
	right: 13px;
	bottom: -365px;
}
.personal-pic {
	position: absolute;
	z-index: 1;
	top: 428px;
	left: 50%;
	margin-left: -850px;
}
.text {
	position: relative;
	overflow: hidden;
	height: 7164px;
}
.text-max {
	position: absolute;
	top: 0;
	left: 50%;
	display: flex;
	width: 1920px;
	margin-left: -957px;
	justify-content: center;
}
.text-content__title {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 25px;
}
.text-content__item {
	position: absolute;
	top: 0;
	max-width: 442px;
}
.text-content__one {
	top: 770px;
	right: 287px;
}
.text-content__two {
	top: 2228px;
	left: 328px;
	max-width: 500px;
}
.text-content__two .text-content__description {
	max-width: 450px;
}
.text-content__three {
	top: 4688px;
	right: 287px;
}
.text-top {
	position: relative;
	height: 5000px;
}
.text-bottom {
	position: relative;
	height: 1913px;
	color: white;
	background-color: #6568f3;
}
.text-bottom .container {
	position: relative;
}
.text-content__four {
	top: 1032px;
	left: 37px;
	max-width: 740px;
}
.team {
	padding-top: 156px;
}
.team-container {
	padding-left: 40px;
}
.team-title {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 33px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.team-items {
	display: flex;
	flex-flow: row wrap;
}
.team-item {
	margin: 25px 0;
	flex-basis: 24%;
}
.team-item:nth-child(2) {
	flex-basis: 28%;
}
.team-item:nth-child(3) {
	flex-basis: 29%;
}
.team-item:nth-child(4) {
	flex-basis: 18%;
}
.team-item__position {
	font-size: 19px;
	font-weight: 700;
	line-height: 30px;
}
.team-item__name {
	font-size: 19px;
	line-height: 30px;
}
.section-contact {
	padding: 158px 0 115px;
	text-align: center;
}
.section-contact__label {
	font-size: 21px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 17px;
	color: black;
}
.section-contact__mail {
	font-size: 55px;
	font-weight: 600;
	line-height: 40px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
}
.section-contact__mail:hover {
	text-decoration: underline;
	color: #6568f3;
}
.section {
	display: flex;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	justify-content: center;
}
.section-content__block {
	transition: 0.25s;
	text-decoration: none;
	flex-basis: 50%;
}
.section-content__block:hover {
	background-color: #ececec;
}
.section-content {
	display: flex;
	max-width: 670px;
	text-decoration: none;
	align-items: flex-start;
	justify-content: space-between;
}
.section-content__arrow {
	padding-top: 2px;
}
.section-left {
	justify-content: flex-end;
}
.section-left .section-content {
	margin: auto 0 auto auto;
	padding: 70px 140px 70px 0;
}
.section-left .section-text {
	text-align: right;
}
.section-right .section-content {
	padding: 70px 0 70px 140px;
}
.section-text {
	display: flex;
	flex-direction: column;
}
.section-title {
	font-size: 27px;
	font-weight: 600;
	line-height: 31px;
	margin-bottom: 6px;
	color: black;
}
.section-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 31px;
	color: black;
}
.container-mobile {
	display: none;
}
@media (max-width: 1700px) {
	.phone-absolute img {
		width: 350px;
	}
	.star-two {
		right: 3%;
	}
	.phone-item__one {
		left: -18px;
	}
	.phone-item__two {
		right: -18px;
	}
	.text-content__item {
		max-width: 542px;
	}
	.text-content__one {
		top: 700px;
		right: 68px;
	}
	.text-content__two {
		top: 1903px;
		left: 288px;
	}
	.star-7 {
		top: 26%;
	}
	.text-top {
		height: 4376px;
	}
	.text-content__three {
		top: 4043px;
		right: 68px;
	}
	.text-bottom {
		height: 1691px;
	}
	.text {
		position: relative;
		height: 6263px;
	}
	.text-content__four {
		top: 856px;
	}
	.bottom-circle {
		top: 944px;
	}
	.text-max {
		width: 1480px;
		margin-left: -709px;
	}
	.text-max img {
		max-width: 2130px;
	}
	.text-max__mfm {
		bottom: -300px;
	}
	.text-max__mfm img {
		max-width: 100%;
	}
}
@media (max-width: 1440px) {
	.section-top__absolute img {
		top: 0;
	}
	.text-content__item {
		max-width: 464px;
	}
	.text-content__one,
	.text-content__three {
		right: 40px;
	}
	.text-content__two {
		top: 1631px;
		left: 171px;
		max-width: 550px;
	}
	.text-max {
		width: 1087px;
		margin-left: -521px;
	}
	.text-max img {
		max-width: 1843px;
	}
	.text-content__one {
		top: 562px;
	}
	.text-content__one,
	.text-content__three {
		right: 58px;
	}
	.text-content__one {
		top: 548px;
	}
	.star-7 {
		top: 22%;
	}
	.text-content__three {
		top: 3487px;
	}
	.text-max__mfm {
		left: -218px;
	}
	.text-max__mfm img {
		max-width: 1440px;
	}
}
@media (max-width: 1440px) {
	.landing-pic__max img {
		max-width: 115%;
	}
	.phone-item__one {
		left: 18px;
	}
	.landing-top {
		height: 1730px;
	}
	.landing-bottom {
		height: 1449px;
	}
	.phone-item__two {
		right: 18px;
	}
	.personal-pic {
		margin-left: -734px;
	}
	.personal-pic img {
		max-width: 100%;
	}
	.phone-absolute img {
		width: 300px;
	}
	.container {
		max-width: 1200px;
	}
	.text-bottom {
		height: 1442px;
	}
	.text {
		height: 5376px;
	}
	.star-9 {
		top: 75%;
	}
	.star-10 {
		top: 0;
	}
	.star-11 {
		top: 2%;
	}
	.star-12 {
		top: 37%;
	}
	.bottom-circle {
		top: 751px;
	}
	.text-content__four {
		top: 700px;
	}
	.text-top {
		height: 3753px;
	}
	.section-top__three {
		display: none;
	}
	.section-top__container {
		max-width: 800px;
	}
}
@media (max-width: 1366px) {
	.text-max img {
		max-width: 1779px;
	}
	.text-content__two {
		top: 1587px;
	}
	.text-max__mfm {
		right: 0;
		bottom: -200px;
		left: -100px;
	}
	.text-max__mfm img {
		max-width: 100%;
	}
	.text {
		height: 5182px;
	}
	.text-bottom {
		height: 1278px;
	}
	.text-content__four {
		top: 600px;
	}
	.bottom-circle {
		top: 651px;
	}
	.text-content__three {
		top: 3392px;
	}
}
@media (max-width: 1280px) {
	.text-max {
		width: 1280px;
		margin-left: -613px;
	}
	.text-max img {
		width: 1653px;
	}
	.personal-pic {
		margin-left: -600px;
	}
	.personal-pic img {
		max-width: 100%;
	}
	.text-content__two {
		top: 1470px;
	}
	.text-content__title {
		font-size: 32px;
		margin-bottom: 15px;
	}
	.text-content__description {
		font-size: 18px;
	}
	.text-content__two {
		top: 1444px;
	}
	.text-content__three {
		top: 3036px;
	}
	.text-top {
		height: 3281px;
	}
	.text-content__four {
		top: 680px;
	}
	.text {
		height: 4828px;
	}
	.text-bottom {
		height: 1342px;
	}
	.text-content__one,
	.text-content__three {
		right: 18px;
	}
	.text-content__item {
		max-width: 440px;
	}
	.text-content__one {
		top: 490px;
	}
	.personal {
		height: 902px;
	}
	.star-four {
		top: 8.5%;
	}
	.section-top .container {
		padding: 4.7% 20px;
	}
	.section-content__block {
		padding: 0 10px;
	}
	.container {
		max-width: 1024px;
		padding: 0 20px;
	}
	.team-container {
		padding-left: 0;
	}
	.team-item {
		flex-basis: 25% !important;
	}
	.personal .landing-top__circle {
		right: 0;
	}
	.star-11 {
		top: 4%;
	}
	.text-max__mfm {
		bottom: -200px;
		left: -50px;
	}
	.text-max__mfm img {
		width: 100%;
	}
	.landing-top {
		height: 1488px;
	}
	.landing-bottom {
		height: 1158px;
	}
}
@media (max-width: 1200px) {
	.landing-pic__max:before {
		display: none;
	}
	.section-top .container {
		padding: 4.7% 40px;
	}
	.container {
		padding: 0 40px;
	}
	h1 {
		font-size: 50px;
		font-weight: 400;
		line-height: 1.2;
		margin-bottom: 18px;
	}
	.container-about__title {
		font-size: 35px;
	}
	.container-about {
		padding: 80px 0;
	}
	.landing-top {
		padding-top: 80px;
	}
	.container-about__description,
	.description {
		font-size: 19px;
	}
	.landing-pic__max {
		top: 255px;
	}
	.landing-top {
		height: 1179px;
	}
	.section-top__container {
		max-width: 650px;
	}
	.title {
		font-size: 35px;
		margin-bottom: 24px;
	}
	.landing-pic__max img {
		width: 100%;
	}
	.landing-pic__max {
		margin-left: 40px;
	}
	.phone-absolute img {
		width: 300px;
	}
	.landing-bottom {
		height: 979px;
	}
	.landing-top__circle {
		display: none;
	}
	.personal-pic img {
		max-width: 100%;
	}
	.personal-pic {
		top: 363px;
		left: 50px;
		margin-left: 0;
	}
	.personal {
		height: 800px;
		padding-top: 158px;
	}
	.text-content__title {
		font-size: 26px;
		font-weight: 700;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.text-content__description {
		font-size: 17px;
	}
	.text-content__one {
		top: 373px;
	}
	.text-content__two {
		top: 1146px;
	}
	.text-top {
		height: 2649px;
	}
	.text-bottom {
		height: 1061px;
	}
	.text {
		height: 3823px;
	}
	.text-content__four {
		top: 500px;
		max-width: 420px;
	}
	.star-11 {
		top: -4%;
	}
	.star-12 {
		top: 37%;
	}
	.team-item {
		flex-basis: 33% !important;
	}
	.section-left .section-content {
		padding: 70px 50px 70px 0;
	}
	.section-right .section-content {
		padding: 70px 0 70px 50px;
	}
	.section-content__arrow img {
		max-width: 100%;
	}
	.text-max {
		width: 1280px;
		margin-left: -629px;
	}
	.text-max img {
		width: 1296px;
	}
	.text-content__item {
		max-width: 362px;
	}
	.text-content__two {
		max-width: 340px;
	}
	.text-content__three {
		top: 2417px;
	}
	.text-max__mfm {
		bottom: -200px;
		left: 0;
		width: 1024px;
		margin: 0 auto;
	}
	.text-max__mfm img {
		width: 100%;
	}
	.text-content__four {
		top: 500px;
		max-width: 480px;
	}
	.team {
		padding-top: 80px;
	}
	.star-11 {
		top: -13%;
	}
	.bottom-circle {
		top: 551px;
	}
}
@media (max-width: 991px) {
	.container-desktop {
		display: none;
	}
	.container-mobile {
		display: block;
	}
	section {
		padding: 30px 0 !important;
	}
	.team-title {
		font-size: 23px;
		margin-bottom: 16px;
		padding-bottom: 16px;
		text-align: center;
	}
	.team-item {
		margin: 15px 0;
		flex-basis: 50% !important;
	}
	.section-contact {
		padding: 45px 0 35px;
	}
	.section-contact__label {
		font-size: 18px;
		margin-bottom: 0;
	}
	.section-contact__mail {
		font-size: 26px;
		line-height: 40px;
	}
	.section-left .section-content {
		padding: 30px 38px 30px 0;
	}
	.section-right .section-content {
		padding: 30px 0 30px 38px;
	}
	.section-top .container {
		padding: 30px 20px;
		align-items: center;
		justify-content: flex-start;
	}
	.section-top__arrow {
		width: 100%;
		text-align: left;
	}
	.section-top__arrow img {
		width: 40px;
	}
	h1 {
		margin-top: 10px;
		text-align: center;
	}
	h1 {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 10px;
	}
	.section-top__text {
		font-size: 15px;
		margin-bottom: 10px;
		text-align: center;
	}
	.section-top__tabs {
		display: flex;
		margin-top: 0;
		flex-flow: row wrap;
		justify-content: center;
	}
	.section-top__link {
		margin: 5px;
		padding: 8px 13px;
	}
	.section-top__pic {
		right: auto;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		background-image: url("../images/top-mobile.png");
		background-size: contain;
	}
	.container-mobile {
		overflow: hidden;
	}
	.land-pic {
		margin-right: -40px;
	}
	.section-top {
		padding: 0 !important;
	}
	.container-about__title {
		margin-bottom: 10px;
	}
	.container-about__description {
		font-size: 15px;
		line-height: 1.7;
	}
	.landing .container-about__description,
	.personal .container-about__description,
	.container-about__relative .container-about__description {
		font-size: 20px;
	}
	.container-about {
		flex-direction: column;
		text-align: center;
	}
	.container-about__title {
		font-size: 23px;
		line-height: 40px;
	}
	.container-about {
		padding: 0;
	}
	.landing {
		color: white;
	}
	.landing .container {
		position: relative;
		z-index: 1;
	}
	.landing-top {
		position: absolute;
		top: 0;
		width: 100%;
		height: 517px;
		padding-top: 0;
	}
	.landing-bottom {
		position: absolute;
		top: 517px;
		width: 100%;
		height: 581px;
		padding-top: 0;
	}
	.landing-bottom:before,
	.landing-bottom:after {
		content: none;
	}
	.land-pic {
		position: relative;
		z-index: 1;
		display: flex;
		margin-top: 24px;
		justify-content: center;
	}
	.personal {
		height: auto;
		margin-top: -196px;
		padding-top: 200px !important;
		color: white;
		background: #6568f3;
	}
	.personal-pic {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		display: flex;
		margin-top: 25px;
		justify-content: center;
	}
	.personal-pic img {
		margin-bottom: -70px;
	}
	.personal {
		padding-bottom: 0 !important;
	}
	.text {
		height: auto;
		padding-top: 120px !important;
	}
	.text-pic {
		display: flex;
		margin-top: 25px;
		align-items: center;
		justify-content: center;
	}
	.mt-80 {
		margin-top: 80px;
	}
	.text-pic__circle {
		position: relative;
	}
	.text-pic__circle img {
		position: relative;
		z-index: 1;
	}
	.text-pic__circle:before {
		position: absolute;
		top: 120px;
		left: 33px;
		width: 204px;
		height: 204px;
		content: "";
		border-radius: 50%;
		background-color: #f8f7ff;
	}
	.text-pic__circle:after {
		position: absolute;
		right: 33px;
		bottom: -250px;
		width: 348px;
		height: 348px;
		content: "";
		border-radius: 50%;
		background-color: #f8f7ff;
	}
	.container-about-z {
		position: relative;
		z-index: 1;
	}
	.detailed {
		margin-top: -150px;
		padding-top: 220px !important;
		color: white;
		background-color: #6568f3;
	}
	.animate-circle {
		position: absolute;
		top: -80px;
		right: -30px;
	}
	.animate-circle img {
		width: 80px;
	}
	.container-about__relative {
		position: relative;
	}
	.detailed-pic {
		display: flex;
		margin-top: 25px;
		justify-content: center;
		align-items: center;
	}
	.detailed-pic img {
		margin-right: -80px;
		margin-bottom: -97px;
	}
	.team {
		padding-top: 160px !important;
	}
}
@media (max-width: 767px) {
	.team {
		padding-top: 120px !important;
	}
	.text-pic__one {
		margin-left: -70px;
	}
	.text-pic__three {
		margin-left: -75px;
	}
	.text-pic__circle {
		margin-right: -100px;
	}
	.text-pic__circle:before {
		left: -100px;
	}
	.text-pic__circle:after {
		right: -120px;
	}
	.personal-pic img {
		width: auto;
		max-width: inherit;
		margin: 0 -40px -70px -30px;
	}
	.container {
		padding: 0 20px;
	}
	.container-about {
		max-width: 414px;
	}
	.landing-top {
		height: 618px;
	}
	.personal {
		padding-top: 190px !important;
	}
	.team-item {
		margin: 10px 0;
		text-align: center;
		flex-basis: 100% !important;
	}
	.section-contact {
		position: relative;
	}
	.section-contact:before {
		position: absolute;
		top: 0;
		left: 20px;
		width: calc(100% - 40px);
		height: 1px;
		content: "";
		background-color: rgba(0, 0, 0, 0.2);
	}
	.section {
		padding: 15px 0 50px;
	}
	.section-left .section-content {
		flex-direction: column;
		padding: 0 !important;
		align-items: flex-end;
	}
	.section-content__arrow img {
		width: 50px;
	}
	.section-text {
		margin-top: 10px;
	}
	.section-title {
		font-size: 18px;
		line-height: 25px;
	}
	.section-right .section-content {
		flex-direction: column-reverse;
		padding: 0 !important;
		align-items: flex-start;
	}
	.section-contact__label {
		line-height: 25px;
		max-width: 300px;
		margin: 10px auto 0;
	}
	.section-contact__mail {
		margin-top: 25px;
	}
}
@media (max-width: 380px) {
	.section-title {
		width: 100%;
		max-width: 167px;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.text-max {
		left: 38%;
	}
}
@-moz-document url-prefix() {
	img {
		width: initial;
		max-width: initial;
	}
	.text {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.text-top {
		width: 100%;
	}
	.landing-pic__max {
		margin-right: -60px;
		margin-left: auto;
		padding-left: 100px;
	}
	.landing-pic__max .container {
		max-width: 1545px;
	}
	.text-max {
		left: auto;
		display: flex;
		width: 2424px;
		margin-left: auto;
		justify-content: center;
	}
	.text-bottom {
		width: 100%;
	}
	.text-max__mfm {
		display: flex;
		width: 100%;
		justify-content: center;
	}
	@media (max-width: 1440px) {
		.text-max__mfm {
			bottom: -197px;
			left: 0;
		}
	}
	@media (max-width: 1366px) {
		.text-max {
			margin-left: 40px;
		}
		.text-max__mfm img {
			max-width: 1280px;
		}
	}
	@media (max-width: 1366px) {
		.text-max__mfm img {
			max-width: 1029px;
			margin-left: -30px;
		}
	}
}
