@charset "utf-8";
@media only screen and (max-width: 739px) {}

@media only screen and (min-width: 740px) and (max-width: 1023px) {}

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

:root {
	--font: "Space Grotesk", -apple-system, "Open Sans", system-ui, "sans-serif";
	--font-title: "Nunito", -apple-system, "Open Sans", system-ui, "sans-serif";
	--white: #fff;
	--black: #000;
	--dark: #191A23;
	--color: #FF6B35;
	--lightColor: #FF8356;
	--gray: #707070;
	--lightGray: #F3F3F3;
	--side: 15px;
	--header: 60px;
}

@media only screen and (min-width: 640px) {
	:root {
		--side: 24px;
	}
}

@media only screen and (min-width: 768px) {
	:root {
		--side: 32px;
	}
}

@media only screen and (min-width: 1024px) {
	:root {
		--side: 48px;
		--header: 104px;
	}
}

@media only screen and (min-width: 1280px) {
	:root {
		--side: 64px;
	}
}

@media only screen and (min-width: 1440px) {
	:root {
		--side: calc((100vw - 1312px) / 2);
	}
}

html,
body {
	height: 100%;
	box-sizing: border-box;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
	font-optical-sizing: auto;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	background: var(--white);
	font: normal 20px/1.3 var(--font);
	color: var(--black);
	-webkit-text-size-adjust: none;
	display: flex;
	flex-direction: column;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

input::-ms-clear {
	display: none;
}

button::-moz-focus-inner {
	border: 0;
}

textarea {
	resize: none;
}

header,
nav,
section,
article,
aside,
footer,
menu,
time,
figure,
figcaption,
main {
	display: block;
}

img,
svg,
picture {
	border: 0;
	outline: none;
	vertical-align: top;
}

svg {
	fill: currentColor;
}

a {
	color: #009;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

a[href^=tel] {
	color: inherit !important;
	cursor: inherit;
	text-decoration: none !important;
}

.btn {
	appearance: none;
	display: flex;
	flex: 0 0 auto;
	max-width: 100%;
	align-items: center;
	justify-content: center;
	font: 500 20px/1.3 var(--font);
	text-decoration: none;
	cursor: pointer;
	user-select: none;
	gap: 2px;
	outline: none;
	border-style: solid;
	border-width: 2px;
	border-color: transparent;
	height: 66px;
	margin: 0;
	padding: 0 16px;
	border-radius: 16px;
	transition-property: color, background, border;
	transition-duration: 0.4s;
	transition-timing-function: ease;
}

.btn img,
.btn svg {
	flex: 0 0 auto;
	width: auto;
	height: auto;
	max-height: 29px;
}

@media only screen and (min-width: 740px) {
	.btn {
		height: 71px;
		padding: 0 30px;
		font-size: 24px;
	}

	.btn img,
	.btn svg {
		max-height: 25px;
	}
}

.btn-primary {
	background-color: var(--color);
	border-color: var(--color);
	color: var(--white);
}


@media (pointer:fine) {


	.btn-primary:hover {
		background-color: var(--dark);

	}
}

.btn-secondary {
	background-color: var(--dark);
	color: var(--white);
}

@media (pointer:fine) {
	.btn-secondary:hover {
		color: var(--color);
	}
}

.input {
	text-align: left;
	appearance: none;
	display: block;
	width: 100%;
	border: 1px solid var(--dark);
	outline: none;
	box-shadow: none;
	font: normal 16px var(--font);
	padding: 0 20px;
	height: 40px;
	border-radius: 8px;
}

@media only screen and (min-width: 740px) and (max-width: 1023px) {
	.input {
		font-size: 18px;
		height: 43px;
	}
}

@media only screen and (min-width: 1024px) {
	.input {
		font-size: 20px;
		height: 46px;
	}
}

.input::-webkit-input-placeholder {
	opacity: 1;
	color: var(--gray);
}

.input::-moz-placeholder {
	opacity: 1;
	color: var(--gray);
}

.input:-ms-input-placeholder {
	opacity: 1;
	color: var(--gray);
}

.mainwrap {
	flex: 0 0 auto;
	width: 100%;
	min-height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	background-image: url(../img/bg-top.webp), url(../img/bg-bottom.webp);
	background-repeat: no-repeat;
	background-position: 50% 0, 50% 100%;
	background-size: max(1440px, 100%) auto;
}

.header {
	position: fixed;
	top: 40px;
	left: var(--side);
	right: var(--side);
	z-index: 100;
	background: var(--dark);
	color: var(--white);
	border-radius: 16px;
	height: var(--header);
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 0 clamp(20px, var(--side), 60px);
}

.header .logo {
	flex: 0 0 auto;
	position: relative;
	z-index: 10;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 5px;
	font: 500 16px/1.3 var(--font);
}

.header .logo>* {
	flex: 0 0 auto;
}

.header .logo img {
	display: block;
	width: auto;
	height: 36px;
}

.header .logo span {
	background: linear-gradient(0deg, #EA5F26 0%, #F18D24 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

@media only screen and (min-width: 1024px) {
	.header .logo {
		font-size: 20px;
		gap: 8px;
	}

	.header .logo img {
		height: 62px;
	}
}

.menu {
	font: 500 20px/1.3 var(--font);
}

.menu a:not(.btn) {
	cursor: pointer;
	user-select: none;
	color: inherit;
	text-decoration: none;
	transition: color 0.4s ease;
}

@media (pointer:fine) {
	.menu a:not(.btn):hover {
		color: var(--color);
	}
}

.menu ul,
.menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu .btn {
	height: 58px;
	border-radius: 16px;
	font: inherit;
}

@media only screen and (min-width: 740px) and (max-width: 1023px) {
	.menu {
		font-size: 16px;
	}

	.menu .btn {
		font-size: 16px;
		height: 40px;
		padding: 0 20px;
	}
}

.menu .btn-secondary {
	border-color: var(--color);
}

@media only screen and (max-width: 739px) {

	.header .menu-trigger {
		flex: 0 0 auto;
		cursor: pointer;
		user-select: none;
		width: 32px;
		height: 32px;
		position: relative;
		z-index: 10;
		margin-left: auto;
	}

	.header .menu-trigger:before,
	.header .menu-trigger:after {
		content: '';
	}

	.header .menu-trigger:before,
	.header .menu-trigger:after,
	.header .menu-trigger>* {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		height: 2px;
		background: var(--color);
		transform: translate3d(-50%, -50%, 0);
		transition-property: transform, opacity;
		transition-duration: 0.4s;
		transition-timing-function: ease;
		border-radius: 1px;

	}

	.header .menu-trigger:before {
		transform: translate3d(-50%, calc(-50% - 9px), 0);
	}

	.header .menu-trigger:after {
		transform: translate3d(-50%, calc(-50% + 9px), 0);
	}

	html.open-menu {
		overflow: hidden;
	}

	html.open-menu .header .menu-trigger>* {
		opacity: 0;
	}

	html.open-menu .header .menu-trigger:before {
		transform: translate3d(-50%, -50%, 0) rotate(-135deg);
	}

	html.open-menu .header .menu-trigger:after {
		transform: translate3d(-50%, -50%, 0) rotate(135deg);
	}

	.menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: var(--dark);
		padding-bottom: 80px;
		overflow-y: auto;
		display: flex;
		flex-direction: column;
		transition: opacity 0.4s ease;
	}

	html:not(.open-menu) .menu {
		opacity: 0;
		pointer-events: none;
	}

	.menu:before {
		content: '';
		flex: 0 0 auto;
		width: 100%;
		top: 0;
		display: block;
		height: calc(40px + var(--header));
		margin-bottom: 80px;
		/*
		position: sticky;
		z-index: 5;
		background-color: var(--dark);
		*/
	}

	.menu ul {
		flex: 1 0 auto;
		display: flex;
		flex-direction: column;
		gap: 30px;
		width: 100%;
		padding: 0 var(--side);
		text-align: center;
	}

	.menu li:not(:has(.btn))+li:has(.btn) {
		margin-top: auto;
	}
}

@media only screen and (min-width: 740px) {
	.header .menu-trigger {
		display: none;
	}

	.menu {
		flex: 1 1 auto;
	}

	.menu ul {
		display: flex;
		align-items: center;
		gap: 16px;
	}

	@media only screen and (min-width: 1024px) {
		.menu ul {

			gap: 30px;
		}
	}

	.menu li {
		flex: 0 0 auto;
	}

	.menu li:nth-child(1) {
		margin-left: auto;
	}

	.menu li:not(:has(.btn))+li:has(.btn) {
		margin-left: auto;
	}
}

.content {
	flex: 1 0 auto;
	width: 100%;
}

.hero {
	text-align: center;
	padding: 0 var(--side);
	line-height: 1.25;
	text-wrap: balance;
	padding-top: calc(40px + var(--header) + 60px);
}

.hero .title {
	font-weight: bold;
	line-height: 1.375;
	font-family: var(--font-title);
	margin: 0 0 8px 0;
}

.hero .btn {
	display: inline-flex;
	vertical-align: top;
	min-width: 345px;
}

.hero .stat,
.hero .stat li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hero .stat {
	display: grid;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	position: relative;
	text-align: center;
	margin-top: 120px;
}

.hero .stat li {
	border: 1px solid var(--dark);
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 10px 26px 10px;
}

.hero .stat strong {
	display: block;
	line-height: 1;
	font-weight: bold;
	font-family: var(--font-title);
}

@media only screen and (max-width: 739px) {
	.hero {
		font-size: 15px;
	}

	.hero .title {
		font-size: 31px;
	}

	.hero .text {
		margin-bottom: 62px;
	}

	.hero .stat {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 60px;
	}

	.hero .stat li:nth-child(1) {
		grid-column: 1/-1;
	}

	.hero .stat li {
		padding: 4px;
		min-height: 82px;
	}

	.hero .stat strong {
		font-size: 28px;
		margin-bottom: 8px;
	}
}

@media only screen and (min-width: 740px) and (max-width: 1023px) {
	.hero {
		font-size: 18px;
	}

	.hero .title {
		font-size: 48px;
	}

	.hero .text {
		margin-bottom: 80px;
	}


	.hero .stat strong {
		font-size: 36px;
		margin-bottom: 15px;
	}

	.hero .stat:before {
		content: '';
		position: absolute;
		pointer-events: none;
		background: url(../img/rocket.svg) no-repeat 50% 100%/contain;
		width: 207px;
		height: 207px;
		top: -178px;
		left: calc((100% - 40px)/6);
		transform: translateX(-50%);
	}

	.hero .stat:after {
		content: '';
		position: absolute;
		pointer-events: none;
		background: url(../img/coder.svg) no-repeat 50% 50%/contain;
		width: 125px;
		height: 141px;
		top: -152px;
		right: 2px;
	}
}

@media only screen and (min-width: 1024px) {
	.hero {
		font-size: 20px;
		padding-top: calc(40px + var(--header) + 180px);
	}

	.hero .title {
		font-size: 60px;
		margin-bottom: 24px;
	}

	.hero .text {
		margin-bottom: 100px;
	}


	.hero .stat strong {
		font-size: 40px;
		margin-bottom: 10px;
	}

	.hero .stat:before {
		content: '';
		position: absolute;
		pointer-events: none;
		background: url(../img/rocket.svg) no-repeat 50% 100%/contain;
		width: 358px;
		height: 358px;
		top: -309px;
		left: calc((100% - 40px)/6);
		transform: translateX(-50%);
	}

	.hero .stat:after {
		content: '';
		position: absolute;
		pointer-events: none;
		background: url(../img/coder.svg) no-repeat 50% 50%/contain;
		width: 250px;
		height: 292px;
		top: -304px;
		right: 8px;
	}
}





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




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

}

.section {
	padding: 0 var(--side);
}

@media only screen and (max-width: 739px) {
	.section {
		margin-top: 80px;
	}
}

@media only screen and (min-width: 740px) and (max-width: 1023px) {
	.section {
		margin-top: 100px;
	}
}

@media only screen and (min-width: 1024px) {
	.section {
		margin-top: 140px;
	}
}



.main-title {
	display: flex;
	align-items: center;
}

.main-title .title {
	flex: 0 0 auto;
	margin: 0;
	color: var(--white);
	background: var(--dark);
	border-radius: 16px;
	font-weight: 500;
	font-family: var(--font-title);
	line-height: 1.35;
	padding: 4px 16px;
	align-self: flex-start;
}

.main-title .text {
	flex: 1 1 auto;
	max-width: 18em;
	margin-right: auto;
}

@media only screen and (max-width: 739px) {
	.main-title {
		margin-bottom: 20px;
		font-size: 12px;
		gap: 8px;
	}

	.main-title .title {
		font-size: 20px;
	}

	.main-title .arrows {
		display: none;
	}
}

@media only screen and (min-width: 740px) and (max-width: 1023px) {
	.main-title {
		margin-bottom: 30px;
		font-size: 18px;
		gap: 16px;
	}

	.main-title .title {
		font-size: 28px;
	}

	.main-title .arrows {
		display: none;
	}
}

@media only screen and (min-width: 1024px) {
	.main-title {
		margin-bottom: 80px;
		font-size: 20px;
		gap: 16px;
	}

	.main-title .title {
		font-size: 36px;
	}

	.main-title .arrows {
		flex: 0 0 auto;
		display: flex;
		align-items: center;
		gap: 18px;
	}

	.main-title .arrows img {
		flex: 0 0 auto;
		height: 34px;
		width: auto;
	}
}


.about .text {
	text-align: center;
	border-radius: 24px;
	background-color: var(--lightGray);
	padding: 30px 4px;
}

.about .list,
.about .list li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.about .list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	color: var(--gray);

	margin-top: 40px;
}


.about .list li {
	flex: 1 1 auto;
	max-width: 400px;
	display: flex;
	align-items: center;
	gap: 16px;
}

.about .list li:last-child {
	max-width: 350px;
}

.about .list img {
	flex: 0 0 auto;
	height: auto;
	width: 48px;
}

.about .list .title {
	font-weight: normal;
	font-size: 20px;
	margin: 0 0 4px 0;
	color: var(--black);
}

@media only screen and (max-width: 739px) {
	.about .text {

		font-size: 16px;
	}

	.about .list {
		flex-direction: column;
		align-items: stretch;
		font-size: 15px;
	}

	.about .list li {
		max-width: none !important;
	}
}


@media only screen and (min-width: 740px) and (max-width: 1023px) {
	.about .text {

		font-size: 18px;
	}

	.about .list {
		align-items: flex-start;
		font-size: 14px;
	}

	.about .list li {
		gap: 8px;
		align-items: flex-start;
	}

	.about .list .list {
		font-size: 14px;
	}

	.about .list .title {
		font-size: 16px;
	}

	.about .list img {
		width: 36px;
	}
}


@media only screen and (min-width: 1024px) {
	.about .text {
		padding: 30px 40px;
		font-size: 20px;
	}

	.about .list {
		font-size: 16px;
	}

	.about .list:not(:first-child) {
		margin-top: 80px;
	}

	.about .list img {
		width: 80px;
	}
}



.what-master,
.what-master li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.what-master {
	display: flex;
	flex-wrap: wrap;
	--gap: 20px;
	gap: var(--gap);

}


.what-master li {
	flex: 0 0 auto;
	width: 100%;
	position: relative;
	border: 1px solid var(--dark);
	border-radius: 24px;
	box-shadow: 0 5px 0 var(--dark);
	padding: 30px 28px 20px 28px;
	min-height: 200px;
	font-size: 16px;
	backface-visibility: hidden;
	overflow: hidden;
	transform: translateZ(0);
}

.what-master li img {
	position: absolute;
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: center;
	pointer-events: none;
	top: 50%;
	transform: translateY(-50%);
}

@media only screen and (max-width: 739px) {
	.what-master li {
		font-size: 15px;
		padding-top: 20px;
		padding-right: 100px;
	}

	.what-master li img {
		transform: translateY(-50%) translateX(-50%);
	}

	.what-master li:nth-child(1)>div:not(.title) {
		max-width: 210px;
	}

	.what-master li:nth-child(1) img {
		width: 160px;
		top: 45%;
		left: 77%;
	}


	.what-master li:nth-child(2)>div:not(.title) {
		max-width: 201px;
	}

	.what-master li:nth-child(2) img {
		width: 120px;
		top: 55%;
		left: 78%;
	}


	.what-master li:nth-child(3)>div:not(.title) {
		max-width: 162px;
	}

	.what-master li:nth-child(3) img {
		width: 110px;
		left: 76%;
		top: 52%;
		transform: translate3d(-50%, -50%, 0) scale(-1, 1);

	}


	.what-master li:nth-child(4)>div:not(.title) {
		max-width: 181px;
	}

	.what-master li:nth-child(4) img {
		width: 130px;
		top: 48%;
		left: 75%;
	}


	.what-master li:nth-child(5)>div:not(.title) {
		max-width: 217px;
	}

	.what-master li:nth-child(5) img {
		width: 130px;
		top: 59%;
		left: 78%;
		transform: translate3d(-50%, -50%, 0) scale(-1, 1);
	}
}

@media only screen and (min-width: 740px) and (max-width: 1279px) {
	.what-master li {
		padding-right: 310px;
	}

	.what-master li:nth-child(5n-2),
	.what-master li:nth-child(5n-1) {
		width: calc((100% - 20px)/2);
		padding-right: 112px;
	}


	.what-master li:nth-child(1)>div:not(.title) {
		max-width: 354px;
	}

	.what-master li:nth-child(1) img {
		width: 240px;
		right: 37px;
	}


	.what-master li:nth-child(2)>div:not(.title) {
		max-width: 364px;
	}

	.what-master li:nth-child(2) img {
		width: 186px;
		right: 57px;
	}


	.what-master li:nth-child(3)>div:not(.title) {
		max-width: 201px;
	}

	.what-master li:nth-child(3) img {
		width: 93px;
		right: 15px;
		top: 55%;
	}


	.what-master li:nth-child(4)>div:not(.title) {
		max-width: 175px;
	}

	.what-master li:nth-child(4) img {
		width: 125px;

		top: 53%;
		right: 10px;
	}


	.what-master li:nth-child(5)>div:not(.title) {
		max-width: 276px;
	}

	.what-master li:nth-child(5) img {
		width: 174px;

		right: 56px;
	}
}

@media only screen and (min-width: 1280px) {
	.what-master {
		--gap: 30px;
	}

	.what-master li {
		min-height: 244px;
		padding: 60px 28px 32px 28px;
		width: calc((100% - 30px)/2);
	}

	.what-master li:nth-child(5n-2),
	.what-master li:nth-child(5n-1),
	.what-master li:nth-child(5n) {
		width: calc((100% - 60px)/3);
		padding-top: 50px;
	}

	.what-master li:nth-child(1) {
		padding-right: 248px;
	}

	.what-master li:nth-child(1)>div:not(.title) {
		max-width: 354px;
	}

	.what-master li:nth-child(1) img {
		width: 254px;
		right: 11px;
	}

	.what-master li:nth-child(2) {
		padding-right: 248px;
	}

	.what-master li:nth-child(2)>div:not(.title) {
		max-width: 311px;
	}

	.what-master li:nth-child(2) img {
		width: 186px;
		right: 31px;
	}

	.what-master li:nth-child(3) {
		padding-right: 163px;
	}

	.what-master li:nth-child(3)>div:not(.title) {
		max-width: 216px;
	}

	.what-master li:nth-child(3) img {
		width: 130px;
		right: 35px;
		top: 55%;
	}

	.what-master li:nth-child(4) {
		padding-right: 100px;
	}

	.what-master li:nth-child(4)>div:not(.title) {
		max-width: 275px;
	}

	.what-master li:nth-child(4) img {
		width: 162px;
		transform: none;
		top: 10px;
		right: 20px;
	}

	.what-master li:nth-child(5) {
		padding-right: 100px;
	}

	.what-master li:nth-child(5)>div:not(.title) {
		max-width: 280px;
	}

	.what-master li:nth-child(5) img {
		width: 174px;
		transform: none;
		top: 32px;
		right: 0;
	}
}

.what-master li:nth-child(5n-4),
.what-master li:nth-child(5n-2),
.what-master li:nth-child(5n-1) {
	background-color: var(--lightColor);
}

.what-master .title {
	display: inline-block;
	vertical-align: top;
	font: 500 20px/1.3 var(--font);

	border-radius: 8px;
	margin: 0 0 0 -8px;
	padding: 0 8px;
	background-color: var(--lightColor);
}

.what-master li:nth-child(5n-4) .title,
.what-master li:nth-child(5n-2) .title,
.what-master li:nth-child(5n-1) .title {
	background-color: var(--white);
}

@media only screen and (max-width: 1279px) {
	.what-master .title br {
		display: none;
	}
}

@media only screen and (max-width: 739px) {
	.what-master .title {
		font-size: 20px;
		margin-bottom: 14px;
	}
}

@media only screen and (min-width: 740px) and (max-width: 1279px) {
	.what-master .title {
		font-size: 18px;
		margin-bottom: 22px;
	}
}

@media only screen and (min-width: 1280px) {
	.what-master .title {
		font-size: 30px;
		margin-bottom: 24px;
	}
}



.cta {
	margin: 0 var(--side);
	background-color: var(--dark);
	color: var(--white);
	font-weight: 500;
	text-wrap: balance;
	border-radius: 24px;
	padding: 30px 20px;
	text-align: center;
}

.cta img {
	height: auto;
	display: block;
	width: 100%;
	max-width: 296px;
	margin: 0 auto;
}

.cta .btn {
	display: inline-flex;
	vertical-align: top;
	max-width: 384px;
	width: 100%;
	margin-top: 20px;
}

@media only screen and (max-width: 739px) {
	.cta {
		margin-top: 80px;


		font-size: 20px;


	}


	.cta img {


		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 740px) and (max-width: 1023px) {
	.cta {
		margin-top: 100px;
		font-size: 18px;
	}

	.cta img {
		margin-bottom: 24px;
	}
}

@media only screen and (min-width: 1024px) {
	.cta {
		text-align: left;
		margin-top: 160px;
		display: flex;
		align-items: end;
		justify-content: space-between;
		flex-direction: row-reverse;
		gap: 30px;
		padding: 20px 60px 0 60px;
		border-radius: 45px;
		font-size: 30px;
	}

	.cta .text {
		align-self: center;
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.cta img {
		flex: 0 0 auto;
		width: 42.36%;
		max-width: 505px;
		position: relative;
		left: 50px;
	}

	.cta .btn {
		margin-top: 40px;
		width: auto;
	}
}

.partners {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 6px;
}

.partners .text {
	text-align: center;
	padding: 30px 20px;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: var(--lightGray);
	margin-bottom: 34px;
	grid-column: 1/-1;
	order: 1;
}

.section:has(.partners) .main-title .text {
	max-width: 22em;
}

.partners .text p {
	margin: 0;
}

.partners .el {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	border: 1.43px solid #C7C7C7;
	border-radius: 6px;
	background-color: var(--white);
	text-decoration: none;
	color: var(--black);
	text-align: center;
	order: 20;
	padding: 0 10px;
	position: relative;
}

.partners .el.bg-color {
	border-color: var(--color);
	background-color: var(--color);
	color: var(--white);
}

.partners .el img {
	flex: 0 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

@media only screen and (max-width: 739px) {
	.partners .text {
		font-size: 15px;
	}

	.partners .el {
		grid-column: 1/-1;
	}


	.partners .el.pos1,
	.partners .el.pos8 {
		order: 2;
		grid-column: auto;
	}

	.partners .el.pos2 {
		order: 4;

	}

	.partners .el.pos3 {
		order: 5;
	}

	.partners .el.pos5 {
		order: 6;
	}

	.partners .el.pos4,
	.partners .el.pos6 {
		order: 7;
		grid-column: auto;
	}
}

@media only screen and (min-width: 740px) and (max-width: 1023px) {
	.partners .el.pos1 {
		order: 2;
	}

	.partners .el.pos5 {
		order: 3;
	}

	.partners .el.pos2 {
		order: 4;
	}

	.partners .el.pos3 {
		order: 5;
	}

	.partners .el.pos9 {
		order: 6;
	}

	.partners .el.pos7 {
		order: 7;
	}

	.partners .el.pos10 {
		order: 8;
	}

	.partners .el.pos8 {
		order: 9;
	}

}

@media only screen and (min-width: 1024px) {
	.partners {
		grid-template-columns: repeat(6, 1fr);
	}

	.partners .text {
		grid-column: 1/3;
		grid-row: 1/3;
		margin-bottom: 0;
		border-radius: 8px;
		margin-right: -104px;
	}

	.partners .el {
		grid-column: span 2;
		border-radius: 8px;
		height: 112px;
		border-width: 2px;
	}

	.partners .el.pos1,
	.partners .el.pos2 {
		margin-left: 52px;
	}

	.partners .el.pos1 {
		left: 52px;
	}

	.partners .el.pos3 {
		margin-left: 104px;
	}


	.partners .el.pos3 {
		grid-column: span 4;
	}

	.partners .el.pos7,
	.partners .el.pos8 {
		grid-column: span 3;
	}

	.partners .el.pos10 {
		grid-column: span 4;
	}
}

@media only screen and (min-width: 1280px) {
	.partners {
		gap: 20px;
	}
}

.subscr {
	position: relative;
	padding: 30px 20px;
	background-color: var(--dark);
	color: var(--white);
	text-align: center;
	border-radius: 24px;
	margin: 0 auto;
	max-width: 760px;
}

.subscr .max {
	margin: 0 auto;
	max-width: 520px;
}

.subscr .input {
	border-color: transparent;
}

.subscr .input:not(:first-child) {
	margin-top: 32px;
}

.subscr .btn {

	width: 100%;
	height: 64px;
	border-radius: 8px;
}

@media only screen and (max-width: 739px) {

	.subscr .input:not(:first-child) {
		margin-top: 16px;
	}

	.subscr .btn {
		margin-top: 36px;
	}
}

@media only screen and (min-width: 740px) and (max-width: 1023px) {
	.subscr {
		padding: 40px;
	}

	.subscr .btn {
		margin-top: 40px;
	}
}

@media only screen and (min-width: 1024px) {
	.subscr {
		padding: 64px 75px;
	}

	.subscr:before {
		content: '';
		position: absolute;
		left: -165px;
		bottom: -81px;
		width: 165px;
		height: 396px;
		background: url(../img/manager.svg) no-repeat 0 50%/auto 100%;
		pointer-events: none;
	}


	.subscr .btn {
		margin-top: 60px;
	}
}




.footer {
	flex: 0 0 auto;
	width: 100%;
	padding: 0 var(--side) 40px var(--side);
}

.footer .bg {
	background-color: var(--dark);
	color: var(--white);
	padding: clamp(20px, var(--side), 60px);
	border-radius: 24px;
	display: grid;
	align-items: center;
	grid-template-columns: auto 1fr;
}

.footer ul,
.footer li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer a:not(.btn) {
	text-decoration: none;
	color: inherit;
	transition: color 0.4s ease;
}


.footer .logo {
	margin-right: auto;
	flex: 0 0 auto;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 5px;
	font: 500 16px/1.3 var(--font);
}

.footer .logo>* {
	flex: 0 0 auto;
}

.footer .logo img {
	display: block;
	width: auto;
	height: 36px;
}

.footer .logo span {
	background: linear-gradient(0deg, #EA5F26 0%, #F18D24 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}



@media (pointer:fine) {
	.footer a:not(.btn):hover {
		color: var(--color);
	}
}

.footer .foot-menu ul {
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
	gap: 10px 30px;
}

.footer .foot-menu .up {
	display: inline-block;
	vertical-align: top;
	color: var(--color);
	position: relative;
	padding-right: 28px;
}

.footer .foot-menu .up:after {
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/icons/up.svg) no-repeat 50% 50%/contain;
}

.footer .social {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px 22px;
	font-weight: normal;
	font-size: 16px;
	grid-column: 1/-1;
}

.footer .social .links {
	flex: 0 0 auto;
	max-width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
}

.footer .social .links>* {
	color: inherit;
	text-decoration: underline;
}

.footer .social .links img {
	display: block;
	width: 36px;
	height: 36px;
}

.footer .bottom {
	grid-column: 1/-1;
	color: var(--gray);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid color-mix(in srgb, var(--gray) 30%, transparent);
}

.footer .bottom ul {
	display: flex;
	flex: 0 0 auto;
	max-width: 100%;
	align-items: center;
	flex-wrap: wrap;
}

@media only screen and (max-width: 739px) {
	.footer {
		padding-top: 40px;
	}

	.footer .bg {
		gap: 16px;

	}

	.footer .foot-menu {
		font-size: 16px;
	}


	.footer .foot-menu li:not(:has(.up)) {
		display: none;
	}

	.footer .social {
		justify-content: space-between;

	}

	.footer .bottom {
		padding-top: 16px;
		gap: 4px;
		flex-direction: column-reverse;
		font-size: 14px;
		line-height: 21px;
		text-align: center;
	}

	.footer .bottom ul {
		flex-wrap: nowrap;
		gap: 4px 32px;
		justify-content: center;
	}

	.footer .bottom ul li {
		position: relative;
	}

	.footer .bottom ul li:not(:first-child):before {
		content: '';
		position: absolute;
		top: 0;
		left: -16px;
		width: 1px;
		height: 1lh;
		background-color: var(--gray);
		opacity: 0.3;

	}
}

@media only screen and (min-width: 740px) and (max-width: 1023px) {
	.footer {
		padding-top: 30px;
	}

	.footer .bg {
		gap: 16px;
		padding: 20px;
	}

	.footer .foot-menu {
		font-size: 16px;
		gap: 16px;
	}

	.footer .foot-menu ul {
		gap: 10px 16px;
	}

	.footer .bottom {
		padding-top: 4px;
		gap: 4px;
		font-size: 14px;
		line-height: 21px;
		flex-direction: column-reverse;
		text-align: center;
	}

	.footer .bottom ul {
		justify-content: space-between;

		gap: 4px 8px;
		text-align: left;
	}

}




@media only screen and (min-width: 1024px) {
	.footer {
		padding-top: 80px;
	}

	.footer .bg {
		gap: 15px 52px;
		padding-bottom: 16px;
	}

	.footer .logo {
		font-size: 20px;
		gap: 8px;
	}

	.footer .logo img {
		height: 62px;
	}

	.footer .foot-menu {
		font-size: 20px;
	}

	.footer .foot-menu .up {
		padding-right: 36px;
	}

	.footer .foot-menu .up:after {
		width: 32px;
		height: 32px;
	}

	.footer .social {
		font-size: 20px;
		gap: 16px;
	}

	.footer .bottom {
		padding-top: 16px;
		gap: 10px 50px;
		font-size: 16px;
		line-height: 21px;
	}

	.footer .bottom ul {
		flex-wrap: nowrap;
		gap: 4px 50px;
	}

	.footer .bottom ul li {
		position: relative;
	}

	.footer .bottom ul li:not(:first-child):before {
		content: '';
		position: absolute;
		top: 0;
		left: -25px;
		width: 1px;
		height: 1lh;
		background-color: var(--gray);
		opacity: 0.3;

	}
}
/* Additional styles for form validation and messaging */
/* Add these styles to your existing css/style.css file after line 1598 */

/* Styles for disabled button - extending existing button styles */
.subscr .btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    background-color: color-mix(in srgb, var(--color) 50%, var(--gray));
}

/* Styles for field validation - extending existing input styles */
.subscr .input.error {
    border-color: #ff4444;
    background-color: rgba(255, 68, 68, 0.08);
}

.subscr .input.valid {
    border-color: #00c851;
    background-color: rgba(0, 200, 81, 0.08);
}

/* Enhanced focus state for inputs */
.subscr .input:focus {
    outline: none;
    border-color: var(--color);
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.15);
    transition: all 0.3s ease;
}

/* Success message container */
.form-message {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.form-message.show {
    opacity: 1;
    transform: translateY(0);
}

.form-message.success .message-content {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 32px;
    background: linear-gradient(135deg, rgba(0, 200, 81, 0.15), rgba(0, 200, 81, 0.08));
    border: 2px solid rgba(0, 200, 81, 0.4);
    border-radius: 12px;
    color: #00c851;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font);
}

.form-message.success svg {
    width: 32px;
    height: 32px;
    stroke: #00c851;
    flex-shrink: 0;
}

/* Error message styling */
.form-error {
    margin-top: 16px;
    padding: 12px 20px;
    background: rgba(255, 68, 68, 0.15);
    border: 1px solid rgba(255, 68, 68, 0.4);
    border-radius: 8px;
    color: #ff6666;
    font-size: 14px;
    font-family: var(--font);
    text-align: center;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Loading state for button */
.subscr .btn.loading {
    position: relative;
    color: transparent !important;
}

.subscr .btn.loading::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Placeholder text color adjustment */
.subscr .input::placeholder {
    color: rgba(112, 112, 112, 0.7);
}

/* Input with content styling */
.subscr .input:not(:placeholder-shown):not(.error):not(.valid) {
    background-color: rgba(255, 255, 255, 0.95);
}

/* Mobile responsive adjustments */
@media only screen and (max-width: 739px) {
    .form-message.success .message-content {
        flex-direction: column;
        padding: 20px;
        text-align: center;
        font-size: 16px;
        gap: 12px;
    }
    
    .form-message.success svg {
        width: 28px;
        height: 28px;
    }
    
    .form-error {
        font-size: 13px;
        padding: 10px 16px;
    }
}

@media only screen and (min-width: 740px) and (max-width: 1023px) {
    .form-message.success .message-content {
        font-size: 17px;
        padding: 22px 28px;
    }
}

/* Accessibility improvements */
.subscr .input:focus-visible {
    outline: 2px solid var(--color);
    outline-offset: 2px;
}

.subscr .btn:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

/* Animation for form restoration */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.subscr .max.restoring {
    animation: fadeIn 0.3s ease;
}

.anchor {
	display: block;
	position: relative;
	top: calc((var(--header) + 80px)*-1);
}