/*!
Theme Name: Monday Comms
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: monday-comms
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Monday Comms is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

	 html {
		line-height: 1.15;
		-webkit-text-size-adjust: 100%;
	}
	
	/* Sections
		 ========================================================================== */
	
	body {
		margin: 0;
	}
	
	main {
		display: block;
	}
	
	h1 {
		font-size: 2em;
		margin: 0.67em 0;
	}
	
	/* Grouping content
		 ========================================================================== */
	
	hr {
		box-sizing: content-box;
		height: 0;
		overflow: visible;
	}
	
	pre {
		font-family: monospace, monospace;
		font-size: 1em;
	}
	
	/* Text-level semantics
		 ========================================================================== */
	
	a {
		background-color: transparent;
	}
	
	abbr[title] {
		border-bottom: none;
		text-decoration: underline;
		text-decoration: underline dotted;
	}
	
	b,
	strong {
		font-weight: bolder;
	}
	
	code,
	kbd,
	samp {
		font-family: monospace, monospace;
		font-size: 1em;
	}
	
	small {
		font-size: 80%;
	}
	
	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}
	
	sub {
		bottom: -0.25em;
	}
	
	sup {
		top: -0.5em;
	}
	
	/* Embedded content
		 ========================================================================== */
	
	img {
		border-style: none;
	}
	
	/* Forms
		 ========================================================================== */
	
	button,
	input,
	optgroup,
	select,
	textarea {
		font-family: inherit;
		font-size: 100%;
		line-height: 1.15;
		margin: 0;
	}
	
	button,
	input {
		overflow: visible;
	}
	
	button,
	select {
		text-transform: none;
	}
	
	button,
	[type="button"],
	[type="reset"],
	[type="submit"] {
		-webkit-appearance: button;
	}
	
	button::-moz-focus-inner,
	[type="button"]::-moz-focus-inner,
	[type="reset"]::-moz-focus-inner,
	[type="submit"]::-moz-focus-inner {
		border-style: none;
		padding: 0;
	}
	
	button:-moz-focusring,
	[type="button"]:-moz-focusring,
	[type="reset"]:-moz-focusring,
	[type="submit"]:-moz-focusring {
		outline: 1px dotted ButtonText;
	}
	
	fieldset {
		padding: 0.35em 0.75em 0.625em;
	}
	
	legend {
		box-sizing: border-box;
		color: inherit;
		display: table;
		max-width: 100%;
		padding: 0;
		white-space: normal;
	}
	
	progress {
		vertical-align: baseline;
	}
	
	textarea {
		overflow: auto;
	}
	
	[type="checkbox"],
	[type="radio"] {
		box-sizing: border-box;
		padding: 0;
	}
	
	[type="number"]::-webkit-inner-spin-button,
	[type="number"]::-webkit-outer-spin-button {
		height: auto;
	}
	
	[type="search"] {
		-webkit-appearance: textfield;
		outline-offset: -2px;
	}
	
	[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}
	
	::-webkit-file-upload-button {
		-webkit-appearance: button;
		font: inherit;
	}
	
	/* Interactive
		 ========================================================================== */
	
	details {
		display: block;
	}
	
	summary {
		display: list-item;
	}
	
	/* Misc
		 ========================================================================== */
	
	template {
		display: none;
	}
	
	[hidden] {
		display: none;
	}
	
	/* Box sizing
	--------------------------------------------- */
	
	*,
	*::before,
	*::after {
		box-sizing: inherit;
	}
	
	html {
		box-sizing: border-box;
	}
	
	/*--------------------------------------------------------------
	# Base
	--------------------------------------------------------------*/
	
	/* Typography
	--------------------------------------------- */
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		color: #000;
		 font-family: "Inter", sans-serif;
		font-size: 1rem;
		line-height: 1.5;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		clear: both;
	}
	
	p {
		margin-bottom: 1.5em;
	}
	
	dfn,
	cite,
	em,
	i {
		font-style: italic;
	}
	
	blockquote {
		margin: 0 1.5em;
	}
	
	address {
		margin: 0 0 1.5em;
	}
	
	pre {
		background: #eee;
		font-family: "Courier 10 Pitch", courier, monospace;
		line-height: 1.6;
		margin-bottom: 1.6em;
		max-width: 100%;
		overflow: auto;
		padding: 1.6em;
	}
	
	code,
	kbd,
	tt,
	var {
		font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	}
	
	abbr,
	acronym {
		border-bottom: 1px dotted #666;
		cursor: help;
	}
	
	mark,
	ins {
		background: #fff9c0;
		text-decoration: none;
	}
	
	big {
		font-size: 125%;
	}
	
	/* Elements
	--------------------------------------------- */
	hr {
		background-color: #ccc;
		border: 0;
		height: 1px;
		margin-bottom: 1.5em;
	}
	
	ul,
	ol {
		margin: 0 0 1.5em 3em;
	}
	
	ul {
		list-style: disc;
	}
	
	ol {
		list-style: decimal;
	}
	
	li > ul,
	li > ol {
		margin-bottom: 0;
		margin-left: 1.5em;
	}
	
	dt {
		font-weight: 700;
	}
	
	dd {
		margin: 0 1.5em 1.5em;
	}
	
	/* Make sure embeds and iframes fit their containers. */
	embed,
	iframe,
	object {
		max-width: 100%;
	}
	
	img {
		height: auto;
		max-width: 100%;
	}
	
	figure {
		margin: 1em 0;
	}
	
	table {
		margin: 0 0 1.5em;
		width: 100%;
	}
	
	/* Links
	--------------------------------------------- */
	a {
		color: inherit;text-decoration:none;
	}
	
	
	*:hover,
	*:focus,
	*:active {
		outline:none;
	}
	
	textarea {
		width: 100%;
	}
	
	/* Navigation
	--------------------------------------------- */
	.main-navigation {
		display: block;
		width: 100%;
	}
	
	.main-navigation ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
	}
	
	.main-navigation li {
		position: relative;
	}
	
	.main-navigation a {
		display: block;
		text-decoration: none;
	}

	.site-main .comment-navigation,
	.site-main
	.posts-navigation,
	.site-main
	.post-navigation {
		margin: 0 0 1.5em;
	}
	
	.comment-navigation .nav-links,
	.posts-navigation .nav-links,
	.post-navigation .nav-links {
		display: flex;
	}
	
	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		flex: 1 0 50%;
	}
	
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		text-align: end;
		flex: 1 0 50%;
	}
	
	/* Posts and pages
	--------------------------------------------- */
	.sticky {
		display: block;
	}
	
	.updated:not(.published) {
		display: none;
	}
	
	.page-content,
	.entry-content,
	.entry-summary {
		margin: 1.5em 0 0;
	}
	
	.page-links {
		clear: both;
		margin: 0 0 1.5em;
	}
	
	/* Comments
	--------------------------------------------- */
	.comment-content a {
		word-wrap: break-word;
	}
	
	.bypostauthor {
		display: block;
	}
	
	/* Widgets
	--------------------------------------------- */
	.widget {
		margin: 0 0 1.5em;
	}
	
	.widget select {
		max-width: 100%;
	}
	
	/* Media
	--------------------------------------------- */
	.page-content .wp-smiley,
	.entry-content .wp-smiley,
	.comment-content .wp-smiley {
		border: none;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0;
	}
	
	/* Make sure logo link wraps around logo image. */
	.custom-logo-link {
		display: inline-block;
	}
	
	/* Captions
	--------------------------------------------- */
	.wp-caption {
		margin-bottom: 1.5em;
		max-width: 100%;
	}
	
	.wp-caption img[class*="wp-image-"] {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.wp-caption .wp-caption-text {
		margin: 0.8075em 0;
	}
	
	.wp-caption-text {
		text-align: center;
	}
	
	/* Galleries
	--------------------------------------------- */
	.gallery {
		margin-bottom: 1.5em;
		display: grid;
		grid-gap: 1.5em;
	}
	
	.gallery-item {
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	
	.gallery-columns-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.gallery-columns-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {font-weight: 600;}

/* MAIN
--------------------------------------------- */

@font-face {
	font-family: 'Spirala';
	src: url('fonts/Spirala-Bold.woff2') format('woff2'),
		url('fonts/Spirala-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

.spirala {font-family: 'Spirala', sans-serif;font-weight: 700;}

section, footer {float:left;width:100%;}
.wrap {width:1600px;margin:auto;}
.wrap1400 {width:1340px;margin:auto;}
.heading--largest {font-family: 'Spirala', sans-serif;font-weight: 700;font-size: calc(4vw + 16px);line-height: 110%;margin-top:0;}
.heading--large {font-family: 'Spirala', sans-serif;font-size: calc(3vw + 20px);line-height: 120%;margin-top:0;}
.heading--40 {font-size: 40px;font-weight: 500;line-height: 110%; margin-top:0;}
.heading--medium {font-size: 48px;line-height: 125%;margin-top:0;}
.heading--small {font-size: calc(0.8vw + 14px); line-height: 120%; margin-top: 0; font-weight: 700;}
.text {font-size: 18px;line-height: 150%;}
.text p {margin-bottom:1em;}
.text ul {list-style:none;margin-left:0;padding-left:0;margin-bottom:0;}
.text ul li {position:relative;padding-left:32px;margin-bottom:1em;}
.text ul li:before {position:absolute;left:0;border: 2px solid #256EFF;width:16px;height:16px;content:'';top:10px;}

.page-template-page-team .text ul {list-style:disc;padding-left:24px;}
.page-template-page-team .text ul li {padding-left:16px;}
.page-template-page-team .text ul li:before {display:none;}

.text--small {font-size: 20px;line-height: 150%;}
.text--tiny {font-size: 18.8493px;line-height: 150%;}
.button {padding:12px 24px;color:#000;font-weight: 600;font-size: 18px;background: #fff;border-radius:50px;display:inline-flex;transition: all 0.15s linear;}
.button svg {margin-left:16px;}
.button:hover {background: #256EFF;color:#fff;transition: all 0.15s linear;}
#primary {width:100%;overflow-x:hidden;}

.section--heading {font-size: calc(1.5vw + 15px);line-height: 120%;margin:0;font-family: 'Spirala', sans-serif;font-weight: 700;}
.section--heading span {color:#256EFF;}

body.fixed {overflow:hidden;}

.fixed--scroll {position:fixed;right:24px;bottom:-80px;	padding: 12px 24px;color: #fff;font-weight: bold;font-size: 18px;background: #256EFF;color: #fff;display: inline-flex;transition: all 0.15s linear;z-index:10;}
.fixed--scroll:hover {transform: rotate(0deg) !important;transition: all 0.15s linear;}
.fixed--scroll.scrolled {bottom:24px;transition: all 0.15s linear;}

/* LOADER
--------------------------------------------- */

body {background: #fff;}
.preloader-wrap {width: 100%;height: 100%;position: fixed;top: 0; left: 0;background: #fff;z-index: 999;}
.preloader-wrap svg {position:absolute;top:50%;transform:translateY(-50%);left:0;right:0;margin:auto;max-width:250px;}
.loader{height: 8px;max-width: 260px; position: absolute; top: 0; bottom: 0; left: 0; right: 0;margin : auto; background: #C4C4C4;transform: translateY(64px);}
.trackbar {width: 100%;height: 100%;color: #fff;overflow: hidden;position: relative;}  
.loadbar {width: 0%;height: 100%;background: #256EFF;position: absolute;top: 0;left: 0;overflow: hidden;}
	
/* HEADER
--------------------------------------------- */
.site-header {position:fixed;top:0;background:#fff;top:0;left:0;width:100%;z-index:88;transition: all 0.15s linear;}
.admin-bar .site-header {top:32px;}
.header__grid {display:grid;height:100px;grid-template-columns:auto auto;justify-content: space-between;align-items: center;transition: all 0.15s linear;}
.menu-toggle {color:#256EFF;font-size:28px;border:none;background:none;cursor:pointer;}

.megamenu {position: fixed;top: -100vh;opacity:0;left: 0;width: 100vw;height: 100vh;z-index: 999;background: #fff;padding:8vh 0;transition: all 0.2s linear;}
.megamenu.active {top:0;opacity:1;transition: all 0.2s linear;}
.menu__m {position:absolute;z-index:1;right:0;bottom:0;max-width:80%;}
.menu__close__wrap {width:1600px;margin:auto;position:absolute;top:0;left:0;right:0;height:100px;}
.menu__close {padding:0;border:none;background:none;position:absolute;top:50%;transform:translateY(-50%);right:-5px;cursor:pointer;z-index:3;}
.menu__close svg {height:42px;width:42px;}
.menu__left {max-width: 580px;position: relative;z-index: 2;display: grid;height: calc(100vh - 16vh);}
.main-navigation li {margin:9px 0;}
.main-navigation a {font-weight: 500;font-size: 60px;line-height: 82.03%;display:inline-block;padding:14px;transition: all 0.1s linear;}
.main-navigation a:hover {color:#fff;transform: rotate(-1deg);background:#256EFF;transition: all 0.1s linear;}
.menu__cross {align-self: flex-end;}
.menu__h {font-size: 25px;line-height: 120%;margin-bottom:8px;padding-left: 13px;}
.menu__h strong {font-weight:700;}
.menu__left .cl__links {display:flex;}
.menu__left .cl__links a {padding: 10px 14px;}
.menu__left .cl__logo {width:154px;}

.menu__pp {position:absolute;right:8vw;bottom:8vh;z-index:2;}
.menu__pp a {font-size: 18px;line-height: 82.03%;display: inline-flex;align-items: center;}
.menu__pp a span {position:relative;}
.menu__pp a span:after {left:0;content:'';position:absolute;bottom:-2px;height:1px;width:0;background:#256EFF;transition: all 0.1s linear;}
.menu__pp a:hover span:after {width:100%;transition: all 0.1s linear;}
.menu__pp a svg {margin-left:48px;transition: all 0.1s linear;}
.menu__pp a:hover svg {transform:translateX(32px);transition: all 0.1s linear;}

/* HOME
--------------------------------------------- */

#hero__vid {margin-top:100px; width: 100vw; object-fit: cover; left: 0px; top: 0px;}

.mute-button {position:absolute;bottom:32px;right:32px;font-size:22px;color:#fff;background:#256EFF;width:50px;height:50px;text-align:center;line-height:54px;border-radius:50%;cursor:pointer;}

.hero {position:fixed;top:0;left:0;width:100%;z-index:1;}
.hero__side {position: absolute;top: 50%;transform: translateY(-50%) rotate(90deg);left: -8em;display: flex;align-items: center;}
.hero__side p {font-weight: 300;font-size: 20px;line-height: 28px;text-transform: lowercase;color: #000000;margin:0 15px;}
.hero__side span {font-weight: 300;font-size: 20px;line-height: 28px;color: #256EFF;position: relative;top: 5px;}

.hero__center {text-align:center;}
.rotating {position: absolute; height: calc(8vw + 28px); overflow: hidden; width: 100%; left: 0; right: 0; top: 50%; transform: translateY(-50%);}
.rotating p {font-weight: 700;font-size: calc(8vw + 28px);line-height: 95%;position: absolute;text-align: center;left: 0;right: 0;margin:0;}
.hero__final {font-weight: 300;font-size: calc(8vw + 28px);line-height: 95%;position: absolute;top: 50%;transform: translateY(-50%);left: 0;right: 0;}

.hero__final span {background:#256EFF;color:#fff;transform: rotate(-1deg);display:inline-block;padding:12px 14px;}

.hero .scroll {position:absolute;bottom:70px;height:60px;width:58px;left:0;right:0;margin:auto;}
.hero .scroll svg {-moz-animation:scroll 1.2s linear infinite;animation:scroll 1.2s linear infinite;}
@-moz-keyframes scroll { 
	0% {opacity:0; transform:translateY(0%);} 
	50% { opacity:1;  transform:translateY(80%);} 
	100% { opacity:0; transform:translateY(160%); } 
}
@-webkit-keyframes scroll { 
	0% {opacity:0; transform:translateY(0%);} 
	50% { opacity:1;  transform:translateY(80%);} 
	100% { opacity:0; transform:translateY(160%); } 
}
@keyframes scroll { 
	0% {opacity:0; transform:translateY(0%);} 
	50% { opacity:1;  transform:translateY(80%);} 
	100% { opacity:0; transform:translateY(160%); } 
}

.about {position:relative;z-index:2;margin-top:100vh;padding:calc(8vw + 40px) 0;background: var(--BG, #F7F7F7);}
.about__grid {position:relative;z-index:2;display: grid;grid-template-columns: 60% 30%;justify-content: space-between;align-items: center;}
.about__left .heading--largest {margin-bottom:24px;color: rgba(0, 0, 0, 0.90);}
.about__left .text {margin-bottom:40px;}
.about__right {padding-left:20%;border-left:2px solid #000;font-weight: 700;font-size: 40px;line-height: 120%;}
.about__right p {margin:5vw 0;}
.about__right span {color: var(--Key, #256EFF);}
.about__m {position:absolute;right:0;bottom:0;max-width:80%;}

.segments {background: #fff;position:relative;padding:4vw 0;z-index:2;}
.segments .section__header {margin-bottom:64px;}
.segments__grid {display:grid;grid-template-columns:45% 50%;justify-content: space-between;align-items: center;}

.segment__link {font-weight: 500;font-size: 40px;line-height: 100%;padding:16px 0;position:relative;display:block;transition: all 0.1s linear;}
.segment__link svg {position:absolute;left: -40px;opacity:0;top: 50%;transform: translateY(-50%);transition: all 0.1s linear;}
.segment__link:hover {padding-left:100px;transition: all 0.1s linear;}
.segment__link:hover svg {left:0;opacity:1;transition: all 0.1s linear;}
.segments__right img {position:absolute;top:0;right:0;height:100%;}

.specjalizacja {overflow-x:scroll;background:#fff;z-index:999;display:grid;grid-template-columns: 14% 86%;height:100vh;width:100vw;position:fixed;top:0;left:120vw;transition: all 0.25s linear;}
.specjalizacja.active {left:0;transition: all 0.25s linear;}

.spec__circle__wrap {position:absolute;right:0;top:0;transform:translateY(-50%);width:20vw;}
.spec__circle {-webkit-animation:spin 20s linear infinite;width:100%;-moz-animation:spin 20s linear infinite;animation:spin 20s linear infinite;}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.spec__left {display:grid;padding:16vw 32px 0 48px;box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.05);position:relative;}
.spec__close {cursor:pointer;border:none;background:none;padding:0;position:absolute;top:8vh;margin:auto;width: 70px;left: 0;right: 0;}
.spec__left__inner h6 {font-weight: bold;font-size: 18px;line-height: 100%;margin:0;}
.spec__left__inner a {font-weight: 300;font-size: 17px;line-height: 100%;position:relative;display:block;margin-top:24px;}
.spec__left__inner a:after {content:'';position:absolute;bottom:-4px;left:0;width:0;height:1px;background: #256EFF;transform: rotate(-1deg);transition: all 0.15s linear;}
.spec__left__inner a:hover:after {width:100%;transition: all 0.1s linear;}

.spec__right {padding:8vh 4vw;}
.spec__name {font-weight: 300;font-size: calc(2vw + 42px);line-height: 100%;margin-top:0;margin-bottom:43px;}
.spec__heading {font-weight: 300;font-size: 45px;line-height: 100%;margin-top:0;margin-bottom:32px;}
.spec__heading span {background: #256EFF;transform: rotate(-1deg);color:#fff;display: inline-block;padding: 0 14px;}

.spec__content {display:grid;grid-template-columns:53% 35%;justify-content: space-between;align-items: center;margin-bottom:32px;}
.sc__right {font-weight: 300;font-size: 25px;line-height: 120%;border-left:1px solid  #C4C4C4;padding:0 5vw;}
.sc__right p {margin:0;}
.sc__caseheading {font-weight: 300;font-size: 20px;line-height: 100%;display:block;margin-bottom:24px;}
.sc__grid {display: grid;grid-template-columns: repeat(4, 20%);justify-content: space-between;}

.sc__case img {width: 100%;height: 170px;object-fit: cover;}
.sc__title {font-weight: bold;font-size: 17px;line-height: 100%;display:inline-block;margin-top:10px;margin-bottom:5px;}
.sc__excerpt {font-weight: 300;font-size: 12px;line-height: 120%;display:block;margin-bottom:5px;}
.sc__morelink {font-weight: 300;font-size: 12px;line-height: 120%;display: inline-flex;align-items: center;text-transform: uppercase;color: #256EFF;}
.sc__morelink svg {width:20px;margin-left:17px;margin-top:0;}

.sc__more {font-weight: 300;font-size: 15px;line-height: 100%;display:flex;align-items:center;}
.sc__more svg {margin-left:48px;transition: all 0.1s linear;}
.sc__more:hover svg {transform:translateX(32px);transition: all 0.1s linear;}

.spec__left__mobile {display:none;}

#consumer .sl__consumer {display:none;}
#b2b .sl__b2b {display:none;}
#technology .sl__technology {display:none}
#corporateandcsr .sl__corporateandcsr {display:none;}
#brandandculture .sl__brandandculture {display:none;}
#gamingandesport .sl__gamingandesport {display:none;}

.casestudies {background: #F7F7F7;position:relative;padding:4vw 0;z-index:2;}
.casestudies .section__header {display:grid;grid-template-columns:60% auto;justify-content: space-between;align-items: center;margin-bottom:80px;}
.cases__more {color: var(--Key, #256EFF);font-size: 18px;font-weight: 700;line-height: normal;display:flex;align-items: center;}
.cases__more svg {margin-left:64px;transition: all 0.1s linear;}
.cases__more:hover svg {transform:translateX(20px);transition: all 0.1s linear;}
.cases__grid {display:grid;grid-row-gap: 5.5vw;}
.cases__row {display:grid;grid-template-columns:29% 29% 29%;justify-content: space-between;width:90%;}

.home__case {position:relative;height: 26vw;}
.home__case__link {position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;z-index:3;}
.home__case__img {width:100%;height:100%;display:block;object-fit: cover;}
.home__case__gradient {position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;background: #256EFF;opacity: 0;transition: all 0.1s linear;z-index:1;}
.home__case:hover .home__case__gradient {opacity: 0.5;transition: all 0.1s linear;}
.home__case .heading--tiny {width:100%;z-index:2;opacity:0;top: 50%;margin: 0;padding: 0 10px;position:absolute;font-weight: 300;font-size: 37.5px;line-height: 53px;text-align: center;color: #FFFFFF;text-shadow: 0px 0px 37.5px rgba(0, 0, 0, 0.25);transition: all 0.1s linear;}
.home__case:hover .heading--tiny {transform: translateY(-50%);opacity:1;transition: all 0.1s linear;}
.cases__second {position:relative;}
.home__cases__mobile {display:none;}

.awards {background: var(--Key, #256EFF);position:relative;padding:50px 0;z-index:3;color:#fff;}
.awards .section__header {display:grid;grid-template-columns:62% 30%;justify-content: space-between;align-items:center;}
.awards .section__header .section--heading {border-right:1px solid #fff;padding-right:5vw;}
.award {padding:16px 0;}
.award__img {text-align:center;margin-bottom:40px;}
.award__img img {display:block;max-height:120px;}
.award__desc {font-weight: 300;font-size: 26px;line-height: 100%;}
.award__desc p {margin:0;}

.offer {position:relative;z-index:2;padding:4vw 0;background: #F7F7F7;}
.offer .section__header {margin-bottom:80px;}
.home__offer--grid {display:grid;grid-template-columns:40% 40%;justify-content: space-between;grid-row-gap:5vw;}
.offer__heading {font-weight: 600;font-size: 50px;line-height: 100%;margin-top:0;margin-bottom:16px;}
.text--22 {font-size: 22px;font-weight: 400;line-height: 110%;/}
.home__offer .text--22 {margin-bottom:16px;}
.home__offer .text--22 p {margin:0;}
.home__offer a {color: var(--Key, #256EFF);font-weight: 700;font-size: 18px;line-height: 120%;text-transform: uppercase;display: inline-flex;align-items: center;}
.home__offer a span {position:relative;}
.home__offer a span:after {left:0;content:'';position:absolute;bottom:-2px;height:1px;width:0;background:#256EFF;transition: all 0.1s linear;}
.home__offer a:hover span:after {width:100%;transition: all 0.1s linear;}

.crosslinks {position:relative;z-index:2;padding:32px 0;background: #FFFFFF;box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.05);}
.crosslinks__grid {display:grid;grid-template-columns:50% auto;justify-content: space-between;align-items: center;}
.cl__heading {font-weight: 300;font-size: 40px;line-height: 120%;}
.cl__heading span {background: #256EFF;transform: rotate(-1deg);color:#fff;display: inline-block;padding: 0 4px;}
.cl__heading strong {font-weight:700;}
.cl__links {display: grid;grid-template-columns: auto auto;grid-column-gap: 32px;}
.cl__links a {padding:14px 64px 14px 40px;display:inline-flex;align-items:center;transition: all 0.15s linear;}
.cl__arrow {margin-right:48px;}
.cl__logo {width:154px;}
.cl__arrow path, .cl__logo path {transition: all 0.1s linear;}
.cl__links a:hover {background: #256EFF;transform: rotate(-1deg);transition: all 0.15s linear;}
.cl__links a:hover svg path {fill:#fff;}

.clients {position:relative;z-index:2;padding:4vw 0;background: #Fff;}
.clients .section__header {margin-bottom:80px;}
.clients__grid {display:grid;grid-template-columns:repeat(8, 12.5%);grid-row-gap:8px;}
.client {text-align:center;height:100px;display:flex;align-items: center;justify-content: center;}
.client img {display:block;max-width:90%;max-height:90%;}

.testimonials {position:relative;z-index:2;padding-top:4vw;background:#fff;}
.testimonials .section__header {margin-bottom:48px;position:relative;}

.testimonial {background: #FFFFFF;box-shadow: 0px 0px 43.9816px 12.5662px rgba(0, 0, 0, 0.05);padding:50px 42px;margin:80px 2vw;transition: all 0.1s linear;}
.t__header {margin-bottom:32px;display:grid;grid-template-columns:112px 1fr;grid-column-gap: 32px;align-items: center;}
.t__img img {display:block;height: 120px;object-fit: cover;}
.t__name {font-weight: 300;font-size: 28px;line-height: 100%;margin-top:0;margin-bottom:5px;}
.t__position {color:#256EFF;font-weight: 300;font-size: 14px;line-height: 150%;display:block;}
.testimonial .text--tiny {font-size: 16px;}
.testimonials .slick-current {transform:scale(1.1);transition: all 0.1s linear;}

.testimonials .arrow {position:absolute;top:50%;transform:translateY(-50%);width:9px;height:16px;cursor:pointer;z-index:3;}
.testimonials .arrow_prev {background:url(img/aw_left.svg)center center no-repeat;left: calc(8vw - 4px);}
.testimonials .arrow_next {background:url(img/aw_right.svg)center center no-repeat;right: calc(8vw - 4px);}

/* TEAM
--------------------------------------------- */
.page-template-page-team .projects__hero .section__header {max-width: 1200px;}
.projects__m {position:absolute;bottom:0;right:0;max-width:80%;max-height: 100%;}
.team__photo {position:relative;background:#fff;}
.team__photo img {display:block;width:100%;}
.team__desc {position:relative;background:#fff;padding:8vw 0;}
.td__heading {margin-bottom:50px;}
.team__desc .text {max-width:1200px;}

/* SERVICES
--------------------------------------------- */

.services {background:#fff;position:relative;padding:4vw 0;}

.page-template-page-services .projects__hero {padding:0;height:calc(100vh - 100px);}

.services__grid {display:grid;grid-template-columns:29% 65%;justify-content: space-between;}
.services__left {display:grid;grid-row-gap:64px;align-content: flex-start;border-right:2px solid rgba(0,0,0,0.9);padding-right:5vw}
.services__left a {display:block;font-weight: 500;font-size: 30px;line-height: 120%;position:relative;}
.services__left a:after {content:'';position:absolute;left:0;width:0;bottom:-4px;height:1px;background: #256EFF;transition: all 0.15s linear;}
.services__left a:hover:after, .services__left a.active:after {width:100%;transition: all 0.15s linear;}
.single__service {display:none;}
.single__service.active {display:block;}
.ss__heading {font-weight:600;margin-bottom:28px;}
.ss__content {margin-bottom:42px;}
.ss__columns {columns:3;column-gap:3vw;}
.ss__columns p {position:relative;padding-left:32px;display:block;margin-top:0;}
.ss__columns p:before {content:'';left:8px;top:16px;width:5px;height:5px;background:#000;border-radius:50%;position:absolute;}

.services__cases {box-shadow: 0px -15px 60px rgba(0, 0, 0, 0.05);padding:50px 0;}
.services__cases .related__grid {display:none;}
.services__cases .related__grid.active {display:grid;}

.services__info {background: #FFFFFF;padding:40px 0;box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.05);position:relative;}
.si__grid {display:grid;grid-template-columns:auto 1fr;justify-content: space-between;align-items:center;grid-column-gap:5vw;}
.si__images {display:grid;grid-template-columns:auto auto;align-items: center;grid-column-gap:3vw;}
.si__images img {display:block;}
.services__info .text p {margin:0;}

/* CASE STUDIES
--------------------------------------------- */

.term-consumer .term__consumer {background: #256EFF;color:#fff;transform: rotate(-1deg);}
.term-b2b .term__b2b {background: #256EFF;color:#fff;transform: rotate(-1deg);}
.term-technologie .term__technology {background: #256EFF;color:#fff;transform: rotate(-1deg);}
.term-corporate-public-affairs .term__cpa {background: #256EFF;color:#fff;transform: rotate(-1deg);}
.term-brandculture .term__brand {background: #256EFF;color:#fff;transform: rotate(-1deg);}
.term-gaming-esport .term__gaming {background: #256EFF;color:#fff;transform: rotate(-1deg);}


.projects__hero {padding: calc(3vw + 55px) 0;display:grid;align-items: center;position:relative;margin-top:100px;}
.projects__hero .section__header {max-width:900px;position: relative;z-index: 3;}
.projects__hero .heading--large {font-weight: 300;margin-bottom:16px;}
.project__circle__wrap {position:absolute;right:0;top:0;bottom:0;margin:auto;height:100%;transform:translateX(50%);width:30vw;}
.projects__circle {-webkit-animation:spin 20s linear infinite;height:100%;-moz-animation:spin 20s linear infinite;animation:spin 20s linear infinite;}

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

.projects__case {padding-top:1vw;padding-bottom:8vw;}
.projects__cats {display:flex;align-items: center;margin-bottom:64px;justify-content: space-around;}
.mobile__cats {display:none;}
.projects__cats a {color:#fff;background: #256EFF;font-weight: 500;font-size: 30px;line-height: 120%;padding:16px 24px;display:inline-block;transition: all 0.15s linear;}
.projects__cats a:hover {transition: all 0.15s linear;}
.case__grid {display:grid;grid-template-columns:30% 30% 30%;justify-content: space-between;grid-row-gap: 64px;}
.case__grid .sc__thumb {position:relative;display:block;}
.case__grid .sc__thumb img {display:block;height:25vw;}
.case__grid .sc__bg {position:absolute;top:0;left:0;width:100%;height:100%;transition: all 0.15s linear;}
.case__grid .sc__case:hover .sc__bg {background: #256EFF;opacity: 0.5;transition: all 0.15s linear;}
.case__grid .sc__title {font-weight: bold;margin-top:20px;font-size: 35px;line-height: 35px;margin-bottom:5px;display:block;}
.case__grid .sc__excerpt {font-weight: 300;font-size: 20px;line-height: 120%;margin-top:5px;}
.case__grid .cs__arr {margin-top:0;}

/* CASE STUDY
--------------------------------------------- */
.single-case-study .site-header {background:none;transition: all 0.15s linear;}
.single-case-study .site-header.scrolled {background:#fff;transition: all 0.15s linear;}

.single-case-study .menu-toggle {color:#fff;transition: all 0.15s linear;}
.single-case-study .scrolled .menu-toggle {color: #00A4FF;transition: all 0.15s linear;}
.single-case-study .csw {fill:#fff;transition: all 0.15s linear;}
.single-case-study .scrolled .csw {fill:#38404D;transition: all 0.15s linear;}

.case__hero {position:fixed;top:0;left:0;width:100%;z-index:1;}
.ch__bg {position:absolute;top:0;left:0;width:100%;height:100%;background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);}
.case__hero img {display:block;width:100%;height:100vh;object-fit: cover;}

.case__intro {padding-top:8vw;padding-bottom:48px;background:#fff;position:relative;z-index:2;margin-top:100vh;}
.case__intro .section__header {margin-bottom:25px;}
.case__intro .text {margin-bottom:48px;}
.case__cats {display:flex;column-gap:64px;}
.case__cats a, .case__cats span {font-weight: bold;font-size: 18px;line-height: 150%;text-transform: uppercase;transition: all 0.15s linear;}
.case__cats a:hover {color:#256EFF;transition: all 0.15s linear;}

.case__sections {background: #F5F5F6;padding:64px 0;position:relative;z-index:2;}
.cs__grid {display:grid;grid-row-gap:80px;}
.cs__block {display:grid;justify-content: space-between;grid-template-columns:48% 48%;align-items: center;}
.csb__heading--large {font-weight: 600;margin-bottom:20px;}
.csb__heading--medium {margin-bottom:20px;}
.cs__block .text strong {background: #256EFF;font-weight:300;transform: rotate(-1deg);color:#fff;display: inline-block;padding: 0 4px;}
.csb__img img {display:block;width:100%;object-fit: cover;}

.cs__block:nth-of-type(even) .csb__content {order:2;}
.cs__block:nth-of-type(even) .csb__img {order:1;}

.case__spacer {background:#fff;position:relative;z-index:2;}
.spacer__header {padding:5vw 0;}
.spacer__heading {margin:0;text-align:center;}
.spacer__img img {display:block;width:100%;}

.case__fulltext {padding-top:8vw;background:#fff;position:relative;z-index:2;}
.fulltext__heading {margin-bottom:20px;}

.case__video {background:#fff;padding-top:8vw;padding-bottom:64px;position:relative;z-index:2;}
.videowrap {width:1600px;}
.cv__grid {display:grid;grid-template-columns:50% 45%;justify-content: space-between;align-items: center;}
.video__link {position:relative;display:block;transition: all 0.15s linear;box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.03);}
.cv__thumb {display:block;width:100%;max-height:480px;object-fit: cover;}
.cv__video svg {position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;transition: all 0.15s linear;}
.video__link:hover {box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.03);transition: all 0.15s linear;}
.video__link:hover svg {transform:scale(1.1);transition: all 0.15s linear;}

.cv__heading {margin-bottom:20px;}

.case__effects {background:#fff;padding-top:4vw;position:relative;z-index:2;}
.effects__mainheading {font-weight: bold;margin-bottom:20px;}
.effects__secondheading {margin-bottom:20px;}
.case__effects .text {margin-bottom:64px;}
.effects__numbers {display:flex;justify-content: space-evenly;}
.case__number {text-align:center;color: #000000;width:25%;}
.number__top {font-weight: bold;font-size: calc(4vw + 38px);line-height: 120%;margin-bottom:32px;}

.case__summary {background: #F5F5F6;padding:5vw 0;position:relative;z-index:2;}
.case__summary .heading--large {max-width:1280px;margin-bottom:0;}
.case__summary .heading--large span {background: #256EFF;transform: rotate(-1deg);color:#fff;display: inline-block;padding: 0 14px;}

.case__related {padding:4vw 0;background:#fff;position:relative;z-index:2;}
.related__heading {font-weight: 300;font-size: 30px;line-height: 100%;margin-top:0;margin-bottom:80px;}
.related__grid {display:grid;grid-template-columns:28% 28% 28%;justify-content: space-between;}
.related__grid .sc__thumb {position:relative;display:block;}
.related__grid .sc__thumb img {display:block;height:23vw;}
.related__grid .sc__bg {position:absolute;top:0;left:0;width:100%;height:100%;transition: all 0.15s linear;}
.related__grid .sc__case:hover .sc__bg {background: #256EFF;opacity: 0.5;transition: all 0.15s linear;}
.related__grid .sc__title {font-weight: bold;margin-top:20px;font-size: 35px;line-height: 100%;margin-bottom:5px;display:block;}
.related__grid .sc__excerpt {font-weight: 300;font-size: 20px;line-height: 120%;}
.cs__arr {display: block;margin-top: 10px;transition: all 0.15s linear;}
.sc__case:hover .cs__arr {transform:translateX(16px);transition: all 0.15s linear;}

/* BLOG
--------------------------------------------- */

.blog__cats {margin-bottom:80px;}
.blog__cats ul {list-style:none;margin:0;padding:0;display:flex;justify-content: center;column-gap:32px;}
.blog__cats a {display:inline-block;padding:8px 16px; font-weight: 600;font-size: 18px;line-height: 25px;color: #fff;background: #256EFF;transition: all 0.15s linear;}
.blog__cats a:hover, .blog__cats a:focus, .blog__cats a.active {color:#fff;transition: all 0.15s linear;background: #00A1FF;}

.blog__grid {display:grid;grid-template-columns:24% 24% 24% 24%;justify-content: space-between;grid-row-gap:80px;margin-bottom:120px;}
.bg__post--img {position:relative;}
.bg__cat {position:absolute;top:16px;right:22px;display:inline-block;padding:8px 16px;font-weight: 600;font-size: 18px;line-height: 25px;color: #FFFFFF;}
.bg__post--img img {display:block;height: 19vw;width:100%;object-fit: cover;}
.bg__date {position:absolute;background: #256EFF;padding:8px 16px;display:inline-block;font-weight: 600;font-size: 18px;line-height: 25px;color: #FFFFFF;left:22px;bottom:16px;}
.bg__post--content {padding-top:24px;}
.bg__post--content .heading--small {margin-bottom:24px;}
.bg__post--content .text--large {margin-bottom:24px;}
.bg__more {display:inline-flex;align-items: center;column-gap:8px;font-weight: 600;font-size: 18px;line-height: 25px;color: #FFFFFF;transition: all 0.15s linear;background: #00A1FF;padding:16px 22px;}
.bg__more:hover, .bg__more:focus {transform: rotate(0deg);transition: all 0.15s linear;}
.align-right {text-align:right;}

/* SINGLE
--------------------------------------------- */

.single__post {margin-bottom:120px;margin-top:64px;}
.single__thumb {margin-bottom:64px;}
.single__thumb img {display:block;width: 100%;max-height: 30vw;object-fit: cover;}
.single__post .heading--medium {text-align:center;margin-bottom:64px;}

.single__post h2, .single__post h3, .single__post h4 {font-size: 48px;line-height: 67px;margin-bottom:48px;}
.wp-block-image img {display:block;margin:auto;}

.single__post p, .single__post ul {font-weight: 400;font-size: 24px;line-height: 180%;}
.single__post ul {margin-left:0;}


/* LP
--------------------------------------------- */

.page-template-page-uslugi #main {padding-top:100px;}

.wrap1300 {width:1320px;margin:auto;}
.lp--heading--large {font-size: 96px;font-weight: 600;line-height: 100%; margin-top:0;}
.lp--heading--small--light {font-size: 48px;font-weight: 400;line-height: 150%; margin-top:0;}
.lp--heading--medium {font-size: 64px;font-weight: 600;line-height: normal; margin-top:0;}
.lp--heading--small {font-size: 48px;font-weight: 600;line-height: normal; margin-top:0; }
.lp--heading--tiny--light {font-size: 32px;font-weight: 400;line-height: 125%; margin-top:0;}
.lp--heading--tiny {font-size: 32px;font-weight: 600;line-height: normal; margin-top:0;}
.lp--text--large {font-size: 24px;font-weight: 400;line-height: 180%; }
.lp--text {font-size: 18px;font-weight: 400;line-height: 180%;}

.lp--heading--large span, .lp--heading--small--light span, .lp--heading--medium span {color:#256EFF;}

.lp__header {display:grid;grid-template-columns:auto auto;justify-content: center;grid-column-gap:65px;align-items: center;}
.lp__header .lp--heading--medium {text-align:right;margin:0;}
.lp__header .lp--heading--tiny--light {margin:0;}

.lph__grid {display:grid;grid-template-columns:50% 45%;justify-content: space-between;align-items: center;}
.lph__left {padding-left: calc(50vw - 800px);}
.lph__left .lp--heading--large {margin-bottom:32px;}
.lph__left .lp--heading--small--light {margin-bottom:48px;}
.lph__numbers {display:grid;grid-row-gap:24px;}
.lphn__n {color: #256EFF;font-size: 64px;font-weight: 400;line-height: normal; }
.lphn__t {font-size: 32px;font-weight: 600;line-height: normal; }
.lph__right img {display:block;width:100%;}

.lp__content {text-align:center;padding:80px 0;}
.lp__content .lp--heading--medium {margin-bottom:32px;}
.lp__content .lp--text--large {margin-bottom:64px;}
.lp__content img {display:block;width:100%;}

.lp__offer {background:#256EFF;padding:64px 0 80px 0;}
.lp__offer .lp__header {margin-bottom:80px;}
.lp--offer__grid {display:grid;grid-template-columns:23% 23% 23% 23%;justify-content: space-between;}
.lp__offer--block {background:#fff;padding:24px 32px;}
.lpo__img {margin-bottom:24px;}
.lpo__img img {display:block;margin:auto;}
.lp__offer .lp--heading--tiny {margin-bottom:24px;text-align:center;}

.lp__team {padding-top:80px;}
.lp__team .lp--heading--medium {text-align:center;margin-bottom:80px;}
.lp--team__grid {display:grid;grid-template-columns:28% 28% 28%;justify-content: space-between;grid-row-gap:24px;}
.lp__person img {margin-bottom:32px;width:100%;}
.lp__person .lp--heading--small {margin-bottom:32px;}

.lp__case {padding-top:80px;padding-bottom:80px;}
.lp__case .lp__header {margin-bottom:80px;}
.cases__slider .home__case {margin:0 2vw;height:24vw;}
.cases__slider .arrow {position:absolute;top:50%;transform:translateY(-50%);width:9px;height:16px;cursor:pointer;z-index:3;}
.cases__slider .arrow_prev {background:url(img/aw_left.svg)center center no-repeat;left: calc(8vw - 4px);}
.cases__slider .arrow_next {background:url(img/aw_right.svg)center center no-repeat;right: calc(8vw - 4px);}


.lp__clients {background: #373F4D;padding:48px 0 80px 0;}
.lp__clients .lp--heading--medium {margin-bottom:64px;color:#fff;}
.lp--clients__grid {display:grid;grid-template-columns:repeat(6, 16%);justify-content: space-between;align-items: center;}
.lp--client img {display:block;}

.lp__briefing {padding:80px 0;}
.lp--briefing__grid {display:grid;grid-template-columns:46% 46%;justify-content: space-between;align-items: center;}
.lpb__left {text-align:right;}
.lpb__left .lp--heading--medium {margin-bottom:40px;}
.lpb__right {display:grid;grid-row-gap:32px;}
.lpb__row {display:grid;grid-template-columns:auto auto;justify-content: left;grid-column-gap:48px;align-items: center;}
.lpb__img img {display:block;}

.lp__contact {background: #373F4D; padding:64px 0 48px 0;}
.lp__contact .lp__header {margin-bottom:64px;color:#fff;}

.wpforms-field-container {display:grid;grid-template-columns:48% 48%;justify-content: space-between;}
.wpforms-field-container input {max-width:100% !important; }
.wpforms-submit-container {text-align:right;}

.lpe__grid {display:grid;grid-template-columns:50% 50%;}
.lpe__left {background: #256EFF; padding-left: calc(50vw - 800px);padding-top:80px;padding-bottom:80px;padding-right:80px;color:#fff;}
.lpe__left .lp--heading--medium {margin-bottom:48px;}
.emails__grid {display:grid;grid-row-gap:32px;}
.lpe__row {border-bottom:1px solid #C0D4F4;padding-bottom:32px;}
.lpe__name {font-size: 24px;font-weight: 600;line-height: normal;margin-bottom:8px; }
.lpe__links {display:grid;grid-template-columns:50% 50%;justify-content: space-between;}
.lpe__links a {font-size: 18px;font-weight: 600;line-height: 28px; }
.lpe__links a:hover {text-decoration-line: underline; }
.lpe__right {position:relative;}
.lpe__right iframe {position:absolute;width:100%;height:100%;top:0;left:0;}

/* NEW LP */

.lph__full {padding:0 40px;}
.lph__full img {display:block;}

.lp__webinar {padding:64px 0;}
.lpw__grid {display:grid;grid-template-columns: 55% 600px;justify-content: space-between;align-items: flex-start;}
.lpw__left {display:grid;grid-row-gap:32px;}
.lpw__left .lp--heading--small {margin-bottom:0;font-size: 40px;line-height:125%;}
.lpw__left .lp--text--large {font-size:22px;}
.lpw__left .lp--text--large p {margin:8px 0;}
.lpw__left .lp--text--large h2 {font-size: 40px;font-weight: 600;line-height: normal; margin-top:0;margin-bottom:24px; }
.lpw__left .lp--text--large h3 {font-size: 28px;font-weight: 400;line-height: 125%; margin-top:0;margin-bottom:16px;}
.lpw__left .lp--text--large a {display:inline-flex;align-items:center;column-gap:8px;font-weight:700;text-decoration: underline;font-size:22px;}
.lpw__left .lp--text--large a svg {width:32px;}
.lpw__left .lp--text--large .ap {font-size:20px;}

.lpw__icons {display:grid;row-gap:24px;}
.lpw__icons .lpb__row {grid-column-gap: 24px;}
.lpw__icons .lpb__row .lpb__img img {width:34px;}
.lpw__icons .lpb__row .lp--text {font-size:20px;line-height:150%}

.lpw__right {position:sticky;top:40px;}

/* LP GEO
--------------------------------------------- */

.page-template-page-geo .site-header, .page-template-page-geo .footer {display:none;}

.page-template-page-geo {background: linear-gradient(0deg, var(--Monday-Gray, #F7F7F7) 0%, var(--Monday-Gray, #F7F7F7) 100%), #FFF;}
.wrap--1250 {width:1250px;margin:auto;}
.wrap--1050 {width:1050px;margin:auto;}
.wrap--820 {width:820px;margin:auto;}

.lpg__heading--72 {font-size:72px;margin-top:0;line-height: 74.89%;font-family: 'Spirala', sans-serif;}
.lpg__heading--64 {font-size:64px;margin-top:0;font-family: 'Spirala', sans-serif;}
.lpg__heading--53 {font-size:53px;margin-top:0;font-family: 'Spirala', sans-serif;}
.lpg__heading--36 {font-size:36px;margin-top:0;font-family: 'Spirala', sans-serif;}

.lpg__text--24 {font-size: 24px;font-weight: 300;line-height: 120%;}
.lpg__text--16 {font-size: 16px;line-height: 150%;}

.lpg__button {font-size: 12px;font-style: normal;font-weight: 800;line-height: normal;border-radius: 8px;border: 1.5px solid #256EFF;display:inline-block;padding:10px 16px;transition: all 0.15s linear;}
.lpg__button:hover {background: #256EFF;color:#fff;transition: all 0.15s linear;}
.lpg__button--blue {display:inline-block;padding:10px 16px;color: #FFF;font-size: 12px;font-weight: 800;line-height: normal;border-radius: 8px;background: #256EFF;border:1px solid #256EFF;transition: all 0.15s linear;}
.lpg__button--blue:hover {background:#fff;color:#000;transition: all 0.15s linear;}

.lpg__header {padding:64px 0;z-index:999;position: absolute; top: 0; left: 0; width: 100%;}
.lpg__header__grid {display:grid;grid-template-columns:auto auto;grid-column-gap:72px;align-items: center;justify-content: flex-start;}
.lpg__header__logo a {display: flex;}
.lpg__header__menu ul {display:flex;list-style:none;margin:0;padding:0;column-gap:72px;align-items: center;}
.lpg__header__link {font-size: 12px;font-style: normal;font-weight: 800;line-height: normal;}
.lpg__header__toogle {display:none;border:none;background:none;}
.lpg__header__toogle svg {display:block;}

.lpg__hero {position:relative;}
.lpg__hero__grid {padding-top:300px;padding-bottom:400px;}
.lpg__hero__grid .lpg__heading--72 {margin-bottom:40px;}
.lpg__hero img, #lpg__hero__img {position:absolute;top:0;right:0;height:auto;}
.lpg__hero__grid .lpg__text--16 {margin-bottom:24px;max-width:420px;}

.lpg__search {background: #000;position:relative;}
.lpg__search__grid {height:100vh;display: flex;flex-direction:column; justify-content: center;row-gap:34px;}
.lpg__search__bar {border-radius: 138px;border: 2px solid #256EFF;padding:14px 23px;display:grid;justify-content: space-between;grid-template-columns: auto auto;align-items: center;}
.lpg__search__bar svg {display:block;}
.lpg__search__bar span {color: #FFF;font-size: 24px;font-weight: 800;line-height: normal;}
.lpg__caret {display:inline-block;width:3px;height:1.1em;margin-left:3px;background:#fff;vertical-align:text-bottom;animation:lpg-caret-blink 1s linear infinite;}
@keyframes lpg-caret-blink {0%,49% {opacity:1;} 50%,100% {opacity:0;}}
.lpg__search__bubble {border-radius: 30px;background: #232323;padding:10px 20px;align-self: flex-end;color:#fff;}
.lpg__search__response {color:#fff;padding-left:64px;}
.lpg__scrollhint {position:absolute;bottom:32px;left:50%;transform:translateX(-50%);background:none;border:none;padding:8px;cursor:pointer;z-index:5;opacity:0;visibility:hidden;transition:opacity 0.3s, visibility 0.3s;}
.lpg__scrollhint.visible {opacity:1;visibility:visible;}
.lpg__scrollhint svg {display:block;}
.lpg__scrollhint__dot {animation:lpg-scrollhint-dot 1.6s ease-in-out infinite;}
@keyframes lpg-scrollhint-dot {0% {transform:translateY(0);opacity:1;} 70% {transform:translateY(14px);opacity:0;} 100% {transform:translateY(0);opacity:0;}}

.lpg__stats {background: #256EFF;color: #FFF;}
.lpg__stats__grid {padding:140px 0;display:grid;grid-template-columns:30% 30% 30%;justify-content: space-between;}
.lpg__stats__number {font-family: 'Spirala', sans-serif;font-size: 100px;font-weight: 700;line-height: 97.357%;margin-bottom:24px;}

.lpg__description {padding:180px 0;}

.lpg__description .lpg__heading--64 {color:#256EFF;margin-bottom:80px;}
.lpg__text--24 {text-align:center;margin:auto;max-width:660px;}

.lpg__table__wrap {border-radius: 8px;background: #FFF;padding:40px 0;}
.lpg__table .lpg__heading--36 {text-align:center;margin-bottom:40px;}
.lpg__table table {font-size: 16px;font-weight: 700;line-height: 120%;}
.lpg__table th:first-of-type {text-align:left;padding:16px 0;}
.lpg__table td {padding:16px 0;}
.lpg__table__scroll {overflow-x:auto;-webkit-overflow-scrolling:touch;}

.blue {color:#256EFF;}
.check__blue {width:22px;height:19px;display:block;margin:auto;background:url(img/blue.svg)center center no-repeat;}
.check__orange {width:22px;height:19px;display:block;margin:auto;background:url(img/orange.svg)center center no-repeat;}
.check__blank {width:22px;height:19px;display:block;margin:auto;background:url(img/blank.svg)center center no-repeat;}
.lpg__table small {font-weight: 400 !important;display:block;}


.lpg__bc {padding:64px 0;}
.lpg__bc__grid {}
.lpg__bc img, #lpg__bc__img {display:block;max-width:100%;height:auto;}
.lpg__bc__inner {display:none;}
.lpg__heading--36 {}
.lpg__text--16 {}

.lpg__gm {padding:60px 0;}
.lpg__gm__grid {display:grid;grid-template-columns:45% 50%;justify-content: space-between;margin-bottom:44px;}

.lpg__gm__left .lpg__heading--36 {margin-bottom:40px;}
.lpg__gm__right {position:relative;text-align:right;}
.lpg__gm__img1 {position:absolute;top: -70px;left: -40px;z-index:2;}
.lpg__gm__img2 {display:inline-block;}
.lpg__gm__img3 {position:absolute;bottom:0;right:0;z-index:2;bottom: 15px; right: -25px;}
.lpg__gm__boxes {border-radius: 8px;background: #FFF;padding:20px 24px;display:grid;grid-template-columns:29% 29% 29%;justify-content: space-between;}
.lpg__gm__box {display:grid;grid-template-columns:22px 1fr;grid-column-gap:16px;position:relative;}
.lpg__gm__box:after {content:'';position:absolute;right:-32px;top:0;height:100%;width:1px;background: #256EFF;}
.lpg__gm__box:last-of-type:after {display:none;width:0;}
.lgb__icon svg {display:block;}
.lpg__gm__box .lpg__text--16 strong {display:block;}
.lpg__gm__box .lpg__text--16 span {display:block;}

.lpg__product .lpg__heading--36 {margin-bottom:40px;}
.lpg__product__grid {display:grid;grid-template-columns:repeat(4, 23.5%);justify-content: space-between;}
.lpg__product__box {padding:24px;border-radius: 8px;background: #FFF;}
.lpg__product__box strong {display:block;margin-bottom:20px;min-height: 39px;}
.lpg__product__box div {color:#5C5C5C;}

.lpg__why {padding:64px 0;}
.lpg__why__blue {border-radius: 8px;background: #256EFF;padding:40px 0;color:#fff;}
.lpg__why__blue .lpg__heading--36 {margin-bottom:30px;}
.lpg__why__boxes {margin-top:50px;display:grid;grid-template-columns:45% 45%;justify-content: space-between;grid-row-gap:20px;}
.lpg__why__box .lpg__heading--53 {margin-bottom:16px;}
.lpg__why__white {border-radius: 8px;background: #FFF;padding:64px 0;}
.lpg__why__white .lpg__heading--36 {margin-bottom:10px;text-align:center;}
.lpg__why__white .lpg__text--24 {margin-bottom:30px;}
.lpg__why__white .lpg__why__button {text-align:center;}

.lpg__blog__grid {display:grid;grid-template-columns:31% 31% 31%;justify-content: space-between;grid-row-gap:32px;}

.lpg__article {position:relative;background: #FFF;border-radius: 8px;}
.lpg__more {position:absolute;width:100%;height:100%;top:0;left:0;}
.lpg__post--img img {display:block;object-fit: cover;aspect-ratio: 3 / 2;}
.lpg__post {padding:16px;}
.lpg__post .lpg__text--16 strong {display:block;margin-bottom:20px;}

.lpg__faq {padding:64px 0;}
.lpg__faq__grid {display:grid;grid-template-columns:30% 69%;justify-content: space-between;}
.lpg__faq__box {border-bottom:1px solid #000;}
.lpg__faq__box:first-of-type {padding-top:0;}
.lpg__faq__header {padding:24px 0;display:flex;justify-content: space-between;align-items: center;cursor:pointer;}
.lfh__heading {font-size: 24px;font-weight: 700;line-height: 120%;}
.lfh__icon {transition:transform .4s ease;}
.lfh__icon svg {display:block;}
.lpg__faq__box.active .lfh__icon {transform:rotate(180deg);}
.lpg__faq__box .lpg__text--16 {padding-bottom:24px;display:none;}
.lpg__faq__box .lpg__text--16 p {margin:0;}

.lpg__footer {color:#fff;}
.lpg__footer__wrap {background:#000;padding-top:64px;padding-bottom:24px;}
.lpg__footer__top {text-align:center;margin-bottom:64px;}
.lpg__footer__logo {margin-bottom:34px;}
.lpg__footer__top .lpg__heading--36 {margin-bottom:0;}
.lpg__footer__claim {font-size: 36px;font-weight: 500;line-height: 100%;margin-bottom:16px;}
.lpg__footer__links {display:grid;grid-template-columns:auto auto;justify-content: space-between;font-size: 12px;font-weight: 700;line-height: 120%;margin-bottom:16px;}
.lfl__left {display:flex;column-gap:40px;}
.lfl__right {display:flex;column-gap:40px;}

.lpg__footer__info {font-size: 12px;font-weight: 400;line-height: 120%;display:flex;justify-content: space-between;}
.lpg__footer__info a {text-decoration:underline;}

/* FOOTER
--------------------------------------------- */

.contact {background: var(--Key, #256EFF);color:#fff;position:relative;z-index:2;}
.contact__grid {padding:200px 0;}
.contact .heading--large {margin-bottom:16px;font-weight:400;}
.contact .button:hover {transform: rotate(0deg) !important;transition: all 0.2s linear;}

.footer {background: #fff;padding:64px 0;position:relative;z-index:2;}
.footer__grid {display:grid;grid-template-columns:auto 1fr;}
.footer__left {padding-right:4vw;border-right:1px solid rgba(0, 0, 0, 0.90);;}
.footer__logo {margin-bottom:32px;display:inline-block;}
.footer__logo svg {width:268px;}
.footer__socials {display:grid;grid-template-columns:auto auto;grid-column-gap:24px;justify-content: flex-start;}
.footer__socials a svg path {transition: all 0.2s linear;}
.footer__socials a:hover svg path {fill:#256EFF;transition: all 0.2s linear;}
.footer__fb:hover svg path {fill:#1877F2;transition: all 0.2s linear;}
.footer__in:hover svg path {fill:#0A66C2;transition: all 0.2s linear;}

.footer__right {padding-left:4vw;}
.footer__columns {display:grid;grid-template-columns:auto auto auto;grid-column-gap:10%;justify-content: space-between;margin-bottom:40px;}
.footer__columns .heading--small {margin-bottom:24px;}
.footer__columns a {font-size:22px;line-height:28px;position:relative;font-weight: 300;}
.footer__columns a:after {content:'';position:absolute;left:0;bottom:0;background:#000;height:1px;width:0;transition: all 0.2s linear;}
.footer__columns a:hover:after {width:100%;transition: all 0.2s linear;}
.footer__copyright {display:grid;justify-content: space-between;grid-template-columns:auto auto;align-items: center;}
.footer__address {font-size: 25px;line-height: 35px;display:flex}
.footer__address svg {margin-right:24px;}
.footer__address span {position:relative;}
.footer__address span:after {content:'';position:absolute;left:0;bottom:0;background:#fff;height:1px;width:0;transition: all 0.2s linear;}
.footer__address span:hover:after {width:100%;transition: all 0.2s linear;}
.footer__arr {font-weight: 300;font-size: 18px;line-height: 25px;}

/* RWD
--------------------------------------------- */

@media screen and (max-height: 830px) {
	.main-navigation a {font-size: 48px;padding: 12px;}
	.megamenu {padding:4vh 0;}
}

@media screen and (max-height: 720px) {
	.main-navigation a {font-size: 40px;padding: 10px;}
	.menu__h {margin-bottom:2px;margin-top:4px;}
	.menu__left .cl__logo {width: 114px;}
}


@media screen and (max-height: 590px) {
	.main-navigation a {font-size: 32px;}
	.megamenu {overflow-y:scroll}
}


@media screen and (max-height: 560px) {
	.hero__final, .hero__side {top:55%}
}

@media screen and (max-width: 1680px) {
	.wrap {width:1360px;}
	.menu__close__wrap {width:1360px;}
	.menu__pp {right:4vw;}
	.videowrap {width:1360px;}
	.text {font-size: 22px;}
	.segment__link {font-size: 42px;padding: 20px 0;}
	.crosslinks__grid {grid-template-columns: 63% auto;}
	.cl__links a {padding: 10px 32px 10px 24px;}
	.cl__logo {width:124px;}
	.cl__arrow {margin-right: 32px;}
	.home__offer--grid {grid-template-columns: 45% 45%;grid-row-gap: 3vw;}
	.offer__heading {font-size: 42px;}
	.home__offer .text--small {font-size: 18px;}
	.footer__logo svg {width: 200px;}
	.footer__columns {grid-template-columns: auto auto auto;grid-column-gap: 8%;margin-bottom: 32px;}
	.home__case .heading--tiny {font-size: 32px;line-height: 120%;}
	.testimonial {padding: 32px 24px;margin: 60px 2vw;}
	.t__header {grid-column-gap:16px;}
	.segments__grid {grid-template-columns: 45% 45%;}
	.segments .section__header {margin-bottom: 32px;}
	.projects__cats a {font-size: 28px;	padding: 6px 16px;}
	.number__top {font-size: calc(3vw + 38px);}
	.lph__full {padding:0 20px;}
	.lp__webinar {padding:60px 0;}
	.lpw__grid {grid-template-columns: 50% 48%;}
}

@media screen and (max-width: 1420px) {
	.menu__close__wrap {width:1200px;}
	.wrap {width:1200px;}
	.videowrap {width:1200px;}
	.cases__row {grid-template-columns: 30% 30% 30%;}
	.home__case {height: 27vw;}
	.projects__cats a {font-size: 24px;}
	.wrap1400 {width:1200px;}
	.wrap1300 {width:1200px;}
}

@media screen and (max-width: 1240px) {
	.menu__close__wrap {width:100%;}
	.menu__close {right:10px;}
	.wrap, .wrap1400, .wrap1300 {width:100%;padding:0 24px;}
	.videowrap {width:100%;}
	.text {font-size: 18px;}
	.segment__link {font-size: 32px;padding: 18px 0;}
	.segment__link:hover {padding-left: 48px;}
	.segment__link svg {width:24px;}
	.cl__logo {width:94px;}
	.crosslinks__grid {grid-template-columns: 100%;}
	.cl__links {justify-content: space-evenly;}
	.footer {padding: 32px 16px;}
	.footer__grid {grid-template-columns: 100%;}
	.footer__left {padding-right: 0;border-right: none;margin-bottom:32px;}
	.footer__right {padding-left: 0;}
	.footer__columns {grid-template-columns: 100%;margin-bottom: 32px;grid-row-gap: 24px;}
	.footer__columns .heading--small {margin-bottom: 4px;}
	.footer__columns a {font-size: 18px;line-height: 24px;}
	.footer__address {font-size: 18px;line-height: 28px;}
	.footer__address svg {margin-right: 16px;height: 26px;}
	.about__grid {grid-template-columns: 100%;}
	.about__right {background: #FBFBFB;padding:0 32px;font-size: 25px;	line-height: 100%;}
	.spec__content {grid-template-columns: 100%;}
	.spec__left {padding: 0 16px;align-items: flex-start;padding-top: 140px;}
	.about__right p {margin-bottom:0;}
	.text--tiny {font-size: 16px;}
	.cv__grid {grid-template-columns: 50% 48%;}
	.cv__content {padding:0 10px;}
	.related__grid {grid-template-columns: 30% 30% 30%;}
	.projects__case {padding-top:0;}
	.services__left {grid-row-gap: 24px;}
	.services__left a {font-size: 18px;}
	.t__header {margin-bottom: 32px;display: grid;grid-template-columns: 66px 1fr;grid-column-gap: 12px;align-items: center;}
	.t__name {font-size: 20px;margin-bottom:8px;}
	.t__position {font-size: 12px;line-height: 120%;display: inline-block;}
	.project__circle__wrap {display:none;}
	.about {padding-top:80px;padding-bottom:40px;}
	.segments, .casestudies, .awards, .offer, .clients .projects__hero {padding:40px 0;}
	.case__intro {padding:25px 0;}
	.testimonials {padding-top:40px;}
	.award {display:grid !important;grid-template-columns:50% 50%;align-items: center;}
	.award__img {text-align:center;margin-bottom:0px;border-right:1px solid #eee;}
	.award__img img {margin:auto;}
	.award__desc {padding:0 5vw;}
	.awards .section__header {grid-template-columns:100%;grid-row-gap:30px;}
	.awards .section__header .section--heading {border-right: none;padding-right: 0;}
	.single__thumb img {max-height: 40vw;}

	.lp--heading--large {font-size: 64px;}
	.lp--heading--small--light {font-size: 32px;}
	.lp--heading--medium {font-size: 48px;}
	.lp--heading--small {font-size: 32px;}
	.lp--heading--tiny--light {font-size: 24px;}
	.lp--heading--tiny {font-size: 24px;}
	.lp--text--large {font-size: 18px;}
	.lp--text {font-size: 16px;}
	.lphn__n {font-size: 48px;}
	.lphn__t {font-size: 24px;}
	.lph__left {padding-left: 24px;}
	.lpe__left {padding:24px;}
}

@media screen and (max-width: 920px) {
	.home__offer--grid {grid-template-columns: 100%;grid-row-gap:20px;}
	.home__offer {border-bottom:1px solid #eee;padding-bottom:16px;}
	.home__offer:last-of-type {border-bottom:none;}
	.offer__heading {font-size: 30px;margin-bottom:2px;}
	.text--small {font-size: 16px;}
	.home__offer .text--small {font-size:14px;margin-bottom:5px;}
	.home__offer a {font-size:14px;}
	.home__offer a svg {margin-left: 30px;width: 24px;}
	.casestudies .section__header {grid-template-columns: 100%;	margin-bottom: 27px;grid-row-gap: 24px;}
	.cases__more {font-size: 18px;align-items: center;}
	.cases__more svg {margin-left: 32px;height: 28px;}
	.segments__right {display:none;}
	.segments__grid {grid-template-columns: 70%;}
	.segments .section__header {margin-bottom: 40px;}
	.sc__grid {grid-template-columns: repeat(2, 45%);grid-row-gap:25px;}
	.section--heading br {display:none;}
	.offer .section__header {margin-bottom: 40px;}
	.award__nav--img img {top: 24px;max-height: 120px;}
	.awards__nav--count {font-size: 24px;line-height: 150%;bottom: 24px;}
	.awards__slider {margin-bottom: 24px;}
	.award__desc {font-size: 24px;}
	.blog__grid {grid-template-columns: 48% 48%;grid-row-gap: 40px;	margin-bottom: 80px;}
	.bg__post--img img {height: 45vw;}

	.lp--offer__grid {grid-template-columns: 48% 48%;grid-row-gap: 24px;}
	.cases__slider .home__case {height:40vw;}
	
.lpw__grid {grid-template-columns: 100%;grid-row-gap:24px;}
.lpw__left {display:grid;grid-row-gap:24px;}
}

@media screen and (max-width: 780px) {
	.menu__left {height:auto;}
	.menu__close svg {width:32px;height:32px;}
	.megamenu {overflow-y:scroll}
	.menu__pp {margin:16px 0;position:static;}
	.menu__pp a {font-size: 14px;}
	.menu__pp a svg {display:none;}
	.main-navigation a {font-size: 32px;}
	.hero__side p {font-size:18px;margin: 0px 10px;}
	.hero__side span {font-size: 18px;top: 4px;}
	.hero__side {position: absolute;top: auto;transform:rotate(0deg) !important;left: 0;bottom: 20px;width: 100%;justify-content: center;}
	.segment__link {font-size: 23px;}
	.clients .section__header {margin-bottom: 24px;}
	.clients__grid {grid-template-columns: repeat(4, 22%);grid-row-gap: 24px;justify-content: space-between;}
	.contact__grid {padding: 120px 0;}
	.footer__copyright {grid-template-columns: 100%;grid-row-gap: 16px;}
	.specjalizacja {grid-template-columns: 100%;}
	.spec__right {padding: 88px 16px 28px 16px;}
	.spec__left {display:none;}
	.spec__left__mobile {display:block;box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.05);position:relative;position:fixed;top:0;width:100%;background:#fff;z-index:2;}
	.slm__grid {height:70px;display:grid;grid-template-columns:200px auto;align-items: center;justify-content: space-between;}
	.slm__button {font-weight: 300;font-size: 18px;line-height: 100%;display: grid;	grid-template-columns: auto auto;justify-content: space-between;align-items: center;}
	.slm__button span {width: 19px;height: 12px;background: url(img/selectarrow.png)center center no-repeat;display: inline-block;transition: all 0.2s linear;}
	.slm__button.active span {transform:rotate(180deg);transition: all 0.2s linear;}
	.slm__dropdown {overflow: hidden;position:absolute;top:70px;left:0;right:0;background:#fff;height:0;z-index:2;transition: all 0.2s linear;}
	.slm__dropdown.active {box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.05);height:330px;transition: all 0.2s linear;}
	.slm__dropdown a {display:block;font-weight: 300;font-size: 18px;line-height: 100%;color: #102030;padding:18px 30px;border-bottom:1px solid rgba(96, 121, 160, 0.1)}
	.slm__close {border:none;padding:0;background:none;}
	.spec__circle__wrap {display:none;}
	.spec__name {margin-bottom:24px;}
	.spec__heading {font-size: 24px;margin-bottom:24px;}
	.testimonial {padding: 24px;}
	.cs__grid {grid-row-gap: 48px;}
	.cs__block {grid-template-columns: 100%;grid-row-gap:24px;}
	.cs__block:nth-of-type(2n) .csb__content {order: 1;}
	.cs__block:nth-of-type(2n) .csb__img {order: 2;}
	.csb__heading--large {margin-bottom: 5px;}
	.cv__grid {grid-template-columns: 100%;grid-row-gap: 16px;}
	.case__video {padding-bottom:48px;}
	.effects__mainheading {margin-bottom:5px;}
	.case__number {width:30%;}
	.related__grid, .case__grid {grid-template-columns: 100%;grid-row-gap:25px;}
	.related__grid .sc__title, .case__grid .sc__title {margin-top: 10px;font-size: 18px;line-height: 100%;margin-bottom: 5px;}
	.related__grid .sc__excerpt, .case__grid .sc__excerpt {font-size: 14px;line-height: 120%;}
	.related__grid .sc__thumb img, .case__grid .sc__thumb img {height: calc(100vw - 32px);}
	.related__grid .sc__morelink, .case__grid .sc__morelink {margin-top:5px;}
	.related__grid .cs__arr, .case__grid .cs__arr {width:20px;}
	.related__grid .sc__case, .case__grid .sc__case {padding-bottom:20px;border-bottom:1px solid rgba(56, 64, 77, .1);}
	.related__heading {font-size: 24px;margin-bottom: 32px;}
	.td__heading {margin-bottom: 24px;}
	.projects__cats {display:none;}
	.mobile__cats {display:block;position:relative;margin-bottom:32px;}
	.mc__trigger {position:relative;z-index:3;background: #FFFFFF;box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.05);font-weight: 300;font-size: 18px;line-height: 100%;padding:16px 30px;display:grid;grid-template-columns:auto auto;justify-content: space-between;align-items: center;}
	.mc__dropdown {overflow:hidden;background: #FFFFFF;box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.05);position: absolute;top: 100%;z-index: 2;left: 0;right: 0;width: 100%;}
	.mc__dropdown a {font-weight: 300;font-size: 18px;line-height: 100%;text-transform: lowercase;color: #102030;padding:18px 25px;border-bottom:1px solid rgba(56, 64, 77, .1);display:block;}
	.ss__columns {columns: 2;}
	.testimonials .section--heading {max-width:90%;}
	.about__right {margin-top:40px;padding: 25px 16px;margin-left: -24px;margin-right: -24px;background:none;border-left:none;text-align:left;font-size: 25px;line-height: 100%;box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.03);}
	.about__right p {margin:0;}
	.about__right p strong {font-weight:700;}
	.segment__link::after {width: 100%;left: -24px;}
	.segment__link, .segment__link:hover {padding-left: 32px;}
	.segment__link svg {width: 16px;left:0;opacity:1;}
	.cv__video svg {width:64px;}
	.cv__video {order:2;}
	.cv__content {order:1;}
	.testimonial {margin: 60px 16px;}
	.testimonials .slick-current {transform: scale(1);}
	.button svg {width:31px;}
	.button {padding: 12px;font-size: 21px;align-items: center;}
	.awards {box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.1);}
	.cl__heading {margin-top:0;margin-bottom:20px;font-size:23px;}
	.client {height:auto;}
	.contact .heading--large {margin-bottom: 34px;}
	.sc__right {border-left: none;padding: 0;}
	.spec__content {margin-bottom:40px;}
	.services__grid {grid-template-columns: 100%;grid-row-gap: 32px;}
	.services__left {display:none;}
	.csb__heading--medium {font-size:24px;}
	.case__sections {padding:28px 0;}
	.spacer__header {padding:28px 0;}
	.hero .scroll, .hero .scroll svg {width:30px;}
	.page-template-page-services .projects__hero {padding: 64px 0 48px 0;height: auto;}
	.t__img img {height: 60px;}
	.single__thumb img {max-height: 50vw;}
	.heading--medium {font-size: 48px;line-height: 64px;}
	.single__thumb {margin-bottom: 32px; }
	.single__post p, .single__post ul {font-size: 20px;}
	.single__post .heading--medium {margin-bottom: 32px;}
	.single__post h2, .single__post h3, .single__post h4 {font-size: 32px;line-height: 48px;margin-bottom: 32px;}
	.blog__cats {margin-bottom: 48px;}
	.bg__more {font-size: 16px;line-height: 22px;padding: 12px 18px;}

	.lph__grid {grid-template-columns: 100%;grid-row-gap:24px;padding:0 24px;}
	.lph__left {order:2;padding-left:0;}
	.lph__right {order:1;}
	.lph__left .lp--heading--large, .lp__content .lp--heading--medium {margin-bottom:24px;}
	.lph__left .lp--heading--small--light, .lp__content .lp--text--large, .lp__contact .lp__header {margin-bottom:32px;}
	.lp__offer .lp__header, .lp__clients .lp--heading--medium {margin-bottom:48px;}
	.lp__header {grid-column-gap: 32px;}
	.lph__numbers {grid-row-gap:16px;}
	.lp__content, .lp__offer, .lp__team, .lp__case, .lp__clients {padding: 48px 0;}
	.lp__offer--block {padding: 16px;}
	.lp--clients__grid {grid-template-columns: repeat(4, 24%);}
	.lp--briefing__grid {grid-template-columns: 100%;}
	.lpb__left {text-align: center;}
	.lpb__row {justify-content: center;grid-column-gap: 24px;}
	.lpb__right {grid-row-gap: 24px;}
	.lpe__grid {grid-template-columns: 100%;}
	.lpe__right iframe {position:static;height:280px;}
}

@media screen and (max-width: 580px) {
	.main-navigation {text-align:center;}
	.main-navigation a {font-size:30px;}
	.menu__h {text-align:center;font-size:18px;}
	.menu__left .cl__links {justify-content: center;}
	.menu__pp {text-align:center;}
	.award__desc {font-size: 16px;padding:0 23px;}
	.award__img img {max-height:80px;}
	.case__cats {display: block;}
	.case__cats a, .case__cats span {display:block;margin-bottom:4px;}
	.effects__numbers {flex-wrap:wrap;}
	.case__number {width:100%;}
	.number__top {margin-bottom:0;}
	.case__effects .text {margin-bottom: 32px;margin-top: 0;}
	.case__summary {padding: 32px 0;}
	.case__related {padding:24px 0;}
	.ss__heading {margin-bottom: 16px;}
	.ss__content {margin-bottom: 0;}
	.cases__more {display:none;}
	.cases__row {display:none;}
	.home__cases__mobile {display:block;padding:0 16px;}
	.hcm__grid {display:grid;grid-row-gap:24px;margin-bottom:40px;}
	.home__cases__mobile .center {text-align:center;}
	.cbutton {background: #FFFFFF;	box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.05);padding:16px 24px;display:inline-flex;align-items:center;font-weight: 300;font-size: 20px;line-height: 100%;text-transform: uppercase;color: #38404D;transform: rotate(-1deg);}
	.cbutton svg {margin-left:16px;}
	.sc__title {font-weight: bold;font-size: 18px;line-height: 100%;margin-bottom: 5px;display: inline-block;}
	.hcm__grid .sc__title {font-size: 25px;	line-height: 100%;margin-bottom:5px;margin-top:0;}
	.hcm__grid .sc__excerpt {font-size: 15px;line-height: 120%;margin-bottom:5px;}
	.hcm__grid .cs__arr {width:19px;}
	.hcm__grid .sc__case img {margin-bottom:15px;height: calc(100vw - 32px);}
	.si__images {grid-template-columns: auto;border-right: 1px solid #EEE;	padding-right: 20px;grid-row-gap:15px;}
	.si__images img {max-width: 80px;}
	.si__grid .text {font-size:14px;}
	.hero__final{top:50%;}
	.projects__hero {padding: calc(3vw + 10px) 0;margin-top: 80px;}
	.blog__cats a {padding: 4px 12px;font-size: 16px;}
	.blog__cats ul {column-gap: 24px;}
	.about {padding-top: 64px;padding-bottom: 32px;margin-top:0; }
	.hero {position: static;}

	.lp--heading--large {font-size: 48px;}
	.lp--heading--small--light {font-size: 24px;}
	.lp--heading--medium {font-size: 32px;}
	.lp--heading--small {font-size: 24px;}
	.lp--heading--tiny--light {font-size: 18px;}
	.lp--heading--tiny {font-size: 18px;}
	.lp--text--large {font-size: 16px;}
	.lp--text {font-size: 16px;}
	.lphn__n {font-size: 32px;}
	.lphn__t {font-size: 18px;}
	.lp__person img, .lp__person .lp--heading--small {margin-bottom: 24px;}
	.cases__slider .home__case {height:80vw;}

.lph__full {padding:0 10px;}
.lp__webinar {padding:40px 0;}
.lpw__left .lp--text--large h2 {font-size: 32px;}
.lpw__left .lp--text--large h3 {font-size: 24px;}
.lpw__icons {row-gap:10px;}
.lpw__icons .lpb__row {grid-column-gap: 16px;}
.lpw__icons .lpb__row .lpb__img img {width:32px;}
.lpw__icons .lpb__row .lp--text {font-size:18px;}
.lpw__right {position:sticky;top:20px;}
}

@media screen and (max-width: 480px) {
	.menu__left {height:auto;}
	.menu__left .cl__logo {width:100px;}
	.sc__grid {grid-template-columns: 100%;}
	.related__grid .sc__thumb img, .case__grid .sc__thumb img {height: 80vw;}
	.segments__grid {grid-template-columns: 90%;}
	.spec__case .sc__case img {height: calc(100vw - 32px);}
	.testimonial {margin: 50px 16px;}
	.testimonials .section__header {margin-bottom:0;}
	.single__thumb img {max-height: 60vw;}
	.single__post p, .single__post ul {font-size: 16px;}
	.heading--medium {font-size: 36px;line-height: 48px;}
	.single__post {margin-bottom: 64px;}
	.bg__cat {top: 12px;right: 12px;padding: 6px 12px;font-size: 16px;line-height: 22px;}
	.bg__date {padding: 6px 12px;font-size: 16px;line-height: 22px;left: 12px;bottom: 12px;}
	.blog__grid {grid-template-columns: 100%;grid-row-gap: 32px;margin-bottom: 64px;}
	.bg__post--img img {height: 84vw;}

	.lp--offer__grid {grid-template-columns: 100%;}
	.lp--team__grid {grid-template-columns: 100%;}
	.lp--clients__grid {grid-template-columns: repeat(3, 33%);}
}

@media screen and (max-width: 380px) {
	.ss__columns {columns: 1;}
	.cl__links a {padding: 10px 14px 10px 14px;}
	.cl__arrow {margin-right: 16px;width:10px;}
	.cl__links {grid-column-gap: 0px;}
	.testimonials .section--heading {max-width:100%;}
}

/*--------------------------------------------------------------
# LP GEO — mobile
--------------------------------------------------------------*/


@media screen and (max-width: 1480px) {
	.lpg__hero img, #lpg__hero__img {max-width:80%;}
}


@media screen and (max-width: 1300px) {
	.wrap--1250 {width:auto;padding:0 16px;}
}

@media screen and (max-width: 1100px) {
	.wrap--1050 {width:auto;padding:0 16px;}
}

@media screen and (max-width: 860px) {
	.wrap--820 {width:auto;padding:0 16px;}
}

@media screen and (max-width: 920px) {
	.lpg__header {padding:24px 0;z-index: 999;}
	.lpg__header__grid {justify-content: space-between;}
	.lpg__header__menu ul {position:absolute;top:100%;left:0;right:0;display:flex;flex-direction:column;align-items:flex-start;row-gap:4px;background:#fff;padding:8px 16px 24px;box-shadow:0 16px 24px rgba(0,0,0,0.08);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .25s ease,transform .25s ease,visibility 0s linear .25s;}
	.lpg__header.menu-open .lpg__header__menu ul {opacity:1;visibility:visible;transform:translateY(0);transition:opacity .25s ease,transform .25s ease;}
	.lpg__header__link {display:block;padding:12px 0;font-size:16px;}
	.lpg__header__menu .lpg__button {margin-top:8px;}
	.lpg__header__toogle {display:block;cursor:pointer;padding:0;}
	.lpg__header__toogle .lht__close {display:none;}
	.lpg__header.menu-open .lht__open {display:none;}
	.lpg__header.menu-open .lht__close {display:block;}

	.lpg__heading--72 {font-size:clamp(40px, 8vw, 72px);}
	.lpg__heading--64 {font-size:clamp(36px, 7vw, 64px);}
	.lpg__heading--36 {font-size:28px;}
	.lpg__hero__grid .lpg__heading--72 {margin-bottom:24px;}
	.lpg__hero__grid {padding-top:80px;padding-bottom:32px;}
	.lpg__hero img, #lpg__hero__img {position:static;width:100%;max-width:100%;height:auto;margin-bottom:40px;}

	.lpg__search {box-shadow:inset 0 0 120px 10px rgba(37,110,255,0.55);}
	.lpg__search__grid {height:auto;padding:64px 0;}
	.lpg__stats__grid {padding: 64px 0; grid-template-columns: 100%; grid-row-gap: 32px;}
	.lpg__description {padding:64px 0;}
	.lpg__description .lpg__heading--64 {margin-bottom:48px;text-align:center;}
	.lpg__text--24 {font-size: 18px;}
	.lpg__table td {padding: 12px 0;}
	.lpg__table table {font-size: 14px;min-width:600px;}
	.lpg__table td, .lpg__table th {padding-right:16px;}
	.lpg__bc img, #lpg__bc__img {display:none;}
	.lpg__bc__inner {display:block;text-align:center;}
	.lpg__gm {padding-top:0;}

	.lpg__gm__grid {grid-template-columns:100%;grid-row-gap:48px;}
	.lpg__gm__img1 {max-width:45%;top:-40px;left:0;}
	.lpg__gm__img2 {max-width:100%;}
	.lpg__gm__img3 {max-width:45%;right:0;}
	.lpg__gm__boxes {grid-template-columns:100%;grid-row-gap:20px;}
	.lpg__gm__box:after {right:auto;top:auto;left:0;bottom:-10px;width:100%;height:1px;}

	.lpg__product .lpg__heading--36 {text-align:center;}
	.lpg__product__grid {grid-template-columns:48% 48%;grid-row-gap:16px;}
	.lpg__product__box strong {min-height:0;}

	.lpg__heading--53 {font-size:clamp(32px, 5.8vw, 53px);}
	.lpg__why {text-align:center;}
	.lpg__why__boxes {grid-template-columns:100%;}

	.lpg__blog__grid {grid-template-columns:48% 48%;grid-row-gap:24px;}
	.lpg__post--img img {width:100%;}

	.lpg__faq__grid {grid-template-columns:100%;grid-row-gap:8px;}
	.lpg__faq .lpg__heading--36 {text-align:center;}
	.lfh__heading {font-size:20px;padding-right:16px;}

	.lpg__footer__claim {font-size:28px;}
	.lpg__footer__links {grid-template-columns:100%;grid-row-gap:12px;justify-items:center;}
	.lpg__footer__info {flex-direction:column;row-gap:8px;align-items:center;text-align:center;}
}

@media screen and (max-width: 720px) {
	.lpg__search__bar svg {width: 18px; height: 18px;}
	.lpg__search__bar span {font-size: 16px;}
	.lpg__product__grid {grid-template-columns:100%;}
	.lpg__blog__grid {grid-template-columns:100%;}
}

@media screen and (max-width: 480px) {
	.lpg__search__bar span {font-size: 12px;}
	.lpg__search__bubble {font-size:12px;}
	.lpg__search__grid {row-gap: 24px;}
	.lpg__search__response {padding-left:0;}
	.lpg__search__bar {padding: 14px;}
	.lpg__stats__number {font-size: 80px;}
}