.slide-wrap.mob,
.slide-bckg.mob.pr {
	display: none;
}

.slick-arrow.slick-hidden {
	display: block !important;
}

.stt {
	font-size: 2.333em;
}

.blue-light.footer {
	top: 95%;
}

.other.mob {
	display: none;
}

.table_of_contents li {
	margin-bottom: 1em;
}

body:not(.post-template-default) .container.dflt {
	padding: 0;
}

.header-flex {
	display: flex;
	align-items: flex-start;
}

/* .boxFirst {
	padding-left: 4.831em;
	padding-right: 4.831em;
} */

.posts-content header:not(.boxFirst) .h1 {
	padding-left: 1.553em;
	padding-right: 1.553em;
}

.posts-content .h1 {
	font-size: 3.111em;
	line-height: 1.3;
	font-weight: 500;
	margin: 0;
}

.listCats {
	margin-top: 2.333em;
}

.listCats>li>a {
	min-width: 9.33em;
}

.posts-content {
	margin-top: 9em;
}

.blue-light {
	content: '';
	position: absolute;
	left: 73vw;
	top: 50%;
	width: 93vw;
	height: 146vw;
	background: rgba(51, 193, 255, 1);
	border-radius: 50%;
	filter: blur(80px);
	opacity: .4;
	z-index: -2;
	animation: rotation 6s infinite;
}

main::before {
	content: '';
	position: absolute;
	left: 30%;
	top: -10em;
	width: 46em;
	height: 46em;
	background: rgba(51, 193, 255, 1);
	border-radius: 50%;
	filter: blur(160px);
	opacity: .5;
	z-index: -2;
	animation: rotation 6s infinite;
}

footer::after {
	content: '';
	position: absolute;
	left: 40em;
	top: -40em;
	width: 40em;
	height: 40em;
	background: rgba(51, 193, 255, 1);
	border-radius: 50%;
	filter: blur(160px);
	opacity: .6;
	z-index: -21;
	animation: rotation 9s infinite;
}

footer::before {
	content: '';
	position: absolute;
	left: 0;
	top: -30em;
	width: 30em;
	height: 30em;
	background: rgba(255, 104, 51, 1);
	border-radius: 50%;
	filter: blur(160px);
	opacity: .6;
	z-index: -1;
	animation: rotation 9s infinite;
}

.section_5 .test-slide:not(.slick-initialized) {
	padding-left: 3.556em;
	padding-right: 3.556em;
}


.slide-b {
	margin-top: 3.222em;
}

.wpcf7 .button {
	width: fit-content !important;
}

.single #page-header {
	margin-top: 2.4em;
	margin-bottom: 4.8em;
}

.single #page-header .b_img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: calc(100% + 4.778em);
	width: 38.4%;
	box-shadow: 4px 4px 40px 0px #00000033;
	border-radius: 16px;
}

.b_txt {
	width: calc(61.6% + 2em);
	background: #2F3A46;
	box-shadow: 4px 4px 40px 0px #00000036;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	border: 1px solid rgba(76, 91, 107, 1);
	position: relative;
	/*
	padding: 6.278em 3.111em 4.778em 3.111em; */
}

.b_txt:not(.notpb) {
	padding: 5.528em 3.111em 5.528em 3.111em;
}

.b_txt.notpb {
	padding: 5.528em 3.111em 1.889em 3.111em;
}

#page-header .boxCats {
	margin-top: 3.333em;
}

.b_cats.mob {
	display: none;
}

.b_txt .h1_s2 {
	margin: 0;
	font-size: 2.333em;
	line-height: 1.24;
}

.b_txt .b_tx {
	margin-top: .833em;
}

.b_cats {
	margin-top: 3.333em;
}

.single main::before,
.single main::before {
	content: '';
	position: absolute;
	left: 94%;
	top: 58em;
	width: 46em;
	height: 46em;
	background: #A333DF;
	border-radius: 50%;
	filter: blur(160px);
	opacity: .5;
	z-index: -2;
	animation: rotation 6s infinite;
}


.single {
	overflow-x: hidden !important;
}

.single main::after {
	content: '';
	position: absolute;
	left: -30em;
	top: 5em;
	width: 46em;
	height: 46em;
	background: rgba(255, 104, 51, 1);
	border-radius: 50%;
	filter: blur(160px);
	opacity: .5;
	z-index: -2;
	animation: rotation 6s infinite;
}

.author.posts-content .photo {
	width: 18.333em;
	padding-top: 18.333em;
}

.author.posts-content .name {
	font-size: 2.333em;
}

.author.posts-content .pic.flex {
	z-index: 1;
}

.ln.mob {
	display: none;
}

.blockImagesDeskMob>div>img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 90dvh;
	margin: 0 auto;
}

@media (min-width: 1921px) {
	html {
		font-size: 18px !important;
	}
}

@media(min-width: 1441px) and (max-width: 1920px) {
	html {
		font-size: .9375vw;
	}
}

@media(min-width: 993px) and (max-width: 1440px) {
	html {
		font-size: 1.333vw;
	}
}

@media(min-width: 993px) and (max-width: 1920px) {
	.container {
		width: 81.77%;
	}

}

@media(min-width: 993px) {
	.forMobTab {
		display: none;
	}

	.single .MGTZ_text {
		width: 100%;
	}

	.MGTZ_tabs-block-h .MGTZ_shadow {
		background: none;
		box-shadow: none;
		height: 100% !important;
	}

	.single .dflt.container {
		padding-left: 0;
		padding-right: 0;
	}

	.author.posts-content .pic.flex {
		margin-top: 1.778em;
		align-items: flex-end;
	}

	.author.posts-content .bio.flex {
		width: 76.89%;
		min-height: 27.111em;
	}

	.author.posts-content .pic.flex {
		transform: translateX(5.944em);
	}

	.author.posts-content .bio.flex {
		padding: 4.444em 4.444em 3.556em 9.5em;
	}

	.author.posts-content .bio.flex {
		background: radial-gradient(91.01% 274.93% at 8.99% 28.43%, rgba(255, 255, 255, 0.1) 0%, rgba(103, 103, 103, 0) 100%)
			/* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
		;
		box-shadow: 0px 5px 24px 0px #00000033 inset;
		border-radius: 16px;
		border: 1px solid rgba(76, 91, 107, 1);
	}

	.header-flex {
		padding-left: 5.778em;
		padding-right: 11.778em;
	}

	.author.posts-content .bio.flex::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 16px;
		border: 1px solid transparent;
		box-shadow: 0px 4px 4px 0px #00000040;
	}

	.container.p+.logo-wrap+footer:after {
		left: 60em
	}

	.limit {
		margin: 14.556em auto 8.889em auto;
		width: 50.05em;
	}

	.limit .tt {
		font-size: 13.333em;
	}

	.limit .h1 {
		padding: 2.222em 4.444em;
		margin-left: -2.222em;
		transform: translateY(-2.222em);
	}

	.limit .tx {
		font-size: 1.556em;
		font-weight: 400;
		line-height: 1.5;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		margin-bottom: 0.857em;
	}

	.limit .blur {
		padding: 2.222em 3.556em;
		margin-right: 2.222em;
		transform: translateY(2.222em);
	}

	.i_post .b_cats li:last-child {
		margin-right: 0;
	}

	.i_post .b_cats li {
		margin-left: 0;
		margin-right: .833em;
		margin-bottom: .625em;
	}

	.i_post .b_cats {
		margin-bottom: .208em;
	}

	.i_post .tt {
		margin-top: 0;
	}

	.l_posts {
		justify-content: unset;
	}

	.i_post {
		width: calc(33.333% - 1.85em);
		margin-right: 1.775em;
	}

	.i_bkg {
		transition: scale .4s;
	}

	.i_post:hover .i_bkg {
		scale: 1.05;
	}

	.single main {
		overflow: unset;
	}

	.single .container {
		width: 70.521%;
	}

	.single main .container::after,
	.single main .container::before {
		display: none;
	}

	.single .post-wrapper .container {
		display: block;
	}

	.single .post-wrapper {
		align-items: start;
	}

	.single .cont-wrap {
		width: calc(100% - 21.1% - 1.778em);
	}

	.single .b_share {
		width: 1.778em;
		position: sticky;
		top: 6em;
	}

	.b_sticky ul {
		list-style: none;
	}

	.b_sticky ul a {
		color: var(--font);
		font-size: .888em;
		margin-bottom: 1em;
		line-height: 1.275em;
	}

	.single .b_sticky h4.table_of_contents {
		font-size: 1.111em;
		margin-bottom: .65em;
		line-height: 1.2;
	}

	.single .wp-block-embed {
		padding-left: 0;
		padding-right: 0;
		height: 33.5em;
		margin-bottom: 1.333em;
	}

	.single .b_sticky .boxBorder::after {
		position: absolute;
		width: 3px;
		content: '';
		height: 100%;
		background: var(--button);
		left: -1.667em;
		top: 0;
	}

	.single .b_sticky .boxTags {
		margin-left: -1.667em;
		width: calc(100% + 1.667em);
	}

	.i_share {
		margin-bottom: 1.111em;
		display: block;
	}

	.single .b_sticky {
		width: 21.1%;
		position: sticky;
		top: 6em;
		padding-left: 1.667em;
	}

	.single .stt.tl {
		min-width: unset;
	}

	.single .t.flex>.stt {
		min-width: unset;
	}



	.header-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a {
		padding-right: 3em;
	}

	main {
		overflow: hidden;
		padding-top: 8em;
	}

	.header-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a::before {
		right: 1em
	}

	#header>.container {
		width: 89.583%;
		max-width: 1720px;
	}

	.wp-block-quote .MGTZ_bigtab:last-child {
		margin-bottom: 0 !important;
	}

	.logo-wrap img {
		max-width: 14.166em;
		max-height: 2.833em;
	}

	.menu-item-has-children>a::after {
		position: absolute;
		top: 50%;
		transform: translateY(-2.5em) translateX(100%);
		right: 0;
		content: '';
		width: 1.4em;
		height: 100%;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.445312 1.83207L1.55471 0.167969L7.00001 3.79817L12.4453 0.167969L13.5547 1.83207L7.00001 6.20187L0.445312 1.83207Z' fill='%23ED6F43'/%3e%3c/svg%3e ");
		background-repeat: no-repeat;
		background-size: 0.825em .65em;
		background-position: center right;
		transition: all .3s;
	}

	.dflt.container {
		padding-left: 13.056em;
		padding-right: 13.056em;
	}

	footer .soc svg {
		transition: all .3s;
	}

	footer .f-block a {
		transition: color .3s;
	}

	footer .f-block a:hover {
		color: var(--font2);
	}

	footer .soc svg:hover path {
		fill: var(--font2)
	}


	.b_control.flex {
		display: none;
	}

	.sub-menu {
		visibility: hidden;
		opacity: 0;
		transition: all .6s;
		transition-delay: .1s;
	}

	.header-menu li.menu-item-has-children .sub-menu li {
		position: relative;
		transition: all .3s;
	}

	.header-menu li.menu-item-has-children .sub-menu li.menu-item-has-children:hover>a,
	.header-menu li.menu-item-has-children .sub-menu li:not(.menu-item-has-children)>a:hover {
		box-shadow: 0px 0px 8px 0px rgba(237, 111, 67, 1);
		color: var(--button) !important;
	}

	.header-menu li.menu-item-has-children .sub-menu li::after {
		content: '';
		z-index: 1;
		position: absolute;
		left: 100%;
		width: 3em;
		height: 100%;
		top: 0;
	}

	.sub-menu .menu-item-has-children>a::after {
		display: none;
	}

	.sub-menu .menu-item-has-children>a::before {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 2em;
		content: '';
		width: 0.65em;
		height: .825em;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 13L5 7L0.999999 1' stroke='%23ED6F43' stroke-width='2'/%3e%3c/svg%3e ");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 50%;
		transition: transform .3s;
	}

	.sub-menu::after {
		z-index: -1;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 16px;
		background: linear-gradient(98.77deg, #48596B 0%, #374452 100%);
	}

	.sub-menu {
		left: 0;
		top: 2.25em;
		position: absolute;
		border-radius: 16px;
		border: 2px solid var(--border);
		box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.21);
		width: max-content;
	}

	.header-menu>.menu-item-has-children:hover a::after {
		transform: rotate(180deg) translateY(2.5em) translateX(-150%);
	}


	.sub-menu .menu-item-has-children:hover a::before {
		transform: translateX(100%) translateY(-50%);
	}

	.menu-item-has-children:hover>.sub-menu {
		opacity: 1;
		visibility: visible;
	}

	.container {
		width: 81.77%;
	}

	#header {
		z-index: 10;
	}

	#header .header-menu>.menu-item {
		display: inline-block;
	}

	#header .header-menu>.menu-item {
		margin-right: 1.11em;
		margin-left: 1.11em;
	}

	#header .header-menu>.menu-item.button {
		margin-right: 1.1em;
		margin-left: 1.1em;
	}

	#header .header-menu>.menu-item:last-child {
		margin-right: 0 !important;
	}

	#header .header-menu>.menu-item:not(.button)>a {
		font-size: 0.889em;
		position: relative;
		padding-bottom: 2em;
		padding-top: 1em;
		letter-spacing: .08em;
	}

	#header .header-menu>.menu-item>a {
		color: var(--font);
		line-height: 1.2778em;
		position: relative;
		-webkit-transition: text-shadow .2s ease-out 0s;
		-moz-transition: text-shadow .2s ease-out 0s;
		-ms-transition: text-shadow .2s ease-out 0s;
		-o-transition: text-shadow .2s ease-out 0s;
		transition: text-shadow .2s ease-out 0s;
		text-transform: none;
	}

	#header .header-menu>.current-menu-item>a:before {
		content: '';
		display: block;
		height: 2px;
		background-color: #fff;
		left: 0;
		right: 0;
		bottom: -2px;
		box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.8);
	}

	#header .motion_js {
		display: none;
	}

	footer .i_block1 {
		padding-top: 8.5em;
		padding-bottom: 13em;
	}

	footer .i_col {
		width: 38.95%;
	}

	footer .i_col1 {
		margin-right: 5em;
	}

	footer .i_block1 .tt {
		font-size: 4em;
	}

	.emails>p {
		display: flex;
		justify-content: space-between;
	}

	.emails>p>* {
		width: 49%;
	}

	.container.dflt .MGTZ_bigtab {
		font-size: .9em !important;
	}

	.container.dflt .MGTZ_bigtab {
		font-size: .9em !important;
	}

	.container.dflt .wp-block-quote .MGTZ_bigtab {
		font-size: .95em !important;
		margin-top: 1em !important;
	}

	.i_post {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

}

@media (max-width: 992px) {

	.header-flex {
		position: relative;
	}

	.header-flex {
		background: radial-gradient(91.01% 274.93% at 8.99% 28.43%, rgba(255, 255, 255, 0.1) 0%, rgba(103, 103, 103, 0) 100%);
		box-shadow: 0px 5px 24px 0px #00000033 inset;
	}

	.header-flex {
		padding: 2em;
	}

	.author.posts-content .photo {
		width: 12em;
		padding-top: 12em;
		margin-right: 2em;
	}

	.header-flex::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 16px;
		border: 2px solid transparent;
		background: linear-gradient(237.03deg, #EDB651 0.48%, #DB6E44 17.11%, #A333DF 63.49%) border-box;
		-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
		-webkit-mask-composite: destination-out;
		mask-composite: exclude;
		box-shadow: 0px 4px 4px 0px #00000040;
	}

	.limit {
		margin: 12em auto 4em auto;
		width: calc(100% - 1.111em);
	}

	.limit .tt {
		font-size: 6.667em;
	}

	.limit .h1 {
		padding: .556em 1.111em;
		margin-left: -1.111em;
		transform: translateY(-1.111em);
	}

	.limit .tx {
		font-size: 1.556em;
		font-weight: 400;
		line-height: 1.5;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		margin-bottom: 0.857em;
	}

	.limit .blur {
		padding: 1.111em 1.778em;
		margin-right: 2.222em;
		transform: translateY(1.111em);
	}

	.section_8 .card {
		width: calc(50% - 1em)!important;
	}

	.i_post {
		width: calc(50% - 1.389em);
	}

	#page-header .h1_s2 {
		font-size: 1.333em;
	}

	.b_txt {
		padding: 3.278em 3.111em 2.778em 3.111em;
	}

	#page-header .b_tx {
		font-size: 1em;
	}

	.single #page-header .b_img {
		min-height: 22.667em;
	}

	html {
		font-size: 2vw;
	}

	.section_12 .video-wrap {
		width: 100%;
	}

	.section_12 iframe {
		width: 80%;
	}

	.section_12 .cover {
		width: 80%;
	}

	.b_menu_header {
		padding-left: 5%;
	}

	.container {
		width: 90%;
	}

	.section_3.image_10:not(.cta) .container {
		width: 95% !important;
	}

	.section_3.image_10.cta .container {
		width: 90% !important;
	}

	main>.dflt.container:first-child {
		padding-top: 8em;
	}

	.card-wrap {
		justify-content: space-between;
	}

	section {
		margin-bottom: 6.667em;
	}
}

.flex_s_c {
	flex-flow: row;
	align-items: center;
}

#header {
	padding: 2.778em 0 2.556em 0;
	transition: all .3s;
}

.fixm #header::after {
	backdrop-filter: blur(20px);
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .3s;
	z-index: -1;
}

.fixm #header {
	background-color: rgba(47, 58, 70, 0.7);
	padding: 0.444em;
}

.fixm #header::after {
	opacity: 1;
}

.fixm #header .b_logo img {
	height: 2.222em;
}

#header .b_logo img {
	height: 2.8333em;
	transition: height .3s;
}

input[type='text'],
input[type='email'],
input[type='number'],
input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='month'],
input[type='week'],
textarea,
select {
	font-size: 1em;
	padding: .85em 1em;
	margin-bottom: 1em;
}

textarea {
	max-height: 10em;
}

input[type='submit'],
button {
	font-size: 1em;
	line-height: 1.2778;
	padding: .889em 2.2222em;
}

.wpcf7-not-valid-tip {
	font-size: .7em;
	bottom: -.75em;
	line-height: 1.5em;
	padding: .2em 1em;
}

.wpcf7 form .wpcf7-response-output {
	margin: 1.111em 0 0;
	font-size: .9em;
	line-height: 1.2;
	padding: .6667em 1.3889em;
}

/* footer */
footer .i_col {
	float: left;
}

footer .i_block1::after {
	content: '';
	display: block;
	clear: both;
}

.f_mob {
	display: none;
}

footer .i_block1 .tt {
	margin: .125em 0 1.125em;
}

footer .i_block1 .f_desk {
	font-size: .8em;
	line-height: 1.3;
}

footer .i_block1 .f_desk .tx {
	margin-bottom: 2em;
}

footer .i_block1 .f_desk p {
	margin-bottom: 1em;
}

footer .i_block1 .i_link svg,
footer .i_block1 .i_link img {
	height: 1.1em;
	width: auto;
}

footer .i_block2 {
	padding: 6em 0;
}

footer .i_logo {
	margin-right: 5.97%;
}

footer .i_copyright {
	margin-right: 10.79%;
}