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

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

::placeholder {
	color: #a0a0a0;
}

::-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;
}

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

@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;
	}
}

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

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

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

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

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

h1 p, h2 p {
	font-weight: 400;
	font-size: 19px;
	line-height: 173%;
	color: #5e5e5e;
	margin: 0;
}

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

h1 h3, h2 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:focus, .btn_h:active {
	box-shadow: inset 0px 4px 4px rgba(0, 0, 0, .15);
	color: #fff;
}

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

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

.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: 95;
}

.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;
}

.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;
}

.portfolio-sec {
	padding: 60px 0 95px;
}

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

@media screen and (max-width: 575.98px) {
	.portfolio-sec {
		padding: 28px 0 40px;
	}
}

.portfolio-sec__heading {
	margin-bottom: 22px;
}

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

.portfolio-sec__subheading {
	margin-bottom: 24px;
}

@media screen and (max-width: 767.98px) {
	.portfolio-sec__subheading {
		margin-bottom: 22px;
	}
}

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

.portfolio-sec__subheading p {
	max-width: 840px;
	font-weight: 300;
	font-size: 19px;
	line-height: 176%;
	color: #5e5e5e;
}

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

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

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

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

.portfolio-sec__block {
	height: 391px;
	position: relative;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
}

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

.portfolio-sec__block:hover .hover-block {
	opacity: 1;
}

.portfolio-sec__block:hover .image {
	background: linear-gradient(180deg, #ff8842 0%, #6b2801 100%);
}

.portfolio-sec__block:hover .image img {
	opacity: .2;
}

.portfolio-sec__image {
	height: 100%;
	width: 100%;
	position: relative;
	position: relative;
	z-index: 95;
}

@media screen and (max-width: 575.98px) {
	.portfolio-sec__image {
		height: 194px;
	}
}

.portfolio-sec__image img {
	transition: .3s linear;
}

.portfolio-sec__desc {
	height: 96px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 95;
	display: flex;
	align-items: center;
	padding: 20px 25px 20px 51px;
}

@media screen and (max-width: 991.98px) {
	.portfolio-sec__desc {
		padding: 20px;
	}
}

@media screen and (max-width: 575.98px) {
	.portfolio-sec__desc {
		height: auto;
		position: initial;
		flex-direction: column;
		align-items: flex-start;
		background: #fff;
		padding: 18px 0 0;
	}
}

.portfolio-sec__desc .btn_h .icon {
	margin-left: 36px;
}

.portfolio-sec__desc p {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 17px;
	line-height: 150%;
	color: #313131;
}

@media screen and (max-width: 991.98px) {
	.portfolio-sec__desc p {
		font-size: 15px;
	}
}

@media screen and (max-width: 767.98px) {
	.portfolio-sec__desc p {
		font-size: 17px;
	}
}

@media screen and (max-width: 575.98px) {
	.portfolio-sec__desc p {
		line-height: 150%;
		color: #313131;
		letter-spacing: 0px;
		margin-bottom: 26px;
	}
}

.portfolio-sec__desc .btn_h {
	display: none;
}

@media screen and (max-width: 575.98px) {
	.portfolio-sec__desc .btn_h {
		display: flex;
	}
}

.portfolio-sec__logo {
	width: 112px;
	margin-right: 48px;
	flex-shrink: 0;
}

@media screen and (max-width: 991.98px) {
	.portfolio-sec__logo {
		margin-right: 20px;
	}
}

@media screen and (max-width: 575.98px) {
	.portfolio-sec__logo {
		margin-bottom: 26px;
		height: 44px;
		display: flex;
		align-items: center;
		margin-right: 0;
	}
}

.portfolio-sec__logo img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

.portfolio-sec .flex-top {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
	.portfolio-sec .flex-top {
		flex-direction: column;
	}
}

.portfolio-sec .flex-top .btn-col {
	flex-shrink: 0;
	margin-left: 20px;
	margin-top: 5px;
}

@media screen and (max-width: 767.98px) {
	.portfolio-sec .flex-top .btn-col {
		margin-left: 0;
		margin-bottom: 25px;
	}
}

.portfolio-sec .image-h {
	width: 100%;
	height: 211px;
	position: relative;
}

.portfolio-sec .image-h .top-img {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 9px;
	top: 0;
	left: 0;
}

.portfolio-sec .image-h .top-img img {
	border-radius: 4px;
}

.portfolio-sec .hover-block {
	width: 275px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 27px;
	z-index: 95;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	opacity: 0;
	transition: .3s linear;
}

@media screen and (max-width: 575.98px) {
	.portfolio-sec .hover-block {
		display: none;
	}
}

.portfolio-sec .hover-block .link {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #fff;
	margin-top: 19px;
	margin-right: 30px;
}

.portfolio-sec .hover-block .link img {
	margin-left: 19px;
}

.portfolio-sec .btn_h:hover {
	text-decoration: none;
	color: #fff;
}

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

.portfolio-sec .search-block {
	max-width: 342px;
	position: relative;
	margin-bottom: 13px;
}

@media screen and (max-width: 575.98px) {
	.portfolio-sec .search-block {
		max-width: 100%;
		margin-bottom: 10px;
	}
}

.portfolio-sec .search-block .icon {
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
}

.portfolio-sec .search-block input {
	width: 100%;
	height: 40px;
	border: 1px solid #d9d9d9;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #5e5e5e;
	padding-left: 33px;
}

@media screen and (max-width: 575.98px) {
	.portfolio-sec .search-block input {
		height: 47px;
	}
}

.portfolio-sec .tab-content {
	display: none;
}

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

.portfolio-sec .top-category {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e2e3e5;
	list-style: none;
	margin-bottom: 29px;
}

@media screen and (max-width: 991.98px) {
	.portfolio-sec .top-category {
		flex-direction: column;
		border-bottom: 0;
		align-items: flex-start;
		margin-bottom: 18px;
	}
}

.portfolio-sec .top-category .tab-content.active {
	display: none;
}

@media screen and (max-width: 991.98px) {
	.portfolio-sec .top-category .tab-content.active {
		display: block;
	}
}

.portfolio-sec .top-category .item {
	width: 180px;
	text-align: center;
	font-weight: 400;
	font-size: 15px;
	line-height: 176%;
	color: #313131;
	padding: 11px 0;
	cursor: pointer;
	position: relative;
}

@media screen and (max-width: 991.98px) {
	.portfolio-sec .top-category .item {
		width: 100%;
		text-align: left;
		padding: 11px 10px;
	}
}

@media screen and (max-width: 991.98px) {
	.portfolio-sec .top-category .item::after {
		content: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-510b58b/elogic.co/wp-content/themes/elogic/resources/images/home/icon/tabs-arrow-p.svg");
		position: absolute;
		right: 0;
		height: 24px;
		top: 50%;
		margin-top: -12px;
		transition: .3s linear;
	}
}

.portfolio-sec .top-category .item::before {
	content: "";
	width: 100%;
	width: 0;
	height: 3px;
	background: #30466d;
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: .3s linear;
}

@media screen and (max-width: 991.98px) {
	.portfolio-sec .top-category .item::before {
		display: none;
	}
}

.portfolio-sec .top-category .item.active {
	font-weight: 600;
	color: #30466d;
}

@media screen and (max-width: 991.98px) {
	.portfolio-sec .top-category .item.active {
		font-weight: 400;
	}
}

.portfolio-sec .top-category .item.active::before {
	width: 100%;
}

.portfolio-sec .top-category .item.active::after {
	transform: rotate(-90deg);
}

.portfolio-sec .top-category .item:hover::before {
	width: 100%;
}

.portfolio-sec .sub-category {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

@media screen and (max-width: 991.98px) {
	.portfolio-sec .sub-category {
		margin-bottom: 0;
	}
}

.portfolio-sec .sub-category .sub-item {
	padding: 5px 25px;
	min-height: 36px;
	background: #f2f2f2;
	border-radius: 5px;
	font-weight: 400;
	font-size: 15px;
	line-height: 176%;
	text-align: center;
	color: #30466d;
	margin-bottom: 10px;
	cursor: pointer;
	transition: .3s linear;
}

@media screen and (max-width: 575.98px) {
	.portfolio-sec .sub-category .sub-item {
		margin-bottom: 8px;
	}
}

.portfolio-sec .sub-category .sub-item:not(:last-child) {
	margin-right: 10px;
}

.portfolio-sec .sub-category .sub-item.active {
	color: #fff;
	background: #30466d;
}

.portfolio-sec .sub-category .sub-item:hover {
	color: #fff;
	background: #30466d;
}

.portfolio-sec .pagination {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e2e3e5;
}

@media screen and (max-width: 767.98px) {
	.portfolio-sec .pagination {
		margin-top: 20px;
	}
}

.portfolio-sec .pagination .prev, .portfolio-sec .pagination .next {
	width: 26px;
	height: 26px;
	border: 1px solid rgba(66, 66, 66, .1);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: 0 0;
	cursor: pointer;
}

.portfolio-sec .pagination .btn-group {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 14px 0 18px;
}

.portfolio-sec .pagination .btn-group button {
	cursor: pointer;
}

.portfolio-sec .pagination .btn-group button:hover {
	color: #30466d;
}

.portfolio-sec .pagination .btn-group button, .portfolio-sec .pagination .btn-group span {
	border: 0;
	background: 0 0;
	width: 25px;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: .4px;
	color: #6f6f6f;
	margin: 0 3px;
	position: relative;
}

.portfolio-sec .pagination .btn-group button::before, .portfolio-sec .pagination .btn-group span::before {
	content: "";
	width: 100%;
	width: 0;
	height: 2px;
	background: #30466d;
	position: absolute;
	left: 0;
	bottom: -19px;
	transition: .3s linear;
}

.portfolio-sec .pagination .btn-group button.active, .portfolio-sec .pagination .btn-group span.active {
	color: #30466d;
}

.portfolio-sec .pagination .btn-group button.active::before, .portfolio-sec .pagination .btn-group span.active::before {
	width: 100%;
}

@media screen and (max-width: 991.98px) {
	.portfolio-sec .bottom-tab-content {
		display: none;
	}
}

.review-sec {
	padding: 0 0 125px;
}

@media screen and (max-width: 991.98px) {
	.review-sec {
		padding: 0 0 60px;
	}
}

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

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

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

.review-sec__block {
	padding: 30px 30px 0;
}

@media screen and (max-width: 1252px) {
	.review-sec__block {
		padding: 20px 20px 0;
	}
}

@media screen and (max-width: 575.98px) {
	.review-sec__block {
		padding: 28px 28px 0;
	}
}

.review-sec__block .top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 37px;
}

.review-sec__block .rating {
	display: flex;
	align-items: center;
}

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

@media screen and (max-width: 575.98px) {
	.review-sec__block .rating img:not(:last-child) {
		margin-right: 1px;
	}
}

.review-sec__block .logo img {
	height: 36px;
	max-width: 140px;
	width: auto;
}

@media screen and (max-width: 575.98px) {
	.review-sec__block .logo img {
		height: 34px;
	}
}

.review-sec__block .desc {
	margin-bottom: 30px;
}

.review-sec__block .desc p {
	font-weight: 400;
	font-size: 17px;
	line-height: 176%;
	color: #424242;
	min-height: 187px;
	overflow: hidden;
	max-width: 320px;
}

@media screen and (max-width: 575.98px) {
	.review-sec__block .desc p {
		min-height: 168px;
	}
}

.review-sec__block .author {
	display: flex;
	align-items: center;
}

.review-sec__block .image {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 15px;
}

@media screen and (max-width: 575.98px) {
	.review-sec__block .image {
		width: 47px;
		height: 47px;
	}
}

.review-sec__block .info h3 {
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	color: #424242;
	margin-bottom: 11px;
}

.review-sec__block .info p {
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
	color: #5e5e5e;
	margin-bottom: 0;
}

.review-sec__swiper-pagination {
	display: none;
	position: initial;
}

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

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

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

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

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

.home-form {
	padding: 0;
}

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

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

.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;
	line-height: 176%;
}

@media screen and (max-width: 575.98px) {
	.home-form__subheading p br {
		display: none;
	}
}

.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;
	}
}

.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: 600;
	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 img {
	margin-right: 10px;
}

.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%;
	}
}

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

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

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

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

@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-item p {
	font-weight: 400;
	font-size: 15px;
	line-height: 173%;
	color: #5e5e5e;
}

.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: 600;
	font-size: 17px;
	line-height: 176%;
	color: #5e5e5e;
	padding: 28px 70px 25px 0;
	min-height: 115px;
	display: flex;
	align-items: center;
}

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

.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 {
	font-weight: 400;
	line-height: 176%;
	color: #5e5e5e;
}

.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;
}

.home-form {
	padding: 0;
	z-index: 3;
	position: relative;
	margin-bottom: 100px;
}

@media screen and (max-width: 576px) {
	.home-form {
		margin-bottom: 60px;
	}
}

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

.home-form__heading span {
	color: #30466d;
	font-weight: 500;
}

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

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

@media (max-width: 600px) {
	.home-form .form__file {
		bottom: -34px;
	}
}

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

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

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

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

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

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

.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__form {
	padding-right: 40px;
}

@media screen and (max-width: 991.98px) {
	.home-form__form {
		padding-right: 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: 1000px) {
	.home-form__contacts .col {
		margin-bottom: 0px;
	}
}

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

.home-form__contacts p {
	font-weight: 300;
	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 span {
	margin-right: 7px;
}

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

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

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

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

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

#portfolio-projects {
	opacity: .7;
	transition: all 2s;
}

#portfolio-projects.sp-loading {
	opacity: 0;
}

#portfolio-projects.sp-loaded {
	opacity: 1;
}

@media screen and (max-width: 1000px) {
	.home-form__contacts .col {
		margin-bottom: 50px;
	}
}

@media (max-width: 500px) {
	.home-form__contacts {
		margin-bottom: -50px;
	}
	
	.home-form__contacts .col {
		margin-bottom: 50px;
	}
}

@media (max-width: 350px) {
	.home-form__form .wpcf7-form-control.wpcf7-submit {
		padding: 0px 33px 0 9px;
	}
	
	.home-form__form .wpcf7-form-control.wpcf7-submit:after {
		right: 11px;
	}
	
	.home-form__form .wpcf7-form-control .home-form .btn-upload__text {
		margin-right: 5px;
	}
}
