@charset "UTF-8";

/* Theme Name: Martech.do
Theme URI: 
Author: Deme 
Description: Martech.do
Version: 1.0 
License: GNU General Public License License URI: license.txt */

/*fonts*/
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");

.h0 {
	color: #25262B;
	font-size: 56px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -1.68px;
}

.h1 {
	color: #25262B;
	font-size: 48px;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -1.44px;
}

.h1 strong {
	font-weight: 400;
	color: #3C70C0;
}

.h2 {
	color: #25262B;
	font-size: 40px;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -1.2px;
}

.h2 strong {
	font-weight: 400;
	color: #3C70C0;
}

.h3 {
	color: #25262B;
	font-size: 36px;
	font-weight: 400;
	line-height: 130%;
}

.h3 strong {
	font-weight: 400;
	color: #3C70C0;
}

.h4 {
	color: #25262B;
	font-size: 28px;
	font-weight: 400;
	line-height: 130%;
}

.h4 strong {
	font-weight: 400;
	color: #3C70C0;
}

.h5 {
	color: #25262B;
	font-size: 24px;
	font-weight: 400;
	line-height: 130%;
}

.h5 strong {
	font-weight: 400;
	color: #3C70C0;
}

.h6 {
	color: #25262B;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
}

.h6 strong {
	font-weight: 400;
	color: #3C70C0;
}

.h7 {
	color: #25262B;
	font-size: 16px;
	font-weight: 600;
	line-height: 120%;
}

.h7 strong {
	font-weight: 400;
	color: #3C70C0;
}

.h8 {
	color: #5A6D8B;
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
}

.p1 {
	color: #40424D;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
}

.p1 a {
	display: inline;
	color: #3C70C0;
	transition: 0.1s;
}

.p2 {
	color: #40424D;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

.p2 a {
	display: inline;
	color: #3C70C0;
	transition: 0.1s;
}

.p2 button {
	display: inline;
	text-decoration: underline !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	color: #3C70C0;
	transition: 0.1s;
}

.p3 {
	color: #5B5E64;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}

.p3 a {
	display: inline;
	color: #3C70C0;
	text-decoration: underline;
	transition: 0.1s;
}

.color-white .h1 {
	color: #FFF;
}

.color-white .h1 strong {
	color: #71A6F8;
}

.color-white .h2 {
	color: #FFF;
}

.color-white .h2 strong {
	color: #71A6F8;
}

.color-white .h3 {
	color: #FFF;
}

.color-white .h3 strong {
	color: #71A6F8;
}

.color-white .h4 {
	color: #FFF;
}

.color-white .h4 strong {
	color: #71A6F8;
}

.color-white .h5 {
	color: #FFF;
}

.color-white .h5 strong {
	color: #71A6F8;
}

.color-white .h6 {
	color: #FFF;
}

.color-white .h6 strong {
	color: #71A6F8;
}

.color-white .h7 {
	color: #FFF;
}

.color-white .h7 strong {
	color: #71A6F8;
}

.color-white .h8 {
	color: #7EB2EE;
}

@media (max-width: 800px) {
	.h0 {
		font-size: 36px;
		line-height: 130%;
		letter-spacing: 0px;
	}

	.h1 {
		font-size: 28px;
		letter-spacing: 0px;
	}

	.h2 {
		font-size: 24px;
		letter-spacing: 0px;
	}

	.h3 {
		font-size: 20px;
	}

	.h4 {
		font-size: 20px;
	}

	.h5 {
		font-size: 20px;
		line-height: 140%;
	}

	.h7 {
		font-size: 12px;
	}

	.h8 {
		font-size: 12px;
	}

	.p1 {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.p1 a:hover {
		color: #25262B;
	}

	.p2 a:hover {
		color: #25262B;
	}

	.p2 button:hover {
		color: #25262B;
	}

	.p3 a:hover {
		color: #25262B;
	}
}

/*-fonts*/
/*options*/
*,
::after,
::before {
	box-sizing: border-box;
}

body {
	font-family: "Sora", sans-serif;
	font-weight: 400;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

body.active {
	overflow: hidden !important;
	overscroll-behavior-y: none;
}

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: "Sora", 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: "Sora", 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;
}

textarea::-webkit-input-placeholder {
	color: #000;
}

textarea::-moz-placeholder {
	color: #000;
}

textarea:-ms-input-placeholder {
	color: #000;
}

textarea:-moz-placeholder {
	color: #000;
}

textarea:hover,
textarea:focus {
	outline: none;
	text-decoration: none;
}

input {
	font-family: "Sora", 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: #000;
}

input::-moz-placeholder {
	color: #000;
}

input:-ms-input-placeholder {
	color: #000;
}

input:-moz-placeholder {
	color: #000;
}

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: "Sora", 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: 1280px;
	padding: 0 20px;
	margin: 0 auto;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding-top: 84px;
}

main {
	flex: 1 0 auto;
}

footer {
	flex: 0 0 auto;
}

.section {
	padding: 100px 0px;
	overflow: hidden;
}

.section-top {
	margin-bottom: 64px;
}

.section-label {
	margin-bottom: 24px;
}

.section-a {
	z-index: 2;
}

.section-content {
	margin-top: 32px;
}

.section-contain {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 24px;
}

.section-tabs {
	display: flex;
	align-items: center;
	gap: 32px;
}

.section-tabs button {
	position: relative;
	color: #46556C;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	padding: 8px 0px;
	transition: 0.1s;
}

.section-tabs button::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #3C70C0;
	transition: 0.2s;
}

.section-tabs button.active {
	color: #3C70C0;
	text-shadow: 1px 0 0 #3C70C0;
}

.section-tabs button.active::after {
	width: 100%;
}

.section-pagination {
	display: flex;
	width: fit-content;
	gap: 12px;
	height: 24px;
	padding: 8px;
}

.section-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 2px;
	background: #CCD0D5;
	opacity: 1;
	margin: 0px !important;
}

.section-pagination .swiper-pagination-bullet-active {
	background: #3C70C0;
}

.section-arrows {
	display: flex;
	align-items: center;
	gap: 12px;
}

.section-arrow {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	border-radius: 4px;
	overflow: hidden;
}

.section-arrow::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #2D3D55;
	transition: 0.3s;
}

.section-arrow::after {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #3C70C0;
	border-radius: 4px;
}

.section-arrow svg {
	width: 24px;
	height: 24px;
	stroke: #3C70C0;
	transition: 0.3s;
}

.section-arrow.swiper-button-disabled {
	opacity: 0.6;
}

.color-white .section-arrow::before {
	background: #7EB2EE;
}

.color-white .section-arrow::after {
	border: 1px solid #FFFFFF;
}

.color-white .section-arrow svg {
	stroke: #FFFFFF;
}

@media (max-width: 1200px) {
	.wrapper {
		padding-top: 64px;
	}
}

@media (max-width: 800px) {
	.section {
		padding: 48px 0px;
	}

	.section-top {
		margin-bottom: 32px;
	}

	.section-label {
		margin-bottom: 16px;
	}

	.section-contain {
		margin-left: -20px;
		width: calc(100% + 40px);
	}

	.section-tabs {
		overflow: auto;
		padding: 0px 20px 8px 20px;
		margin-bottom: -8px;
	}

	.section-tabs button {
		white-space: nowrap;
	}
}

@media (min-width: 1200px) {
	.section-arrow:hover::before {
		width: 100%;
	}

	.section-arrow:hover svg {
		stroke: #FFFFFF;
	}

	.color-white .section-arrow:hover svg {
		stroke: #25262B;
	}

	.section-tabs button:hover {
		color: #3C70C0;
	}
}

/*-options*/
/*buttons*/
.btn-one {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 48px;
	width: fit-content;
	color: #25262B;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	white-space: nowrap;
	text-align: center;
	overflow: hidden;
	border-radius: 4px;
	padding: 0px 24px;
}

.btn-one::before {
	content: "";
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #E6ECF3;
	transition: 0.3s;
}

.btn-one::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #7EB2EE;
	transition: 0.3s;
}

.btn-one svg {
	fill: #25262B;
}

.btn-one.disable {
	color: #A5AAB3;
	pointer-events: none;
}

.btn-one.disable::before {
	background: #E3E6EA;
}

.btn-one.disable svg {
	fill: #A5AAB3;
}

.btn-two {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 48px;
	width: fit-content;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	white-space: nowrap;
	text-align: center;
	overflow: hidden;
	border-radius: 4px;
	padding: 0px 24px;
}

.btn-two::before {
	content: "";
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #1D2839;
	transition: 0.3s;
}

.btn-two::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #2D3D55;
	transition: 0.3s;
}

.btn-two svg {
	fill: #FFFFFF;
}

.btn-two.disable {
	color: #A5AAB3;
	pointer-events: none;
}

.btn-two.disable::before {
	background: #E3E6EA;
}

.btn-two.disable svg {
	fill: #A5AAB3;
}

.btn-three {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 48px;
	width: fit-content;
	color: #25262B;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	white-space: nowrap;
	text-align: center;
	overflow: hidden;
	border-radius: 4px;
	padding: 0px 24px;
	transition: 0.3s;
}

.btn-three::before {
	content: "";
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #3C70C0;
	border-radius: 4px;
	transition: 0.3s;
}

.btn-three::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #2D3D55;
	transition: 0.3s;
}

.btn-three svg {
	fill: #25262B;
	transition: 0.3s;
}

.btn-three.disable {
	color: #8AA9D9;
	pointer-events: none;
}

.btn-three.disable::before {
	border: 1px solid #8AA9D9;
}

.btn-three.disable svg {
	fill: #8AA9D9;
}

.link-one {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
	width: fit-content;
	height: 36px;
	color: #3C70C0;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.48px;
	text-decoration-line: underline;
	transition: 0.2s;
}

.link-one svg {
	stroke: #3C70C0;
	transition: 0.2s;
}

.link-one.disable {
	color: #A5AAB3;
	pointer-events: none;
}

.link-one.disable svg {
	stroke: #A5AAB3;
}

.link-two {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
	width: fit-content;
	height: 36px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.48px;
	text-decoration-line: underline;
	transition: 0.2s;
}

.link-two svg {
	stroke: #FFFFFF;
	transition: 0.2s;
}

.link-two.disable {
	color: #A5AAB3;
	pointer-events: none;
}

.link-two.disable svg {
	stroke: #A5AAB3;
}

@media (max-width: 800px) {
	.btn-one {
		padding: 0px 16px;
	}

	.btn-two {
		padding: 0px 16px;
	}

	.btn-three {
		padding: 0px 16px;
	}
}

@media (min-width: 1200px) {
	.btn-one:hover::before {
		width: 0px;
	}

	.btn-one:hover::after {
		width: 100%;
	}

	.btn-two:hover::before {
		width: 0px;
	}

	.btn-two:hover::after {
		width: 100%;
	}

	.btn-three:hover {
		color: #FFF;
	}

	.btn-three:hover::after {
		width: 100%;
	}

	.btn-three:hover svg {
		fill: #FFF;
	}

	.link-one:hover {
		color: #25262B;
		text-decoration: underline;
	}

	.link-one:hover svg {
		stroke: #25262B;
	}

	.link-two:hover {
		color: #71A6F8;
		text-decoration: underline;
	}

	.link-two:hover svg {
		stroke: #71A6F8;
	}
}

/*-buttons*/
/*form*/
.form-error {
	display: none;
	color: #A80000;
	font-size: 12px;
	margin-top: 4px;
}

.form-input {
	position: relative;
	display: block;
	width: 100%;
}

.form-input_point {
	width: 100%;
	height: 40px;
	border: 1px solid #000;
}

.form-input_point.false+.form-error {
	display: block;
}

.form-textarea {
	position: relative;
	display: block;
	width: 100%;
}

.form-textarea_point {
	width: 100%;
	height: 100px;
	border: 1px solid #000;
}

.form-textarea_point.false+.form-error {
	display: block;
}

.form-select {
	position: relative;
	display: block;
	width: 100%;
}

.form-select_point {
	width: 100%;
	height: 40px;
	border: 1px solid #000;
}

.form-select_point option {
	color: #0C0B0B;
}

.form-select_point option[value=""][disabled] {
	display: none;
}

.form-select_point:required:invalid {
	color: #B0B0B0;
}

.form-select_arrow {
	position: absolute;
	right: 10px;
	top: 30px;
}

.form-check {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
}

.form-check_point {
	position: absolute;
	z-index: -1;
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	opacity: 0;
}

.form-check_box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 14px;
	min-width: 14px;
	height: 14px;
	border-radius: 2px;
	border: 1px solid #BFBFBF;
	margin-right: 8px;
}

.form-check_box svg {
	display: none;
}

.form-check_name {
	width: calc(100% - 24px);
	color: #1C1C1C;
	font-size: 13px;
	font-weight: 300;
	line-height: 170%;
}

.form-check_name a {
	display: inline;
	color: #1C1C1C;
	transition: 0.1s;
	text-decoration: underline;
}

.form-check_point:checked+.form-check_box {
	background: red;
}

.form-check_point:checked+.form-check_box svg {
	display: block;
}

.form-check_point.false+.form-check_box+.form-check_name+.form-error {
	display: block;
}

.form-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	background: #000;
	cursor: pointer;
}

.form-btn_point {
	color: #FFF;
	cursor: pointer;
}

/*-form*/
/*breadcrumbs*/
.breadcrumbs {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 84px;
	width: 100%;
	padding-top: 60px;
}

.breadcrumbs-list {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	gap: 4px;
	max-width: 505px;
	overflow: hidden;
	padding: 4px;
}

.breadcrumbs-list::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	background: linear-gradient(90deg, rgba(29, 40, 57, 0) 0%, rgb(29, 40, 57) 90%);
}

.breadcrumbs-list li {
	display: flex;
	align-items: center;
}

.breadcrumbs-list li:after {
	content: "/";
	color: #A5AAB3;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	margin: 0 4px;
}

.breadcrumbs-list li:last-child:after {
	display: none;
}

.breadcrumbs-list a {
	color: #A5AAB3;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	white-space: nowrap;
	transition: 0.1s;
}

.breadcrumbs-list li:last-child {
	pointer-events: none;
}

.breadcrumbs-list li:last-child a {
	color: #FFF;
}

@media (max-width: 1200px) {
	.breadcrumbs {
		top: 64px;
		padding-top: 24px;
	}

	.breadcrumbs-list li:after {
		font-size: 12px;
		margin: 0 2px;
	}

	.breadcrumbs-list a {
		font-size: 12px;
	}
}

@media (min-width: 1200px) {
	.breadcrumbs-list a:hover {
		color: #FFF;
		text-decoration: underline;
	}
}

/*navigation*/
.navigation {
	display: grid;
	gap: 24px;
	width: 352px;
	margin-top: 40px;
}

.navigation-number {
	display: grid;
	gap: 16px;
}

.navigation-total {
	color: #40424D;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}
.navigation-total span,
.blog-result span,
.blog-filter span,
.cases-result span,
.cases-filter span{
	display: inline;
}

.navigation-line {
	position: relative;
	height: 6px;
	width: 100%;
	background: #E6ECF3;
	border-radius: 10000px;
}

.navigation-line span {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #40424D;
	border-radius: 10000px;
}

.navigation-more {
	width: 100%;
}

@media (max-width: 800px) {
	.navigation {
		width: 100%;
	}

	.navigation {
		gap: 24px;
	}
}

/*-navigation*/
/*filter*/
.filter {
	width: 295px;
	min-width: 295px;
	margin-right: 125px;
}

.filter-contain {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #D4E1EE;
}

.filter-close {
	display: none;
}

.filter-box {
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #D4E1EE;
}

.filter-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.filter-name {
	transition: 0.1s;
}

.filter-arrow {
	stroke: #25262B;
	transform: rotate(180deg);
	transition: 0.1s;
}

.filter-bottom {
	display: grid;
	gap: 8px;
	margin-top: 16px;
}

.filter-checkbox {
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer;
}

.filter-checkbox input {
	position: absolute;
	z-index: -1;
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	opacity: 0;
}

.filter-checkbox span {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #40424D;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	padding: 6px 0px;
}

.filter-checkbox span:before {
	content: "";
	margin-top: -2px;
	width: 16px;
	min-width: 16px;
	height: 16px;
	background: url("./icons/check-1.svg") center no-repeat;
	background-size: contain;
	transition: 0.1s;
}

.filter-checkbox input:checked+span:before {
	background: url("./icons/check-3.svg") center no-repeat;
	background-size: contain;
}

.filter-top.active .filter-arrow {
	transform: rotate(0deg);
}

.filter-app {
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #D4E1EE;
}

.filter-cover {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.filter-clear {
	display: flex;
	align-items: center;
	color: #25262B;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	transition: 0.1s;
}

.filter-clear svg {
	fill: #25262B;
	transition: 0.1s;
}

.filter-items {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
}

.filter-item {
	display: flex;
	align-items: center;
	gap: 2px;
	color: #25262B;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	padding: 8px;
	border-radius: 4px;
	border: 1px solid #3C70C0;
	transition: 0.1s;
}

.filter-hide {
	display: none;
}

.filter-result {
	color: #5B5E64;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}
.filter-result > span{
	display: inline;
}

@media (max-width: 1200px) {
	.filter {
		position: fixed;
		z-index: 7;
		left: 0;
		top: 64px;
		width: 100%;
		height: calc(100% - 64px);
		background: #FFF;
		padding: 32px 0px;
		display: none;
	}

	.filter-wrap {
		height: calc(100% - 104px);
		overflow: auto;
		padding: 0px 20px;
	}

	.filter-contain {
		padding-bottom: 24px;
		margin-bottom: 24px;
	}

	.filter-close {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.filter-app {
		padding-bottom: 24px;
		margin-bottom: 24px;
	}

	.filter-box {
		padding-bottom: 24px;
		margin-bottom: 24px;
	}

	.filter-name {
		font-size: 16px;
		line-height: 150%;
	}

	.filter-hide {
		position: absolute;
		left: 20px;
		bottom: 32px;
		width: calc(100% - 40px);
		display: grid;
		gap: 12px;
	}

	.filter-send {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.filter-top:hover .filter-name {
		color: #3C70C0;
	}

	.filter-top:hover .filter-arrow {
		stroke: #3C70C0;
	}

	.filter-checkbox:hover span:before {
		background: url("./icons/check-2.svg") center no-repeat;
		background-size: contain;
	}

	.filter-clear:hover {
		color: #3C70C0;
	}

	.filter-clear:hover svg {
		fill: #3C70C0;
	}

	.filter-item:hover {
		background: #F4F2F2;
	}
}

/*-filter*/
/*false*/
.false {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 12px;
	width: 100%;
	max-width: 466px;
	margin: auto;
}

.false-img {
	width: 170px;
	height: auto;
}

/*-false*/
/*share*/
.share {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid #D4E1EE;
}

.share-name {
	color: #25262B;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

.share-ul {
	display: flex;
	align-items: center;
	gap: 8px;
}

.share-ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 4px;
	border: 1px solid #D4E1EE;
	transition: 0.1s;
}

.share-ul a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.share-ul button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.share-ul svg {
	fill: #1D2839;
	transition: 0.1s;
}

@media (max-width: 800px) {
	.share {
		margin-top: 32px;
		padding-top: 32px;
	}
}

@media (min-width: 1200px) {
	.share-ul li:hover {
		border: 1px solid #1D2839;
	}
}

/*-share*/
/*cookie*/
.cookie{
	position: fixed;
	z-index: 7;
	left: 0;
	bottom: 48px;
	width: 100%;
}
.cookie .hbspt-form{
	width: 100%;
	max-width: 780px;
	padding: 32px;
	border-radius: 8px;
	background: #FFFFFF;
	margin-left: auto;
	box-shadow: 0px 107px 30px 0px rgba(29, 40, 57, 0), 0px 69px 27px 0px rgba(29, 40, 57, 0.01), 0px 20px 23px 0px rgba(29, 40, 57, 0.02), 0px 12px 17px 0px rgba(29, 40, 57, 0.03), 0px 4px 9px 0px rgba(29, 40, 57, 0.04);
}
.cookie .hbspt-form .hs-form-private{
	display: flex;
	align-items: center;
	gap: 20px;
}
.cookie .hbspt-form .hs-main-font-element{
	color: #40424D;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}
.cookie .hbspt-form .hs-main-font-element span{
	display: inline;
}
.cookie .hbspt-form .hs-main-font-element a {
	display: inline;
	color: #3C70C0;
	text-decoration: underline;
	transition: 0.1s;
}
.cookie .hbspt-form .hs-button{
	padding: 0 20px;
	min-width: fit-content;
}
@media (max-width: 1200px) {
	.cookie {
		bottom: 20px;
	}
	.cookie .hbspt-form{
		padding: 16px;
	}
	.cookie .hbspt-form .hs-form-private{
		flex-direction: column;
		gap: 10px;
		padding: 16px;
	}
	.cookie .hbspt-form .hs_submit,
	.cookie .hbspt-form .hs-button{
		width: 100%;
	}
	.cookie .hbspt-form .hs-main-font-element{
		font-size: 12px;
	}
}
@media (min-width: 1200px) {
	.cookie .hbspt-form .hs-main-font-element a:hover {
		color: #40424D;
	}
}

/*-cookie*/
/*header*/
.header {
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	background: #FFF;
	border-bottom: 1px solid #D4E1EE;
}

.header-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 83px;
}

.header-logo {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.header-logo img {
	width: 164px;
	height: 40px;
}

.header-a {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header-nav {
	height: 100%;
}

.header-menu {
	display: flex;
	align-items: center;
	gap: 40px;
	height: 100%;
}

.header-menu>li {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.header-menu>li>a {
	position: relative;
	display: flex;
	align-items: center;
	height: 36px;
	color: #46556C;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
}

.header-menu>li.header-menu_point>a:after {
	content: "";
	width: 24px;
	height: 24px;
	background: url("./icons/arrow1.svg") center no-repeat;
	background-size: contain;
	transition: 0.2s;
}

.header-menu>li>a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #46556C;
	transition: 0.3s;
}

.header-menu>li.current-menu-item>a {
	color: #1D2839;
	font-weight: 600;
}

.header-menu>li.current-menu-parent>a {
	color: #1D2839;
	font-weight: 600;
}

.header-menu_wrap {
	position: fixed;
	left: 0;
	top: 82px;
	width: 100%;
	padding: 40px 0px;
	background: #F4F2F2;
	display: none;
}

.header-menu_boxs {
	display: flex;
	gap: 64px;
	margin: auto;
}

.header-menu_box {
	width: 100%;
	max-width: 200px;
}

.header-menu_box span {
	color: #25262B;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 24px;
}

.header-menu_box ul {
	display: grid;
	gap: 12px;
}

.header-menu_box a {
	color: #46556C;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	padding: 8px 0px;
}

.header-burger {
	display: none;
}

@media (max-width: 1200px) {
	.header-wrap {
		height: 63px;
		justify-content: space-between;
	}

	.header-logo {
		position: relative;
		left: auto;
		top: auto;
		transform: translate(0);
	}

	.header-burger {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.header-burger svg:nth-child(2) {
		display: none;
	}

	.header-burger.active svg:nth-child(1) {
		display: none;
	}

	.header-burger.active svg:nth-child(2) {
		display: block;
	}

	.header-nav {
		position: fixed;
		left: 0;
		top: 64px;
		width: 100%;
		height: calc(100% - 64px);
		background: #1D2839;
		display: none;
	}

	.header-nav:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 88px;
		width: 100%;
		height: 1px;
		background: #2D3D55;
	}

	.header-menu {
		height: fit-content;
		display: block;
		height: calc(100% - 148px);
		margin: 32px 0px 20px 0px;
		padding: 0px 20px;
		overflow: auto;
	}

	.header-menu>li {
		justify-content: flex-start;
		flex-wrap: wrap;
		height: fit-content;
		border-bottom: 1px solid #2D3D55;
	}

	.header-menu>li>a {
		justify-content: space-between;
		height: fit-content;
		width: 100%;
		color: #FFF;
		font-size: 20px;
		line-height: 120%;
		padding: 20px 0px 20px 0px;
	}

	.header-menu>li.header-menu_point>a:after {
		background: url("./icons/arrow2.svg") center no-repeat;
		background-size: contain;
	}

	.header-menu>li.current-menu-item>a {
		color: #71A6F8;
		font-weight: 400;
	}

	.header-menu>li.current-menu-parent>a {
		color: #71A6F8;
		font-weight: 400;
	}

	.header-menu .header-menu_wrap {
		position: static;
		display: none;
		width: 100%;
		padding: 0px 12px 20px 12px;
		background: transparent;
	}

	.header-menu .header-menu_boxs {
		display: block;
		width: 100% !important;
	}

	.header-menu .header-menu_box {
		max-width: 100%;
		margin-top: 12px;
	}

	.header-menu .header-menu_box span {
		color: #FFF;
		padding: 4px 0px;
		margin-bottom: 12px;
	}

	.header-menu .header-menu_box a {
		color: #B5BBCE;
	}

	.header-menu .header-menu_box:first-child {
		margin-top: 0px;
	}

	.header-menu>li.header-menu_point>a.active:after {
		transform: rotate(180deg);
	}

	.header-a {
		position: absolute;
		right: auto;
		top: auto;
		left: 20px;
		bottom: 20px;
		width: calc(100% - 40px);
		transform: translate(0);
		color: #25262B;
	}

	.header-a::before {
		background: #E6ECF3;
	}
}

@media (min-width: 1200px) {
	.header-menu>li:hover>.header-menu_wrap {
		display: block;
	}

	.header-menu>li:hover>a:after {
		transform: rotate(180deg);
	}

	.header-menu>li:hover>a:before {
		width: 100%;
	}

	.header-menu_box a:hover {
		color: #3C70C0;
	}
}

/*-header*/
/*footer*/
.footer {
	padding: 100px 0px 40px 0px;
	background: #1D2839;
}

.footer-top {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px;
	align-items: flex-start;
}

.footer-logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	grid-column-start: 1;
	grid-column-end: 3;
}

.footer-logo img {
	width: 164px;
	height: 40px;
}

.footer-boxs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 46px;
	grid-column-start: 6;
	grid-column-end: 13;
}

.footer-label {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 16px;
}

.footer-menu {
	display: grid;
	grid-gap: 4px;
}

.footer-menu a {
	color: #90A6C7;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	padding: 8px 0px;
	transition: 0.1s;
}

.footer-center {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px;
	align-items: flex-start;
	margin-top: 64px;
}

.footer-info {
	display: grid;
	gap: 24px;
	grid-column-start: 1;
	grid-column-end: 4;
	margin-top: 4px;
}

.footer-links {
	display: grid;
	gap: 24px;
}

.footer-links a {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	transition: 0.1s;
}

.footer-socials {
	display: flex;
	align-items: center;
	gap: 16px;
}

.footer-socials a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-socials svg {
	width: 24px;
	height: 24px;
	fill: #FFF;
	transition: 0.1s;
}

.footer-socials li.disable {
	pointer-events: none;
}

.footer-socials li.disable svg {
	fill: #626B7B;
}

.footer-sub {
	display: grid;
	gap: 24px;
	grid-column-start: 6;
	grid-column-end: 9;
}

.footer-sub_p {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.6px;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #405474;
	padding-top: 20px;
	margin-top: 40px;
}

.footer-descr {
	color: #90A6C7;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.77px;
}

.footer-items {
	display: flex;
	align-items: center;
}

.footer-items li {
	display: flex;
	align-items: center;
}

.footer-items li:after {
	content: "|";
	color: #90A6C7;
	font-size: 12px;
	font-weight: 400;
	line-height: 120%;
	margin: 0px 6px;
}

.footer-items li:last-child:after {
	display: none;
}

.footer-items a {
	color: #90A6C7;
	font-size: 12px;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
	transition: 0.1s;
}

@media (max-width: 1200px) {
	.footer-logo {
		grid-column-end: 4;
	}

	.footer-boxs {
		grid-column-start: 5;
	}

	.footer-sub {
		grid-column-start: 5;
		grid-column-end: 10;
	}
}

@media (max-width: 800px) {
	.footer {
		padding: 48px 0px;
	}

	.footer-top {
		display: flex;
		flex-direction: column;
		gap: 32px;
	}

	.footer-boxs {
		grid-template-columns: repeat(2, 1fr);
		gap: 32px;
		width: 100%;
	}

	.footer-box:first-child {
		grid-column-start: 1;
		grid-column-end: 3;
		padding-right: 50%;
	}

	.footer-label {
		margin-bottom: 12px;
	}

	.footer-center {
		display: flex;
		flex-direction: column;
		gap: 0px;
		margin-top: 40px;
	}

	.footer-sub {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		order: -1;
		width: 100%;
		padding: 32px 0px;
		border-top: 1px solid #405474;
	}

	.footer-sub_p {
		max-width: 263px;
		letter-spacing: 0px;
	}

	.footer-info {
		width: 100%;
		padding-top: 40px;
		margin-top: 0px;
		border-top: 1px solid #405474;
	}

	.footer-bottom {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 20px;
	}
}

@media (min-width: 1200px) {
	.footer-menu a:hover {
		color: #71A6F8;
	}

	.footer-links a:hover {
		color: #71A6F8;
	}

	.footer-socials a:hover svg {
		fill: #71A6F8;
	}

	.footer-items a:hover {
		color: #71A6F8;
	}
}

/*-footer*/
/*content*/
.content {
	color: #40424D;
}

.content *:first-child {
	margin-top: 0px;
}

.content h1 {
	color: #25262B;
	font-size: 48px;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -1.44px;
	margin-top: 40px;
}

.content h2 {
	color: #25262B;
	font-size: 40px;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -1.2px;
	margin-top: 40px;
}

.content h3 {
	color: #25262B;
	font-size: 36px;
	font-weight: 400;
	line-height: 130%;
	margin-top: 40px;
}

.content h4 {
	color: #25262B;
	font-size: 28px;
	font-weight: 400;
	line-height: 130%;
	margin-top: 40px;
}

.content h5 {
	color: #25262B;
	font-size: 24px;
	font-weight: 400;
	line-height: 130%;
	margin-top: 40px;
}

.content h6 {
	color: #25262B;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
	margin-top: 40px;
}

.content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	margin-top: 16px;
}

.content p strong {
	font-weight: 600;
}

.content p a {
	display: inline;
	margin: 0px;
}

.content a {
	color: #3C70C0;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	margin-top: 16px;
	transition: 0.1s;
}

.content ul {
	margin-top: 16px;
}

.content ul li {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	padding-left: 25px;
	margin-top: 16px;
}

.content ul li a {
	display: inline;
	margin: 0px;
}

.content ul li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 10px;
	width: 5px;
	height: 5px;
	background: #3C70C0;
}

.content ol {
	counter-reset: item;
	margin-top: 16px;
}

.content ol ol {
	margin-top: 16px;
}

.content ol ol li {
	padding-left: 30px;
}

.content ol li {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	padding-left: 24px;
	margin-top: 16px;
}

.content ol li a {
	display: inline;
	margin: 0px;
}

.content ol li:before {
	content: counters(item, ".") ".";
	counter-increment: item;
	position: absolute;
	left: 0;
	top: 0;
	color: #40424D;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	margin-right: 4px;
}

.content img {
	margin-top: 40px;
}

.content blockquote {
	display: flex;
	gap: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	padding: 20px;
	border-radius: 8px;
	background: #E6ECF3;
	margin: 32px 0px 0px 0px;
}

.content blockquote::before {
	content: "";
	width: 24px;
	min-width: 24px;
	height: 24px;
	background: url("./icons/lamp.svg") center no-repeat;
	background-size: contain;
}

@media (max-width: 800px) {
	.content h1 {
		font-size: 28px;
		letter-spacing: 0px;
		margin-top: 32px;
	}

	.content h2 {
		font-size: 24px;
		letter-spacing: 0px;
		margin-top: 32px;
	}

	.content h3 {
		font-size: 20px;
		margin-top: 32px;
	}

	.content h4 {
		font-size: 20px;
		margin-top: 32px;
	}

	.content h5 {
		font-size: 20px;
		line-height: 140%;
		margin-top: 32px;
	}

	.content img {
		margin-top: 32px;
	}
}

@media (min-width: 1200px) {
	.content a:hover {
		color: #40424D;
	}
}

/*-content*/
/*start*/
.start {
	position: relative;
	background: #1D2839;
	overflow: hidden;
}

.start-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	gap: 20px;
	min-height: 640px;
}

.h8.start-label {
	color: #B5BBCE;
	margin-bottom: 24px;
}

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

.start-img {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 734px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.start-img picture {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.start-img img {
	width: 100%;
}

@media (max-width: 1200px) {
	.start {
		padding-top: 64px;
	}

	.start-wrap {
		display: block;
		min-height: fit-content;
	}

	.start-img {
		position: relative;
		left: 0;
		top: auto;
		width: calc(100% + 20px);
		height: fit-content;
		margin-top: 32px;
	}
}

@media (max-width: 800px) {
	.h8.start-label {
		margin-bottom: 16px;
	}
}

/*-start*/
/*first*/
.first {
	position: relative;
	background: #1D2839;
	overflow: hidden;
}

.first-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: flex-start;
	gap: 20px;
	min-height: 640px;
}

.first-text {
	padding-top: 200px;
}

.h8.first-label {
	color: #B5BBCE;
	margin-bottom: 24px;
}

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

.first-img {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 894px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.first-img picture {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.first-img img {
	width: 100%;
}

@media (max-width: 1200px) {
	.first {
		padding-top: 113px;
	}

	.first-wrap {
		display: block;
		min-height: fit-content;
	}

	.first-text {
		padding-top: 0px;
	}

	.first-img {
		position: relative;
		left: 0;
		top: auto;
		width: calc(100% + 20px);
		height: fit-content;
		margin-top: 32px;
	}
}

@media (max-width: 800px) {
	.h8.first-label {
		margin-bottom: 16px;
	}

	.first-img {
		width: 468px;
		min-width: 468px;
	}
}

/*-first*/
/*about*/
.about .section-top {
	max-width: 715px;
}

.about-wrap {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px;
}

.about-text {
	grid-column-start: 1;
	grid-column-end: 7;
}

.about-link {
	margin-top: 24px;
}

.about-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 64px;
}

.about-list li {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #40424D;
	font-size: 16px;
	line-height: 100%;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.6px;
	height: 48px;
	padding: 0 16px;
	width: fit-content;
	border-radius: 4px;
	background: #E6ECF3;
}

.about-boxs {
	display: flex;
	flex-direction: column;
	grid-column-start: 8;
	grid-column-end: 13;
}

.about-box {
	display: flex;
	border-top: 1px solid #25262B;
	padding: 24px 60px 48px 0;
}

.about-box_num {
	width: 240px;
	min-width: 240px;
}

.about-box_p {
	width: 100%;
}

@media (max-width: 1200px) {
	.about-text {
		grid-column-end: 8;
	}

	.about-box {
		padding: 24px 0 48px 0;
	}

	.about-box_num {
		width: 160px;
		min-width: 160px;
	}
}

@media (max-width: 800px) {
	.about-wrap {
		display: block;
	}

	.about-text {
		margin-top: 32px;
	}

	.about-link {
		margin-top: 12px;
	}

	.about-list {
		gap: 8px;
		margin-top: 32px;
	}

	.about-list li {
		height: 36px;
		padding: 0 12px;
		font-size: 14px;
		letter-spacing: 0;
	}

	.about-boxs {
		margin-top: 32px;
	}

	.about-box {
		padding: 24px 0px;
	}

	.about-box_num {
		width: 140px;
		min-width: 140px;
	}
}

/*-about*/
/*help*/
.help {
	padding-bottom: 0px;
}

.help-nav {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	gap: 20px;
}

.help-nav a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 46px;
	color: #CBD1D6;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
	border-bottom: 1px solid #CBD1D6;
	transition: 0.2s;
}

.help-nav li.active a {
	width: 117px;
	color: #3C70C0;
	border-bottom: 1px solid #3C70C0;
}

.help-boxs {
	height: 100vh;
}

.help-box {
	position: absolute;
	height: 100vh;
}

section.cards .help-box{
	position: relative;
	height: auto;
}

section.cards .help-boxs{
	height: auto;
}

section.cards .cards-wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 24px;
}
@media screen and (min-width: 801px){
	section.cards .section-top{
		margin-bottom: 80px;
	}
}


@media screen and (min-width: 1201px){
/* Reverse layout for every 2nd help card in the cards section */
	section.cards .cards-wrapper .card-item-wrapper:nth-child(even) .help-box_contain {
	flex-direction: row-reverse;
	/* padding: 8px 8px 8px 124px; */
	padding: 8px 8px 8px 131px;
	}
}


.help-box_contain {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 50px;
	padding: 8px 124px 8px 8px;
	border-radius: 12px;
	border: 1px solid #D4E1EE;
	background: #FFF;
}

.help-box_link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.help-box_img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 496px;
	min-width: 496px;
	height: 420px;
	border-radius: 4px;
	overflow: hidden;
}

.help-box_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.help-box_label {
	color: #5A6D8B;
}

.help-box_h {
	margin-top: 16px;
}

.help-box_p {
	margin-top: 20px;
}

.help-box_a {
	z-index: 2;
	margin-top: 32px;
}

.help-slider {
	display: none;
}

@media (max-width: 1200px) {
	.help-nav {
		display: none;
	}

	.help-boxs {
		height: auto;
	}

	.help-box {
		display: none;
	}

	.help-box_contain {
		flex-direction: column;
		gap: 32px;
		padding: 20px;
	}

	.help-box_img {
		width: 100%;
		min-width: 100%;
		height: 54.4vw;
	}

	.help-pagination {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
		margin-bottom: 24px;
	}

	.help-pagination .swiper-pagination-bullet {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 40px;
		color: #CBD1D6;
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
		border-bottom: 1px solid #B5BBCE;
		background: transparent;
		opacity: 1;
		border-radius: 0;
		margin: 0px !important;
		transition: 0.4s;
	}

	.help-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 100px;
		min-width: 100px;
		color: #3C70C0;
		border-bottom: 1px solid #3C70C0;
	}

	.help-slider {
		display: block;
		overflow: visible;
	}
}

@media (max-width: 800px) {
	.help-box_label {
		font-size: 16px;
		line-height: 100%;
	}

	.help-box_h {
		margin-top: 8px;
	}

	.help-box_p {
		margin-top: 16px;
	}

	.help-box_a {
		margin-top: 20px;
	}
}

@media (min-width: 1200px) {
	.help-nav a:hover {
		color: #3C70C0;
		border-bottom: 1px solid #3C70C0;
	}
}

/*-help*/
/*how*/
.how {
	background: #E6ECF3;
}

.how .section-top {
	max-width: 542px;
}

.how-slide {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	min-height: 312px;
	padding: 24px;
	border-radius: 8px;
	background: #FFF;
}

.how-slide_img {
	width: 64px;
	height: 64px;
}

.how-slide_h {
	margin-top: 24px;
}

.how-slide_p {
	margin-top: 8px;
}

.how-nav {
	display: none;
	align-items: center;
	justify-content: space-between;
	margin-top: 32px;
}

@media (max-width: 1200px) {
	.how-nav {
		display: flex;
	}
}

@media (max-width: 800px) {
	.how-slide {
		min-height: 296px;
	}
}

@media (min-width: 1200px) {
	.how-slider .swiper-wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		flex-wrap: wrap;
		gap: 20px;
	}
}

/*-how*/
/*services*/
.services {
	background: #1D2839;
}

.services .section-top {
	max-width: 700px;
}

.services-wrap {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	align-items: flex-start;
	gap: 20px;
}

.services-trumbs {
	grid-column-start: 1;
	grid-column-end: 4;
	margin: 0px;
}

.services-trumb {
	position: relative;
	z-index: 1;
	color: #B5BBCE;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	padding: 20px 16px;
	border-bottom: 1px solid #405474;
	cursor: pointer;
	transition: 0.3s;
}

.services-trumb::before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background: linear-gradient(40deg, rgb(240, 126, 101) 10%, rgb(105, 172, 250) 100%);
	opacity: 0;
}

.services-trumb::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 2px;
	top: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border-radius: 4px;
	background: #1D2839;
	opacity: 0;
}

.services-trumb.swiper-slide-thumb-active {
	color: #FFFFFF;
	border-bottom: 1px solid transparent;
}

.services-trumb.swiper-slide-thumb-active::before {
	opacity: 1;
}

.services-trumb.swiper-slide-thumb-active::after {
	opacity: 1;
}

.services-slider {
	position: relative;
	grid-column-start: 5;
	grid-column-end: 13;
	margin: 0px;
}

.services-slide {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
	border-radius: 8px;
	background: #243145;
	opacity: 0 !important;
}

.services-slide.swiper-slide-active {
	opacity: 1 !important;
}

.services-slide_text {
	padding: 48px 0px 48px 48px;
}

.services-slide_ul {
	margin-top: 32px;
}

.services-slide_ul li {
	position: relative;
	color: #B5BBCE;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	padding-left: 23px;
	margin-top: 16px;
}

.services-slide_ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	background: #7EB2EE;
}

.services-slide_ul li:first-child {
	margin-top: 0px;
}

.services-slide_img {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 425px;
	width: 364px;
	min-width: 364px;
}

.services-slide_img picture {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 100%;
}

.services-slide_img img {
	width: 100%;
}

.services-arrows {
	position: absolute;
	z-index: 3;
	right: 40px;
	bottom: 40px;
}

@media (max-width: 1200px) {
	.services-wrap {
		display: block;
	}

	.services-trumbs {
		margin-bottom: 32px;
	}

	.services-trumb {
		width: fit-content;
		padding: 12px 16px;
		border-radius: 4px;
		border: 1px solid #405474;
	}

	.services-trumb.swiper-slide-thumb-active {
		border: 1px solid transparent;
	}
}

@media (max-width: 800px) {
	.services-slide {
		display: block;
	}

	.services-slide_text {
		padding: 24px 24px 8px 24px;
	}

	.services-slide_ul {
		margin-top: 20px;
	}

	.services-slide_ul li {
		margin-top: 12px;
	}

	.services-slide_img {
		height: fit-content;
		width: 100%;
		min-width: 100%;
		padding: 0px 0px 24px 24px;
	}

	.services-arrows {
		right: 24px;
		bottom: 24px;
	}
}

@media (min-width: 1200px) {
	.services-trumbs .swiper-wrapper {
		display: grid;
	}

	.services-trumb:hover {
		border-radius: 4px;
		background: #243145;
		border-bottom: 1px solid #243145;
	}
}

/*-services*/
/*process*/
.process {
	height: 100vh;
	padding-bottom: 0px;
}

.process .section-top {
	max-width: 505px;
}

.process-boxs {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: flex-start;
	padding-top: 2px;
	width: calc(100% - 16px);
	margin-left: auto;
	counter-reset: item;
	height: 100%;
}

.process-boxs::after {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(257deg, #FFF -15.35%, #3C70C0 126.18%);
}

.process-boxs::before {
	content: "";
	position: absolute;
	z-index: -1;
	right: 0;
	top: 2px;
	width: 100%;
	height: 100%;
	background: #FFF;
}

.process-box {
	position: relative;
	height: 100%;
	padding: 0px 50px;
}

.process-box::before {
	content: counters(item, ".") " ";
	counter-increment: item;
	position: absolute;
	z-index: 2;
	top: -14px;
	left: -16px;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3C70C0;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	border-radius: 4px;
	border: 1px solid #3C70C0;
	background: #FFF;
}

.process-box_line {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.process-box_line::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 700px;
	background: url("./icons/line.svg") center no-repeat;
	background-size: contain;
}

.process-box:last-child::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 750px;
	background: url("./icons/line.svg") center no-repeat;
	background-size: contain;
}

.process-box_text {
	opacity: 0;
}

.process-box:first-child .process-box_text {
	opacity: 1;
}

.process-box_label {
	position: absolute;
	z-index: 3;
	top: -14px;
	left: -16px;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	border-radius: 4px;
	border: 1px solid #3C70C0;
	background: #3C70C0;
}

.process-box_h {
	margin-top: 95px;
}

.process-box_p {
	margin-top: 16px;
}

@media (max-width: 1200px) {
	.process {
		height: fit-content;
		padding-bottom: 100px;
	}

	.process-boxs {
		display: block;
		width: 100%;
		height: fit-content;
	}

	.process-boxs:before {
		display: none;
	}

	.process-boxs:after {
		left: 14px;
		width: 1px;
		background: linear-gradient(0deg, #FFF -15.35%, #3C70C0 126.18%);
	}

	.process-box {
		height: fit-content;
		padding: 0px 0px 0px 40px;
	}

	.process-box::before {
		left: 0;
		top: -2px;
	}

	.process-box::after {
		display: none;
	}

	.process-box_text {
		opacity: 1;
		padding-bottom: 48px;
	}

	.process-box_label {
		left: 0;
		top: -2px;
		display: none;
	}

	.process-box_line {
		display: none;
	}

	.process-box_h {
		margin: 0px;
	}
}

@media (max-width: 800px) {
	.process {
		padding-bottom: 48px;
	}
}

/*-process*/
/*empower*/
.empower {
	position: relative;
	padding-bottom: 177px;
}

.empower-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.empower-p {
	margin-top: 40px;
}

.empower-boxs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 80px;
}

.empower-box {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 152px;
	padding: 16px;
	border-radius: 4px;
}

.empower-box::before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background: linear-gradient(40deg, rgb(240, 126, 101) 10%, rgb(105, 172, 250) 100%);
	opacity: 0;
	transition: 0.3s;
}

.empower-box::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 1px;
	top: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border-radius: 4px;
	background: #FFF;
}

.empower-box_img {
	width: 100px;
	height: 60px;
	margin-left: auto;
}

.empower-box_bottom {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 8px;
}

.empower-box_h {
	color: #25262B;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.6px;
}

.empower-box_arrow {
	min-width: 24px;
	opacity: 0;
	transition: 0.3s;
}

.empower-box_link {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	border: 1px dashed #6395CF;
	transition: 0.3s;
}

.empower-bg {
	position: absolute;
	left: 45%;
	bottom: 0;
	height: calc(100% - 100px);
	width: max-content;
	display: flex;
	justify-content: center;
	align-items: center;
}

.empower-bg img {
	height: 100%;
}

@media (max-width: 1200px) {
	.empower {
		padding-bottom: 0;
	}

	.empower-wrap {
		display: block;
	}

	.empower-bg {
		position: static;
		height: fit-content;
		width: 100%;
		margin-top: 20px;
	}

	.empower-bg img {
		height: fit-content;
		width: 100%;
	}
}

@media (max-width: 800px) {
	.empower-p {
		margin-top: 24px;
	}

	.empower-boxs {
		margin-top: 32px;
		grid-column-gap: 11px;
		grid-row-gap: 12px;
	}

	.empower-box {
		height: 92px;
		padding: 12px;
	}

	.empower-box_img {
		width: 62px;
		height: 36px;
	}

	.empower-box_h {
		font-size: 12px;
		letter-spacing: 0;
	}

	.empower-box_arrow {
		position: absolute;
		right: 12px;
		bottom: 12px;
		opacity: 1;
	}
}

@media (min-width: 1200px) {
	.empower-box:hover::before {
		opacity: 1;
	}

	.empower-box:hover .empower-box_arrow {
		opacity: 1;
	}

	.empower-box:hover .empower-box_link {
		opacity: 0;
	}
}

/*-empower*/
/*our*/
.our-boxs {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 22px;
	grid-row-gap: 24px;
}

.our-box {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 116px;
	width: 100%;
	padding: 12px 16px;
	border-radius: 4px;
	border: 1px solid #D4E1EE;
}

.our-box img {
	max-height: 100%;
}

@media (max-width: 1200px) {
	.our-boxs {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 800px) {
	.our-boxs {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 11px;
		grid-row-gap: 12px;
	}

	.our-box {
		height: 82px;
		padding: 8px 11px;
	}
}

/*-our*/
/*faq*/
.faq .section-top {
	margin-bottom: 48px;
}

.faq-items {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-left: 210px;
}

.faq-item {
	width: 100%;
	padding: 24px 0px;
	border-bottom: 1px solid #A5AAB3;
}

.faq-item_top {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.faq-item_h {
	transition: 0.2s;
}

.faq-item_btn {
	min-width: 40px;
	margin-left: 80px;
}

.faq-item_btn rect {
	fill: #25262B;
	transition: 0.2s;
}

.faq-item_bottom {
	display: none;
	padding: 20px 120px 0px 0px;
}

.faq-item_bottom.content {
	color: #5B5E64;
}

.faq-item_top.active .faq-item_btn rect:nth-child(1) {
	display: none;
}

@media (max-width: 1200px) {
	.faq-items {
		padding-left: 0px;
	}
}

@media (max-width: 800px) {
	.faq .section-top {
		margin-bottom: 24px;
	}

	.faq-item_h {
		font-size: 18px;
		line-height: 150%;
	}

	.faq-item_btn {
		margin-left: 12px;
	}

	.faq-item_bottom {
		padding: 16px 52px 0px 0px;
	}
}

@media (min-width: 1200px) {
	.faq-item_top:hover .faq-item_h {
		color: #3C70C0;
	}

	.faq-item_top:hover .faq-item_btn rect {
		fill: #3C70C0;
	}
}

/*-faq*/
/*testimonials*/
.testimonials {
	background: #F4F2F2;
}

.testimonials-slider {
	max-width: 820px;
	overflow: visible;
	padding-top: 40px;
}

.testimonials-slide {
	height: auto;
	opacity: 1 !important;
}

.testimonials-slide .testimonials-item {
	transform: scale(0.9) translateY(-50px);
	background: #F8F7F7;
}

.testimonials-slide.swiper-slide-active {
	z-index: 2;
}

.testimonials-slide.swiper-slide-active .testimonials-item {
	transform: scale(1);
	background: #FFF;
}

.testimonials-item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 48px 48px 48px 120px;
	border-radius: 4px;
	background: #FFF;
	transition: 1s;
}

.testimonials-item::after {
	content: "";
	position: absolute;
	left: 48px;
	top: 48px;
	width: 54px;
	height: 28px;
	background: url("./icons/dots.svg") center no-repeat;
	background-size: contain;
}

.testimonials-content {
	position: relative;
	max-height: 144px;
	overflow: hidden;
}

.testimonials-content::after {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.testimonials-content.active {
	max-height: fit-content;
}

.testimonials-content.active::after {
	display: none;
}

.testimonials-more {
	display: flex;
	align-items: center;
	gap: 2px;
	color: #3C70C0;
	font-size: 16px;
	font-weight: 600;
	line-height: 120%;
	padding: 12px 0px;
	transition: 0.2s;
}

.testimonials-more span:nth-child(2) {
	display: none;
}

.testimonials-more svg {
	stroke: #3C70C0;
	transition: 0.2s;
}

.testimonials-more.active span:nth-child(1) {
	display: none;
}

.testimonials-more.active span:nth-child(2) {
	display: block;
}

.testimonials-more.active svg {
	transform: rotate(180deg);
}

.testimonials-bottom {
	display: flex;
	gap: 12px;
	margin-top: 32px;
}

.testimonials-ava {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 62px;
	height: 62px;
}

.testimonials-ava img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.testimonials-name {
	color: #25262B;
	font-size: 16px;
	font-weight: 600;
	line-height: 120%;
}

.testimonials-label {
	color: #5B5E64;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	max-width: 220px;
	margin-top: 2px;
}

.testimonials-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}

.testimonials-slide.active .testimonials-content {
	max-height: fit-content;
}

.testimonials-slide.active .testimonials-content::after {
	display: none;
}

.testimonials-slide.active .testimonials-more {
	display: none;
}

@media (max-width: 800px) {
	.testimonials-nav {
		margin-top: 32px;
	}

	.testimonials-slider {
		padding-top: 24px;
	}

	.testimonials-content {
		max-height: 312px;
	}

	.testimonials-item {
		padding: 60px 24px 24px 24px;
	}

	.testimonials-item::after {
		left: 24px;
		top: 24px;
		width: 32px;
		height: 16px;
	}
}

@media (min-width: 1200px) {
	.testimonials-more:hover {
		color: #25262B;
	}

	.testimonials-more:hover svg {
		stroke: #25262B;
	}
}

/*-testimonials*/
/*find*/
.find-nav {
	display: none;
	align-items: center;
	justify-content: space-between;
	margin-top: 32px;
}

.find-slide {
	height: auto;
}

.find-item {
	border-radius: 8px;
	border: 1px solid #D4E1EE;
	height: 100%;
	overflow: hidden;
}

.find-item_img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.find-item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.find-item_img picture {
	height: 100%;
}

.find-item_text {
	position: relative;
	padding: 56px 32px 126px 32px;
	height: calc(100% - 220px);
}

.find-item_offer {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	padding: 0 16px;
	border-radius: 0px 0px 0px 4px;
	background: #E7674C;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
}

.find-item_label {
	color: #5A6D8B;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 12px;
}

.find-item_ul {
	margin-top: 24px;
}

.find-item_ul li {
	position: relative;
	color: #40424D;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	padding-left: 32px;
	margin-bottom: 12px;
}

.find-item_ul li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url("./icons/check.svg") center no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
}

.find-item_ul li:last-child {
	margin-bottom: 0;
}

.find-item_a {
	position: absolute;
	left: 32px;
	bottom: 32px;
	width: calc(100% - 64px);
}

@media (max-width: 1200px) {
	.find-nav {
		display: flex;
	}
}

@media (max-width: 800px) {
	.find-item_img {
		height: 43.733vw;
	}

	.find-item_text {
		padding: 48px 20px 100px 20px;
		height: calc(100% - 43.733vw);
	}

	.find-item_label {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.find-item_ul {
		margin-top: 20px;
	}

	.find-item_a {
		left: 20px;
		bottom: 20px;
		width: calc(100% - 40px);
	}
}

/*-find*/
/*story*/
.story-boxs {
	display: grid;
	gap: 250px;
}

.story-box {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.story-box_img {
	position: absolute;
	z-index: -1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1444px;
	min-width: 1444px;
	height: 1092px;
}

.story-box_img picture {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
}

.story-box_img img {
	width: 100%;
	height: auto;
}

.story-box:nth-child(1) .story-box_img {
	left: 55%;
	top: -100px;
}

.story-box:nth-child(2) .story-box_text {
	grid-column-start: 2;
	grid-column-end: 3;
}

.story-box:nth-child(2) .story-box_img {
	right: 60%;
	bottom: -100px;
}

@media (max-width: 800px) {
	.story {
		padding-bottom: 0px;
	}

	.story .section-top {
		margin-bottom: 0px;
	}

	.story-boxs {
		gap: 0;
	}

	.story-box {
		display: block;
	}

	.story-box_img {
		position: relative;
		width: calc(100% + 40px);
		min-width: 100%;
		height: auto;
	}

	.story-box:nth-child(1) .story-box_img {
		left: -20px;
		top: auto;
	}

	.story-box:nth-child(2) {
		margin-top: -130px;
	}

	.story-box:nth-child(2) .story-box_img {
		right: auto;
		bottom: 0;
		left: -20px;
	}
}

/*-story*/
/*useful*/
.useful {
	background: #F4F2F2;
}

.useful-wrap {
	position: relative;
}

.useful-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}

.useful-arrows {
	margin-left: auto;
}

.useful-slide .blog-item {
	border: none;
}

@media (max-width: 1200px) {
	.useful .section-a {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.useful-nav {
		flex-direction: column;
		align-items: flex-end;
		margin-top: 16px;
	}

	.useful-pagination {
		width: 100%;
		justify-content: center;
		margin-bottom: 16px;
	}
}

@media (min-width: 800px) {
	.useful-slide .blog-item_img {
		width: 248px;
		min-width: 248px;
		height: 260px;
	}

	.useful-slide .blog-item_h {
		font-size: 20px;
		font-weight: 400;
		line-height: 150%;
	}

	.useful-slide .blog-item_labels {
		gap: 4px;
	}

	.useful-slide .blog-item_labels span {
		font-size: 12px;
		height: 24px;
	}
}

/*-useful*/
/*cases*/
.cases {
	overflow: visible;
}

.cases-wrap {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.cases-contain {
	width: 100%;
}

.cases-cover {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 40px;
}

.cases-filter {
	color: #25262B;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.48px;
	text-decoration-line: underline;
	display: none;
}

.cases-result {
	color: #40424D;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}

.cases-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.cases-items .false{
	grid-area: 1 / 1 / 1 / 3;
}
.cases-item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	padding: 124px 24px 24px 24px;
	border-radius: 8px;
	background: #FFF;
	min-height: 448px;
	border: 1px solid #D4E1EE;
}

.cases-item_link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.cases-item_top {
	position: absolute;
	left: 24px;
	top: 24px;
	width: calc(100% - 48px);
	display: flex;
	justify-content: space-between;
}

.cases-item_category {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.cases-item_category span {
	color: #46556C;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	padding: 4px 8px;
	border-radius: 4px;
	background: #E6ECF3;
	width: fit-content;
}

.cases-item_logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 70px;
	border-radius: 4px;
	border: 1px solid #D4E1EE;
}

.cases-item_logo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.cases-item_center {
	display: grid;
	gap: 20px;
}

.cases-item_num {
	display: flex;
	align-items: center;
	gap: 8px;
}

.cases-item_num svg {
	stroke: #25262B;
}

.cases-item_num.arrow-top svg {
	transform: rotate(180deg);
}

.cases-item_h {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cases-item_bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
}

.cases-item_a {
	position: relative;
	z-index: 2;
}

.cases-item_img {
	height: 60px;
	width: 60px;
}

@media (max-width: 800px) {
	.cases-items {
		grid-template-columns: repeat(1, 1fr);
	}

	.cases-item {
		min-height: 400px;
		padding: 128px 24px 24px 24px;
	}

	.cases-item_category span {
		font-size: 12px;
		padding: 5px 8px;
	}

	.cases-item_logo {
		width: 100px;
		height: 56px;
		padding: 7px 9px;
	}

	.cases-item_num {
		font-size: 36px;
		line-height: 130%;
	}

	.cases-item_num svg {
		width: 22px;
		height: auto;
	}

	.cases-cover {
		display: flex;
		justify-content: space-between;
	}

	.cases-filter {
		display: block;
	}
}

/*-cases*/
/*studies*/
.studies {
	background: #E6ECF3;
}

.studies-wrap {
	position: relative;
}

.studies-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}

.studies-arrows {
	margin-left: auto;
}

.studies-slide .cases-item {
	border: none;
}

@media (max-width: 1200px) {
	.studies .section-a {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.studies-nav {
		flex-direction: column;
		align-items: flex-end;
		margin-top: 16px;
	}

	.studies-pagination {
		width: 100%;
		justify-content: center;
		margin-bottom: 16px;
	}
}

/*-studies*/
/*system*/
.system .section-top {
	max-width: 700px;
}

.system-boxs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	width: 100%;
	max-width: 610px;
	margin: 0 auto;
}

.system-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 152px;
	border-radius: 4px;
	padding: 16px;
}

.system-box img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.system-box span {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	border: 1px dashed #6395CF;
	transition: 0.3s;
}

.system-box::before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background: linear-gradient(40deg, rgb(240, 126, 101) 10%, rgb(105, 172, 250) 100%);
	opacity: 0;
	transition: 0.3s;
}

.system-box::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 1px;
	top: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border-radius: 4px;
	background: #FFF;
}

@media (max-width: 800px) {
	.system-boxs {
		gap: 12px;
	}

	.system-box {
		height: 82px;
		padding: 8px;
	}
}

@media (min-width: 1200px) {
	.system-box:hover::before {
		opacity: 1;
	}

	.system-box:hover span {
		opacity: 0;
	}
}

/*-system*/
/*will*/
.will-box {
	display: flex;
	align-items: start;
	justify-content: space-between;
	padding-right: 210px;
	padding-bottom: 48px;
	margin-bottom: 48px;
	border-bottom: 1px solid #D4E1EE;
}

.will-box:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.will-box_img {
	width: 140px;
	height: 140px;
}

.will-box_text {
	width: 505px;
}

.will-box_content {
	margin-top: 20px;
}

@media (max-width: 1200px) {
	.will-box {
		padding-right: 0;
	}
}

@media (max-width: 800px) {
	.will-box {
		display: block;
		margin-bottom: 32px;
	}

	.will-box_img {
		width: 80px;
		height: 80px;
	}

	.will-box_text {
		width: 100%;
	}

	.will-box_content {
		margin-top: 12px;
	}
}

/*-will*/
/*numbers*/
.numbers {
	background: #F4F2F2;
}

.numbers-wrap {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 20px;
}

.numbers-text {
	grid-column-start: 1;
	grid-column-end: 8;
}

.numbers-boxs {
	grid-column-start: 8;
	grid-column-end: 13;
}

.numbers-box {
	display: flex;
	border-top: 1px solid #25262B;
	padding: 24px 60px 48px 0;
}

.numbers-box_num {
	width: 225px;
	min-width: 225px;
}

.numbers-box_p {
	width: 100%;
}

@media (max-width: 1200px) {
	.numbers-box {
		padding: 24px 0 48px 0;
	}
}

@media (max-width: 800px) {
	.numbers-wrap {
		display: block;
	}

	.numbers-boxs {
		margin-top: 32px;
	}

	.numbers-box {
		padding: 24px 0px;
	}

	.numbers-box:first-child {
		border-top: none;
	}

	.numbers-box_num {
		width: 136px;
		min-width: 136px;
	}
}

/*-numbers*/
/*operation*/
.operation {
	background: #1D2839;
}

.operation-wrap {
	position: relative;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px;
	align-items: flex-start;
	padding: 130px 0px 100px 0px;
}

.operation-text {
	position: relative;
	grid-column-start: 1;
	grid-column-end: 7;
	min-height: 400px;
	padding-top: 40px;
	padding-bottom: 32px;
}

.operation-labels {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 32px;
}

.operation-labels span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	height: 28px;
	padding: 0 8px;
	border-radius: 4px;
	background: #243145;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}

.operation-num {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
}

.operation-num.arrow-top svg {
	transform: rotate(180deg);
}

.operation-a {
	margin-top: 32px;
}

.operation-info {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}

.operation-info span {
	display: flex;
	align-items: center;
	color: #B5BBCE;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}

.operation-info span::after {
	content: "";
	width: 2px;
	height: 2px;
	background: #FFF;
	margin: 0px 4px;
}

.operation-info span:last-child:after {
	display: none;
}

.operation-img {
	grid-column-start: 9;
	grid-column-end: 13;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 400px;
	border-radius: 8px;
	overflow: hidden;
}

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

@media (max-width: 1200px) {
	.operation-text {
		grid-column-end: 8;
	}

	.operation-img {
		grid-column-start: 8;
		height: 38.077vw;
	}
}

@media (max-width: 800px) {
	.operation {
		height: fit-content;
		padding: 113px 0px 24px 0px;
	}

	.operation-wrap {
		display: block;
		padding: 168px 0px 0px 0px;
	}

	.operation-text {
		min-height: 351;
		padding: 0px 0px 32px 0px;
	}

	.operation-labels {
		position: absolute;
		left: 0;
		top: -168px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 8px;
		margin: 0px;
	}

	.operation-labels span {
		height: 25px;
		font-size: 12px;
	}

	.operation-num {
		font-size: 36px;
		letter-spacing: 0;
		margin-bottom: 16px;
	}

	.operation-num svg {
		width: 26px;
		height: auto;
	}

	.operation-h {
		font-size: 28px;
		line-height: 130%;
		letter-spacing: 0;
	}

	.operation-a {
		margin-top: 40px;
	}

	.operation-img {
		position: absolute;
		right: 0;
		top: 0;
		width: 120px;
		height: 120px;
	}
}

/*-operation*/
/*team*/
.team-boxs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 32px;
}

.team-box:nth-child(1) {
	grid-column-start: 1;
	grid-column-end: 3;
}

.team-box_img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.team-box_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-box_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
}

.team-box_link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	min-width: 32px;
}

.team-box_link svg {
	fill: #2D3D55;
	transition: 0.2s;
}

@media (max-width: 1200px) {
	.team-boxs {
		grid-template-columns: repeat(3, 1fr);
	}

	.team-box:nth-child(1) {
		grid-column-start: 1;
		grid-column-end: 4;
	}

	.team-box_img {
		height: 30.512vw;
	}
}

@media (max-width: 800px) {
	.team .section-top {
		margin-bottom: 12px;
	}

	.team-boxs {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 12px;
		grid-row-gap: 20px;
	}

	.team-box:nth-child(1) {
		grid-column-start: 1;
		grid-column-end: 3;
	}

	.team-box_img {
		height: 42.667vw;
	}

	.team-box_top {
		margin-top: 12px;
	}

	.team-box_h {
		font-size: 14px;
	}

	.team-box_label {
		font-size: 12px;
	}
}

@media (min-width: 1200px) {
	.team-box_link:hover svg {
		fill: #3C70C0;
	}
}

/*-team*/
/*founder*/
.founder {
	background: #E6ECF3;
}

.founder-wrap {
	max-width: 980px;
	margin: auto;
}

.founder-img {
	width: 400px;
	height: 400px;
}

.founder-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.founder-text {
	position: relative;
	z-index: 2;
	width: 663px;
	background: #FFF;
	border-radius: 4px;
	padding: 40px 40px 40px 110px;
	margin-left: auto;
	margin-top: -210px;
}

.founder-text::after {
	content: "";
	position: absolute;
	left: 40px;
	top: 40px;
	width: 54px;
	height: 28px;
	background: url("./icons/dots2.svg") center no-repeat;
	background-size: contain;
}

.founder-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 32px;
}

.founder-author h3 {
	color: #25262B;
	font-size: 16px;
	font-weight: 600;
	line-height: 120%;
}

.founder-author span {
	color: #5B5E64;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	margin-top: 2px;
}

@media (max-width: 1200px) {
	.founder-text {
		margin-top: -180px;
	}
}

@media (max-width: 800px) {
	.founder-wrap {
		display: block;
	}

	.founder-img {
		width: 100%;
		height: 89.333vw;
	}

	.founder-text {
		width: 100%;
		padding: 60px 24px 24px 24px;
		margin-top: -24px;
	}

	.founder-text::after {
		left: 24px;
		top: 24px;
		width: 32px;
		height: 16px;
	}

	.founder-bottom {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 8px;
		margin-top: 20px;
	}
}

/*-founder*/
/*blog*/
.blog {
	position: relative;
	overflow: visible;
	padding-top: 0px;
}

.blog-tabs {
	position: sticky;
	z-index: 5;
	top: 84px;
	left: 0;
	border-bottom: 1px solid #D4E1EE;
	background: #FFF;
}

.blog-tabs_ul {
	display: flex;
	align-items: center;
	gap: 32px;
	width: 100%;
	overflow: auto;
	padding: 22px 0px;
}

.blog-tabs_ul a {
	position: relative;
	color: #46556C;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	white-space: nowrap;
	padding: 8px 0px;
	transition: 0.1s;
}

.blog-tabs_ul a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #3C70C0;
	transition: 0.2s;
}

.blog-tabs li.active a {
	color: #3C70C0;
	text-shadow: 1px 0 0 #3C70C0;
}

.blog-tabs li.active a::after {
	width: 100%;
}

.blog-wrap {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 64px;
}

.blog-contain {
	width: 100%;
}

.blog-cover {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 40px;
}

.blog-filter {
	color: #25262B;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.48px;
	text-decoration-line: underline;
	display: none;
}

.blog-result {
	color: #40424D;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}

.blog-items {
	display: grid;
	gap: 40px;
}

.blog-item {
	position: relative;
	display: flex;
	border-radius: 8px;
	overflow: hidden;
	background: #FFF;
	border: 1px solid #D4E1EE;
}

.blog-item_link {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.blog-item_img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 320px;
	min-width: 320px;
	height: 320px;
	overflow: hidden;
}

.blog-item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.blog-item_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px;
	width: 100%;
}

.blog-item_labels {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.blog-item_labels span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	width: fit-content;
	padding: 0 8px;
	border-radius: 4px;
	background: #E6ECF3;
	color: #46556C;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}

.blog-item_text {
	position: absolute;
	z-index: 2;
	left: 24px;
	top: 50%;
	display: grid;
	gap: 8px;
	transform: translateY(-50%);
	width: calc(100% - 48px);
	pointer-events: none;
}

.blog-item_h {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	pointer-events: none;
}

.blog-item_a {
	position: relative;
	z-index: 2;
	pointer-events: auto;
}

.blog-item_info {
	position: absolute;
	left: 24px;
	bottom: 24px;
	width: calc(100% - 48px);
	display: flex;
	align-items: center;
}

.blog-item_info span {
	display: flex;
	align-items: center;
	color: #5B5E64;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}

.blog-item_info span::after {
	content: "";
	width: 2px;
	height: 2px;
	background: #5B5E64;
	margin: 0px 4px;
}

.blog-item_info span:last-child:after {
	display: none;
}

@media (max-width: 1200px) {
	.blog-wrap {
		display: block;
		margin-top: 48px;
	}

	.blog-cover {
		justify-content: space-between;
		margin-bottom: 32px;
	}

	.blog-filter {
		display: block;
	}

	.blog-tabs {
		top: 64px;
	}
}

@media (max-width: 800px) {
	.blog-tabs {
		padding: 20px 0px 6px 0px;
	}

	.blog-tabs .container {
		padding: 0px;
	}

	.blog-tabs_ul {
		gap: 20px;
		padding: 0px 20px 8px 20px;
	}

	.blog-items {
		gap: 20px;
	}

	.blog-item {
		position: relative;
		height: auto;
		padding: 164px 24px 24px 24px;
	}

	.blog-item_info {
		margin-top: 32px;
	}

	.blog-item_img {
		position: absolute;
		top: 24px;
		right: 24px;
		width: 100px;
		height: 100px;
		min-width: 100px;
		border-radius: 4px;
		overflow: hidden;
	}

	.blog-item_wrap {
		position: static;
		padding: 0;
	}

	.blog-item_labels {
		position: absolute;
		left: 24px;
		top: 24px;
		display: flex;
		flex-direction: column;
		align-items: start;
	}

	.blog-item_labels span {
		font-size: 12px;
	}

	.blog-item_text {
		position: static;
		width: 100%;
		transform: translate(0);
	}

	.blog-item_h {
		font-size: 20px;
		line-height: 140%;
	}

	.blog-item_info {
		position: static;
		width: 100%;
		transform: translate(0);
	}

	.blog-item_info span {
		font-size: 12px;
	}
}

@media (min-width: 1200px) {
	.blog-item:hover .blog-item_img img {
		transform: scale(1.03);
	}

	.blog-tabs_ul a:hover {
		color: #3C70C0;
	}
}

/*-blog*/
/*article*/
.article {
	overflow: visible;
}

.article-wrap {
	position: relative;
	display: flex;
	align-items: flex-start;
}

.article-aside {
	position: sticky;
	top: 144px;
	width: 295px;
	min-width: 295px;
	margin-right: 125px;
}

.article-aside_ul a {
	color: #40424D;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	padding: 24px 12px;
	border-bottom: 1px solid #D4E1EE;
	transition: 0.1s;
}

.article-aside_ul li.active a {
	color: #3C70C0;
	font-weight: 600;
}

.article-aside_a {
	width: 100%;
}

.article-contain {
	width: 100%;
}

.article-sub {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 320px;
	margin-top: 40px;
	border-radius: 8px;
	background: #E6ECF3;
	padding: 40px;
}

.article-sub_text {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 32px;
	max-width: 395px;
}

.article-sub_img {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: auto;
}

.article-sub_img img {
	height: 100%;
	width: auto;
}

@media (max-width: 1200px) {
	.article-wrap {
		display: block;
	}

	.article-aside {
		position: static;
		width: 100%;
		min-width: 100%;
		margin: 0px;
	}

	.article-contain {
		margin-top: 40px;
	}
}

@media (max-width: 800px) {
	.article-aside_ul {
		padding: 15px 12px;
	}

	.article-contain {
		margin-top: 32px;
	}

	.article-sub {
		display: block;
		min-height: auto;
		padding: 0px;
		margin-top: 32px;
	}

	.article-sub_text {
		padding: 32px 24px 0px 24px;
	}

	.article-sub_img {
		position: static;
		width: calc(100% - 24px);
		height: auto;
		margin-left: auto;
	}

	.article-sub_img img {
		width: 100%;
		height: auto;
	}
}

@media (min-width: 1200px) {
	.article-aside_ul a:hover {
		color: #3C70C0;
	}
}

/*-article*/
/*webinar*/
.webinar {
	overflow: visible;
}

.webinar-wrap {
	position: relative;
	display: flex;
	align-items: flex-start;
}

.webinar-aside {
	position: sticky;
	top: 144px;
	display: grid;
	gap: 40px;
	width: 400px;
	min-width: 400px;
	margin-right: 125px;
}

.webinar-aside_wrap {
	display: grid;
	gap: 24px;
	padding: 20px;
	border-radius: 8px;
	border: 1px solid #D4E1EE;
	background: #FFF;
}

.webinar-speakers {
	display: grid;
	gap: 40px;
}

.webinar-aside_ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0px;
	border-bottom: 1px solid #D4E1EE;
}

.webinar-aside_ul li:last-child {
	border-bottom: none;
}

.webinar-aside_ul span {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}

.webinar-aside_a {
	width: 100%;
}

.webinar-contain {
	display: grid;
	gap: 64px;
	width: 100%;
	margin-top: 92px;
}

.webinar-speakers_ul {
	display: grid;
	gap: 40px;
}

.webinar-speakers_ul li {
	display: flex;
	align-items: center;
	gap: 20px;
}

.webinar-speakers_img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	min-width: 100px;
	height: 100px;
	background: #E6ECF3;
	overflow: hidden;
	border-radius: 8px;
}

.webinar-speakers_img img {
	width: 100%;
	height: 100%;
}

.webinar-speakers_text {
	display: grid;
	gap: 4px;
}

.webinar-speakers_name {
	color: #25262B;
	font-size: 16px;
	font-weight: 600;
	line-height: 120%;
}

.webinar-speakers_label {
	color: #5B5E64;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}

.webinar-will {
	display: grid;
	gap: 40px;
}

.webinar-will_ul li {
	position: relative;
	color: #40424D;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	padding-left: 32px;
	margin-bottom: 16px;
}

.webinar-will_ul li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url("./icons/check.svg") center no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
}

.webinar-will_ul li:last-child {
	margin-bottom: 0;
}

@media (max-width: 1200px) {
	.webinar-wrap {
		display: block;
	}

	.webinar-aside {
		position: static;
		width: 100%;
		min-width: 100%;
		margin: 0px 0px 40px 0px;
	}

	.webinar-contain {
		margin: 0px;
	}
}

@media (max-width: 800px) {
	.webinar-aside {
		gap: 24px;
		margin: 0px 0px 24px 0px;
	}

	.webinar-speakers {
		gap: 24px;
	}

	.webinar-speakers_label {
		font-size: 12px;
	}

	.webinar-speakers_img {
		width: 84px;
		min-width: 84px;
		height: 84px;
	}

	.webinar-will {
		gap: 24px;
	}
}

/*-webinar*/
/*solution*/
.solution {
	overflow: visible;
}

.solution-wrap {
	position: relative;
	display: flex;
	align-items: flex-start;
}

.solution-contain {
	width: 100%;
}

.solution-box {
	width: 360px;
	margin-bottom: 48px;
}

.solution-box_h {
	margin-bottom: 16px;
}

.solution-box_ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0px;
	border-bottom: 1px solid #D4E1EE;
}

.solution-box_ul span {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}

.solution-aside {
	position: sticky;
	top: 144px;
	width: 400px;
	min-width: 400px;
	margin-left: 125px;
	grid-column-start: 9;
	grid-column-end: 13;
	padding: 32px;
	border-radius: 8px;
	border: 1px solid #D4E1EE;
}

.solution-aside_box {
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #D4E1EE;
}

.solution-aside_box:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.solution-aside_h {
	color: #25262B;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
}

.solution-aside_ul {
	margin-top: 24px;
}

.solution-aside_ul li {
	position: relative;
	color: #40424D;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	padding-left: 18px;
	margin-top: 12px;
}

.solution-aside_ul li:first-child {
	margin-top: 0px;
}

.solution-aside_ul li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0px;
	width: 6px;
	height: 6px;
	background: #3C70C0;
}

.solution-aside_date {
	color: #40424D;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	margin-top: 12px;
}

.solution-aside_p {
	color: #40424D;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	margin-top: 12px;
}

.solution-aside_a {
	width: 100%;
	margin-top: 32px;
}

@media (max-width: 1200px) {
	.solution-wrap {
		display: block;
	}

	.solution-aside {
		position: static;
		width: 100%;
		min-width: 100%;
		margin-left: 0px;
		margin-top: 48px;
	}

	.solution-box {
		width: 100%;
	}
}

@media (max-width: 800px) {
	.solution-box {
		margin-bottom: 32px;
	}

	.solution-aside {
		padding: 24px;
		margin-top: 32px;
	}

	.solution-aside_box {
		padding-bottom: 24px;
		margin-bottom: 24px;
	}

	.solution-aside_h {
		font-size: 16px;
	}

	.solution-aside_a {
		margin-top: 24px;
	}
}

/*-solution*/
/*register*/
.register {
	background: #E6ECF3;
}

.register-wrap {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px;
	align-items: flex-start;
}

.register-text {
	display: grid;
	gap: 32px;
	grid-column-start: 1;
	grid-column-end: 6;
}

.register-form {
	grid-column-start: 8;
	grid-column-end: 12;
}

@media (max-width: 1200px) {
	.register-text {
		grid-column-end: 7;
	}

	.register-form {
		grid-column-end: 13;
	}
}

@media (max-width: 800px) {
	.register-wrap {
		display: block;
	}

	.register-text {
		gap: 24px;
	}

	.register-form {
		width: 100%;
		margin-top: 32px;
	}
}

/*-register*/
/*get*/
.get-wrap {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px;
	align-items: flex-start;
}

.get-text {
	grid-column-start: 1;
	grid-column-end: 8;
}

.get-form {
	display: grid;
	gap: 24px;
	grid-column-start: 9;
	grid-column-end: 13;
	padding: 32px 32px 14px 32px;
	border-radius: 8px;
	background: #E6ECF3;
}

@media (max-width: 1200px) {
	.get-form {
		grid-column-start: 8;
		padding: 32px 24px 10px 24px;
	}
}

@media (max-width: 800px) {
	.get-wrap {
		position: relative;
		display: block;
		padding-bottom: 93px;
	}

	.get-wrap .share {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}

	.get-form {
		margin-top: 32px;
	}
}

/*-get*/
/*request*/
.request {
	background: #E6ECF3;
}

.request-wrap {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.request-contain {
	padding-top: 84px;
}

.request-items {
	max-width: 400px;
	margin-top: 48px;
}

.request-item {
	display: none;
}

.request-item.active {
	display: block;
}

.request-title {
	max-width: 400px;
}

.request-list {
	counter-reset: item;
}

.request-list li {
	position: relative;
	color: #40424D;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	padding-left: 40px;
	min-height: 84px;
	overflow: hidden;
}

.request-list li:before {
	content: counters(item, ".") " ";
	counter-increment: item;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	color: #3C70C0;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	border-radius: 4px;
	background: #FFF;
	border: 1px solid #3C70C0;
}

.request-list li:after {
	content: "";
	position: absolute;
	left: 13.5px;
	top: 28px;
	height: 100%;
	width: 1px;
	background: #3C70C0;
}

.request-list li:last-child:after {
	display: none;
}

.request-tabs {
	position: absolute;
	left: calc(50% + 10px);
	top: 0;
	display: flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	border-radius: 8px;
	padding: 4px;
	background: #D4E1EE;
}

.request-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	min-width: 162px;
	color: #40424D;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	padding: 0px 16px;
	border-radius: 4px;
}

.request-tab.active {
	background: #FFFFFF;
}

.request-box {
	display: none;
}

.request-box.active {
	display: block;
}

@media (max-width: 800px) {
	.request-wrap {
		display: block;
	}

	.request-tabs {
		position: static;
		width: 100%;
		margin-top: 32px;
	}

	.request-tab {
		width: 100%;
		min-width: auto;
	}

	.request-items {
		margin-top: 32px;
	}

	.request-list li {
		min-height: 28px;
		padding-bottom: 40px;
	}

	.request-contain {
		padding: 0px;
	}
}

/*-request*/
/*subscribe*/
.subscribe-wrap {
	max-width: 505px;
	margin: auto;
}

.subscribe-top {
	display: grid;
	gap: 20px;
	margin-bottom: 40px;
}

.subscribe-bottom {
	display: grid;
	gap: 20px;
	margin-top: 24px;
}

@media (max-width: 1200px) {
	.subscribe-top {
		gap: 16px;
		margin-bottom: 32px;
	}
}

/*-subscribe*/
/*police*/
.police {
	padding-top: 0px;
}

.police-top {
	background: #1D2839;
	min-height: 340px;
}

.police-wrap {
	width: 100%;
	max-width: 820px;
	margin: auto;
	margin-top: 60px;
}

.police-h {
	color: #FFF;
	padding: 150px 0px 32px;
}

@media (max-width: 800px) {
	.police-top {
		min-height: 230px;
	}

	.police-h {
		padding: 97px 0px 16px;
	}
}

/*-police*/
/*thank*/
.thank-box {
	display: flex;
	align-items: center;
	gap: 56px;
	width: 748px;
	margin: 0 auto;
}

.thank-img {
	width: 184px;
	height: 214px;
}

.thank-p {
	margin-top: 20px;
}

@media (max-width: 800px) {
	.thank-box {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0;
		width: 100%;
		text-align: center;
	}

	.thank-text {
		margin-top: 24px;
	}

	.thank-p {
		margin-top: 16px;
	}
}

/*-thank*/
/*mistake*/
.mistake-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mistake-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	grid-gap: 24px;
	width: 523px;
	text-align: center;
	margin-top: 54px;
}

@media (max-width: 800px) {
	.mistake-text {
		width: 100%;
		margin-top: 40px;
	}
}

/*-mistake*/




/* form */
.hbspt-form{
	width: 410px;
	max-width: 100%;
}
.hs-form-field{
	width: 100%;
	margin-bottom: 20px !important;
}
.hs-form-field label{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #25262B;
	margin-bottom: 4px;
}
.hs-form-field label span{
	display: inline;
}
.hs-form-field label .hs-form-required{
	display: inline-block;
}
.hs-fieldtype-text input{
	width: 100% !important;
	height: 48px;
	padding: 0 10px !important;
	border: 1px solid #A5AAB3;
	border-radius: 4px;
	background: #fff;
	font-size: 14px;
	line-height: 20px;
}
.hs-fieldtype-textarea textarea{
	width: 100% !important;
	height: 112px;
	padding: 15px 10px !important;
	border: 1px solid #A5AAB3;
	border-radius: 4px;
	background: #fff;
	resize: none !important;
	font-size: 14px;
	line-height: 20px;
}
.hs-form-booleancheckbox{
	font-size: 14px;
	line-height: 20px;
	color: #25262B;
}
.hs-form-booleancheckbox label{
	display: inline-block;
}
.hs-form-booleancheckbox label a{
	display: inline;
	text-decoration: underline;
}
.hs-form-booleancheckbox label a:hover{
	text-decoration: none;
}
body .legal-consent-container .hs-form-booleancheckbox-display > span{
	margin: 0;
	position: relative;
	padding-left: 30px;
}
body .legal-consent-container .hs-form-booleancheckbox-display > span:before{
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #82848A;
	border-radius: 2px;
	background: #fff;
	position: absolute;
	top: 4px;
	left: 3px;
}
body .legal-consent-container .hs-form-booleancheckbox-display > input:checked + span:before{
	border-color: #25262B;
	background: #25262B url('data:image/svg+xml,<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.31644 0.646447C7.51171 0.841709 7.51171 1.15829 7.31644 1.35355L3.31644 5.35355C3.12118 5.54882 2.8046 5.54882 2.60934 5.35355L0.609337 3.35355C0.414075 3.15829 0.414075 2.84171 0.609337 2.64645C0.804599 2.45118 1.12118 2.45118 1.31644 2.64645L2.96289 4.29289L6.60934 0.646447C6.8046 0.451184 7.12118 0.451184 7.31644 0.646447Z" fill="white"/></svg>') no-repeat center;
}
.hs-button{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 48px;
	width: fit-content;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	background: #2D3D55;
	background-image: linear-gradient(to right, #1d2839 0%,#1d2839 50%,#2D3D55 calc(50% + 1px),#2D3D55 0%);
	background-size: 200% 100%;
	background-position: 0% 0;
	white-space: nowrap;
	text-align: center;
	overflow: hidden;
	border-radius: 4px;
	padding: 0 33px;
	cursor: pointer;
	transition: all 0.5s;
}
.hs-button:hover{
	background-position: -100% 0;
}
.hs-error-msgs label{
	color: red !important;
	margin: 4px 0 0;
}
.hs_company{
	display: none !important;
}
.hs_error_rollup .hs-error-msgs label{
	display: block;
	margin: 0 0 10px;
}
.section.subscribe .hs-form{
	display: flex;
}
.section.subscribe .hs-email{
	margin: 0 15px 0 0 !important;
}
.section.subscribe .hs-email label{
	display: none;
}
/* -form */


@media (min-width: 1200px) {
	.share-ul li:hover {
	  border: 1px solid #1D2839;
	}
  }
  /*-share*/
  /*cookie*/
  .cookie {
	position: fixed;
	z-index: 7;
	left: 0;
	bottom: 48px;
	width: 100%;
  }
  
  .cookie-box {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	max-width: 780px;
	padding: 32px;
	border-radius: 8px;
	background: #FFFFFF;
	margin-left: auto;
	box-shadow: 0px 107px 30px 0px rgba(29, 40, 57, 0), 0px 69px 27px 0px rgba(29, 40, 57, 0.01), 0px 20px 23px 0px rgba(29, 40, 57, 0.02), 0px 12px 17px 0px rgba(29, 40, 57, 0.03), 0px 4px 9px 0px rgba(29, 40, 57, 0.04);
  }
  
  .cookie-p {
	color: #40424D;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
  }
  .cookie-p a {
	display: inline;
	color: #3C70C0;
	text-decoration: underline;
	transition: 0.1s;
  }
  
  .cookie-btn {
	min-width: fit-content;
  }
  
  @media (max-width: 1200px) {
	.cookie {
	  bottom: 20px;
	}
	.cookie-box {
	  flex-direction: column;
	  gap: 10px;
	  padding: 16px;
	}
	.cookie-btn {
	  width: 100%;
	}
	.cookie-p {
	  font-size: 12px;
	}
  }
  @media (min-width: 1200px) {
	.cookie-p a:hover {
	  color: #40424D;
	}
  }

@media screen and (min-width: 800px){
		  .meetings-iframe-container iframe{
				max-width: 400px !important;
			}
	  } 

/* section textblock */
.section-textblock{
	position: relative;
}

.section-textblock .section-textblock-content{
	max-width: 820px;
}

.section-textblock-title{
	margin-bottom: 40px;
}

.section-textblock .btn-two{
	max-width: 363px;
	width: 100%;
}

.section-textblock .section-textblock-img{
	display: none;
}

@media screen and (min-width: 1200px){
	.section-textblock{
		padding-bottom: 166px;
	}

	.section-textblock .section-textblock-img{
		display: block;
	}

	.section-textblock .section-textblock-img img{
		position: absolute;
		right:0;
		bottom: 0;
	}
}

/* section tools */
@media screen and (min-width: 801px){
	.section-tools{
		padding: 116px 0;
	}
}

.section-tools .container{
	display: flex;
	flex-direction: column;
	row-gap: 32px;
}

.section-tools .section-h{
	padding-left: 8px;
}

.section-tools .help-box_contain{
	padding: 32px 24px 32px 32px;
	column-gap: 40px;
}

@media screen and (min-width: 1201px){
	.section-tools .tools-block-content,
	.section-tools .tools-block-list{
		width: 50%;
	}
}

@media screen and (max-width: 1200px){
	.section-tools .tools-block-list{
		width: 100%;
	}
}

.section-tools .tools-block-img{
	margin-bottom: 16px;
}

.section-tools .tools-block-title{
	margin-bottom: 20px;
}

.section-tools .tools-block-text{
	margin-bottom: 32px;
}