
*, *: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: 60px 0 0 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-737284e/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-737284e/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, .new_home.header .top-menu li .menu-nolink-label {
		font-size: 13px;
	}
}

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

.header .logo {
	width: 67px;
	height: 42px;
	margin: 3px 0 0;
	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: 0;
	left: 0;
	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);
}

@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, .header .top-menu li:hover > .menu-nolink-label {
	color: #30466d !important;
}

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

.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, .header .top-menu li .menu-nolink-label {
	position: relative;
	display: block;
	color: #424242 !important;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}

.header .mob-btn {
	display: none;
}

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

@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;
	transform: translateX(100%);
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.menu_open .mob-menu {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}

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

@media (max-width: 740px) {
	.mob-menu__inner {
		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, .header .menu > .menu-item-has-children > .menu-nolink-label:after {
	content: "";
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-737284e/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;
}

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

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

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

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

.header .top-menu li.menu-item-active > a:after, .header .top-menu li.menu-item-active > .menu-nolink-label: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-737284e/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;
		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;
	}
	
	.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;
	}
}

@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.two-column .sub-menu li a .top-menu__count {
	margin: 0;
}

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

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

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

.header .container {
	display: flex;
}

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

#menu-header-menu {
	display: flex;
	justify-content: center;
}

#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 .mob-btn {
	background-color: transparent;
	border: none;
}

@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;
		background-color: transparent;
		border: none;
	}
	
	.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-737284e/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-737284e/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 > .menu-nolink-label, .mob-menu__nav ul#menu-header-menu-mobile > li > a {
		display: block;
		padding: 15px 0;
		font-weight: 600;
		font-size: 18px;
		line-height: 150%;
		color: #30466d;
	}
	
	.mob-menu {
		padding-left: 24px;
		background: transparent;
	}
	
	.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-737284e/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-737284e/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-737284e/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-737284e/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-737284e/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-737284e/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-737284e/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_row.header_fix_position {
	margin-bottom: 60px;
}

.header.header_pad.header_fix_position {
	position: fixed;
	top: 0;
	left: 0;
	opacity: 1;
	transform: translateY(0);
}

.header.header_pad.header_fix_position {
	animation: slideDown .2s ease-in-out;
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}
	
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.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-737284e/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-737284e/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, .new-design .header .mob-menu-wrapper #menu-header-menu-mobile .menu-item .menu-nolink-label {
	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, .new-design .header .mob-menu-wrapper #menu-header-menu-mobile .menu-item .menu-nolink-label:hover {
	color: #668fd7;
}

.new-design .header .mob-menu-wrapper #menu-header-menu-mobile .menu-item a:after, .new-design .header .mob-menu-wrapper #menu-header-menu-mobile .menu-item .menu-nolink-label: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, .new-design .header .mob-menu-wrapper #menu-header-menu-mobile .menu-item .menu-nolink-label {
		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;
	}
}

.custom-menu {
	--cm-ink: #1f2a44;
	--cm-blue: #30466d;
	--cm-link: #424242;
	--cm-muted: #8a93a6;
	--cm-line: #e7eaf2;
	--cm-rail: #eff3fb;
	--cm-strip: #f6f7fc;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 1199px) {
	.custom-menu {
		position: fixed;
		top: 60px;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		display: block;
		visibility: hidden;
		opacity: 0;
		overflow: auto;
		padding: 10px 20px 90px;
		background: #fff;
		transform: translateX(100%);
		transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	}
	
	.menu_open .custom-menu {
		visibility: visible;
		opacity: 1;
		transform: translateX(0);
	}
}

.custom-menu .custom-menu__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.custom-menu .custom-menu__item {
	position: static;
	display: flex;
	align-items: center;
	min-height: 35px;
	padding: 0 10px;
}

.custom-menu .custom-menu__item--simple {
	position: relative;
}

.custom-menu .custom-menu__item.is-open .custom-menu__button, .custom-menu .custom-menu__item.is-open .custom-menu__top-link {
	color: var(--cm-blue) !important;
}

.custom-menu .custom-menu__item.is-open .custom-menu__chevron {
	transform: rotate(-135deg) translateY(-1px);
}

.custom-menu .custom-menu__item.is-open .custom-menu__panel {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.custom-menu .custom-menu__button, .custom-menu .custom-menu__top-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	border: 0;
	background: transparent;
	color: #424242 !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none;
	cursor: pointer;
	transition: color .2s ease;
}

.custom-menu .custom-menu__button:hover, .custom-menu .custom-menu__top-link:hover {
	color: var(--cm-blue) !important;
}

.custom-menu .custom-menu__button:focus-visible, .custom-menu .custom-menu__top-link:focus-visible {
	outline: 2px solid var(--cm-blue);
	outline-offset: 4px;
}

.custom-menu .custom-menu__chevron {
	width: 6px;
	height: 6px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	transition: transform .18s ease;
}

.custom-menu .custom-menu__panel {
	position: absolute;
	top: 48px;
	left: 0;
	right: 0;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	transform: translateY(6px);
	pointer-events: none;
	background: #fff;
	border-top: 1px solid var(--cm-line);
	border-bottom: 1px solid var(--cm-line);
	box-shadow: 0 26px 54px -22px rgba(31, 42, 68, .34), 0 10px 24px -18px rgba(31, 42, 68, .28);
	max-height: calc(100vh - 80px);
	overflow: auto;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
	transition: opacity .14s ease, transform .14s ease, visibility .14s ease;
}

.custom-menu .custom-menu__panel--simple {
	left: auto;
	right: 0;
	width: -moz-max-content;
	width: max-content;
	min-width: 300px;
	border: 1px solid var(--cm-line);
	box-shadow: 0 22px 48px -18px rgba(31, 42, 68, .34), 0 8px 22px -16px rgba(31, 42, 68, .26);
}

.custom-menu .custom-menu__panel--simple .custom-menu__block:not(:last-child) {
	margin-bottom: 24px;
}

.custom-menu .custom-menu__panel--simple .custom-menu__panel-inner {
	max-width: none;
	padding: 22px 24px 24px;
}

.custom-menu .custom-menu__panel--simple .custom-menu__heading {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 8px;
}

.custom-menu .custom-menu__panel--simple .custom-menu__desc {
	margin-bottom: 8px;
}

.custom-menu .custom-menu__panel-inner {
	max-width: 1366px;
	margin: 0 auto;
	padding: 30px 25px 0;
}

.custom-menu .custom-menu__simple-grid {
	display: grid;
	grid-template-columns: repeat(var(--cm-simple-columns-count, 2), minmax(0, 1fr));
	gap: 28px;
	min-width: 520px;
}

.custom-menu .custom-menu__simple-column, .custom-menu .custom-menu__column, .custom-menu .custom-menu__block {
	min-width: 0;
}

.custom-menu .custom-menu__heading {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 12px;
	color: var(--cm-blue);
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
}

.custom-menu .custom-menu__heading .icon {
	width: 20px;
	height: 20px;
}

.custom-menu .custom-menu__heading .icon svg {
	width: 20px;
	height: 20px;
}

.custom-menu .custom-menu__desc {
	margin: -3px 0 14px;
	color: var(--cm-muted);
	font-size: 12px;
	line-height: 1.45;
}

.custom-menu .custom-menu__links {
	display: flex;
	flex-direction: column;
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.custom-menu .custom-menu__link, .custom-menu .custom-menu__view-all, .custom-menu .custom-menu__proof-link, .custom-menu .custom-menu__badge-link, .custom-menu .custom-menu__term-link {
	color: var(--cm-link);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
	transition: color .2s ease;
}

.custom-menu .custom-menu__link:hover, .custom-menu .custom-menu__link:focus-visible, .custom-menu .custom-menu__view-all:hover, .custom-menu .custom-menu__view-all:focus-visible, .custom-menu .custom-menu__proof-link:hover, .custom-menu .custom-menu__proof-link:focus-visible, .custom-menu .custom-menu__badge-link:hover, .custom-menu .custom-menu__badge-link:focus-visible, .custom-menu .custom-menu__term-link:hover, .custom-menu .custom-menu__term-link:focus-visible {
	color: var(--cm-blue);
	text-decoration: underline;
}

.custom-menu .custom-menu__view-all, .custom-menu .custom-menu__proof-link, .custom-menu .custom-menu__badge-link, .custom-menu .custom-menu__term-link {
	display: inline-flex;
	margin-top: 12px;
	color: var(--cm-blue);
	font-weight: 700;
}

.custom-menu .custom-menu__inert {
	color: #8f97a8;
	cursor: default;
}

.custom-menu .custom-menu__flagship {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	padding-bottom: 18px;
	margin-bottom: 22px;
	border-bottom: 1px solid var(--cm-line);
}

.custom-menu .custom-menu__flagship-label {
	margin-right: 8px;
	color: var(--cm-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .14em;
	line-height: 1.2;
	text-transform: uppercase;
}

.custom-menu .custom-menu__chip {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 9px 15px;
	border: 1px solid var(--cm-line);
	color: var(--cm-ink);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
	transition: border-color .15s ease, color .15s ease;
}

.custom-menu .custom-menu__chip:hover {
	border-color: var(--cm-blue);
	color: var(--cm-blue);
}

.custom-menu .custom-menu__all-link {
	margin-left: auto;
	color: var(--cm-blue);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.custom-menu .custom-menu__all-link:hover {
	text-decoration: underline;
}

.custom-menu .custom-menu__columns-grid {
	display: grid;
	grid-template-columns: repeat(var(--cm-columns-count, 5), minmax(0, 1fr));
	gap: 24px;
	padding-bottom: 26px;
}

.custom-menu .custom-menu__columns-grid--has-case {
	grid-template-columns: repeat(var(--cm-columns-count, 5), minmax(0, 1fr)) 240px;
}

@media (max-width: 1420px) {
	.custom-menu .custom-menu__columns-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.custom-menu .custom-menu__proof, .custom-menu .custom-menu__badge {
	padding: 18px;
	background: var(--cm-strip);
	border: 1px solid var(--cm-line);
}

@media (max-width: 1420px) {
	.custom-menu .custom-menu__proof {
		grid-column: 1/-1;
	}
}

.custom-menu .custom-menu__proof-eyebrow, .custom-menu .custom-menu__badge-label {
	display: block;
	margin: 0 0 10px;
	color: var(--cm-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.custom-menu .custom-menu__proof-image, .custom-menu .custom-menu__badge-image {
	display: block;
	max-width: 225px;
	max-height: 150px;
	width: 100%;
	height: auto;
	margin-bottom: 12px;
	-o-object-fit: cover;
	object-fit: cover;
}

.custom-menu .custom-menu__proof-text, .custom-menu .custom-menu__badge p {
	color: var(--cm-ink);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.45;
}

.custom-menu .custom-menu__proof-text p {
	margin: 0 0 8px;
}

.custom-menu .custom-menu__proof-footer {
	margin: 14px 0 0;
	padding-top: 10px;
	border-top: 1px solid var(--cm-line);
	color: var(--cm-muted);
	font-size: 11px;
	line-height: 1.5;
}

.custom-menu .custom-menu__strip {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 1px;
	margin: 0 -25px;
}

.custom-menu .custom-menu__strip:has(~.custom-menu__term-band) {
	border-top: 1px solid var(--cm-strip);
}

.custom-menu .custom-menu__strip:has(~.custom-menu__term-band) .custom-menu__strip-link {
	background: none;
	margin: 0;
	border: none;
	width: -moz-fit-content;
	width: fit-content;
}

.custom-menu .custom-menu__strip-link {
	display: block;
	padding: 15px 25px;
	background: var(--cm-strip);
	color: var(--cm-ink);
	font-size: 13.5px;
	font-weight: 700;
	line-height: 1.45;
	text-decoration: none;
	transition: background .14s ease, color .14s ease;
	margin: 16px;
	border: 1px solid var(--cm-strip);
}

.custom-menu .custom-menu__strip-link:hover {
	background: var(--cm-rail);
	color: var(--cm-blue);
}

.custom-menu .custom-menu__tabs {
	display: grid;
	grid-template-columns: 290px 1fr;
	gap: 34px;
	padding-bottom: 28px;
}

.custom-menu .custom-menu__tablist {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding-right: 28px;
	border-right: 1px solid var(--cm-line);
}

.custom-menu .custom-menu__tab {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 15px 18px;
	border: 0;
	background: transparent;
	color: var(--cm-ink);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
	cursor: pointer;
	transition: background .16s ease, color .16s ease;
}

.custom-menu .custom-menu__tab.is-active, .custom-menu .custom-menu__tab:hover, .custom-menu .custom-menu__tab:focus-visible {
	background: var(--cm-rail);
	color: var(--cm-blue);
	outline: none;
}

.custom-menu .custom-menu__tabpane {
	display: none;
}

.custom-menu .custom-menu__tabpane.is-active {
	display: block;
}

.custom-menu .custom-menu__pane-head {
	padding-bottom: 14px;
	margin-bottom: 18px;
	border-bottom: 1px solid var(--cm-line);
}

.custom-menu .custom-menu__pane-title {
	margin: 0 0 4px;
	color: var(--cm-ink);
	font-size: 15px;
	font-weight: 700;
}

.custom-menu .custom-menu__tab-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 44px;
}

@media (max-width: 1420px) {
	.custom-menu .custom-menu__tab-grid {
		grid-template-columns: 1fr;
	}
}

.custom-menu .custom-menu__tab-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 36px;
}

.custom-menu .custom-menu__term-band {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 1px;
	margin: 0 -25px;
	background: var(--cm-line);
}

.custom-menu .custom-menu__term-band span, .custom-menu .custom-menu__term-band a {
	display: flex;
	align-items: center;
	min-width: 0;
	margin: 0;
	padding: 15px 25px;
	background: var(--cm-strip);
	font-size: 13px;
	line-height: 1.45;
}

.custom-menu .custom-menu__term-band a {
	white-space: nowrap;
}

@media screen and (max-width: 1199px) {
	.custom-menu .custom-menu__list {
		display: block;
	}
	
	.custom-menu .custom-menu__item {
		display: block;
		min-height: 0;
		padding: 0;
		border-bottom: 1px solid rgba(66, 66, 66, .15);
	}
	
	.custom-menu .custom-menu__item.is-open .custom-menu__panel {
		display: block;
		visibility: visible;
		opacity: 1;
		transform: none;
		pointer-events: auto;
	}
	
	.custom-menu .custom-menu__button, .custom-menu .custom-menu__top-link {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 15px 0;
		color: #30466d !important;
		font-size: 18px;
		font-weight: 600;
		line-height: 1.5;
	}
	
	.custom-menu .custom-menu__chevron {
		width: 10px;
		height: 10px;
		margin-right: 4px;
	}
	
	.custom-menu .custom-menu__panel {
		position: static;
		display: none;
		visibility: visible;
		opacity: 1;
		max-height: none;
		overflow: visible;
		padding: 0;
		border: 0;
		box-shadow: none;
		transform: none;
		transition: none;
	}
	
	.custom-menu .custom-menu__panel--simple {
		width: auto;
		min-width: 0;
		border: 0;
		box-shadow: none;
	}
	
	.custom-menu .custom-menu__panel-inner {
		max-width: none;
		padding: 0 0 18px 18px;
	}
	
	.custom-menu .custom-menu__simple-grid, .custom-menu .custom-menu__columns-grid, .custom-menu .custom-menu__columns-grid--has-case, .custom-menu .custom-menu__tabs, .custom-menu .custom-menu__tab-grid, .custom-menu .custom-menu__tab-columns, .custom-menu .custom-menu__strip, .custom-menu .custom-menu__term-band {
		display: block;
		min-width: 0;
		margin: 0;
	}
	
	.custom-menu .custom-menu__simple-column, .custom-menu .custom-menu__column, .custom-menu .custom-menu__block {
		margin-bottom: 18px;
	}
	
	.custom-menu .custom-menu__heading {
		margin: 0 0 8px;
		color: #30466d;
		font-size: 15px;
		line-height: 1.35;
	}
	
	.custom-menu .custom-menu__desc {
		margin: -2px 0 10px;
		font-size: 12px;
	}
	
	.custom-menu .custom-menu__links {
		gap: 0;
	}
	
	.custom-menu .custom-menu__link, .custom-menu .custom-menu__proof-link, .custom-menu .custom-menu__view-all, .custom-menu .custom-menu__badge-link, .custom-menu .custom-menu__term-link {
		display: block;
		margin: 0;
		padding: 8px 0;
		color: #313131;
		font-size: 15px;
		font-weight: 300;
		line-height: 1.45;
		text-decoration: none;
	}
	
	.custom-menu .custom-menu__view-all, .custom-menu .custom-menu__badge-link, .custom-menu .custom-menu__term-link {
		color: #30466d;
		font-weight: 700;
	}
	
	.custom-menu .custom-menu__flagship, .custom-menu .custom-menu__proof, .custom-menu .custom-menu__badge, .custom-menu .custom-menu__strip, .custom-menu .custom-menu__term-band {
		margin-top: 14px;
	}
	
	.custom-menu .custom-menu__flagship {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		padding-bottom: 0;
		border-bottom: 0;
	}
	
	.custom-menu .custom-menu__all-link, .custom-menu .custom-menu__chip, .custom-menu .custom-menu__strip-link {
		display: block;
		min-height: 0;
		margin: 0;
		padding: 8px 0;
		border: 0;
		color: #30466d;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.35;
		text-decoration: none;
	}
	
	.custom-menu .custom-menu__proof, .custom-menu .custom-menu__badge {
		padding: 14px;
		background: #f6f7fc;
		border: 1px solid #e7eaf2;
	}
	
	.custom-menu .custom-menu__proof-image, .custom-menu .custom-menu__badge-image {
		max-width: 110px;
		height: auto;
		margin: 8px 0;
	}
	
	.custom-menu .custom-menu__proof-text, .custom-menu .custom-menu__badge p, .custom-menu .custom-menu__proof-footer, .custom-menu .custom-menu__term-band span {
		color: #424242;
		font-size: 12px;
		line-height: 1.45;
	}
	
	.custom-menu .custom-menu__tablist {
		display: flex;
		gap: 6px;
		overflow-x: auto;
		margin-bottom: 14px;
		padding: 0 0 10px;
		border-right: 0;
	}
	
	.custom-menu .custom-menu__tab {
		flex: 0 0 auto;
		padding: 10px 12px;
		font-size: 13px;
		white-space: nowrap;
		width: -moz-fit-content;
		width: fit-content;
	}
	
	.custom-menu .custom-menu__pane-head {
		margin-bottom: 12px;
		padding-bottom: 10px;
	}
}
