@font-face {
    font-family: 'Mulish';
    src: url(fonts/Mulish/Mulish-VariableFont_wght.ttf);
    font-display: auto;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url(fonts/Mulish/Mulish-Italic-VariableFont_wght.ttf);
    font-display: auto;
    font-style: italic;
}

* {
	font-synthesis: none !important;
	-webkit-font-smoothing: antialiased;
}

body {
	background: #F1F3F6;

	margin: 0;
	padding: 0;
}

body, * {
	font-family: Mulish, sans-serif;
	color: #000;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

.block1 {
	position: relative;
	background: url(img/bg.jpg) no-repeat center center;
	background-size: cover;
	
}

.inner {
	
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	
	
}

.block1 .inner {
	padding-top: 120px;
	padding-left: 42px;
	padding-right: 44px;
	padding-bottom: 40px;
}

.logo {
	position: absolute;
	top: 40px;
	left: 145px;
	width: 49px;
	height: 60px;
	background: url(img/logo.svg) no-repeat center center;
	background-size: contain;
	
}

h1 {
	
	padding-left: 100px;
	font-weight: 800;
	font-size: 48px;
	line-height: 48px;
	color: #000;
}

.cards {
	display: flex;
	flex-direction: row;
	gap: 4px;
	align-items: stretch;
	margin-top: 60px;
	margin-bottom: 68px;
}

.card {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	border: 1px solid #fff;
	flex-grow: 1;
	flex-basis: 0;
	
	backdrop-filter: blur(21.299999237060547px);
	padding: 32px;
}

.card .num {
	color: #F75623;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 12px;
}

.card .title {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 12px;
}

.card .text {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.request {
	background: #000;
	border-radius: 16px;
	padding: 8px;
	display: flex;
	align-items: center;
	gap: 16px;
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

.request .lft {
	display: flex;
	align-items: center;
	gap: 16px;
}

.request .rckt {
	width: 32px;
	height: 32px;
	background: url(img/rckt.svg) no-repeat center center;
	background-size: 32px 32px;
	margin-left: 8px;
	flex: 0 0 32px;
}

.request .text {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
}

.request .btn {
	background: rgba(247, 86, 35, 1);
	border-radius: 12px;
	flex: 0 0 210px;
	display: block;
	vertical-align: middle;
	font-weight: 700;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
}

.request .sp {
	flex-grow: 1;
}

.ext {
	margin-top: 120px;
}

.ext .inner {
	padding-left: 42px;
	padding-right: 44px;
}

.ext h1 {
	margin-bottom: 28px;
}

.ext .cards {
	max-width: 1060px;
	margin: 0 auto;
}

.ext .card {
	border: none;
	background: none;
}

.partner {
	margin-top: 40px;
}

.partner .inner {
	background: rgba(221, 233, 255, 1);
	border-radius: 12px;
	display: flex;
	padding: 32px;
	gap: 100px;
	max-width: 1195px;
}

.partner .inner h2 {
	font-weight: 800;
	font-size: 36px;
	line-height: 36px;
	margin: 0;
	margin-bottom: 32px;
}

.partner .inner .left p {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 32px;
}

.partner .dcam-img {
	background: url(img/dcam.svg) no-repeat center center;
	background-size: contain;
	width: 114px;
	height: 113px;
	margin-bottom: 104px;
}

.partner .right p {
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
}

.comp .inner {
	background: #fff;
	border-radius: 12px;
	
	padding: 32px;
	gap: 100px;
	max-width: 1195px;
}

.comp .inner h2 {
	font-weight: 800;
	font-size: 36px;
	line-height: 36px;
	margin: 0;
	margin-bottom: 32px;
}

.comp .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 32px 49px;
	
}

.comp .row.b {
	border-bottom: 2px solid rgba(191, 180, 166, 1)
}

.form {
	background: #000;
	margin-top: 40px;
	padding-top: 94px;
	padding-bottom: 94px;
}

.form .inner {
	display: flex;
	gap: 100px;
	max-width: 1000px;
}

.form .left {
	flex-grow: 1;
	color: #fff;
}

.form .left h3 {
	color: #fff;
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 8px;
	margin-top: 0;
}

.form .left p {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}

.form .right {
	flex: 0 0 398px;
}

.form .f {
	margin-bottom: 20px;
	position: relative;
}

.form .f input[type="text"], .form .f input[type="email"] {
	display: block;
	border: 1px solid rgba(92, 97, 108, 1);
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	border-radius: 8px;
	width: 100%;
	padding: 0 5px;
}

.form .f label {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: rgba(113, 118, 129, 1);

}

.form .general label {
	color: #E2E5E9;
	

	font-size: 14px;
	line-height: 16px;
}

.form small {
	color: rgba(226, 229, 233, 1);
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
}

.form small a {
	text-decoration: underline;
	color: rgba(226, 229, 233, 1);
}

.form .btn {
	background: rgba(247, 86, 35, 1);
	border-radius: 8px;
	width: 210px;
	display: block;
	vertical-align: middle;
	font-weight: 800;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	margin-top: 20px;
	border: none;
	cursor: pointer;
}

.form .btn:disabled {
	background: #ccc;
	cursor: default;
}

.info {
	position: fixed;
	right: 28px;
	bottom: 48px;
	
	border: 1px solid rgba(27, 160, 73, 1);
	border-radius: 8px;
	background: url(img/info.svg) no-repeat 16px 12px;
	background-color: #EAFCF1;
	background-size: 24px 24px;
	padding: 12px 50px;
	max-width: 384px;
	font-size: 14px;
	line-height: 20px;
}

.error {
	position: fixed;
	right: 28px;
	bottom: 48px;

	border: 1px solid rgba(217, 32, 32, 1);
	border-radius: 8px;
	background: url(img/error.svg) no-repeat 16px 12px;
	background-color: #FFEFEF;
	background-size: 24px 24px;
	padding: 12px 50px;
	max-width: 384px;
	font-size: 14px;
	line-height: 20px;
}

.form .err {
	position: absolute;
	color: #f00;
	top: 100%;
	left: 0;
}

.flogo {

	width: 49px;
	height: 60px;
	background: url(img/logo.svg) no-repeat center center;
	background-size: contain;

}

footer .inner {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: flex-end;
	max-width: 1000px;
}

footer .inner .sep {
	flex-grow: 1;
}

footer .col1, footer .col2, footer .col3 {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	margin-left: 106px;
}

@media (max-width: 2000px) {
	.block1 {
		background-size: 2000px 1334px;
	}
}

@media (max-width: 1000px) {
	.block1 .inner {
		padding-left: 16px;
		padding-right: 16px;
	}

	.block1 h1 {
		margin-top: 0;
	}

	h1 {
		font-weight: 700;
		font-size: 28px;
		line-height: 32px;
		padding: 0;
	}

	.logo {
		left: 16px;
		top: 40px;
	}

	.cards {
		flex-direction: column;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.card {
		padding: 16px;
	}

	.card .num {
		font-size: 14px;
		line-height: 20px;
	}

	.card .title {
		font-size: 14px;
		line-height: 20px;
	}

	.request {
		max-width: 100%;
	}

	.ext {
		margin-top: 40px;
	}

	.ext .inner {
		padding-left: 16px;
		padding-right: 16px;
	}

	.ext h1 {
		margin-top: 0;
		margin-bottom: 40px;
	}

	.ext .cards {
		gap: 28px;
	}

	.ext .card {
		padding: 0;
	}

	.partner {
		padding: 0 16px;
	}

	.partner .inner {
		flex-direction: column;
		gap: 40px;
		padding: 16px;
	}

	.partner .left {
		padding: 0;
	}

	.partner .right {
		padding: 0;
	}

	.partner .inner h2 {
		font-weight: 700;
		font-size: 28px;
		line-height: 32px;
	}

	.partner .inner .left p {
		font-size: 14px;
		line-height: 20px;
	}

	.partner .dcam-img {
		margin-bottom: 0;
	}

	.partner .right p {
		margin-top: 12px;
		font-size: 14px;
		line-height: 20px;
	}

	.comp {
		padding: 0 16px;
	}

	.comp .inner {
		padding: 16px;
	}

	.comp .inner h2 {
		font-weight: 700;
		font-size: 28px;
		line-height: 32px;
	}

	.comp .rows {
		padding: 0 12px;
	}

	.comp .row {
		flex-direction: column;
		padding: 0;
		width: 100%;
	}

	.comp .row .el {
		padding: 12px 0;
		border-bottom: 2px solid rgba(191, 180, 166, 1);
		width: 100%;
		text-align: center;
	}

	.comp .row .el.nb {
		border-bottom: none;
	}

	.comp .row.b {
		border-bottom: none;
	}

	.form {
		margin-top: 50px;
		padding: 16px;

	}

	.form .inner {
		flex-direction: column;
		gap: 40px;
	}

	.form .left h3 {
		margin: 0;
		font-size: 20px;
		line-height: 24px;
	}

	.form .left p {
		margin-top: 8px;
		margin-bottom: 0;
		font-size: 14px;
		line-height: 20px;
	}

	.form .btn {
		margin-left: auto;
		margin-right: auto;
	}

	footer .inner {
		display: block;
		position: relative;
		padding-bottom: 116px;
		padding-top: 16px;
		padding-left: 16px;
		padding-right: 16px;
		margin: 0;
	}

	footer .col1, footer .col2, footer .col3 {
		margin: 0;
	}

	footer .col2, footer .col3 {
		margin-top: 16px;
	}

	.flogo {
		position: absolute;
		left: 16px;
		bottom: 40px;
	}
}

@media (max-width: 700px) {
	.request {
		flex-direction: column;
		gap: 6px;
	}

	.request .btn {
		flex: 0 0 auto;
		width: 210px;
	}
}