@charset "utf-8";

@media only screen and (min-width: 1280px) {
body {
	font-size: 18px;
}
input, select, textarea, button {
	font-size: 18px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, select {
	padding: 14px 20px;
}
h1, .h1 {
	font-size: 64px;
	line-height: 1.1;
	margin-bottom: 10px;
}
h2, .h2 {
	font-size: 56px;
	line-height: 1.1;
	margin-bottom: 15px;
}
h3, .h3 {
	font-size: 44px;
	line-height: 1.15;
	margin-bottom: 10px;
}
.btn {
	padding: 16px 20px;
}
.container {
	max-width: 1440px;
	padding: 0 80px;
}
.header {
	padding: 20px 0;
}
.header .logo {
	/* width: 188px; */
	height: 25px;
}
.menu .links {
	margin: 0 25px;
}
.menu .links .link {
	padding-left: 15px;
	padding-right: 15px;
}
.footer {
	padding-top: 140px;
	padding-bottom: 30px;
	font-size: 16px;
}
.footer .logo {
	width: 188px;
	height: 30px;
	margin-bottom: 60px;
}
.foot-title {
	margin-bottom: 30px;
}
.footer .list {
	margin-bottom: -20px;
}
.footer li {
	padding-bottom: 20px;
}
.footer .grid {
	gap: 60px 0;
	justify-content: space-between;
	max-width: 1100px;
	flex-wrap: nowrap;
}
.footer .grid .col-soc {
	order: 2;
	display: block;
	/* width: 30%;
	flex: 0 0 auto; */
}
.footer .grid .col-links1, .footer .grid .col-links2 {
	flex: 0 0 auto;
	/* width: auto; */
	order: 1;
}
.footer .grid .col-contacts {
	flex: 0 0 auto;
	width: auto;
}
.footer .grid .col-links1 .list {
	display: flex;
	gap: 0 80px;
}
.footer .grid .col-contacts li {
	display: block;
	width: auto;
}
.footer .hr {
	margin-top: 80px;
	margin-bottom: 40px;
}
.footer .grid-text {
	flex-wrap: nowrap;
}
.footer .grid-text > * {
	flex: 1;
	order: 3;
}
.footer .grid-text .copy {
	width: auto;
	flex: 0 0 auto;
	max-width: 50%;
	text-align: center;
	order: 2;
}
.footer .grid-text .copy + * {
	order: 1;
}
.footer .grid-text .copy br {
	display: none;
}
.top-block {
	background-image: url(../img/top-block.jpg);
	background-size: 1440px auto;
	background-position: 50% 0;
	padding-top: 165px;
	padding-bottom: 0;
}
.top-block h1, .top-block .h1 {
	font-size: 64px;
	height: 572px;
	margin: 0 auto;
	max-width: 1194px;
}
.top-block .text {
	max-width: 540px;
}
.ru .top-block .text {
	max-width: 560px;
}
.tool {
	padding-top: 102px;
	padding-bottom: 120px;
}
.tool .top {
	margin-bottom: 10px;
}
.tool h2, .tool .h2 {
	font-size: 44px;
	line-height: 1.15;
	margin-bottom: 12px;
}
.tool .top-text {
	max-width: 866px;
}
.tool ul {
	gap: 30px;
	margin-top: 40px;
	font-size: 20px;
	line-height: 1.4;
}
.tool .pic {
	margin-bottom: 25px;
}
.users {
	margin: 0;
	font-size: 30px;
	line-height: 1.1;
	background-position: 50% 50%;
	background-size: 100% 100%, auto 830px;
}
.users .container {
	height: 830px;
	padding-bottom: 15px;
}
.users .bg {
	box-shadow: none;
	padding: 65px 85px;
}
.users strong {
	font-size: 100px;
	margin: 10px 0;
}
.partners {
	padding-top: 120px;
	margin-top: 0;
}
.partners h2, .partners .h2 {
	font-size: 44px;
	line-height: 1.15;
}
.partners .wrap {
	margin: 40px auto 0 auto;
	max-width: 1254px;
}
.partners .wrap:before, .partners .wrap:after {
	width: 200px;
}
.partners ul {
	gap: 10px;
}
.partners ul + ul {
	margin-top: -20px;
	left: -120px;
}
@-webkit-keyframes partners {
 from {
transform: translate3d(0, 0, 0);
}
 to {
transform: translate3d(-3250px, 0, 0);
}
}
 @keyframes partners {
 from {
transform: translate3d(0, 0, 0);
}
 to {
transform: translate3d(-3250px, 0, 0);
}
}
.partners li {
	width: 240px;
	height: 110px;
}
.get {
	padding-top: 140px;
	padding-bottom: 222px;
	background: url(../img/get.png) no-repeat 50% 116px;
	background-size: 1440px auto;
}
.get h2, .get .h2 {
	font-size: 56px;
	line-height: 1.1;
	margin-bottom: 15px;
}
.get .top-text .btn {
	margin-top: 30px;
}
.get .h3, .get .text {
	max-width: 440px;
}
.get ol {
	font-size: 20px;
	margin: 20px auto 0 auto;
	max-width: 936px;
}
.get li {
	height: 280px;
}
.get li:nth-child(odd) {
	padding-left: 41.75%;
}
.get li:nth-child(5n - 4) .h3, .get li:nth-child(5n - 4) .text {
	max-width: none;
}
.get li:nth-child(5n - 2) .h3, .get li:nth-child(5n - 2) .text {
	max-width: 480px;
}
.get li:nth-child(odd) .num, .get li:nth-child(odd) .pic {
	left: 19.5%;
}
.get li:nth-child(even) {
	padding-right: 50%;
}
.get li:nth-child(even) .num, .get li:nth-child(even) .pic {
	left: 75%;
}
.join {
	background-position: 50% 0;
	background-size: 1440px auto;
	font-size: 24px;
	text-align: left;
	padding-top: 106px;
	min-height: 459px;
	margin-bottom: 140px;
}
.join .container {
	gap: 116px;
}
.join h2, .join .h2 {
	max-width: 528px;
	margin: 0;
	font-size: 48px;
	line-height: 1.15;
}
.join h3, .join .h3 {
	font-size: 36px;
	line-height: 1.15;
	margin-right: -10px;
}
.join .text {
	width: 511px;
	margin: 0;
}
.join .soc {
	margin-bottom: 40px;
}
.join .soc .btn {
	text-indent: 0;
	height: 60px;
	line-height: 60px;
	padding: 0 0 0 60px;
	max-width: none;
	font-weight: 600;
	font-size: 16px;
}
.join .soc .btn img {
	top: 0;
	left: 0;
	transform: none;
}
.join .email {
	padding: 0;
	margin-top: 20px;
	text-align: left;
}
.join .email a {
	padding: 26px 20px;
}
.join .email a span {
	top: 26px;
	left: 20px;
	transform: none;
}
.join .email .btn {
	width: auto;
	position: absolute;
	top: 50%;
	right: 0;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	margin: -25px 20px;
	min-width: 130px;
	background: #1D192C;
	color: #fff!important;
}
.faq {
	padding-top: 140px;
}
.faq h2, .faq .h2 {
	font-size: 56px;
	max-width: 300px;
}
.faq .el:not(:first-child) {
	margin-top: 25px;
}
.faq .h3 {
	font-size: 20px;
	line-height: 1.4;
	padding-right: 60px;
	min-height: 50px;
}
.faq .ind {
	padding-top: 10px;
}
}
