/*animations* */
@font-face {
    font-family: 'Syne';
    src: url('../fonts/Syne-VariableFont_wght.woff2') format('woff2');
    font-weight: 400 800;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Flex';
    src: url('../fonts/RobotoFlex-VariableFont.woff2') format('woff2');
    font-weight: 1 1000;
    font-stretch: 51% 151%;
    font-style: normal;
}


@keyframes anim-1 {
	0% {
		transform: translateX(-50%) rotate(0);
	}

	100% {
		transform: translateX(-50%) rotate(360deg);
	}
}

@keyframes anim-2 {
	0% {
		transform: rotate(-5deg) translateY(10px);
	}

	100% {
		transform: rotate(5deg) translateY(-10px);
	}
}

@keyframes anim-3 {
	from {
		transform: translateX(-50%) scale(0);
	}
}

@keyframes anim-4 {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes anim-5 {
	from {
		transform: translateY(50%) scale(0);
	}
}

@keyframes anim-6 {
	from {
		transform: translateY(-50%) scale(0);
	}
}

@keyframes glitch-anim {
	0% {
		clip: rect(19px, 9999px, 59px, 0);
		transform: skew(0.41deg);
	}

	5% {
		clip: rect(60px, 9999px, 26px, 0);
		transform: skew(0.72deg);
	}

	10% {
		clip: rect(63px, 9999px, 24px, 0);
		transform: skew(0.21deg);
	}

	15% {
		clip: rect(52px, 9999px, 100px, 0);
		transform: skew(0.32deg);
	}

	20% {
		clip: rect(96px, 9999px, 6px, 0);
		transform: skew(0.84deg);
	}

	25% {
		clip: rect(73px, 9999px, 40px, 0);
		transform: skew(0.21deg);
	}

	30% {
		clip: rect(76px, 9999px, 85px, 0);
		transform: skew(0.26deg);
	}

	35% {
		clip: rect(43px, 9999px, 28px, 0);
		transform: skew(0.59deg);
	}

	40% {
		clip: rect(81px, 9999px, 41px, 0);
		transform: skew(0.72deg);
	}

	45% {
		clip: rect(62px, 9999px, 46px, 0);
		transform: skew(0.62deg);
	}

	50% {
		clip: rect(37px, 9999px, 21px, 0);
		transform: skew(0.26deg);
	}

	55% {
		clip: rect(90px, 9999px, 21px, 0);
		transform: skew(0.7deg);
	}

	60% {
		clip: rect(1px, 9999px, 91px, 0);
		transform: skew(0.93deg);
	}

	65% {
		clip: rect(72px, 9999px, 48px, 0);
		transform: skew(0.96deg);
	}

	70% {
		clip: rect(22px, 9999px, 6px, 0);
		transform: skew(0.01deg);
	}

	75% {
		clip: rect(78px, 9999px, 57px, 0);
		transform: skew(0.45deg);
	}

	80% {
		clip: rect(56px, 9999px, 61px, 0);
		transform: skew(0.38deg);
	}

	85% {
		clip: rect(13px, 9999px, 29px, 0);
		transform: skew(0.7deg);
	}

	90% {
		clip: rect(30px, 9999px, 45px, 0);
		transform: skew(0.71deg);
	}

	95% {
		clip: rect(6px, 9999px, 65px, 0);
		transform: skew(0.5deg);
	}
}

@keyframes glitch-anim2 {
	0% {
		clip: rect(91px, 9999px, 77px, 0);
		transform: skew(0.57deg);
	}

	5% {
		clip: rect(23px, 9999px, 93px, 0);
		transform: skew(0.85deg);
	}

	10% {
		clip: rect(18px, 9999px, 30px, 0);
		transform: skew(0.09deg);
	}

	15% {
		clip: rect(96px, 9999px, 28px, 0);
		transform: skew(0.11deg);
	}

	20% {
		clip: rect(17px, 9999px, 97px, 0);
		transform: skew(0.75deg);
	}

	25% {
		clip: rect(81px, 9999px, 70px, 0);
		transform: skew(0.28deg);
	}

	30% {
		clip: rect(19px, 9999px, 51px, 0);
		transform: skew(0.25deg);
	}

	35% {
		clip: rect(19px, 9999px, 84px, 0);
		transform: skew(0.53deg);
	}

	40% {
		clip: rect(55px, 9999px, 57px, 0);
		transform: skew(0.23deg);
	}

	45% {
		clip: rect(18px, 9999px, 57px, 0);
		transform: skew(0.84deg);
	}

	50% {
		clip: rect(60px, 9999px, 49px, 0);
		transform: skew(0.9deg);
	}

	55% {
		clip: rect(78px, 9999px, 7px, 0);
		transform: skew(0.82deg);
	}

	60% {
		clip: rect(100px, 9999px, 34px, 0);
		transform: skew(0.74deg);
	}

	65% {
		clip: rect(26px, 9999px, 40px, 0);
		transform: skew(0.82deg);
	}

	70% {
		clip: rect(90px, 9999px, 4px, 0);
		transform: skew(0.93deg);
	}

	75% {
		clip: rect(42px, 9999px, 35px, 0);
		transform: skew(0.59deg);
	}

	80% {
		clip: rect(46px, 9999px, 64px, 0);
		transform: skew(0.07deg);
	}

	85% {
		clip: rect(56px, 9999px, 17px, 0);
		transform: skew(0.56deg);
	}

	90% {
		clip: rect(6px, 9999px, 91px, 0);
		transform: skew(0.67deg);
	}

	95% {
		clip: rect(11px, 9999px, 4px, 0);
		transform: skew(0.91deg);
	}
}

@keyframes glitch-skew {
	0% {
		transform: skew(1deg);
	}

	10% {
		transform: skew(1deg);
	}

	20% {
		transform: skew(-4deg);
	}

	30% {
		transform: skew(-2deg);
	}

	40% {
		transform: skew(-2deg);
	}

	50% {
		transform: skew(-1deg);
	}

	60% {
		transform: skew(0deg);
	}

	70% {
		transform: skew(-3deg);
	}

	80% {
		transform: skew(-3deg);
	}

	90% {
		transform: skew(0deg);
	}
}

/*-animations*/
/*fonts*/
.h1 {
	font-variation-settings: "wght" 400, "XTRA" 650, "YTDE" -200, "wdth" 114;
	font-family: "Roboto Flex", Georgia, serif;
	font-size: 84px;
	line-height: 128%;
	text-transform: uppercase;
}

.h1 strong {
	display: inline-block;
	font-weight: 500;
}

.h2 {
	font-variation-settings: "wght" 400, "XTRA" 650, "YTDE" -200, "wdth" 100;
	font-family: "Roboto Flex", Georgia, serif;
	font-size: 60px;
	line-height: 106%;
}

.h3 {
	font-variation-settings: "wght" 400, "XTRA" 650, "YTDE" -200, "wdth" 100;
	font-family: "Roboto Flex", Georgia, serif;
	font-size: 44px;
	line-height: 109%;
}

.h4 {
	font-variation-settings: "wght" 400, "XTRA" 650, "YTDE" -200, "wdth" 100;
	font-family: "Roboto Flex", Georgia, serif;
	font-size: 26px;
	line-height: 123%;
}

.p1 {
	color: #93989E;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
}

.p2 {
	color: #93989E;
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
}

.p4 {
	color: #CFD2D7;
	font-size: 12px;
	font-weight: 400;
	line-height: 133%;
}

@media (max-width: 1400px) {
	.h1 {
		font-size: 70px;
	}

	.h2 {
		font-size: 50px;
	}

	.h3 {
		font-size: 36px;
	}

	.h4 {
		font-size: 22px;
	}
}

@media (max-width: 1200px) {
	.h1 {
		font-size: 60px;
	}

	.h2 {
		font-size: 45px;
	}

	.h3 {
		font-size: 32px;
	}

	.h4 {
		font-size: 20px;
	}
}

@media (max-width: 800px) {
	.h1 {
		font-size: 44px;
	}

	.h2 {
		font-size: 6.8vw;
	}

	.h3 {
		font-size: 5.5vw;
	}

	.h4 {
		font-size: 4.8vw;
	}

	.p1 {
		font-size: 16px;
	}

	.p2 {
		font-size: 14px;
	}
}

/*-fonts*/
/*options*/
*,
::after,
::before {
	box-sizing: border-box;
}

body {
	font-family: "Syne", sans-serif;
	font-weight: 400;
	line-height: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	background: #0E0E16;
}

body.active {
	overflow: hidden !important;
	overscroll-behavior-y: none;
}

body::-webkit-scrollbar {
	width: 7px;
}

body::-webkit-scrollbar-thumb {
	background: #294CFF;
	border-radius: 5px;
}

body::-webkit-scrollbar-track {
	background: #0E0E16;
}

p {
	width: 100%;
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5 {
	width: 100%;
	margin: 0px;
}

img {
	max-width: 100%;
}

ul,
ol {
	padding: 0px;
	margin: 0px;
}

li {
	list-style-type: none;
}

span {
	display: block;
}

table {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}

th {
	border: none;
}

td {
	border: none;
}

a {
	display: block;
	outline: none;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
	text-decoration: none;
	outline: none;
}

select {
	font-family: "Syne", sans-serif;
	opacity: 1;
	border-radius: 0;
	background: transparent;
	padding: 0px;
	margin: 0px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: "";
}

select:hover,
select:focus {
	outline: none;
	text-decoration: none;
}

textarea {
	font-family: "Syne", sans-serif;
	resize: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 1;
	resize: none;
	border-radius: 0;
	background: transparent;
	padding: 0px;
	margin: 0px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: none;
	white-space: inherit;
	caret-color: #CFD2D7 !important;
	color: #CFD2D7;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}

textarea::placeholder {
	color: #CFD2D7;
	font-size: 20px;
	opacity: 1;
}

textarea::-webkit-input-placeholder {
	color: #CFD2D7;
	font-size: 20px;
	opacity: 1;
}

textarea::-moz-placeholder {
	color: #CFD2D7;
	font-size: 20px;
	opacity: 1;
}

textarea:-ms-input-placeholder {
	color: #CFD2D7;
	font-size: 20px;
	opacity: 1;
}

textarea:-moz-placeholder {
	color: #CFD2D7;
	font-size: 20px;
	opacity: 1;
}

textarea:hover,
textarea:focus {
	outline: none;
	text-decoration: none;
}

input {
	font-family: "Syne", sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 1;
	border-radius: 0;
	background: transparent;
	padding: 0px;
	margin: 0px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: none;
}

input::-webkit-input-placeholder {
	color: #CFD2D7;
}

input::-moz-placeholder {
	color: #CFD2D7;
}

input:-ms-input-placeholder {
	color: #CFD2D7;
}

input:-moz-placeholder {
	color: #CFD2D7;
}

input:hover,
input:focus {
	outline: none;
	text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

button {
	font-family: "Syne", sans-serif;
	cursor: pointer;
	border: none;
	background: none;
	padding: 0px;
	margin: 0px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button:hover,
button:focus {
	outline: none;
	text-decoration: none;
}

html,
body {
	height: 100%;
}

.container {
	height: 100%;
	width: 100%;
	max-width: 1472px;
	padding: 0 20px;
	margin: 0 auto;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	padding-top: 120px;
}

main {
	flex: 1 0 auto;
}

footer {
	flex: 0 0 auto;
}

.main {
	position: relative;
}

.main::after {
	animation: noise 9s steps(10) infinite;
	background: url("../img/noise_pattern.png");
	content: '';
	height: 500%;
	left: -100%;
	opacity: 0.06;
	position: fixed;
	top: -100%;
	width: 500%;
	z-index: -1;

}

@keyframes noise {
	0% {
		transform: translate(0, 0);
	}

	10% {
		transform: translate(-3%, -6%);
	}

	20% {
		transform: translate(-9%, 3%);
	}

	30% {
		transform: translate(12%, -9%);
	}

	40% {
		transform: translate(-15%, 12%);
	}

	50% {
		transform: translate(-3%, -3%);
	}

	60% {
		transform: translate(12%, 0%);
	}

	70% {
		transform: translate(0%, 12%);
	}

	80% {
		transform: translate(3%, 3%);
	}

	90% {
		transform: translate(-15%, 15%);
	}

	100% {
		transform: translate(0, 0);
	}
}


.section {
	padding: 80px 0px;
}

.section-list {
	display: grid;
	gap: 10px;
	width: 100%;
	padding: 16px;
	max-width: 400px;
	margin: auto;
}

.section-list a {
	font-size: 18px;
	color: #FFF;
	padding: 10px 16px;
	background: #294CFF;
	text-align: center;
}

.section-anim1 {
	animation: anim-4 7s infinite linear;
	transform-origin: 50% 50%;
	transform-box: fill-box;
}

.section-gradient {
	position: fixed;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	filter: blur(40px);
}

.section-h1 {
	position: relative;
}

.section-h1::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	left: 2px;
	text-shadow: -2px 0 #294CFF;
	clip: rect(44px, 450px, 56px, 0);
	animation: glitch-anim 5s infinite linear alternate-reverse;
}

.section-h1::after {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	left: -2px;
	text-shadow: -2px 0 #294CFF, 2px 2px #294CFF;
	clip: rect(44px, 450px, 56px, 0);
	animation: glitch-anim2 5s infinite linear alternate-reverse;
}

@media (max-width: 1400px) {
	.wrapper {
		padding-top: 80px;
	}
}

@media (max-width: 1200px) {
	.wrapper {
		padding-top: 60px;
	}
}

@media (max-width: 800px) {
	.section {
		padding: 40px 0px;
	}
}

/*-options*/
/*buttons*/
.btn-one {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	height: 40px;
	padding: 0px 30px;
	color: #FFF;
	font-size: 16px;
	line-height: 125%;
	text-transform: uppercase;
	width: fit-content;
	border-radius: 60px;
	white-space: nowrap;
	text-align: center;
	overflow: hidden;
}

.btn-one::before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #294CFF;
}

.btn-one svg {
	stroke: #FFF;
}

.btn-one span {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	background-color: #FFF;
	border-radius: 50%;
	transition: width 0.7s, height 0.7s;
}

.btn-two {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 60px;
	padding: 0px 58px;
	color: #FFF;
	font-size: 20px;
	line-height: 140%;
	text-transform: uppercase;
	width: fit-content;
	border-radius: 60px;
	background: #294CFF;
	white-space: nowrap;
	text-align: center;
	overflow: hidden;
	transition: 0.7s;
}

.btn-two::before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #294CFF;
}

.btn-two svg {
	stroke: #FFF;
	transition: 0.7s;
}

.btn-two span {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	background-color: #FFF;
	border-radius: 50%;
	transition: width 0.7s, height 0.7s;
}

.btn-three {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	color: #CFD2D7;
	font-size: 16px;
	line-height: 125%;
	text-transform: uppercase;
	height: 40px;
	padding: 0px 30px;
	border-radius: 60px;
	overflow: hidden;
	transition: 0.7s;
	gap: 4px;
}

.btn-three::before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 60px;
	border: 1px solid #687372;
	transform: translateZ(0);
}

.btn-three svg {
	stroke: #93989E;
}

.btn-three span {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	background-color: #294CFF;
	border-radius: 50%;
	transition: width 0.7s, height 0.7s;
}

.btn-four {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: fit-content;
	color: #CFD2D7;
	font-size: 20px;
	line-height: 140%;
	text-transform: uppercase;
	height: 60px;
	padding: 0px 58px;
	border-radius: 60px;
	overflow: hidden;
	transition: 0.7s;
	gap: 4px;
}

.btn-four::before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 60px;
	border: 1px solid #687372;
}

.btn-four svg {
	stroke: #93989E;
}

.btn-four span {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	background-color: #294CFF;
	border-radius: 50%;
	transition: width 0.7s, height 0.7s;
}

.link-one {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: start;
	width: 280px;
	gap: 8px;
	padding-bottom: 3px;
}

.link-one>svg {
	margin-left: auto;
	fill: #CFD2D7;
	transition: 0.3s;
}

.link-one::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #687372;
}

.link-one::before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #FFF;
	transition: 0.3s;
}

.link-one b {
	color: #CFD2D7;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

.link-one span {
	display: flex;
	align-items: center;
	gap: 4px;
	color: #CFD2D7;
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	white-space: nowrap;
	transition: 0.3s;
	margin-left: auto;
}

.link-one span svg {
	stroke: #93989E;
	transition: 0.3s;
}

@media (max-width: 800px) {
	.btn-three {
		width: 100%;
		font-size: 15px;
		padding: 0px 10px;
	}

	.link-one {
		width: 100%;
	}

	.link-one b {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.link-one:hover>svg {
		fill: #294CFF;
		animation: anim-4 5s infinite linear;
	}

	.link-one:hover::before {
		width: 100%;
	}

	.link-one:hover span {
		color: #FFF;
	}

	.link-one:hover span svg {
		stroke: #FFF;
	}

	.btn-one:hover {
		color: #0E0E16;
	}

	.btn-one:hover span {
		width: 300px;
		height: 300px;
	}

	.btn-one:hover svg {
		stroke: #0E0E16;
	}

	.btn-two:hover {
		color: #0E0E16;
	}

	.btn-two:hover span {
		width: 600px;
		height: 600px;
	}

	.btn-two:hover svg {
		stroke: #0E0E16;
	}

	.btn-three:hover {
		color: #FFF;
	}

	.btn-three:hover span {
		width: 400px;
		height: 400px;
	}

	.btn-three:hover svg {
		stroke: #FFF;
	}

	.btn-four:hover {
		color: #FFF;
	}

	.btn-four:hover span {
		width: 600px;
		height: 600px;
	}

	.btn-four:hover svg {
		stroke: #FFF;
	}
}

/*-buttons*/
/*form*/
form .form-notice {display: none; background: #59bf59; color: #fff; padding: 20px; font-size: 14px; margin-top: 20px; border-radius: 8px;}
form.error .form-notice {display: block; background: #F40C44; color: #fff;}
form.success .form-notice {display: block;}
form .form-notice:empty {display: none;}

.form-h {
	margin-bottom: 35px;
}

.form-desc-text {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #687372;
	padding-top: 92px;
}

.form-desc-text span {
	width: 100%;
	text-align: right;
}

.form-desc-text-h {
	position: relative;
	color: #CFD2D7;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.4;
}

span.form-error {
	position: absolute;
	left: 0;
	top: 100%;
	color: #FF0000;
	font-size: 14px;
	padding-top: 4px;
}

.form-input {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
}

.form-input_point {
	position: relative;
	z-index: 8;
	width: 100%;
	height: 28px;
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	border-bottom: 1px solid #687372;
}

.form-input_point.error {
	border-bottom: 1px solid #FF7C53;
}

form label.error {
	padding-top: 4px;
	font-size: 12px;
	color: #FF7C53;
	font-weight: 400;
	line-height: 1.33;
}

.form-input_point:focus {
	border-bottom: 1px solid #FFF;
	background: transparent;
}

.form-input_point:checked {
	background: transparent;
}

.form-input-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 80px 40px;
	margin-top: 128px;
}

.form-group {
	position: relative;
}

.form-label {
	font-size: 20px;
	color: #CFD2D7;
	line-height: 1.4;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 7;
	transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.form-label b {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	color: #FF7C53;
	padding-left: 4px;
}

.focused .form-label {
	transform: translateY(-125%);
	font-size: 14px;
}

.form-input {
	position: relative;
	padding: 12px 0px 5px 0;
	width: 100%;
	outline: 0;
	border: 0;
	box-shadow: 0 1px 0 0 #e5e5e5;
	transition: box-shadow 150ms ease-out;
}

.form-input:focus {
	box-shadow: 0 2px 0 0 blue;
}

.form-input.filled {
	background: red;
}

.form-btn {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 60px;
	padding: 0px 58px;
	width: fit-content;
	border-radius: 60px;
	white-space: nowrap;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	transition: 0.7s;
}

.form-btn::before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #294CFF;
}

.form-btn svg {
	stroke: #FFF;
	transition: 0.7s;
}

.form-btn span {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	background-color: #FFF;
	border-radius: 50%;
	transition: width 0.7s, height 0.7s;
}

.form-btn_point {
	color: #FFF;
	font-size: 20px;
	line-height: 140%;
	text-transform: uppercase;
	pointer-events: none;
	transition: 0.7s;
}


.form-navigation {
	display: flex;
	align-items: center;
	gap: 20px;
}

.form-navigation {
	color: #93989E;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	text-transform: uppercase;
	transition: 0.1s;
}

.form-navigation li.active {
	color: #FFF;
}

.form-navigation li.active {
	position: relative;
	display: flex;
	align-items: center;
}

.form-navigation li.active::after {
	content: "";
	width: 40px;
	height: 1px;
	background: #93989E;
	margin-left: 20px;
}

@media (max-width: 800px) {
	.form-input_point {
		font-size: 16px;
	}

	.form-btn {
		height: 50px;
		padding: 0px 24px;
	}

	.form-btn_point {
		font-size: 16px;
	}

	.form-input-wrap {
		grid-template-columns: repeat(1, 1fr);
		gap: 80px;
		margin-top: 60px;
		margin-bottom: 40px;
		padding: 0 20px;

	}
}

@media (min-width: 1200px) {
	.form-btn:hover span {
		width: 500px;
		height: 500px;
	}

	.form-btn:hover svg {
		stroke: #0E0E16;
	}

	.form-btn:hover .form-btn_point {
		color: #0E0E16;
	}
}

/*-form*/

/* form-services */

.form-wrap {
	padding-top: 97px;
}

.form-boxs {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr 1fr;
	border: 1px solid #687372;
	margin: 80px 0 60px;
}

.form-box-star {
	position: relative;
}
.form-box-star::after {
	content: "";
	position: absolute;
	z-index: 2;
    left: -72px;
    bottom: -72px;
	width: 80px;
	height: 80px;
	background: url("../icons/star-1.svg") center no-repeat;
	background-size: contain;
}
.form-boxs_bg {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.form-boxs_bg::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #687372;
}

/* .form-boxs_bg::before {
content: "";
position: absolute;
left: 0px;
top: 50%;
width: 100%;
height: 1px;
background: #687372;
} */

.form-box {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 32px;
	cursor: pointer;
}

.form-box label {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	cursor: pointer;
}

.form-box::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #687372;
	background: rgba(14, 14, 22, 0.70);
	border-radius: 40px;
	transition: 0.3s;
}

.form-box::after {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s;
	opacity: 0;
	background: #ffffff;
}

.form-box .form-box_content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.form-box .form-box_content p {
	color: #93989E;
}

.form-box:has(input:checked)::before {
	background: #0E0E16;
}

.form-box:has(input:checked)::after {
	animation: fadeInBg 0.3s forwards 0.2s;
}

.form-box:has(input:checked) .form-box_img {
	filter: grayscale(0);
}

.form-box:has(input:checked) .form-box_content {
	color: #93989E;
}

.form-box_top {
	display: flex;
	justify-content: space-between;
}

.form-box_h {
	width: min-content;
}

.form-box_a {
	margin-left: 20px;
}

.form-box_img {
	width: 120px;
	height: 120px;
	filter: brightness(5) contrast(0.5);
	transition: 0.2s;
}

.form-box_bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 53px;
}

.form-box_content {
	width: 50%;
	transition: 0.2s;
}

.form-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 44px;
}

.form-content {
	width: 520px;
	color: #CFD2D7;
}

.form-bottom {
	display: flex;
	justify-content: space-between;
	padding-bottom: 95px;
}

.form-textarea {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.form-textarea label {
	font-size: 14px;
	color: #CFD2D7;
	font-weight: 400;
	line-height: 1.4;
}

.form-textarea textarea {
	width: 100%;
	min-height: 332px;
	padding: 12px;
	border: 1px solid #687372;
	background: rgba(14, 14, 22, 0.70);
}

.form-budget {
	padding-top: 92px;
}

.form-budget-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 260px;
	border-bottom: 1px solid #687372;
}

.form-budget-title span {
	font-size: 20px;
	color: #CFD2D7;
}

.form-budget-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.form-budget-items {
	display: flex;
	gap: 20px;
}

.form-budget-item label {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	cursor: pointer;
}

.form-budget-item label span {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
}

.form-budget-btn {
	text-transform: capitalize;
	padding: 0 12px;
	height: 32px;
}

.form-budget-item .form-budget-btn::before {
	transition: 0.2s;
}

.form-budget-item:hover .form-budget-btn::before {
	border: 1px solid #fff;
}
.form-budget-btn-point:checked+.form-budget-btn {
	color: #0E0E16;
}
.form-budget-btn-point:checked+.form-budget-btn::before {
	background: #FFF;
	border: 1px solid #FFF;
}

.form-next-btn:disabled::before {
	background: #616369;
}
.form-next-btn:disabled:hover {
	color: #ffffff;
}
.form-next-btn:disabled:hover span{
	width: 0;
	height: 0;
}



@media (max-width: 1442px) {
	.form-budget-title {
		padding: 4px;
	}

	.form-budget-top {
		flex-direction: column;
		gap: 20px;
	}

	.form-budget-items {
		flex-wrap: wrap;
	}
}

@media (max-width: 1200px) {
	.form-box_top {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.form-box_img {
		order: -1;
		margin-bottom: 16px;
	}

	.form-box_bottom {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.form-box_content {
		order: -1;
		width: 100%;
	}

	.form-box_a {
		margin-top: 16px;
		margin-left: 0;
	}

	.form-content {
		width: 50%;
	}
}


@media (max-width: 800px) {
	.form-submit {
		width: 85%;
	}

	.form-box::after {
		background: transparent;
		border: 1px solid #687372;
		opacity: 1;
	}

	.form-wrap {
		padding-top: 0;
	}

	.form {
		padding: 40px 0;
	}

	.form-h {
		padding: 0 20px;
	}

	.form .container {
		padding: 0;
	}

	.form-desc-text {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
		border: none;
		padding: 0 20px;
		padding-top: 40px;
	}

	.form-desc-text-h {
		border-bottom: 1px solid #687372;
	}

	.form-desc-text span {
		text-align: left;
		color: #CFD2D7;
	}

	.form-boxs {
		grid-template-columns: repeat(1, 1fr);
		border: none;
		gap: 20px;
		padding: 0 20px;
		margin: 40px 0;
	}

	.form-boxs_bg::before {
		display: none;
	}

	.form-box::before {
		border-radius: 20px;
		background: rgba(17, 20, 31, 0.80);
	}

	.form-box_top {
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-start;
	}

	.form-boxs_bg::after {
		display: none;
	}

	.form-box {
		padding: 20px;
	}

	.form-box_img {
		height: 70px;
		width: 70px;
		margin-bottom: 20px;
	}

	.form-box_h {
		font-size: 32px;
		line-height: 1.12;
		max-width: 260px;
		width: 100%;
	}

	.form-box_bottom {
		margin-top: 0;
	}

	.form-bottom {
		flex-direction: column-reverse;
		align-items: center;
		justify-content: flex-start;
		gap: 40px;
		padding-bottom: 0;
		margin-top: 40px;
	}

	.form-content {
		width: 100%;
		padding: 24px 20px 20px;
	}

	.form-a {
		margin-top: 0;
	}

	.form-box_a {
		margin: 20px auto 20px;
	}

	.form-box .form-box_content {
		gap: 10px;
	}

	.form-budget {
		padding: 40px 20px 0;
	}

	.form-budget-title {
		max-width: none;
	}

	.form-budget-title span:first-child {
		text-transform: uppercase;
	}

	.form-budget-title svg {
		display: none;
	}

	.form-budget-top {
		gap: 40px;
	}

	.form-budget-items {
		flex-direction: column;
		gap: 16px;
	}

	.form-budget-btn {
		height: 36px;
	}

	.form-budget-item input:checked+.form-budget-btn>span {
		width: 1400px;
		height: 1400px;
	}

	.navigation-list {
		justify-content: center;

	}

	.form-box-star::after {
		display: none;
	}
}

@media (max-width: 420px) {
	.form-desc-text-h {
		font-size: 19px;
	}

	textarea::placeholder {
		font-size: 18px;
	}

	textarea::-webkit-input-placeholder {
		font-size: 18px;
	}

	textarea::-moz-placeholder {
		font-size: 18px;
	}

	textarea:-ms-input-placeholder {
		font-size: 18px;
	}

	textarea:-moz-placeholder {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.form-box:hover::before {
		background: #0E0E16;
	}

	.form-box:hover::after {
		animation: fadeInBg 0.3s forwards 0.2s;
	}

	.form-box:hover .form-box_img {
		filter: grayscale(0);
	}

	.form-box:hover .form-box_content {
		color: #CFD2D7;
	}
}

@keyframes fadeInBg {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* -form-services */
/* */
/*slider*/
.slider-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.slider-pagination .swiper-pagination-bullet {
	display: flex;
	align-items: center;
	width: auto;
	height: auto;
	margin: 0px !important;
	background: transparent;
	border-radius: 0px;
	color: #93989E;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	text-transform: uppercase;
	opacity: 1;
}

.slider-pagination .swiper-pagination-bullet::before {
	content: "0";
	color: #93989E;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	display: none;
}

.slider-pagination .swiper-pagination-bullet::after {
	content: "";
	width: 0px;
	height: 1px;
	background: #93989E;
	margin-left: 20px;
	transition: 0.3s;
}

.slider-pagination .swiper-pagination-bullet:nth-child(1)::before,
.slider-pagination .swiper-pagination-bullet:nth-child(2)::before,
.slider-pagination .swiper-pagination-bullet:nth-child(3)::before,
.slider-pagination .swiper-pagination-bullet:nth-child(4)::before,
.slider-pagination .swiper-pagination-bullet:nth-child(5)::before,
.slider-pagination .swiper-pagination-bullet:nth-child(6)::before,
.slider-pagination .swiper-pagination-bullet:nth-child(7)::before,
.slider-pagination .swiper-pagination-bullet:nth-child(8)::before,
.slider-pagination .swiper-pagination-bullet:nth-child(9)::before {
	display: block;
}

.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: #FFF;
}

.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	color: #FFF;
}

.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	width: 30px;
}

.slider-arrow {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
}

.slider-arrow svg {
	stroke: #FFF;
}

.slider-arrow::before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #687372;
	background: rgba(17, 20, 31, 0.8);
}

.slider-arrow::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #294CFF;
	transition: 0.3s;
}

.slider-arrow.swiper-button-disabled {
	opacity: 0.5;
	pointer-events: none;
}

@media (max-width: 800px) {
	.slider-pagination {
		gap: 7px;
	}

	.slider-pagination .swiper-pagination-bullet {
		font-size: 20px;
	}

	.slider-pagination .swiper-pagination-bullet::before {
		font-size: 20px;
	}

	.slider-pagination .swiper-pagination-bullet::after {
		margin-left: 10px;
	}

	.slider-arrow {
		width: 40px;
		height: 40px;
	}

	.slider-arrow svg {
		width: 18px;
		height: 18px;
	}
}

@media (min-width: 1200px) {
	.slider-arrow:hover:after {
		transform: translate(-50%, -50%) scale(1);
	}
}

/*-slider*/
/*navigation*/
.navigation {
	display: flex;
	align-items: center;
	gap: 20px;
	width: fit-content;
	margin-top: 46px;
	margin-left: auto;
}

.navigation-list {
	display: flex;
	align-items: center;
	gap: 20px;
}

.navigation-list a {
	color: #93989E;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	text-transform: uppercase;
	transition: 0.1s;
}

.navigation-list li.active a {
	color: #FFF;
}

.navigation-list li.active {
	position: relative;
	display: flex;
	align-items: center;
}

.navigation-list li.active::after {
	content: "";
	width: 40px;
	height: 1px;
	background: #93989E;
	margin-left: 20px;
}

.navigation-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
}

.navigation-arrow svg {
	width: 16px;
	height: 16px;
	stroke: #93989E;
	transition: 0.1s;
}

@media (min-width: 1200px) {
	.navigation-list a:hover {
		color: #FFF;
	}

	.navigation-arrow:hover svg {
		stroke: #FFF;
	}
}

@media (max-width: 800px) {
	.navigation {
		margin-top: 40px;
	}
}

/*-navigation*/
/* -pagination- */
.pagination-arrow {
	display: none;
}

@media (max-width: 800px) {
	.pagination-arrow {
		display: flex;
	}

	.pagination-arrow-prev {
		position: absolute;
		left: 16px;
	}

	.pagination-arrow-next {
		position: absolute;
		right: 16px;
	}
}

/* */
/*header*/
.header {
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	transition: 0.4s;
}

.header::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(17, 20, 31, 0.8);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.header::after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%) scale(1);
	bottom: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(196, 217, 215, 0) 20%, #687372 50%, rgba(196, 217, 215, 0) 80%);
	animation: anim-3 2s;
}

.header .container {
	max-width: 1920px;
	padding: 0px 80px;
}

.header.fixed {
	transform: translateY(-105%);
}

.header-wrap {
	max-width: 1460px;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 120px;
	
}

.header-burger {
	display: none;
}

.header-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
}

.header-logo-sm {
	display: none;
}

.header-logo img {
	width: 171px;
	min-width: 171px;
	height: 40px;
}

.header-cover {
	display: flex;
	align-items: center;
	gap: 48px;
	
}

.header-lang {
	position: relative;
	display: flex;
}
.header-lang-wrap {
	position: relative;
	width: 160px;
	display: flex;
	justify-content: flex-end;
}

.header-lang::after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 10px;
	display: none;
}

.header-lang_point {
	display: flex;
	align-items: center;
	gap: 4px;
	color: #CFD2D7;
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	text-transform: uppercase;
	pointer-events: none;
	transition: 0.3s;
}

.header-lang_point::after {
	content: "";
	width: 16px;
	height: 16px;
	background: url("../icons/arrow-1.svg") center no-repeat;
	background-size: contain;
	transition: 0.3s;
}

.header-lang_point::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -2px;
	height: 1px;
	width: 0;
	background: #FFF;
	transition: 0.3s;
}

.header-lang_ul {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 4px;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s;
}

.header-lang_ul li {
	margin-top: 16px;
}

.header-lang_ul li:first-child {
	margin-top: 0px;
}

.header-lang_ul a {
	position: relative;
	color: #CFD2D7;
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	text-transform: uppercase;
	transition: 0.3s;
}



.header-lang_ul li.current-lang a {
	color: #FFF;
}

.header-nav .header-a {
	display: none;
}

.header-menu {
	display: flex;
	align-items: center;
	gap: 64px;
	
}

.header-menu>li:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: calc(100% + 2px);
	width: 7px;
	height: 6px;
	background: url("../icons/angle-1.svg") center no-repeat;
	background-size: contain;
	animation: anim-1 5s infinite linear;
	display: none;
}

.header-menu>li.active:before {
	display: block;
}

.header-menu>li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 10px;
	display: none;
}

.header-menu>li>a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 4px;
	color: #CFD2D7;
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	transition: 0.3s;
}

.header-menu>li>a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 1px;
	width: 0;
	background: #FFF;
	transition: 0.3s;
}

.header-menu>li.header-menu_point>a {
	pointer-events: none;
}

.header-menu > li[data-menu-dropdown] > a::after {
	content: "";
	width: 16px;
	height: 16px;
	background: url("../icons/arrow-1.svg") center no-repeat;
	background-size: contain;
	transition: 0.3s;
}
.header-menu > li[data-menu-dropdown]:has(.megamenu[data-header-mega-menu].opened) > a::after {
	transform: rotate(180deg);
}
.header-menu > li[data-menu-dropdown]::before {
	display: none;
}

.header-menu>li>ul {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	min-width: fit-content;
	background: transparent;
	padding: 10px 0;
	border-radius: 4px;
	opacity: 0;
	transform: translateY(15px);
	pointer-events: none;
	transition: 0.2s;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.header-menu>li>ul>li {
	margin-top: 8px;
}

.header-menu>li>ul>li:first-child {
	margin-top: 0px;
}

.header-menu>li>ul>li>a {
	position: relative;
	width: fit-content;
	color: #CFD2D7;
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	white-space: nowrap;
	transition: 0.3s;
	background: #000000;
	padding: 6px 12px;
	border: 1px solid #687372;
	border-radius: 60px;
}

.header-menu>li>ul>li>a:hover {
	background: #FFF;
	color: #0E0E16;
}

.header-menu>li>ul>li>a:active {
	background: #294CFF;
	color: #FFF;
	border: 1px solid transparent;
}

@media (max-width: 1600px) {
	.header-wrap {
		padding: 0 20px;
	}
}

@media (max-width: 1400px) {
	.header-wrap {
		height: 80px;
	}

	.header-menu {
		gap: 40px;
	}
}

@media (max-width: 1200px) {
	
	.header {
		padding: 0px 16px;
	}
	.header-wrap {
		height: 60px;
		flex-direction: row-reverse;
		padding: 0;
	}

	.header-logo img {
		width: 171px;
		min-width: 171px;
		height: 40px;
	}

	.header-a {
		display: none;
	}

	.header-nav {
		position: fixed;
		left: 0;
		top: 60px;
		width: 100%;
		height: calc(100% - 60px);
		left: -100%;
		padding: 32px 16px;
		transition: 0.5s;
	}

	.header-nav::before {
		content: "";
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(17, 20, 31, 0.8);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
	}

	.header-nav .header-a {
		position: absolute;
		left: 50%;
		bottom: 32px;
		transform: translateX(-50%);
		display: flex;
	}

	.header-nav.active {
		left: 0;
	}

	.header-menu {
		display: block;
		height: calc(100% - 90px);
		overflow: auto;
		margin: auto;
		padding-top: 20px;
	}

	.header-menu>li {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 40px;
	}

	.header-menu>li:before {
		width: 13px;
		height: 12px;
	}

	.header-menu>li>a {
		font-size: 24px;
		text-align: center;
		text-transform: uppercase;
	}

	.header-menu>li.header-menu_point>a {
		transition: 0s;
		pointer-events: auto;
	}

	.header-menu>li.header-menu_point>a:after {
		width: 20px;
		height: 20px;
		transition: 0s;
	}

	.header-menu>li>ul {
		position: relative;
		top: 20px;
		opacity: 1;
		transform: translate(0);
		pointer-events: auto;
		padding: 0px;
		border-radius: 0px;
		background: transparent;
		display: none;
	}

	.header-menu>li>ul>li {
		display: flex;
		justify-content: center;
		width: 100%;
		margin-top: 32px;
	}

	.header-menu>li>ul>li>a {
		font-size: 20px;
		text-align: center;
		background: transparent;
	}

	.header-menu>li.header-menu_point.active>a {
		color: #FFF;
	}

	.header-menu>li.header-menu_point.active>a:after {
		order: -1;
		transform: rotate(90deg);
		background: url("../icons/arrow-2.svg") center no-repeat;
		background-size: contain;
	}

	.header-menu>li.header-menu_point.active>ul {
		display: block;
	}

	.header-burger {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;
		width: 40px;
		height: 40px;
	}

	.header-burger span {
		width: 22px;
		height: 2px;
		background: #FFF;
		transition: 0.3s;
	}

	.header-burger.active span:nth-child(1) {
		transform: translate(0px, 6px) rotate(45deg);
	}

	.header-burger.active span:nth-child(2) {
		transform: translateX(100%);
		opacity: 0;
	}

	.header-burger.active span:nth-child(3) {
		transform: translate(0px, -6px) rotate(-45deg);
	}

	.header-lang_point {
		pointer-events: auto;
	}

	.header-lang_point.active {
		color: #FFF;
	}

	.header-lang-wrap {
		width: 120px;
		justify-content: flex-start;
	}
	.header-lang_ul {
		right: auto;
		left: 0;
	}
	.header-lang::before {
		right: auto;
		left: 0;

	}
	.header-lang::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		height: 1px; 
		width: 0;
		background-color: #fff; 
		transition: width 0.3s ease;
	}
	.header-lang:has(.header-lang_point.active)::before {
		width: 100%;
	}
	.header-lang_point.active:after {
		transform: rotate(-90deg);
		background: url("../icons/arrow-2.svg") center no-repeat;
		background-size: contain;
	}

	.header-lang_point.active + .header-lang_ul {
		pointer-events: auto;
		transform: translateX(95px);
		opacity: 1;
	}
}

@media (max-width: 800px) {
	.header-menu>li:has(.nav-subitems).active>a:after {
		transform: rotate(180deg);
	}
}

@media (max-width: 500px) {
	.header-logo-lg {
		display: none;
	}

	.header-logo-sm {
		display: block;
	}

	.header-a {
		width: calc(100% - 32px);
	}

	.header-menu>li>ul>li>a {
		font-size: 16px;
	}
}
@media (max-width: 400px) {
	.header-lang-wrap {
		width: 80px;
	}
	.header-lang_point.active + .header-lang_ul {
		transform: translateX(58px);
	}
}
@media (min-width: 1200px) {

	.header-lang::before {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		height: 1px; 
		width: 0;
		background-color: #fff; 
		transition: width 0.3s ease;
	}
	.header-lang_ul a:hover {
		color: #FFF;
	}

	.header-lang_ul a:hover::after {
		width: 100%;
	}

	.header-lang:hover::before {
		width: 100%;
	}

	.header-lang:hover .header-lang_point {
		color: #FFF;
	}


	.header-lang:hover .header-lang_point:after {
		transform: rotate(90deg);
		background: url("../icons/arrow-2.svg") center no-repeat;
		background-size: contain;
	}

	.header-lang.active .header-lang_ul {
		pointer-events: auto;
		transform: translateX(-138px);
		opacity: 1;
	}

	.header-menu>li:hover::after {
		display: block;
	}

	.header-menu>li:hover>a {
		color: #FFF;
	}

	.header-menu>li:hover>a:before {
		width: 100%;
	}

	.header-menu>li:hover>a:after {
		background: url("../icons/arrow-2.svg") center no-repeat;
		background-size: contain;
	}

	.header-menu>li:hover>ul {
		pointer-events: auto;
		transform: translate(0);
		opacity: 1;
	}

	.header-menu>li:hover>a:after {
		transform: rotate(90deg);
	}

}

/*-header*/
/*footer*/
.footer {
	position: relative;
	z-index: 2;
	background: rgba(17, 20, 31, 0.8);
	padding: 80px 0px;
}
.footer-wrap {
	max-width: 1460px;
	margin: 0 auto;
}

.footer::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(196, 217, 215, 0) 20%, #687372 50%, rgba(196, 217, 215, 0) 80%);
}

.footer .container {
	max-width: 1920px;
	padding: 0px 80px;
}

.footer-top {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 350px;
}

.footer-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
}

.footer-logo img {
	width: 440px;
	height: 103px;
}

.footer-contact {
	min-width: 430px;
	margin-top: 42px;
	display: flex;
	justify-content: space-between;
}

.footer-label {
	margin-bottom: 8px;
}

.footer-label.p2 {
	font-size: 14px;
	color: #CFD2D7;
}

.footer-a {
	position: relative;
	display: block;
	width: fit-content;
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;

}

.footer-a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 1px;
	width: 0;
	background: #FFF;
	transition: 0.3s;
}

.footer-contact-right .footer-a {
	max-width: 129px;
}

.footer-right {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 680px;
}

.footer-boxs {
	display: flex;
	gap: 150px;
	margin-top: 25px;
}

.footer-name {
	font-size: 14px;
	color: #CFD2D7;
	pointer-events: none;
	margin-bottom: 20px;
}

.footer-ul {
	display: grid;
	gap: 20px;
}

.footer-ul a {
	position: relative;
	width: fit-content;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	transition: 0.3s;
}

.footer-ul a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 1px;
	width: 0;
	background: #FFF;
	transition: 0.3s;
}

.footer-scroll {
	display: none;
	position: fixed;
	bottom: 10%;
	right: 3%;
	z-index: 2;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
}

.footer-scroll.active {
	display: flex;
}

.footer-scroll svg {
	stroke: #FFF;
}

.footer-scroll::before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #687372;
	background: rgba(17, 20, 31, 0.8);
}

.footer-scroll::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #294CFF;
	transition: 0.3s;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 54px;
}

.footer-soc {
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer-soc a {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-soc a::before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #687372;
}

.footer-soc a::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #294CFF;
	transition: 0.3s;
}

.footer-soc svg {
	width: 32px;
	height: 32px;
}

.footer-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.footer-info .p4 {
	font-size: 14px;
	color: #CFD2D7;
}

@media (max-width: 1600px) {
	.footer .container {
		padding: 0px 16px;
	}
}

@media (max-width: 1500px) {
	.footer-top {
		gap: 0;
		justify-content: space-between;
	}
}

@media (max-width: 1400px) {
	.footer-logo img {
		width: 320px;
		height: 75px;
	}
}

@media (max-width: 1200px) {
	.footer-logo img {
		width: 270px;
		height: 63px;
	}

	.footer-right {
		width: 450px;
	}

	.footer-scroll {
		width: 60px;
		height: 60px;
	}

	.footer-scroll svg {
		width: 24px;
		height: auto;
	}

	.footer-boxs {
		gap: 50px;
	}

	.footer-info {
		width: 450px;
	}

	.footer-contact {
		min-width: 0;
	}
	.footer-top {
		padding-right: 20px;
	}
}

@media (max-width: 900px) {
	.footer .container {
		padding: 0 40px;
	}

	.footer {
		padding: 20px 0px;
	}

	.footer-top {
		position: relative;
		display: block;
	}

	.footer-logo {
		margin: 0 auto;
	}

	.footer-logo img {
		height: 40px;
		width: 171px;
	}

	.footer-scroll {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 40px;
		height: 40px;
	}

	.footer-scroll svg {
		width: 16px;
		height: auto;
	}

	.footer-contact {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 32px;
		align-items: center;
		margin-top: 20px;
	}

	.footer-contact-left,
	.footer-contact-right {
		display: flex;
		justify-content: space-between;
	}

	.footer-a {
		font-size: 16px;
		margin: 0px;
	}

	.footer-right {
		width: 100%;
	}

	.footer-boxs {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin-top: 32px;
	}

	.footer-box:nth-child(2) {
		width: 129px;
	}

	.footer-name {
		font-size: 20px;
		font-weight: 400;
		line-height: 1.4;
		text-transform: uppercase;
		border-bottom: 1px solid #687372;
	}

	.footer-bottom {
		flex-direction: column;
		gap: 16px;
		margin-top: 40px;
	}

	.footer-info {
		flex-direction: column-reverse;
		width: 100%;
		gap: 4px;
		text-align: center;
		margin-top: 40px;
	}

	.footer-soc svg {
		width: 40px;
		height: 40px;
	}

	.footer-ul {
		gap: 12px;
	}

	.footer-name {
		margin-bottom: 16px;
	}

	.footer-boxs {
		gap: 40px;
	}
}

@media (max-width: 480px) {
	.footer-logo {
		max-width: 172px;
	}
}

@media (min-width: 1200px) {
	.footer-a:hover:before {
		width: 100%;
	}

	.footer-ul a:hover {
		color: #FFF;
	}

	.footer-ul a:hover:before {
		width: 100%;
	}

	.footer-scroll:hover:after {
		transform: translate(-50%, -50%) scale(1);
	}

	.footer-soc a:hover:after {
		transform: translate(-50%, -50%) scale(1);
	}
}

/*-footer*/
/*content*/
.content {
	color: #93989E;
}

.content *:first-child {
	margin-top: 0px;
}

.content h1 {
	color: #FFF;
	font-variation-settings: "wght" 400, "XTRA" 650, "YTDE" -200, "wdth" 114;
	font-family: "Roboto Flex", Georgia, serif;
	font-size: 84px;
	line-height: 128%;
	text-transform: uppercase;
	margin: 32px 0px;
}

.content h2 {
	color: #FFF;
	font-variation-settings: "wght" 400, "XTRA" 650, "YTDE" -200, "wdth" 100;
	font-family: "Roboto Flex", Georgia, serif;
	font-size: 60px;
	line-height: 106%;
	margin: 32px 0px;
}

.content h3 {
	color: #FFF;
	font-variation-settings: "wght" 400, "XTRA" 650, "YTDE" -200, "wdth" 100;
	font-family: "Roboto Flex", Georgia, serif;
	font-size: 44px;
	line-height: 109%;
	margin: 32px 0px;
}

.content h4 {
	color: #FFF;
	font-variation-settings: "wght" 400, "XTRA" 650, "YTDE" -200, "wdth" 100;
	font-family: "Roboto Flex", Georgia, serif;
	font-size: 26px;
	line-height: 123%;
	margin: 32px 0px;
}

.content p {
	font-size: 20px;
	line-height: 140%;
	margin-top: 16px;
}

.content ul li:before {
	content: "";
}

.content ol {
	counter-reset: item;
}

.content ol ol {
	margin-top: 16px;
}

.content ol li:before {
	content: counters(item, ".") " ";
	counter-increment: item;
}

.content .wp-block-table {
	width: 100%;
	overflow: auto;
}

.content.small p {
	font-size: 16px;
	line-height: 125%;
	color: #CFD2D7;
}

@media (max-width: 1400px) {
	.content h1 {
		font-size: 70px;
	}

	.content h2 {
		font-size: 50px;
	}

	.content h3 {
		font-size: 36px;
	}

	.content h4 {
		font-size: 22px;
	}
}

@media (max-width: 1200px) {
	.content h1 {
		font-size: 60px;
	}

	.content h2 {
		font-size: 45px;
	}

	.content h3 {
		font-size: 32px;
	}

	.content h4 {
		font-size: 20px;
	}
}

@media (max-width: 800px) {
	.content h1 {
		font-size: 7.1vw;
	}

	.content h2 {
		font-size: 6.8vw;
	}

	.content h3 {
		font-size: 5.5vw;
	}

	.content h4 {
		font-size: 4.8vw;
	}

	.content p {
		font-size: 16px;
		line-height: 125%;
	}

}

/*-content*/
/*start*/
.start-wrap {
	position: relative;
	display: flex;
	align-items: flex-start;
	/* height: calc(100vh - 120px); */
	margin-top: 137px;
	padding-bottom: 140px;
}

.start-bg_one {
	position: absolute;
	z-index: -1;
	right: -240px;
	top: -18%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 322px;
	height: 547px;
}

.start-bg_one::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../icons/x-1.svg") center no-repeat;
	background-size: contain;
	animation: anim-6 2s;
}

.start-bg_two {
	position: absolute;
	z-index: -1;
	left: -240px;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 322px;
	height: 547px;
}

.start-bg_two::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../icons/x-1.svg") center no-repeat;
	background-size: contain;
	animation: anim-5 2s;
}

.start-cover {
	position: relative;
	width: 100%;
}

.start-icon {
	position: absolute;
	right: 0;
	top: 40px;
}

.start-h {
	display: flex;
	flex-wrap: wrap;
}

.start-h strong {
	width: fit-content;
}

.start-h div:nth-child(2) {
	margin-left: auto;
	margin-top: 52px;
}

.start-h span {
	display: inline;
	font-size: 60px;
	text-transform: none;
	padding-right: 20px;
	line-height: 106%;
}

.start-bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.start-bottom-lg-hidden {
	display: none;
}

.start-info {
	margin-top: -130px;
}

.start-img {
	width: 380px;
	height: 380px;
	margin-left: 84px;
	animation: anim-2 8s infinite linear alternate;
}

.start-soc {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 48px;
}

.start-soc a {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.start-soc a::before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #687372;
}

.start-soc a::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #294CFF;
	transition: 0.3s;
}

.start-soc svg {
	width: 28px;
	height: 28px;
}

.start-contain {
	width: 520px;
}

.start-ul {
	display: grid;
	gap: 12px;
}

.start-ul a {
	position: relative;
	color: #CFD2D7;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	transition: 0.3s;
}

.start-ul a:before {
	content: "";
	position: absolute;
	left: -80px;
	top: 1px;
	width: 26px;
	height: 23px;
	background: url("../icons/angle-1.svg") center no-repeat;
	background-size: contain;
	animation: anim-4 5s infinite linear;
	transition: 0.3s;
	opacity: 0;
}

.start-a {
	margin-top: 53px;
}

.start-small {
	position: relative;
	padding-top: 100px;
}

.start-small-bg_one {
	position: absolute;
	z-index: -1;
	top: -11%;
	left: 34%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 322px;
	height: 470px;
}

.start-small-bg_one::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../icons/x-1.svg") center no-repeat;
	background-size: contain;
	animation: anim-6 2s;
}

@media (max-width: 1400px) {
	.start-info {
		margin-top: -90px;
	}

	.start-wrap {
		height: calc(100vh - 80px);
	}

	.start-icon {
		top: 28px;
	}

	.start-h div:nth-child(2) {
		margin-top: 0;
	}

	.start-img {
		height: 320px;
		width: 320px;
		margin-left: 30px;
	}
}

@media (max-width: 1200px) {
	.start-wrap {
		height: 100%;
		margin-top: 84px;
		padding-bottom: 80px;
	}

	.start-icon {
		position: static;
	}

	.start-contain {
		width: 50%;
	}

	.start-h div:nth-child(2) {
		width: 50%;
		margin-left: auto;
	}

	.start-small-bg_one {
		max-width: 130px;
		left: 88%;
		top: -42%;
	}
}

@media (max-width: 800px) {
	.start-wrap {
		padding-bottom: 0;
	}

	.start-small {
		padding-top: 40px;
	}

	.start-bg_one {
		max-width: 150px;
		right: 85%;
		top: 5%;
	}

	.start-bg_two {
		max-width: 150px;
		left: 75%;
		bottom: 0%;
	}

	.start-small-bg_one {
		max-width: 130px;
		right: auto;
		left: -8%;
		top: -5%;
	}

	.start-icon {
		display: none;
	}

	.start-h {
		flex-direction: column;
	}

	.start-h span {
		font-size: 20px;
		padding-right: 0;
	}

	.start-bottom {
		align-items: flex-start;
		justify-content: flex-end;
	}

	.start-bottom-lg-hidden {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 220px;
	}

	.start-bottom-lg-hidden .btn-anim {
		width: 100%;
	}

	.start-info {
		width: 100%;
		margin-top: 164px;
		position: absolute;
	}

	.start-img {
		width: 100%;
		max-width: 260px;
		height: auto;
		margin-left: 0px;
	}

	.start-contain {
		margin-top: 84px;
	}

	.start-ul a {
		font-size: 20px;
	}

	.start-a {
		margin-top: 32px;
	}

	.start-soc {
		gap: 32px;
		margin-top: 32px;
	}

	.start-soc svg {
		width: 40px;
		height: 40px;
	}

	.start-a.mobile-hidden {
		display: none;
	}

	.start-soc.mobile-hidden {
		display: none;
	}
}

@media (max-width: 600px) {
	.start-h div:nth-child(2) {
		width: 84%;
		margin-left: auto;
		margin-top: 36px;
		padding-left: 5px;
	}

	.start-h {
		font-size: 30px;
	}
}

@media (max-width: 500px) {
	.start-bg_one {
		max-width: 150px;
		right: 75%;
		top: -5%;
	}

	.start-h div:nth-child(2) {
		width: 100%;
		margin-left: 0;
		margin-top: 36px;
		padding-left: 5px;
	}
}

@media (max-width: 420px) {
	.start-h {
		font-size: 28px;
	}
}

@media (min-width: 1200px) {
	.start-soc a:hover:after {
		transform: translate(-50%, -50%) scale(1);
	}

	.start-ul a:hover {
		color: #FFF;
	}

	.start-ul a:hover:before {
		opacity: 1;
		left: -66px;
	}
}

/*-start*/
/*our*/
.our {
	position: relative;
	padding: 107px 0 150px;
}

.our-h {
	margin-bottom: 60px;
	min-height: 128px;

}

.our-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.our-content {
	width: 520px;
}

.our-content p {
	color: #CFD2D7;
}

@media (max-width: 1200px) {
	.our {
		padding: 80px 0;
	}

	.our-content {
		width: 50%;
	}
}

@media (max-width: 800px) {
	.our {
		margin-top: 40px;
		padding: 40px 0;
	}

	.our-h {
		margin-bottom: 0;
		font-size: 20px;
		line-height: 120%;
		font-weight: 500;
		padding: 0 20px;
		min-height: 72px;
	}

	.our-wrap {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.our-content {
		width: 100%;
		display: flex;
		justify-content: flex-end;
		padding-top: 20px;
	}

	.our-content p {
		max-width: 74%;
	}

	.our-a {
		margin-top: 0;
		position: absolute;
		top: 0;
		left: 50%;
		width: 90%;
		transform: translate(-50%, -50%);
	}
}

@media (max-width: 480px) {
	.our-h {
		font-size: 19px;
		letter-spacing: -1px;
	}
}

/*-our*/
/*projects*/
.projects {
	padding: 60px 0 80px;
}

.projects-wrap {
	position: relative;
}

.projects-a {
	position: absolute;
	right: 0;
	top: 30px;
}

.projects-a span {}

.projects-link {
	width: 100%;
	margin-bottom: 40px;
}

.projects-link b {
	text-transform: uppercase;
	line-height: 1.2;
}

.projects-h {
	font-family: 'Roboto Flex', sans-serif;
	font-weight: 500;
	margin-bottom: 40px;
	min-height: 64px;
}

.projects-h-small {
	text-transform: uppercase;
	color: #CFD2D7;
	font-size: 20px;
	font-weight: 400;
}

.projects-slider {
	width: 880px;
	overflow: visible;
}

.projects-slider::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1440px;
	height: 338px;
	background: url("../icons/logo-2.svg") center no-repeat;
	background-size: contain;
}

.projects-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.5;
	transition: 0.5s;
}

.projects-slide.swiper-slide-active {
	opacity: 1;
}

.projects-slide_h {
	font-weight: 500;
}

.projects-slide_img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 600px;
	overflow: hidden;
	transition: 0.5s;
}

.projects-slide_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}

.projects-slide_bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 16px;
	margin-top: 32px;
}

.projects-slide_p {
	margin-top: 5px;
}

.projects-slide_grid {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 24px;
}

.projects-slide_line {
	width: 440px;
	height: 1px;
	background: #687372;
}

.projects-arrows {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1550px;
	pointer-events: none;
}

.projects-arrows .slider-arrow {
	pointer-events: auto;
}

@media (max-width: 1200px) {
	.projects {
		padding: 60px 0;
	}

	.projects-a {
		top: 20px;
	}

	.projects-slider {
		width: 600px;
	}

	.projects-slide_img {
		height: 410px;
	}

	.projects-slide_line {
		width: 300px;
	}

	.projects-arrows {
		width: 800px;
	}
}

@media (max-width: 800px) {
	.projects {
		padding: 40px 0 20px;
	}

	.projects-h {
		margin-bottom: 32px;
		font-size: 20px;
		min-height: 24px;
	}

	.projects-a {
		top: 2px;
		font-size: 20px;
	}

	.projects-slider {
		width: 95%;
	}

	.projects-slider::before {
		width: 400px;
		height: 200px;
	}

	.projects-slide_img {
		height: auto;
	}

	.projects-slide_box {
		transform: scale(0.93);
	}

	.projects-slide_bottom {
		display: block;
		margin-top: 24px;
	}

	.projects-slide_line {
		display: none;
	}

	.projects-slide_grid {
		margin-top: 16px;
	}

	.projects-slide_h {
		font-size: 20px;
	}

	.projects-slide_p {
		font-size: 16px;
	}

	.projects-slide_a {
		padding: 10px 58px;
		font-size: 20px;
		height: 60px;
		gap: 4px;
	}

	.projects-slide_a svg {
		width: 20px;
		height: 20px;
	}

	.projects-arrows {
		width: 100%;
		top: 35%;
	}
}

@media (max-width: 500px) {
	.projects-arrows {
		width: 110%;
		top: 32%;
	}
}

@media (min-width: 1200px) {
	.projects-slide_img:hover {
		border-radius: 20px;
	}

	.projects-slide_img:hover img {
		transform: scale(1.05);
	}
}

/*-projects*/
/*services*/
.services-boxs {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr 1fr;
	border: 1px solid #687372;
}

.services-boxs::before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background: url("../icons/star-1.svg") center no-repeat;
	background-size: contain;
}

.services-boxs_bg {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.services-boxs_bg::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #687372;
}

.services-boxs_bg::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #687372;
}

.services-box {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 32px;
	overflow: hidden;
}

.services-box::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #687372;
	background: rgba(14, 14, 22, 0.70);
	border-radius: 40px;
	transition: 0.3s;
}

.services-box::after {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s;
	opacity: 0;
	background: #ffffff;
}

.services-box_top {
	display: flex;
	justify-content: space-between;
}

.services-box_h {
	width: min-content;
}

.services-box_img {
	width: 120px;
	height: 120px;
	filter: brightness(5) contrast(0.5);
	transition: 0.2s;
}

.services-box_bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 53px;
}

.services-box_content {
	width: 50%;
	transition: 0.2s;
}

.services-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 60px;
}

.services-content {
	width: 520px;
	color: #CFD2D7;
}

@media (max-width: 1200px) {
	.services-box_top {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.services-box_img {
		order: -1;
		margin-bottom: 16px;
	}

	.services-box_bottom {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.services-box_content {
		order: -1;
		width: 100%;
	}

	.services-box_a {
		margin-top: 16px;
	}

	.services-content {
		width: 50%;
	}
}

@media (max-width: 800px) {
	.services {
		padding: 40px 0 20px;
	}

	.services .container {
		padding: 0;
	}

	.services-bottom {
		padding: 0 20px;
	}

	.services-wrap {
		display: flex;
		flex-direction: column-reverse;
	}

	.services-boxs {
		grid-template-columns: repeat(1, 1fr);
		border: none;
		gap: 20px;
		padding: 0 20px;
	}

	.services-boxs::before {
		display: none;
	}

	.services-boxs_bg::before {
		display: none;
	}

	.services-box::before {
		border-radius: 20px;
		background: rgba(17, 20, 31, 0.80);
	}

	.services-box_top {
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-start;
	}

	.services-boxs_bg::after {
		display: none;
	}

	.services-box {
		padding: 20px;
	}

	.services-box_img {
		height: 70px;
		width: 70px;
		filter: grayscale(0);
		margin-bottom: 20px;
	}

	.services-box_h {
		font-size: 32px;
		line-height: 1.12;
		max-width: 260px;
		width: 100%;
	}

	.services-box_bottom {
		margin-top: 0;
	}

	.services-bottom {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		margin-top: 0;
	}

	.services-content {
		width: 100%;
		padding: 24px 20px 20px;
	}

	.services-a {
		margin-top: 0;
	}

	.services-box_a {
		max-width: 90%;
		margin: 20px auto 0;
	}
}

@media (min-width: 1200px) {
	.services-box:hover::before {
		background: #0E0E16;
	}

	.services-box:hover::after {
		animation: fadeInBg 0.3s forwards 0.2s;
	}

	.services-box:hover .services-box_img {
		filter: grayscale(0);
	}

	.services-box:hover .services-box_content {
		color: #CFD2D7;
	}
}

@keyframes fadeInBg {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*-services*/
/*promo*/
.promo {
	padding: 118px 0 160px;
}

.promo-wrap {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.promo-wrap::before {
	content: "";
	position: absolute;
	left: -140px;
	top: 50%;
	width: 248px;
	height: 420px;
	transform: translateY(-50%);
	background: url("../icons/x-1.svg") center no-repeat;
	background-size: contain;
}

.promo-wrap::after {
	content: "";
	position: absolute;
	right: -140px;
	top: 50%;
	width: 248px;
	height: 420px;
	transform: translateY(-50%);
	background: url("../icons/x-1.svg") center no-repeat;
	background-size: contain;
}

@media (max-width: 1200px) {
	.promo {
		padding: 80px 0;
	}
}

@media (max-width: 800px) {
	.promo {
		padding: 40px 0;
	}

	.promo-wrap::before {
		display: none;
	}

	.promo-wrap::after {
		display: none;
	}
}

/*-promo*/
/*results*/
.results {
	position: relative;
	padding: 60px 0 160px;
}

.results-h {
	margin-bottom: 88px;
	min-height: 128px;
}

.results-slide {
	display: flex;
	align-items: center;
}

.results-slider {
	overflow: visible;
	max-width: 1400px;
}

.results-slide_img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 640px;
	min-width: 640px;
	height: 434px;
	margin-right: 80px;
	overflow: hidden;
	transition: 0.5s;
}

.results-slide_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}

.results-slide_top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
}

.results-slide_h {
	width: fit-content;
}

.results-slide_label {
	color: #CFD2D7;
	white-space: nowrap;
}

.results-slide_content {
	margin-top: 90px;
}

.results-slide_a {
	margin-top: 20px;
	margin-left: auto;
}

.results-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 60px;
}

.results-arrows {
	display: flex;
	align-items: center;
	gap: 20px;
}

.results-arrows.mobile-show {
	display: none;
}

.results-arrows {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1670px;
	pointer-events: none;
}

.results-arrows .slider-arrow {
	pointer-events: auto;
}

@media (max-width: 1700px) {
	.results-slider {
		max-width: 1200px;
	}

	.results-arrows {
		width: 1440px;
	}
}

@media (max-width: 1530px) {

	.results-slider {
		max-width: 1100px;
	}
}

@media (max-width: 1470px) {
	.results-slide_img {
		width: 540px;
		min-width: 540px;
		height: 334px;
		margin-right: 40px;
	}

	.results-slide_content {
		margin-top: 40px;
	}

	.results-slider {
		max-width: 980px;
	}

	.results-arrows {
		width: 1240px;
	}
}

@media (max-width: 1260px) {
	.results-slider {
		max-width: 924px;
	}

	.results-arrows {
		width: 1100px;
	}

	.results-prev,
	.results-next {
		width: 50px;
		height: 50px;
	}

	.results-prev svg,
	.results-next svg {
		max-width: 16px;
	}
}

@media (max-width: 1200px) {
	.results {
		padding: 80px 0;
	}
}

@media (max-width: 1120px) {
	.results-slider {
		max-width: 880px;
	}

	.results-arrows {
		width: 1000px;
	}
}

@media (max-width: 1024px) {
	.results-slide {
		display: block;
	}

	.results-slide_img {
		width: 100%;
		min-width: 100%;
		height: 62.917vw;
		margin: 0px 0px 12px 0px;
	}

	.results-slide_top {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.results-slide_label {
		order: -1;
	}

	.results-slide_content {
		margin-top: 24px;
	}

	.results-slider {
		display: flex;
		flex-direction: column-reverse;
	}

	.results-slider-wrapper {
		margin-top: 30px;
	}

	.results-arrows.mobile-show {
		display: flex;
	}

	.results-bottom {
		margin-top: 32px;
		position: relative;
	}

	.results-arrows {
		position: absolute;
		width: 100%;
		justify-content: space-between;
		gap: 10px;

	}

	.results-pagination {
		justify-content: center;
		z-index: 10;
	}
}

@media (max-width: 800px) {
	.results {
		padding: 40px 0;
	}

	.results-h {
		margin-bottom: 32px;
		font-size: 20px;
		line-height: 120%;
		padding: 0 20px;
		min-height: 72px;
	}

	.results-slide_h {
		font-size: 26px;
		font-weight: 500;
		line-height: 1.23;
	}

	.results-slide_label {
		font-size: 16px;
	}

	.results-slide_top {
		flex-direction: column-reverse;
		gap: 4px;
	}

	.results-slide_content {
		margin-top: 16px;
	}

	.results-slide_content p {
		font-size: 16px;
		color: #ffffff;
		font-weight: 400;
		line-height: 1.25;
	}

	.results-slide_a {
		max-width: 50%;
	}

	.results-slide_a svg {
		width: 20px;
		height: 20px;
	}

	.results-slide_img {
		padding: 0 20px;
	}

	.results-slide_text {
		padding: 0 20px;
	}

	.results-prev,
	.results-next {
		width: 40px;
		height: 40px;
	}
}

@media (min-width: 1200px) {
	.results-slide_img:hover {
		border-radius: 20px;
	}

	.results-slide_img:hover img {
		transform: scale(1.05);
	}
}

/*-results*/
/*get*/
.get {
	padding: 120px 0;
}

.get-wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.get-wrap::before {
	content: "";
	position: absolute;
	left: 5%;
	top: 84%;
	width: 205px;
	height: 350px;
	transform: translateY(-50%);
	background: url("../icons/x-1.svg") center no-repeat;
	background-size: contain;
}

.get-contain {
	width: 720px;
}

.get-h {
	display: flex;
	flex-direction: column;
}

.get-h>strong {
	margin-left: auto;
	margin-top: 12px;
}

.get-form {
	display: flex;
	justify-content: flex-end;
}

.get-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 520px;
}

.get-content p {
	color: #CFD2D7;
}

.get-soc {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 24px;
}

.get-soc a {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.get-soc a::before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #687372;
}

.get-soc a::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #294CFF;
	transition: 0.3s;
}

.get-soc svg {
	width: 48px;
	height: 48px;
}

@media (max-width: 1400px) {
	.get-contain {
		width: 555px;
	}

	.get-wrap::before {
		left: 0%;
		top: 84%;
		width: 170px;
	}
}

@media (max-width: 1200px) {
	.get-wrap::before {
		display: none;
	}

	.get {
		padding: 80px 0;
	}

	.get-wrap {
		display: block;
	}

	.get-h {
		width: fit-content;
	}

	.get-h>strong {
		margin-right: -75px;
	}

	.get-form {
		margin-top: 32px;
	}

	.get-contain {
		width: 100%;
	}

	.get-info {
		width: 100%;
		margin-top: 32px;
	}
}

@media (max-width: 800px) {
	.get {
		padding: 40px 0 20px;
	}

	.get-contain {
		padding: 0 20px;
	}

	.get-h {
		font-size: 44px;
		width: 100%;
	}

	.get-h .section-h1 {
		font-weight: 500;
		line-height: 1.10;
		margin-right: 0;
		margin-left: auto;
	}

	.get-form {
		margin-top: 0;
	}

	.get-form a {
		width: 100%;
	}

	.get-content {
		padding: 0 20px;
	}

	.get-soc {
		gap: 0;
		margin-top: 44px;
		justify-content: space-between;
	}

	.get-soc svg {
		width: 44px;
		height: 44px;
	}

	.get-info {
		margin-top: 40px;
	}
}

@media (min-width: 1200px) {
	.get-soc a:hover:after {
		transform: translate(-50%, -50%) scale(1);
	}
}

/*-get*/
/*portfolio*/
.portfolio-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.portfolio-soc {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.portfolio-soc a {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.portfolio-soc a::before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #687372;
}

.portfolio-soc a::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #294CFF;
	transition: 0.3s;
}

.portfolio-soc svg {
	width: 28px;
	height: 28px;
}

.portfolio-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 60px;
}

.portfolio-content {
	width: 520px;
	color: #CFD2D7;
}

.portfolio-filter {
	margin: 30px 0;
}

.portfolio-clear {
	width: 100%;
}

.portfolio-links {
	display: flex;
	gap: 40px;
	margin-top: 26px;
}

.portfolio-links a {
	position: relative;
	color: #93989E;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	text-transform: uppercase;
	transition: 0.2s;
}

.portfolio-links a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #CFD2D7;
	transition: 0.3s;
}

.portfolio-links li.active a {
	color: #FFF;
}

.portfolio-links li.active a:after {
	width: 100%;
}

.portfolio-checkeds {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 50px;
}

.portfolio-checked {
	position: relative;
	display: block;
	cursor: pointer;
}

.portfolio-checked_point {
	position: absolute;
	z-index: -1;
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	opacity: 0;
	display: none;
}

.portfolio-checked_name {
	display: block;
	width: fit-content;
	color: #CFD2D7;
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	padding: 6px 12px;
	border-radius: 60px;
	border: 1px solid #687372;
	transition: 0.2s;
}

.portfolio-checked_point:checked+.portfolio-checked_name {
	color: #0E0E16;
	background: #FFF;
	border: 1px solid #FFF;
}

.portfolio-boxs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 80px;
	align-items: flex-start;
	margin-top: 160px;
}

.portfolio-box {
	border: 1px solid #687372;
}

.portfolio-box:nth-child(even) {
	margin-top: -80px;
}

.portfolio-box_top {
	position: relative;
	overflow: hidden;
}

.portfolio-box_img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 440px;
}

.portfolio-box_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.portfolio-box_info {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 40px;
	background: rgba(14, 14, 22, 0.7);
	transition: 0.5s;
	opacity: 0;
}

.portfolio-box_info.mobile-show {
	display: none;
}

.portfolio-box_cover {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	border-top: 1px solid #93989E;
}

.portfolio-box_ul {
	display: grid;
	gap: 8px;
}

.portfolio-box_ul li {
	color: #CFD2D7;
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
}

.portfolio-box_h {
	position: relative;
	color: #FFF;
	padding: 32px 40px;
}

.portfolio-box_h::before {
	content: "";
	position: absolute;
	left: -1px;
	bottom: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	border: 1px solid #93989E;
	border-radius: 0px 0px 30px 30px;
	border-top: none;
	transition: 0.3s;
}

.portfolio-box_link {
	content: '';
	position: absolute;
	left: -1px;
	bottom: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
}

@media (max-width: 1400px) {
	.portfolio-box_img {
		height: 31.214vw;
	}
}

@media (max-width: 1200px) {
	.portfolio-boxs {
		gap: 32px;
		margin-top: 92px;
	}

	.portfolio-box:nth-child(even) {
		margin-top: -32px;
	}

	.portfolio-box_h {
		padding: 24px;
	}

	.portfolio-content {
		width: 75%;
	}
}

@media (max-width: 800px) {
	.portfolio-box {
		background: rgba(17, 20, 31, 0.80);
	}

	.portfolio-box_info {
		opacity: 1;
		background: rgba(14, 14, 22, 0.4);
	}

	.portfolio-box_info.mobile-hidden {
		display: none;
	}

	.portfolio-box_info.mobile-show {
		display: block;
		position: static;
		transform: translateY(0);
		background: rgba(17, 20, 31, 0.4);
		padding: 20px;
		padding-top: 12px;
		border-bottom: 1px solid #687372;
		border-radius: 0 0 20px 20px;
	}

	.portfolio-box_h::before {
		background: transparent;
		border: none;
		border-radius: 0;
	}

	.portfolio-box_h {
		color: #ffffff;
		font-size: 26px;
		background: rgba(17, 20, 31, 0.40);
		padding: 12px 16px 0;
	}

	.portfolio-content {
		width: 100%;
	}

	.portfolio-bottom {
		margin-top: 32px;
		flex-direction: column-reverse;
		align-items: flex-start;
		max-width: 520px;
		width: 75%;
		margin-left: auto;
	}

	.portfolio-soc {
		flex-direction: row;
		margin-top: 20px;
	}

	.portfolio-filter {
		margin-top: 40px;
	}

	.portfolio-links {
		flex-wrap: wrap;
		gap: 16px;
		margin-top: 24px;
	}

	.portfolio-links a {
		font-size: 16px;
	}

	.portfolio-checkeds {
		gap: 12px;
		margin-top: 24px;
	}

	.portfolio-checked_name {
		font-size: 16px;
	}

	.portfolio-boxs {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 40px;
		gap: 20px;
	}

	.portfolio-box:nth-child(even) {
		margin-top: 0px;
	}

	.portfolio-box_img {
		height: 61.867vw;
	}

	.portfolio-content p {
		font-size: 20px;
	}

	.portfolio-box_a svg {
		display: none;
	}

	.portfolio-navigation {
		width: 100%;
		justify-content: center;
	}

	.portfolio-clear b {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.portfolio-soc a:hover:after {
		transform: translate(-50%, -50%) scale(1);
	}

	.portfolio-links a:hover:after {
		width: 100%;
	}

	.portfolio-checked:hover .portfolio-checked_name {
		border: 1px solid #FFF;
	}

	.portfolio-box:hover .portfolio-box_info {
		opacity: 1;
	}

	.portfolio-box:hover .portfolio-box_h:before {
		border-radius: 0px;
	}
}

/*-portfolio*/
/*about*/
.about-top {
	position: relative;
}

.about-img {
	position: absolute;
	right: 0;
	top: 0;
	width: 350px;
	height: 350px;
	animation: anim-2 8s infinite linear alternate;
}

.about-text {
	position: relative;
	left: -8%;
	color: #CFD2D7;
	width: 640px;
	margin: 60px auto 0px auto;
}

.about-text p {
	line-height: 1.4;
	font-size: 20px;
}

.about-bottom {
	display: flex;
	margin-top: 50px;
}

.about-content {
	color: #CFD2D7;
	position: relative;
	left: -6%;
	width: 560px;
	margin: auto;
}

.about .section-h2 {
	margin-top: 60px;
	letter-spacing: -1px;
	min-height: 128px;
}

.about-h {
	margin-top: 18px;
}

.about-text-wrap .about-icon {
	display: none;
}

@media (max-width: 1200px) {
	.about-text {
		left: auto;
		width: 450px;
		margin-left: 40px;
	}

	.about-img {
		width: 300px;
		height: 300px;
	}
}

@media (max-width: 800px) {
	.about .section-h2 {
		font-size: 20px;
		line-height: 1.2;
		font-weight: 500;
		margin-top: 40px;
		min-height: 72px;
	}

	.about-text {
		width: 75%;
		margin-top: 0;
		margin-left: auto;
		margin-right: 0;
	}

	.about-content {
		width: 100%;
		margin-left: 0;
		left: 0;
	}

	.about-img {
		display: none;
	}

	.about-h {
		margin-top: 0;
	}

	.about-bottom .about-icon {
		display: none;
	}

	.about-text-wrap {
		padding: 40px 0 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row-reverse;
	}

	.about-text-wrap .about-icon {
		display: block;
	}

	.about-bottom {
		margin-top: 40px;
	}
}

@media (max-width: 500px) {
	.about-text {
		margin-top: 16px;
	}

	.about-img {
		top: 20px;
		width: 50%;
		height: 45.733vw;
	}

	.about-icon {
		top: 24%;
	}
}

/*-about*/
/*team*/
.team {
	padding: 0;
}

.team-h {
	position: relative;
	color: #CFD2D7;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 3px;
	margin-bottom: 40px;
}

.team-h::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #687372;
}

.team-link {
	width: 100%;
	margin-bottom: 60px;
}

.team-wrap {
	position: relative;
}

.team-slider {
	width: 880px;
}

.team-slide {
	position: relative;
	z-index: 1;
	display: flex;
	padding: 40px;
}

.team-slide::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 40px;
	border: 1px solid #687372;
}

.team-slide::before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #687372;
}

.team-slide_img {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 360px;
	min-width: 360px;
	height: 360px;
	border-radius: 20px;
	overflow: hidden;
	margin-right: 40px;
}

.team-slide_img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s;
	opacity: 1;
}

.team-slide_img img:nth-child(2) {
	opacity: 0;
}

.team-slide_text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px;
}

.team-slide_top {
	display: grid;
	gap: 16px;
}

.team-slide_label {
	text-transform: uppercase;
}

.team-slide_category {
	width: fit-content;
	color: #CFD2D7;
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	padding: 6px 12px;
	border-radius: 60px;
	border: 1px solid #687372;
}

.team-prev {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.team-next {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.team-trumbs {
	width: fit-content;
	overflow: visible;
	height: 120px;
	margin-top: 40px;
}

.team-trumbs .swiper-wrapper {
	align-items: center;
}

.team-trumb {
	width: 80px;
	height: 80px;
	cursor: pointer;
	transition: 0.3s;
}

.team-trumb_img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	filter: grayscale(100%);
	border: 1px solid #687372;
	transition: 0.3s;
}

.team-trumb_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
	border: 1px solid #687372;
	transition: 0.3s;
}

.team-trumb.swiper-slide-thumb-active {
	width: 120px;
	height: 120px;
}

.team-trumb.swiper-slide-thumb-active .team-trumb_img {
	filter: grayscale(0);
}

@media (max-width: 900px) {
	.team-slider {
		width: 500px;
	}

	.team-slide {
		display: block;
	}

	.team-slide_img {
		width: 100%;
		min-width: 100%;
		height: 520px;
	}

	.team-slide_text {
		margin-top: 32px;
	}

	.team-slide_top {
		gap: 8px;
	}

	.team-trumb {
		width: 60px;
		height: 60px;
	}

	.team-trumb.swiper-slide-thumb-active {
		width: 100px;
		height: 100px;
	}
}

@media (max-width: 800px) {
	.team {
		padding: 40px 0;
	}

	.team-wrap .slider-arrow {
		display: none;
	}

	.team-slider {
		width: 96%;
	}

	.team-slide {
		padding: 16px;
	}

	.team-slide_img {
		width: 100%;
		height: 82.933vw;
	}

	.team-trumbs {
		width: 120px;
		height: 120px;
	}

	.team-trumb {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}

	.team-trumb .team-trumb_img {
		width: 80px;
		height: 80px;
	}

	.team-trumb.swiper-slide-thumb-active {
		width: 100%;
		height: 100%;
	}

	.team-trumb.swiper-slide-thumb-active .team-trumb_img {
		width: 100%;
		height: 100%;
	}

	.team-link {
		margin-bottom: 20px;
	}

	.team-slide_label {
		font-size: 20px;
	}

	.team-slide_text {
		margin-top: 20px;
	}

	.team-slide_h {
		font-size: 40px;
	}
}

@media (min-width: 1200px) {
	.team-slide_img:hover img:nth-child(1) {
		opacity: 0;
	}

	.team-slide_img:hover img:nth-child(2) {
		opacity: 1;
	}

	.team-trumb_img:hover {
		filter: grayscale(0);
	}
}

@media (max-width: 800px) {
	.team-slide_img img:nth-child(1) {
		animation: fadeInOut 15s infinite;
	}

	.team-slide_img img:nth-child(2) {
		animation: fadeInOutReverse 15s infinite;
	}
}

@keyframes fadeInOut {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeInOutReverse {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/*-team*/
/*first*/
.first-title-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.first-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 32px;
	margin-top: 36px;
}

.first-img {
	width: 80px;
	height: 80px;
}

.first-ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 48px;
}

.first-ul-wrap.mobile-show {
	display: none;
	margin-top: 28px;
}

.first-ul li {
	color: #CFD2D7;
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	padding: 6px 12px;
	border-radius: 60px;
	border: 1px solid #687372;
}

.first-content {
	width: 520px;
	min-width: 520px;
	color: #CFD2D7;
}

.first-content p {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
}

.first-sub {
	margin-top: 82px;
	min-height: 128px;
}

.first-cover img {
	max-width: 80px;
}

@media (max-width: 1200px) {
	.first-ul {
		gap: 16px;
	}

	.first-content {
		width: 50%;
		min-width: 50%;
	}
}

@media (max-width: 800px) {
	.first .container {
		padding: 0;
	}

	.first-h,
	.first-wrap,
	.first-sub {
		padding: 0 20px;
	}

	.first-sub {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.2;
		margin-top: 40px;
		min-height: 72px;
	}

	.first-cover img {
		max-width: 70px;
	}

	.first-a {
		display: none;
	}

	.first-ul.mobile-hidden {
		display: none;
	}

	.first-ul-wrap.mobile-show {
		display: flex;
	}

	.first-ul-wrap {
		position: relative;
		display: flex;
		overflow: hidden;
		user-select: none;
		gap: 20px;
	}

	.first-ul {
		flex-shrink: 0;
		display: flex;
		gap: 20px;
		justify-content: space-around;
		min-width: 100%;
	}

	.first-ul-li {
		flex: 0 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all 0.1s ease-in-out;
	}

	.first-ul.mobile-hidden {
		display: none;
	}

	.marquee {
		animation: scroll 20s linear infinite;
	}

	.first .container {
		position: relative;
	}

	.first-img {
		position: absolute;
		left: 16px;
		top: -2px;
		width: 9.067vw;
		height: 9.067vw;
	}

	.first-wrap {
		align-items: flex-start;
		justify-content: flex-start;
		gap: 24px;
		margin-top: 30px;
	}

	.first-ul {
		font-size: 14px;
		gap: 8px;
		margin-top: 0px;
	}

	.first-content {
		width: 100%;
	}
}

@keyframes scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-100% - 20px));
	}
}

/*-first*/
/*tools*/
.tools {
	padding: 80px 0 100px;
}

.tools-top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 60px;
	min-height: 64px;
}

.tools-h {
	width: auto;
}

.tools-p {
	width: auto;
	padding-bottom: 3px;
	border-bottom: 1px solid #687372;
	color: #CFD2D7;
}

.tools-ul {
	display: flex;
	gap: 40px;
}

.tools-slider.mobile-show {
	display: none;
}

.tools-ul-group {
	display: flex;
	flex-direction: column;
	gap: 40px;
	justify-content: flex-start;
	min-width: 330px;
}

.tools-ul-group li {
	max-width: 416px;
	width: 100%;
}

.tools-ul b {
	position: relative;
	display: block;
	color: #CFD2D7;
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	text-transform: uppercase;
	padding: 10px 28px;
}

.tools-ul b:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #687372;
}

.tools-ul b:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #687372;
	border-radius: 48px;
}

@media (max-width: 1440px) {
	.tools-ul {
		gap: 24px;
	}

	.tools-ul b {
		padding: 10px 16px;
	}

	.tools-ul-group {
		min-width: 0;
		gap: 24px;
		width: 100%;
	}
}

@media (max-width: 1300px) {
	.tools-slider.mobile-show {
		display: block;
		overflow: visible;
	}

	.tools-ul {
		gap: 0;
	}

	.tools-ul.mobile-hidden {
		display: none;
	}

	.tools-ul-group {
		align-items: center;
	}

	.tools-bottom {
		display: flex;
		justify-content: space-between;
		margin-top: 48px;
		position: relative;
	}

	.tools-pagination {
		justify-content: center;
		z-index: 10;
		max-width: 500px;
	}

	.tools-prev,
	.tools-next {
		flex-shrink: 0;
	}
}

@media (max-width: 1200px) {
	.tools-h {
		font-size: 20px;
	}

	.tools-ul-group {
		align-items: center;
	}
}

@media (max-width: 800px) {
	.tools {
		padding: 40px 0;
	}

	.tools-pagination {
		max-width: none;
	}

	.tools-h {
		font-size: 20px;
	}

	.tools-top {
		display: flex;
		margin-bottom: 32px;
		position: relative;
		min-height: 24px;
	}

	.tools-top::after {
		content: '';
		position: absolute;
		right: 0;
		botom: 0;
		width: 90px;
		height: 1px;
		background: #687372;
	}

	.tools-p {
		display: none;
	}

	.tools-ul b {
		font-size: 16px;
		padding: 10px 28px;
	}
}

/*-tools*/
/*case*/
.case {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.case::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(17, 20, 31, 0.8);
}

.case-wrap {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 760px;
	padding: 90px 0px;
}

.case-content {
	color: #CFD2D7;
	width: 630px;
	margin-left: 80px;
	margin-top: 48px;
}

.case-content-wrap.mobile-show {
	display: none;
}

.case-ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 48px;
	margin-left: 80px;
	width: 630px;
}

.case-ul li {
	display: block;
	color: #CFD2D7;
	font-size: 16px;
	line-height: 125%;
	padding: 6px 12px;
	border-radius: 60px;
	border: 1px solid #687372;
}

.case-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-left: 80px;
}

.case-list {
	display: flex;
	gap: 160px;
}

.case-list li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: #93989E;
	font-size: 16px;
	line-height: 125%;
	gap: 4px;
}

.case-list b {
	color: #CFD2D7;
	font-size: 20px;
	line-height: 140%;
	font-weight: 400;
}

.case-a.mobile-show {
	display: none;
}

@media (max-width: 1200px) {
	.case {
		background-attachment: scroll;
	}

	.case-list {
		gap: 80px;
	}
}

@media (max-width: 800px) {
	.case-wrap {
		height: 164px;
		padding: 40px 0px;
	}

	.case-h {
		font-size: 32px;
	}

	.case-content {
		width: 100%;
		padding-left: 0;
		margin-left: 0px;
		margin-top: 40px;
	}

	.case-content-wrap.mobile-hidden {
		display: none;
	}

	.case-content-wrap.mobile-show {
		display: block;
	}

	.case-ul {
		gap: 11px;
		width: 100%;
		padding-left: 0;
		margin-left: 0px;
		margin-top: 32px;
	}

	.case-bottom {
		flex-direction: column;
		align-items: flex-start;
		margin-left: 0;
	}

	.case-list {
		flex-direction: row;
		align-items: flex-start;
		gap: 32px;
		margin: 20px 0 36px;
	}

	.case-list li {
		font-size: 14px;
	}

	.case-list b {
		font-size: 16px;
	}

	.case-ul li {
		font-size: 14px;
	}

	.case-a svg {
		width: 20px;
		height: 20px;
	}

	.case-a.mobile-hidden {
		display: none;
	}

	.case-a.mobile-show {
		position: absolute;
		top: 89%;
		right: 2%;
		display: block;
		width: 40px;
		height: 40px;
		padding: 10px;
	}

	.case-ul {
		gap: 4px;
	}
}

@media (max-width: 500px) {
	.case-h {
		font-size: 24px;
	}

	.case-list b {
		font-size: 14px;
	}

	.case-list li {
		font-size: 12px;
	}

	.case-ul li {
		font-size: 12px;
	}
}

/*-case*/
/*problem*/
.problem {
	padding: 150px 0;
}

.problem-boxs {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 240px;
}

.problem-boxs::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 260px;
	height: 360px;
	background: url("../icons/x-1.svg") center no-repeat;
	background-size: contain;
}

.problem-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 32px;
	min-height: 250px;
}

.problem-content {
	padding-left: 80px;
	color: #CFD2D7;
}

.problem-a {
	width: 100%;
}

@media (max-width: 1200px) {
	.problem {
		padding: 80px 0;
	}

	.problem-content {
		padding-left: 40px;
	}
}

@media (max-width: 800px) {
	.problem {
		padding: 40px 0;
	}

	.problem-boxs {
		grid-template-columns: repeat(1, 1fr);
		gap: 40px;
	}

	.problem-boxs::before {
		display: none;
	}

	.problem-box {
		gap: 12px;
		flex-direction: column-reverse;
		min-height: auto;
	}

	.problem-content {
		padding-left: 0px;
		width: 100%;
		margin-left: auto;
	}
}

/*-problem*/
/*concept*/
.concept-wrap {
	overflow: hidden;
}

.concept-slider {
	width: 1160px;
	overflow: visible;
}

.concept-slide {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 800px;
	overflow: hidden;
}

.concept-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.concept-slide::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(17, 20, 31, 0.8);
	transition: 0.5s;
}

.concept-slide.swiper-slide-active::after {
	opacity: 0;
}

.concept-h {
	width: 100%;
	margin-top: 20px;
	position: relative;
	color: #CFD2D7;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 3px;
}

.concept-h::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #687372;
}

.concept-prev {
	position: absolute;
	z-index: 2;
	left: -100px;
	top: 50%;
	transform: translateY(-50%);
}

.concept-next {
	position: absolute;
	z-index: 2;
	right: -100px;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 1400px) {
	.concept-wrap {
		overflow: visible;
	}

	.concept-slider {
		width: calc(100% - 200px);
	}

	.concept-slide {
		height: 57.143vw;
	}
}

@media (max-width: 800px) {
	.concept .container {
		display: flex;
		flex-direction: column-reverse;
		gap: 20px;
	}

	.concept-h-wrap {
		position: relative;
	}

	.concept-buttons {
		position: absolute;
		right: -12px;
		top: -66px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: 90px;
		width: 100%;
	}

	.concept-buttons .concept-prev {
		position: static;
		transform: translateY(0);
	}

	.concept-buttons .concept-next {
		position: static;
		transform: translateY(0);
	}

	.concept-wrap {
		overflow: visible;
	}

	.concept-slider {
		width: calc(100% - 30px);
	}

	.concept-slide {
		height: 244px;
	}

	.concept-prev.mobile-hidden {
		left: auto;
		display: none;
	}

	.concept-next.mobile-hidden {
		right: auto;
		display: none;
	}
}

/*-concept*/
/*colors*/
.colors-wrap {
	display: flex;
	justify-content: space-between;
	gap: 200px;
	position: relative;
}

.colors-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 32px;
}

.colors-content {
	color: #CFD2D7;
}

.colors-img {
	width: 500px;
	min-width: 500px;
}

@media (max-width: 1400px) {
	.colors-wrap {
		gap: 80px;
	}
}

@media (max-width: 1200px) {
	.colors-wrap {
		align-items: flex-start;
		gap: 32px;
	}

	.colors-img {
		width: 400px;
		min-width: 400px;
	}
}

@media (max-width: 800px) {
	.colors-wrap {
		flex-direction: column;
	}

	.colors-a {
		position: absolute;
		top: -30px;
		left: 0;
	}

	.colors-img {
		width: 100%;
		min-width: 100%;
		order: -1;
		margin-top: 10px;
	}

	.colors-text {
		gap: 24px;
		flex-direction: column-reverse;
	}
}

/*-colors*/
/*print*/
.print-wrap {
	display: flex;
	justify-content: space-between;
}

.print-text {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 115px;
	width: 100%;
}

.print-text::before {
	content: "";
	position: absolute;
	z-index: -1;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 250px;
	height: 400px;
	background: url("../icons/x-1.svg") center no-repeat;
	background-size: contain;
}

.print-top {
	display: flex;
	align-items: flex-end;
	width: fit-content;
}

.print-h {
	font-size: 48px;
	width: fit-content;
}

.print-sub {
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 32px;
	font-weight: 400;
	line-height: 140%;
	width: fit-content;
}

.print-sub::before {
	content: "/";
	color: #CFD2D7;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	text-transform: uppercase;
	margin: 0px 16px;
}

.print-info {
	position: relative;
	width: 720px;
	min-width: 720px;
}

.print-info .h3 {
	font-size: 48px;
}

.print-content {
	margin-top: 32px;
}

.print-content.small p {
	color: #93989E;
}

@media (max-width: 1400px) {
	.print-info {
		width: 600px;
		min-width: 600px;
	}
}

@media (max-width: 1200px) {
	.print-h {
		font-size: 32px;
	}

	.print-info .h3 {
		font-size: 28px;
	}

	.print-text::before {
		display: none;
	}
}

@media (max-width: 1024px) {
	.print-info {
		width: 460px;
		min-width: 460px;
	}

	.print-wrap {
		align-items: flex-end;
	}
}

@media (max-width: 800px) {
	.print-wrap {
		position: relative;
		display: block;
		padding-top: 50px;
	}

	.print-sub {
		font-size: 18px;
	}

	.print-a {
		position: absolute;
		left: 0;
		top: -30px;
	}

	.print-text {
		position: static;
	}

	.print-text:before {
		display: none;
	}

	.print-info {
		width: 100%;
		min-width: 100%;
		margin-top: 20px;
	}
}

/*-print*/
/*stack*/
.stack-boxs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.stack-box {
	position: relative;
}

.stack-box::after {
	content: "";
	position: absolute;
	right: 100px;
	top: 50%;
	transform: translateY(-50%);
	width: 212px;
	height: 360px;
	background: url("../icons/x-1.svg") center no-repeat;
	background-size: contain;
}

.stack-box_ul {
	display: grid;
	gap: 12px;
	padding-left: 200px;
	margin-top: 20px;
}

.stack-box_ul li {
	color: #CFD2D7;
	font-size: 20px;
	line-height: 120%;
}

.stack-box_h {
	font-size: 60px;
}

@media (max-width: 1400px) {
	.stack-box:after {
		right: 50px;
	}

	.stack-box_h {
		font-size: 48px;
	}
}

@media (max-width: 1200px) {
	.stack-box:after {
		right: 0px;
		width: 150px;
		height: 300px;
	}
}

@media (max-width: 800px) {
	.stack-boxs {
		grid-template-columns: repeat(1, 1fr);
		gap: 50px;
	}

	.stack-box:after {
		display: none;
	}

	.stack-box_h {
		font-size: 20px;
		line-height: 1.2;
		border-bottom: 1px solid #687372;
	}

	.stack-box_ul li {
		font-size: 16px;
	}
}

/*-stack*/
/*who*/
.who-wrap {
	position: relative;
}

.who-h {
	margin-bottom: 60px;
	min-height: 64px;
}

.who-box {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 288px;
	max-width: 100%;
	overflow: hidden;
}

.who-box::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #687372;
}

.who-box_wrap {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 40px;
	border: 1px solid #687372;
}

.who-box_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.who-box_text {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 8px;
	padding: 40px;
	background: rgba(14, 14, 22, 0.8);
	transition: 0.5s;
	opacity: 0;
}

.who-trumbs {
	overflow: visible;
}

.who-trumbs .swiper-slide {
	width: 272px;
	height: 288px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.who-a {
	position: absolute;
	top: 30px;
	right: 0;
}

@media (max-width: 1500px) {
	.who-boxs {
		display: flex;
	}

	.who-box {
		height: 22.867vw;
	}
}

@media (max-width: 1200px) {
	.who-box_text {
		transform: translateY(0);
		top: auto;
		bottom: 0;
		height: 25%;
		padding: 6px 24px;
		justify-content: center;
		text-align: center;
		border-radius: 0 0 20px 20px;
		gap: 0;
		opacity: 1;
	}

	.who-box_h {
		font-size: 16px;
	}

	.who-box_p {
		font-size: 14px;
	}
}

@media (max-width: 800px) {
	.who-a {
		top: 2px;
		font-size: 20px;
	}

	.who-h {
		margin-bottom: 32px;
		font-size: 20px;
		min-height: 24px;
	}

	.who-box_wrap {
		border-radius: 30px;
	}

	.who-trumbs .swiper-slide {
		max-width: 180px;
		height: 200px;
	}

	.who-box_text {
		padding: 6px 10px;
	}
}

@media (min-width: 1200px) {
	.who-box:hover .who-box_text {
		opacity: 1;
	}
}

/*-who*/
/*info*/
.info-h {
	margin-bottom: 60px;
	min-height: 128px;
}

.info-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.info-content {
	color: #CFD2D7;
	width: 500px;
}

@media (max-width: 1200px) {
	.info-content {
		width: 400px;
	}
}

@media (max-width: 800px) {
	.info .container {
		display: flex;
		flex-direction: column-reverse;
	}

	.info-h {
		margin-bottom: 0;
		font-size: 20px;
		line-height: 1.2;
	}

	.info-wrap {
		flex-direction: column;
	}

	.info-content {
		width: 100%;
		padding: 20px 0;
		max-width: 75%;
		margin-left: auto;
	}

	.info-a {
		margin-top: 24px;
	}
}

/*-info*/
/*feedback*/
.feedback-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.feedback-h {
	min-height: 64px;
}

.feedback-content {
	position: relative;
	width: 880px;
	padding: 64px 80px;
}

.feedback-content::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 40px;
	border: 1px solid #687372;
	background: rgba(17, 20, 31, 0.8);
}

.feedback-content::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #687372;
}

@media (max-width: 1400px) {
	.feedback-content {
		width: 600px;
	}
}

@media (max-width: 1200px) {
	.feedback-content {
		width: 400px;
		padding: 40px;
	}
}

@media (max-width: 800px) {
	.info-h {
		min-height: 72px;
	}

	.feedback-wrap {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 24px;
	}

	.feedback-content {
		width: 100%;
		padding: 32px;
		margin-top: 0;
	}

	.feedback-h {
		font-size: 20px;
		border-bottom: 1px solid #687372;
		min-height: 24px;
	}

	.feedback-icon {
		display: none;
	}
}

/*-feedback*/


.ham {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.hamRotate.active {
	transform: rotate(45deg);
}

.hamRotate180.active {
	transform: rotate(180deg);
}

.line {
	fill: none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke: #CFD2D7;
	stroke-width: 3;
	stroke-linecap: round;
}

.ham1 .top {
	stroke-dasharray: 40 139;
}

.ham1 .bottom {
	stroke-dasharray: 40 180;
}

.ham1.active .top {
	stroke-dashoffset: -98px;
}

.ham1.active .bottom {
	stroke-dashoffset: -138px;
}


/* compose pause */
.compose-pause {
	padding: 40px 0;
}

.compose-pause .compose-pause-wrap {
	display: flex;
	align-items: center;
	gap: 40px;
	justify-content: center;
}

@media (max-width: 800px) {
	.compose-pause {
		padding: 0;
	}
}

/* -compose pause */
/* 404 page */
.template-page-404 .footer-scroll {
	display: none !important;
}

.mistake-wrap {
	display: flex;
	flex-direction: column;
	gap: 80px;
	min-height: 490px;
	margin-top: 60px;
}

.mistake-wrap-text {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
}

.mistake-p {
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.4;
	color: #CFD2D7;
}

.mistake-button {
	margin: 0 auto;
}

.mistake-bg_one {
	position: absolute;
	z-index: -1;
	right: 4%;
	top: -2%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 322px;
	height: 547px;
}

.mistake-bg_one::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../icons/x-1.svg") center no-repeat;
	background-size: contain;
	animation: anim-6 2s;
}

.mistake-bg_two {
	position: absolute;
	z-index: -1;
	left: 4%;
	bottom: 9%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 322px;
	height: 547px;
}

.mistake-bg_two::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../icons/x-1.svg") center no-repeat;
	background-size: contain;
	animation: anim-5 2s;
}

@media (max-width: 1200px) {
	.mistake-bg_one {
		max-width: 200px;
		right: -40px;
	}

	.mistake-bg_two {
		max-width: 200px;
		left: -40px;
	}
}

@media (max-width: 800px) {
	.mistake-wrap {
		margin-top: 80px;
		min-height: 420px;
	}

	.mistake-bg_one {
		display: none;
	}

	.mistake-bg_two {
		display: none;
	}

	.mistake-p:first-child {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.mistake-button {
		width: 80%;
	}
}

/* -404 page */
/* thank you page */
.thank-page {
	padding: 97px 20px 230px;
}

.thank-page-wrap {
	position: relative;
}

.thank-page-bg_one {
	position: absolute;
	z-index: -1;
	left: 460px;
	bottom: -100px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 322px;
	height: 547px;
}

.thank-page-bg_one::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../icons/x-1.svg") center no-repeat;
	background-size: contain;
	animation: anim-6 2s;
}

.thank-page-content {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 47px;
}

.thank-page-img {
	width: 400px;
	height: 400px;
	animation: anim-2 8s infinite linear alternate;
}


.thank-page-info {
	max-width: 520px;
}

.thank-page-text {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 80px;
}

.thank-page-text p {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	color: #CFD2D7;
}

.thank-page-contact span {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	color: #4260FF;
}

.thank-page-btns {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

@media (max-width: 1800px) {
	.thank-page-bg_one {
		left: -280px;
		bottom: -100px;
		width: 322px;
		height: 547px;
	}
}

@media (max-width: 1400px) {
	.thank-page-img {
		height: 320px;
		width: 320px;
	}
}

@media (max-width: 1200px) {
	.thank-page {
		padding: 80px 20px;
	}
}

@media (max-width: 950px) {
	.thank-page-img {
		display: none;
	}

	.thank-page-info {
		margin: 0 auto;
	}

	.thank-page {
		padding: 40px 20px;
	}

	.thank-page-content {
		margin-top: 40px;
	}

	.thank-page-text {
		margin-bottom: 40px;
		width: 76%;
		margin-left: auto;
	}

	.thank-page-btns {
		align-items: center;
		gap: 20px;
	}

	.thank-page-btns .form-a {
		width: 100%;
	}
}

@media (max-width: 800px) {
	.thank-page-img {
		width: 100%;
		max-width: 260px;
		height: auto;
		margin-left: 0px;
	}

	.thank-page-bg_one {
		left: -80px;
		bottom: 110px;
		width: 160px;
		height: 260px;
	}
}

@media (max-width: 480px) {
	.thank-page-bg_one {
		left: -110px;
		bottom: 210px;
		width: 160px;
		height: 260px;
	}

	.thank-page-text {
		width: 84%;
	}

	.thank-page-btns .form-a {
		padding: 0 16px;
	}
}

/* -thank you page */
/* imprint */
.imprint-title-wrap {
	text-align: center;
	padding: 97px 0 35px;
}

.imprint-content-wrap {
	padding: 80px 0;
}

.imprint-content-wrap h3 {
	font-variation-settings: "wght" 400, "XTRA" 650, "YTDE" -200, "wdth" 100;
	font-family: "Roboto Flex", Georgia, serif;
	font-size: 44px;
	line-height: 109%;
	padding: 40px 0 20px;
}

.imprint-content-wrap h3:first-child {
	padding-top: 0;
}

.imprint-content-wrap p {
	padding-left: 40px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	color: #CFD2D7;
}

@media (max-width: 800px) {
	.imprint-title-wrap {
		padding: 40px 0;
		text-align: left;
	}

	.imprint-content-wrap {
		padding: 20px 0;
	}

	.imprint-content-wrap h3 {
		font-size: 26px;
		line-height: 123%;
		padding: 20px 0 12px;
	}

	.imprint-content-wrap p {
		font-size: 16px;
		line-height: 125%;
		padding-left: 20px;
	}
}

/* -imprint */
/* privacy */
.privacy-title-wrap {
	text-align: center;
	padding: 97px 0 35px;
}

.privacy-content-wrap {
	display: flex;
	gap: 80px;
	padding: 80px 0;
}

.privacy-content p {
	padding-left: 40px;
}

.privacy-content p,
.privacy-content ul li {
	color: #CFD2D7;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}
.privacy-content p strong,
.privacy-content li strong {
  font-weight: 500;
  color: #fff;
}
.privacy-content a {
  display: inline;
  color: #4260FF;
  font-weight: 400;
}
.privacy-content a span {
  display: inline;
}
.privacy-content ul {
  padding: 20px 0;
  padding-left: 80px;
}

.privacy-content ul li {
	list-style: square;
}

.privacy-content h3 {
	margin: 40px 0 20px;
}
.privacy-content h3:has(em) {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 12px;
  padding-left: 80px;
}
.privacy-content h3:has(em) + p {
  padding-left: 80px;
}
.privacy-content h3 em {
  font-style: normal;
}
.privacy-content h3:first-child {
	margin-top: 0;
}

.privacy-content h2 {
	font-variation-settings: "wght" 400, "XTRA" 650, "YTDE" -200, "wdth" 100;
	font-family: "Roboto Flex", Georgia, serif;
	font-size: 26px;
	line-height: 123%;
	padding: 20px 0;
	padding-left: 40px;
}

.privacy-button {
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	color: #CFD2D7;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #687372;
	gap: 4px;
}

.privacy-button svg {
	width: 16px;
	height: 16px;
}

.privacy-a {
	width: 100%;
  max-width: 134px;
	justify-content: flex-end;
}
.privacy-btn svg {
	transform: rotate(0deg); 
	transition: transform .3s;
}
.privacy-btn.active {
  max-width: none;
}
.privacy-btn.active svg {
	transform: rotate(180deg); 
	transition: transform .3s;
}
.privacy-a span {
	margin-left: 0;
}

.privacy-sidebar-menu {
	margin-top: 20px;
	transform: translateX(-1000px);
	visibility: hidden;
	transition: left 0.3s ease, visibility 0.3s ease;
}

.privacy-sidebar-menu ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.privacy-sidebar-menu ul li a {
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	color: #FFF;
}

.privacy-sidebar-menu ul li {
	padding: 6px 12px;
	border-radius: 60px;
	border: 1px solid #93989E;
	width: fit-content;
}

.privacy-sidebar-menu.active {
	transform: translateX(0);
	visibility: visible;
}

.privacy-sidebar-menu.active ul li a {
	white-space: nowrap;
}

.privacy-faq-wrap.mobile-show {
	display: none;
}

@media (max-width: 1400px) {

	.privacy-content-wrap {
		gap: 40px;
	}

	.privacy-content {
		overflow: auto;
		word-wrap: break-word;
	}
} 

@media (max-width: 1200px) {
	.privacy-faq-wrap.mobile-show {
		display: block;
	}
	.privacy-title-wrap {
		padding: 80px 0;
	}
	.privacy-content-wrap.mobile-hidden {
		display: none;
	}
	.privacy-faq-wrap {
		display: flex;
		flex-direction: column;
	}
	.privacy-faq {
		width: 100%;
	}
	.privacy-faq-button {
		font-variation-settings: "wght" 400, "XTRA" 650, "YTDE" -200, "wdth" 100;
		font-family: "Roboto Flex", Georgia, serif;
		font-size: 16px;
		line-height: 150%;
		color: #ffffff;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 12px 20px;
		border-radius: 60px;
		border: 1px solid #93989E;
		text-align: left;
	}
	.privacy-faq-answer-wrap {
		padding: 10px 0;
	}
	.privacy-faq-answer { 
		height: 0; 
		overflow: hidden;
		transition: height 0.5s ease; 
		position: relative; 
		z-index: 1; 
		padding-left: 10px;

	}
	.privacy-faq.active .privacy-faq-answer {
		height: auto; 
		border-radius: 0 0 16px 16px; 
		padding-left: 10px;
	}
	.privacy-content p {
		padding-left: 20px;
	}
	
	.privacy-content p,
	.privacy-content ul li {
		font-size: 16px;
	}
	.privacy-content h2 {
		padding: 10px 0;
		padding-left: 20px;
		font-size: 16px;
	}
	.privacy-content ul {
		padding: 10px 0;
		padding-left: 40px;
	}
	.privacy-faq-button {
		gap: 10px;
	}
	.privacy-faq-button svg {
		flex-shrink: 0;
		transform: rotate(0deg); transition: transform .3s;
	}
	.privacy-faq.active .privacy-faq-button svg {
		transform: rotate(180deg); 
		transition: transform .3s;
	}

	.privacy-content h3:has(em) {
		padding-left: 40px;
		font-size: 14px;
		margin-top: 12px;
		margin-bottom: 6px;
	}
	.privacy-content h3:has(em) + p {
		padding-left: 40px;
	}
}

@media (max-width: 800px) {
	.privacy-title-wrap {
		padding: 40px 0 60px;
	}
}
@media (max-width: 680px) {
	.privacy-h .section-h1.mobile-small {
		font-size: 24px;
	}
}

/* -privacy */
/* blog */
.blog {
	padding: 97px 0 35px;
}
.blog-first {
	padding: 80px 0;
}
.blog-first-wrap {
	position: relative;
	display: flex;
	align-items: center;
	gap: 80px;
	height: 100%;
}
.blog-title-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}
.item-blog-first-img {
	min-width: 640px;
}
.item-blog-first-img img {
	width: 100%;
}
.item-blog-first-text {
	min-height: 434px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.item-blog-first-top {
	display: flex;
	justify-content: space-between;
}
.item-blog-first-center {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.item-blog-first-descr {
	font-size: 20px;
	color: #CFD2D7;
	font-weight: 400;
	line-height: 1.4;
}
.item-blog-first-category {
	display: block;
    width: fit-content;
    color: #CFD2D7;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    padding: 6px 12px;
    border-radius: 60px;
    border: 1px solid #687372;
    transition: 0.2s;
}
.item-blog-first-date {
	color: #CFD2D7;
	font-size: 16px;
	line-height: 125%;
	font-weight: 400;
}
.item-blog-first-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-blog-first-link {
	position: absolute;
	height: 100%;
	width: 100%;
}
.item-blog-first-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.blog-icon {
	flex-shrink: 0;
}
.blog-items {
	padding: 40px 0 85px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 36px;
}
.item-blog {
	display: flex;
	flex-direction: column;
	gap: 6px;
	position: relative;
	height: 100%;
}
.item-blog-text {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.item-blog-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.item-blog-top-categories {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}
.item-blog-category {
	display: block;
    width: fit-content;
    color: #CFD2D7;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    padding: 6px 12px;
    border-radius: 60px;
    border: 1px solid #687372;
    transition: 0.2s;
}
.item-blog-date {
	flex-shrink: 0;
	color: #CFD2D7;
	font-size: 16px;
	line-height: 125%;
	font-weight: 400;
}
.item-blog-center {
	padding: 12px 0 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.item-blog-descr {
	color: #CFD2D7;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}
.item-blog-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
}

.item-blog-bottom .blog_a.mobile-show {
	display: none;
}
.item-blog-link {
	position: absolute;
	width: 100%;
	height: 100%;
}
.blog-latest {
	padding: 147px 0 0;
}
.blog-latest-container {
	padding: 0;
}
.blog-latest-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.blog-items-tab {
	display: none; 
	animation: moving .5s ease;
}
.blog-items-tab.active {
	display: grid;
}
.blog-items.blog-items-tab + .blog-pagination {
    display: none;
}
.blog-items.blog-items-tab.active + .blog-pagination {
    display: block;
	padding-top: 80px;
}


@keyframes moving{
	from {transform: translateX(50px); opacity: 0;}
	to {transform: translateX(0); opacity: 1;}
  }
@media (max-width: 1500px) {
	.blog-latest-container {
		padding: 0 20px;
	}
}
@media (max-width: 1200px) {
	.blog-first-wrap {
		gap: 40px;
	}
	.item-blog-first-img {
		min-width: 480px;
	}
	.item-blog-first-text {
		min-height: 325px;
	}
	.item-blog-first-center {
		gap: 20px;
	}
	.item-blog-first-title {
		padding-top: 12px;
	}
}
@media (max-width: 1024px) {
	.blog {
		padding: 40px 0;
	}
	.blog-first {
		position: relative;
		padding: 40px 0;
	}
	.blog-first-wrap {
		flex-direction: column;
		gap: 20px;
	}
	.item-blog-first-date {
		position: absolute;
		left: 0;
		top: -30px;
	}
	.item-blog-first-image {
		position: relative;
		overflow: hidden;
		padding-bottom: 52%;
		max-height: 227px;
		min-width: 0;
		width: 100%;
	}
	.item-blog-first-image img {
		position: absolute;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.item-blog-first-title {
		padding-top: 16px;
	}
	.blog-items {
		grid-template-columns: repeat(2, 1fr);
		padding: 20px 0 40px;
	}
	.blog-items .blog-item:last-child {
		display: none;
	}
	.portfolio-filter {
		padding: 40px 0;
		margin: 0;
	}
	.portfolio-checkeds {
		margin-top: 20px;
	}
	.portfolio-checkeds {
		gap: 12px;
	}

}

@media (max-width: 800px) {
	.blog-first {
		padding: 40px 20px;
	}
	.item-blog-first-image {
		max-height: none;
		height: 227px;
	}
	.item-blog-first-title {
		font-size: 20px;
		line-height: 1.2;
	}
	.item-blog-first-center {
		gap: 16px;
	}
	.item-blog-first-descr {
		font-size: 16px;
		line-height: 1.25;
	}
	.item-blog-first-a {
		width: fit-content;
		padding: 0 30px;
		font-size: 16px;
	}
	.item-blog-first-bottom {
		margin-top: 20px;
	}
	.item-blog-first-bottom span {
		font-size: 20px;
	}
	.blog-items {
		gap: 32px 16px;
	}
	.item-blog-img {
		position: relative;
		overflow: hidden;
		padding-bottom: 52%;
		height: 120px;
		min-width: 179px;
		width: 100%;
	}
	.item-blog-img img {
		position: absolute;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.item-blog-date {
		position: absolute;
		top: -20px;
		left: 0;
		font-size: 12px;
	}
	.item-blog-category {
		font-size: 12px;
		padding: 2px 6px;
	}
	.item-blog-top {
		gap: 4px;
	}
	.item-blog-title {
		font-size: 16px;
	}
	.item-blog-descr {
		display: none;
	}
	.item-blog-bottom .blog_a.mobile-hidden {
		display: none;
	}
	.item-blog-bottom .blog_a.mobile-show {
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		border: 1px solid #687372;
		width: 40px;
		height: 40px;
	}
	.item-blog-bottom .blog_a.mobile-show svg {
		width: 20px;
		height: 20px;
	}
	.item-blog-bottom .blog_a.mobile-show::before {
		display: none;
	}
	.blog-pagination {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 414px) {
	.item-blog-img {
		min-width: 100%;
		width: 100%;
	}
}

/* -blog */
/* article */
.article {
	padding: 147px 0 135px;
}
.article-aside {
	width: 440px;
	flex-shrink: 0;
}
.article-container {
	padding: 0;
}
.article-wrap {
	display: flex;
	gap: 80px;
}
.article-content {
	width: 100%;
}
.article-similar-top {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 40px;
}
.article-similar .item-blog-bottom span:first-child {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	color: #CFD2D7;
}
.article-img {
	padding: 40px 0;
}
.article-blog-items {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.article-blog-item .item-blog-img{
	display: none;
}
.article_category {
	display: block;
    width: fit-content;
    color: #CFD2D7;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    padding: 6px 12px;
    border-radius: 60px;
    border: 1px solid #687372;
    transition: 0.2s;
}
.article_info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
}
.article_info_categories {
	display: flex;
	gap: 12px;
	align-items: center;
}
.article_date {
	font-size: 16px;
	color: #CFD2D7;
	line-height: 1.25;
}
.content_article p,
.article-content-text p {
	font-size: 20px;
	color: #CFD2D7;
	line-height: 1.4;
	font-weight: 400;
	padding-bottom: 20px;
}
.content_article .h3,
.article-content-text .h3 {
	padding-bottom: 20px;
}
.content_article .h4,
.article-content-text .h4 {
	padding-bottom: 20px;
}
.content_article p em,
.article-content-text p em {
	text-transform: uppercase;
	font-style: normal;
	font-size: 20px;
	color: #CFD2D7;
	line-height: 1.4;
	font-weight: 400;
}
.content_article p:has(em),
.article-content-text p:has(em) {
	padding-bottom: 10px;
	padding-left: 20px;
}
.content_article ul,
.article-content-text ul,
.content_article  ol,
.article-content-text ol  {
	padding-left: 40px;
	padding-bottom: 40px;
}
.content_article ul li,
.article-content-text ul li {
	line-height: 1.25;
	list-style: disc;
	color: #CFD2D7;
}
.content_article ol li,
.article-content-text ol li {
	list-style: decimal;
	color: #CFD2D7;
	font-size: 20px;
	line-height: 1.4;
}
.article_img .post-attachment {
	padding: 10px 0;
	max-width: 920px;
	width: 100%;
}
.article-content-action {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 80px;
}
.article-content-action span:first-child {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	color: #CFD2D7;
}
.article-content-icons {
	display: flex;
	gap: 20px;
	align-items: center;

}

.article-content-icons span {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	padding: 12px;
	cursor: pointer;
}

.article-content-icons span::before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #687372;
}

.article-content-icons span::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #294CFF;
	transition: 0.3s;
}

.article-similar .item-blog-bottom .blog_a.mobile-show {
	display: none;
}

.article-content-icons span svg{
	flex-shrink: 0;
}
.article-similar-top .h4 {
	display: none;
}
@media (max-width: 1550px) {
	.article-container {
		padding: 0 20px;
	}
}
@media (max-width: 1200px) {
	.article {
		padding: 80px 0;
	}
	.article-wrap {
		gap: 40px;
	}
	.article-content-action {
		margin-top: 40px;
	}
	.blog-latest {
		padding: 80px 0 0;
	}
	.article-aside {
		width: 340px;
	}
}
@media (max-width: 1024px) {
	.article {
		padding: 40px 0;
	}
	.article-wrap {
		flex-direction: column;
		gap: 80px;
	}
	.article-blog-items {
		flex-direction: row;
	}
	.article-aside {
		width: 100%;
	}
	.blog-latest {
		padding: 40px 0;
	}

	.article-similar .item-blog-bottom .blog_a.mobile-hidden {
		display: none;
	}
	.article-similar .item-blog-bottom .blog_a.mobile-show {
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		border: 1px solid #687372;
		width: 40px;
		height: 40px;
		padding: 0;
	}
	.article-similar .item-blog-bottom .blog_a.mobile-show svg {
		width: 20px;
		height: 20px;
	}
	.article-similar .item-blog-bottom .blog_a.mobile-show::before {
		display: none;
	}
	.article-blog-items .article-blog-item:last-child {
		display: none;
	}
	.article-similar-top,
	.blog-latest-top {
		padding-bottom: 2px;
		border-bottom: 1px solid #687372;
	}
	.article-similar-top .h4 {
		display: block;
	}
	.article-similar-top .link-one {
		display: none;
	}

	.blog-latest-top .h2 {
		font-size: 20px;
	}
	.blog-latest-a::after {
		display: none;
	}
	.content_article p,
	.article-content-text p {
		font-size: 16px;
	}
	.content_article .h4, 
	.article-content-text .h4 {
		font-size: 16px;
	}
	.content_article ul, 
	.article-content-text ul, 
	.content_article ol, 
	.article-content-text ol {
		padding-bottom: 20px;
		padding-left: 20px;
	}
	.content_article ol li, 
	.article-content-text ol li {
		font-size: 16px;
	}
	.content_article ul li, 
	.article-content-text ul li {
		font-size: 16px;
	}
	.content_article p em, 
	.article-content-text p em {
		font-size: 16px;
	}
	.article-content-text p:first-child {
		font-size: 20px;
	}
	.content_article .h3,
	.article-content-text .h3 {
		font-size: 20px;
		line-height: 1.2;
	}
	.article_top .h2 {
		font-size: 20px;
	}
	.article-img {
		padding: 20px 0;
	}
	.article_info {
		padding: 20px 0;
	}
	.breadcrumbs-item.active svg {
		flex-shrink: 0;
	}
	.article-content-action {
		margin-top: 16px;
	}
	.article-similar .item-blog-bottom span:first-child {
		font-size: 16px;
	}
}
@media (max-width: 800px) {
	.article-similar-top .h4 {
		font-size: 20px;
	}
	.article-similar-top,
	.blog-latest-top {
		margin-bottom: 60px;
	}
}
@media (min-width: 1200px) {
	.article-content-icons span:hover:after {
		transform: translate(-50%, -50%) scale(1);
	}
}
/* -article */
/* breadscrumbs */
.section-breadcrumbs {
	display: flex;
	flex-wrap: nowrap;
	overflow: auto;
	padding-bottom: 2px;
	border-bottom: 1px solid #687372;
	gap: 4px;
}
.section-breadcrumbs li a {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	color: #ffffff;
}

.section-breadcrumbs li:first-child a {
	color: #CFD2D7;
}
.breadcrumbs-item {
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.breadcrumbs-item.active {
	display: flex;
	align-items: center;
	gap: 4px;
}


/* -breadscrumbs */
/* preloader */

.preloader {
	position: fixed;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #11141F;
	width: 100%;
	height: 100%;
	z-index: 999;
	gap: 180px;
	overflow: hidden;
	
}

.preloader svg path {
	transition: fill 0.5s ease-in-out;
  }
  
.shape-1 {
	animation: animatePath1 1s forwards;
}

.shape-2 {
	animation: animatePath2 1s forwards;
}

.shape-3 {
	animation: animatePath3 1s forwards;
}

@keyframes animatePath1 {
	from {
	  fill: white;
	}
	to {
	  fill: #11141F;
	  transform: translate(21px, 9px);
	}
  }
  
  @keyframes animatePath2 {
	from {
	  fill: white;
	}
	to {
	  fill: #11141F;
	  transform: translateY(-32px);
	}
  }
  
  @keyframes animatePath3 {
	from {
	  fill: white;
	}
	to {
	  fill: #11141F;
	  transform: translate(-20px, 9px);
	}
  }
/* -preloader */


/*megamenu*/
.megamenu {
	position: absolute;
	top: -9999px; 
	left: -9999px;
	right: -9999px; 
	z-index: 97; 
	opacity: 0; 
	transition: top 0s linear 0.3s, opacity 0.3s;
}

.megamenu-box-wrap {
	max-width: 1500px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr 1fr;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 0;

}

.megamenu:not(.opened) {
	pointer-events: none;
}
.megamenu.opened {
	top: 120px; 
	opacity: 1; 
	transition: top 0s, opacity 0.2s;
}


.megamenu_bg {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(14, 14, 22, 0.9);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.megamenu_a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.megamenu-box {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 32px;
	overflow: hidden;
	cursor: pointer;
}

.megamenu-box::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	transition: 0.3s;
}

.megamenu-box::after {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s;
	opacity: 0;
	background: #ffffff;
}

.megamenu-box_top {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 20px;
}

.megamenu-box_img {
	width: 80px;
	height: 80px;
	filter: brightness(5) contrast(0.5);
	transition: 0.2s;
}

.megamenu-box_bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 20px;
	margin-left: auto;
}

.megamenu-box_content {
	transition: 0.2s;
}

.services-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 60px;
}

.services-content {
	width: 520px;
	color: #CFD2D7;
}

.megamenu-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.megamenu-box_a {
	width: 40px;
	height: 40px;
	padding: 0;
}

li[data-menu-dropdown] span svg {
	display: none;
}

@media (max-width: 1400px) {
	.megamenu.opened {
		top: 80px; 
	}
}
@media (max-width: 1200px) {
	li[data-menu-dropdown] span svg {
		display: block;
	}	
	.megamenu.opened {
		top: 20px;
	}
	.megamenu[data-header-mega-menu] {
		display: none;
	}
	.megamenu[data-header-mega-menu].opened {
		display: block;
	}
	.megamenu {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		opacity: 1;
	}
	.megamenu-box-wrap {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
	.megamenu-box_content {
		position: relative;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.megamenu_bg {
		background: none;
	}
	.megamenu-box {
		padding-top: 40px;
	}
	.megamenu-box::before {
		background: none;
	}
	.megamenu-box_h {
		font-size: 16px;
		border-bottom: 1px solid #fff;
		width: fit-content;
		margin-bottom: 0 !important;
	}
	.megamenu-box_content p {
		max-width: 380px;
	}
	.megamenu-box_img {
		position: absolute;
		width: 40px;
		height: 40px;
		filter: none;
		top: 16px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.megamenu-box_bottom {
		display: none;
	}

	.megamenu-box_top {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}


	.megamenu-box_bottom {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}


	.megamenu-box_a {
		margin-top: 16px;
	}

	.services-content {
		width: 50%;
	}
}

@media (max-width: 800px) {
	.megamenu-box_h {
		font-size: 20px !important;
	}
	.megamenu-box {
		padding: 16px;
		padding-top: 40px;
	}
}

@media (min-width: 1200px) {

	.megamenu-box:hover .megamenu-box_img {
		filter: grayscale(0);
	}

	.megamenu-box:hover .megamenu-box_content {
		color: #CFD2D7;
	}
}

@keyframes fadeInBg {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*-megamenu*/


.grecaptcha-badge {visibility: hidden !important; pointer-events: none !important;}