
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

audio, canvas, progress, video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

template, [hidden] {
	display: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active, a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
	-webkit-text-decoration: underline dotted;
}

b, strong {
	font-weight: inherit;
}

b, strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

button, input, select, textarea {
	font: inherit;
	margin: 0;
}

optgroup {
	font-weight: bold;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

*, *:before, *:after {
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	outline: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 50px #fff inset;
	-webkit-text-fill-color: #424242 !important;
	background: 0 0 !important;
	border: none !important;
}

body {
	width: 100%;
	height: 100%;
}

body.open:not(.new-design) {
	position: fixed;
	height: 100%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 13px;
	color: #424242;
	font-family: "Maison Neue";
	font-weight: 400;
	overflow-x: hidden;
}

a {
	color: #30466d;
	text-decoration: none;
	cursor: pointer;
	transition: .3s ease 0s;
}

a:link {
	color: #30466d;
}

a:active {
	color: #30466d;
}

a:visited {
	color: #30466d;
}

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

a img {
	border: none;
}

.clr, .clear {
	clear: both;
}

input, textarea, button {
	font-family: "Maison Neue";
}

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

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

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

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

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px #fbfbfb inset !important;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.s-mobile {
	display: none;
}

@media (max-width: 740px) {
	.s-mobile {
		display: block;
	}
}

.s-desktop {
	display: block;
}

@media (max-width: 740px) {
	.s-desktop {
		display: none;
	}
}

.wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	position: relative;
	max-width: 1366px;
	width: 100%;
	margin: 0 auto;
	padding: 0 25px;
}

.container:after {
	content: "";
	clear: both;
	display: block;
}

@media (max-width: 1359px) {
	.container {
		width: 1170px;
		padding: 0;
	}
}

@media (max-width: 1199px) {
	.container {
		width: 976px;
		padding: 0;
	}
}

@media (max-width: 1000px) {
	.container {
		width: 720px;
		padding: 0;
	}
}

@media (max-width: 740px) {
	.container {
		width: 325px;
		padding: 0;
	}
}

@media (max-width: 325px) {
	.container {
		width: 300px;
	}
}

.bts-list .btn {
	margin-right: 20px;
}

.bts-list .btn:last-child {
	margin-right: 0px;
}

.bts-center {
	text-align: center;
}

a.btn, .btn {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 36px;
	min-width: 151px;
	padding: 0 15px;
	line-height: 36px;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: #efefef;
	transition: all .28s cubic-bezier(.29, .04, .23, 1) 0s;
	text-align: left;
	overflow: hidden;
}

a.btn.btn-gray, .btn.btn-gray {
	background: #f4f5f7;
}

a.btn:hover, .btn:hover {
	color: #424242;
}

@media (max-width: 1199px) {
	a.btn:hover, .btn:hover {
		color: #efefef;
	}
}

a.btn:hover:before, .btn:hover:before {
	transform: translateX(-100%);
}

@media (max-width: 1199px) {
	a.btn:hover:before, .btn:hover:before {
		transform: translateX(0px);
	}
}

a.btn:before, .btn:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #30466d;
	transition: .3s ease-out 0s;
	z-index: 2;
}

a.btn:after, .btn:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	border: 1px solid rgba(66, 66, 66, .3);
	z-index: 1;
}

a.btn__text, .btn__text {
	display: inline-block;
	position: relative;
	top: 1px;
	z-index: 3;
}

a.btn__text._desktop, .btn__text._desktop {
	display: inline-block;
}

@media (max-width: 740px) {
	a.btn__text._desktop, .btn__text._desktop {
		display: none !important;
	}
}

a.btn__text._mobile, .btn__text._mobile {
	display: none;
}

@media (max-width: 740px) {
	a.btn__text._mobile, .btn__text._mobile {
		display: inline-block !important;
	}
}

a.btn.btn-arr, .btn.btn-arr {
	padding-right: 50px;
}

a.btn.btn-arr .btn__icon, .btn.btn-arr .btn__icon {
	position: absolute;
	top: 50%;
	right: 12px;
	width: 14px;
	height: 9px;
	margin: -4.5px 0 0 0;
	z-index: 3;
}

a.btn.btn-arr .btn__icon svg, .btn.btn-arr .btn__icon svg {
	position: absolute;
	top: 0px;
	left: 0px;
}

a.btn.btn-arr .btn__icon svg path, .btn.btn-arr .btn__icon svg path {
	fill: #efefef;
	transition: all .3s ease 0s;
}

a.btn.btn-arr:hover .btn__icon svg path, .btn.btn-arr:hover .btn__icon svg path {
	fill: #424242;
}

@media (max-width: 1199px) {
	a.btn.btn-arr:hover .btn__icon svg path, .btn.btn-arr:hover .btn__icon svg path {
		fill: #efefef;
	}
}

a.btn.btn-solid, .btn.btn-solid {
	color: #424242;
}

a.btn.btn-solid:before, .btn.btn-solid:before {
	transform: translateX(-100%);
}

a.btn.btn-solid .btn__icon svg path, .btn.btn-solid .btn__icon svg path {
	fill: #424242;
}

a.btn.btn-solid:hover, .btn.btn-solid:hover {
	color: #efefef;
}

@media (max-width: 1199px) {
	a.btn.btn-solid:hover, .btn.btn-solid:hover {
		color: #424242;
	}
}

a.btn.btn-solid:hover:before, .btn.btn-solid:hover:before {
	transform: translateX(0px);
}

@media (max-width: 1199px) {
	a.btn.btn-solid:hover:before, .btn.btn-solid:hover:before {
		transform: translateX(-100%);
	}
}

a.btn.btn-solid:hover .btn__icon svg path, .btn.btn-solid:hover .btn__icon svg path {
	fill: #efefef;
}

@media (max-width: 1199px) {
	a.btn.btn-solid:hover .btn__icon svg path, .btn.btn-solid:hover .btn__icon svg path {
		fill: #424242;
	}
}

a.btn.btn-trsp, .btn.btn-trsp {
	background: transparent;
	min-width: 0px;
	padding-left: 0px;
	color: #424242;
	opacity: 1;
	padding-right: 36px;
	height: 26px;
	line-height: 26px;
}

a.btn.btn-trsp:before, a.btn.btn-trsp:after, .btn.btn-trsp:before, .btn.btn-trsp:after {
	display: none;
}

a.btn.btn-trsp .btn__icon, .btn.btn-trsp .btn__icon {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 26px;
	height: 26px;
	border: 1px solid rgba(66, 66, 66, .3);
	border-radius: 50%;
	margin: 0;
	transition: .3s ease 0s;
}

a.btn.btn-trsp .btn__icon svg, .btn.btn-trsp .btn__icon svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 9px;
	margin: -4.5px 0 0 -7px;
}

a.btn.btn-trsp .btn__icon svg path, .btn.btn-trsp .btn__icon svg path {
	fill: #424242;
	transition: .3s ease 0s;
}

a.btn.btn-trsp:hover, .btn.btn-trsp:hover {
	background: none;
	color: #424242;
}

a.btn.btn-trsp:hover .btn__icon, .btn.btn-trsp:hover .btn__icon {
	background: #30466d;
	border-color: #30466d;
}

a.btn.btn-trsp:hover .btn__icon svg path, .btn.btn-trsp:hover .btn__icon svg path {
	fill: #fff;
}

a.btn.btn-center, .btn.btn-center {
	text-align: center;
}

.rb-bts {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 286px;
	height: 148px;
	z-index: 2;
	background: #ccc;
	overflow: hidden;
}

@media (max-width: 1199px) {
	.rb-bts {
		background: #30466d;
	}
}

.rb-bts:before {
	content: "";
	position: absolute;
	width: 200%;
	height: 300%;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	background: #30466d;
	border-radius: 25%;
	transition: .32s cubic-bezier(.29, .04, .23, 1) 0s;
}

@media (max-width: 1199px) {
	.rb-bts:before {
		display: none;
	}
}

.rb-bts:hover:before {
	transform: scaleX(.6) scaleY(.8);
	border-radius: 45%;
}

.rb-bts:hover .rb-bts__title {
	transform: translateX(-8px);
}

@media (max-width: 1199px) {
	.rb-bts:hover .rb-bts__title {
		transform: translateX(0px);
	}
}

.rb-bts:hover .btn {
	transform: translateX(-8px);
}

@media (max-width: 1199px) {
	.rb-bts:hover .btn {
		transform: translateX(0px);
	}
}

.rb-bts>span {
	position: relative;
	z-index: 2;
}

@media (max-width: 740px) {
	.rb-bts {
		width: 100%;
		height: 52px;
		background: #30466d;
	}
}

.rb-bts__title {
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	line-height: 23px;
	padding: 22px;
	transition: .32s cubic-bezier(.29, .04, .23, 1) 0s;
}

@media (max-width: 740px) {
	.rb-bts__title {
		display: none !important;
	}
}

.rb-bts .btn, .rb-bts .btn.btn-arr {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 52px;
	line-height: 52px;
	padding: 0 22px;
	min-width: 100%;
	background: transparent;
	color: #fff;
	transition: .32s cubic-bezier(.29, .04, .23, 1) 0s;
}

.rb-bts .btn:before, .rb-bts .btn:after, .rb-bts .btn.btn-arr:before, .rb-bts .btn.btn-arr:after {
	display: none;
}

.rb-bts .btn:hover, .rb-bts .btn.btn-arr:hover {
	color: #fff;
	background: transparent;
}

.rb-bts .btn:hover .btn__icon svg path, .rb-bts .btn.btn-arr:hover .btn__icon svg path {
	fill: #fff;
}

.rb-bts .btn__icon, .rb-bts .btn.btn-arr__icon {
	right: 13px !important;
}

.rb-bts .btn__icon svg path, .rb-bts .btn.btn-arr__icon svg path {
	fill: #fff;
}

.tooltip {
	position: relative;
}

.tooltip__pop {
	position: absolute;
	display: none;
	top: -50px;
	left: 100%;
	margin-left: 30px;
	width: 300px;
	background: #fff;
	z-index: 3;
	padding: 30px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.tooltip__pop:before {
	content: "";
	position: absolute;
	left: -30px;
	top: 40px;
	border: 15px solid transparent;
	border-right: 15px solid #fff;
}

.tooltip__pop:after {
	content: "";
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 5;
}

.tooltip__pop .name {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -.33px;
	line-height: 28px;
	margin: 0 0 20px 0;
}

.tooltip__pop .text {
	margin: 0 !important;
}

.tooltip-r .tooltip__pop {
	left: auto;
	right: 100%;
	margin-left: 0px;
	margin-right: 30px;
}

.tooltip-r .tooltip__pop:before {
	left: auto;
	right: -30px;
	border: 15px solid transparent;
	border-left: 15px solid #fff;
}

@media (max-width: 740px) {
	.tooltip .tooltip__pop {
		left: 0px;
		right: auto;
		top: 30px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.tooltip .tooltip__pop:before {
		left: 20px;
		right: auto;
		border: 15px solid transparent;
		border-bottom: 15px solid #fff;
		top: -30px;
	}
}

.tabs__content {
	display: none;
}

.tabs__content.active {
	display: block;
}

*[data-tab-index] {
	display: none;
}

*[data-tab-index]>* {
	-webkit-animation: none;
	-moz-animation: none;
}

*[data-tab-index].hide {
	display: none;
}

*[data-tab-index].hide>* {
	-webkit-animation: none;
	-moz-animation: none;
}

*[data-tab-index].open {
	display: block;
}

*[data-tab-index].open>* {
	-webkit-animation: slide-down .75s ease;
	-moz-animation: slide-down .75s ease;
}

.preloader {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: #f4f5f7;
	z-index: 200;
}

.preloader__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 300px;
	margin: -150px 0 0 -150px;
}

.preloader__icon img {
	width: 100%;
	height: 100%;
}

.video-popup {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 200;
	visibility: hidden;
	opacity: 0;
}

.video-popup.open {
	visibility: visible;
	opacity: 1;
}

.video-popup__overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .9);
}

.video-popup__container {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.video-popup__player {
	position: relative;
	z-index: 2;
}

.video-popup__player:hover .video-popup__toggle {
	opacity: 1;
	visibility: visible;
}

.video-popup__close {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.video-popup__toggle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 62px;
	height: 73px;
	margin: -36.5px 0 0 -31px;
	background: #30466d;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	transition: .3s cubic-bezier(.29, .04, .23, 1) 0s;
}

.video-popup__toggle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
}

.video-popup__toggle.pause:before {
	width: 7px;
	height: 17px;
	margin: -8.5px 0 0 -3.5px;
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/pause.svg") no-repeat 0 0;
	background-size: contain;
}

.video-popup__toggle.play:before {
	width: 10px;
	height: 15px;
	margin: -7.5px 0 0 -5px;
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/play-ico.svg") no-repeat 0 0;
	background-size: contain;
}

.video-popup video {
	width: auto;
	height: 523px;
	max-width: 90vw;
	max-height: 90vh;
	z-index: 2;
}

@media (max-width: 1199px) {
	.video-popup video {
		width: 100%;
		height: auto;
	}
}

.video-popup__progress {
	position: absolute;
	bottom: 49px;
	left: 40px;
	right: 40px;
	opacity: .87;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	line-height: 20px;
	z-index: 3;
}

@media (max-width: 740px) {
	.video-popup__progress {
		bottom: 20px;
	}
}

.video-popup__progress-b {
	float: left;
	padding-bottom: 16px;
}

.video-popup__progress-e {
	float: right;
	padding-bottom: 16px;
}

.video-popup__progress-l {
	clear: both;
	position: relative;
	height: 3px;
	background: #fff;
	cursor: pointer;
}

.video-popup__progress-ls {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 100%;
	background: #30466d;
}

@media (min-width: 1199px) {
	.new_home.header .top-menu li a {
		font-size: 14px;
	}
	
	.new_home.header .top-menu li.top-menu__mleft {
		margin-left: 196px;
	}
	
	.new_home.header .top-menu li a .top-menu__count {
		font-size: 10px;
	}
}

@media (min-width: 1199px)and (max-width: 1359px) {
	.new_home.header .top-menu li.top-menu__mleft {
		margin-left: 55px;
	}
}

@media (min-width: 1200px)and (max-width: 1361px) {
	.new_home.header .top-menu li a {
		font-size: 13px;
	}
}

.header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 101;
	padding: 12px 0 12px 0;
	background: transparent;
	background: #fff;
	transition: background .3s;
	height: 60px;
	border-bottom: 1px solid rgba(66, 66, 66, .2);
}

.header.header__dark .logo span.logo-black, .menu_open .header .logo span.logo-black {
	opacity: 1 !important;
}

.header.header__dark .logo span.logo-white, .menu_open .header .logo span.logo-white {
	opacity: 0 !important;
}

.header.header__dark .logo img.logo-normal, .menu_open .header .logo img.logo-normal {
	transform: translateY(-42px);
}

.header.header__dark .logo img.logo-icon, .menu_open .header .logo img.logo-icon {
	transform: translateY(0px);
}

.header.header__dark .top-menu li a .top-menu__count, .menu_open .header .top-menu li a .top-menu__count {
	opacity: 1 !important;
}

.header.header__dark .top-menu li a:hover, .menu_open .header .top-menu li a:hover {
	color: #424242;
}

.header.header__dark .top-menu li.active a, .menu_open .header .top-menu li.active a {
	opacity: 1;
}

.header.header__dark .mob-btn svg path, .menu_open .header .mob-btn svg path {
	fill: #424242;
}

.header .logo {
	width: 67px;
	height: 42px;
	margin: 3px 0 0;
	font-size: 0px;
	position: relative;
	overflow: hidden;
}

.header .logo span {
	display: block;
	position: relative;
	transition: .32s cubic-bezier(.4, .04, .23, 1) 0s;
}

.header .logo span.logo-white {
	opacity: 1;
}

.header .logo img {
	position: absolute;
	top: 0px;
	left: 0px;
	transition: .32s cubic-bezier(.4, .04, .23, 1) 0s;
}

.header .logo img.logo-normal {
	height: 42px;
	transform: translateY(0px);
}

.header .logo img.logo-icon {
	transform: translateY(1px);
}

.header .h-buttons {
	float: right;
}

@media (max-width: 1199px) {
	.header .h-buttons {
		display: none;
	}
}

.header .h-buttons .btn {
	min-width: 151px;
	background: #fff;
}

.header .top-menu {
	margin-left: 100px;
}

@media (max-width: 1199px) {
	.header .top-menu {
		display: none;
	}
}

.header .top-menu li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 12px 20px 0 20px;
}

.header .top-menu li:hover>a {
	color: #30466d !important;
}

.header .top-menu li:first-child {
	padding-left: 0px;
}

.header .top-menu li.top-menu__mleft {
	margin-left: 251px;
}

@media (max-width: 1359px) {
	.header .top-menu li.top-menu__mleft {
		margin-left: 158px;
	}
}

.header .top-menu li a {
	position: relative;
	display: block;
	color: #424242 !important;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}

.header .top-menu li a .top-menu__name {
	display: inline-block;
	vertical-align: top;
	background-color: transparent;
	background-size: 202% 1px;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	padding: 0 0 2px;
	transition: background-position .3s;
}

.header .top-menu li a .top-menu__count {
	top: -2px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	opacity: .8;
	font-size: 7px;
	font-weight: 600;
	margin-left: 10px;
}

.header .top-menu li.active a .top-menu__name {
	background-image: linear-gradient(90deg, #efefef 50%, transparent 0);
	background-position: 0 100%;
}

.header .top-menu .menu-item-32 a:hover, .header .top-menu .menu-item-31 a:hover, .header .top-menu .menu-item-13437 a:hover, .header .top-menu .menu-item-18178 a:hover, .header .top-menu .menu-item-59 a:hover, .header .top-menu .menu-item-22415 a:hover {
	color: #efefef;
	text-decoration: none;
}

.header .top-menu .menu-item-32 a:hover .top-menu__name, .header .top-menu .menu-item-31 a:hover .top-menu__name, .header .top-menu .menu-item-13437 a:hover .top-menu__name, .header .top-menu .menu-item-18178 a:hover .top-menu__name, .header .top-menu .menu-item-59 a:hover .top-menu__name, .header .top-menu .menu-item-22415 a:hover .top-menu__name {
	background-position: 0 100%;
}

.header .mob-btn {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 36px;
	height: 30px;
	cursor: pointer;
	z-index: 3;
}

@media (max-width: 1199px) {
	.header .mob-btn {
		display: block;
	}
}

.header .mob-btn svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 36px;
	height: 8px;
	margin: -4px 0 0 -18px;
	overflow: visible;
}

.header .mob-btn svg .line-1, .header .mob-btn svg .line-2 {
	transition: .3s ease-out 0s;
}

.menu_open .header .mob-btn .line-1 {
	transform: rotate(45deg) translateX(-1.5px) scale(.95);
	transform-origin: center center;
}

.menu_open .header .mob-btn .line-2 {
	transform: rotate(-45deg) translateX(-3px) scale(.95) translateY(1px);
	transform-origin: center center;
}

@media (max-width: 740px) {
	.header .mob-btn {
		display: block;
	}
}

.mob-menu {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	z-index: 100;
}

.menu_open .mob-menu {
	visibility: visible;
	opacity: 1;
}

.mob-menu__inner {
	min-height: 768px;
	padding-top: 82px;
}

@media (max-width: 740px) {
	.mob-menu__inner {
		padding-top: 118px;
		padding-bottom: 60px;
	}
}

.mob-menu__nav li {
	border-bottom: 1px solid rgba(66, 66, 66, .15);
}

.mob-menu__nav li a {
	display: block;
	color: #9e9e9e;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: -1.2px;
	line-height: 33px;
	padding: 24px 0;
	text-decoration: none;
	transition: .2s ease 0s;
}

@media (max-width: 740px) {
	.mob-menu__nav li a {
		font-size: 26px;
		line-height: 24px;
		letter-spacing: -.78px;
		padding: 15px 0;
	}
}

.mob-menu__nav li a:hover {
	color: #424242;
}

.mob-menu__nav li.active a {
	color: #424242;
}

.mob-menu__footer {
	margin-top: 45px;
	min-height: 148px;
}

@media (max-width: 1000px) {
	.mob-menu__footer {
		margin-top: 146px;
	}
}

@media (max-width: 740px) {
	.mob-menu__footer {
		margin-top: 107px;
	}
}

.mob-menu__col {
	width: 280px;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 1000px) {
	.mob-menu__col {
		display: block;
		margin-bottom: 46px;
	}
	
	.mob-menu__col:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 740px) {
	.mob-menu__col {
		width: 48%;
		display: inline-block;
	}
}

.mob-menu__title {
	opacity: .9;
	color: #424242;
	font-family: "Maison Neue Mono";
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .8px;
	line-height: 21px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.mob-menu__content {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: -.04px;
	line-height: 25px;
}

.mob-menu__content p {
	margin: 0;
}

.mob-menu__content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mob-menu__content a {
	color: #424242;
	text-decoration: none;
}

.mob-menu__content a:hover {
	color: #9e9e9e;
}

.mob-menu__bts {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

@media (max-width: 740px) {
	.mob-menu__bts {
		position: fixed;
		width: 100%;
	}
}

.mob-menu .container {
	position: initial;
}

.header .top-menu .menu-item-has-children {
	padding-bottom: 20px;
}

.mob-menu .mob-menu__nav .menu>.menu-item-has-children:after, .header .menu>.menu-item-has-children>a:after {
	content: "";
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/a-d-m.svg");
	width: 10px;
	display: inline-block;
	height: 10px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: -14px;
	top: 3px;
	transition: all .5s;
}

.mob-menu .mob-menu__nav .menu>.menu-item-has-children:after {
	width: 20px;
	height: 20px;
	right: 10px;
	top: 12px;
}

.menu-item-has-children {
	position: relative;
}

.header .top-menu li a .top-menu__count {
	display: none;
	opacity: 0 !important;
}

body.menu-opened {
	overflow: hidden;
}

.overlay-body {
	position: fixed;
	inset: 0;
	width: 100dvw;
	height: 100dvh;
	background: rgba(0, 0, 0, .5);
	visibility: hidden;
	opacity: 0;
	transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	z-index: 2;
}

.overlay-body.active {
	visibility: visible;
	opacity: 1;
}

.header .top-menu li:hover>a {
	font-weight: 600;
}

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

.header .top-menu li.menu-item-active>a {
	font-weight: 600;
	color: #30466d !important;
}

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

.megamenu {
	background-color: #fff;
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 999;
}

.megamenu-wrapper {
	max-width: 1366px;
	display: none;
	grid-template-columns: 1fr 4fr;
	margin: 0 auto;
	padding: 46px 25px;
	min-height: 516px;
}

.megamenu-wrapper.active {
	display: grid;
}

.megamenu-tabs {
	padding-right: 16px;
	border-right: 1px solid rgba(224, 224, 224, .5);
}

.megamenu-tabs .tabitem {
	font-weight: 700;
	font-size: 14px;
	line-height: 140%;
	padding: 14px 20px 14px 16px;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
	border-radius: 5px;
	cursor: pointer;
	color: #313131;
	position: relative;
}

.megamenu-tabs .tabitem.active {
	color: #30466d;
	background-color: #eff3fb;
}

.megamenu-tabs .tabitem.active:before {
	content: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/button-arrow-right-blue.svg");
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 14px;
}

.megamenu-tabs-content {
	padding-left: 32px;
}

.megamenu-columns {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.megamenu-columns.tabcontent {
	display: none;
}

.megamenu-columns.tabcontent .tabcontent-item-heading {
	color: #30466d;
	font-weight: 700;
	font-size: 14px;
	line-height: 130%;
	margin-bottom: 16px;
}

.megamenu-columns.tabcontent .tabcontent-item-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.megamenu-columns.tabcontent .tabcontent-item-link a {
	color: #424242;
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	transition: color .3s ease-in-out;
}

.megamenu-columns.tabcontent .tabcontent-item-link:hover a {
	color: #30466d;
	text-decoration: underline;
}

.megamenu-columns.tabcontent .tabcontent-item .view-all a {
	color: #30466d;
	font-weight: 700;
	font-size: 14px;
	line-height: 140%;
}

.megamenu-columns.tabcontent .tabcontent-item .view-all:hover a {
	color: #30466d;
	text-decoration: underline;
}

.megamenu-columns.tabcontent.active {
	display: grid;
}

@media (min-width: 1200px) {
	.menu-item-has-children .sub-menu li {
		width: 100%;
		padding: 0;
		padding-bottom: 20px;
	}
	
	.menu-item-has-children .sub-menu {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		background: #fff;
		width: 300px;
		left: -100%;
		top: 48px;
		padding: 10px 20px;
		z-index: 99;
		transition: all .1s;
	}
	
	.menu-item-has-children:hover .sub-menu {
		visibility: visible;
		opacity: 1;
		height: auto;
		left: -20px;
	}
	
	.menu-item-has-children.two-column.top-menu__services ul.sub-menu {
		visibility: hidden;
		opacity: 0;
		margin-left: -10000px;
		z-index: -100;
		transition: none !important;
	}
	
	.menu-item-has-children.two-column.top-menu__services:hover ul.sub-menu {
		visibility: visible;
		opacity: 1;
		margin-left: 0;
		z-index: 10;
	}
	
	.menu-item-has-children:hover:after {
		top: 25px;
	}
}

.menu-item-has-children.two-column .sub-menu .footer-button {
	visibility: visible;
	position: absolute;
	bottom: 0;
	width: 100% !important;
	left: 0;
	z-index: 100;
	height: auto;
	padding: 20px 20px 17px 20px;
	padding-right: 20px !important;
	text-align: center;
	background: #f4f5f7;
}

.menu-item-has-children.two-column .sub-menu .footer-button a, .menu-item-has-children.two-column .sub-menu .footer-button .top-menu__name {
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	letter-spacing: .8px;
	color: #30466d !important;
	opacity: 1 !important;
}

@media (min-width: 1200px) {
	.menu-item-has-children.two-column .sub-menu {
		max-width: 1314px;
		width: 1166px;
		left: -153px;
		height: 347px;
		padding: 30px 0px 30px 40px;
	}
	
	.menu-item-has-children .sub-menu {
		background: #fbfbfd;
		padding: 40px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		box-sizing: border-box;
		padding-bottom: 30px;
		overflow: hidden;
		border-bottom: 1px solid rgba(66, 66, 66, .2);
		border-left: 1px solid rgba(66, 66, 66, .2);
		border-right: 1px solid rgba(66, 66, 66, .2);
	}
	
	.menu-item-has-children .sub-menu li a:hover {
		opacity: 1 !important;
	}
	
	.menu-item-has-children .sub-menu li a .top-menu__name {
		transition: all .5s;
		transition: background-position .3s;
		display: inline-block;
		vertical-align: top;
		background-color: transparent;
		background-size: 202% 1px;
		background-position: 100% 100%;
		background-repeat: no-repeat;
		padding: 0 0 2px;
	}
	
	.menu-item-has-children.two-column .sub-menu li {
		width: 25% !important;
	}
	
	.menu-item-has-children.two-column .sub-menu li:last-child {
		padding-right: 0;
	}
	
	.menu-item-has-children .sub-menu li {
		padding-bottom: 5px;
		vertical-align: top;
		font-weight: 300;
	}
	
	.menu-item-has-children .sub-menu li a:hover .top-menu__name {
		color: #30466d;
		font-weight: 500;
	}
	
	.top-menu__services .sub-menu .serv-column, .menu-item-has-children .sub-menu .menu-item-21859, .menu-item-has-children .sub-menu .menu-item-21006, .menu-item-has-children .sub-menu .menu-item-21007, .menu-item-has-children .sub-menu .menu-item-21008, .menu-item-has-children .sub-menu .menu-item-21009, .menu-item-has-children .sub-menu .menu-item-24388, .menu-item-has-children .sub-menu .menu-item-24393, .menu-item-has-children .sub-menu .menu-item-24398, .menu-item-has-children .sub-menu .menu-item-24384, .menu-item-has-children .sub-menu .menu-item-24400 {
		padding-bottom: 20px;
		border-width: 100px;
		margin-bottom: 20px;
		left: 25px;
		vertical-align: middle;
	}
	
	.top-menu__services .sub-menu .serv-column a, .menu-item-has-children .sub-menu .menu-item-21859 a, .menu-item-has-children .sub-menu .menu-item-21006 a, .menu-item-has-children .sub-menu .menu-item-21007 a, .menu-item-has-children .sub-menu .menu-item-21008 a, .menu-item-has-children .sub-menu .menu-item-21009 a, .menu-item-has-children .sub-menu .menu-item-24388 a, .menu-item-has-children .sub-menu .menu-item-24393 a, .menu-item-has-children .sub-menu .menu-item-24398 a, .menu-item-has-children .sub-menu .menu-item-24384 a, .menu-item-has-children .sub-menu .menu-item-24400 a {
		opacity: 1 !important;
		letter-spacing: .8px;
		font-weight: 300;
		color: #424242;
		cursor: default;
		pointer-events: none;
	}
	
	.top-menu__services .sub-menu .serv-column a:hover .top-menu__name, .menu-item-has-children .sub-menu .menu-item-21859 a:hover .top-menu__name, .menu-item-has-children .sub-menu .menu-item-21006 a:hover .top-menu__name, .menu-item-has-children .sub-menu .menu-item-21007 a:hover .top-menu__name, .menu-item-has-children .sub-menu .menu-item-21008 a:hover .top-menu__name, .menu-item-has-children .sub-menu .menu-item-21009 a:hover .top-menu__name, .menu-item-has-children .sub-menu .menu-item-24388 a:hover .top-menu__name, .menu-item-has-children .sub-menu .menu-item-24393 a:hover .top-menu__name, .menu-item-has-children .sub-menu .menu-item-24398 a:hover .top-menu__name, .menu-item-has-children .sub-menu .menu-item-24384 a:hover .top-menu__name, .menu-item-has-children .sub-menu .menu-item-24400 a:hover .top-menu__name {
		color: #424242;
	}
	
	.top-menu__services .sub-menu .serv-column:before, .menu-item-has-children .sub-menu .menu-item-21859:before, .menu-item-has-children .sub-menu .menu-item-21006:before, .menu-item-has-children .sub-menu .menu-item-21007:before, .menu-item-has-children .sub-menu .menu-item-21008:before, .menu-item-has-children .sub-menu .menu-item-21009:before, .menu-item-has-children .sub-menu .menu-item-24388:before, .menu-item-has-children .sub-menu .menu-item-24393:before, .menu-item-has-children .sub-menu .menu-item-24398:before, .menu-item-has-children .sub-menu .menu-item-24384:before, .menu-item-has-children .sub-menu .menu-item-24400:before {
		background-position: center;
		background-repeat: no-repeat;
		content: "";
		position: absolute;
		display: inline-block;
		width: 15px;
		height: 15px;
		left: -25px;
		top: -1px;
	}
	
	.menu-item-has-children .sub-menu .end-to-end-development:before {
		background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/menu/end-to-end-development.svg");
	}
	
	.menu-item-has-children .sub-menu .team-extension:before {
		background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/menu/team-extension.svg");
	}
	
	.menu-item-has-children .sub-menu .consulting:before {
		background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/menu/consulting.svg");
	}
	
	.menu-item-has-children .sub-menu .magento-services:before {
		background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/menu/magento-services.svg");
	}
	
	.menu-item-has-children.two-column .sub-menu li {
		padding-right: 50px;
	}
	
	.menu-item-has-children .sub-menu .serv-column {
		width: 25%;
	}
	
	.menu-item-has-children .sub-menu .serv-column .sub-menu {
		display: flex;
		flex-direction: column;
		left: -25px;
		border-left: 0;
		padding: 0px;
	}
	
	.menu-item-has-children .sub-menu .serv-column .sub-menu li {
		padding-bottom: 12px;
		height: initial;
	}
	
	.menu-item-has-children .sub-menu .serv-column .sub-menu li a {
		cursor: pointer;
		font-weight: 300;
		font-size: 14px;
		line-height: 1.76;
		color: rgba(66, 66, 66, .8);
		text-transform: none;
		pointer-events: auto;
		letter-spacing: .1px;
		opacity: .7;
	}
	
	.menu-item-has-children .sub-menu .serv-column .sub-menu li a:hover .top-menu__name {
		color: #30466d;
	}
	
	.menu-item-has-children .sub-menu .serv-column:after {
		background-image: none;
	}
	
	.menu-item-has-children .sub-menu .serv-column:after {
		content: "";
		border-bottom: 1px solid #e9ebef;
		width: 80%;
		display: inline-block;
		position: absolute;
		top: 20px;
		left: -25px;
	}
	
	.serv-column:hover:after {
		top: 20px;
	}
}

@media (max-width: 1199px) {
	.menu-item-has-children .sub-menu {
		display: none;
		width: 100%;
		padding: 10px 20px;
	}
	
	.menu-item-has-children.active:after {
		transform: rotate(-90deg);
	}
	
	.menu-item-has-children:after {
		cursor: pointer;
	}
	
	.menu-item-has-children {
		padding-right: 60px;
	}
	
	.menu-item-has-children:after {
		width: 20px;
		height: 20px;
	}
	
	.menu-item-has-children .sub-menu li a {
		font-size: 20px !important;
	}
}

.top-menu {
	visibility: visible !important;
}

.header__nav .butt-standard.filled {
	margin-top: -2px;
}

@media (min-width: 767px) {
	.header__nav .butt-standard.filled {
		float: right;
		margin-right: 55px;
	}
}

@media (min-width: 1200px) {
	.header__nav .butt-standard.filled {
		margin-right: 0;
	}
	
	.menu-item-18788 .sub-menu {
		width: 200px;
	}
	
	.menu-item-18788 .sub-menu li {
		padding-bottom: 15px;
	}
}

.section-standard .mob-menu__nav li:last-child {
	border-bottom: none;
}

.section-standard .mob-menu__nav .butt-standart-wrapper {
	text-align: center;
}

.section-standard .mob-menu__nav .butt-standard {
	display: block;
	margin-top: 25px;
}

.section-standard .mob-menu__nav .butt-standard.filled a {
	width: 100%;
	padding: 20px 0;
	display: block;
	text-align: center;
	font-size: 20px;
}

.header .logo {
	width: 120px;
}

@media (max-width: 767px) {
	.header__nav .butt-standard.filled {
		float: right;
		padding-right: 25px;
	}
}

@media (max-width: 500px) {
	.header__nav .butt-standard.filled a {
		padding: 10px 14px;
		font-size: 11px;
		font-weight: 400;
	}
	
	.header.header__dark .logo img.logo-icon {
		transform: translateY(0px);
	}
}

.mob-menu__footer {
	margin-top: 20px;
}

.mob-menu__title {
	margin-bottom: 10px;
}

.menu-item-has-children .sub-menu .serv-column .sub-menu .menu_serv_text {
	cursor: default;
	height: 93px;
}

.menu-item-has-children .sub-menu .serv-column .sub-menu .menu_serv_quest {
	cursor: default;
	height: 33px;
}

.menu-item-has-children .sub-menu .serv-column .sub-menu .menu_serv_btn {
	display: inline-block;
}

.menu-item-has-children .sub-menu .serv-column .sub-menu .menu_serv_btn a {
	opacity: 1 !important;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	border: 1px solid #8390a7;
	letter-spacing: 1px;
	padding: 10px 18px 6px;
	background: #30466d;
	cursor: pointer !important;
	pointer-events: auto !important;
}

.menu-item-has-children .sub-menu .serv-column .sub-menu .menu_serv_btn a span {
	color: #fff;
}

.menu-item-has-children .sub-menu .serv-column .sub-menu .menu_serv_btn a:hover {
	background: transparent;
}

.menu-item-has-children .sub-menu .serv-column .sub-menu .menu_serv_btn a:hover span {
	color: #30466d;
}

.menu-item-has-children.two-column .sub-menu li a .top-menu__count {
	margin: 0;
}

.menu-item-has-children.two-column .sub-menu li {
	height: 45px;
}

.menu-item-has-children .sub-menu .menu-item-24384 ul li a {
	position: relative;
	cursor: default !important;
	pointer-events: none !important;
	color: #424242 !important;
}

@media (max-width: 1350px) {
	.menu-item-has-children.two-column .sub-menu {
		max-width: 1200px;
		width: 1200px;
	}
}

.head-about_arrow:after {
	right: 10px;
}

#menu-header-de .menu-item-24381 .sub-menu {
	height: 320px;
}

#menu-header-de .menu-item-24381 .sub-menu .serv-column .sub-menu .menu_serv_text {
	height: 120px;
}

#menu-header-de .menu-item-24381 .sub-menu .serv-column .sub-menu .menu_serv_quest {
	height: 50px;
}

#menu-header-de .menu-item-has-children.two-column .sub-menu li:last-child {
	padding-right: 50px;
}

.header .container {
	display: flex;
}

.header__nav {
	width: calc(100% - 120px - 36px);
}

#menu-header-menu {
	display: flex;
	padding-right: 20px;
}

#menu-header-menu .top-menu__blog {
	margin-left: auto;
}

#menu-header-menu>.menu-item-has-children:not(.two-column)>.sub-menu>li {
	line-height: 176%;
	color: #424242;
}

#menu-header-menu>.menu-item-has-children:not(.two-column)>.sub-menu {
	padding-top: 35px;
	padding-bottom: 18px;
}

#menu-header-menu>.menu-item-has-children:not(.two-column)>.sub-menu>li {
	padding-bottom: 15px;
}

.header__nav .butt-standard a {
	padding-top: 15px;
	padding-right: 47px;
	padding-bottom: 12px;
	padding-left: 47px;
}

@media screen and (max-width: 1199px) {
	.header .container {
		box-sizing: border-box;
		width: 100% !important;
		padding: 0 20px !important;
	}
	
	.header .header__nav {
		width: auto;
		flex: 1;
	}
	
	.header .mob-btn {
		width: 40px;
		height: 40px;
		display: flex !important;
		right: -13px;
		top: -2px;
		transition: all ease-in-out .3s;
	}
	
	.header .mob-btn, .header .mob-btn svg {
		position: relative;
	}
	
	.header .mob-btn svg {
		display: none;
	}
	
	.header .mob-btn:before, .header .mob-btn:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		transition: all ease-in-out .3s;
	}
	
	.header .mob-btn:before {
		background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/header-mobile-menu-toggle.svg");
	}
	
	.header .mob-btn:after {
		background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/header-mobile-menu-toggle-active.svg");
		opacity: 0;
	}
	
	.header .mob-btn.active {
		transition: all ease-in-out .3s;
		transform: rotate(180deg);
	}
	
	.header .mob-btn.active:before {
		transition: all ease-in-out .3s;
		opacity: 0 !important;
	}
	
	.header .mob-btn.active:after {
		transition: all ease-in-out .3s;
		opacity: 1 !important;
	}
	
	.mob-menu .container {
		width: 100%;
		padding: 0 20px !important;
		box-sizing: border-box;
	}
	
	.mob-menu__nav ul#menu-header-menu-mobile>li>a {
		padding: 15px 0;
		font-weight: 600;
		font-size: 18px;
		line-height: 150%;
		color: #30466d;
	}
	
	.mob-menu {
		padding-left: 24px;
		background: linear-gradient(180deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .5) 0%);
	}
	
	.mob-menu__inner {
		background-color: #fff;
		min-height: 100vh;
		padding-top: 75px;
		overflow-y: auto;
	}
	
	.new-design #menu-header-menu-mobile .menu-item.hidden {
		display: none;
	}
	
	#menu-header-menu-mobile>.menu-item-has-children>.sub-menu>li {
		padding-left: 18px;
	}
	
	#menu-header-menu-mobile>.menu-item-has-children>.sub-menu>li>a {
		font-size: 17px !important;
		line-height: 176%;
		font-weight: 600;
		color: #313131;
		padding: 15px 0;
	}
	
	#menu-header-menu-mobile>.menu-item-has-children>.sub-menu>li>.sub-menu>li>a {
		font-size: 17px !important;
		line-height: 176%;
		font-weight: 600;
		color: #30466d;
		padding: 15px 0;
	}
	
	#menu-header-menu-mobile>.menu-item-has-children>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
		font-size: 15px !important;
		line-height: 176%;
		font-weight: 300;
		color: #313131;
		padding: 15px 0;
	}
	
	.mob-menu__content li:not(:last-child) {
		margin-bottom: 7px;
	}
	
	.mob-menu__content a {
		font-weight: 500;
		font-size: 13px;
		line-height: 13px;
		letter-spacing: .8px;
		color: #30466d;
	}
	
	.menu-item-has-children .sub-menu {
		padding: 0;
		width: calc(100% + 60px);
		margin-top: -10px;
	}
	
	.mob-menu__nav .menu-item-has-children:after {
		background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/header-mobile-toggle-arrow.svg") !important;
	}
	
	.mob-menu__nav .menu-item-has-children .sub-menu {
		width: calc(100% + 60px);
	}
	
	.mob-menu__nav .menu-item-has-children .footer-button {
		position: relative !important;
	}
	
	.menu-item-has-children.two-column .sub-menu .footer-button {
		padding: 10px 20px 7px 20px;
	}
	
	.menu-item-has-children.two-column .sub-menu .footer-button a {
		font-size: 13px !important;
	}
	
	.menu-item-has-children.two-column .sub-menu li {
		height: auto;
	}
	
	.mob-menu__nav .sub-menu .menu-item-has-children {
		position: relative;
	}
	
	.mob-menu__nav .sub-menu .menu-item-has-children:after {
		content: "";
		width: 20px;
		height: 20px;
		right: 10px;
		top: 12px;
		text-align: center;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		transition: all .5s;
		background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/header-mobile-toggle-arrow.svg") !important;
	}
	
	.mob-menu__content .footer-contact-list li {
		font-size: 13px;
	}
	
	.mob-menu__nav .menu-item-has-children .sub-menu li .sub-menu li a {
		color: #424242;
	}
	
	.mob-menu__nav .menu-item-33 .sub-menu li.magento-services {
		border-bottom: none;
	}
	
	.mob-menu__nav .menu-item-has-children.serv-column {
		padding-left: 25px;
		position: relative;
	}
	
	.mob-menu__nav .menu-item-has-children.serv-column:before {
		content: "";
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		display: inline-block;
		width: 15px;
		height: 15px;
		left: 0;
		top: 15px;
	}
	
	.mob-menu__nav .menu-item-has-children.serv-column.end-to-end-development:before {
		background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/menu/end-to-end-development.svg");
	}
	
	.mob-menu__nav .menu-item-has-children.serv-column.team-extension:before {
		background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/menu/team-extension.svg");
	}
	
	.mob-menu__nav .menu-item-has-children.serv-column.consulting:before {
		background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/menu/consulting.svg");
	}
	
	.mob-menu__nav .menu-item-has-children.serv-column.magento-services:before {
		background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/menu/magento-services.svg");
	}
	
	.menu-item-has-children.active:after {
		transform: rotate(-180deg) !important;
	}
	
	.mob-menu__nav li.active a.active {
		color: #30466d !important;
	}
}

@media screen and (max-width: 768px) {
	.header .container {
		padding: 0 15px !important;
	}
	
	.header__nav .butt-standard.filled {
		padding-right: 5px;
	}
	
	.header__nav .butt-standard a {
		color: transparent !important;
		border: none !important;
		padding: 0;
		width: 40px;
		height: 40px;
		background-color: #30466d !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
		background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/header-mobile-contact-icon.svg") !important;
	}
	
	.header__nav .butt-standard a.nitro-lazy {
		background-image: none !important;
	}
	
	.mob-menu__col {
		width: 100%;
	}
}

.header_zero {
	top: 0 !important;
}

.header_row {
	background: #30466d;
}

.header_row .header_row_wr {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
}

.header_row .header_row_text {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.header_row .header_row_text span {
	font-weight: 300;
}

.header_row .header_row_btn {
	margin-left: 31px;
	height: 100%;
	display: flex;
	align-items: center;
}

.header_row .header_row_btn a {
	width: 180px;
	font-weight: 600;
	font-size: 15px;
	line-height: 26px;
	text-transform: uppercase;
	color: #30466d;
	background: #f4f5f7;
	padding: 7px 34px;
}

.header_row .header_row_btn a:hover {
	background: #fff;
}

@media (max-width: 1200px) {
	.header_row .container {
		box-sizing: border-box;
		width: 100% !important;
		padding: 0 20px !important;
	}
}

@media (max-width: 1000px) {
	.header_row .header_row_btn {
		margin-left: 15px;
	}
}

@media (max-width: 768px) {
	.header_row .container {
		padding: 0 15px !important;
	}
	
	.header_row .header_row_wr {
		padding-right: 0;
	}
	
	.header_row .header_row_text {
		line-height: 18px;
	}
	
	.header_row .header_row_btn {
		height: 40px;
	}
	
	.header_row .header_row_btn a {
		font-size: 13px;
		line-height: 22px;
		padding: 10px 13px;
		width: 120px;
	}
}

@media (max-width: 460px) {
	.header_row .header_row_btn a {
		padding: 27px 13px;
		width: 120px;
		text-align: center;
		line-height: 17px;
	}
	
	.header_row .header_row_btn {
		height: 70px;
		margin-left: 8px;
	}
	
	.header_row .container {
		padding-right: 0 !important;
	}
}

.header.header_pad {
	position: relative;
}

.header_row.header_fix_position {
	margin-bottom: 60px;
}

.header.header_pad.header_fix_position {
	top: 0;
	position: fixed;
}

.menu_open.open .header.header_pad {
	position: fixed;
	top: 0;
}

.new-design {
	overflow-x: hidden;
}

.new-design .backdrop {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 100;
	transition: all .5s ease;
	right: -100%;
	background: linear-gradient(270deg, rgba(48, 70, 109, .37) 0%, rgba(48, 70, 109, 0) 102.51%);
}

.new-design .backdrop.backdrop-overlay {
	right: 0;
}

.new-design .header {
	background-color: #30466d;
	position: fixed;
	border-bottom: none;
	width: 100%;
	z-index: 101;
	padding: 10px 0;
}

.new-design .header-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.new-design .header .container {
	width: 100%;
	max-width: 100% !important;
	display: block;
}

.new-design .header .logo {
	min-width: 130px;
}

.new-design .header .logo img {
	transform: none;
	transition: none;
}

.new-design .header .logo img.logo-icon {
	transform: none;
}

.new-design .header.menu-opened .menu-title {
	color: #30466d;
	z-index: 102;
}

.new-design .header.menu-opened .mob-btn {
	filter: brightness(0) saturate(100%) invert(25%) sepia(13%) saturate(2092%) hue-rotate(180deg) brightness(93%) contrast(90%);
}

.new-design .header.menu-opened .mob-btn:after {
	filter: brightness(0) saturate(100%) invert(25%) sepia(13%) saturate(2092%) hue-rotate(180deg) brightness(93%) contrast(90%);
	z-index: 102;
}

.new-design .header .menu-title {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 130%;
	margin-right: 16px;
	transition: all .5s ease;
}

.new-design .header .menu-title.hide {
	display: none;
}

.new-design .header .menu-title.show {
	display: block;
}

.new-design .header .mob-btn-wrapper {
	display: flex;
	align-items: center;
	z-index: 103;
}

.new-design .header .mob-btn {
	position: relative;
	width: 40px;
	height: 40px;
	display: flex !important;
	transition: all ease-in-out .3s;
}

.new-design .header .mob-btn:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all ease-in-out .3s;
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/bars-staggered.svg");
}

.new-design .header .mob-btn:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all ease-in-out .3s;
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/header-mobile-menu-active-white.svg");
	opacity: 0;
}

.new-design .header .mob-btn.active {
	transition: all ease-in-out .3s;
	transform: rotate(180deg);
}

.new-design .header .mob-btn.active:after {
	transition: all ease-in-out .3s;
	opacity: 1;
}

.new-design .header .mob-btn.active:before {
	opacity: 0;
}

.new-design .header .mob-menu {
	height: 100vh;
	min-height: 100%;
	background: #fff;
	max-width: 485px;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	left: unset;
	transform: translateX(100%);
	opacity: 1;
	transition: all .5s ease;
	padding-left: 0;
}

.new-design .header .mob-menu.menu-opened {
	transform: translateX(0);
	z-index: 102;
}

.new-design .header .mob-menu__content ul {
	text-align: right;
}

.new-design .header .mob-menu .container {
	height: 100%;
	display: flex;
}

.new-design .header .mob-menu-wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	padding: 124px 120px 64px 0;
}

.new-design .header .mob-menu-wrapper #menu-header-menu-mobile {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 24px;
	padding-right: 0;
}

.new-design .header .mob-menu-wrapper #menu-header-menu-mobile .top-menu__blog {
	margin: 0;
}

.new-design .header .mob-menu-wrapper #menu-header-menu-mobile .menu-item a {
	color: #30466d;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	transition: all .3s ease;
}

.new-design .header .mob-menu-wrapper #menu-header-menu-mobile .menu-item a:hover {
	color: #668fd7;
}

.new-design .header .mob-menu-wrapper #menu-header-menu-mobile .menu-item a:after {
	content: none;
}

.new-design .header .mob-menu-wrapper .mob-menu__footer {
	margin: 0;
	min-height: auto;
}

.new-design .header .mob-menu-wrapper .mob-menu__footer .mob-menu__col {
	width: auto;
}

.new-design .header .mob-menu .menu-item-has-children {
	padding: 0;
}

.new-design .header .mob-menu .menu-item-has-children .sub-menu {
	display: none;
}

.new-design .header .mob-menu .menu-item-has-children:hover .sub-menu {
	display: none;
}

.new-design .header .mob-menu .menu-item-has-children:after {
	content: none !important;
}

@media screen and (max-width: 1440px) {
	.new-design .header .mob-menu-wrapper {
		padding: 94px 120px 64px 0;
		gap: 34px;
	}
}

@media screen and (max-width: 768px) {
	.new-design .header .mob-btn {
		top: 0;
		right: 0;
	}
}

@media screen and (max-width: 640px) {
	.new-design .header .mob-menu {
		margin-top: 60px;
		height: calc(100vh - 60px);
		max-width: 100%;
	}
	
	.new-design .header .mob-menu-wrapper {
		padding: 64px 0;
		align-items: center;
		gap: 64px;
		justify-content: flex-start;
	}
	
	.new-design .header .mob-menu-wrapper #menu-header-menu-mobile {
		align-items: center;
	}
	
	.new-design .header .mob-menu-wrapper #menu-header-menu-mobile .menu-item a {
		font-size: 32px;
	}
	
	.new-design .header .mob-menu__content ul {
		text-align: center;
	}
	
	.new-design .header .menu-title {
		color: #fff;
	}
	
	.new-design .header.menu-opened .mob-btn {
		filter: none;
	}
	
	.new-design .header.menu-opened .mob-btn:after {
		filter: none;
	}
	
	.new-design .header.menu-opened .menu-title {
		color: #fff;
	}
}

.wrapper {
	position: relative;
	overflow: unset;
}

.container, .section-standard .main-container {
	position: relative;
	max-width: 1366px !important;
	width: 100%;
	margin: 0 auto;
	padding: 0 25px !important;
}

.container:after {
	content: "";
	clear: both;
	display: block;
}

@media (max-width: 1359px) {
	.container {
		width: 1170px;
	}
}

@media (max-width: 1199px) {
	.container {
		width: 976px;
		padding: 0 10px !important;
	}
	
	.section-standard .main-container {
		padding: 0 10px !important;
	}
}

@media (max-width: 1000px) {
	.container {
		width: 720px;
		padding: 0;
	}
}

@media (max-width: 740px) {
	.container {
		width: 325px;
		padding: 0;
	}
}

@media (max-width: 325px) {
	.container {
		width: 300px;
	}
}

.tooltipster-content .wpg-tooltip-title {
	border: none;
	margin-bottom: 2px;
}

.tooltipster-base {
	padding: 15px 25px 20px 25px;
	border-width: 1px;
	border-color: rgba(66, 66, 66, .4) !important;
}

.tooltipster-content .wpg-tooltip-term-title {
	font-family: Maison Neue;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
}

.wpg-tooltip-content {
	font-family: Maison Neue;
	font-weight: 300;
	font-size: 13px;
	line-height: 20px;
}

.wpg-linkify.wpg-tooltip.tooltipstered {
	color: #424242;
	background: #e8edf5;
	text-decoration: none;
	padding: 3px;
	transition: all .5s;
	cursor: pointer;
}

.wpg-linkify.wpg-tooltip.tooltipstered:hover {
	color: #fff;
	background: #30466d;
}

.glossary-single .input-search-gloss {
	border: none;
	border-bottom: 1px solid rgba(66, 66, 68, .2);
	background: transparent;
	width: 100%;
	max-width: 750px;
	padding-bottom: 20px;
}

.glossary-single ::-moz-placeholder {
	font-family: Maison Neue;
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .4px;
	color: rgba(66, 66, 66, .6);
}

.glossary-single :-ms-input-placeholder {
	font-family: Maison Neue;
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .4px;
	color: rgba(66, 66, 66, .6);
}

.glossary-single ::placeholder {
	font-family: Maison Neue;
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .4px;
	color: rgba(66, 66, 66, .6);
}

.glossary-single .input-search-gloss-wrapper {
	position: relative;
	max-width: 750px;
}

.glossary-single .input-search-gloss {
	padding-left: 20px;
}

.glossary-single .butt {
	position: absolute;
	top: 0;
	right: 0;
}

.glossary-single .glo-search__btn {
	position: absolute;
	top: 8px;
	left: 0;
	opacity: .2;
	opacity: .5;
	margin-top: -7px;
	width: 13px;
	height: 13px;
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/icon-search.svg") no-repeat 0 0;
	background-size: contain;
	transition: .3 cubic-bezier(.29, .04, .23, 1) 0s;
}

.glossary-single .glo-search__btn.nitro-lazy {
	background: none !important;
}

.glossary-single .my-post-name {
	margin-bottom: 5px;
}

.glossary-single .my-post-name h1 {
	font-family: Maison Neue;
	font-style: normal;
	color: #424242;
}

.glossary-single .wrapper-search-gloss {
	margin-top: 70px;
}

.glossary-single .bo-article-new {
	padding-bottom: 10px;
}

.glossary-single .call-to-action-post-bg.content__right {
	border-top: none;
}

.glossary-single .glossary-action-bottom {
	background: #f4f5f7;
	padding: 30px 0 100px 230px;
}

.glossary-single .call-to-action-post-bg.content__right {
	border-top: none;
	max-width: 757px;
	float: none;
	text-align: left;
	display: inline-block;
}

.glossary-single .share-left {
	padding-top: 0;
}

.glossary-single .post-back-block {
	max-width: 190px;
}

.glossary-single .to-top-block {
	position: relative;
	top: 200px;
	line-height: 33px;
	padding-bottom: 25px;
}

.glossary-single .term-back-block {
	line-height: 33px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(70, 70, 70, .2);
	max-width: 142px;
	margin-bottom: 30px;
}

.glossary-single .top-block, .glossary-single .term-back {
	position: relative;
	padding-left: 28px;
	line-height: 20px;
}

.glossary-single .link-to-top, .glossary-single .link-back {
	font-weight: 300;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: .8px;
	color: #424242;
}

.glossary-single .my-content-post .content__right {
	padding-left: 0;
}

.glossary-single .post-back__icon {
	position: absolute;
	left: 0;
	top: -1px;
	width: 20px;
	height: 20px;
	border: 1px solid rgba(70, 70, 70, .2);
	border-radius: 50%;
}

.glossary-single .back::before {
	left: 53%;
	transform: rotate(90deg);
}

.glossary-single .term-cat-title {
	font-family: Maison Neue;
	font-weight: 400;
	font-size: 11px;
	line-height: 10px;
	letter-spacing: .7px;
	color: #424242;
	padding-bottom: 5px;
}

.glossary-single .term-cat-item {
	font-family: Maison Neue;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	text-transform: capitalize;
	color: rgba(66, 66, 66, .4);
	padding-bottom: 7px;
}

.glossary-single .post-share {
	top: 134px;
}

.glossary-single .table_of_content_section {
	padding-left: 10px;
}

.glossary-single .share-left {
	border-top: none;
	opacity: 1;
}

.glossary-single .related-title {
	font-family: Maison Neue;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 10px;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: #424242;
}

.glossary-single .glossary-action-bottom {
	position: relative;
	z-index: 9;
}

.glossary-cat .bo-article-new {
	padding-top: 0;
}

.glossary-cat .content {
	padding-top: 0;
}

.glossary-cat .content__left {
	padding-top: 15px;
}

.glossary-cat .wrapper-search-gloss {
	margin-top: 40px;
}

.glossary-cat .blog-caption-new {
	margin-bottom: 60px;
}

.glossary-cat .bo-article.post-section-bo {
	padding-top: 50px;
}

.glossary-cat .glossary-alphabets__letter {
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(70, 70, 70, .2);
	font-family: Maison Neue;
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 26px;
}

.glossary-cat .glossary-alphabets:not(:first-of-type) {
	margin-top: 50px;
}

.glossary-cat .glossary-alphabets__content__title {
	font-family: Maison Neue;
	font-weight: 500;
	font-size: 23px;
	line-height: 23px;
	color: #424242;
	color: #424242;
	padding-top: 40px;
	padding-bottom: 27px;
}

.glossary-cat .glossary-alphabets__content__text {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(70, 70, 70, .2);
	font-family: Maison Neue;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #424242;
}

.glossary-cat .post-text h2:not(.ct) {
	margin-top: 0;
}

.glossary-cat .content__left {
	padding-top: 0;
}

.glossary-cat .terms-letter {
	padding-left: 20px;
	color: rgba(66, 66, 66, .6);
}

.glossary-cat .call-to-action-post-bg .side-con .title {
	margin-bottom: 25px;
	font-weight: 300;
}

.glossary-cat .related-terms li:last-child {
	border-bottom: 1px solid rgba(70, 70, 70, .2);
}

.glossary-cat .glossary-alphabets__content__text p {
	text-align: left;
}

.glossary-cat .btn_more {
	font-weight: 500;
}

.glossary-cat .glossary-alphabets__content__title a {
	text-decoration: none;
}

.glossary-cat .wpg-read-more {
	padding-top: 10px;
}

.tooltipster-base .wpg-tooltip-content .wpg-read-more {
	padding: 0;
	margin: 0;
}

@media (max-width: 1159px) {
	.glossary-single .glossary-action-bottom {
		padding: 30px 0 100px 21%;
	}
}

@media (max-width: 1159px) {
	.glossary-single .glossary-action-bottom {
		padding: 30px 0 100px 16%;
	}
}

@media (max-width: 992px) {
	.glossary-single .glossary-action-bottom {
		background: #f4f5f7;
		padding: 0 0 80px 0;
	}
	
	.glossary-single .my-post-name {
		margin: 100px 0 0 0;
	}
}

@media (max-width: 752px) {
	.glossary-single .input-search-gloss::-moz-placeholder {
		font-size: 11px;
	}
	
	.glossary-single .input-search-gloss:-ms-input-placeholder {
		font-size: 11px;
	}
	
	.glossary-single .input-search-gloss::placeholder {
		font-size: 11px;
	}
	
	.glossary-single .input-search-gloss {
		padding-right: 90px;
	}
	
	.glossary-single .butt {
		top: -5px;
	}
	
	.post-pag.careers-pagination {
		margin-bottom: 15px;
	}
	
	.filter-content.course-h {
		min-height: 220px !important;
	}
}

.new-courses .so-started .content {
	padding-top: 80px;
}

.new-courses .hire-dev .so-started .content__left {
	max-width: 636px;
}

.new-courses .hire-dev .center {
	text-align: center;
}

.new-courses .hire-dev .side-padding {
	padding-left: 100px;
	padding-right: 100px;
}

.new-courses .hire-dev .b_title {
	font-weight: 300;
	font-size: 36px;
	line-height: 47px;
}

.new-courses .hire-dev .description {
	font-weight: 300;
	font-size: 17px;
	line-height: 30px;
	color: rgba(66, 66, 66, .85);
}

.new-courses .hire-dev .desc {
	font-weight: 300;
	font-size: 17px;
	line-height: 30px;
	color: rgba(66, 66, 66, .85);
}

.new-courses .hire-dev .content-flex {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.new-courses .hire-dev .standart-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.new-courses .hire-dev .content_small {
	padding-top: 35px;
}

.new-courses .hire-dev .hire-magento-dev {
	padding-left: 130px;
}

.new-courses .hire-dev .hire-magento-dev .content__right {
	position: absolute;
	right: -25px;
	top: 120px;
}

.new-courses .hire-dev .hire-magento-dev .content__left {
	float: none;
}

.new-courses .hire-dev .hire-magento-dev .content .circle {
	content: "";
	position: absolute;
	left: -33px;
	top: 183px;
	width: 40px;
	height: 40px;
	margin: 1em;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	background: #f4f5f7;
}

.new-courses .hire-dev .hire-magento-dev .content .circle:before {
	content: "";
	position: absolute;
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/ny-arr-down.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 10px;
	height: 20px;
	left: 14px;
	top: 9px;
}

.new-courses .hire-dev .hire-magento-dev .serv-title_h {
	font-weight: 300;
	font-size: 54px;
	line-height: 68px;
	margin: 0;
	padding-bottom: 15px;
}

.new-courses .hire-dev .hire-magento-dev .butt-standard {
	padding-top: 40px;
}

.new-courses .hire-dev .hire-magento-dev .content {
	padding-bottom: 40px;
}

.new-courses .hire-dev .content {
	position: relative;
	padding-top: 120px;
	padding-bottom: 50px;
}

.new-courses .hire-dev .content .s-text {
	max-width: 634px;
}

.new-courses .hire-dev .content .s-text p {
	margin: 0;
}

.new-courses .hire-dev .butt-standard {
	display: inline-block;
}

.new-courses .hire-dev .butt-standard.filled a {
	background: #30466d;
	color: #fff;
}

.new-courses .hire-dev .butt-standard>a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	border: 1px solid #8390a7;
	letter-spacing: 1px;
	padding: 12px 29px;
	vertical-align: middle;
	transition: all .5s;
}

.new-courses .hire-dev .butt-standard>a:hover {
	background: transparent;
	color: #30466d;
	transition: .5s;
}

.new-courses .hire-dev .content.s-border {
	border-left: 1px solid rgba(48, 70, 109, .06);
	padding-left: 70px;
}

.section.co-story.vacancie-content {
	padding-top: 0;
	padding-bottom: 20px;
}

.section.co-story.vacancie-content .content {
	padding-top: 40px;
}

.section.co-story.vacancie-content .content .post-text p {
	margin-bottom: 20px;
	line-height: 30px;
}

.section.co-story.vacancie-content .breadcrumb {
	margin-top: 0;
	margin-bottom: 14px;
}

.form-careers.co-story .content-1 .content__left .title {
	max-width: 280px;
}

.filter-content.course-h {
	min-height: 250px;
	padding-bottom: 40px;
}

.new-filter-car.filter-careers.co-story .content-1 {
	padding-top: 40px;
	padding-left: 100px;
	padding-right: 160px;
}

.filter-careers.co-story .content-1 {
	padding-top: 40px;
	padding-left: 170px;
}

.post-pag.course-pag {
	border-bottom: none;
}

@media (max-width: 1300px) {
	.new-courses .hire-dev .padding-disable {
		padding-top: 0 !important;
	}
	
	.new-courses .hire-dev .hire-magento-dev {
		padding-left: 100px;
	}
}

@media (max-width: 1200px) {
	.new-courses .hire-dev .hire-magento-dev {
		padding-left: 80px;
	}
	
	.new-courses .hire-dev .content_small {
		padding-top: 20px;
	}
	
	.new-courses .hire-dev .side-padding {
		padding-right: 60px;
		padding-left: 60px;
	}
	
	.new-courses .hire-dev .hire-magento-dev .serv-title_h {
		padding-bottom: 15px;
	}
}

@media (max-width: 1000px) {
	.new-courses .hire-dev .hire-magento-dev .content {
		padding-bottom: 25px;
		padding-top: 90px;
	}
	
	.new-courses .hire-dev .hire-magento-dev .content__right {
		display: none;
	}
	
	.new-courses .hire-dev .hire-magento-dev {
		padding-left: 30px;
	}
	
	.new-courses .hire-dev .hire-magento-dev.remove-margin-left .content__left {
		width: 100%;
	}
	
	.new-courses .hire-dev .hire-magento-dev .butt-standard {
		padding-bottom: 0;
	}
}

@media (max-width: 790px) {
	.new-courses .hire-dev .desc {
		font-size: 15px;
		line-height: 27px;
	}
}

@media (max-width: 740px) {
	.new-courses .hire-dev .so-started .content__left .butt-standard {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.new-courses .hire-dev .hire-magento-dev .content {
		padding-bottom: 20px;
		padding-top: 150px;
	}
	
	.new-courses .hire-dev .border-t {
		display: none;
	}
	
	.new-courses .hire-dev .hire-magento-dev .content.s-border {
		padding-left: 35px;
		padding-top: 80px;
		padding-bottom: 10px;
	}
	
	.new-courses .hire-dev .hire-magento-dev .serv-title_h {
		font-size: 45px;
		line-height: 55px;
	}
}

@media (max-width: 570px) {
	.new-courses .hire-dev .description {
		font-size: 15px;
		line-height: 26px;
	}
}

@media (max-width: 420px) {
	.new-courses .hire-dev .hire-magento-dev {
		padding-left: 0px;
	}
	
	.new-courses .hire-dev .hire-magento-dev .serv-title_h {
		font-size: 40px;
		line-height: 46px;
	}
	
	.new-courses .hire-dev .hire-magento-dev .content.s-border {
		padding-left: 10px;
		border-left: none;
	}
	
	.new-courses .hire-dev .hire-magento-dev .content .circle {
		display: none;
	}
	
	.new-courses .hire-dev .breadcrumb {
		margin-bottom: 10px !important;
	}
}

.form-careers.form-courses.co-story .content-1 .content__left {
	width: 650px;
}

.form-careers.form-courses.co-story .content-1 .content__left .title {
	max-width: 100%;
}

@media (max-width: 1000px) {
	.form-careers.form-courses.co-story .content-1 .content__left {
		width: 550px;
	}
}

@media (max-width: 767px) {
	.form-careers.form-courses.co-story .content-1 .content__left {
		width: 290px;
	}
}

@media (max-width: 400px) {
	.form-careers.co-story .content-1 .content__right {
		width: 270px;
	}
}

@media (min-width: 1000px) {
	.form-careers.form-courses.co-story .title.title__h h2:not(.title__sub) {
		font-size: 36px;
		line-height: 44px;
	}
}

.new-vacancy-section .bg-gray {
	background: #f9f9f9 !important;
}

.new-vacancy-section .new-car_wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.new-vacancy-section .new-car_item {
	background: #fff;
	width: 502px;
	margin-bottom: 40px;
	box-shadow: 0 8px 40px 0 rgba(0, 0, 0, .12);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	transition: box-shadow .3s ease-in-out, background-color .3s ease-in-out;
	position: relative;
}

.new-vacancy-section .new-car_item:nth-child(2n+1) {
	margin-right: 45px;
}

.new-vacancy-section .new-car_title {
	font-weight: 700;
	margin-bottom: 16px;
	font-size: 20px;
	display: flex;
	align-items: center;
	color: #2e2e2e;
	transition: color .3s ease-in-out;
}

.new-vacancy-section .new-car_desc {
	font-size: 15px;
	line-height: 1.5;
	color: #757575;
	margin-bottom: 25px;
	transition: color .3s ease-in-out;
	width: 100%;
}

.new-vacancy-section .new-car_footer {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.new-vacancy-section .new-car_footer .btn {
	padding-right: 28px;
	height: 30px;
	width: 110px;
}

.new-vacancy-section .new-car_footer .btn .btn__icon {
	border: none;
}

.new-vacancy-section .new-car_link {
	padding: 32px;
	width: 100%;
	height: 100%;
}

.new-vacancy-section .new-car_place {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 0;
	color: #a6a6a6;
	transition: color .3s ease-in-out;
	width: calc(100% - 82px);
}

.new-vacancy-section .new-car_btn p {
	width: 82px;
	margin: 0;
	font-size: 13px;
	letter-spacing: .4px;
	color: #30466d !important;
	text-align: right;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: 700;
	transition: opacity 300ms ease-in-out;
}

.new-vacancy-section .new-car_location {
	width: 11px;
	height: 14px;
	display: block;
	margin-right: 8px;
	background-size: contain;
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/car_location.svg");
	background-repeat: no-repeat;
}

.new-vacancy-section .new-car_location.nitro-lazy {
	background-image: none !important;
}

.new-vacancy-section .new-car_item.hot_vacancy .new-car_title:before {
	content: "🔥";
	display: inline-block;
	padding-right: 10px;
	padding-bottom: 3px;
}

.new-vacancy-section .vacancy-filter {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	z-index: -1;
}

.new-vacancy-section .filt-container {
	margin: 0 auto;
	position: relative;
	padding-left: 130px;
}

.new-vacancy-section .filter-car {
	background: #fff;
}

.new-vacancy-section .filter-car_wr {
	border-left: 1px solid #e6e7ea;
	display: flex;
	padding-left: 70px;
}

.new-vacancy-section .header-of-filter {
	left: -100px;
	position: absolute;
	top: 20px;
}

.new-vacancy-section .header-of-filter .total-filter-items {
	color: #30466d;
	opacity: 1;
	font-weight: 500;
}

.new-vacancy-section .filter-search {
	position: relative;
	width: 400px;
	line-height: 60px;
	height: 60px;
	padding-right: 40px;
}

.new-vacancy-section .post-search__input {
	padding: 0 10px 0 0px;
	font-size: 14px;
}

.new-vacancy-section .select .select-content li {
	font-size: 13px;
}

.new-vacancy-section .filter-select {
	width: 300px;
	margin-top: 0;
	border: none;
	padding-right: 30px;
	padding-left: 10px;
	border-left: 1px solid #e6e7ea;
}

.new-vacancy-section .filter-select .select-head {
	border: none;
}

.new-vacancy-section .filter-select:last-child {
	border-right: 1px solid #e6e7ea;
}

.new-vacancy-section .select-head-place {
	font-size: 14px;
}

.new-vacancy-section .select.active .container-select {
	padding-top: 5px;
}

.new-vacancy-section .header-of-filter .reset_filter {
	position: absolute;
	right: -1220px;
	top: 5px;
	color: #30466d;
	opacity: 1;
	font-weight: 500;
}

.new-vacancy-section .post-search__btn {
	right: 30px;
}

.new-vacancy-section .car-top {
	display: flex;
	justify-content: space-between;
}

.new-vacancy-section .hot_icon:before {
	content: "🔥";
	display: inline-block;
	padding-left: 3px;
	filter: grayscale(1);
}

.new-vacancy-section .hot_icon:visited:before {
	filter: brightness(.5);
}

.new-vacancy-section .filter-right {
	font-size: 20px;
}

.new-vacancy-section .filter-hot {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 25px;
	margin: 0;
}

.new-vacancy-section .hot_icon {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: inline-block;
	max-width: 100%;
	font-weight: 700;
}

.new-vacancy-section .special_hot:before {
	filter: none;
}

.vacancie-content .content-1 .content__left {
	width: 800px;
}

.vacancie-content .content-1 .content__right {
	width: 260px;
	margin-right: 0;
}

.vacancie-content .table_of_content_section {
	width: 260px;
}

.vacancie-head-bar .content {
	padding-right: 0px;
}

.vacancie-head .car-btn {
	padding-top: 23px;
}

.vacancie-head .car-btn a {
	display: inline-block;
	text-transform: uppercase;
	background: #fff;
	color: #30466d;
	font-size: 13px;
	font-weight: 500;
	border: 1px solid #8390a7;
	letter-spacing: 1px;
	padding: 12px 29px;
	vertical-align: middle;
}

.form-careers .content-1 .content__right {
	margin-right: 0;
}

.form-careers .c-info .text {
	position: relative;
	bottom: 0;
	right: 0 !important;
}

.form-careers .c-photo {
	padding: 23px 0px;
}

.form-careers .c-photo img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.form-careers .content-1 {
	padding-left: 165px;
}

.form-careers .content-1 .content__right {
	width: 350px;
}

.form-careers .title-1 .title__sub {
	left: -160px;
}

.courses-sec .hire-magento-dev .content__right img {
	max-width: 500px;
	max-height: 360px;
}

@media (max-width: 1360px) {
	.vacancie-content .content-1 .content__left {
		width: 660px;
	}
	
	.form-careers .content-1 .content__right {
		width: 220px;
	}
	
	.filter-careers.co-story .content-1 {
		padding-left: 140px;
	}
	
	.form-careers .content-1 {
		padding-left: 140px;
	}
	
	.new-filter-car.filter-careers.co-story .content-1 {
		padding-right: 100px;
		padding-left: 80px;
	}
	
	.new-vacancy-section .new-car_item {
		width: 460px;
	}
	
	.new-vacancy-section .filter-search {
		width: 300px;
	}
	
	.new-vacancy-section .filter-select {
		width: 260px;
	}
	
	.new-vacancy-section .header-of-filter .reset_filter {
		right: -1000px;
	}
	
	.new-vacancy-section .header-of-filter {
		left: -90px;
	}
}

@media (max-width: 1300px) {
	.filter-careers.co-story .content-1 {
		padding-left: 120px;
	}
	
	.form-careers .content-1 {
		padding-left: 120px;
	}
	
	.form-careers .title-1 .title__sub {
		left: -120px;
	}
	
	.new-vacancy-section .filt-container {
		padding-left: 100px;
	}
}

@media (max-width: 1200px) {
	.form-careers.form-courses.co-story .content-1 .content__left {
		width: 500px;
	}
	
	.new-vacancy-section .filt-container {
		padding-left: 80px;
	}
	
	.new-filter-car.filter-careers.co-story .content-1 {
		padding-right: 60px;
		padding-left: 40px;
	}
	
	.new-vacancy-section .new-car_item {
		width: 414px;
	}
	
	.new-vacancy-section .filter-search {
		width: 250px;
	}
	
	.new-vacancy-section .filter-select {
		width: 240px;
	}
	
	.new-vacancy-section .header-of-filter .reset_filter {
		right: -920px;
	}
}

@media (max-width: 1100px) {
	.new-vacancy-section .header-of-filter {
		left: -70px;
	}
	
	.header-of-filter .total-filter-items {
		font-size: 11px;
	}
}

@media (max-width: 1000px) {
	.filter-careers.co-story .content-1 {
		padding-left: 20px;
	}
	
	.select .select-content li {
		font-size: 11px;
	}
	
	.post-search__input {
		font-size: 12px;
	}
	
	.select-head-place {
		font-size: 13px;
	}
	
	.new-vacancy-section .filt-container {
		padding-left: 30px;
	}
	
	.new-vacancy-section .header-of-filter {
		left: -90px;
	}
	
	.header-of-filter .total-filter-items {
		font-size: 13px;
	}
	
	.form-careers .content-1 {
		padding-left: 20px;
	}
	
	.form-careers .title-1 .title__sub {
		left: 0px;
	}
	
	.form-careers.form-courses.co-story .content-1 .content__left {
		width: auto;
	}
	
	.form-careers .content-1 .content__right {
		width: 350px;
		float: none;
	}
	
	.form-careers .car-hr_wr {
		display: flex;
	}
	
	.form-careers .c-photo {
		padding-right: 66px;
	}
	
	.form-careers .c-info .text {
		padding-top: 20px;
	}
	
	.new-vacancy-section .filter-search {
		width: 200px;
		padding-right: 15px;
	}
	
	.new-vacancy-section .filter-select {
		width: 200px;
		padding-right: 15px;
	}
	
	.new-vacancy-section .post-search__btn {
		right: 15px;
	}
	
	.new-vacancy-section .header-of-filter .reset_filter {
		right: -777px;
	}
	
	.new-filter-car.filter-careers.co-story .content-1 {
		padding-right: 5px;
		padding-left: 15px;
	}
	
	.new-vacancy-section .new-car_item:nth-child(2n+1) {
		margin-right: 25px;
	}
	
	.new-vacancy-section .new-car_item {
		width: 333px;
	}
	
	.new-vacancy-section .new-car_link {
		padding: 25px;
	}
	
	.new-vacancy-section .new-car_place {
		max-width: 153px;
	}
}

@media (max-width: 880px) {
	.filter-car {
		display: none;
	}
}

@media (max-width: 767px) {
	.vacancie-head-bar .content__left {
		display: block;
	}
	
	.vacancie-content .content-1 .content__left {
		width: auto;
	}
	
	.vacancie-head .title-1 {
		margin-bottom: 25px;
	}
	
	.filter-careers.co-story .content-1 {
		padding-left: 2px;
	}
	
	.c-info .text {
		display: block !important;
	}
	
	.form-careers .content-1 {
		padding-left: 2px;
	}
	
	.new-filter-car.filter-careers.co-story .content-1 {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.new-vacancy-section .new-car_item {
		width: 100%;
	}
	
	.new-vacancy-section .new-car_item:nth-child(2n+1) {
		margin-right: 0;
	}
	
	.new-vacancy-section .new-car_title {
		font-weight: 400;
		font-size: 17px;
	}
	
	.new-vacancy-section .new-car_desc {
		font-size: 14px;
		font-weight: 500;
	}
	
	.new-vacancy-section .new-car_place {
		max-width: 135px;
	}
}

@media (max-width: 400px) {
	.vacancie-head .car-btn a {
		font-size: 10px;
		padding: 8px 12px;
	}
	
	.form-careers .c-photo {
		padding-right: 20px;
	}
	
	.new-vacancy-section .new-car_link {
		padding: 20px;
	}
}

@media (min-width: 1500px) {
	.new-filter-car.filter-careers.co-story .content-1 {
		padding-left: 70px;
		padding-right: 190px;
	}
}

.site-footer.site-footer-desktop {
	border-top: 1px solid #c4c4c4;
}

.site-footer.site-footer-desktop .clearfix, .site-footer.site-footer-desktop .footer-services-menu .menu {
	zoom: 1;
}

.site-footer.site-footer-desktop .clearfix:before, .site-footer.site-footer-desktop .footer-services-menu .menu:before, .site-footer.site-footer-desktop .clearfix:after, .site-footer.site-footer-desktop .footer-services-menu .menu:after {
	content: "";
	display: table;
}

.site-footer.site-footer-desktop .clearfix:after, .site-footer.site-footer-desktop .footer-services-menu .menu:after {
	clear: both;
}

.site-footer.site-footer-desktop .footer-rate-block {
	display: none;
	justify-content: space-between;
	border-top: 1px solid #ebeef6;
	border-bottom: 1px solid #ebeef6;
	padding: 16px 0;
	margin-bottom: 24px;
}

.site-footer.site-footer-desktop .footer-main-block {
	padding-top: 60px;
	padding-bottom: 55px;
	border-bottom: 1px solid #e2e3e5;
}

.site-footer.site-footer-desktop .footer-col-title {
	font-weight: 500;
	font-size: 15px;
	line-height: 150%;
	color: #424242;
	margin-bottom: 22px;
}

.site-footer.site-footer-desktop .footer-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
}

.site-footer.site-footer-desktop .footer-row:first-child .footer-col-title {
	margin-top: 14px;
}

.site-footer.site-footer-desktop .footer-col.footer-col-1 {
	width: 20%;
}

.site-footer.site-footer-desktop .footer-col.footer-col-2 {
	width: 40%;
}

.site-footer.site-footer-desktop .footer-col.footer-col-5 {
	width: 100%;
}

.site-footer.site-footer-desktop .footer-logo-icon {
	height: 30px;
	margin-bottom: 11px;
}

.site-footer.site-footer-desktop .footer-contact-list {
	margin-top: 13px;
}

.site-footer.site-footer-desktop .footer-contact-list a {
	letter-spacing: .8px;
	color: #30466d;
}

.site-footer.site-footer-desktop .footer-contact-list .whats_footer_wrapper {
	display: flex;
	align-items: center;
}

.site-footer.site-footer-desktop .footer-contact-list .whats_footer {
	margin-right: 12px;
	padding-top: 3px;
	height: 30px;
}

.site-footer.site-footer-desktop .footer-contact-list .link-des {
	margin-right: 6px;
}

.site-footer.site-footer-desktop ul li, .site-footer.site-footer-desktop ul li a {
	font-weight: 500;
	font-size: 13px;
	line-height: 140%;
	color: #6f6f6f;
}

.site-footer.site-footer-desktop ul li {
	line-height: 30px;
}

.site-footer.site-footer-desktop ul.footer-social-links li {
	position: relative;
	margin-left: 25px;
}

.site-footer.site-footer-desktop ul.footer-social-links li:before {
	content: "";
	background-size: 15px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 15px;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
}

.site-footer.site-footer-desktop ul.footer-social-links li.clutch:before {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/footer-clutch_new.svg");
}

.site-footer.site-footer-desktop ul.footer-social-links li.facebook:before {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/footer-facebook_new.svg");
}

.site-footer.site-footer-desktop ul.footer-social-links li.linkedin:before {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/footer-linkedln_new.svg");
}

.site-footer.site-footer-desktop ul.footer-social-links li.slideshare:before {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/footer-slideshare_new.svg");
}

.site-footer.site-footer-desktop ul.footer-social-links li.youtube:before {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/footer-youtube_new.svg");
}

.site-footer.site-footer-desktop ul.footer-social-links li.instagram:before {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/footer-instagram.svg");
}

.site-footer.site-footer-desktop .footer-row+.footer-row {
	margin-top: 50px;
}

.site-footer.site-footer-desktop .footer-resources-menu .menu {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 178px;
}

.site-footer.site-footer-desktop .footer-services-menu .menu>li {
	float: left;
	width: 20%;
}

.site-footer.site-footer-desktop .footer-services-menu .menu>li.footer-submenu-inline {
	float: right;
	margin-top: 52px;
}

.site-footer.site-footer-desktop .menu-item-has-children .sub-menu {
	display: block;
	position: initial;
	padding: initial;
	left: initial;
	border: initial;
	top: initial;
	opacity: initial;
	visibility: initial;
	width: initial;
	background: initial;
}

.site-footer.site-footer-desktop .menu-item-has-children .sub-menu li {
	padding-bottom: initial;
	vertical-align: initial;
}

.site-footer.site-footer-desktop .footer-services-menu .menu>li>a {
	font-weight: 500;
	font-size: 15px;
	line-height: 140%;
	color: #a0a0a0;
	display: inline-block;
	margin-bottom: 14px;
}

.site-footer.site-footer-desktop .menu-item-has-children:after {
	display: none;
}

.site-footer.site-footer-desktop .footer-short-block {
	padding-top: 16px;
	padding-bottom: 16px;
	height: 79px;
}

.site-footer.site-footer-desktop .footer-short-block .footer-row {
	justify-content: space-between;
	align-items: center;
}

.site-footer.site-footer-desktop .footer-short-block .footer-links ul {
	display: flex;
	flex-wrap: wrap;
	gap: 11px 30px;
	justify-content: flex-end;
}

.site-footer.site-footer-desktop .footer-short-block .footer-links ul li {
	line-height: 140%;
}

.site-footer.site-footer-desktop .footer-col.footer-col-right {
	margin-left: auto;
}

.site-footer.site-footer-desktop .footer__rate {
	position: relative;
}

.site-footer.site-footer-desktop .footer-rights-text {
	font-size: 13px;
	line-height: 140%;
	color: #a0a0a0;
	font-weight: 300;
}

.site-footer.site-footer-desktop .menu-item-has-children .sub-menu li {
	max-width: 200px;
}

.site-footer.site-footer-mobile .footer .footer__block {
	display: flex;
	flex-wrap: wrap;
}

.site-footer.site-footer-mobile .footer .footer__block ul li {
	margin-bottom: 14px;
	position: relative;
}

.site-footer.site-footer-mobile .footer .footer__block ul li:before {
	content: "";
	background-size: 15px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 15px;
	left: -25px;
}

.site-footer.site-footer-mobile .footer .footer__block ul li.clutch:before {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/footer-clutch_new.svg");
}

.site-footer.site-footer-mobile .footer .footer__block ul li.facebook:before {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/footer-facebook_new.svg");
}

.site-footer.site-footer-mobile .footer .footer__block ul li.linkedin:before {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/footer-linkedln_new.svg");
}

.site-footer.site-footer-mobile .footer .footer__block ul li.slideshare:before {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/footer-slideshare_new.svg");
}

.site-footer.site-footer-mobile .footer .footer__block ul li.youtube:before {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/footer-youtube_new.svg");
}

.site-footer.site-footer-mobile .footer .footer__block ul li.instagram:before {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/footer-instagram.svg");
}

.site-footer.site-footer-mobile .footer .footer__block ul li a {
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	color: #424242;
}

.site-footer.site-footer-mobile .footer .block__title {
	font-weight: 500;
	font-size: 19px;
	color: rgba(66, 66, 66, .8);
	margin-right: 80px;
	width: 100px;
}

.site-footer.site-footer-mobile .footer .footer__nav {
	max-width: 77%;
}

.site-footer.site-footer-mobile .footer .footer__nav ul {
	display: flex;
	flex-wrap: wrap;
}

.site-footer.site-footer-mobile .footer .footer__nav ul li {
	margin: 0 25px 20px;
}

.site-footer.site-footer-mobile .footer .footer__nav ul li:first-child {
	margin-left: 0;
}

.site-footer.site-footer-mobile .footer .footer__nav ul li:nth-child(7n) {
	margin-left: 0;
}

.site-footer.site-footer-mobile .footer .footer__nav ul li:last-child {
	margin-right: 0;
}

.site-footer.site-footer-mobile .footer .footer__nav ul li a {
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .8px;
	color: rgba(66, 66, 66, .75);
	font-weight: 300;
}

.site-footer.site-footer-mobile .footer .footer__copy {
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .8px;
	color: rgba(66, 66, 66, .75);
	font-weight: 300;
}

.site-footer.site-footer-mobile .footer .footer__rate {
	position: relative;
	margin-top: 60px;
	margin-left: -25px;
}

.site-footer.site-footer-mobile .footer .footer__b {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 100px;
	padding-bottom: 10px;
}

.site-footer.site-footer-mobile .footer ul li a {
	background-color: transparent;
	background-image: linear-gradient(90deg, #424242 50%, transparent 0);
	transition: background-position .3s;
	background-size: 202% 1px;
	padding: 0 0 2px;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.site-footer.site-footer-mobile .footer ul li a:hover {
	background-position: 0 100%;
	color: #30466d;
}

.site-footer.site-footer-mobile .footer .footer__nav.footer_de_nav {
	max-width: 77%;
}

.site-footer.site-footer-mobile .footer .footer__nav.footer_de_nav ul li {
	margin: 0 17px 20px;
}

.site-footer.site-footer-mobile .footer .footer__nav.footer_de_nav ul li:first-child {
	margin-left: 0;
}

.site-footer.site-footer-mobile .footer .footer__nav.footer_de_nav ul li:nth-child(7n) {
	margin-left: 0;
}

.site-footer.site-footer-mobile .footer-section .content {
	padding-top: 100px;
}

@media (max-width: 1200px) {
	.site-footer.site-footer-mobile .footer .footer__nav.footer_de_nav {
		max-width: 100%;
	}
	
	.site-footer.site-footer-mobile .footer .footer__nav.footer_de_nav ul li {
		margin-left: 17px;
	}
	
	.site-footer.site-footer-mobile .footer .footer__nav.footer_de_nav ul li:first-child {
		margin-left: 17px;
	}
	
	.site-footer.site-footer-mobile .footer .footer__nav.footer_de_nav ul li:nth-child(7n) {
		margin-left: 17px;
	}
}

@media (max-width: 992px) {
	.site-footer.site-footer-mobile .footer .content-flex {
		flex-wrap: nowrap;
	}
	
	.site-footer.site-footer-mobile .footer .footer__rate {
		margin-top: 40px;
	}
	
	.site-footer.site-footer-mobile .footer .footer__copy {
		margin-top: 20px;
	}
	
	.site-footer.site-footer-mobile .footer-section .content {
		padding-top: 60px;
	}
}

@media (max-width: 767px) {
	.site-footer.site-footer-mobile .footer .content-flex {
		flex-wrap: wrap;
	}
	
	.site-footer.site-footer-mobile .footer .content-right {
		margin-top: 50px;
	}
	
	.site-footer.site-footer-mobile .footer .content-left .block__content {
		padding-left: 25px;
	}
	
	.site-footer.site-footer-mobile .footer .footer__nav ul {
		display: block;
	}
	
	.site-footer.site-footer-mobile .footer .footer__nav ul li, .site-footer.site-footer-mobile .footer .footer__nav.footer_de_nav ul li {
		margin: 0;
		margin-bottom: 12px;
	}
	
	.site-footer.site-footer-mobile .footer .footer__nav ul li:first-child, .site-footer.site-footer-mobile .footer .footer__nav.footer_de_nav ul li:first-child {
		margin-left: 0px;
	}
	
	.site-footer.site-footer-mobile .footer .footer__nav ul li:nth-child(7n), .site-footer.site-footer-mobile .footer .footer__nav.footer_de_nav ul li:nth-child(7n) {
		margin-left: 0px;
	}
	
	.site-footer.site-footer-mobile .footer .footer__b {
		margin-top: 70px;
	}
}

.site-footer.site-footer-mobile .footer .footer__block ul {
	position: relative;
}

.site-footer.site-footer-mobile .footer .footer__block ul .whatsapp {
	color: #424242;
}

.site-footer.site-footer-mobile .footer .footer__block ul .whatsapp:hover {
	color: #0a246a;
}

.site-footer.site-footer-mobile .footer .footer__block ul a::before {
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 15px;
	left: -23px;
	bottom: .5px;
}

.site-footer.site-footer-mobile .footer .footer__block ul .whatsapp::before {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/whatsapp.svg");
}

.site-footer.site-footer-mobile .footer .footer__block ul .mail::before {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/mail.svg");
}

.site-footer.site-footer-mobile .footer .footer__block ul .phone::before {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/phone.svg");
}

.site-footer.site-footer-mobile .footer__copy {
	width: 100%;
}

@media (max-width: 400px) {
	.site-footer.site-footer-mobile .footer .block__title {
		margin-right: 35px;
	}
}

.cookies-popup {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 357px;
	height: 149px;
	background: #fff;
	z-index: 20;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	padding-bottom: 36px;
}

.cookies-popup .cookies-popup__text {
	padding: 23px 43px 18px 23px;
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
	color: #9e9e9e;
}

.cookies-popup .cookies-popup__text a {
	color: #424244;
	text-decoration: underline;
}

.cookies-popup .cookies-popup__bts {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.cookies-popup .cookies-popup__bts a.btn-solid {
	margin-left: -1px;
}

.cookies-popup .cookies-popup__bts a.btn {
	float: left;
	width: 50%;
}

@media (max-width: 740px) {
	.cookies-popup {
		width: 305px;
		height: 135px;
	}
	
	.cookies-popup .cookies-popup__text {
		line-height: 15px;
		padding-top: 14px;
	}
}

.site-footer .footer__rate_icon img {
	height: 31px;
}

.site-footer.site-footer-desktop {
	display: block;
}

.site-footer.site-footer-mobile {
	display: none;
}

@media (max-width: 1200px) {
	.site-footer.site-footer-desktop {
		display: none;
	}
	
	.site-footer.site-footer-mobile {
		display: block;
	}
}

@media screen and (max-width: 1200px) {
	.site-footer.site-footer-mobile {
		display: none !important;
	}
	
	.site-footer.site-footer-desktop {
		display: block !important;
	}
	
	.site-footer.site-footer-desktop ul li, .site-footer.site-footer-desktop ul li a {
		font-size: 13px !important;
	}
	
	.site-footer.site-footer-desktop .main-container {
		max-width: 976px;
	}
}

@media screen and (max-width: 1000px) {
	.site-footer.site-footer-desktop .main-container {
		max-width: 720px;
	}
	
	.site-footer.site-footer-desktop .footer-row {
		flex-direction: column;
	}
	
	.site-footer.site-footer-desktop .footer-services-menu .menu>li {
		width: 100%;
	}
	
	.site-footer.site-footer-desktop .footer-services-menu .menu>li.footer-submenu-inline {
		margin-right: 0;
	}
	
	.site-footer.site-footer-desktop .footer-contact-list {
		display: flex;
		flex-direction: column;
		max-height: 75px;
		flex-wrap: wrap;
	}
	
	.site-footer.site-footer-desktop .footer-logo-icon {
		margin-bottom: 30px;
	}
	
	.site-footer.site-footer-desktop .footer-contact-list, .site-footer.site-footer-desktop .footer-col-title {
		margin-top: 0 !important;
	}
	
	.site-footer.site-footer-desktop .footer-col-title {
		margin-bottom: 17px;
	}
	
	.site-footer.site-footer-desktop .footer-col:not(:last-child) {
		border-bottom: 1px solid #e2e3e5;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	
	.site-footer.site-footer-desktop .footer-services-menu .menu>li:first-child {
		border-top: 1px solid #e2e3e5;
	}
	
	.site-footer.site-footer-desktop .footer-services-menu .menu>li {
		border-bottom: 1px solid #e2e3e5;
	}
	
	.site-footer.site-footer-desktop .footer-services-menu .menu>li>a {
		font-weight: 500;
		font-size: 15px;
		line-height: 140%;
		color: #30466d;
		margin: 0;
		padding: 16px 0;
	}
	
	.site-footer.site-footer-desktop .footer-short-block .footer-row {
		flex-direction: row;
	}
	
	.site-footer.site-footer-desktop .footer-short-block .footer-col:nth-child(1) {
		flex: 1;
	}
	
	.site-footer.site-footer-desktop .footer-short-block .footer-col:nth-child(2) {
		width: inherit;
	}
	
	.site-footer.site-footer-desktop .footer-short-block .footer-col:nth-child(3) {
		width: 100%;
	}
	
	.site-footer.site-footer-desktop .footer-col.footer-col-1, .site-footer.site-footer-desktop .footer-col.footer-col-2 {
		width: 100%;
	}
	
	.site-footer.site-footer-desktop .footer-row+.footer-row {
		margin-top: 45px;
	}
	
	.site-footer.site-footer-desktop .menu-item-has-children .sub-menu {
		padding-bottom: 18px;
		-moz-column-count: 2;
		column-count: 2;
		display: none;
	}
	
	.site-footer.site-footer-desktop .footer-services-menu .menu>li.footer-submenu-inline {
		margin-top: 0;
	}
	
	.site-footer.site-footer-desktop .footer-short-block .footer-links ul {
		gap: 0;
		justify-content: flex-start;
		padding-bottom: 10px;
	}
	
	.site-footer.site-footer-desktop .footer-short-block .footer-links ul li {
		margin-right: 30px;
		margin-bottom: 6px;
	}
	
	.site-footer.site-footer-desktop .footer-social-links {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		max-height: 90px;
	}
	
	.site-footer.site-footer-desktop .footer-short-block .footer-col {
		border: none !important;
		padding: 0 !important;
	}
	
	.site-footer.site-footer-desktop .footer-services-menu .menu li.menu-item-has-children {
		position: relative;
	}
	
	.site-footer.site-footer-desktop .footer-services-menu .menu li.menu-item-has-children:before, .site-footer.site-footer-desktop .footer-services-menu .menu li.menu-item-has-children:after {
		content: "";
		display: block !important;
		position: absolute;
		pointer-events: none;
		background-color: #6f6f6f;
		transition: all ease-in-out .2s;
	}
	
	.site-footer.site-footer-desktop .footer-services-menu .menu li.menu-item-has-children:before {
		width: 14px;
		height: 2px;
		right: 10px;
		top: 25px;
	}
	
	.site-footer.site-footer-desktop .footer-services-menu .menu li.menu-item-has-children:after {
		height: 14px;
		width: 2px;
		right: 16px;
		top: 19px;
	}
	
	.site-footer.site-footer-desktop .footer-services-menu .menu li.menu-item-has-children.active:after {
		transition: all ease-in-out .2s;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	.site-footer.site-footer-desktop .footer-main-block {
		border: none !important;
	}
	
	.site-footer .footer__rate_icon img {
		width: inherit;
	}
	
	.site-footer.site-footer-desktop .footer-main-block {
		padding-top: 50px;
	}
}

.page-template-page-contacts-new-template .site-footer.site-footer-desktop {
	border: none;
}

.page-template-page-contacts-new-template .site-footer.site-footer-desktop ul li {
	color: #30466d;
}

.page-template-page-contacts-new-template .site-footer.site-footer-desktop ul li a {
	color: #30466d;
}

.page-template-page-contacts-new-template .site-footer.site-footer-desktop .footer-rate-block {
	display: flex;
}

.page-template-page-contacts-new-template .site-footer.site-footer-desktop .footer-short-block {
	height: auto;
}

.page-template-page-contacts-new-template .site-footer.site-footer-desktop .footer-short-block .footer-col:first-child {
	display: none;
}

.page-template-page-contacts-new-template .site-footer.site-footer-desktop .footer-short-block .footer-rights-text {
	color: #30466d;
}

.page-template-page-contacts-new-template .site-footer.site-footer-desktop .footer-short-block .footer-rights-text br {
	display: none;
}

.page-template-page-contacts-new-template .footer-main-block {
	display: none !important;
}

.page-template-page-thankyou .footer-section {
	display: none !important;
}

.wrapper .b-subscribe .form__submit {
	padding-right: 30px;
	top: 35px;
}

.wrapper .b-subscribe .form__control {
	padding-right: 115px;
}

.wrapper .b-subscribe .form {
	bottom: 50px;
}

.new-reviews .swiper-slide .item {
	padding: 30px 35px;
}

.new-reviews .swiper-slide .item .review::before {
	content: "";
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/quote.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 20px;
	height: 15px;
	display: block;
	margin-bottom: 15px;
}

.new-reviews .swiper-slide .item .review p {
	margin: 0;
	font-size: 17px;
	line-height: 30px;
	color: #424242;
	font-weight: 300;
	max-width: 430px;
}

.new-reviews .swiper-slide .item .review-wrapper {
	display: flex;
	justify-content: space-between;
}

.new-reviews .swiper-slide .item .review-wrapper img {
	width: 100%;
	height: 100%;
}

.new-reviews .swiper-slide .item .name-review {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 35px;
	font-size: 14px;
	line-height: 14px;
	color: rgba(66, 66, 66, .85);
	font-weight: 300;
}

.new-reviews .swiper-slide .item .name-review span {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px;
}

.new-reviews .swiper-slide .item .name-review .client-photo {
	margin-right: 8px;
}

.new-reviews .swiper-slide .item .client-photo {
	width: 50px;
	height: 50px;
}

.new-reviews .swiper-slide .item .client-photo img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

@media (max-width: 992px) {
	.new-reviews .swiper-slide .item .review {
		padding-right: 30px;
	}
}

.form__bts .cls-1 {
	fill: #efefef;
}

.new-form-services .btn__text .wpcf7-form-control {
	background: transparent;
	border: none;
	font-weight: 300;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: #efefef;
	cursor: pointer;
}

.new-form-services p .btn-blue:hover .btn__text .wpcf7-form-control {
	transition-duration: .5s;
	color: #424242;
}

.new-form-services .form__file .btn-upload {
	margin-top: 10px;
}

.wrapper .review-wrapper .review-stars {
	display: flex;
}

.wrapper .review-wrapper .review span {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/source/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/star.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	margin-bottom: 10px;
	margin-right: 5px;
}

.wrapper .review-wrapper .review span.nitro-lazy {
	background-image: none !important;
}

@media (max-width: 570px) {
	.section-standard .client-feedback .content .title {
		width: 250px;
	}
}

.wrapper .new-reviews .content__left {
	width: 450px;
}

@media (max-width: 740px) {
	.wrapper .new-reviews .content__left {
		padding-right: 230px;
	}
}

.wrapper .subscription_CTA .form {
	bottom: 10px;
}

.cta_blog.subscription_CTA .b-subscribe .form__control {
	padding-bottom: 0;
}

.cta_blog.subscription_CTA .b-subscribe .service-item__bts {
	top: 55px;
}

.cta_blog.subscription_CTA .mc4wp-form-fields::before {
	top: 62px;
}

.proj-start .po-started .content {
	padding-top: 120px;
	padding-bottom: 40px;
}

.proj-start .po-started li .name, .proj-start .po-started li .value {
	display: inline;
}

.proj-start .content__right_wrapper {
	padding-right: 80px;
}

.proj-start .po-started .content__right {
	display: flex;
}

.proj-start .po-started .content__right .content__right_block {
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	height: 50%;
	width: 190px;
}

.proj-start .po-started .content__right .content__right_block .value p {
	font-weight: 400;
	font-size: 14px;
	letter-spacing: .3px;
	color: #424242;
}

.proj-start .content__right .proj-icon {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.proj-start .proj_block_img_wr {
	width: 30px;
	height: 30px;
	margin-right: 12px;
}

.proj-start .content__right .proj_block_img1 {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/proj_icon1.png");
}

.proj-start .content__right .proj_block_img1.nitro-lazy {
	background-image: none !important;
}

.proj-start .content__right .proj_block_img2 {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/proj_icon2.png");
}

.proj-start .content__right .proj_block_img2.nitro-lazy {
	background-image: none !important;
}

.proj-start .content__right .proj_block_img3 {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/proj_icon3.png");
}

.proj-start .content__right .proj_block_img3.nitro-lazy {
	background-image: none !important;
}

.proj-start .content__right .proj_block_img4 {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/proj_icon4.png");
}

.proj-start .content__right .proj_block_img4.nitro-lazy {
	background-image: none !important;
}

.proj-start .proj-slider-start .proj-slider_title {
	padding-left: 100px;
	width: 100%;
	max-width: 900px;
}

.proj-start .proj-slider-start .proj-slider_title strong {
	font-family: Maison Neue;
	font-style: normal;
	font-weight: 300;
	font-size: 36px;
	line-height: 47px;
	color: #424242;
}

.proj-start .cta_pr-content {
	padding-top: 60px;
	padding-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.proj-start .cta_pr-content h2 {
	font-weight: 300;
	font-size: 36px;
	line-height: 47px;
	color: #424242;
}

.proj-start .cta_pr-content .call-to-action-post-bg .side-con .title {
	padding-bottom: 15px;
	font-weight: 300;
}

.proj-start .cta_pr-content .call-to-action-post-bg a.btn:hover:before {
	background: #30466d;
	border: 1px solid #fff;
}

.proj-start .cta_pr-content .call-to-action-post-bg .btn:hover .btn__text {
	color: #fff;
}

.proj-start .cta_pr-content .call-to-action-post-bg .btn:hover .btn__icon svg path {
	fill: #fff;
}

.proj-start .post-item__name {
	min-height: 100px;
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
	touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
	touch-action: pan-x;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar, .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container>img, .swiper-zoom-container>svg, .swiper-zoom-container>canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%236c6c6c\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%23fff\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px;
}

.proj-slider-start .client-feedback .title, .proj-slider-start .section-standard .client-feedback .navs-client-slider {
	display: inline-block;
	vertical-align: middle;
}

.proj-slider-start .client-feedback .navs-client-slider {
	position: relative;
	top: 4px;
	float: right;
}

.proj-slider-start .client-feedback .navs-client-slider div.swiper-button-prev {
	transform: scale(-1);
}

.proj-slider-start .client-feedback .navs-client-slider div {
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/icon-right-arrow.svg") no-repeat center;
	width: 32px;
	height: 32px;
	border: 1px solid #bebfc0;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	cursor: pointer;
	position: relative;
}

.proj-slider-start .client-feedback .navs-client-slider div.nitro-lazy {
	background: none !important;
}

.proj-slider-start .client-feedback .navs-client-slider div ::before {
	content: "";
	width: 60px;
	height: 60px;
	position: absolute;
	border: 1px solid rgba(48, 70, 109, .07);
	border-radius: 50%;
	top: -15px;
	left: -15px;
	opacity: 0;
	display: inline-block;
	transition: all .5s;
}

.proj-slider-start .slider-client-feedback {
	padding-bottom: 50px;
}

.proj-slider-start .new-reviews__carousel {
	margin: 30px -70px 50px;
}

.proj-slider-start .client-feedback .swiper-slide {
	background: #fff;
	height: auto;
	min-height: 323px;
	max-height: 400px;
}

.proj-slider-start .client-feedback .item {
	padding: 30px 35px;
	height: 100%;
}

.proj-slider-start .client-feedback .testimonials .item .review-wrapper {
	display: flex;
	justify-content: space-between;
}

.proj-slider-start .client-feedback .item .review::before {
	content: "";
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/quote.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 20px;
	height: 15px;
	display: block;
	margin-bottom: 15px;
}

.proj-slider-start .client-feedback .item p {
	margin: 0;
	font-size: 17px;
	line-height: 30px;
	color: #424242;
	font-weight: 300;
	max-width: 430px;
}

.proj-slider-start .client-feedback .testimonials .item .review-wrapper .review_logo img {
	width: 100%;
	height: 100%;
}

.proj-slider-start .client-feedback .item .name-review {
	position: absolute;
	bottom: 35px;
	font-size: 14px;
	line-height: 14px;
	color: rgba(66, 66, 66, .85);
	font-weight: 300;
}

.proj-slider-start .client-feedback .testimonials .item .client-photo {
	width: 50px;
	height: 50px;
}

.proj-slider-start .client-feedback .item .client-photo {
	display: inline-block !important;
	vertical-align: middle;
	margin-right: 5px;
}

.proj-slider-start .client-feedback .testimonials .item .client-photo img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.proj-slider-start .client-feedback .content {
	padding: 40px 0 0;
}

.proj-slider-start .slider-client-feedback .content {
	padding: 0;
}

.proj-slider-start .swiper-pagination-bullets {
	margin-top: 30px;
}

.proj-slider-start .swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.proj-slider-start .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.proj-slider-start .swiper-pagination-bullet {
	margin: 0 10px;
	background: rgba(48, 70, 109, .2);
	position: relative;
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	opacity: .5;
}

.proj-slider-start .swiper-pagination-bullet:before {
	content: "";
	position: absolute;
	border: 1px solid #e2e3e5;
	width: 22px;
	height: 22px;
	opacity: 0;
	border-radius: 50%;
	transition: all .5s;
	left: -7px;
	top: -7px;
}

.proj-slider-start .swiper-pagination-bullet-active {
	background: #30466d;
	opacity: 1;
}

.proj-slider-start .swiper-pagination-bullet-active::before {
	opacity: 1;
}

.proj-slider-start .client-feedback {
	padding-bottom: 15px;
}

.proj-slider-start .client-feedback .review {
	margin-right: 33px;
}

.proj-slider-start .new-reviews__carousel {
	margin: 10px -70px 10px -195px;
}

.proj-slider-start .client-feedback .item .rew-info {
	display: inline-block;
	vertical-align: middle;
}

.proj-slider-start .client-feedback .item .name-review span {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px;
}

.proj-slider-start .client-feedback .navs-client-slider div::before {
	content: "";
	width: 60px;
	height: 60px;
	position: absolute;
	border: 1px solid rgba(48, 70, 109, .07);
	border-radius: 50%;
	top: -15px;
	left: -15px;
	opacity: 0;
	display: inline-block;
	transition: all .5s;
}

.proj-slider-start .swiper-nav .next.swiper-button-disabled, .proj-slider-start .swiper-nav .prev.swiper-button-disabled {
	border-color: rgba(66, 66, 66, .1);
}

.proj-slider-start .client-feedback .navs-client-slider div:hover::before {
	opacity: 1;
}

.proj-slider-start .main-container {
	max-width: 1211px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 15px;
}

.new-proj .b-related .content {
	padding-bottom: 10px;
}

.new-proj .pr-story-img {
	position: relative;
	padding-left: 155px;
	background: #f4f5f7;
}

.new-proj .pr-story-img .border-img {
	padding-left: 60px;
	border-left: 1px solid rgba(48, 70, 109, .06);
	padding-bottom: 60px;
}

.new-proj .pr-story-img .border-img .img {
	position: relative;
	left: 10px;
	width: 83%;
	height: 520px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.new-proj .po-story {
	position: relative;
	padding-left: 30px;
}

.new-proj .po-story .content {
	padding-left: 60px;
	padding-top: 50px;
	padding-bottom: 50px;
	border-left: 1px solid rgba(48, 70, 109, .06);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.new-proj .po-story .po-story_left {
	width: 300px;
}

.new-proj .po-story .po-story_right {
	width: 550px;
}

.new-proj .po-story .story_title {
	padding-bottom: 145px;
}

.new-proj .po-story .story_title strong {
	font-weight: 300;
	font-size: 36px;
	line-height: 47px;
	color: #424242;
}

.new-proj .po-story .story_sub_title strong {
	font-family: Maison Neue;
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	color: #424242;
}

.new-proj .pr-techno {
	background: #fff;
	position: relative;
	z-index: 1;
	padding-left: 155px;
	padding-right: 60px;
}

.new-proj .pr-techno .pr-techno-content {
	padding: 50px 20px 15px 60px;
	display: flex;
	justify-content: space-between;
	border-left: 1px solid rgba(48, 70, 109, .06);
}

.new-proj .pr-techno .pr-techo-title {
	max-width: 275px;
	margin-right: 5%;
}

.new-proj .pr-techno .pr-techo-title strong {
	font-weight: 300;
	font-size: 36px;
	line-height: 47px;
	color: #424242;
}

.new-proj .pr-techno .pr-techno-logos {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}

.new-proj .pr-techno .pr-techno-logos img {
	width: auto;
	max-height: 55px;
	margin-right: 5%;
	margin-bottom: 4%;
}

.new-proj .pr-techno .pr-techno-logos img:last-child {
	margin-right: 0;
}

@media (max-width: 445px) {
	.new-proj .new-reviews .swiper-slide .item .review-wrapper .review_logo {
		width: 100px;
		height: 55px;
	}
	
	.new-proj .new-reviews .swiper-slide .item .review p {
		font-size: 14px;
		line-height: 23px;
	}
}

.new-proj .po-sider {
	background: #e5e5e5;
	height: 100%;
}

.new-proj .po-sider .proj-img-bottom {
	padding: 100px 0px 150px 18%;
}

.new-proj .po-sider .section {
	background: #e5e5e5;
}

.new-proj .po-sider .b-related {
	padding-right: 11%;
}

.new-proj .po-sider .b-related .content {
	padding-left: 144px;
}

.new-proj .po-side {
	background: #e5e5e5;
	height: 100%;
}

.new-proj .po-side .po-content {
	display: flex;
	justify-content: space-between;
	padding: 50px 70px 0 170px;
}

.new-proj .po-side .po-left {
	max-width: 460px;
	margin-right: 40px;
}

.new-proj .po-side .po-right {
	max-width: 550px;
}

.new-proj .po-side .po-btn {
	margin-top: 100px;
}

.new-proj .po-side .po-title strong {
	font-weight: 300;
	font-size: 36px;
	line-height: 47px;
	color: #424242;
}

.new-proj .po-side .po-desc p {
	font-weight: 300;
	font-size: 15px;
	line-height: 27px;
	color: rgba(66, 66, 66, .85);
	margin: 0;
}

.new-proj .section .title__h {
	text-align: center;
}

.new-proj .b-related .post-items {
	width: 100%;
	display: inline-block;
	margin: 0;
}

.new-proj .pr-header-btn {
	margin-top: 7px;
	margin-left: 4px;
}

.new-proj .pr-header .content__left .title__h strong {
	font-weight: 500;
	font-size: 52px;
	line-height: 60px;
	color: #424242;
}

.new-proj .proj-swiper-wrapper .sw-my-slide {
	margin-right: 20px !important;
}

.new-proj .proj-swiper-wrapper .sw-my-slide .main-img img {
	width: 100%;
}

.new-proj .po-side .btn__text {
	color: #30466d;
	font-weight: 500;
}

.new-proj .b-related .title__h strong {
	font-weight: 300;
}

.new-proj .b-related .post-items .post-item__name .pr-header-btn a {
	font-weight: 500;
	font-size: 12px;
	line-height: 25px;
	letter-spacing: .8px;
	color: #30466d;
}

.new-proj .b-related .post-items .post-item__name a {
	font-weight: 500;
	font-size: 26px;
	line-height: 39px;
	color: #424242;
}

.new-proj .did {
	padding-top: 45px;
	padding-left: 130px;
	padding-right: 150px;
}

.new-proj .did .did-content {
	position: relative;
}

.new-proj .did .did_circle1::before {
	content: "";
	position: absolute;
	left: -10px;
	top: 130px;
	width: 15px;
	height: 15px;
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/proj_icon1.png");
	background-position: center;
	background-repeat: no-repeat;
}

.new-proj .did .did-block {
	max-width: 1070px;
	padding-bottom: 33px;
	padding-left: 60px;
	border-left: 1px solid rgba(48, 70, 109, .06);
	position: relative;
}

.new-proj .did .did-block .about_text_img_wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.new-proj .did .did-block .about_text_img_wrapper .about_text_img {
	margin-top: 25px;
	margin-right: 50px;
}

.new-proj .did .did-block .about_text_img_wrapper .about_text_img p, .new-proj .did .did-block .about_text_img_wrapper .about_text_img li {
	width: 200px;
	line-height: 19px;
	font-size: 17px;
	font-weight: 300;
	margin: 0;
	color: rgba(66, 66, 66, .85);
}

.new-proj .did .did-block .about_text_img_wrapper .about_text_img li {
	list-style: none;
}

.new-proj .did .did-block .about_text_img_wrapper .about_text_img li:before {
	content: "•";
	margin-right: 8px;
	color: #adb5c4;
	font-size: 26px;
	vertical-align: sub;
}

.new-proj .did .did-block .about_text_img_wrapper .about_text_img img {
	width: 200px;
	height: 100%;
	opacity: .6;
}

.new-proj .did .last_did_text {
	padding-bottom: 80px;
}

.new-proj .did .did-title {
	padding-bottom: 10px;
	padding-left: 60px;
}

.new-proj .did .did-title strong {
	font-weight: 300;
	font-size: 36px;
	line-height: 47px;
}

.new-proj .did .did_block_title b {
	font-weight: 500;
	font-size: 26px;
	line-height: 39px;
	color: #424242;
}

.new-proj .did .did_block_text p {
	font-weight: 300;
	font-size: 17px;
	line-height: 28px;
	color: rgba(66, 66, 66, .85);
	margin: 5px 0;
}

.new-proj .did .did-block::before {
	content: "";
	position: absolute;
	left: -33px;
	top: -15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 1em;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	background: #fff;
	z-index: 1;
}

.new-proj .did .circle {
	position: relative;
}

.new-proj .did .circle div {
	position: absolute;
	left: -3px;
	top: 12px;
	color: #0a0a0a;
	color: rgba(66, 66, 66, .75);
	z-index: 4;
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .8px;
}

.new-proj .pr-logo {
	padding-left: 2%;
	display: flex;
	align-items: center;
}

.new-proj .pr-logo img {
	width: 100px;
	height: auto;
	opacity: .7;
}

.new-proj .pr-logo-story {
	padding-left: 5px;
}

.new-proj .pr-logo-story img {
	width: 60%;
	height: auto;
	opacity: .4;
}

.new-proj .po-started .title {
	margin-bottom: 12px;
	padding-top: 7px;
}

.new-proj .po-started .client-feedback .title {
	margin-bottom: 0;
}

.new-proj .pr-header .content {
	padding-left: 5%;
	padding-right: 28%;
}

.new-proj .pr-header .content .content__left {
	width: 350px;
	padding-left: 11%;
}

.new-proj .pr-header .content .content__left .title__h {
	text-align: left;
}

.new-proj .pr-header .content .pr-site_url {
	margin-left: 15px;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: .8px;
	color: #30466d;
}

.new-proj .po-started .content__right {
	margin-right: 0;
}

.new-proj .proj-slider-start .client-feedback .content {
	padding: 0px 0 5px 0;
}

.new-proj .pr-techno .pr-techo-title {
	padding-bottom: 35px;
}

@media (max-width: 767px) {
	.new-proj .po-started .content__right_wrapper {
		padding-right: 30px;
	}
	
	.new-proj .po-started .content__right .value {
		width: 100px;
	}
	
	.new-proj .pr-header .content {
		padding-right: 18%;
	}
	
	.new-proj .po-started .po-started .content {
		padding-top: 125px;
		padding-bottom: 0;
	}
	
	.new-proj .proj-slider-start .new-reviews__carousel {
		margin: 15px 0 0;
	}
	
	.new-proj .proj-slider-start .client-feedback .swiper-slide {
		min-height: 230px;
	}
	
	.new-proj .pr-techno .pr-techno-content {
		border-left: none;
	}
}

@media (max-width: 1100px) {
	.new-proj .po-side .po-content {
		padding: 40px 35px;
	}
	
	.new-proj .cta_pr-content {
		padding-top: 20px;
	}
	
	.new-proj .po-side .po-left {
		width: 80%;
	}
	
	.new-proj .po-side .po-right {
		max-width: 350px;
	}
	
	.new-proj .po-side .po-btn {
		margin-top: 50px;
	}
	
	.new-proj .po-story .po-story_left {
		width: 230px;
	}
	
	.new-proj .po-story .po-story_right {
		width: 470px;
	}
	
	.new-proj .po-sider .proj-img-bottom {
		padding: 90px 40px 120px 30px;
	}
	
	.new-proj .pr-techno .pr-techno-logos img {
		margin-right: 6%;
	}
	
	.new-proj .pr-techno {
		padding-right: 0px;
	}
	
	.new-proj .pr-header .content .content__left {
		width: 250px;
	}
	
	.new-proj .pr-header .pr-logo .pr-site_url {
		margin-left: 10px;
	}
	
	.new-proj .did .did_block .about_text_img {
		margin-right: 30px;
	}
	
	.new-proj .did .did-block {
		max-width: 850px;
	}
}

.new-proj .po-side .po-desc {
	font-weight: 300;
}

@media (max-width: 1360px) {
	.new-proj .pr-story-img {
		padding-left: 130px;
	}
	
	.new-proj .pr-techno {
		padding-left: 130px;
	}
}

@media (max-width: 1000px) {
	.new-proj .po-story .title {
		margin-bottom: 0;
	}
	
	.new-proj .po-story .story_title {
		padding-bottom: 25px;
	}
	
	.new-proj .po-story .story_sub_title {
		margin-bottom: 30px;
	}
	
	.new-proj .po-sider .b-related .content {
		padding-left: 100px;
	}
	
	.new-proj .po-sider {
		padding-right: 100px;
	}
	
	.new-proj .cta_pr-content {
		padding: 0 35px;
	}
	
	.new-proj .pr-story-img .border-img .img {
		height: 420px;
	}
}

@media (max-width: 920px) {
	.new-proj .po-started .content {
		padding-bottom: 30px;
	}
	
	.new-proj .po-side .po-content {
		padding: 55px 20px;
	}
	
	.new-proj .po-side .po-left {
		width: 80%;
	}
	
	.new-proj .pr-techno-logos1 {
		margin-right: 15%;
	}
	
	.new-proj .po-side .po-title strong {
		font-size: 30px;
		line-height: 35px;
	}
	
	.new-proj .po-side .po-right {
		max-width: 310px;
	}
	
	.new-proj .po-side .po-btn {
		margin-top: 30px;
	}
	
	.new-proj .po-side .po-desc {
		font-size: 14px;
		line-height: 24px;
	}
	
	.new-proj .po-story_left {
		width: 250px;
	}
	
	.new-proj .po-story_right {
		width: 450px;
	}
}

@media (max-width: 860px) {
	.new-proj .did .did-block {
		max-width: 550px;
	}
	
	.new-proj .po-story .po-story_left {
		width: 200px;
	}
	
	.new-proj .po-story .po-story_right {
		width: 350px;
		padding-right: 100px;
	}
	
	.new-proj .po-sider .b-related .content {
		padding-left: 80px;
	}
	
	.new-proj .po-sider {
		padding-right: 80px;
	}
	
	.new-proj .pr-techno .pr-techno-logos img {
		height: 50px;
	}
	
	.new-proj .pr-story-img .border-img .img {
		height: 350px;
	}
}

@media (max-width: 787px) {
	.new-proj .did {
		padding-top: 30px;
	}
	
	.new-proj .did .did-title {
		padding-bottom: 0px;
	}
	
	.new-proj .pr-story-img .border-img {
		padding-bottom: 40px;
	}
	
	.new-proj .po-story .content {
		padding-top: 35px;
		padding-bottom: 20px;
	}
	
	.new-proj .po-side .po-content {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 35px 10px;
	}
	
	.new-proj .po-side .po-left {
		margin-right: 0;
		margin-bottom: 25px;
		width: 100%;
	}
	
	.new-proj .po-side .po-btn {
		margin-top: 25px;
	}
	
	.new-proj .pr-story-img .border-img {
		padding-left: 0;
	}
	
	.new-proj .pr-story-img .border-img .img {
		left: 0;
		height: 500px;
	}
	
	.new-proj .po-sider .proj-img-bottom {
		padding: 30px 0px 120px 0px;
	}
	
	.new-proj .b-related .content {
		padding-top: 0px;
	}
	
	.new-proj .b-related .content .title {
		margin-bottom: 20px;
	}
	
	.new-proj .pr-story-img .border-img {
		display: none;
	}
}

@media (max-width: 800px) {
	.new-proj .po-story .content {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding-left: 0;
	}
	
	.new-proj .po-story .po-story_left {
		width: 230px;
	}
	
	.new-proj .po-story .po-story_right {
		width: 450px;
		padding-left: 10px;
	}
	
	.new-proj .pr-techno .pr-techno-logos {
		flex-wrap: wrap;
	}
}

@media (max-width: 739px) {
	.new-proj .po-story {
		background: #f4f5f7;
	}
	
	.new-proj .pr-story-img {
		padding-left: 0px;
	}
	
	.new-proj .po-story .po-story_right {
		padding-right: 10px;
	}
	
	.new-proj .pr-techno .pr-techno-content {
		padding: 25px 0;
	}
	
	.new-proj .pr-techno .pr-techo-title {
		padding-bottom: 25px;
	}
	
	.new-proj .po-sider .b-related .content {
		padding-left: 90px;
	}
	
	.new-proj .cta_pr-content {
		padding: 0px;
		margin-bottom: 40px;
	}
}

@media (max-width: 660px) {
	.new-proj .proj-slider-start .client-feedback .swiper-slide {
		min-height: 150px;
	}
	
	.new-proj .did .did-block {
		max-width: 450px;
	}
	
	.new-proj .proj-img-bottom img {
		width: 600px;
	}
	
	.new-proj .pr-header .pr-logo .pr-site_url {
		margin-left: 15px;
	}
	
	.new-proj .did {
		padding-left: 30px;
		padding-right: 50px;
	}
	
	.new-proj .po-story {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.new-proj .po-story .content {
		border-left: 0;
	}
	
	.new-proj .proj-slider-start .proj-slider_title {
		padding-left: 5px;
	}
	
	.new-proj .po-story .story_sub_title {
		padding-bottom: 20px;
		margin-bottom: 0px;
	}
	
	.new-proj .po-story .story_title {
		padding-bottom: 15px;
	}
	
	.new-proj .po-story .po-story_right {
		width: 350px;
	}
	
	.new-proj .pr-story-img img {
		height: 400px;
	}
	
	.new-proj .pr-techno {
		padding-left: 60px;
	}
	
	.new-proj .po-sider .b-related .content {
		padding-left: 60px;
	}
	
	.new-proj .po-sider {
		padding-right: 60px;
	}
	
	.new-proj .did .did-title {
		padding-left: 10px;
	}
}

@media (max-width: 550px) {
	.new-proj .pr-techno .pr-techno-content {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (max-width: 460px) {
	.new-proj .did .did-block {
		max-width: 250px;
		padding-bottom: 15px;
		padding-left: 35px;
	}
	
	.new-proj .pr-techno {
		padding-left: 10px;
	}
	
	.new-proj .po-started .content__right .content__right_block {
		width: 150px;
	}
	
	.new-proj .did .did_block_title b {
		font-size: 18px;
		line-height: 26px;
	}
	
	.new-proj .did .did_block_text p {
		font-size: 15px;
		line-height: 26px;
	}
	
	.new-proj .po-sider .b-related .content {
		padding-left: 20px;
	}
	
	.new-proj .po-sider {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.resources .content__right .post-item .post-item__img {
	transform: none;
}

.resources .post-item:hover .post-item__name {
	transform: translateY(0);
}

.resources .post-item .post-item__tag a {
	color: #fff;
	text-decoration: none;
}

.resources .post-item .post-item__tag a:hover {
	transition-duration: .5s;
	text-decoration: underline;
}

.single-resources .post-item__tag a {
	color: #fff;
	text-decoration: none;
}

.single-resources .post-item__tag a:hover {
	transition-duration: .5s;
	text-decoration: underline;
}

.single-resources .section.bo-comments {
	z-index: 1;
}

.single-resources .b-related {
	z-index: 10;
}

.single-resources .cookies-popup, .single-resources .footer-section {
	background: #fff;
	position: relative;
	z-index: 10;
}

.single-resources .my-content-left .post-back__text {
	font-size: 11px;
}

.single-resources .tegs-bar-blog .content__left strong {
	font-weight: 500;
}

.resources .content__right .post-item__name {
	min-height: 100px;
}

.single-resources .table_of_content_container {
	background: #30466d;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

.single-resources .table_of_content_container .title {
	color: #fff;
	font-size: 19px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.single-resources .table_of_content_container .description {
	padding-bottom: 15px;
	font-weight: 500;
}

.single-resources .form p:first-child {
	margin: 0;
}

.single-resources .wpcf7 .res_form_item {
	padding: 6px 0;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 5px;
	width: 100%;
}

.single-resources .wpcf7 .res_button {
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 10px 20px;
	color: #fff;
	background: transparent;
	margin-top: 15px;
	font-size: 14px;
	cursor: pointer;
}

.single-resources .wpcf7 .res_button:hover {
	background: #fff;
	color: #30466d;
	transition: .5s all ease;
}

.single-resources .wpcf7 .wpcf7-country_auto {
	padding: 8px 4px;
	width: 100%;
	margin-bottom: 13px;
}

.single-resources .wpcf7 .select2-container {
	width: 100% !important;
}

.single-resources .wpcf7 .res_role {
	padding: 0;
	margin: 0;
}

.single-resources .wpcf7 .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #000;
}

.select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default .select2-selection--single .select2-selection__rendered {
	background: #efefef;
}

.select2-container--default .select2-dropdown {
	background: #efefef;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	cursor: auto;
}

.single-resources .bo-article .my-content-post .content__right {
	width: 54%;
}

.single-resources .call-to-action-post-bg.content__right {
	width: 100% !important;
}

.single-resources .table_of_content_section {
	width: 25%;
	position: fixed;
	right: 55px;
	bottom: 0px;
}

.single-resources .table_of_content_section .table_of_content_container {
	padding-bottom: 0;
}

.single-resources .b-related .content .title__h, .resources .b-related .content .title__h {
	text-align: center;
}

.single-resources .b-posts .content .content__right {
	float: right;
}

.single-resources .wpcf7 .last_p {
	margin-top: 5px;
}

.single-resources .file_download {
	padding: 50% 50px 55%;
	text-align: center;
}

.single-resources .file_download a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	border: 1px solid #fff;
	padding: 7px;
}

.single-resources .file_download a:hover {
	background: #fff;
	color: #30466d;
	transition: .5s all ease;
}

.single-resources .file_download .file_text {
	font-size: 18px;
	text-transform: uppercase;
}

.single-resources .file_download .res-msg {
	padding-top: 20%;
	font-weight: 500;
	font-size: 13px;
}

@media (max-width: 1300px) {
	.proj-start .padding-disable {
		padding-top: 0 !important;
	}
}

@media (max-width: 1200px) {
	.single-resources .table_of_content {
		display: block;
	}
	
	.single-resources .wpcf7 .res_form_item {
		margin-bottom: 10px;
	}
	
	.single-resources .table_of_content_section {
		bottom: -10px;
	}
	
	.new-proj .po-story {
		padding-left: 130px;
	}
}

@media (max-width: 1000px) {
	.new-proj .pr-story-img .border-img .img {
		width: 100%;
	}
	
	.single-resources .my-content-post .content__right {
		float: left;
	}
	
	.single-resources .table_of_content_section {
		width: 35%;
	}
	
	.single-resources .share-left {
		padding-top: 0;
	}
	
	.single-resources .share-left .post-share {
		top: 15px;
	}
}

@media (max-width: 740px) {
	.new-proj .po-story {
		padding-left: 0px;
	}
	
	.new-proj .po-story .content {
		border: none;
	}
	
	.single-resources .bo-article .my-content-pgit aost .content__right {
		width: 100%;
		padding-bottom: 30px;
	}
	
	.single-resources .call-to-action-post-bg {
		display: none;
	}
	
	.single-resources .table_of_content_section {
		width: 100%;
	}
	
	.single-resources .bo-comments .content-2 {
		padding-bottom: 30px;
	}
	
	.single-resources .table_of_content_section {
		position: relative;
		bottom: 0;
		right: 0;
	}
	
	.single-resources .bo-article .my-content-post .content__right {
		width: 100%;
	}
}

@media (min-height: 850px) {
	.single-resources .table_of_content_section {
		bottom: auto;
		top: 140px;
	}
}

@media (max-width: 1360px) {
	.cta_blog.subscription_CTA .b-subscribe .service-item__bts {
		right: 500px;
	}
}

@media (max-width: 1200px) {
	.cta_blog.subscription_CTA .b-subscribe .service-item__bts {
		right: 307px;
	}
}

@media (max-width: 1000px) {
	.cta_blog.subscription_CTA .b-subscribe .service-item__bts {
		right: 60px;
	}
}

@media (max-width: 800px) {
	.cta_blog.subscription_CTA .b-subscribe .service-item__bts {
		right: 60px;
	}
}

@media (max-width: 767px) {
	.cta_blog.subscription_CTA .b-subscribe .service-item__bts {
		right: 0px;
	}
	
	.proj-start .cta_pr-content h2 {
		font-size: 26px;
		line-height: 36px;
	}
}

.post-section-bo .content .rmp-rating-widget .rmp-icon--ratings {
	font-size: 2rem;
}

.vacancie-head-bar {
	padding-top: 0;
}

.vacancie-head-bar .vacancie-bottom {
	background: #f4f5f7;
	border-top: 1px solid rgba(70, 70, 70, .2);
	border-bottom: 1px solid rgba(70, 70, 70, .2);
}

.vacancie-head-bar .vacancie-bottom .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 58px;
}

.vacancie-head-bar .vacancie-bottom .container:after {
	display: none;
}

.po-sider .cta_pr-content .content-contact-us {
	position: relative;
	max-width: 697px;
	margin-top: 2px;
	width: 100%;
}

.po-sider .cta_pr-content .content-contact-us .rel-block {
	position: relative;
}

.po-sider .cta_pr-content .content-contact-us .rel-block:before {
	content: "";
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/mail.svg");
	width: 16px;
	height: 9px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 23px;
}

.po-sider .cta_pr-content .content-contact-us input[type=email], .po-sider .cta_pr-content .content-contact-us input[type=text] {
	border: 0;
	background: transparent;
	font-size: 13px;
	line-height: 33px;
	letter-spacing: .4px;
	color: rgba(66, 66, 66, .8);
	width: 100%;
	font-weight: 300;
	padding: 10px 0;
	border-bottom: 1px solid rgba(66, 66, 68, .2);
	padding-left: 20px;
}

.po-sider .cta_pr-content .content-contact-us input[type=text] {
	padding-left: 0;
}

.po-sider .cta_pr-content .content-contact-us .help .wpcf7-text {
	padding-right: 19%;
}

.po-sider .cta_pr-content .content-contact-us .butt {
	position: absolute;
	right: 0px;
	bottom: 40px;
}

.po-sider .cta_pr-content .wpcf7-response-output {
	position: absolute;
	width: 100%;
	padding: 15px 0;
	text-align: center;
}

.po-sider .cta_pr-content .wpcf7-not-valid-tip {
	position: relative;
	top: 10px;
}

@media (max-width: 1000px) {
	.po-sider .cta_pr-content .content-contact-us {
		max-width: 500px;
	}
	
	.po-sider .cta_pr-content .content-contact-us .wpcf7 form .wpcf7-response-output {
		margin: 0;
	}
}

.b-related .content {
	padding-top: 40px;
}

.po-sider .cta_pr-content .content-contact-us .rel-block:before {
	display: none;
}

.po-sider .cta_pr-content .content-contact-us input[type=email] {
	padding-left: 0;
}

.post-item__inner .post-item__time {
	font-size: 14px;
	font-weight: 500;
}

@media (max-width: 1000px) {
	.post-item__inner .post-item__time {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	.post-item__inner .post-item__time {
		font-size: 12px;
	}
}

.so-faq {
	background: #f4f5f7;
	position: relative;
	z-index: 2;
	padding-bottom: 70px;
}

.so-faq .title {
	position: relative;
	max-width: 632px;
	margin-bottom: 5px;
}

.so-faq .title h2:not(.title__sub) {
	margin: 15px 0;
}

.so-faq .text p {
	margin: 0;
}

.so-faq .faq-items.faq-items--inline .faq-item, .so-faq .faq-items.faq-items--2-col .faq-col {
	width: calc(50% - 40px);
}

.so-faq .faq-items {
	display: flex;
	flex-wrap: wrap;
	gap: 0 80px;
}

.so-faq .content {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 190px;
}

@media (max-width: 1199px) {
	.so-faq .content {
		padding-left: 140px;
	}
	
	.proj-start .post-item__name {
		min-height: 90px;
		margin-bottom: 0;
	}
}

@media (max-width: 1000px) {
	.so-faq .content {
		padding-left: 0;
		padding-top: 80px;
	}
	
	.new-proj .pr-header .content .content__left {
		padding-left: 0;
	}
	
	.new-proj .did .did-block {
		padding-bottom: 25px;
	}
}

.so-faq .title__sub {
	position: absolute;
	top: 0;
	left: -190px;
}

@media (max-width: 1199px) {
	.so-faq .title__sub {
		left: -140px;
	}
}

@media (max-width: 1000px) {
	.so-faq .title__sub {
		left: 0;
		top: -40px;
	}
}

.so-faq .text {
	max-width: 760px;
	font-size: 17px;
	line-height: 176%;
}

.so-faq .faq-items {
	margin-top: 50px;
}

@media (max-width: 1000px) {
	.so-faq .faq-items {
		max-width: 100%;
	}
}

.so-faq .faq-item {
	border-bottom: 1px solid #e2e3e5;
}

.so-faq .faq-item:nth-child(1), .so-faq .faq-items.faq-items--inline .faq-item:nth-child(2) {
	border-top: 1px solid #e2e3e5;
}

.so-faq .faq-item.active .name:after, .so-faq .faq-item.active .name:before {
	transform: rotate(45deg);
}

.so-faq .faq-item .name {
	position: relative;
	line-height: 22px;
	font-size: 15px;
	font-weight: 300;
	padding-top: 25px;
	padding-bottom: 23px;
	cursor: pointer;
	padding-right: 20px;
}

.so-faq .faq-item .name h3 {
	font-weight: 400;
	margin: 0;
	font-size: 17px;
	line-height: 150%;
	color: #424242;
}

@media (max-width: 740px) {
	.so-faq .faq-item .name {
		padding-right: 71px;
	}
	
	.proj-start .po-started .content__right {
		margin-top: 20px;
	}
	
	.proj-start .po-started .content {
		padding-top: 100px;
	}
	
	.proj-slider-start .client-feedback {
		padding-bottom: 20px;
	}
	
	.proj-start .po-started .content__right .content__right_block {
		padding-bottom: 5px;
	}
}

.so-faq .faq-item .name span {
	position: absolute;
	left: 0;
	top: 24px;
	opacity: .9;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .8px;
	font-family: "Maison Neue Mono";
	line-height: 22px;
}

.so-faq .faq-item .name:after, .so-faq .faq-item .name:before {
	content: "";
	position: absolute;
	background: #424242;
	transition: .3s ease 0s;
}

.so-faq .faq-item .name:after {
	top: 33px;
	right: 5px;
	width: 14px;
	height: 2px;
}

.so-faq .faq-item .name:before {
	right: 11px;
	top: 27px;
	width: 2px;
	height: 14px;
}

.so-faq .faq-item .desc {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: -.04px;
	line-height: 22px;
	padding-bottom: 35px;
	max-width: 690px;
	display: none;
}

.so-faq h2.title__sub {
	display: block;
	color: rgba(66, 66, 66, .8);
	font-size: 10px !important;
	font-family: "Maison Neue Mono";
	font-weight: 400;
	letter-spacing: .8px;
	line-height: 21px !important;
	text-transform: uppercase;
	margin: 0;
}

.so-faq .title.title__h h2:not(.title__sub) {
	font-size: 40px;
	letter-spacing: -1.2px;
	line-height: 47px;
	font-weight: 300;
}

.so-faq .text {
	font-size: 17px;
	line-height: 26px;
	font-weight: 300;
	letter-spacing: -.04px;
}

.so-faq .faq-items.faq-items--inline .faq-item {
	width: 100%;
	max-width: 760px;
}

.so-faq .faq-items.faq-items--inline .faq-item:nth-child(2) {
	border-top: 0;
}

@media (max-width: 1023px) {
	.so-faq .faq-item, .so-faq .faq-items.faq-items--2-col .faq-col {
		width: 100%;
	}
	
	.so-faq .faq-items.faq-items--2-col .faq-col:nth-child(2) .faq-item:first-child {
		border-top: none;
	}
	
	.so-faq .faq-item:nth-child(2) {
		border-top: none;
	}
}

.author-class {
	padding-top: 100px;
}

.author-class .content {
	padding-bottom: 0;
}

.breadcrumb {
	margin-bottom: 22px;
	font-weight: 500 !important;
}

.breadcrumb a {
	padding: 0 2px;
	text-decoration: none;
	line-height: 26px;
}

.breadcrumb a:first-child {
	padding-left: 0;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.post-text .breadcrumb {
	font-size: 13px;
}

.pr_breadcrumb .breadcrumb {
	position: absolute;
	top: 80px;
}

@media (max-width: 740px) {
	.post-text .breadcrumb {
		line-height: 22px !important;
		font-size: 12px !important;
	}
}

.btn_to_top {
	position: fixed;
	bottom: 40px;
	right: 30px;
	z-index: 9999;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 30px;
	background: #fff;
	cursor: pointer;
	display: none;
	border-radius: 50%;
	border: 1px solid rgba(70, 70, 70, .2);
}

.btn_to_top:before {
	content: "";
	position: absolute;
	top: 17px;
	left: 12px;
	width: 15px;
	height: 13px;
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/post-back.svg") no-repeat 0 0;
	background-size: contain;
	transform: rotate(90deg);
}

.btn_to_top:hover {
	background: #e9ebec;
}

.btn_to_top-show {
	display: block !important;
}

@media (max-width: 1200px) {
	.btn_to_top {
		width: 35px;
		height: 35px;
	}
	
	.btn_to_top:before {
		top: 15px;
		left: 11px;
		width: 12px;
		height: 10px;
	}
}

@media (max-width: 740px) {
	.btn_to_top-show {
		display: none;
	}
}

.footer-section .content {
	padding-top: 50px;
}

@media (min-width: 768px) {
	.footer-section .content {
		padding-top: 90px;
	}
}

.footer .footer__rate {
	margin-top: 50px;
}

.footer .footer__b {
	margin-top: 115px;
}

.new-form-services .content__right .whatsapp {
	position: relative;
}

.new-form-services .content__right .whatsapp:before {
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 15px;
	left: 88px;
	bottom: 3px;
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/whatsapp.svg");
}

@media (max-width: 1000px) {
	.new-form-services .content__right .whatsapp:before {
		left: 69px;
		bottom: 1px;
	}
}

@media (max-width: 400px) {
	.section-standard .client-feedback .content .title {
		width: 160px;
	}
}

@media (max-width: 740px) {
	.footer .footer__rate {
		margin-top: 30px;
	}
	
	.footer-section .content {
		padding-top: 40px;
	}
	
	.footer .content-right {
		margin-top: 33px;
	}
	
	.footer .footer__b {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.section-standard .client-feedback .content.pad-top .title {
		margin-bottom: 0px;
	}
	
	.section-standard .swiper-pagination-bullets {
		margin-top: 5px;
	}
	
	.section-standard .client-feedback {
		padding-bottom: 20px;
	}
	
	.section-standard .slider-client-feedback {
		padding-bottom: 35px;
	}
	
	.section-standard .our-clients {
		padding-bottom: 0px;
	}
	
	.section-standard .client-feedback .content.pad-top {
		padding-top: 40px;
	}
	
	.section-standard .client-feedback .item p {
		max-width: 350px;
	}
	
	.so-faq .faq-item .desc {
		padding-bottom: 3px;
	}
	
	.so-faq .title.title__h h2:not(.title__sub) {
		margin-bottom: 0;
	}
	
	.so-faq .title {
		margin-bottom: 10px;
	}
	
	.so-faq .content .faq-items {
		margin-top: 25px !important;
	}
	
	.section-standard .client-feedback .content .title {
		margin-bottom: 0;
	}
	
	.main-projects .wrapper .section-standard .client-feedback .content {
		padding: 50px 0 2px;
	}
	
	.section-standard .new-reviews__carousel {
		margin-top: 25px;
		margin-bottom: 10px;
	}
}

@media (max-width: 500px) {
	.section-standard .new-reviews__carousel {
		margin-top: 17px;
		margin-bottom: 0px;
	}
	
	.section-standard .client-feedback .item p {
		max-width: 250px;
	}
	
	.main-projects .wrapper .section-standard .client-feedback .content {
		padding: 35px 0 0px;
	}
	
	.section-standard .client-feedback .content.pad-top {
		padding-top: 25px;
	}
	
	.section-standard .client-feedback .content.pad-top .title {
		line-height: 32px;
	}
	
	.section-standard .client-feedback .item {
		padding: 20px;
	}
	
	.new-form-services .text {
		min-height: 90px;
	}
}

.section-standard .client-feedback .content.pad-top {
	padding-top: 50px;
	padding-bottom: 0;
}

.section-standard .client-feedback .content.pad-top .title {
	margin-bottom: 15px;
}

.new-form-services {
	padding-top: 20px;
	background: #f4f5f7;
}

.new-form-services .content {
	padding: 90px;
}

.new-form-services .btn__text .wpcf7-form-control {
	background: transparent;
	border: none;
	font-weight: 300;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: #efefef;
	cursor: pointer;
}

.new-form-services p .btn-blue:hover .btn__text .wpcf7-form-control {
	transition-duration: .5s;
	color: #424242;
}

.new-form-services .content__left {
	width: 465px;
	float: left;
}

.new-form-services .content__right {
	width: 465px;
	float: right;
}

.new-form-services .above-footer-form-content .title {
	margin-bottom: 25px;
}

.new-form-services .above-footer-form-content .contacts-form .text span {
	opacity: .7;
}

.new-form-services .above-footer-form-content .contacts-form .text p a:hover {
	color: #424242;
	text-decoration: none;
	background-position: 0 100%;
}

.new-form-services .above-footer-form-content .contacts-form .text p a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	background-color: transparent;
	background-image: linear-gradient(90deg, #424242 50%, transparent 0);
	background-size: 202% 1px;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	transition: background-position .3s;
}

.new-form-services .content.above-footer-form-content {
	padding-bottom: 90px;
}

.new-form-services .title {
	opacity: .96;
	color: #424242;
	font-size: 26px;
	font-weight: 300;
	letter-spacing: -.16px;
	line-height: 33px;
}

.new-form-services .text {
	min-height: 142px;
	padding-bottom: 20px;
	font-size: 13px;
	line-height: 18px;
	width: 337px;
	margin-bottom: 0;
	max-width: 291px;
	font-weight: 300;
}

.new-form-services .text p {
	margin: 0 0 10px;
}

.new-form-services .title {
	font-size: 40px;
}

.new-form-services .form__control {
	display: block;
	width: 100%;
	height: 46px;
	background: #fff;
	color: #424242;
	font-family: "Maison Neue";
	font-size: 15px;
	font-weight: 300;
	line-height: 14px;
	padding: 0 15px;
	border: none;
}

.new-form-services .btn__text .wpcf7-form-control {
	background: transparent;
	border: none;
	font-weight: 300;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: #efefef;
	cursor: pointer;
}

.new-form-services .form__file {
	position: relative;
	float: right;
	overflow: hidden;
}

.new-form-services input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	border: 0;
	font-size: 13px;
}

.new-form-services input:not([type=submit]):not([type=file]) {
	letter-spacing: .4px;
	line-height: 50px;
	margin-bottom: 20px;
}

.new-form-services .your_text input[type=text] {
	padding-right: 6%;
}

.new-form-services input[type=submit] {
	background: #30466d;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 13px;
	padding: 15px 0;
}

.new-form-services p {
	margin: 0;
}

.new-form-services .your_file {
	display: none;
}

.new-form-services .btn-upload {
	position: relative;
	height: 38px;
	line-height: 38px;
	padding-left: 48px;
	opacity: .6;
	color: #424242;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: .8px;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 0 !important;
}

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

.new-form-services .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-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/icon-file.svg") no-repeat 0 0;
	background-size: contain;
}

.new-form-services .btn-upload__text {
	max-width: 110px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new-form-services .btn-upload .btn-upload__icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(70, 70, 70, .23);
	border-radius: 50%;
}

.new-form-services .btn-upload .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-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/icon-file.svg") no-repeat 0 0;
	background-size: contain;
}

@media (min-width: 992px) {
	.new-form-services .text {
		font-size: 17px;
		line-height: 26px;
		opacity: 1;
	}
}

@media (min-width: 992px)and (max-width: 1199px) {
	.new-form-services .content.above-footer-form-content {
		padding-left: 70px;
		padding-right: 70px;
		padding-top: 55px;
	}
}

.new-form-services a.btn .btn__text {
	top: -3px;
}

@media (max-width: 1199px) {
	.new-form-services .content__left {
		width: 410px;
	}
	
	.new-form-services .btn:hover .btn__text .wpcf7-form-control {
		color: #30466d;
	}
	
	.new-form-services a.btn:hover .btn__icon svg path {
		fill: #30466d;
	}
	
	.new-form-services .btn:hover:before {
		background: transparent;
	}
	
	.new-form-services .btn:hover:after {
		border-color: #30466d;
	}
	
	.new-form-services .content__right {
		width: 344px;
	}
}

@media (max-width: 1000px) {
	.new-form-services .content__left {
		width: 301px;
	}
	
	.new-form-services .content__left .btn {
		padding-left: 5px;
		padding-right: 10px;
	}
	
	.new-form-services .content__left .btn .ajax-loader {
		margin: 0 23px 0 1px;
	}
	
	.new-form-services input {
		font-size: 11px;
	}
	
	.new-form-services .content.above-footer-form-content {
		padding: 30px 0 5px 0;
	}
	
	.new-form-services .text {
		min-height: 125px;
		padding-bottom: 40px;
	}
}

@media (max-width: 740px) {
	.new-form-services {
		padding-top: 0;
	}
	
	.new-form-services .content__right {
		width: 100%;
		float: none;
	}
	
	.new-form-services .content__left {
		width: 100%;
		padding-bottom: 27px;
	}
	
	.new-form-services .text {
		min-height: 100px;
		padding-bottom: 20px;
	}
	
	.new-form-services .content.above-footer-form-content {
		padding-top: 50px;
	}
	
	.new-form-services .above-footer-form .title {
		margin-bottom: 20px;
	}
	
	.new-form-services .text p {
		margin: 0 0 6px;
	}
}

.h_widget .content {
	padding: 0;
}

.h_widget .content.pull {
	padding-left: 70px;
}

@media (max-width: 1240px) {
	.h_widget .content.pull {
		padding-left: 10px;
	}
}

@media (max-width: 540px) {
	.h_widget .content.pull {
		padding-left: 0px;
	}
}

.new-reviews .swiper-slide:nth-child(1) .item .review-wrapper .review_logo, .section-standard .client-feedback .swiper-slide:nth-child(1) .item .review-wrapper .review_logo, .section .client-feedback .swiper-slide:nth-child(1) .item .review-wrapper .review_logo {
	width: 190px;
	height: 65px;
	margin-top: 30px;
}

.new-reviews .swiper-slide:nth-child(2) .item .review-wrapper .review_logo, .section-standard .client-feedback .swiper-slide:nth-child(2) .item .review-wrapper .review_logo, .section .client-feedback .swiper-slide:nth-child(2) .item .review-wrapper .review_logo {
	width: 220px;
	height: 75px;
	margin-top: 30px;
}

.new-reviews .swiper-slide:nth-child(3) .item .review-wrapper .review_logo, .section-standard .client-feedback .swiper-slide:nth-child(3) .item .review-wrapper .review_logo, .section .client-feedback .swiper-slide:nth-child(3) .item .review-wrapper .review_logo {
	width: 180px;
	height: 80px;
	margin-top: 30px;
}

@media (max-width: 1200px) {
	.new-reviews .swiper-slide .item .review p, .section-standard .client-feedback .item p, .section .client-feedback .item p {
		max-width: 260px;
	}
	
	.new-reviews .swiper-slide:nth-child(1) .item .review-wrapper .review_logo, .section-standard .client-feedback .swiper-slide:nth-child(1) .item .review-wrapper .review_logo, .section .client-feedback .swiper-slide:nth-child(1) .item .review-wrapper .review_logo {
		width: 190px;
		height: 65px;
	}
	
	.new-reviews .swiper-slide:nth-child(2) .item .review-wrapper .review_logo, .section-standard .client-feedback .swiper-slide:nth-child(2) .item .review-wrapper .review_logo, .section .client-feedback .swiper-slide:nth-child(2) .item .review-wrapper .review_logo {
		width: 200px;
		height: 64px;
	}
	
	.new-reviews .swiper-slide:nth-child(3) .item .review-wrapper .review_logo, .section-standard .client-feedback .swiper-slide:nth-child(3) .item .review-wrapper .review_logo, .section .client-feedback .swiper-slide:nth-child(3) .item .review-wrapper .review_logo {
		width: 140px;
	}
}

@media (max-width: 1000px) {
	.new-reviews .swiper-slide .item .review p, .section-standard .client-feedback .item p, .section .client-feedback .item p {
		max-width: 210px;
		line-height: 24px;
		font-size: 16px;
	}
	
	.new-reviews .swiper-slide:nth-child(1) .item .review-wrapper .review_logo, .section-standard .client-feedback .swiper-slide:nth-child(1) .item .review-wrapper .review_logo, .section .client-feedback .swiper-slide:nth-child(1) .item .review-wrapper .review_logo {
		width: 120px;
		height: 45px;
	}
	
	.new-reviews .swiper-slide:nth-child(2) .item .review-wrapper .review_logo, .section-standard .client-feedback .swiper-slide:nth-child(2) .item .review-wrapper .review_logo, .section .client-feedback .swiper-slide:nth-child(2) .item .review-wrapper .review_logo {
		width: 140px;
		height: 48px;
	}
	
	.new-reviews .swiper-slide:nth-child(3) .item .review-wrapper .review_logo, .section-standard .client-feedback .swiper-slide:nth-child(3) .item .review-wrapper .review_logo, .section .client-feedback .swiper-slide:nth-child(3) .item .review-wrapper .review_logo {
		width: 100px;
		height: 60px;
	}
}

@media (max-width: 767px) {
	.new-reviews .swiper-slide .item .review p, .section-standard .client-feedback .item p, .section .client-feedback .item p {
		max-width: 240px;
	}
	
	.new-reviews .swiper-slide:nth-child(1) .item .review-wrapper .review_logo, .section-standard .client-feedback .swiper-slide:nth-child(1) .item .review-wrapper .review_logo, .section .client-feedback .swiper-slide:nth-child(1) .item .review-wrapper .review_logo {
		width: 170px;
		height: 60px;
	}
	
	.new-reviews .swiper-slide:nth-child(2) .item .review-wrapper .review_logo, .section-standard .client-feedback .swiper-slide:nth-child(2) .item .review-wrapper .review_logo, .section .client-feedback .swiper-slide:nth-child(2) .item .review-wrapper .review_logo {
		width: 200px;
		height: 65px;
	}
	
	.new-reviews .swiper-slide:nth-child(3) .item .review-wrapper .review_logo, .section-standard .client-feedback .swiper-slide:nth-child(3) .item .review-wrapper .review_logo, .section .client-feedback .swiper-slide:nth-child(1) .item .review-wrapper .review_logo {
		width: 140px;
		height: 70px;
	}
}

@media (max-width: 520px) {
	.new-reviews .swiper-slide .item .review p, .section-standard .client-feedback .item p, .section .client-feedback .item p {
		max-width: 200px;
	}
	
	.new-reviews .swiper-slide:nth-child(1) .item .review-wrapper .review_logo, .section-standard .client-feedback .swiper-slide:nth-child(1) .item .review-wrapper .review_logo, .section .client-feedback .swiper-slide:nth-child(1) .item .review-wrapper .review_logo {
		width: 140px;
		height: 45px;
		margin-top: 10px;
	}
	
	.new-reviews .swiper-slide:nth-child(2) .item .review-wrapper .review_logo, .section-standard .client-feedback .swiper-slide:nth-child(2) .item .review-wrapper .review_logo, .section .client-feedback .swiper-slide:nth-child(2) .item .review-wrapper .review_logo {
		width: 150px;
		height: 50px;
		margin-top: 10px;
	}
	
	.new-reviews .swiper-slide:nth-child(3) .item .review-wrapper .review_logo, .section-standard .client-feedback .swiper-slide:nth-child(3) .item .review-wrapper .review_logo, .section .client-feedback .swiper-slide:nth-child(3) .item .review-wrapper .review_logo {
		width: 120px;
		margin-top: 10px;
	}
}

@media (max-width: 420px) {
	.new-reviews .swiper-slide .item .review p, .section-standard .client-feedback .item p, .section .client-feedback .item p {
		font-size: 14px;
	}
	
	.wrapper .review-wrapper .review span {
		width: 16px;
		height: 16px;
		margin-bottom: 20px;
	}
	
	.new-reviews .swiper-slide .item .review-wrapper .review_logo, .section-standard .client-feedback .item .review-wrapper .review_logo, .section .client-feedback .item .review-wrapper .review_logo {
		position: absolute;
		top: 25px;
		right: 25px;
	}
	
	.new-reviews .swiper-slide:nth-child(1) .item .review-wrapper .review_logo, .section-standard .client-feedback .swiper-slide:nth-child(1) .item .review-wrapper .review_logo, .section .client-feedback .swiper-slide:nth-child(1) .item .review-wrapper .review_logo {
		width: 100px;
		height: 40px;
		margin-top: 0;
	}
	
	.new-reviews .swiper-slide:nth-child(2) .item .review-wrapper .review_logo, .section-standard .client-feedback .swiper-slide:nth-child(2) .item .review-wrapper .review_logo, .section .client-feedback .swiper-slide:nth-child(2) .item .review-wrapper .review_logo {
		width: 110px;
		height: 35px;
		margin-top: 0;
	}
	
	.new-reviews .swiper-slide:nth-child(3) .item .review-wrapper .review_logo, .section-standard .client-feedback .swiper-slide:nth-child(3) .item .review-wrapper .review_logo, .section .client-feedback .swiper-slide:nth-child(3) .item .review-wrapper .review_logo {
		width: 90px;
		height: 50px;
		margin-top: 0;
	}
}

.contact-intro .form {
	margin-top: 25px;
}

.contact-intro .form .form-file-in-text {
	position: relative;
	margin-bottom: 10px;
}

.contact-intro .form .form__file {
	position: absolute;
	top: 4px;
	right: 22px;
}

.contact-intro .form input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	border: 0;
	font-size: 13px;
}

.contact-intro .form input:not([type=submit]):not([type=file]) {
	background: transparent;
	letter-spacing: .4px;
	color: rgba(66, 66, 66, .8);
	border-bottom: 1px solid rgba(66, 66, 68, .2);
	line-height: 50px;
	margin-bottom: 25px;
}

.contact-intro .form .your_text input[type=text] {
	padding-right: 6%;
}

.contact-intro .form input[type=submit] {
	background: #30466d;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 13px;
	padding: 15px 0;
}

.contact-intro .form p {
	margin: 0;
}

.contact-intro .form .your_file {
	display: none;
}

.contact-intro .form .btn-upload {
	position: relative;
	opacity: .6;
	color: #424242;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .8px;
	text-transform: uppercase;
	text-decoration: none;
}

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

.contact-intro .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-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/icon-file.svg") no-repeat 0 0;
	background-size: contain;
}

.contact-intro .form .btn-upload__text {
	max-width: 110px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.contact-intro {
	max-width: 1040px;
}

.contact-intro .content {
	padding-top: 80px;
}

@media (max-width: 1199px) {
	.section-standard .contact-intro {
		max-width: 700px;
		margin: 0 auto;
	}
}

@media (max-width: 1000px) {
	.section-standard .contact-intro {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.contact-intro .content {
		padding-top: 50px;
	}
	
	.section-standard .page-titles .title {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 5px;
	}
	
	.section-standard .page-titles .description {
		font-size: 16px;
		line-height: 25px;
	}
	
	.contact-intro .form {
		margin-top: 15px;
	}
}

@media (max-width: 500px) {
	.section-standard .contact-intro .form .your_text input[type=text] {
		padding-right: 12%;
	}
	
	.section-standard .page-titles .title {
		font-size: 36px;
	}
	
	.contact-intro .form input:not([type=submit]):not([type=file]) {
		margin-bottom: 15px;
	}
	
	.so-faq .title.title__h h2:not(.title__sub) {
		font-size: 36px;
		line-height: 40px;
	}
}

.cont-wrapper .content {
	padding-top: 0;
}

.section-standard .page-titles .title {
	margin-bottom: 10px;
}

.section-standard .contact-intro .form input[type=submit] {
	background: transparent;
	cursor: pointer;
}

.section-standard .contact-intro .form a .btn__text {
	top: -2px;
}

.section-standard .contact-intro .form a:hover input[type=submit] {
	color: #30466d;
}

.so-migration .item {
	min-width: 200px;
}

@media (max-width: 1199px) {
	.section-standard .contact-intro .form a:hover input[type=submit] {
		color: #30466d;
	}
	
	.section-standard .contact-intro .btn:hover .btn__icon svg path {
		fill: #30466d;
	}
	
	.section-standard .contact-intro .btn:hover:before {
		background: transparent;
	}
	
	.section-standard .contact-intro .btn:hover:after {
		border-color: #30466d;
	}
}

.cert_wrap {
	display: flex;
	flex-wrap: wrap;
}

.cert_wrap .cert_h_item {
	display: flex;
	max-width: 240px;
	margin-right: 25px;
	margin-bottom: 30px;
	z-index: 2;
}

.cert_wrap .cert_h_item:last-child {
	margin-right: 0;
}

.cert_wrap .cert_h_item .cert_h_item_title {
	font-size: 13px;
	line-height: 17px;
}

.cert_wrap .cert_h_item .cert_h_item_title p {
	margin: 0;
	padding-top: 5px;
	color: rgba(0, 0, 0, .3);
}

.cert_wrap img {
	max-height: 75px;
	margin-right: 12px;
	filter: grayscale(1);
}

.cert_wrap img:hover {
	filter: grayscale(1);
}

@media (max-width: 1120px) {
	.cert_wrap .cert_h_item {
		max-width: 280px;
		margin-right: 60px;
	}
	
	.cert_wrap .cert_h_item .cert_h_item_title {
		font-size: 15px;
	}
}

@media (max-width: 1000px) {
	.cert_wrap .cert_h_item {
		max-width: 260px;
		margin-right: 40px;
	}
	
	.cert_wrap .cert_h_item .cert_h_item_title {
		font-size: 13px;
	}
}

@media (max-width: 740px) {
	.pr_breadcrumb .breadcrumb {
		top: 67px;
	}
	
	.section .swiper-nav {
		top: 50px !important;
		left: 255px;
		right: auto;
	}
	
	.m-how-agency.new-reviews .content-1 {
		padding-bottom: 15px !important;
		padding-top: 45px;
	}
	
	.m-how-agency.new-reviews .content-1 .title {
		margin-bottom: 10px;
		font-size: 24px;
	}
	
	.m-how-agency .content-2 {
		padding-bottom: 45px !important;
	}
	
	.cert_wrap {
		margin-top: 15px;
	}
	
	.cert_wrap .cert_h_item {
		max-width: 230px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	.cert_wrap .cert_h_item .cert_h_item_title {
		line-height: 16px;
	}
	
	.cert_wrap img {
		max-height: 70px;
	}
	
	.so-migration .item {
		min-width: 155px;
	}
}

@media (max-width: 530px) {
	.cert_wrap .cert_h_item {
		max-width: 330px;
		margin-right: 10px;
	}
	
	.cert_wrap .cert_h_item .cert_h_item_title {
		line-height: 20px;
		font-size: 14px;
	}
	
	.cert_wrap img {
		max-height: 70px;
	}
	
	.new-reviews .swiper-slide .item .review {
		margin-bottom: 90px;
	}
	
	.new-proj .pr-techno .pr-techno-logos img {
		height: 40px;
	}
}

@media (max-width: 400px) {
	.cert_wrap {
		margin-top: 0;
	}
	
	.cert_wrap .cert_h_item .cert_h_item_title {
		line-height: 17px;
		font-weight: 500;
	}
	
	.cert_wrap img {
		max-height: 66px;
	}
	
	.section .swiper-nav {
		left: 230px;
	}
	
	.so-migration .item {
		min-width: 240px;
	}
}

.new-form-services span.wpcf7-not-valid-tip {
	margin-bottom: 20px;
}

.main-projects .section-standard .projects-home .description {
	max-width: 810px;
}

.main-projects .section-standard .projects-home .projects-items {
	width: 1256px;
}

.main-projects .section-standard .projects-home .title {
	max-width: 700px;
	margin-bottom: 10px;
}

.main-projects .section-standard .projects-home .project-item {
	margin-right: 94px;
	width: 46%;
	margin-bottom: 50px;
}

.main-projects .section-standard .projects-home .project-item .hover-block {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;
}

.main-projects .section-standard .projects-home .project-item .hover-block span {
	width: 100%;
	display: block;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}

.main-projects .section-standard .projects-home .project-item .hover-block img {
	max-width: 26px;
}

.main-projects .section-standard .projects-home .project-item:nth-child(2n) {
	margin-right: 0;
}

.main-projects .section-standard .projects-home .project-item:hover .hover-block {
	opacity: 1;
	visibility: visible;
}

.main-projects .section-standard .projects-home .project-item:hover .with-arrow .btn:before {
	transform: unset;
}

.main-projects .section-standard .projects-home .project-item:hover .with-arrow .btn .btn__text, .main-projects .section-standard .projects-home .project-item:hover .with-arrow .btn #icon-arrow-down-white {
	color: #fff;
	fill: #fff;
}

.main-projects .section-standard .projects-home .project-item .project-image {
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 50%;
	position: relative;
	overflow: hidden;
}

.main-projects .section-standard .projects-home .project-item .project-image:before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
}

.main-projects .section-standard .projects-home .project-item .project-image .screen-image {
	position: absolute;
	background-repeat: no-repeat;
}

.main-projects .section-standard .projects-home .project-item .project-image:before {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/ipad-pr.svg");
	width: 374px;
	height: 276px;
	right: -31px;
	bottom: -16px;
}

.main-projects .section-standard .projects-home .project-item .project-image .screen-image {
	background-size: cover;
	width: 359px;
	height: 262px;
	right: -27px;
	bottom: -13px;
	border-top-left-radius: 3px;
}

.main-projects .section-standard .projects-home .project-item .project-content {
	padding: 40px 30px;
}

.main-projects .section-standard .projects-home .project-item .caption {
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .8px;
	color: rgba(66, 66, 66, .75);
	font-weight: 300;
}

.main-projects .section-standard .projects-home .project-item .title {
	font-weight: 500;
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 0px;
}

.main-projects .section-standard .projects-home .project-item .butt-standard {
	margin-top: 35px;
}

.main-projects .section-standard .projects-home .project-item p {
	margin: 0;
}

@media (max-width: 1300px) {
	.main-projects .section-standard .projects-home .projects-items {
		width: auto;
		padding-top: 35px;
	}
	
	.main-projects .section-standard .projects-home .project-item {
		margin-right: 8%;
		margin-bottom: 50px;
	}
	
	.main-projects .section-standard .projects-home .project-item .project-image:before {
		width: 330px;
		height: 230px;
	}
	
	.main-projects .first-proj-wrap .projects-home .project-item .project-image:before {
		width: 374px;
		height: 276px;
	}
	
	.main-projects .section-standard .projects-home .project-item .project-image .screen-image {
		width: 341px;
		height: 217px;
	}
	
	.main-projects .wrapper .section-standard .first-proj {
		margin-bottom: 150px;
	}
}

@media (max-width: 992px) {
	.main-projects .section-standard .projects-home .project-item .project-image:before {
		width: 272px;
		height: 176px;
	}
	
	.main-projects .first-proj-wrap .projects-home .project-item .project-image:before {
		width: 374px;
		height: 276px;
	}
	
	.main-projects .section-standard .projects-home .project-item .project-image .screen-image {
		width: 283px;
		height: 163px;
	}
	
	.main-projects .wrapper .section-standard .first-proj {
		margin-bottom: 80px;
	}
}

@media (max-width: 767px) {
	.main-projects .section-standard .projects-home .project-item {
		width: 100%;
		margin-right: 0;
	}
	
	.main-projects .section-standard .projects-home .project-item .title {
		font-size: 20px;
		margin-top: 10px;
	}
	
	.main-projects .wrapper .section-standard .first-proj {
		margin-bottom: 60px;
	}
}

.main-projects .wrapper .section-standard .projects-home .first-proj .project-item .project-image {
	padding-bottom: 50%;
}

.main-projects .wrapper .section-standard .content.pull {
	padding-left: 0;
}

.main-projects .wrapper .section-standard .project-title {
	font-family: Maison Neue;
	font-size: 54px;
	line-height: 68px;
	color: #424242;
	margin-bottom: 0;
}

.main-projects .wrapper .section-standard .content {
	border-left: none;
	padding: 110px 0 55px;
}

.main-projects .wrapper .first-proj_left {
	padding-top: 50px;
}

.main-projects .wrapper .description {
	width: 290px;
}

.main-projects .wrapper .first-proj-wrap {
	position: relative;
}

.main-projects .wrapper .first-proj_content {
	display: flex;
	justify-content: space-between;
}

.main-projects .wrapper .first-proj_right {
	position: absolute;
	right: 0;
	top: 0;
	width: 47%;
}

.main-projects .wrapper .section-standard .first-proj_right .project-item {
	width: 100%;
}

.main-projects .wrapper .first-proj .caption {
	padding-top: 5px;
	padding-bottom: 3px;
}

.main-projects .wrapper .first-proj .desc_info {
	padding-bottom: 10px;
}

.main-projects .wrapper .first-proj .btn__text {
	color: #30466d;
	font-weight: 400;
}

.main-projects .wrapper .section-standard .projects-home .project-item .project-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}

.main-projects .wrapper .section-standard .projects-home .project-item .project-content .caption {
	padding-top: 10px;
}

.main-projects .wrapper .section-standard .projects-home .project-item .project-image .screen-image {
	bottom: 40px;
}

.main-projects .wrapper .project-item .project-image .screen-image {
	width: 348px;
	height: 252px;
	right: -15px;
	border-radius: 4px 4px 4px 5px;
}

.main-projects .wrapper .first-proj_right .project-item .project-image .screen-image {
	right: 140px;
	bottom: 107px;
}

.main-projects .wrapper .first-proj_right .project-item .project-image::before {
	right: 118px;
	bottom: 92px;
}

.main-projects .wrapper .first-proj_right .project-item .project-image .screen-image {
	width: 348px;
	height: 252px;
	border-radius: 4px 4px 4px 5px;
}

.main-projects .wrapper .section-standard .projects-home .project-item {
	padding-top: 0px;
}

.main-projects .wrapper .section-standard .projects-home .first-proj .project-item {
	padding-top: 0;
}

.main-projects .wrapper .section-standard .projects-home .project-item:hover .title {
	transition-duration: .5s;
	text-decoration: underline;
}

.main-projects .wrapper .section-standard .desc_hover_info {
	font-weight: 300;
	font-size: 15px;
	line-height: 30px;
	color: #424242;
	transition: .5s all ease;
}

.main-projects .wrapper .section-standard .projects-home .project-item .project-image:before {
	bottom: 26px;
}

.main-projects .wrapper .footer-section .content {
	padding: 130px 0 25px;
}

.main-projects .section-standard .client-feedback .title, .main-projects .section-standard .client-feedback .navs-client-slider {
	display: inline-block;
	vertical-align: middle;
}

.main-projects .section-standard .client-feedback .navs-client-slider {
	position: relative;
	top: 4px;
	float: right;
}

.main-projects .section-standard .client-feedback .navs-client-slider div.swiper-button-prev {
	transform: scale(-1);
}

.main-projects .section-standard .client-feedback .navs-client-slider div {
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/icon-right-arrow.svg") no-repeat center;
	width: 32px;
	height: 32px;
	border: 1px solid #bebfc0;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	cursor: pointer;
	position: relative;
}

.main-projects .section-standard .client-feedback .navs-client-slider div.nitro-lazy {
	background: none !important;
}

.main-projects .section-standard .client-feedback .navs-client-slider div ::before {
	content: "";
	width: 60px;
	height: 60px;
	position: absolute;
	border: 1px solid rgba(48, 70, 109, .07);
	border-radius: 50%;
	top: -15px;
	left: -15px;
	opacity: 0;
	display: inline-block;
	transition: all .5s;
}

.main-projects .section-standard .slider-client-feedback {
	padding-bottom: 50px;
}

.main-projects .section-standard .new-reviews__carousel {
	margin: 30px -70px 50px;
}

.main-projects .section-standard .client-feedback .swiper-slide {
	background: #fff;
	height: auto;
	min-height: 323px;
}

.main-projects .section-standard .client-feedback .item {
	padding: 30px 35px;
	height: 100%;
}

.main-projects .section-standard .client-feedback .testimonials .item .review-wrapper {
	display: flex;
	justify-content: space-between;
}

.main-projects .section-standard .client-feedback .item .review::before {
	content: "";
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/quote.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 20px;
	height: 15px;
	display: block;
	margin-bottom: 15px;
}

.main-projects .section-standard .client-feedback .item p {
	margin: 0;
	font-size: 17px;
	line-height: 30px;
	color: #424242;
	font-weight: 300;
	max-width: 430px;
}

.main-projects .section-standard .client-feedback .testimonials .item .review-wrapper .review_logo img {
	width: 100%;
	height: 100%;
}

.main-projects .section-standard .client-feedback .item .name-review {
	position: absolute;
	bottom: 35px;
	font-size: 14px;
	line-height: 14px;
	color: rgba(66, 66, 66, .85);
	font-weight: 300;
}

.main-projects .section-standard .client-feedback .testimonials .item .client-photo {
	width: 50px;
	height: 50px;
}

.main-projects .section-standard .client-feedback .item .client-photo {
	display: inline-block !important;
	vertical-align: middle;
	margin-right: 5px;
}

.main-projects .section-standard .client-feedback .testimonials .item .client-photo img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.main-projects .wrapper .section-standard .slider-client-feedback .content {
	padding: 0;
}

.main-projects .section-standard .swiper-pagination-bullets {
	margin-top: 30px;
}

.main-projects .section-standard .swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.main-projects .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.main-projects .section-standard .swiper-pagination-bullet {
	margin: 0 10px;
	background: rgba(48, 70, 109, .2);
	position: relative;
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	opacity: .5;
}

.main-projects .section-standard .swiper-pagination-bullet:before {
	content: "";
	position: absolute;
	border: 1px solid #e2e3e5;
	width: 22px;
	height: 22px;
	opacity: 0;
	border-radius: 50%;
	transition: all .5s;
	left: -7px;
	top: -7px;
}

.main-projects .section-standard .swiper-pagination-bullet-active {
	background: #30466d;
	opacity: 1;
}

.main-projects .section-standard .swiper-pagination-bullet-active::before {
	opacity: 1;
}

.main-projects .section-standard .client-feedback {
	padding-bottom: 20px;
}

.main-projects .section-standard .client-feedback .review {
	margin-right: 33px;
}

.main-projects .section-standard .new-reviews__carousel {
	margin: 15px -70px 15px -150px;
}

.main-projects .section-standard .client-feedback .item .rew-info {
	display: inline-block;
	vertical-align: middle;
}

.main-projects .section-standard .client-feedback .item .name-review span {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px;
}

.main-projects .section-standard .client-feedback .navs-client-slider div::before {
	content: "";
	width: 60px;
	height: 60px;
	position: absolute;
	border: 1px solid rgba(48, 70, 109, .07);
	border-radius: 50%;
	top: -15px;
	left: -15px;
	opacity: 0;
	display: inline-block;
	transition: all .5s;
}

.main-projects .section .swiper-nav .next.swiper-button-disabled, .main-projects .section .swiper-nav .prev.swiper-button-disabled {
	border-color: rgba(66, 66, 66, .1);
}

.main-projects .section-standard .client-feedback .navs-client-slider div:hover::before {
	opacity: 1;
}

.main-projects .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.main-projects .swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.main-projects .swiper-container-vertical>.swiper-wrapper {
	flex-direction: column;
}

.main-projects .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.main-projects .swiper-container-android .swiper-slide, .main-projects .swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.main-projects .swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap;
}

.main-projects .swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.main-projects .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.main-projects .swiper-slide-invisible-blank {
	visibility: hidden;
}

.main-projects .swiper-container-autoheight, .main-projects .swiper-container-autoheight .swiper-slide {
	height: auto;
}

.main-projects .swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.main-projects .swiper-container-3d {
	perspective: 1200px;
}

.main-projects .swiper-container-3d .swiper-wrapper, .main-projects .swiper-container-3d .swiper-slide, .main-projects .swiper-container-3d .swiper-slide-shadow-left, .main-projects .swiper-container-3d .swiper-slide-shadow-right, .main-projects .swiper-container-3d .swiper-slide-shadow-top, .main-projects .swiper-container-3d .swiper-slide-shadow-bottom, .main-projects .swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

.main-projects .swiper-container-3d .swiper-slide-shadow-left, .main-projects .swiper-container-3d .swiper-slide-shadow-right, .main-projects .swiper-container-3d .swiper-slide-shadow-top, .main-projects .swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.main-projects .swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.main-projects .swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.main-projects .swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.main-projects .swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.main-projects .swiper-container-wp8-horizontal, .main-projects .swiper-container-wp8-horizontal>.swiper-wrapper {
	touch-action: pan-y;
}

.main-projects .swiper-container-wp8-vertical, .main-projects .swiper-container-wp8-vertical>.swiper-wrapper {
	touch-action: pan-x;
}

.main-projects .swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.main-projects .swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.main-projects .swiper-pagination-fraction, .main-projects .swiper-pagination-custom, .main-projects .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.main-projects .swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.main-projects .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative;
}

.main-projects .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.main-projects .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.main-projects .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66);
}

.main-projects .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33);
}

.main-projects .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66);
}

.main-projects .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33);
}

.main-projects .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}

.main-projects button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.main-projects .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.main-projects .swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}

.main-projects .swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.main-projects .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.main-projects .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.main-projects .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.main-projects .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.main-projects .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.main-projects .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.main-projects .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

.main-projects .swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}

.main-projects .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.main-projects .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.main-projects .swiper-container-horizontal>.swiper-pagination-progressbar, .main-projects .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.main-projects .swiper-container-vertical>.swiper-pagination-progressbar, .main-projects .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.main-projects .swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}

.main-projects .swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25);
}

.main-projects .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff;
}

.main-projects .swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}

.main-projects .swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25);
}

.main-projects .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000;
}

.main-projects .swiper-pagination-lock {
	display: none;
}

.main-projects .swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1);
}

.main-projects .swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.main-projects .swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.main-projects .swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.main-projects .swiper-scrollbar-cursor-drag {
	cursor: move;
}

.main-projects .swiper-scrollbar-lock {
	display: none;
}

.main-projects .swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.main-projects .swiper-zoom-container>img, .main-projects .swiper-zoom-container>svg, .main-projects .swiper-zoom-container>canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.main-projects .swiper-slide-zoomed {
	cursor: move;
}

.main-projects .swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.main-projects .swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%236c6c6c\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.main-projects .swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%23fff\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

.main-projects .swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.main-projects .swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.main-projects .swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.main-projects .swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.main-projects .swiper-container-fade .swiper-slide-active, .main-projects .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.main-projects .swiper-container-cube {
	overflow: visible;
}

.main-projects .swiper-container-cube .swiper-slide {
	pointer-events: none;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.main-projects .swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.main-projects .swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.main-projects .swiper-container-cube .swiper-slide-active, .main-projects .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.main-projects .swiper-container-cube .swiper-slide-active, .main-projects .swiper-container-cube .swiper-slide-next, .main-projects .swiper-container-cube .swiper-slide-prev, .main-projects .swiper-container-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.main-projects .swiper-container-cube .swiper-slide-shadow-top, .main-projects .swiper-container-cube .swiper-slide-shadow-bottom, .main-projects .swiper-container-cube .swiper-slide-shadow-left, .main-projects .swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	backface-visibility: hidden;
}

.main-projects .swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	filter: blur(50px);
	z-index: 0;
}

.main-projects .swiper-container-flip {
	overflow: visible;
}

.main-projects .swiper-container-flip .swiper-slide {
	pointer-events: none;
	backface-visibility: hidden;
	z-index: 1;
}

.main-projects .swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.main-projects .swiper-container-flip .swiper-slide-active, .main-projects .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.main-projects .swiper-container-flip .swiper-slide-shadow-top, .main-projects .swiper-container-flip .swiper-slide-shadow-bottom, .main-projects .swiper-container-flip .swiper-slide-shadow-left, .main-projects .swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	backface-visibility: hidden;
}

.main-projects .swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px;
}

.main-projects .wrapper .first-proj {
	margin-bottom: 135px;
}

@media (max-width: 1000px) {
	.main-projects .wrapper .section-standard .client-feedback .content {
		padding: 90px 0 30px;
	}
	
	.main-projects .wrapper .section-standard .client-feedback .slider-client-feedback .content {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.main-projects .wrapper .first-proj_content {
		display: flex;
		flex-wrap: wrap;
	}
	
	.main-projects .wrapper .first-proj_left {
		padding-top: 60px;
	}
	
	.main-projects .wrapper .first-proj_left .title {
		font-size: 40px;
	}
	
	.main-projects .wrapper .first-proj .desc_info {
		padding-bottom: 20px;
	}
	
	.main-projects .wrapper .first-proj .caption {
		padding: 0;
	}
	
	.main-projects .section-standard .new-reviews__carousel {
		margin: 30px 0;
	}
	
	.main-projects .wrapper .section-standard .content {
		padding: 120px 0 60px;
	}
	
	.main-projects .wrapper .section-standard .client-feedback .content {
		padding: 70px 0 20px;
	}
}

@media (max-width: 560px) {
	.main-projects .section-standard .client-feedback .item p {
		font-size: 15px;
		line-height: 26px;
	}
}

@media (max-width: 445px) {
	.main-projects .section-standard .client-feedback .item p {
		font-size: 14px;
		line-height: 23px;
	}
}

@media (min-width: 1600px) {
	.main-projects .wrapper .first-proj {
		margin-bottom: 172px;
	}
}

@media (min-width: 1700px) {
	.main-projects .wrapper .first-proj {
		margin-bottom: 210px;
	}
}

@media (min-width: 1800px) {
	.main-projects .wrapper .first-proj {
		margin-bottom: 230px;
	}
}

@media (min-width: 1900px) {
	.main-projects .wrapper .first-proj {
		margin-bottom: 260px;
	}
}

@media (max-width: 1300px) {
	.main-projects .wrapper .first-proj_right {
		width: 55%;
	}
}

@media (max-width: 1200px) {
	.main-projects .wrapper .first-proj {
		margin-bottom: 120px;
	}
}

@media (max-width: 1050px) {
	.main-projects .wrapper .first-proj_right {
		width: 62%;
	}
	
	.main-projects .wrapper .first-proj {
		margin-bottom: 120px;
	}
}

@media (max-width: 850px) {
	.main-projects .wrapper .first-proj_right {
		width: 55%;
		top: 60px;
	}
	
	.main-projects .wrapper .first-proj {
		margin-bottom: 80px;
	}
}

@media (max-width: 767px) {
	.main-projects .first-proj .first-proj_right {
		width: 100%;
		position: static;
		padding-top: 20px;
	}
}

.main-projects .new-form-services .content.above-footer-form-content {
	padding-top: 50px;
}

.main-projects .so-faq .content {
	padding-top: 20px !important;
	padding-left: 60px !important;
}

.main-projects .so-faq .title__sub {
	left: -90px !important;
}

.main-projects .section-standard .contact-intro .content.pull {
	padding-left: 0px;
}

@media (max-width: 1000px) {
	.main-projects .so-faq .content {
		padding-top: 50px !important;
		padding-left: 5px !important;
	}
	
	.main-projects .so-faq .title__sub {
		left: 0px !important;
	}
	
	.main-projects .contact-intro .content {
		padding-top: 30px !important;
	}
}

@media (max-width: 500px) {
	.main-projects .so-faq .content {
		padding-top: 20px !important;
	}
	
	.main-projects .section-standard .projects-home .projects-items {
		padding-top: 5px;
	}
}

.blockUI.blockOverlay {
	background: transparent !important;
}

.clearfix, .site-footer.site-footer-desktop .footer-services-menu .menu {
	zoom: 1;
}

.clearfix:before, .site-footer.site-footer-desktop .footer-services-menu .menu:before, .clearfix:after, .site-footer.site-footer-desktop .footer-services-menu .menu:after {
	content: "";
	display: table;
}

.clearfix:after, .site-footer.site-footer-desktop .footer-services-menu .menu:after {
	clear: both;
}

button.wpcf7-form-control.wpcf7-submit {
	position: relative;
	height: 50px;
	line-height: 50px;
	min-width: 275px;
	padding: 0 85px 0 20px;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	background: transparent;
	width: auto;
	cursor: pointer;
	z-index: 1;
	overflow: hidden;
	border: 1px solid transparent;
	transition: all 300ms ease;
	text-align: left;
}

button.wpcf7-form-control.wpcf7-submit:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #30466d;
	transition: .3s ease-out 0s;
	z-index: -1;
}

button.wpcf7-form-control.wpcf7-submit:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 21px;
	width: 15px;
	height: 10px;
	transform: translateY(-50%);
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/button-arrow-right-white.svg");
	z-index: 2;
	transition: all 300ms ease;
}

button.wpcf7-form-control.wpcf7-submit:hover {
	color: #30466d;
	border-color: rgba(66, 66, 66, .3);
}

button.wpcf7-form-control.wpcf7-submit:hover:after {
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/button-arrow-right-blue.svg");
}

button.wpcf7-form-control.wpcf7-submit:hover:before {
	transform: translateX(-100%);
}

.header .container {
	position: static;
}

.page-main .calendly-overlay .calendly-popup {
	max-height: none;
	height: 85%;
}

@media (max-width: 1250px) {
	.page-main .calendly-overlay .calendly-popup {
		position: fixed;
		top: 50px;
		left: 0;
		right: 0;
		bottom: 0;
		transform: none;
		width: 100%;
		height: auto;
		min-width: 0;
		max-height: none;
	}
}

.w100 {
	width: 100%;
}
