/*
Theme Name: invest
Text Domain: invest
*/
@font-face {
	font-family:'sabon';
	font-weight: 400;
	src:url(fonts/SabonCyr-Roman.ttf);
}
@font-face {
	font-family:'sabon';
	font-weight: 700;
	src:url(fonts/SabonCyr-Bold.ttf);
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
body {
	margin:0;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.77;
	color: #000;
	font-family: "Inter", sans-serif;
}
a {
	text-decoration:none;
	cursor:pointer;
	transition:all linear .25s;
}
div,a,img,button {
	outline:none;
}
ul {
	list-style:none;
	padding:0;
	margin:0;
}
p {
	margin:0;
}
.fl {
	display:flex;
}
.fw {
	flex-wrap:wrap;
}
.sb {
	justify-content: space-between;
}
.aligncenter {
	align-content: center;
	align-items: center;
}
.container {
	width:100%;
	max-width: 1600px;
	padding: 0 20px;
	margin:0 auto;
}
header .d-flex {
	display: grid;
	grid-template-columns: 115px auto 115px;
	justify-content: space-between;
	
}
header {
	padding: 45px 0 25px;
		position: relative;
}
header .container {
	position: relative;
	z-index: 2;
}
header:before {
	content:' ';
	top:0;
	left: 0;
	display: block;
	position: absolute;
	width: 100%;
	height: 175px;
	clip-path: polygon(0 0,100% 0, 50% 100%);
	background: #140773;
}
header .home-link {
	display: block;
	width: 100%;
	max-width: 425px;
}
img {
	display: block;
	max-width: 100%;
}
.lang {
	padding-top: 10px;
}
.lang ul {
	display: flex;
	align-items: center;
	gap:12px;
}
.lang a {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	max-width: 44px;
	border-radius: 100%;
	overflow:hidden;
}
.lang .active a {
	max-width: 64px;
	border:5px solid #140773;
}
.lang li:not(.active) a:hover {
	transform:scale(1.1);
}
#info {
	padding: 100px 0 115px;
}
#info .col-left {
	width: 100%;
	max-width: 55%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	position: relative;
}
#info .title2 {
	font-weight: 700;
	font-family:'sabon';
	font-size: 96px;
	line-height: 110%;
	text-transform: uppercase;
	color: rgba(32, 24, 92, 0.03);
	margin-left: -25vw;
}
#info .title2 br {
	display: none;
}
#info .col-left > div {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top:0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
#info .title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 32px;
	color: #140773;
	font-family:'sabon';
}
#info .col-right {
	width: 100%:;
	max-width: 45%;
	padding-left: 20px;
	padding-top: 12px;
}
.d-flex {
	display: flex;
}
.text p + p,
.text ul + p {
	margin-top: 32px;
}
.text b, .text strong {
	font-weight: 600;
}
.text ul {
	margin-top: 32px;
}
.text ul li+li, .text ol li+li {
	margin-top: 10px;
}
.text a {
	color:#140773;
	text-decoration: none;
}
.text a:hover {
	color:#ceaf32;
}
.text table {
	width: 100%;
	border-collapse: collapse;
	border:0;
	text-align: left;
}
.text ol, .text ul {
	padding-left: 20px;
}
.sc {
	overflow:auto;
}
.sc table {
	min-width: 800px;
}
.text td {
	padding: 7px 10px;
	font-size: 14px;
	line-height: 1.4;
	border:1px solid #000;
}
.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-transform: uppercase;
	color:#fff !important;
	font-weight: 700;
	font-family: "sabon", sans-serif;
	font-size: 20px;
	height: 70px;
	border-radius: 10px;
	background: #ceaf32;
	width: 330px;
}
.btn:hover {
	background: #A68D28;
}
#info .btn {
	margin-top: 40px;
}
#info .d-flex {
	align-items: flex-start;
}
#services {
	padding: 0 0 85px;
}
.services {
	gap:35px;
}
.services > div {
	width: 100%;
	max-width: calc(33.33% - 35px * 2/3);
}
.services .head {
	padding-bottom: 2px;
	border-bottom: 2px solid #1b0b99;
	font-weight: 700;
	font-family:'sabon';
font-size: 26px;
line-height: 1.4;
text-transform: uppercase;
color: #140773;
margin: 0 0 24px;
transition:all linear .25s;
align-items: flex-end;
}
.services .head img {
	margin-bottom: 7px;
}
.services .head:hover {
	padding-right: 10px;
}
.services .img {
	position: relative;
	box-shadow: 9px 12px 30px 0 rgba(0, 0, 0, 0.06);
	background: #fff;
}
.services .description {
	padding: 22px;
	font-size: 20px;
	line-height: 1.7;
	min-height: 146px;
}
.services .description p {
border-radius: 10px;
padding: 7px 11px;
font-size: 15px;
font-weight: 500;
display: inline-block;
background: #fff;
line-height: 1.7;
border:2px solid rgba(217,192,95,0.3);
}
.services .description p + p {
	margin-top: 9px;
}
#partners {
	padding: 85px 0 110px;
}
.section-title {
	text-align: center;
	font-weight: 700;
	font-family:'sabon';
	font-size: 32px;
	line-height: 110%;
	text-align: center;
	color: #1b0b99;
	position: relative;
	margin: 0 0 115px;
}
.section-title span {
	position: absolute;
	font-weight: 700;
	font-family:'sabon';
font-size: 128px;
line-height: 110%;
text-align: center;
color: rgba(27, 11, 153, 0.05);
top:50%;
left: 50%;
transform:translate(-50%, calc(-50% - 20px));
white-space: nowrap;
}
.partners {
	justify-content: center;
	gap:95px;
}
.partners img {
	max-width: 100%;
}
.partners a:nth-child(1) img {
	max-height: 120px;
}
.partners a:nth-child(2) img {
	max-height: 205px;
}
.partners a:nth-child(3) img {
	max-height: 100px;
}
#team {
	padding: 125px 0 85px;
	background: #140773;
}
#team .section-title {
	color:#fff;
	margin:0 0 105px;
}
#team .section-title span {
	color: rgba(255, 255, 255, 0.15);
}
.team {
	gap:40px 108px;
}
.team > div {
	width: 100%;
	max-width: calc(33.33% - 108px*2/3);
	position: relative;
	color:#fff;
}
.team > div+div:not(:nth-child(3n+4)):before {
	position: absolute;
	content:' ';
	display: block;
	width: 1px;
	background: #fff;
	height: 100%;
	left: -54px;
	top:0;
}
.team .img {
	margin:0 0 20px;
	border-radius: 10px;
	overflow: hidden;
}
.team .img img {
	width: 100%;
	object-fit:cover;
	height: 515px;
}
@media screen and (max-width:1620px) {
	.team .img img {
		height:32vw;
	}
}
.team .name {
	font-weight: 600;
font-size: 28px;
}
.team .job {
	font-style: italic;
	line-height: 1.4;
}
footer .bottom {
	background: #e8e8e8;
	padding: 13px 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.33;
	margin-top: 45px;
	font-family: 'sabon';
	font-weight: 400;
}
footer .bottom ul {
	display: flex;
	gap:22px;
}
footer .bottom li {
	margin:0;
}
footer .bottom ul a {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.1;
	color:#000;
}
footer {
	padding: 75px 0 0;
	background: #f9f9f9;
}
footer .social {
	margin-top: 20px;
	gap:14px;
}
footer .social a:hover {
	transform:scale(1.1);
}
footer .col1 {
	width: 50%;
}
footer .home-link {
	max-width: 215px;
}
footer .col2 {
	width: 50%;
	border-left: 2px solid #140773;
	padding-left: 7vw;
}
footer .col2 img {
	max-width: 144px;
	margin-right: 9vw;
}
footer li + li {
	margin-top: 25px;
}
footer .contacts {
	justify-content: center;
	gap:90px;
	width: 50%;
	padding-right: 20px;
}
footer .a {
	display: block;
	color:#000;
	padding-left: 25px;
	font-family: 'sabon';
	font-weight: 400;
	font-size: 20px;
	line-height: 1.1;
}
footer .a + .a {
	margin-top: 7px;
}
footer a.a:hover {
	color:#140773;
}
footer .icon1 {
	background: url(images/icon1.svg) no-repeat left center;
}
footer .icon2 {
	background: url(images/icon2.svg) no-repeat left center;
}
footer .icon3 {
	background: url(images/icon3.svg) no-repeat left center;
}
.back {
	display: inline-flex;
	align-items: center;
	font-weight: 500;
	color: #140773;
	margin:0 0 95px;
}
.back img {
	margin-right: 10px;
	transition:all linear .25s;
}
.back:hover img {
	margin-left: -5px;
	margin-right: 15px;
}
#page {
	padding: 0 0 80px;
}
#e404 .section-title span,
#page .section-title span {
	transform: translate(-50%, calc(-50% - 15px));
}
#page .section-title {
	margin:0 0 85px;
}
.text ul {
	list-style:disc;
	padding-left: 20px;
}
#e404 {
	padding: 80px 0;
	text-align: center;
}
#e404 .btn {
	margin:0 auto;
}
#e404 h1 + p {
	margin:0 0 30px;
	font-size: 24px;
	text-align: center;
}
#e404 .section-title {
	margin:0 0 40px;
}
.cookie {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background:#fff;
	padding:20px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	display:none;
	z-index:3;
}
.cookie .title {
	text-transform: uppercase;
	margin:0 0 10px;
	font-weight: 700;
font-size: 24px;
}
.cookie .text {
	font-weight: 400;
font-size: 16px;
}
.cookie .text a {
	text-decoration: underline;
}
.btn.btn2 {
	background: #000;
	border:2px solid #000;
	border-color:#000;
	color:#fff;
}
.btn.btn2:hover {
	background: transparent;
	border-color:#000;
	color:#000;
	border-color:#000;
}
.cookie > .close {
	position:absolute;
	top:16px;
	right:16px;
	width:16px;
	height: 16px;
	background:url(images/close.svg) no-repeat center center;
	cursor:pointer;
}
.cookie .text a {
	text-decoration: none;
	color:#1b0b99;
}
.cookie .text a:hover {
	color:#ceaf32;
}
.cookie .btn {
	height: 50px;
}
.cookie .buttons {
	width:100%;
	max-width: 330px;
	display:flex;
	justify-content: flex-end;
}
.cookie .btn-link1 {
	min-width:140px;
	text-align: center;
	cursor:pointer;
}
.cookie .buttons {
	margin-left: 24px;
}
.cookie .buttons a + a {
	margin-left: 24px;
}



@media screen and (max-width:1600px) {
	.services .head {
		font-size: 24px;
	}
	#info .title2 {
		font-size: 6.25vw;
	}
	#info .title {
		font-size: 2vw;
	}
	.services .description p {
		font-size: 0.9375vw;
	}
	.section-title span {
		font-size: 8vw;
	}
	.section-title span {
		transform:translate(-50%, calc(-50% - 1.25vw));
	}
	#e404 .section-title span,
	#page .section-title span {
		transform: translate(-50%, calc(-50% - 1vw));
	}
}
@media screen and (max-width:1500px) {
	.services .head {
		font-size: 22px;
	}
	footer .contacts {
		gap:40px;
		padding: 0;
	}
	.team {
		gap:60px;
	}
	.team > div+div:not(:nth-child(3n+4)):before {
		left: -30px;
	}
	.team > div {
		max-width: calc(33.33% - 60px*2/3);
	}
}
@media screen and (max-width:1400px) {
	.services .head {
		font-size: 20px;
	}
	.team {
		gap:40px;
	}
	.team > div+div:not(:nth-child(3n+4)):before {
		left: -20px;
	}
	.team > div {
		max-width: calc(33.33% - 40px*2/3);
	}
	.team .name {
		font-size: 25px;
	}
}
@media screen and (max-width:1250px) {
	#info .d-flex {
		flex-wrap: wrap;
	}
	.section-title span {
		display: none !important;
	}
	#info .col-left {
		max-width: 100%;
	}
	#info .col-right {
		max-width: 100%;
		padding: 0;
	}
	#info .title, .section-title, #team .section-title, #page .section-title, #e404 .section-title {
		text-align: center;
		font-size: 32px;
		margin:0 0 30px;
	}
	#info .title2 {
		display: none;
	}
	#info .col-left > div {
		position: static;
	}
	#info {
		padding: 20px 0 80px;
	}
	.services {
		justify-content: center;
	}
	.services > div {
		max-width: 500px;
		width: 100%;
	}
	.services .description p {
		font-size: 15px;
	}
	#services {
		padding: 0 0 80px;
	}
	.partners {
		gap:50px;
	}
	.partners img {
		max-width: 100%;
		min-width: 110px;
	}
	#partners {
		padding: 0 0 80px;
	}
	#team {
		padding: 80px 0;
	}
	.team {
		gap:40px;
	}
	.team > div {
		max-width: calc(50% - 20px);
	}
	@media screen and (max-width:1620px) {
		.team .img img {
			height:51vw;
		}
	}
	.team > div:before {
		display: none !important;
	}
	.team {
		flex-wrap: wrap;
	}
	.team .name {
		font-size: 22px;
	}
	body {
		font-size: 17px;
	}
	footer > .container > .d-flex {
		flex-wrap: wrap;
		justify-content: center;
	}
	footer .col2 {
		padding: 0;
		border:0;
		margin-top: 40px;
		justify-content: center;
	}
	footer .col2 img {
		margin-right: 50px;
	}
	footer .col1 {
		max-width: 100%;
		width: 100%;
		margin:0 0 25px;
	}
	footer .home-link {
		display: block;
		margin:0 auto;
	}
	footer .col2 {
		max-width: 100%;
		width: 100%;
		margin:0 0 ;
	}
	footer .col3 a {
		text-align: center;
	}
	footer li + li {
		margin-top: 15px;
	}
	footer .bottom {
		margin-top: 40px;
	}
	.back {
		margin:0 0 60px;
	}
	#page {
		padding: 0 0 60px;
	}
	#e404 {
		padding: 50px 0 60px;
	}
}
@media screen and (max-width:767px) {
	#e404 {
		padding: 30px 0 50px;
	}
	#e404 h1 + p {
		font-size: 18px;
		margin:0 0 20px;
	}
	header .home-link {
		max-width: 330px;
	}
	header {
		padding: 20px 0;
		overflow:hidden;
	}
	header:before {
		width: 700px;
		left: calc(50% - 350px);
		height: 130px;
	}
	header .d-flex {
		display: flex;
		justify-content: center;
	}
	header .lang {
		position: absolute;
		right: 15px;
		top:0px;
		padding: 0;
	}
	header .lang ul {
		gap:10px;
	}
	.lang .active a {
		border-width: 2px;
		border-color:#ceaf32;
	}
	.lang a {
		max-width: 30px;
	}
	.lang .active a {
		max-width: 30px;
	}
	.container {
		padding: 0 15px;
	}
	header .d-flex > div:first-child {
		display: none;
	}
	#info .title br {
		display: none;
	}
	.btn {
		margin:0 auto;
		width: 250px;
		height: 55px;
		font-size: 18px;
	}
	#info .title, .section-title, #team .section-title, #page .section-title, #e404 .section-title {
		font-size: 27px;
		margin:0 0 25px;
	}
	#info .title {
		font-size: 24px;
	}
	#info {
		padding: 20px 0 60px;
	}
	.text p + p,
	.text ul + p {
		margin-top: 15px;
	}
	#info .btn {
		margin-top: 25px;
	}
	.text ul {
		margin-top: 15px;
	}
	#services {
		padding: 0 0 60px;
	}
	.services .head {
		font-size: 24px;
	}
	.services .description p {
		font-size: 14px;
		line-height: 1.4;
	}
	.services .description p + p {
		margin-top: 7px;
	}
	.services .description {
		padding: 15px;
		font-size: 16px;
		min-height: unset;
	}
	.partners {
		gap:20px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.partners img {
		min-width: unset;
		max-width: 180px;
		max-height: 100px;
	}
	#partners {
		padding: 0 0 60px;
	}
	#team {
		padding: 60px 0;
	}
	.team {
		gap:30px;
	}
	.team .img {
		margin: 0 0 15px;
	}
	.team > div {
		max-width: 100%;
	}
	@media screen and (max-width:1620px) {
		.team .img img {
			height:103vw;
		}
	}
	.team .name {
		font-size: 20px;
		margin:0 0 5px;
	}
	body {
		font-size: 16px;
		line-height: 1.4;
	}
	footer {
		padding: 40px 0 0;
	}
	footer .col1 {
		max-width: 100%;
		width: 100%;
		margin:0 0 30px;
		flex-wrap: wrap;
		justify-content: center;
	}
	footer .col1 .contacts {
		margin-top: 20px;
		width: auto;
	}
	footer .col2 {
		justify-content: space-between;
		max-width: 430px;
	}
	footer .col2 img {
		margin:0;
	}
	footer .bottom .d-flex {
		flex-wrap: wrap;
		justify-content: center;
		gap:10px;
	}
	footer .copy {
		text-align: center;
		width: 100%;
	}
	footer .home-link {
		width: 100%;
		max-width: unset;
	}
	footer .home-link img {
		max-width: 215px;
		margin:0 auto;
	}
	footer .contacts {
		gap:15px 30px;
	}
	footer .a {
		font-size: 18px;
	}
	footer li + li {
		margin-top: 12px;
	}
	footer .social {
		margin-top: 15px;
	}
	footer .bottom {
		margin-top: 30px;
	}
	.back {
		margin:0 0 30px;
	}
	.cookie .d-flex {
		flex-wrap: wrap;
		justify-content: center;
		gap:10px;
	}
	.cookie .text {
		width: 100%;
		text-align: center;
		font-size: 12px;
	}
	.cookie .title {
		font-size: 18px;
		text-align: center;
	}
	.cookie .btn {
		height: 45px;
		font-size: 16px;
		width: 200px;
	}
	.cookie .buttons {
		margin-left: 0;
	}
	.cookie .buttons a+ a {
		margin-left: 15px;
	}
}