/*
Theme Name: m87
Template: Goodini
Theme URI: https://degorov.ru/
Description: Дочерняя тема для Goodini
Author: D.E.
Author URI: https://degorov.ru/
Version: 1.0
*/


/* @font-face {
	font-family: 'ZenDots';
	src: url('assets/fonts/ZenDots.eot');
	src: local('ZenDots'), local('ZenDots'),
		url('assets/fonts/ZenDots.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/ZenDots.woff2') format('woff2'),
		url('assets/fonts/ZenDots.woff') format('woff'),
		url('assets/fonts/ZenDots.ttf') format('truetype'),
		url('assets/fontsZenDots.svg#ZenDots') format('svg');
	font-weight: normal;
	font-style: normal;
}  */
@font-face {
	font-family: 'Zen Dots';
	src: url('assets/fonts/zendots-regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


.container-fluid {
	max-width: 1536px;
}



#header .logo a {
	max-width: 7.875rem;
}

.social .soc svg,
.social .soc {
	width: 2.5rem;
	height: 2.5rem;
}

.social .soc a {
	display: block;
	width: 100%;
	height: 100%;
}

#menu .menu {
	background: transparent;
	border-radius: 0;
	width: auto;
}

#menu {
	width: auto;
	margin-right: auto;
}

.menu .menu-item a {
	padding: 0 1.5rem;
	border-left: none;
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 150%;

}

#header .content .row {
	margin: 0;
	gap: 1.5rem;
}

#header .content {
	margin-left: 2.5rem;
}

#header {
	padding: 1.5rem 0;
}

#header .mainrow {
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

h1 {
	text-transform: uppercase;
	font-size: 3.5rem;
	line-height: 123%;
	font-family: 'Zen Dots', Arial, sans-serif !important;
	font-feature-settings: 'ss01' 1;

}

h2 {
	font-size: 3rem;
	line-height: 125%;
	text-transform: uppercase;

	font-feature-settings: 'ss01' 1;
}

#contacts.contacts-section h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
}


.hero__inner-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 6.375rem;
}

.hero {
	padding-bottom: 1rem;
}

.hero__inner-text {
	display: flex;
	align-items: center;
	gap: .3125rem;
	font-weight: 700;
	font-size: .9375rem;
	line-height: 133%;
	text-align: center;
	font-feature-settings: 'salt' on;
	color: var(--color);
	background: rgba(255, 29, 85, 0.1);
	border: 1px solid rgba(255, 29, 85, 0.2);
	border-radius: 3.875rem;
	padding: .375rem 1rem;
	margin-bottom: 3.5625rem;

}

.hero__inner-text-ellipse {
	width: .5rem;
	height: .5rem;
	background: var(--color);
	box-shadow: 0px 0px 9px var(--color);
	border-radius: 50%;

}

.thanks__wrap {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(.9375rem);
	border-radius: .75rem;
	display: flex;
	align-items: center;
	padding: 1.5rem;
	justify-content: space-between;
	gap: 1rem;
	width: 41rem;
	font-size: 1.125rem;
	line-height: 150%;
	color: rgba(255, 255, 255, 0.9);

}

.hero__inner-content h1 {
	margin-bottom: 1.5rem;
}

.g-hero#hero .button {
	margin: 0;
	display: flex;
}

.hero__inner {
	padding-top: 1.5rem;
}

.hero__inner-content h1 {
	margin-bottom: 2.25rem;
}

.hero__inner-form {
	display: flex;
	gap: 3.3125rem;
	padding: 1.5rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(15.5px);
	border-radius: .75rem;

}

.hero__inner-form-text {
	font-size: .875rem;
	line-height: 114%;
	color: rgba(255, 255, 255, 0.6);
}

.hero__inner-form-text p {
	margin: 0;
	margin-top: 0.3rem;
}

.hero__inner-form-text p:first-child {
	margin: 0;
}

.hero__inner-form-text strong:first-of-type {
	font-family: 'Zen Dots';
	font-size: 1.5rem;
	line-height: 133%;
	background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(180deg, #FFFFFF -17.5%, #8359AE 140.83%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-transform: uppercase;
	font-feature-settings: 'ss01' 1;
}

.hero__inner-form .form__inner {
	display: flex;
	gap: 4px;
	align-items: center;
	justify-content: flex-end;
	/* margin-bottom: 1rem; */
}

.hero__inner-form .hideLabels .form-group {
	margin: 0;
	background: #FFFFFF;
	border-radius: 4px;
	height: 3rem;
	border: none;
}

.hero__inner-form .form .button {
	margin: 0;
	height: 3rem;
	display: flex;
}

.btn {
	border-radius: .25rem;
}


.main-form {
	background-color: #222224;
	padding: 1rem 0;
}


.hideLabels .form-group label {
	left: 1.5rem;
	top: 12px;
}

.main-form-inner {
	display: flex;
	justify-content: flex-start;
}

.btn span {
	padding: .9rem 2rem;
	font-size: 1rem;
	min-width: 108px;
}

/* @keyframes key {
	0% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
} */

@keyframes key-3d {
	0% {
		transform: scale(1.1) perspective(1000px) rotateX(5deg);
		opacity: 0.7;
	}

	100% {
		transform: scale(1) perspective(1000px) rotateX(0deg);
		opacity: 1;
	}
}

.key__item-img {
	transform-style: preserve-3d;
}

.key__item-img.active {
	animation: key-3d 5.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}



.hideLabels .form-control {
	padding: 0.86rem 1.5rem;
	border-radius: 4px;
	border-color: transparent;
}

.dark_theme .hideLabels .form-group input::placeholder {
	color: #777783 !important;
}

.social .soc a:active {
	box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.48);

}

.social .soc a:focus {
	box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.12);
}

.social .soc a:hover {
	opacity: 0.8;
}

.hero__inner-form .form {
	flex: 0 0 22.125rem;
}

.hero__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

.hero__item {
	font-size: 1.125rem;
	line-height: 150%;
	color: rgba(255, 255, 255, 0.9);
}

.hero__item-title {
	font-weight: 700;
	margin-bottom: .5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
}

.hero__item-title::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 2.125rem;
	height: 3px;
	background-color: var(--color);

}

.wrapper {
	overflow: hidden;
}

@keyframes op {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.hero-img-bg {
	opacity: 0;
	position: absolute;
	top: 0;
	right: -16%;
	width: 75%;
	pointer-events: none;
	animation: op 2s forwards;
	animation-delay: 0.7s;
}

.key {
	padding-top: 1rem;
	padding-bottom: 3.75rem;
}

.key__wrapper {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background-color: #222224;
	border-radius: .6875rem;
	overflow: hidden;
}

.key__items-imgs {
	position: relative;
	height: 28.4375rem;
	overflow: hidden;
	margin-bottom: calc((3rem * 1.4) * -1);
}

.key__item-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease;
}

.key .title {
	padding: 1rem 2rem 0 2.25rem;
	align-self: flex-start;
	border-top-right-radius: 1rem;
	z-index: 1;
	background-color: #222224;
	position: relative;
}

.key .title::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: transparent;
	border-top-left-radius: 0.7rem;
	box-shadow: -5px -5px 0 5px #222224;
	transform: rotate(-90deg) translate(26%, 100%);
}

.key .title h2 {
	margin: 0;
}

.key__item-img.active {
	opacity: 1;
}

.key__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.key__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
	margin-top: 1.8125rem;
	padding: 2.25rem;
	padding-top: 0;
}

.key__item {
	opacity: 0.5;
	color: #fff;
	transition: all 0.5s ease;

}

.key__item.active {
	opacity: 1;

}

.key__item-title {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 150%;
	margin-bottom: 4px;
	margin-top: 1rem;
}

.key__item-text {
	font-size: 1rem;
	line-height: 150%;
}

.key__item.active .key__item-progress-inner {
	opacity: 1;
}

.contacts-section-wrapper-in .social {
	display: none;
}

.key__item-progress-inner {
	position: relative;
	width: 94%;
	height: 1px;
	opacity: 0;
	transition: all 0.3s;
	background-color: rgba(255, 255, 255, 0.2);
}

.key__item-progress {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 0%;
	background-color: var(--color);
	transition: width 0.1s linear;
}


.roadmap {
	padding-bottom: 9rem;
}

.roadmap-bg {
	position: absolute;
	width: 100%;
	bottom: -100%;
	transform: translate(0, 11%);
}

.roadmap-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.roadmap__item {
	font-size: 1.125rem;
	line-height: 150%;
	color: rgba(255, 255, 255, 0.7);
	flex: 1;
}

.key__item-img-mobile {
	display: none;
}

.roadmap__item-title {
	font-family: 'Zen Dots';
	font-feature-settings: 'ss01' 1;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 133%;
	text-transform: uppercase;
	color: #777783;
	margin-bottom: 2.5rem;

}

.roadmap__item-year-title {
	font-family: 'Zen Dots';
	font-feature-settings: 'ss01' 1;
	font-weight: 400;
	font-size: 2.25rem;
	line-height: 133%;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.9);
	flex-shrink: 0;
	background: var(--dark);
	line-height: 1;
}

.roadmap__items-header {
	display: none;
}

.roadmap__items-y {
	margin-bottom: 3rem;
		overflow: hidden;
}
.roadmap__item-year {
	display: flex;
	align-items: center;
	gap: 2rem;
	height: 3rem;
	position: relative;
	z-index: 1;
}

.roadmap__item-year-line {
	width: 100%;
	background-color: #777783;
	background-color: var(--color);
	height: 1px;
}
.roadmap__item-year-line.line-first {
	width: 2rem;
}

.roadmap h2 {
	margin-top: 0;
	margin-bottom: 3rem;
}

.roadmap__items-q {
	/* display: grid;
	grid-template-columns: repeat(3, 1fr); */
	display: flex;
	gap: 1.75rem;
	position: relative;
	margin-top: 1rem;
}

.roadmap__item {
	position: relative;
}

.roadmap__item-q {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 150%;
	color: var(--color);
	margin-bottom: 1.25rem;
	font-family: 'Zen Dots';
	font-feature-settings: 'ss01' 1;
}
.roadmap__item-q::before {
	content: '';
	background-color: var(--color);
	position: absolute;
	left: 1ch;
	top: -2.5rem;
	width: 1px;
	height: 2.5rem;
}
.roadmap__item-q::after {
	content: '';
	background-color: var(--color);
	position: absolute;
	left: 1ch;
	top: -2.5rem;
	width: 0.5rem;
	height: .5rem;
	transform: translate(-50%, -50%);
}
.roadmap__item-text strong {
	color: #fff;
}

/* .roadmap__items::before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	top: 46%;
	left: 0;
	background-color: #777783;
} */


.main__team {
	background-color: #222224;
	border-radius: 1.5rem 1.5rem 0 0;
	padding-top: 5rem;
}

.main__team h2 {
	margin-top: 0;
}
.main__team__items ~ .title {
	margin-top: 4rem;
}

.home .contacts-section#contacts {
	background-color: #222224;
	margin-top: -1px;
	padding: 3.75rem 0;
}

.main__team__items {
	margin-top: 3rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2.5rem 1.5rem;
}

.main__team__item-text p {
	margin: 0;
}

.active .open span:nth-child(3) {
	transform: rotate(45deg) translate(0px, 1px);
}

.active .open span:nth-child(1) {
	transform: rotate(-45deg) translate(-1px, 1px);
}

.main__team__item {
	gap: 1.5rem;
	display: flex;
}

.main__team__item-text {
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 171%;
	color: rgba(255, 255, 255, 0.6);

}

.main__team__item-text p br {
	display: none;
}

.main__team__item-text strong:first-of-type {

	font-size: 1.125rem;
	line-height: 150%;
	color: #FFFFFF;
	margin-bottom: .5rem;
	display: block;
}

.main__team__item-title {
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 133%;
	margin-bottom: 1rem;
}

.qtranxs_flag_and_text {
	padding-left: 2rem;
	font-weight: 600;
	background-position: left;
	font-size: .875rem;
	line-height: 143%;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #777783;
	background-size: 1.3125rem;
	transition: all 0.3s;
}

.qtranxs_flag_and_text:hover {
	color: #fff;
}

.main__team__item-avatar {
	flex: 0 0 48%;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	background-color: #0c0d0d;
}

.main__team__item-avatar img {
	width: 100%;
	height: 15.25rem;
	object-fit: cover;
}

ul#language-chooser {
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(17px);

	border-radius: 6px;
	padding: 2px;


}

.main__team__item-avatar img {
/* 	clip-path: polygon(100% 0, 100% 72%, 78% 100%, 0 100%, 0 0); */
}

ul#language-chooser li {
	padding: .5rem;
	border-radius: 4px;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul#language-chooser li.active {
	background: rgba(255, 255, 255, 0.1);

}

ul#language-chooser li.active .qtranxs_flag_and_text {
	color: #fff;
}

.main__team__item-position {
	position: absolute;
	font-family: 'Zen Dots';
	font-feature-settings: 'ss01' 1;
	font-size: 12px;
	line-height: 133%;
	color: #FFFFFF;
	text-transform: uppercase;
	min-height: 2.5rem;
	bottom: 0;
	right: 0;
	min-width: 10rem;
	background: var(--color);
	border-radius: 4px;
	padding: .8125rem 1rem;
	clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%, 0 40%);
	text-align: center;
}

.contacts-section-wrapper {
	position: relative;
	height: 31.9375rem;
	border-radius: .75rem;
}

.contacts-section-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: #000; */
	mix-blend-mode: overlay;
	mix-blend-mode: unset;
	z-index: 200;
	opacity: 0.75;
	pointer-events: none;
}

#cookie .text-wrap p a:hover {
	border-bottom-color: transparent;
}

#cookie .text-wrap p a {
	color: #fff;
	border-bottom: 1px solid;
}


#map-google {
	height: 100%;
	border-radius: .75rem;
}


.bottom-content.active .bottom-bg {
	animation: bottom 6s forwards;
}

.contacts-section-wrapper-list {
	display: grid;
	gap: 1rem;
}

.contacts-section-wrapper-list li {
	display: flex;
	align-items: center;
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: #FFFFFF;
	gap: .75rem;
}

.contacts-section-wrapper-list li a {
	font-size: 1.125rem;
	line-height: 150%;
	color: #FFFFFF;
	border-bottom: none;
}

.contacts-section-wrapper-list li svg {
	width: 1.5rem;
	height: 1.5rem;
	flex-shrink: 0;
}

.roadmap__item-q-line {
	display: none;
}

.contacts-clip-container {
	position: absolute;
	top: 2rem;
	left: 2rem;
	width: 23rem;
	clip-path: polygon(100% 0, 100% 74%, 74% 100%, 0 100%, 0 0);
	z-index: 1000;
	min-height: 18rem;
}

#menu .menu .menu-item a:hover {
	color: var(--color);
}

.message-tooltip,
.form-group .message-error {
	font-size: 12px;
}

.hero.hero-error .title p {
	font-size: 18px;
}

.contacts-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	bottom: 0;
	background: rgb(255 255 255 / 10%);
	backdrop-filter: blur(2rem);
	-webkit-backdrop-filter: blur(2rem);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: .75rem;
	z-index: -1;
}

.contacts-section-wrapper-in {
	background: transparent;
	padding: 2rem;
	position: relative;
	z-index: 1;
}

#footer .footer-2-inner {
	display: none;
}

.footer-2-inner a,
#footer-2 a,
#footer-2 .footer-2-inner {
	font-size: 0.875rem;
	line-height: 114%;

	color: rgba(255, 255, 255, 0.9);


}

.btn span {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#footer-2 a {
	border-bottom: 1px solid
}

.footer-2-inner {
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
	align-items: center;
}

.footer-logo img {
	margin: 0;
}

#footer .footer-logo {
	max-width: 120px;
	margin: 0;
}

.footer-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(15.5px);
	border-radius: .75rem;
	padding: 1.3125rem;
}

.footer-social {
	margin-top: 0;
}

.social .soc {
	box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.18);
	border-radius: .5rem;

}

#footer .social .soc {
	box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.18);
	border-radius: .375rem;

}

#footer-2::before {
	display: none;
}

#footer {
	padding-bottom: .75rem;
	padding-top: 8rem;
	background-color: transparent;
}

.bottom-content {
	background-color: #222224;
	position: relative;
}

.btn:hover {
	background-color: #FF124D;
}

.bottom-content::before {
	content: '';
	background-color: #222224;
	width: 120%;
	left: -15%;
	height: 20%;
	top: 0;
	filter: blur(2rem);
	position: absolute;
	z-index: 1;
}

.btn:active {
	background-color: #EB0F46;
}

.btn:focus {
	background: #EB0F46;
	box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.12);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	opacity: 0.3;

}

#footer-2 {
	background-color: transparent;
}

.bottom-content-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45%;
	margin: 0 auto;
}

.hero.hero-error {
	padding-bottom: 8rem;
}

.dark_theme .hideLabels .form-control {
	color: var(--dark);
}

#footer:not(.home #footer) {
	padding-top: 2rem !important;
}

#footer-2 a:hover {
	border-color: transparent;
}

a[href^="mailto:"]:hover {
	color: var(--color);
}

#contacts a[href^="mailto:"]:hover,
.dark_theme #contacts a:hover {
	font-weight: 600;
	color: #fff;
}

#contacts.contacts-section .container-fluid {
	pointer-events: unset;
}

.bottom-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 119%;
	pointer-events: none;
}

.bottom-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

#cookie {
	position: fixed;
	bottom: 1.5rem;
	background: var(--dark);

	left: 1.5rem;
	transform: translateX(0);
	max-width: 736px;
	padding: 1.5rem;
	font-size: 1rem;
	line-height: 150%;

	box-shadow: none;
	border-radius: .75rem;
	display: flex;
	align-items: flex-start;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-icon {
	display: none !important;
}

#cookie .text-wrap br {
	display: none;
}

#cookie .text-wrap p strong {
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 12px;
	display: block;
}

#cookie .cookie-close {
	width: 7rem;
	height: auto;
	flex: 0 0 7rem;
	padding: 0;
	align-self: flex-end;
	display: flex;
}

#cookie .cookie-close .btn span {
	min-width: unset;
	padding: .75rem 1.5rem;
}

#cookie .text-wrap {
	padding-right: 2rem;
}

#cookie .cookie-close .btn {
	width: 100%;
}

.mobile {
	color: #fff;
	padding: 2rem;
	background: rgba(0, 0, 0, 0.68);
}

.mobile__inner {
	background-color: #222224;
	padding: 1.5rem;
	border-radius: .5rem;
	margin-top: 3.9rem;
}

.mobile .menu .menu-item a {
	color: #fff;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	padding: .75rem 0;
}

.menu .menu-item::after,
.menu .menu-item::before {
	display: none;
}

.mobile .menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
	padding-bottom: 1.6rem;
}

.mobile-inner-content {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
	font-size: 0.9rem;
	padding: 1.5rem;
	padding-bottom: 0;
}

.mobile-inner-content a {
	color: #fff;
	border-bottom: 1px solid;
	font-size: 0.9rem;
}

.mobile .social {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 2.25rem 1.5rem;

}

@media screen and (min-width: 2500px) {
	body {
		zoom: 1.333;
	}
}

@media screen and (max-width: 1919px) {
	.menu .menu-item a {
		padding: 0 1.2rem;
		font-size: 1rem;
	}
}

@media screen and (max-width: 1679px) {
	.hero__inner-content {
		padding-bottom: 5rem;
	}

	.main__team__item-title {
		font-size: 1.7rem;
	}

	.hero__item {
		font-size: 1rem;
	}

	.key__item-title {
		font-size: 1rem;
	}

	h1 {
		font-size: 3.2rem;
	}
}

@media screen and (max-width: 1535px) {
	.key__items-imgs {
		height: 23rem;
	}

	.hero.hero-error {
		padding-bottom: 4rem;
	}

	.key .title::before {
		transform: rotate(-90deg) translate(10%, 100%);
	}

	.menu .menu-item a {
		padding: 0 1rem;
		font-size: 0.9rem;
	}

	.main__team__item-text strong:first-of-type {
		font-size: 1rem;
	}

	.roadmap__item-title {
		font-size: 1.4rem;
		margin-bottom: 2rem;
	}

	.key__item-text {
		font-size: 0.875rem;
	}

	h2 {
		font-size: 2.7rem;
	}

	.roadmap {
		padding-bottom: 7rem;
		padding-top: 3rem;
	}
}

@media screen and (max-width: 1439px) {}

@media screen and (max-width: 1365px) {
	.hero__inner-text {
		margin-bottom: 2rem;
	}

	.roadmap__item-q {
		margin-bottom: 1rem;
	}

	#footer {
		padding-top: 6rem;
	}

	.hero__inner-text {
		font-size: 0.87rem;
	}

	h1 {
		font-size: 2.9rem;
	}

	.key__items {
		padding: 1rem;
		padding-top: 0;
	}

	.key .title {
		padding: 1rem 2rem 0 1rem;
	}
}

@media screen and (max-width: 1279px) {
	.roadmap__item {
		font-size: 1rem;
	}

	#contacts.contacts-section h2 {
		font-size: 1.8rem;
	}

	.contacts-section-wrapper-in {
		padding: 1.6rem;
	}

	.contacts-clip-container {
		width: 21rem;
		min-height: 18rem;
	}

	.main__team__item-title {
		font-size: 1.5rem;
	}

	.roadmap-bg {
		transform: translate(0, 6%);
	}
}

@media screen and (max-width: 1149px) {
	h1 {
		font-size: 3rem;
	}

	.roadmap-bg {
		transform: translate(0, -11%);
	}

	.key__items {
		gap: 1rem;
	}

	.main__team__item {
		gap: 1rem;
	}
}

@media screen and (max-width: 1023px) {
	.mobile-icon {
		display: flex !important;
		top: 1.5rem !important;
		right: unset;
		left: 2rem;
		height: 2.5rem;
		width: 2.5rem;
		background: rgba(255, 255, 255, 0.1);
		border-radius: .5rem;
	}

	.main-form {
		padding: 0;
		padding-bottom: 3rem;
	}

	h1 {
		font-size: 48px;
	}

	.main__team {
		padding-top: 3rem;
	}

	.home .contacts-section#contacts {
		padding-top: 1rem;
	}

	.main__team__item-avatar img {
		height: auto;
	}

	.main__team__item-avatar {
		flex: unset;
		width: 90%;
	}

	.main__team__item {
		flex-direction: column;
		gap: 1.5rem;
	}

	.bottom-content-logo {
		width: 35%;
	}

	.open {
		width: 1.6rem;
		height: 2rem;
	}

	#header .logo {
		margin-left: 3.5rem;
	}

	.open span {
		background-color: #fff;
	}

	.roadmap__item-year-title {
	font-size: 2rem;
}
	.roadmap__items-q-max.roadmap__items-q {
	flex-wrap: wrap;
	}
	.roadmap__items-q-max .roadmap__item {
		flex: 1 0 25%;
	}
	.roadmap__items-q .roadmap__item:nth-child(n+4) {
		position: relative;
		margin-top: 1.25rem;
	}
	.roadmap__items-q .roadmap__item:nth-child(n+4)::before {
		content: '';
		background-color: var(--color);
		position: absolute;
		height: 1px;
		width: calc(100% + 2rem);
		top: -2.5rem;
	}
}

@media screen and (max-width: 810px) {
	.hero__items {
		grid-template-columns: repeat(1, 1fr);
		gap: 2.25rem;
		width: 80%;
	}

	#cookie {
		left: 2rem;
		width: calc(100% - 4rem);
		bottom: 1rem;
	}

	.hero__item {
		font-size: 18px;
	}

	.contacts-clip-container {
		width: 25rem;
	}

	.hero__inner-form .form__inner .btn span {
		min-width: unset;
	}

	.hero__inner {
		padding-top: 13.75rem;
	}

	#header .social {
		display: none;
	}

	.hero-img-bg {
		top: -4%;
		right: unset;
		left: 50%;
		transform: translate(-50%, 0);
		width: 90%;
	}

	.hero__inner-text {
		display: none;
	}

	.contacts-section-wrapper-in .social {
		display: flex;
		margin-top: 5.875rem;
	}

	.bottom-content-logo {
		width: 34%;
	}

	.btn span {
		font-size: 0.9rem;
	}

	.bottom-bg {
		height: 150%;
	}

	#footer {
		padding-top: 9rem;
	}


	.roadmap-bg {
		transform: translate(0, -79%);
		width: 109%;
		opacity: 0.7;
	}



	.main__team__item-title {
		font-size: 2.25rem;

	}

	.main__team__items {
		gap: 3rem;
	}


	.main__team__item-text {
		font-size: 1rem
	}


	.contacts-section-wrapper {
		height: 57.25rem;
	}

	.home .contacts-section#contacts {
		padding-top: 0;
	}

	.main__team__item-avatar {
		width: 100%;
	}

	.main__team {
		padding-top: 2.5rem;
		padding-bottom: 3.75rem;
	}

	.main__team__item-avatar img {
		width: 100%;
		object-fit: cover;
		height: 100%;
	}

	.main__team__item-text strong:first-of-type {
		font-size: 1.125rem;
	}


	.key__item-img-mobile {
		display: block;
	}

	.key__items-imgs {
		display: none;
	}

	#contacts.contacts-section h2,
	h2 {
		font-size: 36px;
		line-height: 133%;


	}

	.key .title::before {
		display: none;
	}

	.key__wrapper {
		background-color: transparent;
		border-radius: 0;
	}

	.key__item-progress-inner {
		display: none;
	}

	.key__item {
		display: flex;
		flex: 0 0 38.75rem;
		opacity: 1;
		border-radius: .75rem;
		overflow: hidden;
		background-color: #222224;
	}

	.key__item-img-mobile img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.key__item-img-mobile {
		flex: 0 0 17.375rem;
		height: 172px;
	}

	.key .title {
		padding: 0;
		background: transparent;
	}

	.key__item-content {
		padding: 1.25rem;
		font-size: 1rem;
		line-height: 150%;

	}

	.hero {
		padding-bottom: 3rem;
	}

	.key__item-text {
		font-size: 1rem
	}

	.key__item-title {
		margin-top: 0;
		font-size: 18px;
	}



	.key__items {
		padding: 0;
		display: flex;
		flex-wrap: nowrap;
		margin-top: 2.25rem;
		gap: 1.25rem;
		overflow-x: auto;
		padding-bottom: 2.25rem;
	}

	.key__items::-webkit-scrollbar {
		width: 3px;
		background: rgba(69, 69, 70, 1);
		height: 3px;
	}

	.key__items::-webkit-scrollbar-thumb {

		background-color: var(--color);
		border-radius: 4px;
	}

	.hero__inner-content {
		padding-bottom: 3.75rem;
	}
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 2.9rem;
	}

	.thanks__wrap-text {
		width: 100%;
	}

	.thanks__wrap {
		flex-direction: column;
		width: 351px;
		gap: 2rem;

	}

	.g-hero#hero .button {
		width: 100%;
		height: 48px;
	}

	.g-hero#hero .button .btn {
		max-width: 100%;
	}

	.main__team__item-title {
		font-size: 2rem;
	}
}

@media screen and (max-width: 570px) {
	h1 {
		font-size: 2.25rem;
	}

	.contacts-clip-container {
		width: calc(100% - 4rem);
		left: 2rem;
	}

	.main__team__items {
		gap: 1rem;
	}

	.hero__inner {
		padding-top: 7rem;
	}

	.hero-img-bg {
		top: -3%;
	}

	.hero__inner-form .form .button,
	.hero__inner-form .form .button .btn,
	.hero__inner-form .hideLabels .form-group {
		width: 100%;
	}

	.hero__inner-form .form__inner {
		flex-direction: column;
		gap: .75rem;
	}

	.hero__inner-form .form {
		flex: unset;
	}

	.key__item-img-mobile {
		flex: 0 0 14.375rem;
	}

	.hero__inner-form {
		width: 100%;
	}

	.key__item {
		flex: 0 0 31.75rem;
	}

	.hero__items {
		width: auto;
	}

	.hero__inner-form {
		flex-direction: column;
		gap: 1.25rem;
	}

	.main__team__item-title {
		font-size: 1.8rem;
	}

	.bottom-content-logo {
		width: 65%;
	}
}

@media screen and (max-width: 499px) {
	.key__item {
		flex: unset;
	}

	.main__team {
		padding-bottom: 3rem;
	}

	.thanks__wrap {
		width: 100%;
		gap: 5.875rem;

	}

	#cookie .cookie-close {
		width: 100%;
		height: 48px;
		flex: unset;
	}

	#cookie .text-wrap {
		padding-right: 0;
	}

	#cookie {
		left: 1rem;
		width: calc(100% - 2rem);
		bottom: 1rem;
		flex-direction: column;
		gap: 12px;
	}

	.mobile {
		padding: 1rem;
	}

	.mobile-inner-conten a,
	.mobile-inner-content {
		font-size: 14px;
	}

	.mobile .menu .menu-item a {
		padding: 1.2rem 0;
	}

	h1 {
		font-size: 36px;
	}

	.hero__inner-form-text strong:first-of-type {
		font-size: 1.6rem;
	}

	.hero-img-bg {
		top: 0;
	}

	.mobile-icon {
		left: 1rem;
	}

	.main__team__items {
		gap: 1rem;
	}

	#footer .footer-2-inner {
		display: flex;
	}

	#footer-2 {
		display: none;
	}

	.main__team__item-title {
		font-size: 2.25rem;
	}

	.key__items {
		flex-direction: column;
		padding-bottom: 0;
	}


	.footer-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 3rem;
	}


	#footer {
		padding-bottom: 2rem;
	}

	#footer {
		padding-top: 1rem;
	}

	.container-fluid {
		padding: 0 1rem;
	}

	.footer-2-inner {
		border-radius: 0 0 .75rem .75rem;
		gap: 1rem;
		align-items: center;
		flex-direction: column;
		align-items: flex-start;
	}

	.contacts-section-wrapper-in .social {
		display: none;
	}

	.contacts-section-wrapper {
		height: 46.3125rem;
	}

	.main__team__items {
		gap: 1.5rem;
		grid-template-columns: repeat(1, 1fr);
		width: 90%;
		margin: 0 auto;
		margin-top: 1.5rem;
	}

	.main__team h2 {
		text-align: center;
	}

	.contacts-clip-container {
		min-height: 324px;
	}

	.main__team {
		padding-top: 3rem;
	}

	.bottom-content-logo {
		max-width: 233px;
		width: 100%;
	}


	.key__item {
		flex-direction: column;
	}

	.key__item-content {
		padding: 20px;
	}

	.key__item-text {
		font-size: 16px;
	}

	.contacts-section-wrapper-in {
		padding: 14px;
	}

	.contacts-clip-container {
		width: calc(100% - 24px);
		left: 12px;
		top: 12px;
	}

	.qtranxs_flag_and_text span {
		font-size: 0;
	}

	.qtranxs_flag_and_text {
		padding-left: 0;
		width: 21px;
		height: 15px;
		display: block;
	}

	.qtranxs_flag_th {
		background-position: center;
	}

	.qtranxs_flag_and_text {
		background-size: 21px;
	}

	.roadmap {
	padding-bottom: 3rem;
}
	.roadmap__items-q {
		flex-wrap: wrap;
	}
	.roadmap__item-year-title {
		font-size: 1.75rem;
	}
	.roadmap__items-q .roadmap__item ,
	.roadmap__items-q-max .roadmap__item {
		flex: 1 0 35%;
	}
	.roadmap__items-q .roadmap__item:nth-child(n+3) {
		position: relative;
		margin-top: 1.25rem;
	}
	.roadmap__items-q .roadmap__item:nth-child(n+3)::before {
		content: '';
		background-color: var(--color);
		position: absolute;
		height: 1px;
		width: calc(100% + 2rem);
		top: -2.5rem;
	}
}

@media screen and (max-width: 413px) {
	.main__team h2 {
		text-align: left;
	}

	.main__team__items {
		width: 100%;
	}
}

@media screen and (max-width: 374px) {
	.main__team__item-title {
		font-size: 1.8rem;
	}

	#contacts.contacts-section h2,
	h2 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 359px) {
	h1 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 320px) {}