
::-moz-placeholder {
	color: #424242;
}

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

::placeholder {
	color: #424242;
}

::-moz-selection {
	background-color: #30466d;
	color: #fff;
}

::selection {
	background-color: #30466d;
	color: #fff;
}

* {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	outline: none;
}

input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
	border-color: red;
}

input:required:valid, textarea:required:valid, select:required:valid {
	border-color: green;
}

a {
	transition: .2s linear;
	text-decoration: none;
}

button {
	transition: .2s linear;
	text-decoration: none;
}

svg path, svg rect {
	transition: .2s linear;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

a:focus, button:focus, input:focus, textarea:focus {
	outline: 0;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}

@media screen and (max-width: 1252px) {
	.container {
		max-width: 970px;
	}
}

@media screen and (max-width: 991.98px) {
	.container {
		max-width: 750px;
	}
}

@media screen and (max-width: 767.98px) {
	.container {
		max-width: none;
		width: auto;
	}
}

.home h1, .home h2 {
	font-weight: 300;
	font-size: 40px;
	line-height: 130%;
	color: #313131;
	margin: 0;
}

@media screen and (max-width: 767.98px) {
	.home h1, .home h2 {
		font-size: 35px;
	}
}

@media screen and (max-width: 575.98px) {
	.home h1, .home h2 {
		font-size: 32px;
	}
}

@media screen and (max-width: 360px) {
	.home h1, .home h2 {
		font-size: 28px;
	}
}

.home h1 span, .home h2 span {
	color: #30466d;
	font-weight: 600;
}

.home p {
	font-weight: 300;
	font-size: 15px;
	line-height: 173%;
	color: #5e5e5e;
	margin: 0;
}

.home h3 {
	font-weight: 400;
	font-size: 26px;
	line-height: 130%;
	color: #424242;
	margin: 0;
}

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

.flex {
	display: flex;
}

.f-jc-sp {
	justify-content: space-between;
}

.f-jc-c {
	justify-content: center;
}

.f-jc-e {
	justify-content: flex-end;
}

.f-ai-c {
	align-items: center;
}

.f-ai-e {
	align-items: flex-end;
}

.d-block {
	display: block;
}

.d-none {
	display: none;
}

@media screen and (min-width: 991.98px) {
	.d-lg-block {
		display: block;
	}
}

@media screen and (min-width: 767.98px) {
	.d-md-block {
		display: block;
	}
}

@media screen and (min-width: 575.98px) {
	.d-sm-block {
		display: block;
	}
}

@media screen and (min-width: 991.98px) {
	.d-lg-none {
		display: none;
	}
}

@media screen and (min-width: 767.98px) {
	.d-md-none {
		display: none;
	}
}

@media screen and (min-width: 575.98px) {
	.d-sm-none {
		display: none;
	}
}

.btn_h:link {
	color: #fff;
}

.btn_h {
	height: 39px;
	padding-left: 11px;
	background: #30466d;
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .095em;
	text-transform: uppercase;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 360px) {
	.btn_h {
		font-size: 11px;
		line-height: 11px;
	}
}

.btn_h:visited {
	color: #fff;
}

.btn_h .icon {
	height: 39px;
	width: 39px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 19px;
}

@media screen and (max-width: 360px) {
	.btn_h .icon {
		margin-left: 10px;
	}
}

.btn_h .icon img {
	transition: .3s linear;
}

.btn_h:hover {
	box-shadow: 0px 20px 30px rgba(0, 0, 0, .15);
	color: #fff;
}

.btn_h:hover .icon img {
	transform: rotate(45deg);
}

.btn_h:focus, .btn_h:active {
	box-shadow: inset 0px 4px 4px rgba(0, 0, 0, .15);
}

.btn_h-v2 {
	border: 1px solid #30466d;
	background: #fff;
	color: #30466d;
}

.btn_h-v2:hover {
	background: #30466d;
	color: #fff;
}

.menu_expand {
	overflow: hidden;
}

.swiper-button-prev, .swiper-button-next {
	width: 39px;
	height: 39px;
	background: #30466d;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s linear;
	z-index: 99;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	background: #e0e0e0;
}

.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
	margin: 0 20px 0 0 !important;
}

.swiper-pagination {
	display: flex;
	align-items: center;
	position: initial;
}

.swiper-pagination span {
	background: rgba(48, 70, 109, .8);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: block;
}

.swiper-pagination span:not(:last-child) {
	margin-right: 20px;
}

.swiper-pagination span.swiper-pagination-bullet-active {
	background: #30466d;
}

body.home {
	position: relative;
}

body.home::before {
	content: "";
	width: 800px;
	height: 800px;
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-f84b725/elogic.co/wp-content/themes/elogic/resources/images/home/homepage-waves.webp");
	background-size: cover;
	position: absolute;
	right: 40px;
	top: 0;
	z-index: -1;
}

@media screen and (max-width: 1522px) {
	body.home::before {
		right: 118px;
		top: -13px;
	}
}

@media screen and (max-width: 991.98px) {
	body.home::before {
		display: none;
	}
}

body.home:after {
	content: "";
	width: 345px;
	height: 835px;
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-f84b725/elogic.co/wp-content/themes/elogic/resources/images/home/homepage-left-wave.webp");
	background-size: cover;
	position: absolute;
	left: 0;
	top: 434px;
	z-index: -1;
}

@media screen and (max-width: 991.98px) {
	body.home:after {
		display: none;
	}
}

.hero-sec {
	padding: 80px 0 56px;
}

@media screen and (max-width: 991.98px) {
	.hero-sec {
		padding: 80px 0 50px;
	}
}

@media screen and (max-width: 575.98px) {
	.hero-sec {
		padding: 40px 0 1px;
		overflow: hidden;
	}
}

.hero-sec__heading {
	max-width: 684px;
	margin-bottom: 20px;
}

@media screen and (max-width: 575.98px) {
	.hero-sec__heading {
		margin-bottom: 7px;
	}
}

.hero-sec__content {
	max-width: 579px;
	margin-bottom: 18px;
}

@media screen and (max-width: 575.98px) {
	.hero-sec__content {
		margin-bottom: 20px;
	}
}

.hero-sec__content p {
	font-size: 19px;
	font-weight: 300;
}

@media screen and (max-width: 575.98px) {
	.hero-sec__content p {
		font-size: 15px;
	}
}

.hero-sec__number {
	padding: 44px 0 0;
}

@media screen and (max-width: 1522px) {
	.hero-sec__number {
		padding: 15px 0 0;
	}
}

@media screen and (max-width: 575.98px) {
	.hero-sec__number {
		padding: 67px 0 0;
	}
}

.hero-sec__number .hero-sec__heading {
	max-width: 100%;
	margin-bottom: 19px;
}

@media screen and (max-width: 575.98px) {
	.hero-sec__number .hero-sec__heading {
		margin-bottom: 28px;
	}
}

.hero-sec__number h2 {
	font-weight: 600;
	font-size: 80px;
	line-height: 90%;
	letter-spacing: .03em;
	color: #f4f5f7;
	padding-left: 142px;
}

@media screen and (max-width: 1522px) {
	.hero-sec__number h2 {
		padding-left: 178px;
	}
}

@media screen and (max-width: 991.98px) {
	.hero-sec__number h2 {
		padding-left: 0;
	}
}

@media screen and (max-width: 767.98px) {
	.hero-sec__number h2 {
		font-size: 70px;
	}
}

@media screen and (max-width: 575.98px) {
	.hero-sec__number h2 {
		font-size: 60px;
	}
}

@media screen and (max-width: 360px) {
	.hero-sec__number h2 {
		font-size: 50px;
	}
}

.hero-sec__items {
	display: flex;
}

@media screen and (max-width: 991.98px) {
	.hero-sec__items {
		margin: 0 -10px;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 991.98px) {
	.hero-sec__item {
		padding: 0 10px;
		flex-basis: 50%;
		max-width: 50%;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 575.98px) {
	.hero-sec__item {
		margin-bottom: 30px;
	}
}

.hero-sec__item:nth-child(1) {
	margin-right: 86px;
}

@media screen and (max-width: 1252px) {
	.hero-sec__item:nth-child(1) {
		margin-right: 82px;
	}
}

@media screen and (max-width: 991.98px) {
	.hero-sec__item:nth-child(1) {
		margin-right: 0;
	}
}

.hero-sec__item:nth-child(2) {
	margin-right: 181px;
}

@media screen and (max-width: 1252px) {
	.hero-sec__item:nth-child(2) {
		margin-right: 82px;
	}
}

@media screen and (max-width: 991.98px) {
	.hero-sec__item:nth-child(2) {
		margin-right: 0;
	}
}

.hero-sec__item:nth-child(2) h3 {
	align-items: flex-end;
}

.hero-sec__item:nth-child(2) h3 span {
	font-size: 50px;
	line-height: 65px;
	margin-left: 17px;
	margin-top: -20px;
	position: relative;
	top: -4px;
}

@media screen and (max-width: 575.98px) {
	.hero-sec__item:nth-child(2) h3 span {
		top: 3px;
		margin-left: 19px;
	}
}

.hero-sec__item:nth-child(3) {
	margin-right: 132px;
}

@media screen and (max-width: 1252px) {
	.hero-sec__item:nth-child(3) {
		margin-right: 82px;
	}
}

@media screen and (max-width: 991.98px) {
	.hero-sec__item:nth-child(3) {
		margin-right: 0;
	}
}

.hero-sec__item:nth-child(3) h3 span {
	margin-left: 17px;
	position: relative;
	top: 9px;
	font-size: 30px;
}

@media screen and (max-width: 575.98px) {
	.hero-sec__item:nth-child(3) h3 span {
		font-size: 30px;
		margin-left: 19px;
		top: 5px;
	}
}

.hero-sec__item:nth-child(4) h3 span {
	font-size: 20px;
	line-height: 130%;
}

@media screen and (max-width: 575.98px) {
	.hero-sec__item:nth-child(4) h3 span {
		font-size: 15px;
	}
}

.hero-sec__item h3 {
	font-weight: 600;
	font-size: 70px;
	line-height: 120%;
	color: #30466d;
	display: flex;
	align-items: center;
	margin-bottom: 2px;
}

@media screen and (max-width: 575.98px) {
	.hero-sec__item h3 {
		font-size: 50px;
	}
}

@media screen and (max-width: 360px) {
	.hero-sec__item h3 {
		font-size: 40px;
	}
}

.hero-sec__item h3 span {
	font-size: 32px;
	line-height: 130%;
	margin-left: 14px;
}

@media screen and (max-width: 575.98px) {
	.hero-sec__item h3 span {
		font-size: 15px;
	}
}

.hero-sec__item p {
	color: #5e5e5e;
	font-size: 15px;
}

.platforms a:hover .platforms__logo {
	transform: translateY(10px);
	background: #fff;
	box-shadow: 0px 10px 50px -5px rgba(48, 70, 109, .15);
}

.platforms {
	padding: 50px 0 50px;
}

@media screen and (max-width: 575.98px) {
	.platforms {
		padding: 0 0 15px;
	}
}

.platforms__heading {
	margin-bottom: 28px;
}

@media screen and (max-width: 575.98px) {
	.platforms__heading {
		margin-bottom: 21px;
	}
}

.platforms__flex {
	flex-wrap: wrap;
	margin: 0 -10px;
}

@media screen and (max-width: 575.98px) {
	.platforms__flex {
		margin: 0 -5px;
	}
}

.platforms__col {
	flex-basis: 33.333%;
	max-width: 33.333%;
	padding: 0 10px;
}

@media screen and (max-width: 767.98px) {
	.platforms__col {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 575.98px) {
	.platforms__col {
		padding: 0 5px;
	}
}

@media screen and (max-width: 575.98px) {
	.platforms__col:nth-child(1) {
		order: 3;
	}
}

@media screen and (max-width: 575.98px) {
	.platforms__col:nth-child(2) {
		order: 1;
	}
}

@media screen and (max-width: 575.98px) {
	.platforms__col:nth-child(3) {
		order: 2;
	}
}

@media screen and (max-width: 575.98px) {
	.platforms__col:nth-child(4) {
		order: 4;
	}
}

@media screen and (max-width: 575.98px) {
	.platforms__col:nth-child(5) {
		order: 5;
	}
}

@media screen and (max-width: 575.98px) {
	.platforms__col:nth-child(6) {
		order: 6;
	}
}

.platforms__logo {
	height: 133px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transition: .3s linear;
}

@media screen and (max-width: 575.98px) {
	.platforms__logo {
		height: 82px;
		margin-bottom: 11px;
	}
}

.platforms__logo img {
	max-width: 100%;
	height: auto;
	max-height: 80px;
	width: auto;
}

@media screen and (max-width: 575.98px) {
	.platforms__logo img {
		max-width: 70%;
		max-height: 60%;
		height: auto;
		width: auto;
	}
}

.platforms .flex-row {
	display: flex;
	margin: 0 -10px;
	align-items: center;
}

@media screen and (max-width: 991.98px) {
	.platforms .flex-row {
		flex-direction: column;
		align-items: flex-start;
	}
}

.platforms .flex-row .col-3 {
	padding: 0 10px;
	flex-basis: 25%;
	max-width: 25%;
}

@media screen and (max-width: 991.98px) {
	.platforms .flex-row .col-3 {
		flex-basis: 100%;
		max-width: 100%;
	}
}

.platforms .flex-row .col-9 {
	padding: 0 10px;
	flex-basis: 75%;
	max-width: 75%;
}

@media screen and (max-width: 991.98px) {
	.platforms .flex-row .col-9 {
		flex-basis: 100%;
		max-width: 100%;
	}
}

.cta-sec {
	padding: 26px 0 50px;
}

@media screen and (max-width: 575.98px) {
	.cta-sec {
		padding: 15px 0 20px;
	}
}

.cta-sec__inner {
	position: relative;
	padding: 37px 72px 40px 56px;
	z-index: 9;
}

@media screen and (max-width: 1252px) {
	.cta-sec__inner {
		padding: 37px 30px 38px 30px;
	}
}

@media screen and (max-width: 767.98px) {
	.cta-sec__inner {
		margin: 0 -10px;
	}
}

@media screen and (max-width: 575.98px) {
	.cta-sec__inner {
		padding: 35px 34px 34px;
	}
}

.cta-sec__inner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(110.42deg, #30466d 9.86%, #234d97 58.33%);
	backdrop-filter: blur(4px);
	z-index: -1;
}

.cta-sec__flex {
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 991.98px) {
	.cta-sec__flex {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}

.cta-sec__heading {
	margin-bottom: 11px;
}

@media screen and (max-width: 575.98px) {
	.cta-sec__heading {
		margin-bottom: 16px;
	}
}

.cta-sec__heading h2 {
	color: #fff;
}

.cta-sec__heading h2 span {
	color: #fff;
}

.cta-sec__content {
	max-width: 580px;
}

.cta-sec__content p {
	color: #fff;
}

@media screen and (max-width: 991.98px) {
	.cta-sec__content p {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 575.98px) {
	.cta-sec__content p {
		margin-bottom: 14px;
	}
}

.cta-sec__btn {
	margin-left: 20px;
}

@media screen and (max-width: 991.98px) {
	.cta-sec__btn {
		margin-left: 0;
	}
}

.cta-sec__btn .btn_h {
	height: 48px;
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
	letter-spacing: .08em;
	text-transform: uppercase;
	padding: 0 19px;
}

.cta-sec__btn .icon {
	width: auto;
	margin-left: 18px;
}

.services {
	padding: 46px 0 50px;
}

@media screen and (max-width: 575.98px) {
	.services {
		padding: 21px 0 20px;
	}
}

.services__heading {
	margin-bottom: 29px;
}

@media screen and (max-width: 575.98px) {
	.services__heading {
		margin-bottom: 40px;
	}
}

.services__link {
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 39px;
	height: 39px;
	background: #30466d;
	display: flex;
	justify-content: center;
	align-items: center;
}

.services__link img {
	transform: rotate(45deg);
	transition: .3s linear;
}

.services__link:hover img {
	transform: rotate(0);
}

.services__block {
	border: 1px solid #e2e3e5;
	padding: 45px 32px 39px;
	height: 100%;
	position: relative;
	display: block;
}

@media screen and (max-width: 1252px) {
	.services__block {
		padding: 45px 20px 39px;
	}
}

@media screen and (max-width: 575.98px) {
	.services__block {
		padding: 20px 20px 46px;
	}
}

.services__block h3 {
	margin-bottom: 12px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 81px;
	color: #424242;
}

@media screen and (max-width: 575.98px) {
	.services__block h3 {
		font-size: 26px;
		height: 81px;
		margin-bottom: 10px;
	}
}

.services__block p {
	line-height: 173%;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 575.98px) {
	.services__block p {
		-webkit-line-clamp: 3;
	}
}

.services__icon {
	width: 60px;
	height: 60px;
	margin-bottom: 44px;
}

@media screen and (max-width: 575.98px) {
	.services__icon {
		display: none;
	}
}

.services__flex {
	flex-wrap: wrap;
	margin: 0 -10px;
}

.services__col {
	flex-basis: 33.333%;
	max-width: 33.333%;
	padding: 0 10px;
	margin-bottom: 20px;
}

@media screen and (max-width: 991.98px) {
	.services__col {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 575.98px) {
	.services__col {
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
}

.services .col-12 .services__col {
	flex-basis: 25%;
	max-width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
}

@media screen and (max-width: 991.98px) {
	.services .col-12 .services__col {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 575.98px) {
	.services .col-12 .services__col {
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
}

.services .flex-row {
	display: flex;
	margin: 0 -10px;
}

@media screen and (max-width: 991.98px) {
	.services .flex-row {
		flex-direction: column;
	}
}

.services .flex-row .services__block {
	transition: all 300ms ease;
}

.services .flex-row .services__block:hover {
	box-shadow: 0px 10px 50px -5px rgba(48, 70, 109, .15);
	border: 1px solid #fff;
}

.services .flex-row .col-3 {
	padding: 0 10px;
	flex-basis: 25%;
	max-width: 25%;
	margin-bottom: 20px;
}

@media screen and (max-width: 991.98px) {
	.services .flex-row .col-3 {
		flex-basis: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 575.98px) {
	.services .flex-row .col-3 {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 991.98px) {
	.services .flex-row .col-3 .services__link {
		display: flex;
	}
}

.services .flex-row .col-3 .services__block {
	padding: 54px 50px;
}

@media screen and (max-width: 1252px) {
	.services .flex-row .col-3 .services__block {
		padding: 54px 32px;
	}
}

@media screen and (max-width: 575.98px) {
	.services .flex-row .col-3 .services__block {
		padding: 28px 20px 46px;
	}
}

.services .flex-row .col-3 .services__block:hover {
	box-shadow: 0px 10px 50px -5px rgba(48, 70, 109, .15);
	border: 1px solid #fff;
}

.services .flex-row .col-3 .services__block h3 {
	margin-bottom: 25px;
	height: auto;
	color: #30466d;
}

@media screen and (max-width: 575.98px) {
	.services .flex-row .col-3 .services__block h3 {
		margin-bottom: 16px;
	}
}

.services .flex-row .col-3 .services__block h3 span {
	color: #313131;
}

.services .flex-row .col-3 .services__block p {
	-webkit-line-clamp: 10;
}

@media screen and (max-width: 575.98px) {
	.services .flex-row .col-3 .services__block p {
		-webkit-line-clamp: 3;
	}
}

.services .flex-row .col-9 {
	padding: 0 10px;
	flex-basis: 75%;
	max-width: 75%;
}

@media screen and (max-width: 991.98px) {
	.services .flex-row .col-9 {
		flex-basis: 100%;
		max-width: 100%;
	}
}

.process {
	padding: 63px 0 30px;
	overflow: hidden;
}

@media screen and (max-width: 575.98px) {
	.process {
		padding: 11px 0 10px;
	}
}

.process__control {
	display: flex;
	margin-bottom: 68px;
	justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
	.process__control {
		position: relative;
	}
}

@media screen and (max-width: 575.98px) {
	.process__control {
		margin-bottom: 31px;
	}
}

.process__control p {
	font-size: 17px;
	max-width: 760px;
}

.process__heading {
	margin-bottom: 9px;
}

@media screen and (max-width: 575.98px) {
	.process__heading {
		margin-bottom: 7px;
	}
}

.process__slider-control {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	cursor: pointer;
}

@media screen and (max-width: 767.98px) {
	.process__slider-control {
		position: absolute;
		right: 0;
		bottom: -108px;
		z-index: 99;
	}
}

@media screen and (max-width: 575.98px) {
	.process__slider-control {
		bottom: -71px;
	}
}

.process__swiper-prev, .process__swiper-next {
	margin-top: 17px;
	margin-left: 10px;
}

@media screen and (max-width: 767.98px) {
	.process__swiper-prev, .process__swiper-next {
		margin-top: 0;
	}
}

.process__swiper-prev.swiper-button-disabled, .process__swiper-next.swiper-button-disabled {
	background: #e0e0e0;
}

.process__swiper {
	overflow: visible;
}

.process__swiper .swiper-slide-active h3 {
	opacity: 1;
}

.process__swiper .swiper-slide-active p {
	opacity: 1;
}

.process__swiper .swiper-slide-next h3 {
	opacity: 1;
}

.process__swiper .swiper-slide-next p {
	opacity: 1;
}

.process__swiper .swiper-slide-next+.swiper-slide h3 {
	opacity: 1;
}

.process__swiper .swiper-slide-next+.swiper-slide p {
	opacity: 1;
}

.process__swiper .swiper-slide:last-child .process__block:before {
	display: none;
}

.process__block {
	position: relative;
}

.process__block::before {
	content: "";
	width: 100%;
	width: 100%;
	height: 1px;
	background: #e2e3e5;
	position: absolute;
	left: 20px;
	top: 20px;
}

.process__block h3 {
	margin-bottom: 15px;
	transition: .3s linear;
	opacity: .5;
	height: 67px;
	max-width: 360px;
}

@media screen and (max-width: 575.98px) {
	.process__block h3 {
		height: auto;
	}
}

.process__block p {
	transition: .3s linear;
	opacity: .5;
	max-width: 360px;
}

.process__icon {
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	position: relative;
	z-index: 9;
	margin-bottom: 36px;
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-f84b725/elogic.co/wp-content/themes/elogic/resources/images/home/icon/slider-check.svg");
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
}

.process__icon.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 575.98px) {
	.process__icon {
		margin-bottom: 30px;
	}
}

.process__swiper-pagination {
	margin-top: 54px;
}

@media screen and (max-width: 575.98px) {
	.process__swiper-pagination {
		margin-top: 19px;
	}
}

.process__swiper-pagination span:not(:last-child) {
	margin: 0 20px 0;
}

.badges {
	padding: 67px 0 40px;
}

@media screen and (max-width: 767.98px) {
	.badges {
		padding: 50px 0 10px;
	}
}

@media screen and (max-width: 575.98px) {
	.badges {
		padding: 21px 0 10px;
	}
}

.badges__swiper-pagination {
	margin-top: 30px;
}

@media screen and (max-width: 575.98px) {
	.badges__swiper-pagination {
		margin-bottom: 20px;
	}
}

.badges .swiper-wrapper.disabled {
	transform: translate3d(0px, 0, 0) !important;
}

.badges .swiper-pagination.disabled {
	display: none;
}

.badges__heading {
	margin-bottom: 59px;
}

@media screen and (max-width: 575.98px) {
	.badges__heading {
		margin-bottom: 21px;
	}
}

@media screen and (max-width: 767.98px) {
	.badges__image:not(:last-child) {
		margin-right: 50px;
	}
}

@media screen and (max-width: 575.98px) {
	.badges__image:not(:last-child) {
		margin-right: 25px;
	}
}

.badges__image img {
	height: 192px;
	width: auto;
}

@media screen and (max-width: 991.98px) {
	.badges__image img {
		height: 130px;
	}
}

.badges__flex {
	justify-content: space-between;
	padding-right: 38px;
}

@media screen and (max-width: 1252px) {
	.badges__flex {
		padding-right: 0;
	}
}

@media screen and (max-width: 767.98px) {
	.badges__flex {
		overflow-x: auto;
		margin: 0 -10px;
		padding: 0 10px 20px;
	}
}

.solution {
	padding: 57px 0 30px;
}

@media screen and (max-width: 575.98px) {
	.solution {
		padding: 11px 0 1px;
	}
}

.solution__heading {
	margin-bottom: 66px;
}

@media screen and (max-width: 575.98px) {
	.solution__heading {
		margin-bottom: 27px;
	}
}

@media screen and (max-width: 991.98px) {
	.solution__flex {
		flex-direction: column;
	}
}

.solution__control {
	width: 350px;
	flex-shrink: 0;
	margin-right: 100px;
}

@media screen and (max-width: 1252px) {
	.solution__control {
		margin-right: 20px;
	}
}

@media screen and (max-width: 991.98px) {
	.solution__control {
		width: 100%;
	}
}

@media screen and (max-width: 991.98px) {
	.solution__content {
		display: none;
	}
}

.tabs-menu {
	padding-left: 65px;
	position: relative;
}

@media screen and (max-width: 575.98px) {
	.tabs-menu {
		padding-left: 61px;
	}
}

@media screen and (max-width: 991.98px) {
	.tabs-menu>div:last-child {
		position: relative;
	}
}

@media screen and (max-width: 991.98px) {
	.tabs-menu>div:last-child::before {
		content: "";
		width: 1px;
		height: calc(100% + 30px);
		position: absolute;
		background: #fff;
		top: -30px;
		left: -40px;
	}
}

@media screen and (max-width: 991.98px)and (max-width: 575.98px) {
	.tabs-menu>div:last-child::before {
		left: -21px;
	}
}

.tabs-menu .tab-content {
	display: none;
}

.tabs-menu .tab-content.active {
	display: none;
}

@media screen and (max-width: 991.98px) {
	.tabs-menu .tab-content.active {
		display: block;
	}
}

.tabs-menu::before {
	content: "";
	width: 1px;
	height: calc(100% - 32px);
	position: absolute;
	left: 25px;
	background: #e5e5e5;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 575.98px) {
	.tabs-menu::before {
		left: 21px;
	}
}

.tabs-menu__item {
	font-weight: 400;
	font-size: 17px;
	line-height: 176%;
	color: #5e5e5e;
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}

@media screen and (max-width: 991.98px) {
	.tabs-menu__item {
		justify-content: space-between;
		padding-right: 12px;
	}
}

.tabs-menu__item .icon {
	width: 7px;
	height: 7px;
	background: #1c1c1c;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -43px;
	z-index: 9;
}

.tabs-menu__item .icon::after {
	content: "";
	width: 7px;
	height: 7px;
	border: 1px solid #30466d;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: 0;
	transition: .3s linear;
}

.tabs-menu__item:hover img {
	opacity: 1;
}

.tabs-menu__item:not(:last-child) {
	margin-bottom: 45px;
}

.tabs-menu__item img {
	opacity: 0;
	margin-left: 15px;
	margin-bottom: -8px;
	transition: .3s linear;
}

@media screen and (max-width: 991.98px) {
	.tabs-menu__item img {
		opacity: 1;
	}
}

@media screen and (max-width: 575.98px) {
	.tabs-menu__item img {
		margin-bottom: 0;
	}
}

.tabs-menu__item.active {
	font-weight: 700;
	font-size: 26px;
	color: #30466d;
}

@media screen and (max-width: 991.98px) {
	.tabs-menu__item.active {
		margin-bottom: 10px;
	}
}

.tabs-menu__item.active .icon::after {
	width: 42px;
	height: 42px;
	opacity: 1;
}

.tabs-menu__item.active img {
	opacity: 1;
}

@media screen and (max-width: 991.98px) {
	.tabs-menu__item.active img {
		transform: rotate(90deg);
	}
}

.tab-content {
	border: 1px solid #e2e3e5;
	max-width: 680px;
	margin-top: -7px;
	padding: 47px 47px 49px 49px;
	display: none;
}

@media screen and (max-width: 991.98px) {
	.tab-content {
		width: 100%;
		max-width: 100%;
		border: 0;
		padding: 22px 10px 30px;
	}
}

@media screen and (max-width: 575.98px) {
	.tab-content {
		padding: 20px 35px 34px 10px;
		margin-left: -19px;
	}
}

.tab-content.active {
	display: block;
}

.tab-content__flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 13px;
	padding-left: 5px;
}

@media screen and (max-width: 991.98px) {
	.tab-content__flex {
		padding-left: 0;
	}
}

.tab-content__flex h3 {
	font-weight: 700;
	font-size: 26px;
	line-height: 155%;
	letter-spacing: .03em;
	color: #30466d;
}

@media screen and (max-width: 1252px) {
	.tab-content__flex h3 {
		font-size: 50px;
		line-height: 120%;
	}
}

@media screen and (max-width: 991.98px) {
	.tab-content__flex h3 {
		display: none;
	}
}

.tab-content p {
	margin-bottom: 32px;
}

@media screen and (max-width: 575.98px) {
	.tab-content p {
		margin-bottom: 8px;
	}
}

.tab-content__btn {
	display: flex;
	justify-content: flex-end;
}

.why-sec {
	padding: 36px 0;
}

@media screen and (max-width: 575.98px) {
	.why-sec {
		padding: 1px 0;
	}
}

.why-sec__heading {
	margin-bottom: 9px;
}

@media screen and (max-width: 575.98px) {
	.why-sec__heading {
		margin-bottom: 14px;
	}
}

.why-sec__subheading {
	margin-bottom: 60px;
}

@media screen and (max-width: 575.98px) {
	.why-sec__subheading {
		margin-bottom: 20px;
	}
}

.why-sec__subheading p {
	font-size: 17px;
	max-width: 760px;
}

.why-sec__flex {
	margin: 0 -10px;
	flex-wrap: wrap;
}

.why-sec__col {
	flex-basis: 33.333%;
	max-width: 33.333%;
	padding: 0 10px;
}

@media screen and (max-width: 767.98px) {
	.why-sec__col {
		flex-basis: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 767.98px) {
	.why-sec__block {
		margin-bottom: 31px;
	}
}

.why-sec__block h3 {
	margin-bottom: 30px;
	max-width: 360px;
}

@media screen and (max-width: 767.98px) {
	.why-sec__block h3 {
		max-width: 100%;
	}
}

.why-sec__block p {
	max-width: 360px;
}

@media screen and (max-width: 767.98px) {
	.why-sec__block p {
		max-width: 100%;
	}
}

.why-sec__icon {
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
}

.why-sec__items-wrapper {
	margin-top: 127px;
}

@media screen and (max-width: 767.98px) {
	.why-sec__items-wrapper {
		margin-top: 16px;
	}
}

.why-sec__items {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -5px -10px;
	flex-wrap: wrap;
}

@media screen and (max-width: 767.98px) {
	.why-sec__items {
		padding: 0 10px 20px;
		margin: 8px -10px 0;
		overflow-x: auto;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}

.why-sec__image {
	flex-basis: 20%;
	text-align: center;
	padding: 0 5px;
	margin-bottom: 10px;
}

@media screen and (max-width: 767.98px) {
	.why-sec__image {
		flex-shrink: 0;
		flex-basis: auto;
		padding: 0;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 767.98px) {
	.why-sec__image:not(:last-child) {
		margin-right: 30px;
	}
}

.why-sec__image img {
	max-width: 150px;
	height: auto;
}

@media screen and (max-width: 991.98px) {
	.why-sec__image img {
		max-width: 120px;
	}
}

@media screen and (max-width: 767.98px) {
	.why-sec__image img {
		max-width: 150px;
	}
}

.clutch-sec {
	padding: 58px 0;
}

@media screen and (max-width: 575.98px) {
	.clutch-sec {
		padding: 20px 0 10px;
	}
}

.clutch-sec__heading {
	margin-bottom: 24px;
}

@media screen and (max-width: 575.98px) {
	.clutch-sec__heading h2 {
		font-size: 40px;
	}
}

.clutch-sec__flex {
	margin: 0 -10px;
	flex-wrap: wrap;
}

.clutch-sec__col {
	padding: 0 10px;
	flex-basis: 25%;
	max-width: 25%;
}

@media screen and (max-width: 1252px) {
	.clutch-sec__col {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 767.98px) {
	.clutch-sec__col {
		flex-basis: 100%;
		max-width: 100%;
	}
}

.clutch-sec__block {
	background-color: #f2f2f2;
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-f84b725/elogic.co/wp-content/themes/elogic/resources/images/home/clutch-bg.svg");
	background-size: cover;
	background-position: top left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	height: 385px;
	padding: 38px 31px 41px;
}

.clutch-sec__block.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 1252px) {
	.clutch-sec__block {
		margin-bottom: 20px;
		height: 280px;
	}
}

@media screen and (max-width: 767.98px) {
	.clutch-sec__block {
		height: auto;
		background-size: 281px auto;
		background-repeat: no-repeat;
	}
}

@media screen and (max-width: 575.98px) {
	.clutch-sec__block {
		padding: 19px 35px 40px;
		margin-bottom: 10px;
	}
}

.clutch-sec__block .rating {
	font-weight: 700;
	font-size: 57px;
	line-height: 57px;
	color: #152e38;
	position: relative;
	right: 0px;
}

@media screen and (max-width: 767.98px) {
	.clutch-sec__block .rating {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 575.98px) {
	.clutch-sec__block .rating {
		margin-bottom: 0px;
	}
}

.clutch-sec__block .stars {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: -3px;
}

.clutch-sec__block .stars img:not(:last-child) {
	margin-right: 2px;
}

.clutch-sec__block .clutch-info {
	padding-right: 12px;
}

@media screen and (max-width: 575.98px) {
	.clutch-sec__block .clutch-info {
		padding-right: 83px;
	}
}

@media screen and (max-width: 360px) {
	.clutch-sec__block .clutch-info {
		padding-right: 27px;
	}
}

.clutch-sec__block .clutch-info p {
	margin-bottom: 5px;
}

.clutch-sec__item {
	border: 1px solid #e2e3e5;
	height: 385px;
	padding: 30px 29px 26px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

@media screen and (max-width: 1252px) {
	.clutch-sec__item {
		margin-bottom: 20px;
		height: 280px;
	}
}

@media screen and (max-width: 767.98px) {
	.clutch-sec__item {
		height: auto;
	}
}

@media screen and (max-width: 575.98px) {
	.clutch-sec__item {
		margin-bottom: 10px;
	}
}

.clutch-sec__item .rating {
	display: flex;
	align-items: center;
	margin-bottom: 17px;
}

.clutch-sec__item .rating span {
	font-weight: 600;
	font-size: 30px;
	line-height: 47px;
	color: #30466d;
	margin-right: 24px;
}

.clutch-sec__item .rating .rating-star {
	display: flex;
	align-items: center;
	position: relative;
	top: -1px;
}

.clutch-sec__item .rating .rating-star img:not(:last-child) {
	margin-right: 2px;
}

@media screen and (max-width: 767.98px) {
	.clutch-sec__item p {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 575.98px) {
	.clutch-sec__item p {
		margin-bottom: 18px;
		min-height: 61px;
	}
}

.clutch-sec__item .author {
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #30466d;
}

.clutch-sec__item .author span {
	font-size: 19px;
	font-weight: 500;
	line-height: 31px;
	margin-top: 6px;
	display: block;
}

.news-sec {
	padding: 35px 0;
}

@media screen and (max-width: 575.98px) {
	.news-sec {
		padding: 22px 0;
	}
}

.news-sec__heading {
	margin-bottom: 46px;
}

@media screen and (max-width: 575.98px) {
	.news-sec__heading {
		margin-bottom: 24px;
	}
}

.news-sec__block .tags {
	font-weight: 400;
	font-size: 15px;
	line-height: 176%;
	color: #5e5e5e;
	margin-bottom: 25px;
}

.news-sec__block h3 {
	margin-bottom: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 102px;
	color: #313131;
}

@media screen and (max-width: 991.98px) {
	.news-sec__block h3 {
		font-size: 20px;
		height: 78px;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 575.98px) {
	.news-sec__block h3 {
		font-size: 17px;
		line-height: 176%;
		font-weight: 400;
	}
}

@media screen and (max-width: 575.98px)and (max-width: 575.98px) {
	.news-sec__block h3 {
		height: 60px;
		-webkit-line-clamp: 2;
		margin-bottom: 55px;
	}
}

.news-sec__image {
	height: 300px;
	margin-bottom: 25px;
}

@media screen and (max-width: 1252px) {
	.news-sec__image {
		height: 280px;
	}
}

.news-sec__more {
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #30466d;
	display: flex;
	align-items: center;
}

.news-sec__more:hover .icon img {
	transform: rotate(45deg);
}

.news-sec__more .icon {
	width: 39px;
	height: 39px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #30466d;
	margin-left: 20px;
}

.news-sec__more .icon img {
	transition: .3s linear;
}

.news-sec__swiper-pagination {
	display: none;
}

@media screen and (max-width: 991.98px) {
	.news-sec__swiper-pagination {
		margin-top: 22px;
		display: flex;
	}
}

.news-sec__swiper-prev, .news-sec__swiper-next {
	position: absolute;
	top: 120px;
	display: none;
}

@media screen and (max-width: 991.98px) {
	.news-sec__swiper-prev, .news-sec__swiper-next {
		display: flex;
	}
}

.news-sec__swiper-prev {
	left: 0;
}

.news-sec__swiper-next {
	right: 0;
}

.home-form {
	padding: 58px 0 93px;
}

@media screen and (max-width: 575.98px) {
	.home-form {
		padding: 18px 0 10px;
	}
}

.home-form__heading {
	margin-bottom: 17px;
}

@media screen and (max-width: 575.98px) {
	.home-form__heading {
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 575.98px) {
	.home-form__heading h2 {
		font-size: 28px;
		line-height: 120%;
	}
}

.home-form__subheading {
	margin-bottom: 50px;
}

@media screen and (max-width: 575.98px) {
	.home-form__subheading {
		margin-bottom: 31px;
	}
}

.home-form__subheading p {
	font-size: 17px;
}

.home-form__form {
	padding-right: 40px;
}

@media screen and (max-width: 991.98px) {
	.home-form__form {
		padding-right: 0;
	}
}

.home-form__btn .btn_h {
	border: 0;
}

.home-form__contacts {
	display: flex;
	margin: -4px -10px 0;
	flex-wrap: wrap;
}

@media screen and (max-width: 991.98px) {
	.home-form__contacts {
		margin: 30px -10px 0;
	}
}

@media screen and (max-width: 575.98px) {
	.home-form__contacts {
		justify-content: space-between;
	}
}

.home-form__contacts .col {
	flex-basis: 50%;
	max-width: 50%;
	padding: 0 10px;
	margin-bottom: 50px;
}

@media screen and (max-width: 575.98px) {
	.home-form__contacts .col {
		flex-basis: auto;
		max-width: initial;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 575.98px) {
	.home-form__contacts .col:nth-child(3) {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 575.98px) {
	.home-form__contacts .col:nth-child(4) {
		margin-bottom: 0;
	}
}

.home-form__contacts .col:nth-child(2n) {
	flex-basis: 160px;
	max-width: 160px;
}

.home-form__contacts p {
	font-weight: 500;
	font-size: 17px;
	line-height: 150%;
	color: #a0a0a0;
	margin-bottom: 22px;
}

.home-form__contacts ul li {
	font-weight: 400;
	font-size: 15px;
	line-height: 15px;
	color: #6f6f6f;
	list-style: none;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 360px) {
	.home-form__contacts ul li {
		font-size: 14px;
	}
}

.home-form__contacts ul li:not(:last-child) {
	margin-bottom: 26px;
}

.home-form__contacts ul li span {
	margin-right: 7px;
}

.home-form__contacts ul li a {
	color: #30466d;
	display: flex;
	align-items: center;
}

.home-form__contacts ul li a:hover svg path:not(:last-child) {
	fill: #30466d;
}

.home-form__contacts ul li a:hover .svg-image {
	filter: none;
	opacity: 1;
}

.home-form__contacts ul li a svg {
	margin-right: 10px;
}

.home-form__contacts ul li a .svg-image {
	filter: grayscale(100%);
	transition: all .3s;
	opacity: .55;
	margin-right: 10px;
}

.home-form .wpcf7-not-valid-tip {
	margin-top: 5px;
	font-size: 14px;
}

.home-form .flex-row {
	display: flex;
	margin: 0 -10px;
	flex-wrap: wrap;
}

.home-form .flex-row .col-8 {
	flex-basis: 66.666%;
	max-width: 66.666%;
	padding: 0 10px;
}

@media screen and (max-width: 1252px) {
	.home-form .flex-row .col-8 {
		flex-basis: 60%;
		max-width: 60%;
	}
}

@media screen and (max-width: 991.98px) {
	.home-form .flex-row .col-8 {
		flex-basis: 100%;
		max-width: 100%;
	}
}

.home-form .flex-row .col-4 {
	flex-basis: 33.333%;
	max-width: 33.333%;
	padding: 0 10px;
}

@media screen and (max-width: 1252px) {
	.home-form .flex-row .col-4 {
		flex-basis: 40%;
		max-width: 40%;
	}
}

@media screen and (max-width: 991.98px) {
	.home-form .flex-row .col-4 {
		flex-basis: 100%;
		max-width: 100%;
	}
}

.home-form .wpcf7-form-control-wrap {
	margin-bottom: 30px;
	display: block;
}

@media screen and (max-width: 575.98px) {
	.home-form .wpcf7-form-control-wrap {
		margin-bottom: 8px;
	}
}

.home-form .wpcf7-form-control-wrap input {
	height: 50px;
	width: 100%;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #d9d9db;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: .4px;
	color: #424242;
	padding-left: 21px;
}

@media screen and (max-width: 575.98px) {
	.home-form .wpcf7-form-control-wrap input {
		height: 62px;
	}
}

.home-form .wpcf7-form-control-wrap input::-moz-placeholder {
	color: #424242;
	opacity: 1;
}

.home-form .wpcf7-form-control-wrap input:-ms-input-placeholder {
	color: #424242;
	opacity: 1;
}

.home-form .wpcf7-form-control-wrap input::placeholder {
	color: #424242;
	opacity: 1;
}

.home-form .wpcf7-form-control-wrap.your_text {
	display: block;
	margin-bottom: 35px;
}

@media screen and (max-width: 575.98px) {
	.home-form .wpcf7-form-control-wrap.your_text {
		margin-bottom: 20px;
	}
}

.home-form .wpcf7-form-control-wrap.your_text textarea {
	height: 100px;
	width: 100%;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #d9d9db;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: .4px;
	color: #424242;
	padding: 19px 21px;
	resize: none;
}

@media screen and (max-width: 575.98px) {
	.home-form .wpcf7-form-control-wrap.your_text textarea {
		height: 147px;
		padding: 25px 21px;
	}
}

.home-form .wpcf7-form-control-wrap.your_text textarea::-moz-placeholder {
	color: #424242;
	opacity: 1;
}

.home-form .wpcf7-form-control-wrap.your_text textarea:-ms-input-placeholder {
	color: #424242;
	opacity: 1;
}

.home-form .wpcf7-form-control-wrap.your_text textarea::placeholder {
	color: #424242;
	opacity: 1;
}

.home-form .wpcf7-form-control.wpcf7-submit {
	height: 39px;
	padding: 0px 56px 0 11px;
	background: #30466d;
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .095em;
	text-transform: uppercase;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: auto;
}

@media screen and (max-width: 360px) {
	.home-form .wpcf7-form-control.wpcf7-submit {
		font-size: 11px;
		line-height: 11px;
	}
}

.home-form .wpcf7-form-control.wpcf7-submit::after {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-f84b725/elogic.co/wp-content/themes/elogic/resources/images/home/icon/btn-arrow.svg");
	width: 16px;
	height: 10px;
	right: 12px;
}

.home-form .wpcf7-form-control.wpcf7-submit:hover {
	box-shadow: 0px 20px 30px rgba(0, 0, 0, .15);
	color: #fff;
}

.home-form .wpcf7-form-control.wpcf7-submit:hover::after {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-f84b725/elogic.co/wp-content/themes/elogic/resources/images/home/icon/btn-arrow.svg");
	transform: translateY(-50%) rotate(45deg);
}

.home-form .form-file-in-text {
	position: relative;
}

.home-form .form__file {
	position: absolute;
	bottom: -51px;
	right: 0;
}

@media screen and (max-width: 991.98px) {
	.home-form .form__file {
		margin-bottom: 0;
		position: absolute;
		bottom: -30px;
	}
}

.home-form .form__file input {
	display: none;
}

.home-form .btn-upload {
	position: relative;
	opacity: .6;
	color: #424242;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .8px;
	text-transform: uppercase;
	text-decoration: none;
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	.home-form .btn-upload {
		flex-direction: row;
		justify-content: flex-end;
	}
}

.home-form .btn-upload:hover .btn-upload__icon::before {
	transform: rotate(45deg);
}

.home-form .btn-upload__icon {
	position: relative;
	top: 0px;
	right: 0;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(70, 70, 70, .23);
	border-radius: 50%;
}

.home-form .btn-upload__icon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 15px;
	margin: -7.5px 0 0 -8px;
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-f84b725/elogic.co/wp-content/themes/elogic/resources/images/home/icon/icon-file.svg") no-repeat 0 0;
	background-size: contain;
	transition: .3s linear;
}

.home-form .btn-upload__text {
	max-width: 110px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 12px;
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #6f6f6f;
}

@media screen and (max-width: 350px) {
	.home-form .btn-upload__text {
		max-width: 95px;
		margin-right: 5px;
		font-size: 11px;
	}
}

.home-form .wpcf7 form .wpcf7-response-output {
	border: 0;
	font-size: 14px;
}

.so-faq.home-faq {
	background: #fff;
	padding: 36px 0;
}

@media screen and (max-width: 575.98px) {
	.so-faq.home-faq {
		padding: 40px 0 0;
	}
}

.so-faq.home-faq .title.title__h h2:not(.title__sub) {
	letter-spacing: 0;
	margin-top: 0;
}

@media screen and (max-width: 575.98px) {
	.so-faq.home-faq .title.title__h h2:not(.title__sub) {
		font-size: 32px;
		line-height: 40px;
	}
}

@media screen and (max-width: 575.98px) {
	.so-faq.home-faq .faq-item {
		border-top: 0;
	}
}

.so-faq.home-faq .faq-items {
	margin-top: 24px;
	gap: 0 50px;
}

@media screen and (max-width: 991.98px) {
	.so-faq.home-faq .faq-items {
		gap: 0;
		margin-top: -2px;
	}
}

.so-faq.home-faq .faq-items .name {
	font-weight: 400;
	font-size: 17px;
	line-height: 176%;
	color: #5e5e5e;
	padding: 28px 70px 25px 0;
}

@media screen and (max-width: 575.98px) {
	.so-faq.home-faq .faq-items .name {
		padding: 20px 57px 23px 0;
	}
}

.so-faq.home-faq .faq-items .name:after, .so-faq.home-faq .faq-items .name::before {
	background: #6f6f6f;
}

.so-faq.home-faq .faq-items .name::before {
	right: 22px;
	top: 50%;
	margin-top: -7px;
}

@media screen and (max-width: 575.98px) {
	.so-faq.home-faq .faq-items .name::before {
		right: 6px;
	}
}

.so-faq.home-faq .faq-items .name::after {
	right: 16px;
	top: 50%;
	margin-top: -1px;
}

@media screen and (max-width: 575.98px) {
	.so-faq.home-faq .faq-items .name::after {
		right: 0;
	}
}

.so-faq.home-faq .faq-items .name h3 {
	line-height: 176%;
}

.so-faq.home-faq .faq-items.faq-items--2-col .faq-item {
	width: 100%;
}

.so-faq.home-faq .faq-items.faq-items--2-col .faq-col {
	width: calc(50% - 25px);
}

@media screen and (max-width: 991.98px) {
	.so-faq.home-faq .faq-items.faq-items--2-col .faq-col {
		width: 100%;
	}
}

.site-footer.site-footer-desktop {
	border: 0;
}

@media screen and (max-width: 575.98px) {
	.site-footer.site-footer-desktop .footer-main-block {
		padding-top: 40px;
	}
}
