 /*
Theme Name: S-Pro 2
Theme URI: https://wordpress.org/
Description: Тема для Wordpress
Author: 
Author URI: 
Version: 100.0
*/
@font-face{
	font-family: 'Inter';
	src: local('Inter Light'), local('Inter-Light'),
		url('fonts/Inter-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}
@font-face{
	font-family: 'Inter';
	src: local('Inter Regular'), local('Inter-Regular'),
		url('fonts/Inter-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Inter';
	src: local('Inter Medium'), local('Inter-Medium'),
		url('fonts/Inter-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
@font-face{
	font-family: 'Archivo';
	src: local('Archivo Regular'), local('Archivo-Regular'),
		url('fonts/Archivo-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face{
	font-family: 'Archivo';
	src: local('Archivo Medium'), local('Archivo-Medium'),
		url('fonts/Archivo-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
:root{
	--color-white: #F9F9FA;
	--color-black: #17171C;
	--color-dark-gray: #5E6172;
	--color-dark-gray-muted: #747684;
	--color-gray: #D1D2D6;
	--color-light-gray: #F9F9FA;
	--color-pink-50: #FFF0F2;
	--color-pink-100: #FFE2E8;
	--color-pink-200: #FFCAD6;
	--color-pink-300: #FF9FB4;
	--color-pink-400: #FF698D;
	--color-pink-500: #FF1E5A;
	--color-pink-600: #ED1156;
	--color-pink-700: #C80849;
	--color-pink-800: #A80944;
	--color-pink-900: #8F0C40;
	--color-system-disabled: #A2A5AE;
	--color-system-disabled: #C80849;
	--color-system-disabled: #0EA55C;
}
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display: block;
}
ol, ul{
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
	list-style-type: none;
	list-style: none;
}
blockquote, q{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content: '';
	content: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */
*{
	box-sizing: border-box;
}
html{
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{
	display: block;
}
body{
	font-family: 'Inter', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji',sans-serif;
	font-size: 14px;
	line-height: 1;
	color: var(--color-dark-gray);
	height: 100%;
}
 .emoji-wrapper, .emoji {
	 font-family: 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', sans-serif !important;
	 font-style: normal;
	 white-space: nowrap;
 }

 body.not-scroll{
	overflow-y: hidden;
	padding-right: var(--scrollbar-width);
}

textarea,input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=number]{
	font-family: 'Inter', sans-serif;
	border: 1px solid #666;
	background: #fff;
	color: var(--color-black);
	outline: none;
}
input[type=submit], button{
	margin: 0;
	-webkit-appearance: none;
	font-family: 'Inter', sans-serif;
	outline: none;
	cursor: pointer;
	color: var(--color-black);
}
button::-moz-focus-inner{
	border: 0;
}
.inner{
	min-width: 280px;
	max-width: 1280px;
	margin: 0 auto;
}
.clearfix:after{
	content: '';
	display: table;
	clear: both;
}
a{
	color: var(--color-black);
	text-decoration: underline;
	outline: none;
}
a:hover{
	text-decoration: none;
}
.slick-slide{
	outline: none !important;
}
img{
	max-width: 100%;
	height: auto;
}
svg{
	fill: var(--color-black);
	max-width: 100%;
	height: auto;
}
:invalid{
	box-shadow: none;
}
strong{
	font-weight: 500;
	color: var(--color-black);
}
em{
	font-style: italic;
}
details summary::-webkit-details-marker{
	display: none;
}
.site-wrapper{
	display: flex;
	flex-direction: column;
	min-height: 100%;
	position: relative;
	background: var(--color-white);
}
.site-container{
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding-top: 124px;
}
*{
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
}
/* Common
-----------------------------------------------------------------------------*/
.title{
	font-family: 'Archivo', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', sans-serif;
	line-height: 110%;
	font-weight: 500;
	letter-spacing: -0.01em;
	color: var(--color-black);
}
.title_h0{
	font-size: 108px;
	line-height: 110%;
	word-spacing: -12px;
	--animation-line-height: 176px;
}
.title_h1{
	font-size: 92px;
	word-spacing: -6px;
	--animation-line-height: 150px;
}
.title_h2{
	font-size: 84px;
	word-spacing: -9px;
	--animation-line-height: 110px;
}
.title_h3{
	font-size: 78px;
	word-spacing: -5px;
	--animation-line-height: 88px;
}
.title_h4{
	font-size: 60px;
	font-weight: normal;
	word-spacing: -5px;
	--animation-line-height: 88px;
}
.title_h5{
	font-size: 48px;
	letter-spacing: -0.03em;
	--animation-line-height: 88px;
}
.title_h6{
	font-size: 30px;
	--animation-line-height: 44px;
}
.title_h7{
	font-size: 24px;
	line-height: 140%;
	letter-spacing: -0.01em;
	word-spacing: -3px;
}
.title-section{
	font-size: 16px;
	line-height: 120%;
	color: #5E6172;
}
.title-section::before{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: var(--color-pink-500);
	border-radius: 50%;
	vertical-align: middle;
	margin: -2px 8px 0 0;
}
.body-text_xxl{
	font-family: 'Archivo';
	font-size: 32px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: var(--color-black);
}
.body-text_xl{
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.01em;
}
.body-text_l{
	font-size: 16px;
	line-height: 120%;
}
.body-text_m{
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.011em;
}
.body-text ul{
	list-style: disc;
	margin: 0 0 0 23px;
}
.body-text p:not(:last-child),
.body-text ul:not(:last-child){
	margin-bottom: 20px;
}
.body-text a{
	color: var(--color-dark-gray);
}
.body-text a:hover{
	color: var(--color-pink-500);
}
.body-post{
	font-size: 16px;
	line-height: 150%;
}
.body-post h2{
	font-family: 'Archivo';
	font-weight: 500;
	font-size: 40px;
	line-height: 110%;
	letter-spacing: -0.01em;
	color: var(--color-black);
	word-spacing: -2px;
	margin-bottom: 25px;
}
.body-post h2:not(:first-child){
	margin: 60px 0 25px;
}
.body-post_numtitle{
	counter-reset: title;
}
.body-post_numtitle h2::before{
	content: counter(title) '. ';
	counter-increment: title;
}
.body-post h3{
	font-family: 'Archivo';
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: -0.01em;
	color: var(--color-black);
	word-spacing: -1px;
	margin-bottom: 27px;
}
.body-post h3:not(:first-child){
	margin: 60px 0 16px;
}
.body-post h4{
	font-family: 'Archivo';
	font-weight: 500;
	color: var(--color-black);
	margin-bottom: 20px;
}
.body-post ul{
	list-style: disc;
	margin: 0 0 0 23px;
}
.body-post p:not(:last-child),
.body-post ul:not(:last-child){
	margin-bottom: 20px;
}
.body-post a{
	color: var(--color-dark-gray);
}
.body-post blockquote{
	font-family: 'Archivo';
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.01em;
	word-spacing: -1px;
	color: var(--color-black);
	padding: 39px 30px 39px 57px;
	border-top: 1px solid var(--color-gray);
	border-bottom: 1px solid var(--color-gray);
	position: relative;
	margin: 60px 0;
}
.body-post blockquote:before{
	content: '';
	display: block;
	width: 17px;
	height: 16px;
	background: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.1433 0.285156V2.74516C15.3833 2.90516 14.7433 3.28516 14.2233 3.88516C13.7433 4.48516 13.3833 5.24516 13.1433 6.16516C12.9433 7.04516 12.8433 8.02516 12.8433 9.10516H15.6033V15.3452H9.72328V9.76516C9.72328 7.44516 10.0433 5.64516 10.6833 4.36516C11.3633 3.04516 12.2033 2.08516 13.2033 1.48516C14.2033 0.845157 15.1833 0.445157 16.1433 0.285156ZM6.84328 0.285156V2.74516C6.08328 2.90516 5.44328 3.28516 4.92328 3.88516C4.44328 4.48516 4.08328 5.24516 3.84328 6.16516C3.64328 7.04516 3.54328 8.02516 3.54328 9.10516H6.24328V15.3452H0.363281V9.76516C0.363281 7.44516 0.703281 5.64516 1.38328 4.36516C2.06328 3.04516 2.90328 2.08516 3.90328 1.48516C4.90328 0.845157 5.88328 0.445157 6.84328 0.285156Z" fill="%23FF1E5A"/></svg>') no-repeat;
	position: absolute;
	top: 42px;
	left: 22px;
}
.blockquote-author{
	font-family: 'Inter';
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: #1B1E36;
	margin-top: 32px;
}
.blockquote-status{
	font-family: 'Inter';
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0.1px;
	color: #5E6172;
	margin-top: 10px;
}
.body-post img{
	margin: 40px 0;
}
.body-post strong{
	font-weight: 500;
}
.body-table{
	margin: -10px 0 0;
}
.body-table table{
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.011em;
	color: var(--color-black);
	text-align: left;
}
.body-table table th,
.body-table table td{
	width: 25%;
	padding: 12px 5px 11px;
	border-bottom: 1px solid var(--color-gray);
	vertical-align: middle;
}
.body-table table th:first-child,
.body-table table td:first-child{
	padding-left: 0;
}
.body-table table th:last-child,
.body-table table td:last-child{
	padding-right: 0;
}
.body-table table tr:last-child td{
	border: none;
}
 .margin-y-20 {
	 margin-top: 20px;
	 margin-bottom: 20px;
 }
.button{
	height: 44px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 12px 43px;
	border: 1px solid var(--color-black);
	background: var(--color-white);
	font-size: 16px;
	line-height: 120%;
	color: var(--color-black) !important;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	transition: all 0.3s;
}
.button span{
	padding-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: padding 0.3s;
}
.button span:before,
.button span:after{
	content: '';
	display: block;
	width: 12px;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	display: block;
	line-height: 0;
}
.button span:before{
	left: 0;
	background: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 4.5H0.5V5.5L1 5.5V4.5ZM1 5.5L11 5.5V4.5L1 4.5V5.5Z" fill="%23F9F9FA"/><path d="M7 9L11 5L7 1" stroke="%23F9F9FA" stroke-linecap="square"/></svg>') no-repeat 0 0;
	opacity: 0;
	transform: translateX(-30px);
	transition: all 0.3s;
}
.button span:after{
	right: 0;
	background: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 4.5H0.5V5.5L1 5.5V4.5ZM1 5.5L11 5.5V4.5L1 4.5V5.5Z" fill="%2317171C"/><path d="M7 9L11 5L7 1" stroke="%2317171C" stroke-linecap="square"/></svg>') no-repeat 0 0;
	transition: all 0.3s;
}
.button:hover{
	background: var(--color-black);
	color: var(--color-white) !important;
}
 .btn-black {
	 background: var(--color-white) !important;
	 border-color: var(--color-black) !important;
	 color: var(--color-black) !important;
 }
 .btn-black:hover {
	 background: var(--color-black) !important;
	 color: var(--color-white) !important;
	 border-color: var(--color-black) !important;
 }

 .btn-pink span:after {
	 background: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 4.5H0.5V5.5L1 5.5V4.5ZM1 5.5L11 5.5V4.5L1 4.5V5.5Z" fill="%23ff1e5a"/><path d="M7 9L11 5L7 1" stroke="%23ff1e5a" stroke-linecap="square"/></svg>') no-repeat 0 0;
 }
 .btn-pink {
	 background: var(--color-white) !important;
	 border-color: var(--color-pink-500) !important;
	 color: var(--color-pink-500) !important;
 }
 .btn-pink:hover {
	 background: var(--color-pink-500) !important;
	 color: var(--color-white) !important;
	 border-color: var(--color-pink-500) !important;
 }
.button:hover span{
	padding: 0 0 0 20px;
}
.button:hover span:before{
	opacity: 1;
	transform: translateX(0px);
}
.button:hover span:after{
	opacity: 0;
	transform: translateX(30px);
}
.site-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.site-row__col{
	width: 50%;
	padding: 0 10px;
}
.site-row__col_4{
	width: 25%;
}
.site-row__col_justify{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
 .site-row__col__short{
	 width: 25%;
 }
 .aboutus-distribution__col.emojis .body-text_l{
	 font-size: 32px;
	 color: var(--color-black);
 }
 .aboutus-distribution__col.emojis .title_h4{
	 font-size: 80px;
 }
 .aboutus-distribution__col.emojis {
	 display: inline-block;
	 width: 33%;
 }

 .emojis_block {
	 display: inline-block;
	 width: 75%;
 }
.tabs__block{
	height: 0px;
	opacity: 0;
	overflow: hidden;
	transform: translateY(20px);
	transition: transform 0.3s, opacity 0.3s;
}
.tabs__block.active{
	height: auto;
	opacity: 1;
	overflow: visible;
	transform: translateY(0px);
}
.tabs-control{
	display: none;
	justify-content: space-between;
	align-items: center;
	margin-top: 48px;
}
.tabs-control__num{
	font-size: 16px;
	line-height: 120%;
	color: var(--color-dark-gray);
	margin-right: 50px;
}
.tabs-control__arrows{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.tabs-control__prev,
.tabs-control__next{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--color-black);
	border-radius: 50%;
	background: var(--color-white);
	margin-left: 8px;
	cursor: pointer;
	z-index: 1;
	transition: all 0.2s;
}
.tabs-control__prev svg,
.tabs-control__next svg{
	transition: fill 0.2s;
}
.tabs-control__prev:hover,
.tabs-control__next:hover{
	border-color: var(--color-pink-500);
	background: var(--color-pink-500);;
}
.tabs-control__prev:hover svg,
.tabs-control__next:hover svg{
	fill: var(--color-white);
}
.tabs-control__prev:disabled,
.tabs-control__next:disabled{
	border-color: #A2A5AE;
	pointer-events: none;
}
.tabs-control__prev:disabled svg,
.tabs-control__next:disabled svg{
	fill: #A2A5AE;
}
.tabs-control__prev{
	right: 48px;
}
.tabs-control__prev svg{
	transform: scaleX(-1);
}
.tablist{
	width: 304px;
	max-width: 100%;
}
.tablist li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid var(--color-dark-gray);
	cursor: pointer;
	user-select: none;
	transition: all 0.3s;
}
.tablist li a{
	transition: all 0.3s;
}
.tablist li.active,
.tablist li.active a{
	color: var(--color-black);
}
.tablist li:hover{
	color: var(--color-black);
}
.tablist li i{
	display: block;
	width: 17px;
	height: 17px;
	border: 1px solid var(--color-pink-500);
	border-radius: 50%;
	flex-shrink: 0;
	opacity: 0;
}
.tablist li.active i{
	opacity: 1;
}
.tablist li:not(.active):hover i{
	width: 8px;
	height: 8px;
	border-width: 4px;
	opacity: 1;
	transition: opacity 0.3s;
}
.tablist a{
	text-decoration: none;
	color: #5E6172;
}
.link-all a{
	text-decoration: none;
	transition: all 0.3s;
}
.link-all a i{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border: 1px solid var(--color-black);
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	transition: all 0.3s;
	margin-left: 8px;
}
.link-all a i svg{
	position: absolute;
	top: calc(50% - 5px);
	transition: all 0.3s;
}
.link-all a i svg:first-child{
	left: calc(50% - 5px);
}
.link-all a i svg:last-child{
	fill: var(--color-white);
	opacity: 0;
	left: -10px;
}
.link-all a:hover{
	color: var(--color-pink-500);
	border-color: var(--color-pink-500);
}
.link-all a:hover i{
	background: var(--color-pink-500);
	border-color: var(--color-pink-500);
}
.link-all a:hover i svg:first-child{
	left: calc(100% + 5px);
	opacity: 0;
}
.link-all a:hover i svg:last-child{
	left: calc(50% - 5px);
	opacity: 1;
}
.inline-block{
	display: inline-block;
}
.link-block a,
.link-block span{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid var(--color-black);
	font-size: 16px;
	line-height: 120%;
	text-decoration: none;
	transition: all 0.3s;
}
.link-block a i,
.link-block span i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border: 1px solid var(--color-black);
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
}
.link-block a i svg,
.link-block span i svg{
	position: absolute;
	top: calc(50% - 5px);
	transition: all 0.3s;
}
.link-block a i svg:first-child,
.link-block span i svg:first-child{
	left: calc(50% - 5px);
}
.link-block a i svg:last-child,
.link-block span i svg:last-child{
	fill: var(--color-white);
	opacity: 0;
	left: -10px;
}
.link-block a:hover,
.link-block span:hover{
	color: var(--color-pink-500);
	border-color: var(--color-pink-500);
}
.link-block a:hover i,
.link-block span:hover i{
	background: var(--color-pink-500);
	border-color: var(--color-pink-500);
}
.link-block a:hover i svg:first-child,
.link-block span:hover i svg:first-child{
	left: calc(100% + 5px);
	opacity: 0;
}
.link-block a:hover i svg:last-child,
.link-block span:hover i svg:last-child{
	left: calc(50% - 5px);
	opacity: 1;
}
.slick-dots{
	display: flex;
	gap: 12px;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.slick-dots li{
	flex-grow: 1;
}
.slick-dots li button{
	display: block;
	width: 100%;
	height: 3px;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	background: var(--color-pink-200);
}
.slick-dots li.slick-active button{
	background:var(--color-pink-500);
}
.section-review__video img,
.section-review__image img,
.section-video__video img,
.case-item-1__image img,
.case-item-2__image img,
.section-access__image img,
.section-expert__image img,
.post-item-1__image img,
.post-item-2__image img,
.webinar-item__image img,
.webinar-item__video img,
.case-info__image span img,
.case-content__image span img,
.aboutus-gallery__image img,
.section-gallery__image img,
.team-item__image img,
.post-author__image img,
.post-preview__image img,
.author-welcome__image img,
.webinar-preview__image img,
.webinar-speaker__image img,
.report-inside__image img,
.post-banner-2__image img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

/* De
-----------------------------------------------------------------------------*/
/* .site-wrapper_de .title_h6{
	font-size: 32px;
} */
/* Header
-----------------------------------------------------------------------------*/
.site-header{
	max-width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 40px 0;
	transition: padding-top 0.2s, padding-bottom 0.2s, background 0.2s;
	z-index: 202;
}
.site-header:after{
	content: '';
	display: block;
	width: 1280px;
	height: 1px;
	background: var(--color-gray);
	position: absolute;
	left: calc(50% - 640px);
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: all 0.2s;
}
.not-scroll .site-header{
	padding-right: var(--scrollbar-width);
}
.site-header.fixed{
	padding-top: 20px;
	padding-bottom: 20px;
	background: var(--color-white);
}
body:not(.not-scroll) .site-header.fixed:after{
	opacity: 1;
}
.site-header__container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-header__right{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header-nav > ul{
	display: flex;
}
.header-nav > ul > li{
	padding: 5px 16px;
}
.header-nav > ul > li:first-child{
	padding-left: 0;
}
.header-nav > ul > li > a,
.header-nav > ul > li > span{
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 120%;
	color: #5E6172;
	text-decoration: none;
	cursor: pointer;
}
.header-nav > ul > li:hover > a,
.header-nav > ul > li:hover > span{
	color: var(--color-black);
}
.header-nav > ul > li > a:before,
.header-nav > ul > li > span:before{
	content: '';
	display: block;
	height: 1px;
	background: var(--color-pink-500);
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.3s;
}
.header-nav > ul > li:hover > a:before,
.header-nav > ul > li:hover > span:before{
	transform: scaleX(1);
	transform-origin: left;
}
.header-nav > ul > li.has-submenu:hover > a:after,
.header-nav > ul > li.has-submenu:hover > span:after{
	content: '';
	display: block;
	height: 75px;
	position: absolute;
	top: 20px;
	left: -200px;
	right: -200px;
	cursor: default;
}
.header-lang{
	width: 70px;
	position: relative;
}
.header-lang__current{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 70px;
	height: 44px;
	border: 1px solid transparent;
	padding: 0 9px 0 12px;
	font-size: 16px;
	line-height: 120%;
	cursor: pointer;
	transition: all 0.2s;
}
.header-lang__current i{
	display: block;
	line-height: 0;
	margin-left: 6px;
}
.header-lang__current i svg{
	transition: all 0.2s;
}
.header-lang__list{
	visibility: hidden;
	opacity: 0;
	background: var(--color-white);
	border: 1px solid var(--color-dark-gray);
	border-radius: 2px;
	background: var(--color-white);
	font-size: 16px;
	line-height: 120%;
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	right: 0;
	transition: all 0.2s;
	z-index: 1;
}
.header-lang:hover .header-lang__list{
	visibility: visible;
	opacity: 1;
}
.header-lang__list li:not(:last-child){
	margin-bottom: 10px;
}
.header-lang__list a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 44px;
	padding: 0 9px 0 12px;
	text-decoration: none;
	color: var(--color-dark-gray);
	transition: all 0.2s;
}
.header-lang__current:hover{
	background: var(--color-black);
	border-color: var(--color-black);
	color: var(--color-white);
}
.header-lang__current:hover svg{
	fill: var(--color-white);
}
.header-lang:hover .header-lang__current:not(:hover){
	border-color: var(--color-dark-gray);
}
.header-lang__list a:hover{
	background: var(--color-black);
	border-color: var(--color-black);
	color: var(--color-white);
}
.header-btn{
	margin-left: 12px;
}
.header-btn .button{
	padding: 0 15px;
}
.submenu-overlay{
	visibility: hidden;
	opacity: 0;
	background: rgba(23, 23, 28, 0.06);
	position: fixed;
	top: 126px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 95;
	transition: all 0.3s;
}
.submenu-overlay.active{
	visibility: visible;
	opacity: 1;
}
.submenu{
	overflow-y: auto;
	min-height: 529px;
	max-height: calc(100vh - 124px);
	font-size: 16px;
	line-height: 120%;
	color: var(--color-black);
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s, padding-right 0s, z-index 0s;
	z-index: 100;
	pointer-events: none;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.submenu:before{
	content: '';
	display: block;
	height: 50px;
	position: absolute;
	left: 0;
	top: -50px;
	right: 0;
}
.submenu::-webkit-scrollbar{
	display: none;
}
.header-nav > ul > li.opened .submenu{
	padding-right: var(--scrollbar-width);
	visibility: visible;
	opacity: 1;
	z-index: 101;
	pointer-events: all;
}
.submenu__bg{
	transform: scaleY(0);
	transform-origin: top;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: var(--color-white);
	transition: transform 0.5s ease;
}
.header-nav > ul > li.opened .submenu__bg{
	transform: scaleY(1);
	transition: transform 0.5s ease;
}
.submenu .site-hr{
	position: relative;
	border-color: var(--color-gray);
}
.submenu__container{
	position: relative;
	margin-left: auto;
}
.submenu-menu{
	opacity: 0;
	transform: translateY(5px);
	display: flex;
	padding: 38px 0 20px;
	border-bottom: 1px solid var(--color-gray);
	transition: all 0.5s;
	transition-delay: 0s;
}
.header-nav > ul > li.opened .submenu-menu:nth-child(1){transition-delay: 0.2s;}
.header-nav > ul > li.opened .submenu-menu:nth-child(2){transition-delay: 0.4s;}
.header-nav > ul > li.opened .submenu-menu:nth-child(3){transition-delay: 0.6s;}
.header-nav > ul > li.opened  .submenu-menu{
	opacity: 1;
	transform: translateY(0);
}
.submenu-menu:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.submenu-menu__title{
	width: 146px;
	font-weight: 500;
}
.submenu-menu__list{
	width: calc(100% - 146px);
	padding-left: 14px;
}
.submenu-menu__list ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.submenu-menu__list li{
	width: 43%;
	padding: 0 20px 20px;
}
.submenu-menu__list li:nth-child(even){
	width: 57%;
}
.submenu-menu__list a{
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.submenu-menu__list a:hover{
	color: var(--color-black);
}
.submenu-menu__list a:before{
	content: '';
	display: block;
	height: 1px;
	background: var(--color-black);
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.3s;
}
.submenu-menu__list li:hover > a:before{
	transform: scaleX(1);
	transform-origin: left;
}
.touch-menu{
	display: none;
}

/* Middle
-----------------------------------------------------------------------------*/
.site-hr{
	min-width: 280px;
	max-width: 1280px;
	border: none;
	border-top: 1px solid var(--color-dark-gray-muted);
	padding: 0;
	margin: 0 auto;
}
.section-welcome{
	padding: 200px 0 80px;
	position: relative;
	overflow: hidden;
}
.section-welcome__back{
	font-size: 16px;
	line-height: 120%;
	color: #17171C;
	margin: -138px 0 114px;
}
.section-welcome__back a{
	text-decoration: none;
	transition: all 0.2s;
}
.section-welcome__back a i,
.section-welcome__back span i{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 23px;
	height: 23px;
	border: 1px solid var(--color-black);
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	overflow: hidden;
	transform: scaleX(-1);
	transition: all 0.3s;
}
.big_title{
	font-size: 120px;
}
.section-welcome__back a i svg,
.section-welcome__back span i svg{
	position: absolute;
	top: calc(50% - 5px);
	transition: all 0.3s;
}
.section-welcome__back a i svg:first-child,
.section-welcome__back span i svg:first-child{
	left: calc(50% - 5px);
}
.section-welcome__back a i svg:last-child,
.section-welcome__back span i svg:last-child{
	fill: var(--color-white);
	opacity: 0;
	left: -10px;
}
.section-welcome__back a:hover,
.section-welcome__back span:hover{
	color: var(--color-pink-500);
	border-color: var(--color-pink-500);
}
.section-welcome__back a:hover i,
.section-welcome__back span:hover i{
	background: var(--color-pink-500);
	border-color: var(--color-pink-500);
}
.section-welcome__back a:hover i svg:first-child,
.section-welcome__back span:hover i svg:first-child{
	left: calc(100% + 5px);
	opacity: 0;
}
.section-welcome__back a:hover i svg:last-child,
.section-welcome__back span:hover i svg:last-child{
	left: calc(50% - 5px);
	opacity: 1;
}
.section-welcome__container{
	display: flex;
}
.section-welcome__title{
	width: 325px;
	padding: 25px 50px 0 0;
}
.section-welcome__content{
	width: calc(100% - 325px);
}
.section-welcome__headline{
	text-indent: 325px;
	margin: 0 0 31px -325px;
}
.section-welcome__headline.title_h1{
	line-height: 116%;
	margin-top: -4px;
	margin-bottom: 28px;
}
.section-welcome__headline.title-animate .line-wrap:not(:first-child){
	margin-left: -325px;
}
.section-welcome__text{
	width: 303px;
	max-width: 100%;
	margin-bottom: 32px;
}
.no-width{
	width: 100%;
}
.section-welcome__nav{
	margin: 48px 0 0;
}
.section-welcome__nav_right{
	text-align: right;
}

.section-welcome__nav ul{
	display: inline-flex;
	padding-bottom: 1px;
	font-size: 16px;
	line-height: 120%;
	border-bottom: 1px solid var(--color-gray);
}
.section-welcome__nav ul li:not(:last-child){
	margin-right: 54px;
}
.section-welcome__nav ul a{
	display: block;
	padding: 8px;
	text-decoration: none;
	position: relative;
	color: var(--color-dark-gray);
}
.section-welcome__nav ul li.current a:after{
	content: '';
	display: block;
	height: 1px;
	background: var(--color-pink-500);
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	pointer-events: none;
}
.section-welcome__nav ul li a:hover,
.section-welcome__nav ul li.current a{
	color: var(--color-black);
}
.section-welcome__search{
	display: flex;
	width: 433px;
	max-width: 100%;
	margin-top: 49px;
}
.section-welcome__input{
	flex-grow: 1;
	position: relative;
	margin-right: 20px;
}
.section-welcome__input input{
	width: 100%;
	height: 44px;
	padding: 0 36px 2px;
	background: none;
	font-size: 14px;
	letter-spacing: -0.01em;
}
.section-welcome__input input:focus{
	padding: 0 35px 1px;
	border: 2px solid #4A5989;
}
.section-welcome__input input::placeholder{
	color: #747684;
	opacity: 1;
}
.section-welcome__input i{
	display: block;
	line-height: 0;
	position: absolute;
	top: 15px;
	left: 14px;
	pointer-events: none;
}
.section-welcome__submit{
	flex-shrink: 0;
}
.section-welcome__submit .button{
	padding: 12px 26px;
}
.page-template-default:not(.home) .section-welcome {
	padding: 83px 0 0;
}
.section-stats{
	padding: 100px 0 120px;
	position: relative;
}
.section-stats__container{
	display: flex;
	flex-wrap: wrap;
	margin: -13px -10px -87px;
}
.section-stats__item{
	width: 50%;
	padding: 0 10px 87px;
}
.section-stats__num{
	margin-bottom: 3px;
}
.section-stats__text{
	margin-right: 20px;
}
.section-client{
	padding: 100px 0;
}
.section-client__head{
	margin-bottom: 80px;
}
.section-client__container{
	display: flex;
	flex-wrap: wrap;
	margin: 60px 0 0;
}
.section-client__col{
	width: 25%;
}
.section-client__item{
	padding-top: 100%;
	border: 1px solid var(--color-dark-gray);
	margin: 0 -1px -1px 0;
	overflow: hidden;
	position: relative;
	cursor: default;
}
.section-client__logo{
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.section-client__logo span{
	width: 168px;
	max-width: calc(100% - 40px);
	height: 100px;
}
.section-client__info{
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 100%;
	width: 100%;
	height: 100%;
	padding: 20px 30px;
	position: absolute;
	background: #17171C;
	color: var(--color-gray);
	transition: top 0.5s cubic-bezier(.84,0,.16,1);
}
.section-client__item:hover .section-client__info{
	top: 0%;
}
.section-client__close{
	display: none;
}
.section-client__name{
	font-family: 'Archivo';
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: -0.01em;
	color: var(--color-light-gray);
	margin-bottom: 10px;
}
.section-client__text{
	margin-bottom: 20px;
}
.section-client__bottom{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 10px;
	border-top: 1px solid #3B3C42;
}
.section-client__category{
	margin-right: 30px;
}
.section-client__country i{
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	margin: -2px 7px 0 0;
}
.section-client__num{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.section-stage{
	overflow: hidden;
	padding: 100px 0 120px;
}
.section-stage__wrapper{
	margin-top: 93px;
}
.section-stage__container{
	margin: 26px 0 0;
}
.section-touch{
	padding: 100px 0;
	overflow: hidden;
}
.section-touch__title{
	margin-bottom: 59px;
}
.section-touch__animation{
	height: 450px;
	margin-top: 10px;
}
.section-touch__text{
	width: 305px;
	max-width: 100%;
	margin-bottom: 32px;
}
.section-industry{
	padding: 100px 0;
}
.section-industry__head{
	display: flex;
	margin: 0 -10px;
}
.section-industry__col{
	width: 50%;
	padding: 0 10px;
}
.section-industry__list{
	text-transform: uppercase;
	margin-top: -11px;
}
.site-wrapper_de .section-industry__list{
	font-size: 48px;
}
.section-industry__list li:not(:last-child){
	margin-bottom: 37px;
}
.section-industry__list a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 11px 0;
	border-bottom: 1px solid var(--color-black);
	text-decoration: none;
	transition: all 0.3s;
}
.section-industry__list a i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border: 1px solid var(--color-black);
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	transition: all 0.3s;
}
.section-industry__list a i svg{
	position: absolute;
	top: calc(50% - 10px);
	transition: all 0.3s;
}
.section-industry__list a i svg:first-child{
	left: calc(50% - 10px);
}
.section-industry__list a i svg:last-child{
	fill: var(--color-white);
	opacity: 0;
	left: -10px;
}
.section-industry__list a:hover{
	color: var(--color-pink-500);
	border-color: var(--color-pink-500);
}
.section-industry__list a:hover i{
	background: var(--color-pink-500);
	border-color: var(--color-pink-500);
}
.section-industry__list a:hover i svg:first-child{
	left: calc(100% + 10px);
	opacity: 0;
}
.section-industry__list a:hover i svg:last-child{
	left: calc(50% - 10px);
	opacity: 1;
}
.section-review{
	padding: 100px 0;
}
.section-review__slide{
	display: none;
}
.section-review__slide:first-child{
	display: block;
}
.section-review .slick-track{
	display: flex;
}
.section-review .slick-track .slick-slide{
	height: auto;
}
.section-review .slick-track .slick-slide > div,
.section-review__slide,
.section-review__item,
.section-review__item > .site-row{
	height: 100%;
}
.section-review__topinfo{
	margin-bottom: 50px;
}
.section-review__container{
	display: flex;
	margin: 0 -10px;
}
.section-review__col{
	width: 50%;
	padding: 0 10px;
}
.section-review__name{
	margin-bottom: 9px;
}
.section-review__status{
	margin-bottom: 40px;
}
.section-review__bottominfo .section-review__container{
	align-items: center;
	margin-top: 15px;
}
.section-review__arrows{
	display: flex;
	align-items: flex-start;
}
.section-review__prev,
.section-review__next{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--color-black);
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s;
	margin: 0 12px 1px 0;
	position: relative;
	overflow: hidden;
}
.section-review__prev{
	transform: scaleX(-1);
}
.section-review__prev svg,
.section-review__next svg{
	position: absolute;
	top: calc(50% - 7px);
	transition: all 0.3s;
}
/* .section-review__prev svg:first-child,
.section-review__next svg:first-child{
	left: calc(50% - 7px);
}
.section-review__prev svg:last-child,
.section-review__next svg:last-child{
	fill: var(--color-white);
	opacity: 0;
	left: -10px;
}
.section-review__prev:hover,
.section-review__next:hover {
	background: var(--color-pink-500);
	border-color: var(--color-pink-500);
}
.section-review__prev:hover svg:first-child,
.section-review__next:hover svg:first-child{
	left: calc(100% + 7px);
	opacity: 0;
}
.section-review__prev:hover svg:last-child,
.section-review__next:hover svg:last-child{
	left: calc(50% - 7px);
	opacity: 1;
} */
.section-review__prev svg:first-child,
.section-review__next svg:first-child{
	left: calc(50% - 7px);
}
.section-review__prev svg:last-child,
.section-review__next svg:last-child{
	display: none;
}
.section-review__prev:hover,
.section-review__next:hover {
	background: var(--color-pink-500);
	border-color: var(--color-pink-500);
}
.section-review__prev:hover svg:first-child,
.section-review__next:hover svg:first-child{
	fill: #FFF;
}
.section-review__video a{
	display: block;
	padding-top: 100%;
	position: relative;
	line-height: 0;
}
.section-review__video a:after{
	content: '';
	display: block;
	width: 108px;
	height: 108px;
	background-color: var(--color-pink-500);
	background-image: url('data:image/svg+xml,<svg width="28" height="25" viewBox="0 0 28 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M28 13L8 24.5L8 1.5L28 13Z" fill="%23F9F9FA"/></svg>');
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 54px);
	left: calc(50% - 54px);
	transition: background-color 0.3s;
}
.section-review__video a:hover:after{
	background-color: var(--color-black);
}
.section-review__image{
	width: 305px;
	margin-bottom: 33px;
}
.section-review__image span{
	display: block;
	padding-top: 100%;
	line-height: 0;
	position: relative;
}
.section-review__text .more-more{
	display: none;
}
.section-review__text.opened .more-dots{
	display: none;
}
.section-review__text.opened .more-more{
	display: inline;
}
.section-review__more{
	margin-top: 47px;
}
.section-review__more span{
	cursor: pointer;
}
.section-review__more i{
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	margin-left: 9px;
}
.section-review__text.opened + .section-review__more i svg{
	transform: rotate(180deg);
}
.section-review__more span:hover{
	color: var(--color-pink-500);
}
.section-review__more span:hover i svg{
	fill: var(--color-pink-500);
}
.section-case{
	padding: 100px 0;
	overflow: hidden;
}
.section-case__head{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.section-case__wrapper{
	margin-top: 52px;
}
.section-case__container{
	margin-top: 7px;
}
.case-item-1{
	position: relative;
}
.case-item-1:not(:last-child){
	margin-bottom: 39px;
}
.case-item-1__info{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 19px;
}
.case-item-1__tags{
	display: flex;
	flex-wrap: wrap;
	color: var(--color-black);
}
.case-item-1__tags li{
	display: flex;
	align-items: center;
	min-height: 20px;
}
.case-item-1__tags li:after{
	content: '|';
	display: inline-block;
	margin: 0 8px;
	font-family: 'Archivo';
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -0.011em;
	color: #808080;
}
.case-item-1__tags li:last-child:after{
	visibility: hidden;
	margin: 0;
}
.case-item-1__tags a{
	position: relative;
	z-index: 1;
	color: var(--color-black);
	text-decoration: none;
}
.case-item-1__tags a:hover{
	text-decoration: underline;
}
.case-item-1__tags span{
	display: inline-block;
	vertical-align: middle;
}
.case-item-1__tags i{
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	margin: -2px 9px 0 0;
}
.case-item-1__image{
	width: 192px;
	flex-shrink: 0;
	position: relative;
}
.case-item-1__image span{
	padding-top: 65.1%;
	display: block;
	position: relative;
}
.case-item-1__title{
	transition: all 0.3s;
	margin-bottom: 9px;
}
.case-item-1__link{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.case-item-1:hover .case-item-1__title{
	color: var(--color-pink-500);
}
.case-item-1:hover .link-block span{
	color: var(--color-pink-500);
	border-color: var(--color-pink-500);
}
.case-item-1:hover .link-block span i{
	background: var(--color-pink-500);
	border-color: var(--color-pink-500);
}
.case-item-1:hover .link-block span i svg:first-child{
	left: calc(100% + 5px);
	opacity: 0;
}
.case-item-1:hover .link-block span i svg:last-child{
	left: calc(50% - 5px);
	opacity: 1;
}
.section-contact{
	padding: 30px 0 78px;
}
.section-contact__list{
	width: 305px;
	max-width: 100%;
}
.section-contact__list li{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--color-gray);
	margin-bottom: 20px;
}
.section-contact__list li span{
	margin-right: 10px;
}
.section-contact__list li a:hover{
	color: var(--color-pink-500);
	text-decoration: underline;
}
.section-contact__container{
	display: flex;
	margin: 0 -10px;
}
.section-contact__block{
	width: 50%;
	padding: 0 10px;
}
.section-contact__body{
	padding-top: 32px;
}
.section-contact__item{
	margin-bottom: 20px;
}
.section-contact__city{
	font-weight: 500;
	color: var(--color-black);
	margin-bottom: 8px;
}
.section-contact__city:after{
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid var(--color-pink-500);
	border-radius: 50%;
	vertical-align: middle;
	margin: -3px 0 0 9px;
}
.section-choose{
	padding: 100px 0;
}
.section-choose__container{
	display: flex;
	flex-wrap: wrap;
	margin: 58px -10px -58px;
}
.section-choose__col{
	width: 50%;
	padding: 0 10px 58px;
}
.section-choose__item{
	width: calc(50% - 10px);
	margin-left: auto;
}
.section-choose__num{
	margin-bottom: 41px;
}
.section-choose__subtitle{
	margin-bottom: 20px;
}
.section-award{
	padding: 100px 0;
}
.section-award__container{
	display: flex;
	flex-wrap: wrap;
	margin: 78px 0 0;
}
.section-award__col{
	width: 25%;
}
.section-award__item{
	padding-top: 100%;
	border: 1px solid var(--color-dark-gray);
	margin: 0 -1px -1px 0;
	overflow: hidden;
	position: relative;
	cursor: default;
}
.section-award__item a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all 0.3s;
}
.section-award__item a:hover{
	background: var(--color-black);
}
.section-award__item span{
	width: 168px;
	position: relative;
}
.section-award__item img{
	transition: all 0.3s;
}
.section-award__item a:hover img:first-child{
	opacity: 0;
}
.section-award__item img:last-child{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.section-award__item a:hover img:last-child{
	opacity: 1;
}
.section-service{
	overflow: hidden;
	padding: 100px 0 120px;
	position: relative;
}
.section-service .title-section{
	margin-bottom: 60px;
}
.section-service__title{
	transition: all 0.15s ease-in 0.05s;
	transform-origin: left top;
}
.section-service__headline.fixed .section-service__title{
	width: 1440px;
	max-width: calc(100vw - 40px);
	transform: scale(0.25);
	position: fixed;
	top: 126px;
}
.section-service__headline.absolute .section-service__title{
	width: 1440px;
	max-width: calc(100vw - 40px);
	transform: scale(0.25);
	position: absolute;
	bottom: 0;
}
.section-service__container{
	margin: 120px 0 0;
}
.section-service__more{
	text-align: center;
	margin-top: 44px;
}
.section-service__more span{
	display: inline-block;
	cursor: pointer;
	color: var(--color-black);
}
.section-service__more i{
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	transform: translateY(-1px);
	margin-left: 8px;
}
.section-service__more span.active i{
	transform: rotate(180deg);
}
.service-item:not(:last-child){
	margin-bottom: 62px;
}
.service-item_collapse{
	display: none;
}
.service-item__content{
	display: flex;
	margin: 0 -10px 43px;
}
.service-item__col{
	width: 50%;
	padding: 0 10px;
}
.section-meth{
	padding: 100px 0 106px;
	overflow: hidden;
}
.section-meth__head{
	display: flex;
	margin: 0 -10px;
}
.section-meth__col{
	width: 50%;
	padding: 0 10px;
}
.section-meth__title{
	margin-top: -12px;
}
.section-meth__slider{
	margin: 140px 0 0;
}
.section-meth__slider .slick-list{
	overflow: visible;
	transition: height 0.3s;
}
.section-meth__num{
	height: 183px;
	display: flex;
	align-items: flex-end;
	position: relative;
	padding: 24px 0;
	color: var(--color-dark-gray-muted);
	margin-bottom: 24px;
	transition: all 0.3s;
}
.section-meth__num:before{
	content: '';
	display: block;
	height: 1px;
	background: var(--color-dark-gray-muted);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.section-meth__num:after{
	content: '';
	display: block;
	width: 1px;
	height: 0;
	background: var(--color-dark-gray-muted);
	position: absolute;
	bottom: 0;
	left: -10px;
	opacity: 0;
	transition: all 0.3s;
}
.section-meth .slick-slide.slick-current + .slick-slide .section-meth__num{
	padding: 24px 10px;
	color: var(--color-black);
}
.section-meth .slick-slide.slick-current + .slick-slide .section-meth__num:after{
	height: 100%;
	opacity: 1;
}
.section-meth .slick-slide.slick-current + .slick-slide .section-meth__content{
	padding: 0 calc(50% + 5px) 0 10px;
	opacity: 1;
}
.section-meth .slick-slide:not(.slick-active) .section-meth__num{
	color: transparent;
}
.section-meth__content{
	opacity: 0;
	padding: 0 calc(50% + 15px) 0 0;
	transition: all 0.3s;
}
.section-meth__name{
	margin: 0 0 20px;
}
.section-meth__slider .slick-arrow{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--color-black);
	border-radius: 50%;
	background: var(--color-white);
	position: absolute;
	top: 207px;
	cursor: pointer;
	z-index: 1;
	overflow: hidden;
	transition: all 0.2s;
}
.section-meth__slider .slick-arrow.slick-disabled{
	border-color: #A2A5AE;
	pointer-events: none;
}
.section-meth__slider .slick-arrow.slick-disabled svg{
	fill: #A2A5AE;
}
.section-meth__slider .slick-arrow.slick-prev{
	transform: scaleX(-1);
	right: 52px;
}
.section-meth__slider .slick-arrow.slick-next{
	right: 0;
}
.section-meth__slider .slick-arrow svg{
	position: absolute;
	top: calc(50% - 7px);
	transition: all 0.3s;
}
.section-meth__slider .slick-arrow svg:first-child{
	left: calc(50% - 7px);
}
.section-meth__slider .slick-arrow svg:last-child{
	fill: var(--color-white);
	opacity: 0;
	left: -10px;
}
.section-meth__slider .slick-arrow:hover {
	background: var(--color-pink-500);
	border-color: var(--color-pink-500);
}
.section-meth__slider .slick-arrow:hover svg:first-child{
	left: calc(50% - 7px);
	opacity: 1;
	fill: #fff;
}
.section-meth__slider .slick-arrow:hover svg:last-child{
	display: none;
}
.section-access{
	padding: 119px 0;
}
.section-access__wrapper{
	margin-top: 80px;
}
.section-access__list{
	width: 301px;
	max-width: 100%;
	font-size: 16px;
	line-height: 120%;
	color: var(--color-dark-gray);
	margin-bottom: 30px;
}
.section-access__list li{
	position: relative;
	padding-left: 27px;
	margin-bottom: 23px;
}
.section-access__list li:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid var(--color-pink-500);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.section-access__name{
	margin-bottom: 9px;
}
.section-access__status{
	margin-bottom: 41px;
}
.section-access__image{
	padding-top: 96.3%;
	position: relative;
}
.section-faq{
	padding: 100px 0;
}
.section-faq__container{
	margin-top: -11px;
}
.section-faq__item{
	padding: 11px 0;
	border-bottom: 1px solid var(--color-dark-gray);
	margin-bottom: 30px;
}
.section-faq__item:last-child{
	margin-bottom: 0;
}
.section-faq__item_collapse{
	display: none;
}
.section-faq__question{
	letter-spacing: -0.02em;
	position: relative;
	padding: 0 80px 0 0;
	cursor: pointer;
	user-select: none;
}
.section-faq__question i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 41px;
	height: 41px;
	border: 1px solid var(--color-black);
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 20px);
	right: 0;
}
.section-faq__question i:before{
	content: '';
	display: block;
	width: 11px;
	height: 1px;
	background: var(--color-black);
	position: absolute;
	top: 19px;
	left: 14px;
}
.section-faq__question i:after{
	content: '';
	display: block;
	width: 1px;
	height: 11px;
	background: var(--color-black);
	position: absolute;
	top: 14px;
	left: 19px;
}
.section-faq__item.open .section-faq__question i:after{
	display: none;
}
.section-faq__question:hover i{
	border-color: var(--color-pink-500);
	background: var(--color-pink-500);
}
.section-faq__question:hover i:before,
.section-faq__question:hover i:after{
	background: var(--color-white);
}
.section-faq__answer{
	display: none;
	padding: 23px 55px 0 0;
}
.section-faq__more, .section-faq__more_it{
	text-align: center;
	margin-top: 44px;
}
.section-faq__more span, .section-faq__more_it span{
	display: inline-block;
	cursor: pointer;
	color: var(--color-black);
}
.section-faq__more i, .section-faq__more_it i{
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	transform: translateY(-1px);
	margin-left: 8px;
}
.section-faq__more span.active i, .section-faq__more_it span.active i{
	transform: rotate(180deg);
}
.section-result{
	padding: 100px 0;
}
.section-result__desc{
	width: 305px;
	max-width: 100%;
	margin-bottom: 100px;
}
.section-result__container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -41px;
}
.section-result__col{
	width: 50%;
	padding: 0 10px 41px;
}
.section-result__num{
	margin-bottom: 14px;
}
.section-tech{
	padding: 104px 0;
}
.section-tech__container{
	margin: 39px 0 0;
}
.section-tech__row{
	min-height: 102px;
	display: flex;
	padding: 25px 0 8px;
	border-top: 1px solid var(--color-gray);
}
.section-tech__row:last-child{
	border-bottom: 1px solid var(--color-gray);
}
.section-tech__name{
	width: 50%;
	padding-right: 10px;
}
.section-tech__list{
	width: 50%;
	padding-left: 10px;
}
.section-tech__list ul{
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 120%;
	margin: 0 -8px;
}
.section-tech__list ul li{
	margin: 0 8px 15px;
	color: var(--color-black);
}
.section-tech__list ul li i{
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--color-black);
	vertical-align: middle;
}
.section-tech__list ul li:last-child{
	display: none;
}
.section-expert{
	padding: 119px 0;
}
.section-expert__single{
	margin-top: 121px;
}
.section-expert__content{
	width: 300px;
	max-width: 100;
}
.section-expert__name{
	margin-bottom: 9px;
}
.section-expert__status{
	margin-bottom: 20px;
}
.section-expert__image{
	padding-top: 103.6%;
	position: relative;
}
.section-expert__multiple{
	display: flex;
	flex-wrap: wrap;
	margin: 77px -10px -30px;
}
.section-expert__col{
	width: 25%;
	padding: 0 10px 30px;
}
.section-expert__multiple .section-expert__content{
	width: 100%;
	margin-top: 16px;
}
.section-expert__infotext{
	margin: 0 10px 40px 0;
}
.section-expert__slide{
	display: none;
}
.section-expert__slide:first-child{
	display: block;
}
.section-blog{
	overflow: hidden;
	padding: 100px 0;
}
.section-blog__head{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.section-blog__wrapper{
	margin-top: 52px;
}
.section-blog__container{
	margin-top: 31px;
}
.post-item-1{
	position: relative;
	border-bottom: 1px solid var(--color-dark-gray-muted);
}
.post-item-1:not(:last-child){
	margin-bottom: 44px;
}
.post-item-1__info{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 17px;
}
.post-item-1__tags{
	display: flex;
	flex-wrap: wrap;
	color: var(--color-black);
	margin: -1px 0 0;
}
.post-item-1__tags li{
	display: flex;
	align-items: center;
	min-height: 20px;
	font-weight: 300;
}
.post-item-1__tags li:after{
	content: '|';
	display: inline-block;
	margin: 0 8px;
	font-family: 'Archivo';
	font-size: 14px;
	line-height: 150%;
	letter-spacing: -0.011em;
	color: var(--color-dark-gray);
}
.post-item-1__tags li:last-child:after{
	visibility: hidden;
	margin: 0;
}
.post-item-1__tags span{
	display: block;
	color: var(--color-dark-gray);
	text-decoration: none;
	position: relative;
	z-index: 1;
}
.post-item-1__tags li:not(:last-child) span{
	padding: 0 8px;
}
.post-item-1__tags li:not(:last-child) span::before{
	content: '';
	display: block;
	border: 1px solid var(--color-dark-gray);
	border-radius: 2px;
	position: absolute;
	top: -2px;
	right: 0;
	bottom: -3px;
	left: 0;
}
.post-item-1__tags i{
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	margin: -2px 9px 0 0;
}
.post-item-1__image{
	width: 220px;
	flex-shrink: 0;
	position: relative;
}
.post-item-1__image span{
	padding-top: 56.3%;
	display: block;
	position: relative;
}
.post-item-1__title{
	transition: color 0.2s;
	margin-bottom: 16px;
}
.post-item-1__props{
	display: flex;
	flex-wrap: wrap;
	font-family: 'Archivo';
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -0.011em;
	color: var(--color-dark-gray);
	margin-bottom: 14px;
	transition: color 0.2s;
}
.post-item-1__props li{
	margin-bottom: 10px;
}
.post-item-1__props li:not(:last-child):after{
	content: '';
	display: inline-block;
	width: 1px;
	height: 1px;
	background: var(--color-dark-gray);
	vertical-align: middle;
	margin: 0 10px;
}
.post-item-1__link{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.post-item-1 .link-block{
	margin: -24px 0 8px;
}
.post-item-1 .link-block span{
	border: none;
}
.post-item-1:hover .post-item-1__title,
.post-item-1:hover .post-item-1__props{
	color: var(--color-pink-500);
}
.post-item-1:hover .link-block span{
	color: var(--color-pink-500);
	border-color: var(--color-pink-500);
}
.post-item-1:hover .link-block span i{
	background: var(--color-pink-500);
	border-color: var(--color-pink-500);
}
.post-item-1:hover .link-block span i svg:first-child{
	left: calc(100% + 5px);
	opacity: 0;
}
.post-item-1:hover .link-block span i svg:last-child{
	left: calc(50% - 5px);
	opacity: 1;
}
.section-stack{
	padding: 100px 0;
}
.section-stack__container{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.section-stack__col{
	width: 25%;
}
.section-stack__item{
	padding-top: 100%;
	border: 1px solid var(--color-dark-gray);
	margin: 0 -1px -1px 0;
	overflow: hidden;
	position: relative;
	cursor: default;
}
.section-stack__content{
	padding: 28px 22px 32px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.section-domain{
	padding: 100px 0;
}
.section-domain__container{
	display: flex;
	flex-wrap: wrap;
	margin-top: 78px;
}
.section-domain__col{
	width: 25%;
}
.section-domain__item{
	padding-top: 100%;
	border: 1px solid var(--color-dark-gray);
	margin: 0 -1px -1px 0;
	overflow: hidden;
	position: relative;
	cursor: default;
}
.section-domain__content{
	padding: 28px 22px 32px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.section-fields{
	padding: 100px 0;
}
.section-fields__container{
	display: flex;
	flex-wrap: wrap;
	margin: 80px -10px -80px;
}
.section-fields__col{
	width: 25%;
	padding: 0 10px 80px;
}
.section-fields__num{
	color: var(--color-dark-gray);
	margin-bottom: 62px;
}
.section-fields__name{
	margin-bottom: 18px;
}
.site-wrapper_de .section-fields__name{
	font-size: 18px;
}
.section-total{
	padding: 100px 0;
}
.section-total__container{
	display: flex;
	flex-wrap: wrap;
	margin: 80px 0 0;
}
.section-total__col{
	width: 25%;
}
.section-total .title_h4{
	margin-top: -16px;
}
.section-total__item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	min-height: 320px;
	padding: 29px 24px;
	border: 1px solid var(--color-dark-gray);
	margin: 0 -1px -1px 0;
	overflow: hidden;
	position: relative;
	cursor: default;
}
.section-total__text{
	margin-bottom: 30px;
}
.section-benfits{
	padding: 100px 0;
	position: relative;
}
.section-benfits__headline{
	margin-bottom: 79px;
}
.section-benfits__title{
	transition: all 0.15s ease-in 0.05s;
	transform-origin: left top;
}
.section-benfits__headline.fixed .section-benfits__title{
	width: 1440px;
	max-width: calc(100vw - 40px);
	transform: scale(0.25);
	position: fixed;
	top: 126px;
}
.section-benfits__headline.absolute .section-benfits__title{
	width: 1440px;
	max-width: calc(100vw - 40px);
	transform: scale(0.25);
	position: absolute;
	bottom: 0;
}
.section-benfits__text strong{
	display: block;
	font-weight: normal;
	color: var(--color-black);
	margin: 23px 0 -4px;
}
.section-benfits__text ul{
	list-style: none;
	margin: 0 0 23px !important;
}
.section-benfits__text ul li{
	position: relative;
	padding-left: 27px;
	margin-bottom: 16px;
}
.section-benfits__text ul li strong{
	margin: 0;
}
.section-benfits__text ul li:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid var(--color-pink-500);
	border-radius: 50%;
	position: absolute;
	top: 4px;
	left: 0;
}
.section-video {
	padding: 100px 0;
}
.section-video__title {
	margin-bottom: 80px;
}
.section-video__blocks {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -60px;
}
.section-video__col {
	width: 50%;
	padding: 0 10px 60px;
}
.section-video__subtitle{
	font-family: 'Archivo';
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: -0.01em;
	color: var(--color-black);
	margin-bottom: 19px;
}
.section-video__video a{
	display: block;
	padding-top: 100%;
	position: relative;
	line-height: 0;
}
.section-video__video a:after{
	content: '';
	display: block;
	width: 108px;
	height: 108px;
	background-color: var(--color-pink-500);
	background-image: url('data:image/svg+xml,<svg width="28" height="25" viewBox="0 0 28 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M28 13L8 24.5L8 1.5L28 13Z" fill="%23F9F9FA"/></svg>');
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 54px);
	left: calc(50% - 54px);
	transition: background-color 0.3s;
}
.section-video__video a:hover:after{
	background-color: var(--color-black);
}
.section-accordion {
	padding: 100px 0;
}
.section-accordion__title {
	font-family: 'Archivo';
	font-weight: 500;
	font-size: 80px;
	line-height: 110%;
	letter-spacing: -0.01em;
	color: var(--color-black);
	margin-top: 64px;
}
.section-accordion__description {
	width: 630px;
	max-width: 100%;
	margin-top: 29px;
}
.section-accordion__container{
	margin-top: 81px;
}
.section-accordion__item{
	padding: 32px 0 15px;
	border-bottom: 1px solid var(--color-gray);
}
.section-accordion__item.open{
	border-color: #747684;
}
.section-accordion__item:first-child{
	padding-top: 0;
}
.section-accordion__name {
	font-family: 'Archivo';
	font-weight: 500;
	font-size: 24px;
	line-height: 110%;
	letter-spacing: -0.01em;
	color: #17171C;
	position: relative;
	cursor: pointer;
	user-select: none;
	padding-right: 30px;

}
.section-accordion__name i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border: 1px solid var(--color-black);
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
}
.section-accordion__name i svg{
	transform: rotate(90deg);
	transition: all 0.3s;
}
.section-accordion__item.open .section-accordion__name i svg{
	transform: rotate(-90deg);
}
.section-accordion__body {
	display: none;
	padding-top: 23px;
}
.section-accordion__text {
	font-size: 14px;
	line-height: 120%;
	color: #5E6172;
}
.section-accordion__link {
	font-family: 'Archivo';
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	margin-top: 25px;
}
.section-accordion__link a{
	color: #FF1E5A;
}
.section-accordion__image {
	height: 0;
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.3s, transform 0.3s;
}
.section-accordion__image.show{
	height: auto;
	display: block;
	opacity: 1;
	transform: translateY(0px);
}
.section-accordion_right .site-row{
	flex-direction: row-reverse;
}
.section-accordion_large .site-row__col:first-child{
	width: 25%;
}
.section-accordion_large .site-row__col:last-child{
	width: 75%;
}
.section-chess {
	padding: 100px 0 60px;
}
.section-chess__container{
	margin-top: 21px;
}
.section-chess__block:nth-child(even) .site-row {
	flex-direction: row-reverse;
}
.section-chess__block {
	padding: 40px 0;
}
.section-chess__title {
	font-family: 'Archivo';
	font-weight: 500;
	font-size: 40px;
	line-height: 110%;
	letter-spacing: -0.01em;
	color: #17171C;
	margin-bottom: 59px;
}
.section-chess__text {
	margin-bottom: 32px;
}





/* Catalog
-----------------------------------------------------------------------------*/

.catalog-main{
	padding: 0 0 100px;
}
.catalog-main__container{
	display: flex;
}
.catalog-main__sidebar{
	width: 25%;
	padding-right: 54px;
}
.filter__title{
	padding-bottom: 24px;
	border-bottom: 1px solid var(--color-gray);
}
.filter__close{
	display: none;
}
.filter-selected{
	display: none;
	padding: 33px 0 12px;
	border-bottom: 1px solid var(--color-gray);
}
.filter-selected__head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--color-black);
	margin-bottom: 24px;
}
.filter-selected__title{
	font-weight: 500;
}
.filter-selected__clear{
	flex-shrink: 0;
	cursor: pointer;
}
.filter-selected__clear i{
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	margin: 0 0 1px 9px;
}
.filter-selected__clear svg{
	stroke: var(--color-black);
	stroke-width: 1;
}
.filter-selected__clear span:hover{
	color: var(--color-pink-500);
}
.filter-selected__clear span:hover svg{
	stroke: var(--color-pink-500);
}
.filter-selected__list{
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
}
.filter-selected__list li{
	display: inline-flex;
	align-items: center;
	padding: 8px 15px 9px 11px;
	border: 1px solid var(--color-black);
	border-radius: 2px;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: var(--color-black);
	margin: 0 12px 12px 0;
	cursor: default;
}
.filter-selected__list li:hover{
	border-color: var(--color-pink-500);
}
.filter-selected__list i{
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	cursor: pointer;
	margin: 2px 0 0 11px;
}
.filter-selected__list svg{
	stroke: var(--color-black);
	stroke-width: 1;
}
.filter__block{
	padding: 22px 0;
	border-bottom: 1px solid var(--color-gray);
}
.filter__head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: none;
	border: none;
	padding: 5px 7px 5px 0;
	margin: 0;
	text-align: left;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.01em;
	text-decoration: none;
	color: var(--color-black);
	position: relative;
	cursor: pointer;
	user-select: none;
	outline: none;
}
.filter__head i{
	display: block;
	line-height: 0;
	transform: translateY(-1px);
}
.filter__head i svg{
	stroke: var(--color-black);
	stroke-width: 0.5;
}
.filter__block.show .filter__head i svg{
	transform: rotate(180deg);
}
.filter__list{
	display: none;
	padding: 20px 0 8px;
}
.filter__block.show .filter__list{
	display: block;
}
.filter__list li:not(:last-child){
	margin-bottom: 21px;
}
.filter__list li.collapse:not(.show){
	display: none;
}
.filter__list .form-checkbox label span{
	color: var(--color-black);
}
.form-checkbox label{
	position: relative;
}
.form-checkbox label input{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
.form-checkbox label span{
	display: inline-block;
	position: relative;
	padding-left: 24px;
	font-size: 16px;
	line-height: 120%;
	cursor: pointer;
	user-select: none;
}
.form-checkbox label span:before{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: #F9F9FA;
	border: 1px solid #747684;
	border-radius: 2px;
	position: absolute;
	top: 1px;
	left: 0;
}
.form-checkbox label input:checked + span:before{
	border-color: var(--color-pink-500);
	background: var(--color-pink-500) url('data:image/svg+xml,<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.35355 0.646447C7.54882 0.841709 7.54882 1.15829 7.35355 1.35355L3.35355 5.35355C3.15829 5.54882 2.84171 5.54882 2.64645 5.35355L0.646447 3.35355C0.451184 3.15829 0.451184 2.84171 0.646447 2.64645C0.841709 2.45118 1.15829 2.45118 1.35355 2.64645L3 4.29289L6.64645 0.646447C6.84171 0.451184 7.15829 0.451184 7.35355 0.646447Z" fill="white"/></svg>') no-repeat center;
}
.form-checkbox label:hover  span:before{
	background-color: #F2F2F5;
}
.form-radio{
	margin-bottom: 47px;
}
.form-radio__title{
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: var(--color-black);
	margin-bottom: 24px;
}
.form-radio__list li,
.form-radio .wpcf7-list-item{
	display: block;
	margin-bottom: 12px;
}
.form-radio label{
	position: relative;
}
.form-radio label input{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
.form-radio label span{
	display: inline-block;
	position: relative;
	padding-left: 24px;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.01em;
	cursor: pointer;
	user-select: none;
}
.form-radio label span:before{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: #F9F9FA;
	border: 1px solid var(--color-black);
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 0;
}
.form-radio label input:checked + span:after{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: var(--color-black);
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 5px;
}
.form-capcha{
	margin-top: 20px;
	font-size: 10px;
	line-height: 120%;
	letter-spacing: -0.011em;
}
.grecaptcha-badge { visibility: hidden; }
#filter-loader{
	display: none;
	justify-content: center;
	align-items: center;
	background: rgba(249,249,250,0.7);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -15px;
	z-index: 5;
}
#filter-loader > div {
	display: block;
	position: relative;
	width: 80px;
	height: 80px;
	margin: 300px auto 0;
}
#filter-loader > div div {
	position: absolute;
	top: 33.33333px;
	width: 13.33333px;
	height: 13.33333px;
	border-radius: 50%;
	background: var(--color-pink-500);
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
#filter-loader > div div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}
#filter-loader > div div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}
#filter-loader > div div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}
#filter-loader > div div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}











.filter__bottom{
	display: none;
}
.filter__more{
	margin-top: -2px;
}
.filter__more span{
	display: inline-block;
	font-size: 16px;
	line-height: 120%;
	cursor: pointer;
	text-decoration: underline;
	color: var(--color-black);
	user-select: none;
}
.filter__more span:hover{
	color: var(--color-pink-500);
}
.catalog-main__content{
	width: 75%;
	padding-left: 5px;
	position: relative;
}
.page-template-tpl_startup .catalog-main__content{
	position: static;
}
.catalog-main__head{
	visibility: hidden;
	text-align: right;
	padding-bottom: 39px;
}
.catalog-main__result{
	color: #5E6172;
}
.catalog-main__filter{
	display: none;
}
.post-catalog{
	border-top: 1px solid var(--color-gray);
}
/* .post-catalog:not(.init){
	visibility: hidden;
} */
.post-item-2{
	padding: 52px 0;
	display: flex;
	position: relative;
	border-bottom: 1px solid var(--color-gray);
}
.post-item-2__content{
	width: 65%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.post-item-2__tags{
	display: flex;
	flex-wrap: wrap;
	color: var(--color-black);
	margin: -1px 0 0;
}
.post-item-2__tags li{
	display: flex;
	align-items: center;
	min-height: 20px;
	font-weight: 300;
}
.post-item-2__tags li:after{
	content: '|';
	display: inline-block;
	margin: 0 9px;
	font-family: 'Archivo';
	font-size: 14px;
	line-height: 150%;
	letter-spacing: -0.011em;
	color: var(--color-dark-gray);
}
.post-item-2__tags li:last-child:after{
	visibility: hidden;
	margin: 0;
}
.post-item-2__tags span{
	display: block;
	color: var(--color-dark-gray);
	text-decoration: none;
	position: relative;
}
.post-item-2__tags li:not(:last-child) span{
	padding: 2px 8px;
}
.post-item-2__tags li:not(:last-child) span::before{
	content: '';
	display: block;
	border: 1px solid var(--color-dark-gray);
	border-radius: 2px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.post-item-2__tags i{
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	margin: -2px 9px 0 0;
}
.post-item-2__title{
	margin: 12px 0 10px;
}
.post-item-2__props{
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 150%;
	color: var(--color-dark-gray);
	transition: color 0.2s;
	margin-bottom: -2px;
}
.post-item-2__props li:not(:last-child):after{
	content: '';
	display: inline-block;
	width: 1px;
	height: 1px;
	background: var(--color-dark-gray);
	vertical-align: middle;
	margin: 0 10px;
}
.post-item-2__props li:empty{
	display: none;
}
.post-item-2__image{
	width: 35%;
	padding-left: 14px;
}
.post-item-2__image span{
	display: block;
	line-height: 0;
	padding-top: 56.2%;
	position: relative;
}
.post-item-2__link{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.post-item-2 .link-block{
	margin: -16px 0 -1px;
}
.post-item-2 .link-block a{
	border-color: var(--color-dark-gray-muted);
}
.post-item-2:hover .post-item-2__title,
.post-item-2:hover .post-item-2__props{
	color: var(--color-pink-500);
}
.post-item-2:hover .link-block a{
	border-color: var(--color-pink-500);
	color: var(--color-pink-500);
}
.post-item-2:hover .link-block a i{
	border-color: var(--color-pink-500);
	background: var(--color-pink-500);
}
.post-item-2:hover .link-block a i svg{
	fill: var(--color-white);
}
.insight-subscribe{
	display: flex;
	padding: 60px 0 59px 0;
	border-bottom: 1px solid var(--color-gray);
}
.insight-subscribe__left{
	width: 55%;
	padding-right: 22px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.insight-subscribe__image{
	width: 172px;
	max-width: 100%;
	line-height: 0;
}
.insight-subscribe__right{
	width: 45%;
	padding: 0 0 0 28px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.insight-subscribe__form{
	position: relative;
	overflow: hidden;
	padding-bottom: 1px;
}
.insight-subscribe__form .form-input{
	margin-bottom: 19px;
}
.insight-subscribe__form .form-submit{
	margin: 33px 0 12px;
}
.insight-subscribe__title{
	margin-bottom: 40px;
}
.insight-subscribe .form-thankyou{
	padding: 27px 20px 0 43px;
}
.insight-subscribe .form-thankyou__icon{
	width: 115px;
}
.insight-subscribe .form-thankyou__title{
	margin-bottom: 10px;
}
.catalog-main__control{
	text-align: center;
	margin-top: 79px;
}
.catalog-main__showed{
	margin-bottom: 17px;
}
.catalog-main__line{
	width: 296px;
	max-width: 100%;
	height: 4px;
	background: var(--color-gray);
	margin: 0 auto 24px;
}
.catalog-main__line span{
	display: block;
	height: 4px;
	background: var(--color-black);
}
.catalog-main__more{
	width: 296px;
	max-width: 100%;
	margin: 0 auto;
}
.catalog-main__more .button{
	width: 100%;
}
.catalog-notfound{
	text-align: center;
	margin-bottom: 50px;
}
.catalog-notfound__content{
	width: 420px;
	max-width: 100%;
	margin: 0 auto;
}
.catalog-notfound__image{
	margin-bottom: 23px;
}
.catalog-notfound__title{
	font-family: 'Archivo';
	font-size: 32px;
	line-height: 130%;
	letter-spacing: -0.01em;
	margin-bottom: 20px;
	color: var(--color-black);
	margin-bottom: 15px;
}
.catalog-notfound__text span{
	cursor: pointer;
	color: var(--color-pink-500);
	text-decoration: underline;
}
.catalog-notfound__text span:hover{
	text-decoration: none;
}
.catalog-notfound__btn{
	margin-top: 25px;
}
.report-catalog{
	border-top: 1px solid var(--color-gray);
}
.tpl_report .catalog-main,
.tpl_webinar-catalog .catalog-main{
	padding: 2px 0 100px;
}
.report-catalog{
	margin-top: 59px;
}
.tpl_report .catalog-main{
	padding: 2px 0 100px;
}
.webinar-catalog{
	margin: 6px 0 0;
}
.webinar-catalog__block:not(:last-child){
	margin-bottom: 77px;
}
.webinar-catalog__title{
	margin-bottom: 38px;
}
.webinar-catalog__container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -58px;
}
.webinar-catalog__col{
	width: 50%;
	padding: 0 10px 58px;
}
.webinar-item{
	position: relative;
}
.webinar-item__image,
.webinar-item__video{
	position: relative;
	padding-top: 54.55%;
	margin-bottom: 31px;
}
.webinar-item__video:after{
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background-color: var(--color-pink-500);
	background-image: url('data:image/svg+xml,<svg width="17" height="14" viewBox="0 0 28 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M28 13L8 24.5L8 1.5L28 13Z" fill="%23F9F9FA"/></svg>');
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	transition: background-color 0.3s;
	pointer-events: none;
}
.webinar-item__tags{
	display: flex;
	flex-wrap: wrap;
	color: var(--color-black);
	margin: 0 0 17px;
}
.webinar-item__tags li{
	display: flex;
	align-items: center;
	min-height: 20px;
	font-weight: 300;
	margin-bottom: 8px;
}
.webinar-item__tags li:after{
	content: '|';
	display: inline-block;
	margin: 0 9px;
	font-family: 'Archivo';
	font-size: 14px;
	line-height: 150%;
	letter-spacing: -0.011em;
	color: var(--color-dark-gray);
}
.webinar-item__tags li:last-child:after{
	visibility: hidden;
	margin: 0;
}
.webinar-item__tags span{
	display: block;
	color: var(--color-dark-gray);
	text-decoration: none;
	position: relative;
}
.webinar-item__tags li:not(:last-child) span{
	padding: 2px 8px;
}
.webinar-item__tags li:not(:last-child) span:before{
	content: '';
	display: block;
	border: 1px solid var(--color-dark-gray);
	border-radius: 2px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.webinar-item__tags i{
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	margin: -2px 9px 0 0;
}
.webinar-item__title{
	padding-bottom: 16px;
	border-bottom: 1px solid #A2A5AE;
	margin: 0 0 14px;
	transition: color 0.2s;
}
.webinar-item__props{
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 150%;
	color: var(--color-dark-gray);
	transition: color 0.2s;
}
.webinar-item__props li:not(:last-child):after{
	content: '|';
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	margin: 0 8px;
	transform: translateY(-2px);
}
.webinar-item__link{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.webinar-item:hover .webinar-item__title{
	color: var(--color-pink-500);
}
.podcast-notfound {
	width: 416px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
.podcast-notfound__title {
	font-family: 'Archivo';
	font-size: 32px;
	line-height: 130%;
	letter-spacing: -0.01em;
	color: var(--color-black);
	margin-bottom: 15px;
}
.podcast-notfound__text {
	margin-bottom: 32px;
}
.podcast-notfound__form {
	margin: 0 8px;
	position: relative;
	overflow: hidden;
}
.podcast-notfound .form-input{
	margin-bottom: 20px;
}
.podcast-notfound .form-submit{
	margin: 32px 0 16px;
}
.podcast-notfound .form-submit .button{
	width: 100%;
}
.podcast-notfound .form-thankyou__title {
	margin-bottom: 11px;
}
.podcast-notfound .form-thankyou__text {
	margin: 0 15px;
}
.startup-nav{
	position: sticky;
	top: 60px;
}
.startup-nav ul{
	padding: 23px 0;
	border-top: 1px solid var(--color-gray);
	border-bottom: 1px solid var(--color-gray);
	font-size: 16px;
	line-height: 120%;
}
.startup-nav  li:not(:last-child){
	margin-bottom: 24px;
}
.startup-nav  li a{
	display: block;
	position: relative;
	padding-left: 23px;
	color: var(--color-dark-gray);
	text-decoration: none;
}
.startup-nav  li a:hover{
	color: var(--color-black);
}
.startup-nav  li a.current{
	font-weight: 500;
	color: var(--color-black);
}
.startup-nav  li a.current:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid var(--color-pink-500);
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 0;
}
.startup-catalog__section:not(:last-child){
	margin-bottom: 79px;
}
.startup-catalog__title{
	border-bottom: 1px solid var(--color-gray);
	padding-bottom: 33px;
	margin-bottom: 56px;
}
.startup-catalog__block:not(:last-child){
	margin-bottom: 85px;
}
.startup-catalog__subtitle{
	letter-spacing: -0.01em;
	position: relative;
	padding-left: 38px;
	margin-bottom: 48px;
}
.startup-catalog__subtitle i{
	display: block;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.startup-catalog__items{
	padding: 0 0 0 32px;
}
.startup-catalog__item{
	position: relative;
}
.startup-catalog__item:not(:last-child){
	margin-bottom: 52px;
}
.startup-catalog__name{
	font-family: 'Archivo';
	color: var(--color-black);
	position: relative;
	margin-bottom: 15px;
	transition: all 0.3s;
}
.startup-catalog__name:before{
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	border: 1px solid var(--color-pink-500);
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: -19px;
}
.startup-catalog__text{
	margin: -4px 0 15px;
}
.startup-catalog__props{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.startup-catalog__props li{
	margin-bottom: 5px;
}
.startup-catalog__props li:not(:last-child):after{
	content: '|';
	display: inline-block;
	margin: 0 8px;
	font-family: 'Archivo';
	font-size: 14px;
	line-height: 150%;
	letter-spacing: -0.011em;
}
.startup-catalog__item .link-block a,.startup-catalog__item .link-block span{
	color: var(--color-black);
}
.startup-catalog__link{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.startup-catalog .link-block span i{
	transform: rotate(-45deg);
}
.startup-catalog__item:hover .case-item-1__title{
	color: var(--color-pink-500);
}
.startup-catalog__item:hover .link-block span{
	color: var(--color-pink-500);
	border-color: var(--color-pink-500);
}
.startup-catalog__item:hover .link-block span i{
	background: var(--color-pink-500);
	border-color: var(--color-pink-500);
}
.startup-catalog__item:hover .link-block span i svg:first-child{
	left: calc(100% + 5px);
	opacity: 0;
}
.startup-catalog__item:hover .link-block span i svg:last-child{
	left: calc(50% - 5px);
	opacity: 1;
}
.case-catalog__container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -70px;
}
/* .case-catalog__container:not(.init){
	visibility: hidden;
} */
.case-catalog__col{
	width: 50%;
	padding: 0px 10px 70px;
}
.case-item-2{
	position: relative;
}
.case-item-2__preview{
	display: flex;
	margin-bottom: 15px;
}
.case-item-2__image{
	width: 58.5%;
}
.case-item-2__image:last-child{
	width: 100%;
}
.case-item-2__image span{
	display: block;
	position: relative;
	padding-top: 111%;
	line-height: 0;
}
.case-item-2__image:last-child span{
	padding-top: 64.9%;
}
.case-item-2__logo{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 41.5%;
	padding: 20px 18px;
	background: var(--color-black);
}
.case-item-2__info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 0 10px;
	margin: 0 8px;
	border-bottom: 1px solid var(--color-gray);
	color: var(--color-black);
}
.case-item-2__tags{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.01em;
}
.case-item-2__tags li{
	margin-bottom: 8px;
}
.case-item-2__tags li:after{
	content: '|';
	margin: 0 9px 0 8px;
	font-family: 'Archivo';
	letter-spacing: -0.011em;
}
.case-item-2__tags li:last-child:after,
.case-item-2__tags li:nth-last-child(2):after{
	display: none !important;
}
.case-item-2__tags a{
	position: relative;
	z-index: 1;
	color: var(--color-black);
	text-decoration: none;
}
.case-item-2__tags a:hover{
	text-decoration: underline;
}
.case-item-2__country{
	flex-shrink: 0;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.01em;
	margin-bottom: 8px;
}
.case-item-2__country i{
	display: inline-block;
	width: 21px;
	height: 15px;
	vertical-align: middle;
	line-height: 0;
	transform: translateY(-2px);
	margin-right: 9px;
}
.case-item-2__content{
	padding: 24px 0 0;
	margin: 0 8px;
}
.case-item-2__title{
	margin-bottom: 12px;
}
.case-item-2__link{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.case-item-2:hover .case-item-2__title{
	color: var(--color-pink-500);
}
.tpl_case-catalog .catalog-main__container{
	padding-bottom: 57px;
	border-bottom: 1px solid var(--color-gray);
}
/* Case
-----------------------------------------------------------------------------*/
.case-info{
	display: flex;
	background: var(--color-black);
	color: #D1D2D6;
	margin-top: 10px;
}
.case-info__image{
	width: 75%;
	padding-right: 5px;
}
.case-info__image span{
	display: block;
	padding-top: 70.4%;
	position: relative;
	line-height: 0;
}
.case-info__content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 25%;
	padding: 20px 22px 20px 15px;
}
.case-info__logo{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 188px;
	height: 58px;
	margin-bottom: 15px;
}
.case-info__logo img{
	width: auto;
	height: auto;
	max-width: 188px;
	max-height: 58px;
}
.case-info__title{
	margin: 14px 0 36px 0;
}
.case-info__list{
	padding-top: 15px;
	border-top: 1px solid var(--color-gray);
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.01em;
}
.case-info__list:first-child{
	border: none;
	padding-top: 0;
}
.case-info__list li{
	padding-left: 23px;
	position: relative;
}
.case-info__list li:not(:last-child){
	position: relative;
	margin-bottom: 22px;
}
.case-info__list li:before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: var(--color-gray);
	position: absolute;
	top: calc(50% - 3px);
	left: 0;
}
.case-info__list li span{
	display: block;
}
.case-info__list li span:first-child{
	font-weight: 500;
	margin-bottom: 4px;
}
.case-content{
	padding: 79px 0;
}
.case-content  .title-section{
	margin-bottom: 61px;
}
.case-content__title{
	margin-bottom: 80px;
}
.case-content__title:last-child{
	margin-bottom: 0;
}
.case-content__text{
	line-height: 150%;
}
.case-content__text p:not(:last-child), .case-content__text ul:not(:last-child){
	margin-bottom: 20px;
}
.case-stats,
.report-stats{
	margin: 61px -10px -60px;
	display: flex;
	flex-wrap: wrap;
}
.case-stats__col,
.report-stats__col{
	width: 50%;
	padding: 0 10px 60px;
}
.case-stats__num,
.report-stats__num{
	margin-bottom: 16px;
}
.case-content__image{
	margin-top: 80px;
}
.case-content__image span{
	display: block;
	line-height: 0;
	position: relative;
	padding-top: 46.5%;
}
.case-overview{
	padding: 79px 0 68px;
}
.case-overview__container{
	margin-top: -5px;
}
.case-overview__item{
	display: flex;
	padding: 18px 0 7px;
	border-bottom: 1px solid var(--color-dark-gray-muted);
}
.case-overview__item:first-child{
	padding-top: 0;
}
.case-overview__item:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.case-overview__name{
	width: 50%;
	padding: 0 10px 0 0;
}
.case-overview__list{
	width: 50%;
	padding: 5px 0 0 10px;
}
.case-overview__list li{
	margin-bottom: 16px;
}
.case-nda{
	text-align: center;
	margin-bottom: 20px;
}
.case-nda__icon{
	width: 120px;
	height: 120px;
	margin: 0 auto 25px;
}
.case-nda__title{
	letter-spacing: -0.01em;
	margin-bottom: 15px;
}
.case-nda__text{
	margin-bottom: 25px;
}
.case-form {
	padding: 80px 0;
}
.case-form .title-section {
	margin-bottom: 60px;
}
.case-form__title {
	width: 470px;
	max-width: 100%;
	margin-bottom: 24px;
}
.case-form__text {
	width: 333px;
	max-width: 100%;
}
.case-form__form {
	width: 500px;
	max-width: 100%;
	margin: 79px 0 0 auto;
	position: relative;
	overflow: hidden;
}
.case-form__form .form-checkbox{
	width: 420px;
	max-width: 100%;
	margin-bottom: 34px;
}
.case-form__form .form-checkbox span{
	font-size: 14px;
	letter-spacing: -0.01em;
	color: #5E6172;
}
.case-form__form .form-checkbox label span::before{
	top: 4px;
}
/* About
-----------------------------------------------------------------------------*/
.aboutus-head{
	padding: 67px 0 80px;
}
.aboutus-head__container{
	display: flex;
	margin: 11px -10px 0;
}
.aboutus-head__text{
	width: 50%;
	padding: 0 10px;
}
.aboutus-gallery,
.section-gallery{
	padding: 81px 0 100px;
}
.section-gallery__title{
	margin-bottom: 60px;
}
.section-gallery__text{
	margin-bottom: 80px;
}
.aboutus-gallery__slider,
.section-gallery__slider{
	margin-bottom: 36px;
}
.section-gallery__title + .only-desktop{
	margin-top: 80px;
}
.aboutus-gallery__slider .slick-arrow,
.section-gallery__slider .slick-arrow{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--color-black);
	border-radius: 50%;
	background: var(--color-white);
	font-size: 0;
	position: absolute;
	bottom: -89px;
	cursor: pointer;
	z-index: 1;
	transition: all 0.2s;
	overflow: hidden;
}
.aboutus-gallery__slider .slick-arrow.slick-disabled,
.section-gallery__slider .slick-arrow.slick-disabled{
	border-color: #A2A5AE;
	pointer-events: none;
}
.aboutus-gallery__slider .slick-arrow.slick-disabled svg,
.section-gallery__slider .slick-arrow.slick-disabled svg{
	fill: #A2A5AE;
}
.aboutus-gallery__slider .slick-arrow.slick-prev,
.section-gallery__slider .slick-arrow.slick-prev{
	transform: scaleX(-1);
	left: 0;
}
.aboutus-gallery__slider .slick-arrow.slick-next,
.section-gallery__slider .slick-arrow.slick-next{
	left: 52px;
}
.aboutus-gallery__slider .slick-arrow svg,
.section-gallery__slider .slick-arrow svg{
	position: absolute;
	top: calc(50% - 7px);
	transition: all 0.3s;
}
.aboutus-gallery__slider .slick-arrow svg:first-child,
.section-gallery__slider .slick-arrow svg:first-child{
	left: calc(50% - 7px);
}
.aboutus-gallery__slider .slick-arrow svg:last-child,
.section-gallery__slider .slick-arrow svg:last-child{
	fill: var(--color-white);
	opacity: 0;
	left: -10px;
}
.aboutus-gallery__slider .slick-arrow:hover,
.section-gallery__slider .slick-arrow:hover{
	background: var(--color-pink-500);
	border-color: var(--color-pink-500);
}
.aboutus-gallery__slider .slick-arrow:hover svg:first-child,
.section-gallery__slider .slick-arrow:hover svg:first-child{
	left: calc(50% - 7px);
	opacity: 1;
	fill: #fff;
}
.aboutus-gallery__slider .slick-arrow:hover svg:last-child,
.section-gallery__slider .slick-arrow:hover svg:last-child{
	display: none;
}
.aboutus-gallery__image,
.section-gallery__image{
	padding-top: 56.25%;
	position: relative;
}
 .section-gallery__image img {
	 min-height: 400px;
 }
.aboutus-awards{
	padding: 94px 0 100px;
}
.aboutus-awards__head{
	margin-bottom: 57px;
}
.aboutus-awards__table table{
	width: 100%;
	font-family: 'Archivo';
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.01em;
	color: var(--color-black);
}
.aboutus-awards__table th:nth-child(1),
.aboutus-awards__table td:nth-child(1){
	width: 50%;
	padding: 23px 10px 22px 0;
}
.aboutus-awards__table th:nth-child(2),
.aboutus-awards__table td:nth-child(2){
	width: 25%;
	padding: 23px 10px 22px;
}
.aboutus-awards__table th:nth-child(3),
.aboutus-awards__table td:nth-child(3){
	width: 25%;
	padding: 23px 0 22px 10px;
}
.aboutus-awards__table th,
.aboutus-awards__table td{
	border-bottom: 1px solid var(--color-dark-gray-muted);
	text-align: left;
}
.aboutus-awards__table th{
	color: var(--color-dark-gray);
}
.aboutus-distribution{
	padding: 100px 0;
}
.aboutus-distribution__subtitle{
	width: 784px;
	max-width: 100%;
	text-align: right;
	margin: 1px 0 100px;
}
.aboutus-distribution__container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -85px;
}
.aboutus-distribution__col{
	width: 25%;
	padding: 0 10px 85px;
}
.aboutus-distribution__num{
	margin-bottom: 16px;
}
.aboutus-distribution__text{
	width: 150px;
	max-width: 100%;
}
.about-partner{
	padding: 100px 0;
}
.about-partner__head{
	margin-bottom: 80px;
}
.about-partner__container{
	display: flex;
	flex-wrap: wrap;
	margin: 60px 0 0;
}
.about-partner__col{
	width: 25%;
}
.about-partner__col_collapse{
	display: none;
}
.about-partner__col_num .about-partner__item{
	cursor: pointer;
}
.about-partner__item{
	padding-top: 100%;
	border: 1px solid var(--color-dark-gray);
	margin: 0 -1px -1px 0;
	overflow: hidden;
	position: relative;
	cursor: default;
}
.about-partner__logo{
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.about-partner__logo span{
	width: 168px;
	max-width: calc(100% - 40px);
	height: 100px;
}
.about-partner__num{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.aboutteam-director{
	padding: 100px 0;
}
.aboutteam-director__title{
	margin-bottom: 80px;
}
.aboutteam-director__container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -60px;
}
.aboutteam-director__col{
	width: 25%;
	padding: 0 10px 60px;
}
.team-item__image{
	padding-top: 100%;
	position: relative;
	line-height: 0;
	margin-bottom: 24px;
}
.team-item__name{
	margin-bottom: 10px;
}
.aboutteam-team{
	padding: 100px 0;
}
.aboutteam-team__head{
	margin-bottom: 79px;
}
.aboutteam-team__container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -60px;
}
.aboutteam-team__col{
	width: 25%;
	padding: 0 10px 60px;
}
.section-approach{
	padding: 100px 0;
	overflow: hidden;
}
.section-approach__title{
	margin-bottom: 124px;
}
.section-approach__container{
	margin: 7px 0 0;
}
.section-approach__text.body-text_l h3{
	font-family: 'Archivo';
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.01em;
	word-spacing: -0.5px;
	color: #17171C;
	margin: 40px 0 20px;
}
.section-approach__text.body-text_l h4{
	font-family: 'Archivo';
	padding-left: 26px;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.01em;
	color: #17171C;
	margin: 40px 0 17px;
	position: relative;
}
.section-approach__text.body-text_l h4:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid var(--color-pink-500);
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0;
}
.aboutstrategy-our {
	padding: 106px 0;
}
.aboutstrategy-our__title {
	margin-bottom: 80px;
}
.aboutstrategy-our__container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -60px;
}
.aboutstrategy-our__col {
	width: 50%;
	padding: 0 10px 60px;
}
.aboutstrategy-our__image{
	margin-right: 50px;
}
.aboutstrategy-our__num {
	margin-bottom: 40px;
}
.aboutstrategy-our__subtitle {
	font-family: 'Archivo';
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.01em;
	color: var(--color-black);
}
/* Form
-----------------------------------------------------------------------------*/
.contact-form{
	padding: 0 0 80px;
}
.contact-form .site-hr{
	border-color: var(--color-gray);
	margin-bottom: 31px;
}
.contact-form .title-section{
	margin-bottom: 81px;
}
.contact-form__title{
	width: 500px;
	max-width: 100%;
	margin-bottom: 24px;
}
.contact-form__desc{
	width: 320px;
	max-width: 100%;
	font-family: 'Archivo';
	font-size: 16px;
	line-height: 120%;
	color: var(--color-dark-gray);
	margin-bottom: 40px;
}
.contact-form__contact{
	margin: 79px 0 50px;
}
.contact-form__contact span{
	display: block;
	font-family: 'Inter';
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: var(--color-black);
	margin-bottom: 16px;
}
.contact-form__contact ul{
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 120%;
	color: var(--color-dark-gray);
}
.contact-form__contact ul li:not(:last-child):after{
	content: '|';
	display: inline-block;
	margin: 0 7px;
}
.contact-form__contact ul li a{
	color: var(--color-dark-gray);
}
.contact-form__contact ul li a:hover{
	color: var(--color-pink-500);
	text-decoration: underline;
}
.contact-form__form{
	width: 500px;
	max-width: 100%;
}
.form-input{
	margin-bottom: 32px;
}
.form-input label{
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: var(--color-black);
	text-align: left;
	margin-bottom: 8px;
}
.form-input label i{
	display: inline-block;
	line-height: 0;
	margin-left: 3px;
	vertical-align: super;
	transform: translateY(-4px);
}
.form-input label i svg{
	fill: var(--color-pink-500);
}
.form-input input{
	width: 100%;
	height: 48px;
	padding: 0 11px;
	font-size: 16px;
	border: 1px solid #BABBC1;
	border-radius: 2px;
	background: none;
}
.form-input input:focus{
	padding: 0 10px;
	border: 2px solid #4A5989;
}
.form-input textarea{
	width: 100%;
	height: 112px;
	padding: 15px 10px;
	font-size: 16px;
	border: 1px solid #BABBC1;
	border-radius: 2px;
	background: none;
	resize: none;
}
.form-input textarea:focus{
	padding: 14px 9px;
	border: 2px solid #4A5989;
}
/* .form-input .selected-flag{
	width: 48px !important;
}
.form-input .selected-dial-code{
	display: none !important;
}
.form-input .intl-tel-input.separate-dial-code.allow-dropdown input,
.form-input .intl-tel-input.separate-dial-code.allow-dropdown input[type="tel"],
.form-input .intl-tel-input.separate-dial-code.allow-dropdown input[type="text"]{
	padding-left: 59px !important;
} */
.form-file{
	margin: -8px 0 41px;
}
.form-file .codedropz-upload-handler{
	border: none;
}
.form-file .codedropz-upload-handler.codedropz-dragover{
	background: var(--color-grey-300);
}
.form-file .codedropz-upload-container{
	padding: 0;
}
.form-file .codedropz-upload-inner{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
	padding: 5px 0 5px 25px;
}
.form-file .codedropz-upload-inner > *{
	display: inline;
	font-size: 16px;
	line-height: 120%;
	color: #5E6172;
	margin: 0;
}
.form-file .codedropz-upload-inner > span{
	margin: 0 4px;
}
.form-file .codedropz-upload-inner:before{
	content: '';
	display: block;
	width: 12px;
	height: 20px;
	background: url('data:image/svg+xml,<svg width="12" height="20" viewBox="0 0 12 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.6731 13.6442C11.6731 15.2682 11.108 16.6501 9.97789 17.7901C8.84775 18.93 7.47212 19.5 5.85099 19.5C4.22984 19.5 2.8526 18.93 1.71926 17.7901C0.585945 16.6501 0.0192871 15.2682 0.0192871 13.6442V4.65383C0.0192871 3.49999 0.41992 2.51923 1.22119 1.71155C2.02247 0.903851 3.00003 0.5 4.15386 0.5C5.30771 0.5 6.28527 0.903851 7.08654 1.71155C7.88782 2.51923 8.28846 3.49999 8.28846 4.65383V13.1634C8.28846 13.8403 8.0527 14.4182 7.58116 14.8971C7.10964 15.3759 6.53497 15.6153 5.85714 15.6153C5.17932 15.6153 4.601 15.3776 4.12216 14.9021C3.64331 14.4265 3.40389 13.847 3.40389 13.1634V4.38463H4.90386V13.1634C4.90386 13.4314 4.99392 13.657 5.17404 13.8404C5.35417 14.0237 5.57821 14.1154 5.84616 14.1154C6.11413 14.1154 6.33817 14.0237 6.51829 13.8404C6.69842 13.657 6.78849 13.4314 6.78849 13.1634V4.64423C6.77824 3.90576 6.52177 3.28043 6.01909 2.76825C5.5164 2.25607 4.89466 1.99998 4.15386 1.99998C3.41618 1.99998 2.79265 2.25767 2.28329 2.77305C1.77392 3.28843 1.51924 3.91536 1.51924 4.65383V13.6442C1.50899 14.8532 1.92694 15.8814 2.77309 16.7288C3.61925 17.5763 4.64638 18 5.85446 18C7.04555 18 8.05796 17.5763 8.89171 16.7288C9.72546 15.8814 10.1526 14.8532 10.1731 13.6442V4.38463H11.6731V13.6442Z" fill="%235E6172"/></svg>') no-repeat 0 0 / 100% auto;
	position: absolute;
	top: 6px;
	left: 0;
}
.form-file .dnd-upload-counter{
	display: none !important;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn{
	text-decoration: underline;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:hover{
	color: var(--color-pink-500);
}
.wpcf7-list-item{
	margin: 0;
}
.wpcf7-not-valid-tip{
	display: none;
}
.wpcf7-form.invalid .wpcf7-not-valid-tip{
	display: block;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: #C80849;
	text-align: left;
	margin: 7px 0 10px;
}
.wpcf7-form.invalid .wpcf7-not-valid{
	border-color: #C80849 !important;
	border-width: 1px !important;
}
.wpcf7-response-output{
	display: none !important;
}
.contact-form__form .form-checkbox{
	width: 420px;
	max-width: 100%;
	margin-bottom: 34px;
}
.contact-form__form .form-checkbox span{
	font-size: 14px;
	letter-spacing: -0.01em;
	color: #5E6172;
}
.contact-form__form .form-checkbox label span::before{
	top: 4px;
}
.thankyou{
	padding: 0 0 60px;
}
.thankyou .site-hr{
	border-color: var(--color-gray);
	margin-bottom: 31px;
}
.thankyou .title-section{
	margin-bottom: 50px;
}
.thankyou__content{
	width: 305px;
	max-width: 100%;
}
.thankyou__title{
	margin-bottom: 24px;
}
.thankyou__desc{
	margin-bottom: 32px;
}
.thankyou__image{
	position: relative;
	padding-top: 100%;
	line-height: 0;
	margin-top: 20px;
}
.thankyou__image lottie-player{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.thankyou .link-all a{
	color: var(--color-black);
}
/* Page / Post
-----------------------------------------------------------------------------*/
.post-content{
	padding: 83px 0;
}
.post-preview{
	display: flex;
	margin-bottom: -80px;
}
.post-preview__info{
	width: 320px;
}
.post-preview__item{
	margin-bottom: 49px;
}
.post-preview__label{
	margin-bottom: 15px;
}
.post-author{
	display: flex;
}
.post-author__image{
	width: 60px;
	flex-shrink: 0;
	margin-right: 9px;
}
.post-author__image span{
	display: block;
	position: relative;
	padding-top: 100%;
	line-height: 0;
}
.post-author__name a{
	color: var(--color-black);
}
.post-author__status{
	margin-top: 10px;
	color: #5E6172;
}
.post-preview__text{
	margin: -2px 0 2px;
	color: var(--color-black);
}
.post-preview__image{
	width: calc(100% - 320px);
}
.post-preview__image span{
	display: block;
	position: relative;
	padding-top: 56.5%;
	line-height: 0;
}
.post-content__postcontent{
	width: 724px;
	max-width: 100%;
}
.post-content__intro{
	font-family: 'Archivo';
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.01em;
	color: var(--color-dark-gray);
	margin-bottom: 59px;
}
.post-content__intro img{
	margin: 20px 0;
}
.post-content__container{
	display: flex;
}
.post-content__sidebar{
	width: 325px;
	padding-right: 72px;
}
.sidebar-sticky{
	position: sticky;
	top: 166px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--color-gray);
}
.single-post .sidebar-sticky{
	padding-bottom: 0;
	border: none;
}
.post-content__content{
	width: calc(100% - 325px);
}
.post-share{
	display: flex;
	align-items: center;
	padding: 31px 0;
	border-top: 1px solid var(--color-gray);
	margin-top: 40px;
}
.post-share__title{
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.011em;
}
.post-share__social{
	display: flex;
	align-items: center;
	margin-left: 9px;
}
.post-share__social > div{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid var(--color-gray);
	border-radius: 2px;
	cursor: pointer;
	margin-left: 8px;
	transition: all 0.2s;
}
.post-share__social > div svg{
	transition: all 0.2s;
}
.post-share__social .social-likes__icon{
	display: none;
}
.post-share__social .social-likes__button{
	line-height: 0;
}
.post-share__social input{
	position: absolute;
	left: -2000px;
}
.post-share__social > div:hover{
	background: var(--color-black);
	border-color: var(--color-black);
	color: var(--color-white);
}
.post-share__social > div:hover svg{
	fill: var(--color-white);
}
.post-nav__title{
	display: none;
}
.post-nav__list ul{
	max-height: 480px;
	overflow-y: auto;
	padding-right: 25px;
	font-size: 16px;
	line-height: 120%;
	position: relative;
}
.post-nav__list ul::-webkit-scrollbar:horizontal{
	display: none;
}
.post-nav__list ul::-webkit-scrollbar{
	width: 3px;
}
.post-nav__list ul::-webkit-scrollbar-track{
	background: none;
}
.post-nav__list ul::-webkit-scrollbar-thumb{
	background-color: #E8E8EA;
	outline: none;
}
.post-nav__list li:not(:last-child){
	margin-bottom: 23px;
}
.post-nav__list a{
	/* min-height: 38px; */
	padding-left: 23px;
	display: block;
	position: relative;
	color: #5E6172;
	text-decoration: none;
}
.post-nav__list a:hover{
	color: var(--color-black);
}
.post-nav__list a.current{
	font-weight: 500;
	color: var(--color-black);
}
.post-nav__list a.current:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid var(--color-pink-500);
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
}
.single-post .post-nav__list a{
	min-height: 0;
}
.post-nav__list a img{
	display: none !important;
}
/* .single-post .site-wrapper_de .title_h2{
	font-size: 80px;
} */
/* Author
-----------------------------------------------------------------------------*/
.author-welcome__back{
	font-size: 16px;
	line-height: 120%;
	color: #17171C;
	margin: 60px 0 80px;
}
.author-welcome__back a{
	text-decoration: none;
	transition: all 0.2s;
}
.author-welcome__back a i{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 23px;
	height: 23px;
	border: 1px solid var(--color-black);
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	overflow: hidden;
	transform: scaleX(-1);
	transition: all 0.3s;
}
.author-welcome__back a i svg{
	position: absolute;
	top: calc(50% - 5px);
	transition: all 0.3s;
}
.author-welcome__back a i svg:first-child{
	left: calc(50% - 5px);
}
.author-welcome__back a i svg:last-child{
	fill: var(--color-white);
	opacity: 0;
	left: -10px;
}
.author-welcome__back a:hover{
	color: var(--color-pink-500);
	border-color: var(--color-pink-500);
}
.author-welcome__back a:hover i{
	background: var(--color-pink-500);
	border-color: var(--color-pink-500);
}
.author-welcome__back a:hover i svg:first-child{
	left: calc(100% + 5px);
	opacity: 0;
}
.author-welcome__back a:hover i svg:last-child{
	left: calc(50% - 5px);
	opacity: 1;
}
.author-welcome__container{
	display: flex;
	margin-bottom: 160px;
}
.author-welcome__image{
	width: 305px;
	position: relative;
}
.author-welcome__image span{
	display: block;
	padding-top: 100%;
}
.author-welcome__content{
	width: calc(100% - 305px);
	padding: 0 0 0 28px;
}
.author-welcome__name{
	margin-bottom: 8px;
}
.author-welcome__status{
	margin-bottom: 20px;
}
.author-welcome__text{
	width: 500px;
	max-width: 100%;
	margin-bottom: 24px;
}
.author-welcome__num{
	margin-bottom: 48px;
}
.author-welcome__num i{
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	margin-right: 2px;
}
.author-content{
	padding: 0 0 100px;
}
.author-content__container{
	display: flex;
	border-bottom: 1px solid var(--color-gray);
	padding-bottom: 0;
}
.author-content__title{
	width: 305px;
}
.author-content__content{
	width: calc(100% - 305px);
	padding-left: 21px;
}
.author-content__items{
	border-top: 1px solid var(--color-gray);
}
.author-content__container .post-item-2:last-child{
	border-bottom: none;
}
.author-welcome .site-hr,
.author-content .site-hr{
	border-color: var(--color-gray);
}

/* Webinar
-----------------------------------------------------------------------------*/
.webinar-preview{
	display: flex;
}
.webinar-preview__info{
	width: 320px;
	padding-right: 50px;
}
.webinar-preview__item{
	margin-bottom: 40px;
}
.webinar-preview__label{
	font-size: 16px;
	line-height: 120%;
	color: var(--color-dark-gray);
	margin-bottom: 14px;
}
.webinar-preview__text{
	font-family: 'Archivo';
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.01em;	
}
.webinar-preview__text{
	margin: -2px 0 2px;
	color: var(--color-black);
}
.webinar-preview__image{
	width: calc(100% - 320px);
}
.webinar-preview__image span{
	display: block;
	position: relative;
	padding-top: 56.5%;
	line-height: 0;
}
.webinar-preview__btn .button{
	min-width: 240px;
}
.webinar-speaker{
	padding: 57px 0 70px;
}
.webinar-speaker .title-section{
	margin-bottom: 61px;
}
.webinar-speaker__single{
	margin-top: 121px;
}
.webinar-speaker__content{
	width: 300px;
	max-width: 100;
}
.webinar-speaker__name{
	position: relative;
	padding-right: 50px;
	margin-bottom: 9px;
}
.webinar-speaker__image{
	margin-bottom: 25px;
}
.webinar-speaker__image span{
	display: block;
	padding-top: 100%;
	position: relative;
}
.webinar-speaker__link{
	position: absolute;
	top: calc(50% - 16px);
	right: 10px;
}
.webinar-speaker__link a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid var(--color-gray);
}
.webinar-speaker__multiple{
	display: flex;
	flex-wrap: wrap;
	margin: 77px -10px -30px;
}
.webinar-speaker__col{
	width: 25%;
	padding: 0 10px 30px;
}
.webinar-speaker__multiple .webinar-speaker__content{
	width: 100%;
}
.webinar-about{
	padding: 79px 0;
}
.webinar-about .title-section{
	margin-bottom: 60px;
}
.webinar-about__title{
	margin-bottom: 80px;
}
.webinar-about__text{
	width: 590px;
	max-width: 100%;
}
.webinar-about_past .post-share{
	width: 466px;
	max-width: 100%;
	margin-top: 30px;
}
.webinar-about_upcoming .post-share{
	margin-top: 31px;
	padding-bottom: 0;
}
.webinar-about__form{
	width: 500px;
	max-width: 100%;
	margin-left: auto;
	position: relative;
	overflow: hidden;
}
.webinar-about__form .form-checkbox{
	width: 420px;
	max-width: 100%;
	margin: 40px 0 34px;
}
.webinar-about__form .form-checkbox span{
	font-size: 14px;
	letter-spacing: -0.01em;
	color: #5E6172;
}
.webinar-about__form .form-checkbox label span::before{
	top: 4px;
}
.webinar-about__btn{
	margin: 41px 0 30px;
}
.report-intro{
	padding: 140px 0 79px;
}
.report-intro .title-section{
	margin-bottom: 61px;
}
.report-intro__wrapper{
	margin-top: 78px;
}
.report-key{
	padding: 81px 0 78px;
}
.report-key__title{
	width: 600px;
	max-width: 100%;
}
.report-key__container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -60px;
}
.report-key__col{
	width: 50%;
	padding: 0 10px 60px;
}
.report-key__num{
	margin-bottom: 40px;
}
.report-key__name{
	font-family: 'Archivo';
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.01em;
	color: var(--color-black);
	margin-bottom: 20px;
}
.report-inside{
	padding: 80px 0 63px;
	overflow: hidden;
}
.report-inside .title-section{
	margin-bottom: 61px;
}
.report-inside__title{
	margin-bottom: 72px;
}
.report-inside__container{
	display: flex;
}
.report-inside__nav{
	width: 320px;
	padding-right: 15px;
}
.report-inside__content{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: calc(100% - 320px);
	padding: 27px 0 0 195px;
}
.report-inside__images{
	width: 495px;
	max-width: 100%;
	padding-right: 79px;
	background: url(images/report-images.png) no-repeat right center;
	background-size: auto 93%;
	margin-top: -20px;
}
.report-inside__block.tabs__block{
	transform: translateY(0px);
	transition: none;
}
.report-inside__image span{
	display: block;
	padding-top: 142.3%;
	line-height: 0;
	position: relative;
	background: var(--color-white);
	border: 1px solid #EDEDED;
	filter: drop-shadow(-86px 338px 140px rgba(143, 143, 143, 0.01)) drop-shadow(-21px 85px 87px rgba(143, 143, 143, 0.09));
}
.report-dl{
	padding: 80px 0;
}
.report-dl .title-section{
	margin-bottom: 61px;
}
.report-dl__title{
	width: 400px;
	max-width: 100%;
	margin-bottom: 23px;
}
.report-dl__text{
	width: 310px;
	max-width: 100%;
	font-family: 'Archivo';
}
.report-dl__form{
	width: 500px;
	max-width: 100%;
	position: relative;
	overflow: hidden;
}
.report-dl .form-checkbox{
	width: 420px;
	max-width: 100%;
	margin-bottom: 34px;
}
.report-dl .form-checkbox span{
	font-size: 14px;
	letter-spacing: -0.01em;
	color: #5E6172;
}
.report-dl .form-checkbox label span::before{
	top: 4px;
}
.form-thankyou{
	visibility: hidden;
	opacity: 0;
	background: var(--color-white);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: var(--color-black);
	z-index: 1;
	transition: all 0.2s;
}
.form-thankyou.opened{
	visibility: visible;
	opacity: 1;
}
.form-thankyou__content{
	width: 383px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
.form-thankyou__icon{
	width: 180px;
	max-width: 100%;
	margin: 0 auto 23px;
}
.form-thankyou__title{
	font-family: 'Archivo';
	font-size: 32px;
	line-height: 130%;
	letter-spacing: -0.01em;
	margin-bottom: 15px;
}
.form-thankyou__text{
	color: var(--color-dark-gray);
}

/* 404
-----------------------------------------------------------------------------*/
.page-404{
	padding: 0 0 60px;
}
.page-404 .site-hr{
	border-color: var(--color-gray);
	margin-bottom: 31px;
}
.page-404 .title-section{
	margin-bottom: 50px;
}
.page-404__content{
	width: 305px;
	max-width: 100%;
}
.page-404__title{
	margin-bottom: 24px;
}
.page-404__desc{
	margin-bottom: 32px;
}
.page-404__animation{
	line-height: 0;
	margin-top: 20px;
}
.page-404 .link-all a{
	color: var(--color-black);
}
/* Footer
-----------------------------------------------------------------------------*/
.site-footer{
	padding: 100px 0;
	flex: 0 0 auto;
	background: var(--color-black);
	color: var(--color-light-gray);
	position: relative;
}
.footer-logo{
	margin-bottom: 30px;
}
.footer-social{
	width: 286px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 8px;
}
.footer-social ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.footer-social li{
	width: 50%;
	padding: 0 10px 16px;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.01em;
}
.footer-social a{
	color: var(--color-gray);
	text-decoration: none;
}
.footer-menu__block{
	display: flex;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--color-dark-gray-muted);
	margin-bottom: 31px;
}
/* .footer-menu__block:last-child{
	border-bottom: none;
	margin-bottom: 0;
} */
.footer-menu__title{
	font-family: 'Archivo', sans-serif;
	width: 33.33333%;
}
.footer-menu__body{
	width: 66.66666%;
	padding-left: 14px;
}
.footer-menu__list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.footer-menu__list li{
	width: 50%;
	padding: 0 20px 21px;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.01em;
}
.footer-menu__list a{
	color: var(--color-gray);
	text-decoration: none;
}
.footer-menu__list a:hover{
	text-decoration: underline;
}
.footer-contact {
	display: flex;
	margin-bottom: 24px;
}
.footer-contact__item{
	width: 40%;
	padding: 0 0 0 13px;
}
.footer-contact__item:first-child {
	width: 33.3333333%;
	padding: 0 25px 0 0;
}
.footer-contact__title {
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: #D1D1D6;
	margin-bottom: 9px;
}
.footer-contact__text {
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: #8D8D9A;
}
.site-footer__bottom{
	margin-top: 36px;
	border-top: 1px solid var(--color-dark-gray-muted);
	padding: 23px 0 0;
	color: var(--color-dark-gray-muted);
}
.site-footer__bottom ul{
	display: flex;
	justify-content: space-between;
	margin: 0 -10px;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.01em;
}
.site-footer__bottom li{
	padding: 0 10px;
}
.site-footer__bottom li a,
.site-footer__bottom li span{
	color: #d1d2d6;
	text-decoration: none;
}
.site-footer__bottom li:first-child span{
	color: var(--color-dark-gray-muted);
}
.message-copied{
	visibility: hidden;
	opacity: 0;
	transform: translateX(100px);
	width: 320px;
	padding: 15px 10px;
	background: #000;
	border-radius: 4px;
	color: #fff;
	transition: all 0.2s;
	position: fixed;
	right: 15px;
	bottom: 55px;
	z-index: 5;
}
.message-copied.opened{
	visibility: visible;
	opacity: 1;
	transform: translateX(0px);
}
.section-lines{
	margin: -160px 0;
	overflow: hidden;
}
.section-lines canvas{
	width: calc(100% + 100px);
	margin: 0 -50px;
}
/* Animate
-----------------------------------------------------------------------------*/
.animated{
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.hinge{
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
  
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}


.zoomXIn {
	animation-name: zoomxin;
	transform-origin: left;
}
@keyframes zoomxin{
	0% {
		transform: scaleX(0);
	}
	100% {
		transform: scaleX(1);
	}
}
.line-wrap{
	position: relative;
}
.title-animate{
	visibility: hidden;
	opacity: 0;
}
.title-animate.title-animate-in-progress,
.title-animate.title-animate-done{
	visibility: visible;
	opacity: 1;
}
.title-animate .line-wrap{
	display: block;
	overflow: hidden;
}
.title-animate .line-wrap span{
	display: block;
	position: relative;
}
.title-animate-in-progress .line-wrap span{
	transform: translateY(var(--animation-line-height));
	animation: slidetitle 0.7s ease 0.1s forwards;
}
.title-animate .line-wrap:nth-child(2) span{animation-delay: 0.2s;}
.title-animate .line-wrap:nth-child(3) span{animation-delay: 0.3s;}
.title-animate .line-wrap:nth-child(4) span{animation-delay: 0.4s;}
.title-animate .line-wrap:nth-child(5) span{animation-delay: 0.5s;}
.title-animate .line-wrap:nth-child(6) span{animation-delay: 0.6s;}
.title-animate .line-wrap:nth-child(7) span{animation-delay: 0.7s;}
.title-animate .line-wrap:nth-child(8) span{animation-delay: 0.8s;}
.title-animate .line-wrap:nth-child(9) span{animation-delay: 0.9s;}
.title-animate .line-wrap:nth-child(10) span{animation-delay: 1.0s;}

@keyframes slidetitle{
	0% {
		transform: translateY(var(--animation-line-height));
	}
	100% {
		transform: translateY(0px);
	}
}
.wow{
	visibility: hidden;
}
.home-animation{
	margin: calc(-50vh + 100px) 0 0;
	height: 50vh;
	overflow: hidden;
}
.home-animation #wave{
	overflow: hidden;
}
.home-animation__mobile{
	display: none;
}
/* Mobile
-----------------------------------------------------------------------------*/
.mobile-panel{
	visibility: hidden;
	transform: translateY(-100%);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	padding: 63px 20px 40px;
	background: var(--color-white);
	transition: all 0.5s ease-out 0s;
	z-index: 201;
}
.mobile-panel.show{
	visibility: visible;
	transform: translateY(0%);
}
.mobile-panel__main{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 21px 20px 0 0;
	margin-right: -20px;
	overflow-y: auto;
	height: calc(var(--app-height) - 103px);
}
.mobile-menu{
	margin-bottom: 15px;
}
.mobile-menu > ul > li{
	position: relative;
	border-bottom: 1px solid var(--color-black);
}
.mobile-menu > ul > li > a,
.mobile-menu > ul > li > span{
	display: block;
	padding: 30px 40px 14px 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: #17171C;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	transition: padding 0.3s;
}
.mobile-menu > ul > li > a i,
.mobile-menu > ul > li > span i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	border: 1px solid var(--color-black);
	border-radius: 50%;
	position: absolute;
	top: 28px;
	right: 0;
	transition: top 0.3s;
}
.mobile-menu > ul > li > a i:empty:before,
.mobile-menu > ul > li > span i:empty:before{
	content: '';
	display: block;
	width: 11px;
	height: 1px;
	background: var(--color-black);
	position: absolute;
	top: 11px;
	left: 6px;
}
.mobile-menu > ul > li > a i:empty:after,
.mobile-menu > ul > li > span i:empty:after{
	content: '';
	display: block;
	width: 1px;
	height: 11px;
	background: var(--color-black);
	position: absolute;
	top: 6px;
	left: 11px;
	opacity: 0;
	transform: rotate(90deg);
	transition: all 0.3s;
}
.mobile-menu > ul > li:not(.opened) > a i:empty:after,
.mobile-menu > ul > li:not(.opened) > span i:empty:after{
	opacity: 1;
	transform: rotate(0deg);
}
.mobile-menu > ul > li.opened > a,
.mobile-menu > ul > li.opened > span{
	padding: 17px 40px 14px 0;
}
.mobile-menu > ul > li.opened > a i,
.mobile-menu > ul > li.opened > span i{
	top: 16px;
}
.mobile-submenu{
	display: none;
	/* margin-top: 12px; */
}
.mobile-submenu__block{
	padding: 12px 0 8px;
	border-bottom: 1px solid var(--color-gray);
	margin-bottom: 11px;
}
.mobile-submenu__block:last-child{
	border: none;
	margin-bottom: 0;
}
.mobile-submenu__title{
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.011em;
	color: #5E6172;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.mobile-submenu__list{
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.01em;
	margin: 0 -10px;
}
.mobile-submenu__list li{
	width: 50%;
	padding: 0 10px 16px;
}
.mobile-submenu__list li a{
	text-decoration: none;
}
.mobile-submenu__list li a:hover{
	text-decoration: underline;
}
.mobile-panel__bottom{
	padding-top: 10px;
}
.mobile-lang{
	margin-bottom: 20px;
}
.mobile-lang__title{
	font-family: 'Archivo';
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: -0.01em;
	color: var(--color-dark-gray);
	margin-bottom: 20px;
}
.mobile-lang__list{
	display: flex;
	flex-wrap: wrap;
}
.mobile-lang__list li{
	margin: 0 16px 10px 0;
}
.mobile-lang__list li a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 9px 19px;
	border: 1px solid var(--color-dark-gray);
	border-radius: 2px;
	font-size: 16px;
	line-height: 120%;
	color: var(--color-dark-gray);
	text-decoration: none;
}
.mobile-lang__list li.current a{
	background: var(--color-black);
	color: var(--color-white);
}
.mobile-btn .button{
	width: 100%;
}

/* Cookie
-----------------------------------------------------------------------------*/
body.cmplz-marketing .cmplz-manage-consent,
body.cmplz-statistics .cmplz-manage-consent,
body.cmplz-preferences .cmplz-manage-consent{
	display: none !important;
}
body #cmplz-manage-consent .cmplz-manage-consent{
	padding: 16px 44px;
	border: 1px solid #D1D2D6;
	border-radius: 0;
	box-shadow: none;
	font-size: 16px;
	line-height: 120%;
	color: var(--color-black);
}
body .cmplz-cookiebanner{
	width: 590px;
	right: 80px;
	bottom: 60px;
	padding: 31px;
	background: var(--color-white);
	border: 1px solid #D1D2D6;
	border-radius: 0;
	box-shadow: none;
}
html[lang="de"] .cmplz-cookiebanner{
	width: 700px;
}
body .cmplz-cookiebanner.cmplz-show{
	box-shadow: none !important;
}
body .cmplz-cookiebanner .cmplz-links.cmplz-documents{
	justify-content: flex-start;
}
body .cmplz-cookiebanner .cmplz-links .cmplz-link{
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: var(--color-dark-gray);
	margin-right: 5px;
}
body .cmplz-cookiebanner .cmplz-links .cmplz-link:hover{
	color: var(--color-pink-500);
}
body .cmplz-cookiebanner .cmplz-buttons{
	margin: 0 -8px 10px;
	gap: 0;
}
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn{
	height: 44px;
	justify-content: center;
	align-items: center;
	padding: 12px 43px;
	border: 1px solid var(--color-black) !important;
	background: none !important;
	border-radius: 0;
	background: none;
	font-size: 16px;
	line-height: 120%;
	font-weight: normal;
	color: var(--color-black) !important;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s;
	margin: 0 8px;
}
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover{
	background: var(--color-black) !important;
	color: var(--color-white) !important;
}
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept{
	background: var(--color-black) !important;
	color: var(--color-white) !important;
}
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover{
	border-color: #27272B !important;
	background: #27272B !important;
}
body .cmplz-cookiebanner .cmplz-message{
	width: 100%;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: var(--color-dark-gray);
	margin-bottom: 22px;
}
body .cmplz-cookiebanner .cmplz-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 7px;
}
body .cmplz-cookiebanner .cmplz-divider{
	display: none;
}
body .cmplz-cookiebanner .cmplz-title{
	font-family: 'Archivo';
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: -0.01em;
}
body .cmplz-cookiebanner .cmplz-close{
	width: 32px;
	height: 32px;
	border: 1px solid var(--color-black);
	border-radius: 50%;
	background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.0035 5.9964L5.99634 14.0036" stroke="%2317171C" stroke-width="0.80072" stroke-linecap="square" stroke-linejoin="round"/><path d="M5.99634 5.9964L14.0035 14.0036" stroke="%2317171C" stroke-width="0.80072" stroke-linecap="square" stroke-linejoin="round"/></svg>') no-repeat center;
}
body .cmplz-cookiebanner .cmplz-close svg{
	display: none;
}
body .cmplz-cookiebanner .cmplz-categories.cmplz-fade-in{
	width: calc(100% + 15px);
	max-height: 260px;
	overflow-y: auto;
	overflow-x: none;
	margin: 33px -15px 32px 0;
	padding-right: 15px;
}
body .cmplz-cookiebanner .cmplz-categories.cmplz-fade-in::-webkit-scrollbar,
body .cmplz-cookiebanner .cmplz-body::-webkit-scrollbar{
	width: 3px !important;
}
body .cmplz-cookiebanner .cmplz-categories.cmplz-fade-in::-webkit-scrollbar-track,
body .cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track{
	background: none !important;
}
body .cmplz-cookiebanner .cmplz-categories.cmplz-fade-in::-webkit-scrollbar-thumb,
body .cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb{
	background-color: #E8E8EA !important;
	outline: none !important;
}
body .cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) {
	margin-bottom: 13px;
}
body .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0;
	padding: 18px 68px 18px 16px;
}
body .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title{
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.01em;
}
body .cmplz-cookiebanner .cmplz-body{
	overflow: visible;
	max-height: none;
}
body .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label{
	top: -4px;
}
body .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox{
	width: 42px;
	height: 22px;
	top: -4px;
}
body .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label::before {
	width: 42px;
	height: 22px;
	background: none;
	border: 1px solid var(--color-dark-gray);
	box-shadow: none !important;
}
body .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before{
	background: var(--color-pink-500);
	border: 1px solid var(--color-pink-500);
}
body .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label::after {
	width: 14px;
	height: 14px;
	background: var(--color-dark-gray);
	top: -3px;
	left: 4px;
}
body .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::after{
	background: var(--color-white);
	left: 23px;
}
body .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 16px;
	right: 17px;
}
body .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open svg{
	width: 10px;
	height: 10px;
}
body .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description{
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.01em;
	padding: 18px;
}
body .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active{
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: var(--color-dark-gray);
	margin-right: -10px;
}

/* Banners
-----------------------------------------------------------------------------*/
.post-banner-1 {
	padding: 61px 20px 58px;
	border-top: 1px solid var(--color-gray);
	border-bottom: 1px solid var(--color-gray);
	margin: 60px 0;
}
.post-banner-1__title{
	margin-bottom: 25px;
}
.post-banner-1__image {
	line-height: 0;
	text-align: right;
	margin-bottom: 29px;
}
.post-banner-1__image img{
	margin: 0 !important;
}
.post-banner-1__container {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.post-banner-1__text {
	max-width: 300px;
	margin-right: 50px;
}
.post-banner-1__btn {
	flex-shrink: 0;
}
.post-banner-2 {
	padding: 61px 20px 58px;
	border-top: 1px solid var(--color-gray);
	border-bottom: 1px solid var(--color-gray);
	margin: 60px 0;
}
.post-banner-2__container{
	display: flex;
	justify-content: space-between;
}
.post-banner-2__left {
	width: 163px;
	padding-bottom: 32px;
}
.post-banner-2__image {
	margin-bottom: 18px;
}
.post-banner-2__image span{
	display: block;
	padding-top: 100%;
	position: relative;
}
.post-banner-2__image img{
	margin: 0 !important;
}
.post-banner-2__name {
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: var(--color-black);
	margin-bottom: 10px;
}
.post-banner-2__status {
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.011em;
	color: var(--color-dark-gray);
}
.post-banner-2__right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 242px;
}
.post-banner-2__title {
	margin-bottom: 16px;
}
.post-banner-2__text {
	margin-bottom: 20px;
}
.post-banner-3 {
	padding: 59px 20px 58px;
	border-top: 1px solid var(--color-gray);
	border-bottom: 1px solid var(--color-gray);
	margin: 60px 0;
}
.post-banner-3__container {
	display: flex;
}
.post-banner-3__left {
	width: 35%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
body .post-banner-3 .title-section {
	margin-top: 7px;
}
.post-banner-3__image img{
	margin: 0 !important;
}
.post-banner-3__right {
	width: 65%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 17px;
}
.post-banner-3__title {
	margin-bottom: 164px;
}
.post-banner-3__btn {
	margin: 0 0 0 16px;
}
.post-banner-4 {
	padding: 60px 20px 60px;
	border-top: 1px solid var(--color-gray);
	border-bottom: 1px solid var(--color-gray);
	margin: 60px 0 0;
}
.post-banner-4__title {
	margin-bottom: 31px;
}
.post-banner-4__container {
	display: flex;
}
.post-banner-4__left{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: 30%;
}
.post-banner-4__image {
	width: 171px;
	max-width: 100%;
	line-height: 0;
}
.post-banner-4__image img{
	width: 100%;
}
.post-banner-4__right{
	width: 70%;
	padding-left: 52px;
}
.post-banner-4__form{
	width: 366px;
	max-width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 1px;
}
.post-banner-4 .form-input{
	margin-bottom: 20px;
}
.post-banner-4 .form-submit{
	margin: 32px 0 12px;
}
.post-banner-4 .form-thankyou__content{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	padding: 0 0 3px 62px;
}
.post-banner-4 .form-thankyou__icon {
	width: 86px;
	margin: 0 auto 18px;
}
.post-banner-4 .form-thankyou__title{
	margin-bottom: 11px;
}


.post-banner-1:last-child,
.post-banner-2:last-child,
.post-banner-3:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.video-wrapper{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 20px 0;
}
.video-wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}
/* Redactor Styles
-----------------------------------------------------------------------------*/
.alignnone{
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter{
	margin: auto;
	text-align: center;
}
.alignright{
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft{
	float:left;
	margin: 5px 20px 20px 0;
}
.aligncenter{
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright{
	float:right;
	margin: 5px 0 20px 20px;
}
a img.alignnone{
	margin: 5px 20px 20px 0;
}
a img.alignleft{
	float:left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption{
	max-width: 100%;
	padding: 0 0 10px;
	text-align: center;
	margin-top:20px !important;
	margin-bottom:20px !important;
}
.wp-caption.alignnone{
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft{
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright{
	margin: 5px 0 20px 20px;
}
.wp-caption img{
	border:3px solid #dbdddd;
	height: auto;
	margin:0 0 5px 0;
	max-width: 98.5%;
	padding:0;
	width: auto;
}
.wp-caption p.wp-caption-text{
	font-size:12pt;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.only-mobile{
	display: none;
}

 img.image-partnership {
	 margin: 100px 0 0;
 }
 .margin_bottom_130 {
	 margin-bottom: 130px;
 }
 .margin_bottom_100 {
	 margin-bottom: 100px;
 }
 .section-welcome__headline.title.title_h1.title-animate.title-animate-init.title-animate-done {
	 font-size: 60px;
	 margin: 0px 0;
	 text-indent: 0;
 }
/* Responsive
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 1930px){
	.home-animation {
		margin: calc(-50vh + 250px) 0 0;
	}
}
@media only screen and (max-height: 652px){
	.submenu{
		min-height: 0;
	}
}
@media only screen and (max-width: 1320px){
	.inner{
		margin-left: 20px;
		margin-right: 20px;
	}
	.site-hr{
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
		border-color: var(--color-gray);
	}
	/* .title_h1{
		font-size: 100px;
	}
	.title_h2{
		font-size: 80px;
		word-spacing: 0;
	} */
	.site-header:after{
		width: auto;
		left: 20px;
		right: 20px;
	}
	.section-welcome{
		padding: 150px 0 80px;
	}
	.section-welcome__back {
		margin: -90px 0 100px;
	}
}
@media only screen and (max-width: 1190px){
	.title_h0{
		font-size: 80px;
	}
	.title_h1{
		font-size: 70px;
	}
	.title_h2{
		font-size: 50px;
	}
	.title_h3{
		font-size: 40px;
	}
	.title_h4{
		font-size: 35px;
	}
	.title_h5{
		font-size: 35px;
	}
/* 	.title_h6,
	.site-wrapper_de .title_h6{
		font-size: 30px;
	} */
	.section-welcome{
		padding: 100px 0 70px;
	}
	.section-welcome__title{
		width: 200px;
	}
	.section-welcome__content{
		width: calc(100% - 200px);
	}
	.section-welcome__headline{
		text-indent: 200px;
		margin-left: -200px;	
	}
	/* .section-welcome__headline,
	.section-welcome__headline.title-animate.title-animate-done{
		text-indent: 200px;
		margin-left: -200px;
	}
 .section-welcome__headline.title-animate{
  text-indent: 200px;
  margin: 0 0 31px -200px;
 } */
	.section-welcome__headline.title-animate .line-wrap:not(:first-child){
		margin-left: -200px;
	}
	.page-template-default:not(.home) .section-welcome{
		min-height: 0;
		padding: 83px 0;
	}
	.section-stats,
	.section-client,
	.section-stage,
	.section-touch,
	.section-industry,
	.section-review,
	.section-case,
	.section-choose,
	.section-award,
	.section-service,
	.section-meth,
	.section-access,
	.section-faq,
	.section-result,
	.section-expert,
	.section-blog,
	.section-stack,
	.section-domain,
	.section-total,
	.section-benfits,
	.section-video,
	.aboutus-gallery,
	.section-gallery,
	.aboutus-awards,
	.aboutus-partner,
	.aboutteam-director,
	.aboutteam-team,
	.section-approach,
	.post-content,
	.report-intro,
	.report-key,
	.report-inside,
	.report-dl,
	.case-form{
		padding: 70px 0;
	}
	.section-client__col{
		width: 33.3333%;
	}
	.section-stage__container{
		margin: 0;
	}
	.section-industry__head{
		flex-direction: column;
		margin: 0;
	}
	.section-industry__col{
		width: 100%;
		padding: 0;
	}
	.section-industry__text{
		margin: 60px 0 0;
	}
	.site-wrapper_de .section-industry__list{
		font-size: 30px;
	}
	.section-contact__container{
		flex-direction: column;
	}
	.section-contact__block{
		width: 100%;
	}
	.section-contact__body{
		padding-top: 10px;
	}
	.section-choose__item{
		width: 100%;
	}
	.section-award__col_padding{
		display: none;
	}
	.section-service__headline.fixed .section-service__title,
	.section-service__headline.absolute .section-service__title{
		transform: scale(0.2);
	}
	.service-item__content{
		flex-direction: column;
		margin: 0;
	}
	.service-item__col{
		width: 100%;
		padding: 0 0 3px;
	}
	.section-meth__head{
		flex-direction: column;
	}
	.section-meth__col{
		width: 100%;
	}
	.section-meth__desc{
		margin-top: 20px;
	}
	.section-meth__slider{
		margin: 90px 0 0;
	}
	.section-meth .slick-slide.slick-current + .slick-slide .section-meth__content{
		padding: 0 calc(30% + 5px) 0 10px;
	}
	.section-meth__num{
		height: 140px;
	}
	.section-faq__question.body-text_xxl{
		font-size: 24px;
	}
	.section-expert__single{
		margin-top: 70px;
	}
	.section-expert__col{
		width: 50%;
	}
	.section-stack__col{
		width: 33.3333%;
	}
	.section-domain__container{
		margin-top: 50px;
	}
	.section-domain__col{
		width: 33.3333%;
	}
	.section-domain__col:empty{
		display: none;
	}
	.section-fields__col{
		width: 33.3333%;
	}
	.section-fields__col:empty{
		display: none;
	}
	.section-welcome_catalog{
		padding: 130px 0 70px;
	}
	.section-total__col{
		width: 33.333333%;
	}
	.aboutteam-team__head,
	.aboutteam-director__title,
	.section-approach__title{
		margin-bottom: 50px;
	}
	.about-partner__col{
		width: 33.3333%;
	}
	.webinar-speaker__single{
		margin-top: 70px;
	}
	.webinar-speaker__col{
		width: 50%;
	}
	.report-key__col{
		width: 100%;
		padding: 0 0 39px;
	}
	.footer-contact__item{
		width: 50%;
		padding: 0 0 0 15px;
	}
	.footer-contact__item:first-child {
		width: 50%;
		padding: 0;
	}
	.home-animation{
		margin: 0;
		height: auto;
		display: none !important;
	}
	.home-animation #wave{
		display: none;
	}
}
@media only screen and (max-width: 992px){
	.site-container{
		padding-top: 63px;
	}
	.site-header{
		padding: 14px 0 13px !important;
		line-height: 0;
		background: var(--color-white);
	}
	.site-header:after{
		opacity: 1 !important;
		left: 20px;
		right: 20px;
	}
	.submenu-overlay,.header-nav,.header-lang,.header-btn{
		display: none;
	}
	.touch-menu{
		display: block;
		cursor: pointer;
	}
	.touch-menu{
		display:flex;
		flex-direction:column;
		width: 24px;
		cursor:pointer;
	}
	.touch-menu span{
		background: var(--color-black);
		height: 2px;
		margin: 3px 0;
		transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
	}
	.touch-menu span:nth-of-type(1){
		width: 50%;
	}
	.touch-menu span:nth-of-type(2){
		width: 100%;
	}
	.touch-menu span:nth-of-type(3){
		width: 75%;
	}
	.touch-menu input[type="checkbox"]{
		display: none;
	}
	.touch-menu.active span:nth-of-type(1){
		transform-origin: bottom;
		transform: rotatez(45deg) translate(4px,1px)
	}
	.touch-menu.active span:nth-of-type(2){
		transform-origin:top;
		transform:rotatez(-45deg)
	}
	.touch-menu.active span:nth-of-type(3){
		transform-origin:bottom;
		width:50%;
		transform: translate(10px,-5px) rotatez(45deg);
	}
	.header-logo{
		width: 90px;
	}
	.catalog-main__container{
		flex-direction: column;
	}
	.catalog-main__sidebar,
	.catalog-main__content{
		width: 100%;
		padding: 0;
	}
	.catalog-main__head{
		display: flex;
		justify-content: space-between;
		align-items: center;
		visibility: visible;
	}
	.catalog-main__filter{
		height: 40px;
		padding: 5px 15px;
		display: inline-flex;
		align-items: center;
		border: 1px solid var(--color-black);
		border-radius: 2px;
		background: none;
		font-size: 16px;
		line-height: 120%;
	}
	.catalog-main__filter i{
		display: block;
		line-height: 0;
		margin-right: 9px;
	}
	.catalog-main__filter span{
		display: block;
		min-width: 20px;
		height: 20px;
		background: #EEF0F4;
		border-radius: 2px;
		font-size: 12px;
		letter-spacing: -0.011em;
		margin-left: 8px;
	}
	.catalog-main__result.body-text_l{
		display: none;
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
	}
	.filter{
		display: flex;
		flex-direction: column;
		background: var(--color-white);
		padding: 20px;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 203;
		visibility: hidden;
		opacity: 0;
	}
	.filter.show{
		visibility: visible;
		opacity: 1;
	}
	.filter__title.title_h7{
		position: relative;
		font-size: 20px;
		line-height: 130%;
		letter-spacing: -0.01em;
		padding-bottom: 20px;
	}
	.filter__close{
		display: block;
		position: absolute;
		top: 8px;
		right: 8px;
		line-height: 0;
		cursor: pointer;
	}
	.filter-selected{
		padding: 31px 0 12px;
	}
	.filter-selected:before{
		right: 0;
	}
	.filter-selected__title{
		font-size: 16px;
		letter-spacing: -0.01em;
	}
	.filter-selected__clear{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
		margin: 0 8px 0 0;
	}
	.filter-selected__list li{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
	}
	.filter-selected__list i{
		margin: 1px 0 0 10px;
	}
	.filter__block{
		padding: 22px 0 23px;
		margin-bottom: 0;
	}
	.filter__wrapper{
		margin-right: -10px;
		padding-right: 10px;
		/* max-height: calc(100vh - 260px); */
		max-height: calc(var(--app-height) - 183px);
		overflow-x: hidden;
		overflow-y: auto;
	}
	.filter__bottom{
		display: block;
		padding-top: 20px;
	}
	.filter__available{
		font-size: 16px;
		line-height: 120%;
		color: var(--color-dark-gray);
		margin-bottom: 13px;
	}
	.filter__btn .button{
		width: 100%;
	}
	.catalog-main__nav.tablist{
		width: calc(100vw + 40px);
		max-width: none;
		display: flex;
		overflow-y: auto;
		white-space: nowrap;
		padding-right: 20px;
		margin: 0 -20px;
	}
	.catalog-main__nav.tablist:after{
		content: '';
		display: block;
		width: 20px;
		height: 43px;
		flex-shrink: 0;
	}
	.catalog-main__nav.tablist li{
		height: 43px;
		padding: 12px 20px;
		border: 1px solid #17171C;
		border-radius: 2px;
		font-weight: 400 !important;
		margin-right: 15px;
	}
	.catalog-main__nav.tablist li:first-child{
		margin-left: 20px;
	}
	.catalog-main__nav.tablist li i{
		display: none;
		width: 11px !important;
		height: 11px !important;
		border-width: 1px !important;
		margin-left: 6px;
	}
	.catalog-main__nav.tablist li.active i{
		display: block;
	}
	.startup-nav{
		height: 52px;
		position: relative;
		top: 0;
		margin: 0 -20px;
		margin-bottom: 50px;
	}
	.startup-nav ul{
		padding: 14px 0 17px;
		display: flex;
		overflow-x: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.startup-nav.fixed ul{
		background: var(--color-white);
		position: fixed;
		top: 62px;
		left: 0;
		right: 0;
		z-index: 20;
	}
	.startup-nav ul::-webkit-scrollbar{
		display: none;
	}
	.startup-nav li{
		flex-shrink: 0;
		margin: 0 16px 0 0 !important;
	}
	.startup-nav li:first-child{
		margin-left: 20px !important;
	}
	.startup-nav li a{
		padding-left: 21px;
	}
	.aboutteam-director__col,
	.aboutteam-team__col{
		width: 33.3333%;
	}
	.aboutteam-director__col:empty{
		display: none;
	}
	.author-welcome__back{
		margin: 30px 0 50px;
	}
	.author-welcome__container{
		margin-bottom: 70px;
	}
	.section-accordion_large .site-row__col{
		width: 50% !important;
	}
}
@media only screen and (min-width: 768px){
	.section-meth__slider .slick-list{
		height: auto !important;
	}

}
@media only screen and (max-width: 767px){
	.title_h0{
		font-size: 48px;
		line-height: 95%;
		word-spacing: -5px;
	}
	.title_h1{
		font-size: 44px;
		word-spacing: -3px;
	}
	.title_h2{
		font-size: 30px;
		word-spacing: -3px;
	}
	.title_h3{
		font-size: 28px;
		line-height: 110%;
		word-spacing: -2px;
	}
	.title_h4{
		font-weight: 500;
		font-size: 24px;
		line-height: 130%;
		word-spacing: -1px;
	}
	.title_h5{
		font-size: 24px;
		line-height: 130%;
		word-spacing: -2px;
	}
	.title_h6,
	.site-wrapper_de .title_h6{
		font-size: 20px;
		line-height: 130%;
		word-spacing: -1px;
	}
	.title_h7{
		font-size: 20px;
		line-height: 130%;
		letter-spacing: -0.01em;
		word-spacing: 0;
	}
	.body-text_xxl{
		font-size: 20px;
		line-height: 130%;
		letter-spacing: 0;
	}
	.title-section{
		font-size: 14px;
	}
	.title-section:before{
		width: 10px;
		height: 10px;
		margin: -4px 4px 0 0;
	}
	.button{
		min-width: 157px;
	}
	.button span{
		padding: 0 12px 0 0 !important;
	}
	.section-benfits__headline {
		margin-bottom: 0px;
	}

	.button span:before,
	.button span:after{
		transform: none !important;
		left: auto !important;
		right: 0 !important;
	}
	.site-row{
		flex-direction: column;
		margin: 0;
	}
	.site-row__col{
		width: 100%;
		padding: 0;
	}
	.tabs-control{
		display: flex;
	}
	.tablist{
		width: calc(100vw + 40px);
		max-width: none;
		display: flex;
		overflow-y: auto;
		white-space: nowrap;
		padding-right: 20px;
		margin: 0 -20px;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.tablist::-webkit-scrollbar{
		display: none;
	}
	.tablist:after{
		content: '';
		display: block;
		width: 20px;
		height: 43px;
		flex-shrink: 0;
	}
	.tablist li{
		height: 43px;
		padding: 12px 20px;
		border: 1px solid #17171C;
		border-radius: 2px;
		font-weight: 400 !important;
		margin-right: 15px;
	}
	.tablist li:first-child{
		margin-left: 20px;
	}
	.tablist li i{
		display: none;
		width: 11px !important;
		height: 11px !important;
		border-width: 1px !important;
		margin-left: 6px;
	}
	.tablist li.active{
		font-weight: 500 !important;
	}
	.tablist li.active i{
		display: block;
	}
	.link-all a{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
	}
	.link-all a i{
		width: 20px;
		height: 20px;
		margin-left: 5px;
	}
	.link-all a i svg{
		width: 8px;
		top: calc(50% - 4px);
	}
	.link-all a i svg:first-child{
		left: calc(50% - 4px);
	}
	.link-all a:hover i svg:first-child{
		left: calc(50% - 4px);
		opacity: 1;
		fill: #fff;
	}
	.link-all a:hover i svg:last-child{
		display: none;
	}
	.link-block a:hover i svg:first-child,
	.link-block span:hover i svg:first-child{
		left: calc(50% - 5px);
		opacity: 1;
		fill: #fff;
	}
	.link-block a:hover i svg:last-child,
	.link-block span:hover i svg:last-child{
		display: none;
	}
	.body-post p:not(:last-child),
	.body-post ul:not(:last-child){
		margin-bottom: 20px;
	}
	.body-post h2{
		font-size: 20px;
		line-height: 130%;
		margin-bottom: 16px;
	}
	.body-post h2:not(:first-child){
		margin: 40px 0 16px;
	}
	.body-table{
		overflow-y: auto;
		margin-right: -20px;
	}
	.body-table table{
		width: 670px;
	}
	.body-table::-webkit-scrollbar{
		height: 4px;
		border: none;
	}
	.body-table::-webkit-scrollbar-track{
		background: var(--color-gray);
		border: none;
	}
	.body-table::-webkit-scrollbar-thumb{
		background: var(--color-black);
		border: none;
	}
	.body-table::-webkit-scrollbar-button:end:increment{
		width: 20px;
		display: block;
		background: transparent;
	}
	.section-welcome{
		min-height: 676px;
		padding: 143px 0 65px;
	}
	.section-welcome__back{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
		color: #17171C;
		margin: -102px 0 120px;
	}
	.section-welcome__back a i{
		width: 21px;
		height: 21px;
		margin-right: 4px;
	}
	.section-welcome__back a:hover i svg:first-child{
		left: calc(50% - 5px);
		opacity: 1;
		fill: #fff;
	}
	.section-welcome__back a:hover i svg:last-child{
		display: none;
	}
	.single-post .section-welcome,
	.single-whitepaper .section-welcome,
	.single-webinar .section-welcome{
		padding: 143px 0 40px;
	}
	.single-post .section-welcome__title,
	.single-whitepaper .section-welcome__title,
	.single-webinar .section-welcome__title{
		padding: 0 0 17px;
	}
	.section-welcome__container{
		flex-direction: column;
	}
	.section-welcome__title{
		padding: 0 0 101px;
	}
	.partnership_block.section-welcome__container.section-companies__col .section-welcome__title {
		width: 100%;
	}
	.partnership_block img.image-partnership {
		margin: 100px auto 0;
		display: block;
	}
	.section-welcome__headline.title.title_h1.title-animate.title-animate-init.title-animate-done {
		font-size: 40px;
	}
	.partnership_block.section-welcome__container.section-companies__col .button {width: 100%}
	.partnership_block.section-welcome__container.section-companies__col .section-welcome__btn {
		margin-left: 0px;
	}
	.section-welcome__content{
		width: 100%;
	}
	.section-welcome__headline{
		text-indent: 0 !important;
		margin: 0 0 40px !important;
	}
	.section-welcome__headline.title-animate .line-wrap:not(:first-child){
		margin-left: 0;
	}
	.section-welcome__headline.title_h1{
		line-height: 119%;
		margin-top: -2px;
		margin-bottom: 38px;
	}
	.home .section-welcome {
		padding: 98px 0 65px;
	}
	.home .site-wrapper_en .section-welcome__headline{
		font-size: 40px;
		line-height: 110%;
	}
	.section-welcome__text{
		width: auto;
		margin: 0 0 23px 89px;
	}
	.section-welcome__btn{
		margin-left: 89px;
	}
	.section-welcome__nav{
		overflow-x: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
		margin-left: -20px;
		margin-right: -20px;
	}
	.section-welcome__nav::-webkit-scrollbar{
		display: none;
	}
	.section-welcome__nav ul{
		white-space: nowrap;
	}
	.section-welcome__nav li{
		flex-shrink: 0;
	}
	.section-welcome__nav li:first-child{
		margin-left: 20px;
	}
	.section-welcome__search{
		margin-top: 0;
	}
	.section-welcome__input{
		margin-right: 12px;
	}
	.section-welcome__submit .button{
		min-width: auto;
		padding: 12px 16px;
	}
	.section-welcome_catalog,
	.section-welcome_about{
		min-height: 0;
		padding: 43px 0 58px;
	}
	.section-welcome_catalog .section-welcome__title{
		padding: 0 0 121px;
	}
	.section-welcome_catalog .section-welcome__headline{
		margin-bottom: 73px;
	}
	.section-welcome_about .section-welcome__title{
		padding: 0 0 83px;
	}
	.section-welcome_about .section-welcome__headline{
		margin-bottom: 31px;
	}
	.section-lines {
		margin: -200px 0 -160px;
	}
	.section-stats{
		padding: 40px 0 60px;
	}
	.section-stats__container{
		flex-direction: column;
		margin: 12px 0 0 89px;
	}
	.section-stats__item{
		width: 100%;
		padding: 32px 0 19px;
		border-bottom: 1px solid var(--color-dark-gray-muted);
	}
	.section-stats__num{
		margin-bottom: 8px;
	}
	.section-stats__text{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
		margin: 0;
	}
	.section-stats__text br{
		display: none;
	}
	.section-client{
		padding: 40px 0 61px;
	}
	.section-client__container{
		margin: 60px 0 0;
	}
	.section-client__col{
		width: 33.33333%;
	}
	.section-client__info{
		height: auto;
		padding: 111px 20px 90px;
		position: fixed;
		top: auto !important;
		left: 0;
		right: 0;
		bottom: -100%;
		opacity: 0;
		z-index: 15;
		transition: all 0.3s;
	}
	.section-client__info.opened{
		bottom: 0;
		opacity: 1;
	}
	.section-client__name{
		font-size: 20px;
		line-height: 130%;
		letter-spacing: -0.01em;
	}
	.section-client__bottom{
		padding-top: 15px;
	}
	.section-client__close{
		width: 40px;
		height: 40px;
		border: 1px solid var(--color-light-gray);
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 30px;
		right: 20px;
		cursor: pointer;
	}
	.section-client__close svg{
		fill: var(--color-light-gray);
	}
	.section-client__logo{
		cursor: pointer;
	}
	.section-client__logo span{
		max-width: calc(100% - 20px);
		height: auto;
	}
	.section-stage{
		padding: 59px 0 60px;
	}
	.section-stage__wrapper{
		margin-top: 48px !important;
	}
	.section-stage__container{
		margin: 24px 0 0;
	}
/* 	.site-wrapper_de .section-stage .title_h2{
		font-size: 26px;
	} */
	.section-touch{
		padding: 40px 0 60px;
	}
	.section-touch .site-row{
		flex-direction: column-reverse;
	}
	.section-touch .title-section{
		margin-bottom: 62px;
	}
	.section-touch__content{
		margin: 39px 0 20px 89px;
	}
	.section-touch__title{
		margin-bottom: 0;
	}
	.section-touch__text{
		margin-bottom: 24px;
	}
	.section-touch__animation{
		height: 300px;
		margin: 30px 15px -30px;
	}
	.section-touch_2 .section-touch__animation{
		margin-top: 11px;
	}
	.section-industry{
		padding: 41px 0 60px;
	}
	.section-industry__list{
		margin-top: 30px;
	}
	.site-wrapper_de .section-industry__list{
		font-size: 20px;
	}
	.section-industry__list li:not(:last-child){
		margin-bottom: 21px;
	}
	.section-industry__list a i{
		width: 36px;
		height: 36px;
	}
	.section-industry__list a i svg{
		width: 14px;
	}
	.section-industry__list a i svg{
		top: calc(50% - 7px);
	}
	.section-industry__list a i svg:first-child{
		left: calc(50% - 7px);
	}
	.section-industry__list a:hover i svg:first-child{
		left: calc(50% - 7px);
		opacity: 1;
		fill: #fff;
	}
	.section-industry__list a:hover i svg:last-child{
		display: none;
	}
	.section-review{
		padding: 40px 0 20px;
	}
	.section-gallery__image img {
		min-height: 210px;
	}
	.section-review .title-section{
		margin-bottom: 62px;
	}
	.section-review__topinfo .section-review__container{
		flex-direction: column;
		margin: 0;
	}
	.section-review__topinfo .section-review__col{
		width: 100%;
		padding: 0;
	}
	.section-review .slick-track{
		display: block;
	}
	.section-review .slick-track .slick-slide > div, .section-review__slide, .section-review__slide > .site-row,.section-review__item{
		height: auto;
	}
	.section-review__topinfo{
		margin-bottom: 40px;
	}
	.section-review__name{
		font-size: 16px;
		line-height: 120%;
		letter-spacing: 0.01em;
		margin-bottom: 10px;
	}
	.section-review__status{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
		margin-bottom: 24px;
	}
	.section-review__place{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
	}
	.section-review__video{
		margin-bottom: 20px;
	}
	.section-review__video a:after{
		width: 60px;
		height: 60px;
		top: calc(50% - 30px);
		left: calc(50% - 30px);
		background-size: 17px auto;
	}
	.section-review__infohead{
		display: flex;
		margin-bottom: 21px;
	}
	.section-review__image{
		width: 50%;
		padding-right: 12px;
		margin: 0;
	}
	.section-review__more{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
		margin-top: 26px;
	}
	.section-review__more i{
		margin-left: 8px;
	}
	.section-review__arrows{
		justify-content: flex-end;
	}
	.section-review__prev,
	.section-review__next{
		margin: 0 1px 1px 7px;
	}
	.section-review__prev:hover svg:first-child,
	.section-review__next:hover svg:first-child{
		left: calc(50% - 7px);
		opacity: 1;
		fill: #fff;
	}
	.section-review__prev:hover svg:last-child,
	.section-review__next:hover svg:last-child{
		display: none;
	}
	.section-review__textcontent .section-review__bottominfo{
		margin-top: 30px;
	}
	.section-review__bottominfo .section-review__container {
		margin-top: 24px;
	}
	.section-case{
		padding: 39px 0 60px;
	}
	.section-case__head{
		margin-bottom: 58px;
	}
	.section-case__container{
		margin-top: 24px;
	}
	.case-item-1:not(:last-child){
		margin-bottom: 60px;
	}
	.case-item-1__info{
		flex-direction: column-reverse;
		margin-bottom: 15px;
	}
	.case-item-1__image{
		width: 335px;
		max-width: 100%;
		margin-bottom: 19px;
	}
	.case-item-1__tags{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
	}
	.case-item-1__title{
		margin-bottom: 6px;
	}
	.case-item-1__link a{
		padding: 14px 0;
	}
	.case-item-1:hover .link-block span i svg:first-child{
		left: calc(50% - 5px);
		opacity: 1;
		fill: #fff;
	}
	.case-item-1:hover .link-block span i svg:last-child{
		display: none;
	}
	.section-contact{
		padding: 1px 0 41px;
	}
	.section-contact__list{
		width: 100%;
	}
	.section-contact__container{
		margin: 27px 0 0;
	}
	.section-contact__block{
		padding: 13px 0;
		border-bottom: 1px solid #17171C;
		margin-bottom: 19px;
	}
	.section-contact__body{
		display: none;
		padding-top: 20px;
	}
	.section-contact__subtitle{
		font-family: 'Archivo';
		font-weight: 500;
		font-size: 20px;
		line-height: 130%;
		letter-spacing: -0.01em;
		position: relative;
		cursor: pointer;
	}
	.section-contact__subtitle i{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 25px;
		height: 25px;
		border: 1px solid var(--color-black);
		border-radius: 50%;
		position: absolute;
		top: 0;
		right: 0;
	}
	.section-contact__subtitle i:before{
		content: '';
		display: block;
		width: 11px;
		height: 1px;
		background: var(--color-black);
		position: absolute;
		top: 11px;
		left: 6px;
	}
	.section-contact__block:not(.opened) .section-contact__subtitle i:after{
		content: '';
		display: block;
		width: 1px;
		height: 11px;
		background: var(--color-black);
		position: absolute;
		top: 6px;
		left: 11px;
	}
	.section-choose{
		padding: 59px 0;
	}
	.section-choose__container{
		margin: 39px -10px -39px;
	}
	.section-choose__col{
		width: 100%;
		padding: 0 10px 39px;
	}
	.section-choose__num{
		margin-bottom: 21px;
	}
	.section-choose__subtitle{
		margin-bottom: 15px;
	}
	/* .site-wrapper_de .section-choose__title.title_h2{
		font-size: 26px;
	} */
	.section-award{
		padding: 40px 0 60px;
	}
	.section-award__container{
		margin: 40px 0 0;
	}
	.section-award__col{
		width: 33.33333333%;
	}
	.section-award__item a {
		padding: 10px;
	}
	.section-service{
		padding: 60px 0;
	}
	.section-service__container{
		margin: 48px 0 0;
	}
	.service-item:not(:last-child){
		margin-bottom: 39px;
	}
	.service-item .title_h6{
		margin-bottom: 12px;
	}
	.section-service__headline.fixed .section-service__title,
	.section-service__headline.absolute .section-service__title{
		height: auto !important;
		position: relative;
		transform: none;
	}
/* 	.site-wrapper_de .section-service__title,
	.site-wrapper_de .section-expert__title,
	.site-wrapper_de .section-stack__title{
		font-size: 30px;
	} */
	.section-meth{
		padding: 40px 0 20px;
	}
	.section-meth__title{
		margin: 63px 0 22px;
	}
	.section-meth__slider{
		padding: 23px 0 72px;
		margin: 60px 0 0;
	}
	.section-meth__num{
		height: 72px;
		padding: 12px 0;
		margin-bottom: 40px;
	}
	.section-meth .slick-slide.slick-current + .slick-slide .section-meth__num{
		padding: 12px 10px;
	}
	.section-meth__content{
		padding: 0 0 0 20px !important;
		margin-left: calc(-50vw);
	}
	.section-meth__name{
		margin: 0 0 15px;
	}
	.section-meth__slider .slick-arrow{
		top: auto;
		bottom: 0;
	}
	.section-meth__slider .slick-arrow.slick-prev{
		right: 48px;
	}
	.section-access{
		padding: 59px 0;
	}
	.section-access__title{
		margin-bottom: 47px;
	}
	.section-access__list{
		width: 100%;
		margin-bottom: 17px;
	}
	.section-access__list li{
		margin-bottom: 32px;
	}
	.section-access__list li:before{
		top: 6px;
	}
	.section-access__image{
		margin-bottom: 24px;
	}
	.section-access__name{
		margin-bottom: 11px;
	}
	.section-access__status.body-text_l{
		font-size: 14px;
		letter-spacing: -0.01em;
		margin-bottom: 32px;
	}
	.section-access__btn .button{
		min-width: 181px;
	}
	.section-faq{
		padding: 40px 0 60px;
	}
	.section-faq__container{
		margin-top: 51px;
	}
	.section-faq__item{
		margin-bottom: 29px;
	}
	.section-faq__question.body-text_xxl{
		font-family: 'Inter';
		font-weight: 500;
		font-size: 16px;
		line-height: 120%;
		letter-spacing: -0.01em;
		padding: 0 30px 0 0;
		cursor: default;
	}
	.section-faq__question i{
		width: 25px;
		height: 25px;
		top: calc(50% - 12px);
	}
	.section-faq__question i:before{
		width: 9px;
		top: 11px;
		left: 7px;
	}
	.section-faq__question i:after{
		height: 9px;
		top: 7px;
		left: 11px;
	}
	.section-result{
		padding: 58px 0 60px;
	}
	.section-result__desc{
		width: auto;
		margin: 11px 0 21px 89px;
	}
	.section-result__container{
		margin: 0 0 -12px;
	}
	.section-result__col{
		width: 100%;
		padding: 20px 0 20px;
		border-bottom: 1px solid var(--color-dark-gray-muted);
		margin: 0 0 12px 89px;
	}
	.section-result__num{
		margin-bottom: 7px;
	}
	.section-result__text.body-text_l{
		font-size: 14px;
		letter-spacing: -0.01em;
	}
	.section-tech{
		padding: 40px 0;
	}
	.section-meth__name{
		margin: 40px 0 15px;
	}
	.section-tech__container{
		padding: 0 0 38px;
		margin: 18px 0 0 0;
	}
	.section-tech__row{
		min-height: 140px;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding: 25px 0 9px;
	}
	.section-tech__name{
		width: 100%;
		padding: 0 0 19px;
	}
	.section-tech__list{
		width: auto;
		padding: 0;
	}
	.section-tech__list ul{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
	}
	.section-tech__list ul li{
		margin: 0 8px 16px;
	}
	.section-expert{
		padding: 60px 0;
	}
	.section-expert__single{
		flex-direction: column-reverse;
		margin-top: 48px;
	}
	.section-expert__single .section-expert__name.title_h7{
		font-size: 16px;
		line-height: 130%;
		letter-spacing: 0;
	}
	.section-expert__single .section-expert__status{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
		margin-bottom: 32px;
	}
	.section-expert__single .section-expert__status p{
		margin-bottom: 15px;
	}
	.section-expert__slider .section-expert__name{
		margin: -2px 0 9px;
	}
	.section-expert__status{
		margin-bottom: 25px;
	}
	.section-expert__num{
		display: flex;
		align-items: center;
		height: 40px;
		font-size: 16px;
		line-height: 120%;
	}
	.section-expert__btn .button{
		min-width: 181px;
	}
	.section-expert__slider{
		padding-top: 27px;
		margin: 48px 0 5px;
	}
	.section-expert__image{
		margin-bottom: 26px;
	}
	.section-expert__info{
		border-top: 1px solid var(--color-gray);
		padding-top: 19px;
		margin: 21px 0 0;
	}
	.section-expert__infotext{
		margin: 0 0 32px 0;
	}
	.section-expert__slider .slick-arrow{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		border: 1px solid var(--color-black);
		border-radius: 50%;
		background: var(--color-white);
		position: absolute;
		bottom: -36px;
		cursor: pointer;
		z-index: 1;
		transition: all 0.2s;
		overflow: hidden;
	}
	.section-expert__slider .slick-arrow.slick-disabled{
		border-color: #A2A5AE;
		pointer-events: none;
	}
	.section-expert__slider .slick-arrow.slick-disabled svg{
		fill: #A2A5AE;
	}
	.section-expert__slider .slick-arrow.slick-prev{
		transform: scaleX(-1);
		right: 48px;
	}
	.section-expert__slider .slick-arrow.slick-next{
		right: 0;
	}
	.section-expert__slider .slick-arrow svg{
		position: absolute;
		top: calc(50% - 7px);
		transition: all 0.3s;
	}
	.section-expert__slider .slick-arrow svg:first-child{
		left: calc(50% - 7px);
	}
	.section-expert__slider .slick-arrow svg:last-child{
		fill: var(--color-white);
		opacity: 0;
		left: -10px;
	}
	.section-expert__slider .slick-arrow:hover {
		background: var(--color-pink-500);
		border-color: var(--color-pink-500);
	}
	.section-expert__slider .slick-arrow:hover svg:first-child{
		left: calc(50% - 7px);
		opacity: 1;
		fill: #fff;
	}
	.section-expert__slider .slick-arrow:hover svg:last-child{
		display: none;
	}
	.section-expert__control{
		margin: -10px 0 10px;
	}
	.section-blog{
		padding: 40px 0 60px;
	}
	.section-blog__head{
		margin-bottom: 57px;
	}
	.section-blog__container{
		margin-top: 24px;
	}
	.section-benfits{
		padding: 40px 0;
	}
	.section-benfits__title{
		margin-bottom: 30px;
	}
	.post-item-1:not(:last-child){
		margin-bottom: 60px;
	}
	.post-item-1__info{
		flex-direction: column-reverse;
	}
	.post-item-1__image{
		width: 335px;
		max-width: 100%;
		margin-bottom: 22px;
	}
	.post-item-1__tags{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
	}
	.post-item-1__tags li:not(:last-child) a{
		padding: 5px 8px;
	}
	.post-item-1__tags li:after{
		margin: 0 9px;
	}
	.post-item-1__title{
		margin-bottom: 18px;
	}
	.post-item-1__props{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: 0.2px;
		margin-bottom: 6px;
	}
	.post-item-1 .link-block {
		margin: -10px 0 0px;
	}
	.post-item-1:hover .link-block span i svg:first-child{
		left: calc(50% - 5px);
		opacity: 1;
		fill: #fff;
	}
	.post-item-1:hover .link-block span i svg:last-child{
		display: none;
	}
	.section-client__head{
		margin-bottom: 20px;
	}
	.section-client__head + .section-client__container{
		margin: 40px 0 0;
	}
	.section-client__title{
		font-size: 36px;
		line-height: 110%;
		letter-spacing: -0.01em;
		margin-top: 42px;
	}
	.section-stack{
		padding: 40px 0 60px;
	}
	.section-stack__title{
		font-size: 30px;
		line-height: 110%;
		letter-spacing: -0.01em;
		margin-top: 42px;
	}
	.section-stack__name.title.title_h6{
		font-size: 16px;
	}
	.section-stack__col{
		width: 50%;
	}
	.section-stack__content{
		padding: 16px 15px 17px;
	}
	/* .site-wrapper_de .section-stack__name.title_h6{
		font-size: 16px;
	} */
	.section-domain{
		padding: 60px 0;
	}
	.section-domain__container{
		margin-top: 39px;
	}
	.section-domain__col{
		width: 50%;
	}
	.section-domain__content{
		padding: 15px 15px 17px;
	}
	.section-fields{
		padding: 60px 0;
	}
	.section-fields__container{
		margin: 38px -10px -40px;
	}
	.section-fields__col{
		width: 100%;
		padding: 0 10px 40px;
	}
	.section-fields__name{
		margin-bottom: 15px;
	}
	.section-fields__num{
		margin-bottom: 21px;
	}
	.section-total{
		padding: 40px 0 60px;
	}
	.section-total .title_h4{
		/* font-size: 36px; */
		line-height: 110%;
		letter-spacing: -0.01em;
		margin: 42px 0 0;
	}
	.section-total__container{
		margin: 40px 0 0;
	}
	.section-total__col{
		width: 100%;
	}
	.section-total__item{
		min-height: 197px;
		padding: 20px 19px;
	}
	.section-video{
		padding: 40px 0;
	}
	.section-video__title {
		margin: 42px 0 0;
	}
	.section-video__blocks{
		margin: 0 0 40px;
	}
	.section-video__subtitle{
		font-size: 20px;
		line-height: 130%;
		margin-bottom: 11px;
	}
	.section-video__col{
		width: 100%;
		padding: 40px 0 21px;
		border-bottom: 1px solid #D1D2D6;
	}
	.section-video__video{
		margin-bottom: 20px;
	}
	.section-video__video a:after{
		width: 60px;
		height: 60px;
		top: calc(50% - 30px);
		left: calc(50% - 30px);
		background-size: 17px auto;
	}
	.section-accordion {
		padding: 60px 0;
	}
	.section-accordion__title{
		font-size: 36px;
		line-height: 110%;
		letter-spacing: -0.01em;
		margin-top: 41px;
	}
	.section-accordion__description {
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
		color: #5E6172;
		margin-top: 38px;
	}
	.section-accordion__container{
		margin-top: 40px;
	}
	.section-accordion__name{
		font-size: 20px;
		line-height: 130%;
		letter-spacing: -0.01em;
	}
	.section-accordion__body{
		padding: 16px 0 29px;
	}
	.section-accordion__image-mobile{
		margin-top: 25px;
	}
	.section-accordion_large .site-row__col{
		width: 100% !important;
	}
	.section-chess {
		padding: 60px 0 30px;
	}
	.section-chess__container{
		margin-top: 21px;
	}
	.section-chess__block .site-row {
		flex-direction: column-reverse !important;
	}
	.section-chess__block {
		padding: 30px 0;
	}
	.section-chess__title {
		font-size: 36px;
		margin-bottom: 42px;
	}
	.section-chess__text {
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
		margin-bottom: 32px;
	}
	.section-chess__image{
		margin-top: 40px;
	}

	.aboutus-head{
		padding: 0 0 8px;
	}
	.aboutus-head .site-row{
		flex-direction: column-reverse;
	}
	.aboutus-head__container{
		flex-direction: column;
	}
	.aboutus-head__text{
		width: 100%;
		padding: 12px 10px;
	}
	.aboutus-gallery {padding: 0 0 50px;}
	.section-gallery{
		padding: 0 0 40px;
	}
	.aboutus-gallery__control,
	.section-gallery__control{
		flex-direction: row-reverse;
	}
	.aboutus-gallery__slider,
	.section-gallery__slider{
		margin-bottom: 27px;
	}
	.aboutus-gallery__slider .slick-arrow.slick-prev,
	.section-gallery__slider .slick-arrow.slick-prev{
		left: auto;
		right: 50px;
		bottom: -62px;
	}
	.aboutus-gallery__slider .slick-arrow.slick-next,
	.section-gallery__slider .slick-arrow.slick-next{
		left: auto;
		right: 0;
		bottom: -62px;
	}
	.section-gallery__num{
		font-family: 'Inter', sans-serif;
		font-weight: normal;
		font-size: 16px;
	}
	.section-gallery{
		padding: 42px 0 64px;
	}
	.section-gallery__title {
		margin-bottom: 41px;
	}
	.section-gallery__text {
		margin-bottom: 39px;
	}
	.aboutus-awards{
		padding: 42px 0;
	}
	.aboutus-awards .title-section{
		margin-bottom: 62px;
	}
	.aboutus-awards__head{
		margin-bottom: 12px;
	}
	/* .aboutus-awards__table{
		overflow-y: auto;
		margin-right: -20px;
		padding-bottom: 20px;
	}
	.aboutus-awards__table table{
		width: 483px;
		font-family: 'Inter';
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
	}
	.aboutus-awards__table th:nth-child(1),
	.aboutus-awards__table td:nth-child(1){
		padding-right: 25px;
	}
	.aboutus-awards__table th,
	.aboutus-awards__table td{
		height: 73px;
		vertical-align: middle;
		padding-top: 19px !important;
		padding-bottom: 20px !important;
	}
	.aboutus-awards__table::-webkit-scrollbar{
		height: 4px;
		border: none;
	}
	.aboutus-awards__table::-webkit-scrollbar-track{
		background: var(--color-gray);
		border: none;
	}
	.aboutus-awards__table::-webkit-scrollbar-thumb{
		background: var(--color-black);
		border: none;
	}
	.aboutus-awards__table::-webkit-scrollbar-button:end:increment{
		width: 20px;
		display: block;
		background: transparent;
	} */
	/* .single-post .site-wrapper_de .title_h2{
		font-size: 28px;
	}
	.single-case .site-wrapper_de .title_h2{
		font-size: 28px;
	} */
	.aboutus-awards__items table{
		width: 100%;
	}
	.aboutus-awards__items th,
	.aboutus-awards__items td{
		padding: 27px 0 28px;
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
		color: var(--color-dark-gray);
		text-align: left;
		border-bottom: 1px solid var(--color-dark-gray-muted);
	}
	.aboutus-awards__items th:nth-child(1),.aboutus-awards__items td:nth-child(1){width: 75%;padding-right: 35px;}
	.aboutus-awards__items th:nth-child(2),.aboutus-awards__items td:nth-child(2){width: 25%;}
	.aboutus-awards__items td{
		color: var(--color-black);
	}
	.aboutus-awards__items td div{
		margin-top: 10px;
		color: var(--color-dark-gray-muted);
	}
	.about-partner{
		padding: 40px 0 61px;
	}
	.about-partner__title.title_h4{
		font-weight: 500;
		/* font-size: 24px; */
		line-height: 130%;
		margin-top: 62px;
	}
	.about-partner__container{
		margin: 38px 0 0;
	}
	.about-partner__col{
		width: 33.33333333%;
	}
	.about-partner__logo{
		cursor: pointer;
	}
	.about-partner__logo span{
		max-width: calc(100% - 20px);
		height: auto;
	}
	.aboutus-distribution{
		padding: 39px 0 63px;
	}
	.aboutus-distribution__subtitle{
		width: auto;
		text-align: left;
		margin: 11px 0 9px 90px;
	}
	.aboutus-distribution__container{
		margin: 0 0 0 90px;
	}
	.aboutus-distribution__col{
		width: 100%;
		padding: 33px 0 19px;
		border-bottom: 1px solid var(--color-dark-gray-muted);
	}
	.aboutus-distribution__col:empty{
		display: none;
	}
	.aboutus-distribution__num.title_h4{
		font-weight: 500;
		/* font-size: 36px; */
		line-height: 110%;
		letter-spacing: -0.01em;
		margin-bottom: 7px;
	}
	.aboutus-distribution__text.body-text_l{
		width: auto;
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
	}
	.aboutteam-director{
		padding: 0 0 59px;
	}
	.aboutteam-director__title.title_h0{
		/* font-size: 40px; */
		line-height: 110%;
		letter-spacing: 0;
		margin-bottom: 41px;
	}
	.aboutteam-director__slider{
		margin: 0 -10px 24px;
	}
	.aboutteam-director__slider .slick-arrow{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		border: 1px solid var(--color-black);
		border-radius: 50%;
		background: var(--color-white);
		position: absolute;
		bottom: -64px;
		cursor: pointer;
		z-index: 1;
		transition: all 0.2s;
		overflow: hidden;
	}
	.aboutteam-director__slider .slick-arrow.slick-disabled{
		border-color: #A2A5AE;
		pointer-events: none;
	}
	.aboutteam-director__slider .slick-arrow.slick-disabled svg{
		fill: #A2A5AE;
	}
	.aboutteam-director__slider .slick-arrow.slick-prev{
		transform: scaleX(-1);
		right: 48px;
	}
	.aboutteam-director__slider .slick-arrow.slick-next{
		right: 0;
	}
	.aboutteam-director__slider .slick-arrow svg{
		position: absolute;
		top: calc(50% - 7px);
		transition: all 0.3s;
	}
	.aboutteam-director__slider .slick-arrow svg:first-child{
		left: calc(50% - 7px);
	}
	.aboutteam-director__slider .slick-arrow svg:last-child{
		fill: var(--color-white);
		opacity: 0;
		left: -10px;
	}
	.aboutteam-director__slider .slick-arrow:hover {
		background: var(--color-pink-500);
		border-color: var(--color-pink-500);
	}
	.aboutteam-director__slider .slick-arrow:hover svg:first-child{
		left: calc(100% + 7px);
		opacity: 0;
	}
	.aboutteam-director__slider .slick-arrow:hover svg:last-child{
		left: calc(50% - 7px);
		opacity: 1;
	}
	.aboutteam-director__slide{
		padding: 0 10px;
	}
	.aboutteam-director__control{
		height: 40px;
		display: flex;
		align-items: center;
	}
	.aboutteam-team{
		padding: 42px 0 45px;
	}
	.aboutteam-team .title-section{
		margin-bottom: 41px;
	}
	.aboutteam-team__head{
		margin-bottom: 40px;
	}
	.aboutteam-team__container{
		margin: 0 -10px -18px;
	}
	.aboutteam-team__col{
		width: 50%;
		padding: 0 10px 18px;
	}
	.aboutteam-team .team-item__image{
		margin-bottom: 16px;
	}
	.aboutteam-team .team-item__name.title_h7{
		/* font-size: 16px; */
		line-height: 130%;
		margin-bottom: 8px;
	}
	.aboutteam-team .team-item__text.body-text_l{
		font-size: 12px;
		letter-spacing: -0.011em;
	}
	.aboutteam-team .team-item__text.body-text_l p{
		margin-bottom: 15px;
	}
	.section-approach{
		padding: 40px 0 60px;
	}
	.section-approach__title{
		margin-bottom: 48px;
	}
	.section-approach__container{
		margin: 23px 0 0;
	}
	.section-approach__text.body-text_l h4{
		margin: 24px 0 17px;
	}
	.aboutstrategy-our {
		padding: 0 0 61px;
	}
	.aboutstrategy-our__title.title_h2{
		/* font-size: 32px; */
		line-height: 110%;
		margin-bottom: 49px;
	}
	.aboutstrategy-our__container {
		margin: 47px -10px -47px;
	}
	.aboutstrategy-our__col{
		width: 100%;
		padding: 0 10px 47px;
	}
	.aboutstrategy-our__image{
		margin-right: 0;
	}
	.aboutstrategy-our__num{
		margin-bottom: 20px;
	}
	.aboutstrategy-our__subtitle{
		font-size: 16px;
		line-height: 120%;
		letter-spacing: 0.45px;
	}
	.catalog-main{
		padding: 0 0 60px;
		overflow: hidden;
	}
	.catalog-main__head{
		padding-bottom: 3px;
	}
	.post-catalog{
		border-top: none;
		border-bottom: 1px solid var(--color-gray);
		padding-bottom: 30px;
	}
	.post-item-2{
		flex-direction: column-reverse;
		padding: 30px 0;
		border: none;
	}
	.post-item-2__content,
	.post-item-2__image{
		width: 100%;
		padding: 0;
	}
	.post-item-2__image{
		margin-bottom: 23px;
	}
	.post-item-2__tags{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
	}
	.post-item-2__tags li:not(:last-child) span{
		padding: 5px 8px;
	}
	.post-item-2__tags li:not(:last-child) span:before{
		bottom: 2px;
	}
	.post-item-2__tags li:after{
		margin: 0 9px;
	}
	.post-item-2__title{
		margin: 14px 0 18px;
	}
	.post-item-2__props{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
	}
	.insight-subscribe{
		flex-direction: column;
		padding: 48px 0;
		border-top: 1px solid var(--color-gray);
		margin: 30px 0 25px;
	}
	.insight-subscribe__left{
		width: 100%;
		padding: 0;
		flex-direction: column-reverse;
	}
	.insight-subscribe__right{
		width: 100%;
		padding: 0;
	}
	.insight-subscribe__image{
		width: 72px;
		margin: 0 0 24px;
	}
	.insight-subscribe__title{
		min-height: 0;
		margin-bottom: 32px;
	}
	.insight-subscribe .form-thankyou{
		padding: 0;
	}
	.insight-subscribe .form-thankyou__content {
		padding-bottom: 0;
	}
	.insight-subscribe .form-thankyou__icon{
		width: 76px;
		margin: 0 auto 7px;
	}
	.insight-subscribe .form-thankyou__title{
		font-size: 20px;
		margin-bottom: 12px;
	}
	.catalog-main__control{
		margin-top: 31px;
	}
	.catalog-main__line,
	.catalog-main__more{
		width: 100%;
	}
	.catalog-notfound{
		margin: 50px 0 50px;
	}
	.catalog-notfound__image img{
		max-height: 60px;
	}
	.catalog-notfound__title{
		font-size: 24px;
		margin-bottom: 13px;
	}
	.catalog-notfound__btn{
		margin-top: 18px;
	}
	.catalog-main__nav{
		position: relative;
		z-index: 1;
	}
	.report-catalog{
		border: none;
		margin-top: -13px;
	}
	.tpl_report .catalog-main{
		padding: 2px 0 60px;
	}
	.webinar-catalog{
		margin: 24px 0 0;
	}
	.webinar-catalog__block:not(:last-child){
		margin-bottom: 55px;
	}
	.webinar-catalog__title.title_h6{
		/* font-size: 32px; */
		line-height: 110%;
		letter-spacing: -0.01em;
		margin-bottom: 32px;
	}
	.webinar-catalog__col{
		width: 100%;
	}
	.webinar-item__image, .webinar-item__video{
		padding-top: 56.1%;
		margin-bottom: 23px;
	}
	.webinar-item__tags{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
		margin: 0 0 18px;
	}
	.webinar-item__tags li:not(:last-child) a{
		padding: 5px 8px;
	}
	.webinar-item__tags li:not(:last-child) a::before{
		bottom: 2px;
	}
	.webinar-item__tags li:after{
		margin: 0 9px;
	}
	.webinar-item__title{
		padding-bottom: 8px;
		margin: 0 0 18px;
	}
	.webinar-item__props{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
		margin: 0;
	}
	.podcast-notfound {
		margin: 16px auto 20px;
		text-align: left;
	}
	.podcast-notfound__form{
		margin: 0;
	}
	.podcast-notfound__title{
		font-size: 24px;
		margin-bottom: 11px;
	}
	.podcast-notfound .form-submit{
		margin: 32px 0 12px;
	}
	.podcast-notfound .form-thankyou__icon{
		width: 75px;
		margin: 0 auto 9px;
	}
	.podcast-notfound .form-thankyou__title{
		font-size: 20px;
	}
	.podcast-notfound .form-thankyou__content{
		padding-bottom: 0;
	}
	.startup-nav{
		margin-bottom: 60px;
	}
	.startup-catalog__block:not(:last-child){
		margin-bottom: 73px;
	}
	.startup-catalog__title.title_h6{
		/* font-size: 24px; */
		letter-spacing: -0.01em;
		padding-bottom: 24px;
		margin-bottom: 48px;
	}
	.startup-catalog__subtitle{
		font-size: 24px;
		line-height: 140%;
		letter-spacing: -0.01em;
		margin-bottom: 32px;
	}
	.startup-catalog__subtitle i{
		top: -4px;
	}
	.startup-catalog__items{
		padding: 0 0 0 20px;
	}
	.startup-catalog__name{
		font-size: 20px;
		line-height: 130%;
		letter-spacing: -0.01em;
		margin-bottom: 14px;
	}
	.startup-catalog__props{
		margin-bottom: 6px;
	}
	.tpl_case-catalog .catalog-main__container{
		padding-bottom: 71px;
	}
	.case-catalog{
		margin-top: 29px;
	}
	.case-catalog__container{
		margin: 0 0 -55px;
	}
	.case-catalog__col{
		width: 100%;
		padding: 0 0 55px;
	}
	.case-item-2__logo{
		padding: 10px;
	}
	.case-item-2__info{
		justify-content: flex-start;
		flex-wrap: wrap;
		padding: 9px 0 0;
		border: none;
		margin: 0;
	}
	.case-item-2__tags li:after{
		margin: 0 9px;
		display: inline-block !important;
		transform: translateY(-2px);
	}
	.case-item-2__tags li:nth-last-child(2):after{
		display: inline-block !important;
	}
	.case-item-2__content{
		margin: 0;
		padding: 2px 0 0;
	}
	.case-item-2__country i{
		transform: translateY(-1px);
	}
	.case-item-2__title{
		margin-bottom: 15px;
	}
	.single-case .section-welcome{
		padding: 41px 0 39px;
	}
	.single-case .section-welcome__title{
		padding: 0 0 123px;
	}
	.single-case .section-welcome__headline span{
		display: inline;
	}
	.case-info{
		margin: 0;
		flex-direction: column;
	}
	.case-info__image{
		width: 100%;
		padding: 0;
	}
	.case-info__content{
		width: 100%;
		padding: 20px 20px 42px;
	}
	.case-content{
		padding: 41px 0 60px;
	}
	.case-content__title{
		margin-bottom: 24px;
	}
	.case-stats,
	.report-stats{
		margin: 24px 0 0;
	}
	.case-stats__col,
	.report-stats__col{
		width: 100%;
		padding: 31px 0 19px;
		border-bottom: 1px solid var(--color-dark-gray-muted);
	}
	.case-stats__col:first-child,
	.report-stats__col:first-child{
		padding-top: 0;
	}
	.case-stats__num,
	.report-stats__num{
		margin-bottom: 9px;
	}
	.case-stats__text,
	.report-stats__text{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
	}
	.case-content__image{
		margin-top: 40px;
	}
	.case-overview{
		padding: 41px 0 64px;
	}
	.case-overview__container{
		margin-top: 82px;
	}
	.case-overview__item{
		flex-direction: column;
		padding: 20px 0 4px;
	}
	.case-overview__name{
		width: 100%;
		padding: 0 0 20px;
	}
	.case-overview__list{
		width: 100%;
		padding: 0;
	}
	.case-overview__list .body-text_l{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
	}
	.case-info__title{
		margin: 17px 0 35px 0;
	}
	.case-nda{
		margin: 44px 0 20px;
	}
	.case-nda__icon{
		width: 80px;
		height: 80px;
		margin: 0 auto 16px;
	}
	.case-nda__title{
		font-size: 24px;
		line-height: 130%;
		letter-spacing: -0.01em;
	}
	.case-nda__text{
		margin-bottom: 16px;
	}
	.case-form{
		padding: 40px 0 34px;
	}
	.case-form .title-section {
		margin-bottom: 81px;
	}
	.case-form__title{
		margin-bottom: 15px;
	}
	.case-form__form {
		margin: 60px 0 0 auto;
	}
	.tpl_webinar-catalog .catalog-main{
		padding: 2px 0 60px;
	}
	.tpl_webinar-catalog .catalog-notfound{
		margin: 23px 0 50px;
	}
	.tpl_webinar-catalog .catalog-notfound__image{
		margin-bottom: 30px;
	}
	.tpl_webinar-catalog .catalog-notfound__image img{
		max-height: 50px;
	}
	.contact-form{
		padding: 0 0 60px;
	}
	.contact-form .site-hr{
		border-color: transparent;
		margin-bottom: 22px;
	}
	.contact-form__title.title_h4{
		/* font-size: 36px; */
		line-height: 110%;
		letter-spacing: -0.01em;
		margin-bottom: 16px;
	}
	.contact-form__desc{
		font-family: 'Inter';
		font-size: 16px;
		line-height: 120%;
	}
	.contact-form__contact{
		margin: 32px 0 64px;
	}
	.form-submit .button{
		width: 100%;
	}
	.thankyou .site-hr{
		margin-bottom: 21px;
	}
	.thankyou__content{
		width: 100%;
	}
	.thankyou__title.title_h4{
		/* font-size: 36px; */
		line-height: 110%;
		letter-spacing: -0.01em;
		margin-bottom: 15px;
	}
	.thankyou .title-section{
		margin-bottom: 82px;
	}
	.thankyou__image{
		margin-top: 60px;
	}
	.post-content{
		padding: 0 0 60px;
	}
	.post-content .title-section{
		margin: 0 0 16px;
	}
	.post-preview{
		flex-direction: column;
		border-top: 1px solid var(--color-gray);
		padding: 25px 0 0;
		margin-bottom: 0;
	}
	.post-preview__info{
		width: 100%;
	}
	.post-preview__image{
		width: 100%;
	}
	.single-whitepaper .post-preview__image{
		margin-bottom: 0;
	}
	.post-preview__info{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0 0 38px;
	}
	.post-preview__item{
		width: auto;
		margin: 0;
	}
	.post-preview__item_first{
		width: 100%;
		padding: 0 0 24px;
		margin-bottom: 0;
	}
	.post-preview__text.body-text_l{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
	}
	.post-author__name{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
		margin: -2px 0 2px;
	}
	.post-author__status{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
		color: #5E6172;
	}
	.post-content__container{
		flex-direction: column;
		margin: 0;
	}
	.post-content__sidebar,
	.post-content__content{
		width: 100%;
		padding: 0;
	}
	.sidebar-sticky{
		position: relative;
		top: 0;
		min-height: 56px;
		margin: 0 -20px 40px;
		padding: 0;
		border: none;
	}
	.sidebar-sticky.fixed .post-nav{
		width: 100%;
		background: var(--color-white);
		position: fixed;
		top: 59px;
		left: 0;
		right: 0;
		z-index: 202;
		transition: z-index 0s 0.4s;
	}
	.mobile-not-scroll .sidebar-sticky.fixed .post-nav{
		z-index: 199;
		transition: none;
	}
	.post-share{
		justify-content: flex-start;
		padding: 31px 20px 20px 44px;
		border-top: none;
		margin-top: -4px;
	}
	.post-share__social{
		margin-left: 4px;
	}
	.post-share__social > div{
		margin-left: 12px;
	}
	.post-nav__title{
		min-height: 56px;
		padding: 10px 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-weight: 500;
		font-size: 16px;
		line-height: 120%;
		letter-spacing: -0.01em;
		color: var(--color-black);
		border-top: 1px solid var(--color-gray);
		border-bottom: 1px solid var(--color-gray);
		cursor: pointer;
		user-select: none;
	}
	.post-nav__title i{
		display: block;
		line-height: 0;
		margin: 0 5px 0 10px;
	}
	.post-nav__title.active i svg{
		transform: rotate(180deg);
	}
	.post-content__intro{
		margin-bottom: 40px;
	}
	.post-nav__list{
		display: none;
	}
	.post-nav__list ul{
		max-height: 450px;
		padding: 19px 20px;
		margin-right: 1px;
	}
	.post-nav__list li:not(:last-child){
		margin-bottom: 23px;
	}
	.post-nav__list a{
		min-height: 0;
	}
	.page-404 .site-hr{
		margin-bottom: 21px;
	}
	.page-404__content{
		width: 100%;
	}
	.page-404__title.title_h4{
		/* font-size: 36px; */
		line-height: 110%;
		letter-spacing: -0.01em;
		margin-bottom: 15px;
	}
	.page-404 .title-section{
		margin-bottom: 82px;
	}
	.page-404__animation{
		margin-top: 60px;
	}
	.webinar-preview{
		flex-direction: column;
		border-top: 1px solid var(--color-gray);
		padding: 25px 0 0;
	}
	.webinar-preview__image{
		width: 100%;
	}
	.webinar-preview__info{
		width: 100%;
		padding: 0 0 40px;
	}
	.webinar-preview__items{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.webinar-preview__item{
		width: auto;
		padding: 0 0 30px;
		margin: 0;
	}
	.webinar-preview__item_first{
		width: 100%;
		padding: 0 0 21px;
		margin-bottom: 0;
	}
	.webinar-preview__label{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
	}
	.webinar-preview__text{
		font-family: 'Inter';
		font-size: 16px;
		line-height: 120%;
		letter-spacing: 0;
	}
	.webinar-preview__btn .button{
		width: 100%;
	}
	.webinar-speaker{
		padding: 2px 0 40px;
	}
	.webinar-speaker__single{
		flex-direction: column-reverse;
		margin-top: 48px;
	}
	.webinar-speaker__single .webinar-speaker__name.title_h7{
		font-size: 16px;
		line-height: 130%;
		letter-spacing: 0;
	}
	.webinar-speaker__single .webinar-speaker__text{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
	}
	.webinar-speaker__single .webinar-speaker__text p{
		margin-bottom: 15px;
	}
	.webinar-speaker__slider .webinar-speaker__name.title_h7{
		font-size: 16px;
		line-height: 130%;
		letter-spacing: -0.01em;
		padding: 0;
		margin: 0 0 9px;
	}
	.webinar-speaker__status{
		margin-bottom: 15px;
	}
	.webinar-speaker__slider{
		margin: 40px 0 0;
	}
	.webinar-speaker__slider .slick-arrow{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		border: 1px solid var(--color-black);
		border-radius: 50%;
		background: var(--color-white);
		position: absolute;
		bottom: -63px;
		cursor: pointer;
		z-index: 1;
		transition: all 0.2s;
		overflow: hidden;
	}
	.webinar-speaker__slider .slick-arrow.slick-disabled{
		border-color: #A2A5AE;
		pointer-events: none;
	}
	.webinar-speaker__slider .slick-arrow.slick-disabled svg{
		fill: #A2A5AE;
	}
	.webinar-speaker__slider .slick-arrow.slick-prev{
		transform: scaleX(-1);
		right: 48px;
	}
	.webinar-speaker__slider .slick-arrow.slick-next{
		right: 0;
	}
	.webinar-speaker__slider .slick-arrow svg{
		position: absolute;
		top: calc(50% - 7px);
		transition: all 0.3s;
	}
	.webinar-speaker__slider .slick-arrow svg:first-child{
		left: calc(50% - 7px);
	}
	.webinar-speaker__slider .slick-arrow svg:last-child{
		fill: var(--color-white);
		opacity: 0;
		left: -10px;
	}
	.webinar-speaker__slider .slick-arrow:hover {
		background: var(--color-pink-500);
		border-color: var(--color-pink-500);
	}
	.webinar-speaker__slider .slick-arrow:hover svg:first-child{
		left: calc(100% + 7px);
		opacity: 0;
	}
	.webinar-speaker__slider .slick-arrow:hover svg:last-child{
		left: calc(50% - 7px);
		opacity: 1;
	}
	.webinar-speaker__control{
		margin-top: 22px;
	}
	.webinar-speaker__info{
		display: flex;
		margin-bottom: 24px;
	}
	.webinar-speaker__image{
		width: 50%;
		padding: 0 10px 0 0;
		margin: 0;
	}
	.webinar-speaker__content{
		width: 50%;
		padding: 0 0 0 10px;
	}
	.webinar-speaker__text{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
	}
	.webinar-speaker__link{
		position: static;
	}
	.webinar-speaker__num{
		display: flex;
		align-items: center;
		height: 40px;
		font-size: 16px;
		line-height: 120%;
	}
	.webinar-about{
		padding: 42px 0 60px;
	}
	.webinar-about__title{
		margin-bottom: 23px;
	}
	.webinar-about .post-share{
		padding: 31px 20px 20px 0;
		margin-top: 0;
		border-top: 1px solid var(--color-gray);
	}
	.webinar-about .post-share__social{
		margin-left: 9px;
	}
	.webinar-about .post-share__social > div{
		margin-left: 8px;
	}
	.webinar-about .post-share__form{
		margin-top: 40px;
	}
	.webinar-about.webinar-about_past .post-share{
		margin: 40px 0;
	}
	.webinar-about .form-checkbox{
		margin: 41px 0 23px;
	}
	.webinar-about .form-checkbox span{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
	}
	.webinar-about__btn{
		margin: 41px 0 32px;
	}
	.single-report .post-content{
		padding: 110px 0 3px;
	}
	.report-intro{
		padding: 42px 0 60px;
	}
	.report-intro__title.title_h4{
		margin-bottom: 22px;
	}
	.report-intro__text.body-text_l{
		font-size: 16px;
		line-height: 150%;
	}
	.report-key{
		padding: 60px 0 82px;
	}
	.report-key__container{
		margin: 38px 0 -60px;
	}
	.report-key__num{
		margin-bottom: 21px;
	}
	.report-key__name{
		margin-bottom: 15px;
	}
	.report-inside{
		padding: 41px 0 60px;
	}
	.report-inside__title{
		margin-bottom: 39px;
	}
	.report-inside__container{
		flex-direction: column;
	}
	.report-inside__nav{
		width: 100%;
		padding: 0 0 24px;
	}
	.report-inside__content{
		display: block;
		width: 100%;
		padding: 0;
	}
	.report-inside__images{
		width: auto;
		background: none;
		padding: 0;
		margin: 0;
	}
	.report-inside__image{
		width: auto;
		height: auto;
	}
	.report-dl{
		padding: 40px 0 60px;
	}
	.report-dl__text{
		font-family: 'Inter';
		margin-bottom: 40px;
	}
	.report-dl .form-checkbox{
		margin-bottom: 25px;
	}
	.form-thankyou__content{
		padding-bottom: 26px;
	}
	.form-thankyou__icon{
		width: 140px;
	}
	.form-radio{
		margin-bottom: 41px;
	}
	.body-post h2{
		font-size: 20px;
		line-height: 130%;
		letter-spacing: -0.01em;
	}
	.body-post h3{
		font-size: 16px;
		line-height: 130%;
		letter-spacing: -0.01em;
	}
	.body-post h3:not(:first-child){
		margin: 40px 0 16px;
	}
	.body-post blockquote{
		padding: 75px 30px 39px 21px;
		margin: 41px 0;
	}
	.body-post img{
		margin: 20px 0;
	}
	.author-welcome__back{
		margin: 40px 0
	}
	.author-welcome__back a{
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
	}
	.author-welcome__back a i{
		width: 21px;
		height: 21px;
		margin-right: 4px;
	}
	.author-welcome__container{
		flex-direction: column;
		margin-bottom: 62px;
	}
	.author-welcome__image{
		width: 100%;
		padding: 0;
		margin-bottom: 24px;
	}
	.author-welcome__content{
		width: 100%;
		padding: 0;
	}
	.author-welcome__num{
		margin-bottom: 29px;
	}
	.author-welcome__btn .button{
		width: 100%;
	}
	.author-content{
		padding: 0 0 60px;
	}
	.author-content__container{
		flex-direction: column;
	}
	.author-content__title{
		width: 100%;
		padding: 0 0 4px;
	}
	.author-content__content{
		width: 100%;
		padding: 0;
	}
	.author-content__items{
		border: none;
	}
	.site-footer{
		padding: 60px 0 38px;
	}
	.site-footer .site-row{
		flex-direction: column-reverse;
	}
	.footer-logo{
		width: 90px;
		margin-bottom: 20px;
	}
	.footer-menu{
		margin-bottom: 32px;
	}
	.footer-contact{
		flex-direction: column;
		padding: 0;
		margin: 24px 0 -14px;
	}
	.footer-contact__item{
		width: 100% !important;
		padding: 0 0 24px !important;
	}
	.footer-contact__title{
		margin-bottom: 8px;
	}
	.footer-menu__block{
		flex-direction: column;
		padding: 11px 0;
		margin-bottom: 15px;
	}
	.footer-menu__title{
		width: 100%;
		position: relative;
		cursor: pointer;
	}
	.footer-menu__title i{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 25px;
		height: 25px;
		border: 1px solid var(--color-light-gray);
		border-radius: 50%;
		position: absolute;
		top: 0;
		right: 0;
	}
	.footer-menu__title i:before{
		content: '';
		display: block;
		width: 11px;
		height: 1px;
		background: var(--color-light-gray);
		position: absolute;
		top: 11px;
		left: 6px;
	}
	.footer-menu__block:not(.opened) .footer-menu__title i:after{
		content: '';
		display: block;
		width: 1px;
		height: 11px;
		background: var(--color-light-gray);
		position: absolute;
		top: 6px;
		left: 11px;
	}
	.footer-menu__body{
		display: none;
		width: 100%;
		padding: 0;
	}
	.footer-menu__list{
		margin: 24px -12px -12px;
	}
	.footer-menu__list li{
		padding: 0 12px 20px;
	}
	.footer-social{
		width: 185px;
		margin: 24px 0 10px;
	}
	.footer-social ul{
		margin-bottom: -16px;
	}
	.site-footer__bottom{
		border-top: none;
		padding: 0;
		margin: 0;
	}
	.site-footer__bottom ul{
		flex-wrap: wrap;
	}
	.site-footer__bottom li{
		padding-bottom: 22px;
	}
	.site-footer__bottom ul li:first-child{
		width: 100%;
	}
	.site-footer__bottom ul li:nth-child(2){order: 3;}
	.site-footer__bottom ul li:nth-child(3){order: 5;}
	.site-footer__bottom ul li:nth-child(4){order: 2;}
	.site-footer__bottom ul li:nth-child(5){order: 4;}
	.only-mobile{
		display: block;
	}
	.only-desktop{
		display: none;
	}
	.mobile-not-scroll{
		overflow: hidden;
	}
	body #cmplz-manage-consent .cmplz-manage-consent{
		right: 20px;
	}
	body .cmplz-cookiebanner{
		width: 100vw !important;
		padding: 23px 19px;
		left: 0;
		right: 0;
		bottom: 0;
	}
	body .cmplz-cookiebanner .cmplz-buttons{
		flex-direction: row !important;
		margin: 0 0 -2px;
	}
	body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn{
		margin: 0 0 12px;
	}
	body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn{
		padding: 12px 10px !important;
		margin: 0 5px 2px;
	}
	body .cmplz-cookiebanner .cmplz-header {
		margin-bottom: 12px;
	}
	body .cmplz-cookiebanner .cmplz-header .cmplz-title{
		display: block;
		font-family: 'Archivo';
		font-weight: 500;
		font-size: 20px;
		line-height: 130%;
		letter-spacing: -0.01em;
	}
	body .cmplz-cookiebanner .cmplz-categories.cmplz-fade-in {
		width: 100%;
		max-height: none;
		overflow-y: visible;
		overflow-x: visible;
		padding: 0;
		margin: 33px 0 22px;
	}
	body .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title{
		font-weight: 500;
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.01em;
	}
	body .cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) {
		margin-bottom: 8px;
	}
	body .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header {
		padding: 12px 68px 12px 16px;
	}
	body .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
		top: 11px;
		right: 16px;
	}
	body .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
		margin-right: -12px;
	}
	body .cmplz-cookiebanner .cmplz-body{
		max-height: 360px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.post-banner-1 {
		padding: 40px 20px;
		margin: 40px 0;
	}
	.post-banner-1__title.title_h6{
		/* font-size: 24px; */
		margin-bottom: 13px;
	}
	.post-banner-1__image{
		margin-bottom: 24px;
	}
	.post-banner-1__container{
		flex-direction: column;
	}
	.post-banner-1__text{
		width: 100%;
		max-width: none;
		margin: 0 0 40px;
	}
	.post-banner-1__btn{
		width: 100%;
	}
	.post-banner-1__btn .button{
		width: 100%;
	}
	.post-banner-2 {
		padding: 40px 20px;
		margin: 40px 0;
	}
	.post-banner-2__container{
		flex-direction: column-reverse;
	}
	.post-banner-2__left{
		width: 163px;
		padding-bottom: 40px;
	}
	.post-banner-2__right{
		width: 100%;
	}
	.post-banner-2__title.title_h6{
		/* font-size: 24px; */
		margin-bottom: 14px;
	}
	.post-banner-2__text{
		font-size: 16px;
		line-height: 120%;
		color: #5E6172;
		margin-bottom: 41px;
	}
	.post-banner-2__image{
		width: 138px;
	}
	.post-banner-2__btn .button{
		width: 100%;
	}
	.post-banner-3 {
		padding: 40px 20px;
		margin: 40px 0;
	}
	.post-banner-3__container{
		flex-direction: column;
	}
	.post-banner-3__left{
		width: 100%;
	}
	.post-banner-3__right{
		width: 100%;
		padding: 0;
	}
	body .post-banner-3 .title-section{
		margin: 0 0 36px;
	}
	.post-banner-3__image{
		width: 108px;
		margin-bottom: 16px;
	}
	.post-banner-3__title.title_h6{
		/* font-size: 24px; */
		margin-bottom: 31px;
	}
	.post-banner-3__btn{
		margin: 0;
	}
	.post-banner-3__btn .button{
		width: 100%;
	}
	.post-banner-4 {
		padding: 42px 0px 38px;
		margin: 40px 0 0;
	}
	.post-banner-4__container{
		flex-direction: column;
	}
	.post-banner-4__left{
		width: 100%;
		padding: 0;
	}
	.post-banner-4__image{
		display: none;
	}
	.post-banner-4__right{
		width: 100%;
		padding: 0;
	}
	.post-banner-4 .title-section{
		margin-bottom: 25px;
	}
	.post-banner-4__title{
		font-weight: 500;
		font-size: 24px;
		line-height: 130%;
		letter-spacing: -0.01em;
		margin-bottom: 31px;
	}
	.post-banner-4 .form-submit {
		margin: 32px 0 16px;
	}
	.post-banner-4 .form-thankyou__content{
		padding: 0;
		height: auto;
		justify-content: flex-start;
	}
	.post-banner-4 .form-thankyou__icon {
		width: 73px;
		margin: 0 auto 9px;
	}
	.post-banner-4 .form-thankyou__title {
		font-size: 20px;
		margin-bottom: 11px;
	}
}


.welcome-hr{
	display: none;
}
.home .section-welcome {
	padding: 90px 0 80px;
}
/* .site-wrapper_de .section-welcome__headline.title_h1{
	font-size: 86px;
} */


 .section-companies__col {
	 margin: 0 0 0 325px;
	 padding: 80px 0;
	 border-bottom: 1px solid var(--color-dark-gray);
 }
 .section-companies__col.item_1 {
	 border-top: 1px solid var(--color-pink-500);
	 border-bottom: 1px solid var(--color-pink-500);
 }
 .section-companies__item .logo {
	 width: 3rem;
 }
 .section-companies__main {
	 display: flex;
	 align-content: center;
	 align-items: center;
	 font-weight: bold;
 }
 .section-companies__main .name {
	 color: var(--color-black);
	 margin-left: 1rem;
 }
 .section-companies__col.section-faq__item {
	 display: flex;
 }
 .section-companies__left_col {
	 width: 305px;
	 padding-right: 25px;
 }
 .section-companies__right_col {
	 padding-left: 20px;
	 width: calc(100% - 305px);
	 display: flex;
	 flex-direction: column;
	 justify-content: space-between;
 }

 .section-companies__custom_fields .element {
	 margin: 20px 0;
	 display: grid;
	 grid-template-columns: auto 1fr; /* Гнучка розмітка */
	 margin-bottom: 10px; /* Додано відступ між рядками */
	 align-items: start; /* Вирівнювання тексту */
 }
 .section-companies__custom_fields .element .title {
	 font-weight: normal;
	 /*text-align: right;*/
 }

 @media only screen and (max-width: 1190px){
	 .home .section-welcome {
		 padding: 90px 0 70px;
	 }
	 /* .home .section-welcome__headline.title_h1{
         font-size: 70px;
     } */
	 .home-animation__mobile{
		 display: block;
	 }
	 .welcome-hr{
		 display: block;
	 }
 }
 @media only screen and (max-width: 768px){
	 .home .section-welcome {
		 padding: 98px 0 65px;
	 }
	 /* 	.home .site-wrapper_en .section-welcome__headline{
             font-size: 44px;
             line-height: 110%;
         } */
	 /* .home .site-wrapper_de .section-welcome__headline{
         font-size: 40px;
         line-height: 110%;
     } */
	 /* .site-wrapper_de .section-welcome__headline.title_h1{
         font-size: 32px;
     } */
	 .home-animation {
		 margin: -170px 0 0;
	 }
	 .welcome-hr{
		 display: none;
	 }
	 .section-companies__col {
		 margin: 0 0 0 5px;
	 }
	 .section-companies__col.section-faq__item {
		 flex-direction: column;
	 }
	 .section-companies__left_col {
		 width: 100%;
		 padding-right: 0;
	 }
	 .section-companies__right_col {
		 padding-left: 0;
		 width: 100%;
	 }
	 .section-companies__text {
		 margin: 2rem 0;
	 }
	 .section-companies__right_col .section-welcome__btn {
		 width: 100%;
		 margin-left: 0;
	 }
	 .section-companies__right_col .section-welcome__btn .button {
		 min-width: 100%;
	 }
 }
 .wpcf7-submit.loading {
	 pointer-events: none;
	 opacity: 0.7;
	 position: relative;
 }
 .button.loading span:after{display: none}
 .wpcf7-submit.loading .spinner {
	 width: 36px;
	 height: 36px;
	 border: 2px solid #fff;
	 border-top: 2px solid #000;
	 border-radius: 50%;
	 animation: spin 0.8s linear infinite;
	 display: inline-block;
	 margin-right: 8px;
	 vertical-align: middle;
 }


 @keyframes spin {
	 from { transform: rotate(0deg); }
	 to { transform: rotate(360deg); }
 }

 /* POP_UP end */

 .site-wrapper_en .section-welcome__container{
	 padding-right: 100px;
 }
.subscribe .body-text_m {margin-top: 15px;}
 .footer_subscribe  .wpcf7-form{
	 max-width: 305px;
	 margin-top: 40px;
 }
 .footer_subscribe .form-input label, .footer_subscribe .form-input input  {
	 color: var(--color-white);
 }
 .footer_subscribe.opened .text,.footer_subscribe.opened .wpcf7-form {display: none;}
 .footer_subscribe .text {
	 margin-top: 50px;
	 font-weight: 400;
	 font-size: 28px;
 }
 .footer_subscribe .button {
	 background:var(--color-black);
	 color: var(--color-white) !important;
	 border: 1px solid var(--color-white);
 }
 .footer_subscribe .form-thankyou.opened{
	 background: var(--color-black);
	 color: var(--color-white);
	 position: relative;
	 max-width: 250px;
 }
 .footer_subscribe .form-thankyou__content {text-align: left}
 /* .site-wrapper_de .title_h2{
     font-size: 88px;
 }
 .site-wrapper_de .section-stats__num.title_h2{
     font-size: 100px;
 } */
 /* .page-template-tpl_catalog-case .site-wrapper_en .title_h1,
 .single-case .site-wrapper_en .title_h1{
     font-size: 100px;
 } */
 @media only screen and (max-width: 1320px){
	 /* .site-wrapper_de .title_h2,
     .site-wrapper_de .section-stats__num.title_h2{
         font-size: 80px;
     } */
 }
 @media only screen and (max-width: 1320px){
	 /* .site-wrapper_de .title_h2,
     .site-wrapper_de .section-stats__num.title_h2{
         font-size: 50px;
     } */
	 .site-wrapper_en .section-welcome__container{
		 padding-right: 0;
	 }
 }
 @media only screen and (max-width: 767px){
	 /* .site-wrapper_de .title_h2,
     .site-wrapper_de .section-stats__num.title_h2{
         font-size: 36px;
     }
     .page-template-tpl_catalog-case .site-wrapper_en .title_h1,
     .single-case .site-wrapper_en .title_h1{
         font-size: 40px;
     } */
	 body:not(.home) .section-welcome__headline.title_h1{
		 font-size: 40px;
	 }
	 .site-wrapper_de .section-award__title.title_h2,
	 .site-wrapper_de .section-stage__title.title_h2{
		 font-size: 26px;
	 }
	 /* .site-wrapper_de .section-award__title.title_h4{
         font-size: 26px;
     } */
	 .footer_subscribe  .wpcf7-form,.footer_subscribe .form-thankyou.opened{
		 max-width: 100%;
	 }
	 .footer_subscribe .button {
		 width: 50%;
	 }
	 .margin_bottom_100 {
		 margin-bottom: 10px;
	 }
 }

 /*
 career css
  */
 #recruitee-careers-details-container .rt-theme-light.rt-body, #recruitee-careers .rt-theme-light.rt-body {
	 background: none !important;
	 border-color: inherit !important;
	 box-shadow: none !important;
 }
 #recruitee-careers .rt-body {
	  border-width: 0 !important;
	  padding: 0 !important;
  }
 #recruitee-careers-details-container .rt__text--secondary, #recruitee-careers .rt__text--secondary {
	 display: inline-block !important;
	 vertical-align: top;
 }
 span.rt-list__offer-title.rt__text.rt__text--secondary.rt__link {
	 width: 50%;
	 font-size: 40px !important;
	 line-height: 46px !important;
 }
 span.rt-list__offer-remote.rt__text.rt__text--secondary {
	 font-size: 16px !important;
	 color: var(--color-dark-gray) !important;
 }
 #recruitee-careers-details-container .rt-theme-light .rt-list__offer-item+.rt-list__offer-item, #recruitee-careers .rt-theme-light .rt-list__offer-item+.rt-list__offer-item {
	 border-color: var(--color-black) !important;
 }
 #recruitee-careers .rt-list__offer-item+.rt-list__offer-item {
	 border-top: 0 !important;
 }
 #recruitee-careers .link-block {
	 margin-top: 30px;
 }
 .rt-list__offer-item {
	 padding-top: 30px!important;
 }
 #recruitee-careers .rt-list__offer-item:hover .rt-list__offer-title {
	 text-decoration: none !important;
 }
 .rt-list__items > .rt-list__offer-item:first-of-type {
	 padding-top: 0 !important;
 }
 #recruitee-careers-details-container .rt-details__header-title {
     font-size: 84px !important;
 }
 #recruitee-careers-details-container .rt-theme-light .rt-details__heading, #recruitee-careers .rt-theme-light .rt-details__heading {
	 border-bottom: 0 !important;
	 border-top: 0 !important;
	 background: inherit !important;
 }
 #recruitee-careers-details-container .rt-details__heading {
	 display: block;
	 padding: 27px !important;
	 margin-bottom: 0;
	 text-transform: none !important;
	 font-weight: 500;
	 font-size: 40px !important;
	 letter-spacing: 1px;
	 color: var(--color-black) !important;
 }
 #recruitee-careers-details-container .rt-theme-light .rt-details__content--form input[type=date], #recruitee-careers-details-container .rt-theme-light .rt-details__content--form input[type=email], #recruitee-careers-details-container .rt-theme-light .rt-details__content--form input[type=number], #recruitee-careers-details-container .rt-theme-light .rt-details__content--form input[type=password], #recruitee-careers-details-container .rt-theme-light .rt-details__content--form input[type=tel], #recruitee-careers-details-container .rt-theme-light .rt-details__content--form input[type=text], #recruitee-careers-details-container .rt-theme-light .rt-details__content--form select, #recruitee-careers-details-container .rt-theme-light .rt-details__content--form textarea, #recruitee-careers .rt-theme-light .rt-details__content--form input[type=date], #recruitee-careers .rt-theme-light .rt-details__content--form input[type=email], #recruitee-careers .rt-theme-light .rt-details__content--form input[type=number], #recruitee-careers .rt-theme-light .rt-details__content--form input[type=password], #recruitee-careers .rt-theme-light .rt-details__content--form input[type=tel], #recruitee-careers .rt-theme-light .rt-details__content--form input[type=text], #recruitee-careers .rt-theme-light .rt-details__content--form select, #recruitee-careers .rt-theme-light .rt-details__content--form textarea {
	 background: inherit !important;
 }
 #recruitee-careers-details-container .rt-form__group abbr {
	 color: red;
 }
 #recruitee-careers-details-container .rt-theme-light .rt-details__footer, #recruitee-careers .rt-theme-light .rt-details__footer {
	 background: inherit !important;
 }
 #recruitee-careers-details-container .rt-theme-light .rt__button:hover, #recruitee-careers .rt-theme-light .rt__button:hover {
	 box-shadow: none !important;
 }
 #recruitee-careers-details-container .rt-theme-light .rt__button--outline, #recruitee-careers .rt-theme-light .rt__button--outline {
	 border-color: var(--color-black) !important;
 }
 #recruitee-careers-details-container .rt__button, #recruitee-careers .rt__button {
	 border-radius: 0 !important;
 }
  #recruitee-careers-details-container  ul li::marker {
	  display: none;
	  content: '';
  }
 #recruitee-careers-details-container  ul li p {
	 position: relative;
	 padding-left: 30px;
 }
  #recruitee-careers-details-container  ul li p::before {
	 content: '';
	 position: absolute;
	 left: -22px;
	 top: 0.4em;
	 width: 10px;
	 height: 10px;
	 border: 1px solid var(--color-pink-500);
	 border-radius: 50%;
	 opacity: 1;
 }

 /*.what_we_offer .offer_list*/
 .what_we_offer .offer_list{
	 position: relative;
	 font-size: 24px;
	 margin-left: 25px;
	 padding-left: 16px;
	 color: var(--color-black);
 }
 .what_we_offer .offer_list::before, .offices_representatives .item .title::before {
	 content: '';
	 position: absolute;
	 left: -22px;
	 top: 0.2em;
	 width: 15px;
	 height: 15px;
	 border: 1px solid var(--color-pink-500);
	 border-radius: 50%;
	 opacity: 1;
 }
 .offices_representatives .case-item-1__title.title.title_h6 {
	 margin-right: 200px;
 }
 .offices_representatives .item .case-item-1__title.title::before {display: none;}
 .offices_representatives .item .title::before {
	 left: -9px;
 }
 .margin-top-1{margin-top: 1rem;}
 .margin-left-1{margin-left: 1rem;}
 .what_we_offer .section-meth__desc.body-text.body-text_l.only-mobile {
	 margin-bottom: 20px;
 }
.support .title_h4{
	font-size: 46px;
}
 .corporate_learning .images__list {
	 display: flex;
	 align-content: center;
	 justify-content: space-between;
	 align-items: center;
	 flex-direction: row;
	 margin: 4rem 10rem 4rem 0;
 }
 .corporate_learning .images__list img {
	 max-width: 20%;
	 max-height: 40px;
 }
 .section-stage__block .item {
	 display: none;
 }
 .section-stage__block .item.active {
	 display: block;
 }
 .offices_representatives .images_block {
	 width: 100%;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 position: relative;
	 margin-top: 100px;
 }

 .offices_representatives .images_block img {
	 display: none;
	 max-width: 100%;
	 height: auto;
	 transition: opacity 0.3s ease;
 }

 .offices_representatives .images_block img.active {
	 display: block;
 }
 .representatives .margin-top-1.margin-left-1.width-mobile-100 {
	 width: 100%;
 }
 .offices_representatives  .item .title
 {
	 position: relative; padding-left: 1.1rem;
 }
 .offices_representatives  .service-item__col {width: 100%;}
 .offices_representatives  .service-item__col div {width: 50%; display: inline-block;}
 .offices_representatives  .item {
	 border-bottom: 1px solid;
	 padding-bottom: 2rem;
	 margin-bottom: 1rem;
 }
 .mt-60 {
	 margin-top: 60px;
 }
 @media only screen and (max-width: 767px) {
	 .offices_representatives .service-item__col div.filter__position {
		 text-align: right;
	 }
	 .offices_representatives .case-item-1__image {
		 width: 100% !important;
	 }
	 .offices_representatives .item .title::before {
		 left: -4px;
	 }
	 .margin-left-1 {
		 margin-left: 0;
	 }
	 .offices_representatives .service-item__col div.width-mobile-100 {
		 width: 100%;
	 }
	 .aboutus-distribution__col.emojis {
		 display: inline-block;
		 width: 32%;
		 border-bottom: none;
	 }
	 .emojis_block{width: 100%}
	 .aboutus-distribution__col.emojis .title_h4 {
		 font-size: 40px;
	 }
	 .aboutus-distribution__col.emojis .body-text_l {font-size: 16px;}
		 span.rt-list__offer-title.rt__text.rt__text--secondary.rt__link {
		 width: 100%;
		 font-size: 20px !important;
		 line-height: 26px !important;
	 }
	 #recruitee-careers-details-container .rt__text--secondary, #recruitee-careers .rt__text--secondary {
		 display: block !important;
		 vertical-align: top;
	 }
	 #recruitee-careers .link-block {
		 margin-top: 16px;
	 }
	 .rt-list__offer-item {
		 padding-top: 16px!important;
	 }
	 #recruitee-careers .rt-list__offer-item span:not(.rt-list__offer-title) {
		 padding-top: 16px !important;
	 }

	 .corporate_learning .images__list {
		 overflow: auto;
		 margin: 4rem 0rem 4rem 0;
	 }
	 .corporate_learning .images__list img {
		 max-width: 40%;
		 margin: 1rem;
	 }
	 .offices_representatives .case-item-1__title.title.title_h6 {
		 margin-right: 0;
	 }
	 .offices_representatives .images_block{
		 margin-top: 30px;
	 }
	 .what_we_offer .offer_list {
		 font-size: 20px;
	 }
	 .support .title_h4 {
		 font-size: 32px;
	 }
	 .tablist.body-text.body-text_l {
		 margin: 0 -12px;
	 }
	 .section-meth .section-meth__title {
		 font-size: 32px;
	 }
 }
