@charset "utf-8";

@media only screen and (min-width: 1000px) {

	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: 12px 20px;
	}

	.toggle-menu {
		display: none;
	}

	html.open-menu {
		overflow: auto;
	}

	.header {
		position: absolute !important;
	}

	.menu {
		flex: 1;
		position: static;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
		overflow: visible;
		z-index: auto;
		background: none;
		padding: 0;
		flex-direction: row;
		align-items: center;
		transform: none !important;
		transition: none;
		color: #A29DBA;
	}

	.menu .btn {
		order: 2;
		font-size: 14px;
		padding: 10px 15px;
		border-radius: 12px;
		width: auto;
		margin: 0 0 0 10px;
	}

	.menu .links {
		flex: 1;
		display: flex;
		align-items: center;
		width: auto;
		font-weight: normal;
		font-size: 16px;
		line-height: 1.45;
		margin: 0 10px;
	}

	.menu .links .link {
		flex: 0 0 auto;
		color: #A29DBA;
		padding: 10px 10px;
		transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	}

	@media (pointer:fine) {
		.menu .links .link:hover {
			color: #fff;
		}
	}

	.menu .lang {
		width: auto;
		position: relative;
		margin: 0 32px 0 0;
		flex-wrap: nowrap;
	}

	.menu .lang:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 100%;
		width: 1px;
		height: 16px;
		background: #A29DBA;
		margin: -8px 16px;
	}

	.menu .lang .link {
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 10px;
		font-weight: normal;
		text-transform: uppercase;
		font-size: 12px;
	}

	.menu .lang span.link {
		display: none;
	}

	.menu .lang a.link {
		color: #fff;
		background: #1D192C;
	}

	/* .footer .grid .col-links1,
	.footer .grid .col-links2,
	.footer .grid .col-contacts {
		width: 33.333333%;
	} */

	.top-block {
		background-image: url(../img/top-block.jpg);
		background-size: 768px auto;
		background-position: 50% 30px;
		padding-top: 120px;
		padding-bottom: 0;
	}

	.top-block h1,
	.top-block .h1 {
		margin: 0;
		height: 290px;
	}

	.top-block .bottom {
		display: flex;
		align-items: center;
		gap: 6px;
		text-align: left;
		min-height: 100px;
	}

	.top-block .text {
		flex: 1;
		max-width: 480px;
		margin: 0 auto 0 0;
	}

	.top-block .btn {
		flex: 0 0 auto;
		width: auto;
		padding-left: 48px;
		padding-right: 48px;
		margin: 0;
	}

	.tool .top-text {
		margin: 0 auto;
		max-width: 740px;
	}

	.tool .top {
		margin: 0 0 5px 0;
		color: #fff;
	}

	.tool h2,
	.tool .h2 {
		font-size: 24px;
		line-height: 1.3;
		margin: 0 0 10px 0;
	}

	.tool ul {
		display: flex;
		gap: 30px 20px;
		max-width: none;
		font-size: 16px;
	}

	.tool li {
		flex: 1;
		margin: 0;
	}

	.get .top-text {
		margin: 0 auto;
		max-width: 761px;
	}

	.get .top-text .btn {
		width: 300px;
	}

	.get ol {
		margin-top: 50px;
		text-align: left;
	}

	.get li {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0;
		padding: 0;
		height: 278px;
	}

	.get li:nth-child(odd) {
		padding-left: 50%;
	}

	.get li:nth-child(odd) .num,
	.get li:nth-child(odd) .pic {
		left: 25%;
	}

	.get li:nth-child(even) {
		padding-right: 50%;
	}

	.get li:nth-child(even) .num,
	.get li:nth-child(even) .pic {
		left: 75%;
	}

	.get .num {
		display: block;
		transform: translate3d(-50%, -50%, 0);
		position: absolute;
		top: 50%;
		font-weight: bold;
	}

	.get .pic {
		position: absolute;
		top: 50%;
		margin: 0;
		transform: translate3d(-50%, -50%, 0) scale(1.2);
	}

	.get li:nth-child(5n - 4) .pic {
		margin: 50px -110px;
		transform: translate3d(-50%, -50%, 0);
	}

	.get li:nth-child(5n - 3) .pic {
		margin: 63px -104px;
	}

	.get li:nth-child(5n - 2) .pic {
		margin: 3px -96px;
	}

	.get li:nth-child(5n - 1) .pic {
		margin: 60px -96px;
	}

	.get li:nth-child(5n) .pic {
		margin: 42px -100px;
	}

	.join {
		background: url(../img/join.jpg) no-repeat 0 0;
		background-size: auto 100%;
	}

	.join .container {
		display: flex;
		align-items: flex-start;
		gap: 40px;
	}

	.join h2,
	.join .h2 {
		flex: 1;
		text-align: left;
		max-width: 350px;
		margin: 0 auto;
	}

	.join h3,
	.join .h3 {
		margin-bottom: 15px;
	}

	.join .text {
		flex: 0 0 auto;
		width: 350px;
		margin: 0 auto;
	}

	.join .soc {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		margin: 0 0 30px 0;
	}

	.join .soc .btn {
		padding: 0;
		flex: 1;
		text-align: left;
		text-indent: -100vw;
		overflow: hidden;
		height: 50px;
		max-width: 100px;
	}

	.join .soc .btn img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
		height: 100%;
		width: auto;
	}

	.faq .container {
		display: flex;
		align-items: flex-start;
	}

	.faq h2,
	.faq .h2 {
		flex: 0 0 auto;
		width: 30%;
		max-width: 200px;
		margin: 0;
		text-align: left;
	}

	.faq .text {
		flex: 0 0 auto;
		width: 70%;
		max-width: 830px;
		margin: 0 0 0 auto;
	}
}