:root {
  --orange: #F05924;
  --black: #000000;
  --beige: #EBECDC;
  --lightblue:#C3DBF5;
  --midblue: #4781D2;
  --darkblue:#040348;
}

@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');
@import url('http://fonts.googleapis.com/css2?family=Playwrite+AT:ital,wght@0,100..400;1,100..400&family=Space+Mono&display=swap');

/* .pt-serif-regular {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
} */

@font-face {
  font-family: 'Switzer';
  src: url('/templates/static/fonts/Switzer-Regular.woff2') format('woff2'),
	   url('/templates/static/fonts/Switzer-Regular.woff') format('woff'),
	   url('/templates/static/fonts/Switzer-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Switzer';
  src: url('/templates/static/fonts/Switzer-Medium.woff2') format('woff2'),
	   url('/templates/static/fonts/Switzer-Medium.woff') format('woff'),
	   url('/templates/static/fonts/Switzer-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Switzer';
  src: url('/templates/static/fonts/Switzer-Semibold.woff2') format('woff2'),
	   url('/templates/static/fonts/Switzer-Semibold.woff') format('woff'),
	   url('/templates/static/fonts/Switzer-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}


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, 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, claim, hero {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
#footer, header, hgroup, menu, nav, section, claim, hero {
  display: block;
}
html, body {
  height: 100%;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
ol, ul {
  /* list-style: none; */
}

ul,ol {
  padding: 15px;
  padding-left: 23px;
  padding-bottom: 1em;
  padding-top: 0.5em;
}
::marker {
}
.popis h2,
.popis h3  {
	/* padding-top: 1em; */
}
.popis h3  {
	padding-bottom: 0.5em;
}

ul li, ol li {
	padding-bottom: 6px;
	padding-left: 2px;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ui-sortable, .ui-sortable li, .ui-sortable h3 {
  zoom:1;
}
a {
  color: #000000;
  text-decoration: none;
}


.headerimg.about-img img{
aspect-ratio: auto;
}

body {
  font-family: 'Switzer';
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  font-size:16px;
  letter-spacing: -0.002em;
}

em {
	font-family: "PT Serif", serif;
	font-style: normal;
}

.hdr-bck video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	filter: brightness(0.9);
}

.nav-wrap {
	max-width: 1540px;
	padding:  14px 30px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

nav {
	background: whitesmoke;
}

.menu {
	display: flex;
	gap: 15px;
}
nav {
	position: fixed;
	z-index: 9999;
	width: 100%;
}

a.cta.menu-cta {
	font-weight: 600;
	background: var(--orange);
	padding: 10px 33px;
}

.menu-button {
	padding: 10px 33px;
	background: var(--beige);
	display: flex;
	justify-content: space-between;
	font-weight: 500;
	color: var(--darkblue);
	transition: all ease 0.5s;
}
.menu-button:hover {
	background: #d9d9cd
}
a.cta.menu-cta {
	border-radius: 2px;
}

.menu-button {
	border-radius: 2px;
	width: 121px;
	padding: 10px 15px;
	cursor: pointer
}

.menu-button-text {
	display: flex;
	gap: 15px;
	justify-content: space-between;
	width: 100%;
}

a.lang.menu-item {
	min-width: 82px;
	text-align: center;
	border: 1px solid var(--lightblue);
	border-radius: 2px;
	padding: 9px;
}
a.lang.menu-item {
	font-weight: 500;
	color: var(--darkblue);
}
a.lang.menu-item:hover {
	background: var(--darkblue);
	color: white;
}

a.lang.menu-item {
	transition: all ease 0.5s;
}

a.cta.menu-cta:hover {
	background: #D93D05;
}

a.cta.menu-cta {
	transition: all ease 0.5s;
}

.big-menu {
	display: block;
	position: fixed;
	width: 100%;
	height: calc(100% - 64px);
	background: #c4dbf4;
	left: 0;
	top: 65px;
	overflow: hidden;
}

.right-menu {
	background: var(--beige);
	display: flex;
	/* flex-direction: column; */
	height: 100%;
	width: 75%;
	position: relative;
}

.left-menu {
	background: var(--lightblue);
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 25%;
}

.right-menu-col {
	display: flex;
	flex-direction: column;
}

.big-menu .main-wrap {
	max-width: 1540px;
	margin: auto;
	padding: 0 30px;
	display: flex;
	width: 100%;
	height: 100%;
	/* padding-top: 100px; */
}
.main-wrap {
	max-width: 1540px;
	margin: auto;
	padding: 0 30px;
	width: 100%;
}

.right-menu:after {
	position: absolute;
	left: 100%;
	content: '';
	height: 100%;
	background: #ebecdb;
	width: 50vw;
	top: 0;
}


a.left-menu-item {
	font-size: 32px;
	font-weight: 500;
}
.left-menu img {
	height: 27px;
	width: 22px;
	margin-bottom: 49px;
}
.left-menu {
	padding-top: 42px;
}
a.right-menu-item.head {
	font-family: 'PT Serif';
	color: var(--darkblue);
	font-size: 16px;
}
a.right-menu-item.head {
	padding-bottom: 87px;
}
.right-menu-col a {
	color: var(--darkblue);
}
a.right-menu-item {
	font-size: 24px;
	font-weight: 500;
}
.right-menu-col {
	max-width: 410px;
	padding-top: 42px;
	padding-right: 5%;
}
a.right-menu-item {
	padding-bottom: 28px;
}
a.left-menu-item:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
a.right-menu-item:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

.left-menu {
	gap: 20px;
	padding-top: 73px;
}

.left-menu img {
	margin-bottom: 48px;
}

.right-menu {
	padding-top: 33px;
}

a.right-menu-item.head {
	padding-bottom: 84px;
}
.right-menu {
	display: flex;
	padding-left: 30px;
	padding-right: 30px;
	justify-content: center;
}
.left-menu {
	padding-right: 30px;
}
.hdr-bck {}

header.index {
	height: calc(100% - 64px);
	/* background: red; */
}

.hdr-bck {
	position: absolute;
	left: 0;
	top: 0;
	padding: 15px;
	width: 100%;
	/* background: blue; */
	height: 100%;
}

header.index {
	padding: 15px;
}

header.index {
	margin-top: 64px;
	position: relative;
}

nav {
	top: 0;
}

.hdr-bck img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.clm {}

.hdr-bck {
	z-index: -1;
}

.clm {
	color: white;
	max-width: 550px;
}

.clm h2 {
	font-size: 64px;
	font-weight: 500;
	letter-spacing: -0.025em;
	max-width: 550px;
	line-height: 0.95;
	margin-bottom: 25px;
}

span.sans {
	font-family: 'PT Serif';
	font-weight: 400;
}

nav {
	background: #ffffff;
}

.header-flex-left {
	margin: auto;
	max-width: 1540px;
	padding: 30px;
	padding-top: 7.1%;
	width: 100%;
}

.prx {
	max-width: 360px;
	line-height: 155%;
}

.search {}

.stats {
	background: red;
}

.search-wrap input {
	padding: 10px;
	font-weight: 600;
	color: white;
	border: 0;
	background: transparent;
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
}

.search-wrap input::placeholder {
	color: white;
}

.search-wrap {
	background: rgb(0 0 0 / 15%);
	display: flex;
	border: 1px solid white;
	padding: 5px;
	max-width: 393px;
}

.header-flex {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 100%;
}

.stats {
	position: absolute;
	right: 35px;
	bottom: 45px;
}

.stats {
}

.stat {
	max-width: 315px;
	width: 100%;
	padding: 30px;
	color: var(--darkblue);
}

.stats {
	display: flex;
	width: 100%;
	max-width: 945px;
}

.stat:nth-child(1) {
	background: var(--orange);
}

.stat:nth-child(2) {
	background: var(--midblue);
}

.stat:nth-child(3) {
	background: var(--lightblue);
}

.header-flex-left {
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
	margin: 0 auto;
	padding-top: 0;
}

.search-wrap input:focus {}

input:focus-visible {
	outline: 1px solid transparent;
}

.search-wrap svg {
	cursor: pointer;
	transition: all ease 0.5s
}

.search-wrap svg:hover {
	opacity: 0.75;
}
.stat-title {
	font-size: 50px;
	font-family: 'PT Serif';
	padding-bottom: 20px;
}
.search {
	margin-bottom: 55px;
}

section#aboutus {}

.about-wrap {
	padding: 4%;
	border: 1px solid #75a1dd;
	max-width: 100%;
	margin: auto;
}

section#aboutus {
	padding: 4%;
	border-top: 1px solid #4881d2;
	padding-top: 4%;
	margin-top: 4%;
}

.aboutus-big-text {
	font-size: 36px;
	color: var(--darkblue);
	max-width: 600px;
	line-height: 130%;
	margin-bottom: 30px;
}

.perex-big-text {
	color: var(--darkblue);
	max-width: 520px;
	line-height: 150%;
	margin-bottom: 40px;
}

a.button {
	background: whitesmoke;
	padding: 13px 38px;
	font-weight: 600;
	display: inline-block;
}

a.button.main {
	background: var(--orange);
}
.aboutus-big-text em {
	font-family: 'PT Serif';
}
header.index {
	max-width: 1925px;
	margin: auto;
	margin-top: 64px;
	
}
.about-wrap {
	max-width: 1720px;
}
.about-wrap {
	max-width: 1720px;
}

.intext-text {
	font-family: 'PT Serif';
	font-size: 112px;
}

.intext-wrap {
	display: flex;
	align-content: center;
	align-items: center;
	gap: 30px;
}

.intext-text {
	display: flex;
	align-content: center;
	align-items: center;
	gap: 30px;
	color: var(--darkblue);
}

span.intext-ico {
	display: block;
	height: 100%;
	display: flex;
}

section#infinite-text {
	padding-bottom: 5%;
}

section.big-img {
	padding-top: 4%;
	border-top: 1px solid #a4c0e8;
}

.big-img-wrap {
	max-width: 1925px;
	margin: auto;
	background: var(--beige);
	padding: 15px;
}

.big-img-wrap img {
	width: 100%;
}

section#infinite-text {
	overflow: hidden;
	width: 100%;
}
section#services {
	padding-top: 4%;
}

section#services {}

section#services h2 {
	color: var(--darkblue);
	font-size: 48px;
	font-weight: 500;
}

.service-item h3 {
	color: var(--darkblue);
	font-size: 32px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 30px;
}

.service-item .perex p {
	color: var(--darkblue);
	font-weight: 500;
	font-size: 16px;
	font-weight: 400;
}

.service-options a {
	color: var(--darkblue);
}

section#services h2 {
	padding-bottom: 40px;
}

.perex {
	max-width: 540px;
	line-height: 150%;
}

.perex {}

.service-item .perex {
	margin-bottom: 70px;
}

a.service-option {
	font-size: 18px;
	transition: all ease 0.5s;
}

.service-options {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.service-item {
	border-bottom: 1px solid #434275;
	padding-bottom: 50px;
	width: 32%;
	padding-right: 30px;
	margin-bottom: 20px;
	padding-top: 30px;
}

.services-list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 2%;
}

.service-item.last {
	border: 0;
	background: var(--orange);
	padding: 30px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-end;
}

.service-item.last {}

.service-item.last .h3 {
	font-size: 36px;
	font-weight: 400;
	color: var(--darkblue);
	padding-bottom: 30px;
	max-width: 410px;
}

a.button.blue {
	background: var(--darkblue);
	color: white;
}

a.service-option img {
	margin-left: 5px;
	vertical-align: middle;
	margin-bottom: 1px;
	transition: all ease 0.5s;
}

a.service-option:hover img {
	margin-left: 10px;
}

a.service-option:hover {
	color: var(--orange);
}
section#sectors h2 {
	color: var(--darkblue);
	font-size: 48px;
	font-weight: 500;
}

section#sectors {}

section#sectors {
	padding-top: 4%;
}

section#services {
	padding-bottom: 3%;
}

.sectors {
	margin-top: 41px;
	background: red;
}

.sector h3 {
	font-weight: 500;
	font-size: 64px;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #090909;
	width: 45%;
}

body {
	letter-spacing: -0.03em;
}

.sector.beige {}

.sector.beige {
	background: var(--beige);
}

.sector .main-wrap {
	display: flex;
	align-content: center;
	align-items: center;
	gap: 30px;
	justify-content: space-between;
}

.sector {
	padding: 26.5px 0;
	cursor: pointer;
}

.sector:nth-child(5n+1) {
  background: var(--beige);
}
.sector:nth-child(5n+2) {
  background: var(--midblue);
}
.sector:nth-child(5n+3) {
	background: #c4dbf6;
}
.sector:nth-child(5n+4) {
  background: #75161c;
}
.sector:nth-child(5n+5) {
  background: var(--orange);
}

.sector:nth-child(5n+4) h3, .sector:nth-child(5n+5) h3 {
	color: var(--beige);
}
.sector:nth-child(5n+4) *, .sector:nth-child(5n+5) * {
	color: var(--beige);
}

.sector:nth-child(4n+3) .open svg,
.sector:nth-child(4n+4) .open svg {
	filter: invert(1) saturate(0.5);
}

.sector:nth-child(5n+4) img, .sector:nth-child(5n+5) img {
	filter: invert(1) saturate(0.5);
}


.sector.blue {
	background: var(--midblue);
}

.sector.red {
	background: #75161c;
}

.sector.red {}

.sector.red h3 {
	color: var(--beige);
}

.sector.orange {
	background: var(--orange);
}

.sector.orange h3 {
	color: var(--beige);
}

.sector .perex {
	width: 40%;
}

.sector.red p {
	color: var(--beige);
}

.sector.orange p {
	color: var(--beige);
}

.sector.red a img {filter: invert(1) saturate(0.5);}

.sector.orange img {
	filter: invert(1) saturate(0.5);
}

section#sectors {
	padding-bottom: 4%;
}

section#people {
	margin-top: 4%;
	background: #c4dbf6;
}
.flex-people {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-people-text h2 {
	color: var(--darkblue);
	font-size: 48px;
	font-weight: 500;
	padding-bottom: 70px;
}

.flex-people-text {
	max-width: 440px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.flex-people-text .perex {
	color: var(--darkblue);
}

.flex-people-text .perex {
	padding-bottom: 40px;
}

.flex-people-img {
	padding: 15px;
	/* width: 100%; */
	/* height: 100%; */
	/* aspect-ratio: 1/1; */
	padding-right: 0;
}

.flex-people-img img {
	max-width: 100%;
	object-fit: cover;
}

.blue-spacer {
	height: 14vh;
	background: var(--darkblue);
}

section#our-values {
	background: var(--orange);
	color: var(--darkblue);
	padding-top: 5%;
	padding-bottom: 5%;
}

section#our-values h2 {
	font-size: 48px;
	font-weight: 500;
	padding-bottom: 72px;
}

.values-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 4.5%;
	margin-bottom: 30px;
}

.values-item h3 {
	font-family: 'PT Serif';
	font-weight: 500;
	font-size: 32px;
	padding-bottom: 30px;
	line-height: 1.1;
}

.values-item {
	width: 21.6%;
	margin-bottom: 24px;
}

.values-item h3 {max-width: 300px;}

.values-list {
}

.values-item .perex {
	line-height: 160%;
}

section#our-values {}

section#our-values img {
	max-width: 100%;
}

section#news {
	padding-top: 5%;
	margin-top: 4.4%;
}

section#news h2 {
	font-size: 48px;
	font-weight: 500;
	padding-bottom: 55px;
	color: var(--darkblue);
}

.news-list {
	display: flex;
	gap: 5px;
}

.news-list {}

.news-list .news-item {
	background: #4881d2;
	border-radius: 4px;
	color: var(--beige);
	padding: 40px;
	min-height: 380px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 33%;
}

.news-list .news-item:nth-child(1) {
	background: #4881d2;
	width: 50%;
}

.news-list .news-item:nth-child(2) {}

.cat {
	background: var(--beige);
	padding: 9px 15px;
	border-radius: 4px;
	color: #4E4E4E;
	display: inline-block;
	font-size: 14px;
}

.cats {
	margin-bottom: 30px;
}

.news-item h3 {
	font-size: 24px;
	font-weight: 400;
	font-family: 'PT Serif';
	line-height: 1.15;
	padding-bottom: 60px;
}

.news-list .news-item:nth-child(2) {
	background: #b9cdce;
}

.news-list .news-item:nth-child(2) h3 {
	color: #030233;
	font-size: 24px;
}

.news-list .news-item:nth-child(3) {background: var(--beige);color: #030233;}

.news-list .news-item:nth-child(2) .date {
	color: #4E4E4E;
}

.news-list .news-item:nth-child(3) .date {
	color: #4E4E4E;
}

.news-list .news-item:nth-child(3) h3 {}

.news-item:nth-child(1) h3 {
	font-size: 32px;
}

.date {
}

.special-news {}

.news-list {
	padding-bottom: 5%;
	border-bottom: 1px solid #a2c0e8;
}

.special-news {
	padding-top: 4%;
}

.special-news-title {
	font-family: 'PT Serif';
	font-size: 32px;
	color: var(--darkblue);
	padding-bottom: 30px;
	max-width: 600px;
	line-height: 120%;
}

section#news {
	padding-bottom: 10%;
}

footer {
	background: var(--beige);
	padding-top: 3%;
	color: var(--darkblue);
}

nav {
	border-bottom: 1px solid #f5f5f5;
}

.main-wrap h2 {
	font-size: 43px;
	font-weight: 500;
	padding-bottom: 55px;
	color: var(--darkblue);
}

.minifoto {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.minifoto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.minicontact {
	gap: 15px;
	display: flex;
}

.footer-flex-right-item h3 {
	color: #555480;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
}

footer a {
	color: var(--darkblue);
}

.footer-flex-right-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 30px;
	width: 33%;
	padding-right: 5%;
}

.footer-flex-right-item a {
	font-weight: 500;
	line-height: 100%;
}

.footer-flex-right {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 15px;
}

.footer-flex {
	display: flex;
	padding-bottom: 5%;
}

.tiraz {}

.tiraz {
	border-top: 1px solid #787892;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}

.tiraz-footer-flex {
	display: flex;
}

.minifoto-text {
	display: flex;
	flex-direction: column;
}

.minifoto-text-title {
	margin-bottom: 15px;
}

.minifoto-text a {
	padding-bottom: 6px;
	text-decoration: underline;
}

.minicontact {
	padding-bottom: 30px;
}

.mini-contact-subtext {
	padding-bottom: 30px;
	max-width: 200px;
	line-height: 150%;
}

.footer-flex-left {
	padding-right: 5%;
	width: 50%;
}

.footer-flex-right-all {
	width: 50%;
}

.logo-footer {
	padding-top: 81px;
}

.logo-footer img {
	height: 30px;
}

.footer-flex-right-all {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer-flex-right-all .perex {
	padding-bottom: 50px;
	padding-top: 35px;
}

.tiraz-flex-left {
	width: 50%;
}

.tiraz-flex-right {
	display: flex;
	width: 50%;
}

.tiraz-flex-right-item {
	width: 33%;
}

.intext-wrap {
  display: flex;
  white-space: nowrap;
}

.intext-track {
	display: inline-flex;
	gap: 60px;
	animation: scroll-left 20s linear infinite;
	align-content: center;
	align-items: center;
	gap: 30px;
}
section#infinite-text {
	padding-top: 5%;
}

@keyframes scroll-left {
  from {
	transform: translateX(0);
  }
  to {
	transform: translateX(-50%);
  }
}

section.big-img {
	background: #ebecdd;
	padding-top: 0;
	margin-top: 4%;
	border: 0;
}

section#infinite-text {
	border-bottom: 1px solid #a4c0e8;
}

section.big-img.blue {
	margin-top: 0;
	background: #c4dbf6;
}

.blue .big-img-wrap {
	background: #c5dbf7;
}

section.big-img.blue {
	padding-bottom: 5%;
}

section#gallery .swiper.mySwiper {
overflow: visible;
}

section#gallery .gal img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

section#gallery .swiper-wrapper {
transition-timing-function: linear;
}
.clienti .swiper-wrapper {
transition-timing-function: linear;
}
.meet .swiper-wrapper {
transition-timing-function: linear;
}

section#clients {
	padding-top: 53px;
	padding-bottom: 4%;
}

section#clients h2 {
	font-size: 48px;
	padding-bottom: 90px;
}

section#we-are-part h2 {
	font-size: 48px;
}

section#we-are-part {
	border-top: 1px solid #a2c0e8;
}

section#we-are-part {
	padding-top: 5%;
	padding-bottom: 6.7%;
}

.soucasti-list {
	display: flex;
	gap: 30px 9%;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.soucasti-list img {
	width: 100%;
	max-height: 64px;
	max-width: 310px;
}

.clienti img {
	max-width: 100%;
	max-height: 80px;
}

.clienti .swiper-slide {
	display: flex;
	align-items: center;
	height: 100px;
	justify-content: center;
	/* background: red; */
}
.clienti img {
	max-width: 220px;
	max-height: 80px;
	width: 100%;
	object-fit: contain;
}

.clienti .swiper-slide {
	/* background: rebeccapurple; */
	text-align: center;
}

section#aboutus {
	overflow: hidden;
}

header.subpage {
	margin-top: 65px;
}

.breadcrumbs {
	color: var(--darkblue);
}

header.subpage h2 {
	font-size: clamp(30px,4vw,64px);
	font-weight: 500;
	color: var(--darkblue);
	letter-spacing: -0.03em;
}

.headerimg {
	max-width: 1720px;
	margin: auto;
}

.headerimg img {
	width: 100%;
}
header.subpage .main-wrap {
	padding-top: 92px;
}

header.subpage .main-wrap .breadcrumbs {
	margin-bottom: 67px;
}

header.subpage h2 {
	padding-bottom: 67px;
	max-width: 1000px;
}

header.subpage .main-wrap {
	padding-top: 92px;
}

header.subpage .main-wrap .breadcrumbs {
	margin-bottom: 67px;
}

header.subpage h2 {
	padding-bottom: 67px;
	max-width: 1000px;
}

section#about-content {
	padding-top: 10.2%;
}

section#about-content h2 {
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 38px;
}

.highlite {
	font-size: 32px;
	font-weight: 500;
	max-width: 580px;
	line-height: 115%;
	color: var(--darkblue);
	padding-bottom: 30px;
}

section#about-content {}

section#about-content .perex {
	font-family: 'PT Serif';
	color: var(--darkblue);
	max-width: 580px;
}

.perex p {
	margin-block-end: 1em;
}

.about-content-flex {
	display: flex;
	justify-content: space-between;
}

.highlite {
	width: 49%;
	margin-right: 5%;
}

section#about-content .perex {
	width: 50%;
}

section#about-content {
	padding-bottom: 13%;
}
.main-wrap.meet-flex {
	display: flex;
	justify-content: space-between;
}

.swiper-wrapper-navigation {
	display: flex;
	gap: 15px;
}

.meet-img {
	max-height: 530px;
	overflow: hidden;
	aspect-ratio: 352/534;
}

.meet-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.meet-img {
	margin-bottom: 30px;
}

section#meet-out-team {
	padding-bottom: 5%;
}
.swiper.meet {
	overflow: visible;
}

section#meet-out-team {
	overflow: hidden;
}
.meet-pos {
	color: #4E4E4E;
	padding-bottom: 10px;
}

.meet-title {
	font-size: 24px;
	font-family: 'PT Serif';
	padding-bottom: 30px;
}

section#meet-out-team {
	padding-bottom: 10%;
}
.meet-title {
	color: var(--darkblue);
}

.modal-wrapper {
	/* max-width: 1339px; */
	/* width: 100%; */
}

.modal {
	background: #ebecdd;
	max-width: 1339px;
	width: 100%;
}

.modal-wrapper-flex {
	display: flex;
}

.modal-wrapper-flex {
	gap: 60px;
}

.modal-wrapper-right {
	padding-top: 40px;
}

.modal-wrapper-right-position {
	margin-bottom: 10px;
	color: #4e4e4e;
}

.modal-wrapper-right-name {
	margin-bottom: 30px;
	color: var(--darkblue);
	line-height: 150%;
	font-family: 'PT Serif';
	font-size: 24px;
}

.modal-wrapper-right-perex {
	color: var(--darkblue);
	line-height: 150%;
	font-family: 'PT Serif';
	max-width: 603px;
	padding-bottom: 30px;
}

.modal-wrapper-right-perex p {
	margin-block-end: 1em;
}

.modal-wrapper-right-contact a {
	text-decoration: underline;
	display: block;
	font-size: 16px;
	color: var(--darkblue);
}

.modal-wrapper-right-contact {
	line-height: 150%;
}

.fancybox__backdrop {
	background: #ffffffbd;
}

.fancybox__container {
	z-index: 99999;
}

.numbers-item.beige {
	background: var(--beige);
	color: var(--darkblue);
}

.numbers-item.blue {
	background: var(--midblue);
	color: var(--darkblue);
}

.numbers-item.red {
	background: #75161c;
	color: var(--beige);
}

.numbers-item.orange {
	background: var(--orange);
	color: var(
	--beige);
}

.numbers-item-number {
	font-size: 200px;
	/* padding-bottom: 30px; */
}

.numbers-item-text-title {
	font-size: 36px;
}

section#in-numbers h2 {
	font-size: 16px;
	font-weight: 400;
}

.numbers-item {
	padding-bottom: 46px;
	padding-top: 110px;
}
.numbers-item .main-wrap {
	display: flex;
	gap: 30px;
	align-items: flex-end;
}

.numbers-item-number {
	width: 50%;
	line-height: 0.8;
}

.numbers-item-text {
	width: 50%;
	padding-bottom: 30px;
}

.numbers-item-text {}

.numbers-item-text .perex {
	padding-bottom: 15px;
	line-height: 160%;
}

.numbers-item-text-title {
	max-width: 630px;
}
section#how-we-work {
	padding-top: 3.8%;
}

.how-item p {
	color: #555480;
}

.how-item h3 {
	color: var(--darkblue);
	font-family: 'PT Serif';
	font-weight: 400;
	font-size: 20px;
	line-height: 1.1;
	padding-bottom: 26px;
}

.how-number {
	color: var(--orange);
	font-weight: 500;
	font-size: 32px;
}

.how-list {
	display: flex;
	flex-wrap: wrap;
	padding-top: 19px;
	gap: 15px 20%;
}

.how-number {
	padding-bottom: 28px;
}

.how-item {
	max-width: 270px;
	margin-bottom: 100px;
}

.how-item p {
	line-height: 150%;
}

.hww-flex {
	display: flex;
}

.hww-flex-right {
	padding-top: 30px;
}

.hww-flex-left {
	width: 60%;
}

.hww-flex-right {
	width: 40%;
}

.hww-flex-right img {
	max-width: 100%;
	object-fit: contain;
}

section#how-we-work {
	padding-bottom: 4%;
}
.modal-wrapper-right-contact a:focus {
	outline: none;
}

.modal-wrapper-right-contact a:hover {
	text-decoration: none;
}
.numbers-item-number {
	font-size: clamp(50px,12vw,130px);
}
section#aboutus.noborder {
	border: 0;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex.header-flex {
	display: flex;
	justify-content: flex-start;
}

.flex.header-flex h2 {
	width: 35%;
	padding-right: 5%;
}

.flex.header-flex .perex {
	width: 60%;
	color: var(--darkblue);
	max-width: 580px;
}

.flex.header-flex {
	padding-bottom: 3%;
}

.headerimg.diff-service:before {
	background: #ebecdd;
	height: 30px;
	width: 100%;
	max-width: 1594px;
	content: '';
	display: block;
	margin: auto;
}
.headerimg.diff-service:after {
	background: #ebecdd;
	height: 30px;
	width: 100%;
	max-width: 1594px;
	content: '';
	display: block;
	margin: auto;
}
.headerimg.diff-sectors:before {
	background: rgb(195, 219, 246);
	height: 30px;
	width: 100%;
	max-width: 1594px;
	content: '';
	display: block;
	margin: auto;
}
.headerimg.diff-sectors:after {
	background: rgb(195, 219, 246);
	height: 30px;
	width: 100%;
	max-width: 1594px;
	content: '';
	display: block;
	margin: auto;
}


.headerimg img {margin: 0;padding: 0;display: block;}


.headerimg img {
	object-fit: cover;
	aspect-ratio: 16/6.6;
	object-position: center center;
}

section#with-what-we-can-help {
	padding-top: 40px;
	padding/text-align: ;
	padding/text-align: 1;
	padding/text-align: ;
	padding/text-align: 1;
	padding/text-align: 10;
	padding/text-align: 10p;
	padding/text-align: 10px;
	padding/text-align: 10p;
	padding/text-align: 10;
	padding/text-align: 1;
}

section#with-what-we-can-help {}

section#with-what-we-can-help .main-wrap {
	border: 1px solid #4881d2;
	max-width: 1600px;
	padding-top: 40px;
	padding-left: 0;
	padding-right: 0;
}

section#with-what-we-can-help h2 {
	font-size: 32px;
	font-weight: 500;
	padding-bottom: 0;
}

.item-wrap {
	margin-left: 60px;
	margin-right: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.help-item h3 {
	color: var(--darkblue);
	font-size: 48px;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.help-item:hover {
	background: #f05924;
}

.help-item:hover h3 {
	color: var(--beige);
}
.help-item:hover .perex {
	color: var(--beige);
}
.help-item:hover a svg rect {
	fill: var(--beige);
}

.help-item {
	/* padding-top: 30px; */
	/* padding-bottom: 30px; */
	cursor:pointer;
}

.help-item .item-wrap {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: space-between;
	border-top: 1px solid #a2c0e8;
}

.help-item .item-wrap h3 {
	width: 50%;
}

.help-item .perex {
	color: #4E4E4E;
}

.help-item .item-wrap,
.help-item,
.help-item h3,
.help-item .perex,
.help-item a svg rect {
	transition:all ease 0.5s
}

.help-item:hover .item-wrap {
	border-color: transparent;
}

.help-item:first-child .item-wrap {
	border: 0;
}

.help-list {
	padding-bottom: 40px;
}

.help-item .perex p {
	margin: 0;
}

section#with-what-we-can-help {
	padding-bottom: 8%;
}

section#why-choose-us {
	background: #c3dbf6;
}

.whyf-flex {
	display: flex;
}

.whyf-flex-right-item {
	display: flex;
	gap: 8%;
}

section#why-choose-us {
	padding-top: 8%;
	padding-bottom: 8%;
}

.whyf-flex-left {
	padding-right: 5%;
}

.whyf-flex-left {
	width: 50%;
}

.whyf-flex-right {
	width: 50%;
}

.whyf-flex-left .perex {
	max-width: 270px;
	color: #555480;
	padding-bottom: 40px;
}

.whyf-flex-left h2 {
	max-width: 270px;
	padding-bottom: 33px;
}

.whyf-flex-right-item h3 {
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 25px;
	color: var(--darkblue);
	padding-top: 5px;
}

.whyf-flex-right-list .perex {
	color: var(--darkblue);
	max-width: 470px;
}

.whyf-flex-right-list {
	display: flex;
	flex-direction: column;
	gap: 130px;
}

.whyf-flex-left span{
	position: sticky;
	top: 90px;
	display: block;
	height: auto;
}
.whyf-flex-right {
	padding-top: 1%;
}
section#why-choose-us {
	margin-bottom: 9.5%;
}
section#case-Studies h2 {
	font-size: 64px;
}

a.case-item {
	background: #4881d2;
	display: block;
	border-radius: 4px;
}

a.case-item {
	color: var(--beige);
	display: flex;
	padding: 42px;
	padding-top: 90px;
	padding-bottom: 90px;
	margin-bottom: 15px;
	transition: all ease 0.5s;
}

.quote {
	margin-right: 56px;
}

a.case-item h3 {
	font-family: 'PT Serif';
	font-size: 48px;
	font-weight: 500;
	max-width: 800px;
}

a.case-item:nth-child(2) {
	background: var(--orange);
}

a.case-item:nth-child(3) {
	background: #75161c;
}

section#case-Studies {
	padding-bottom: 10%;
}

a.case-item:hover {
	background: var(--darkblue);
}

section#other-services h2 {
	font-size: 16px;
	font-family: 'PT Serif';
}


.other-services-item:nth-child(4n+1) {
  background: var(--beige);
}
.other-services-item:nth-child(4n+2) {
  background: var(--midblue);
}
.other-services-item:nth-child(4n+3) {
  background: #75161c;
}
.other-services-item:nth-child(4n+4) {
  background: var(--orange);
}

.other-services-item:nth-child(4n+3) h3,
.other-services-item:nth-child(4n+4) h3 {
	color: var(--beige);
}
.other-services-item:nth-child(4n+3) *,
.other-services-item:nth-child(4n+4) * {
	color: var(--beige);
}

.other-services-item:nth-child(4n+3) .open svg,
.other-services-item:nth-child(4n+4) .open svg {
	filter: invert(1) saturate(0.5);
}

.other-services-item:nth-child(4n+3) a.service-option img,
.other-services-item:nth-child(4n+4) a.service-option img {
	filter: invert(1) saturate(0.5);
}

.fancybox__content>.f-button.is-close-btn {
	--f-button-color: black;
}


.other-services-item-head h3 {
	font-size: 64px;
	font-weight: 500;
}

.other-services-item-head {
	display: flex;
	gap: 30px;
	align-items: center;
}

.for-open {
	/* height: 0;
	overflow: hidden; */
}

.other-services-item {}

.other-services-item .main-wrap {
	padding-top: 30px;
	padding-bottom: 30px;
}

.open {
	padding-top: 5px;
}

.other-services-item:nth-child(3) h3 {
	color: var(--beige);
}

.other-services-item:nth-child(4) h3 {
	color: var(--beige);
}

.for-open {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 30px;
	padding-bottom: 15px;
	border-top: 1px solid #00000026;
	margin-top: 30px;
}

.open.on {
	transform: rotate(180deg);
}

.open {
	transition: all ease 0.5s;
	cursor: pointer;
}
.open:hover {
	transform: translateY(5px);
}
.open.on:hover {
	transform: rotate(180deg);
}

.open {
	transform-origin: 50% 29px;
}
a.button {
	transition: all ease 0.5s;
}
a.button.main:hover {
	background: #D93D05;
}

.meet-img:hover .meet-img-dva {
	opacity: 1!important;
}

.meet-img {
	position: relative;
}

img.meet-img-dva {
	position: absolute;
	top: 0;
	left: 0;
	transition: all ease 0.5s;
}
a.button.blue:hover {
	background: var(--midblue);
}
img.icon {
	border-radius: 8px;
}


section#other-services.sectors-section .other-services-item {
	cursor: pointer;
	transition: all ease 0.5s;
}

section#other-services.sectors-section .other-services-item:hover {
	background: var(--darkblue);
}

section#other-services.sectors-section .other-services-item:hover h3 {
	color: var(--beige);
}

.back {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-right: 11%;
}

.ico-back svg {
	display: block;
}

.ico-text {
	font-weight: 500;
}

.breadcrumbs {
	display: flex;
	align-items: center;
}

.breadcrumbs a.crumb {
	color: #717171;
}

a.crumb {}

.breadcrumbs a.crumb:last-child {
	color: var(--darkblue);
}
a.crumb.active:hover {
	text-decoration: underline;
}
span.crumbs {
	display: flex;
	align-items: center;
	gap: 10px;
}
.back:hover .ico-back {   
	left: -5px;
}

.ico-back {
	transition: all ease 0.5s;
	 position: relative;
	left:0;
}

.back {
	cursor: pointer;
}
.text-header {
	color: var(--darkblue);
	line-height: 150%;
	max-width: 600px;
}

header.subpage.service h2 {
	padding-bottom: 30px;
}

.text-header {
	padding-bottom: 60px;
}

header.subpage.service {}

header.subpage.service .main-wrap {
	padding-bottom: 60px;
}

section#content {
	padding-bottom: 5%;
	padding-top: 5%;
}
section#content .main-wrap blockquote,
section#content .main-wrap blockquote * {
	font-size: 32px;
	max-width: 600px;
	font-weight: 500;
	line-height: 1.2;
}

section#content {
	color: var(--darkblue);
}

section#content blockquote strong {
	font-weight: 500;
}

section#content .main-wrap * {
	max-width: 488px;
	line-height: 150%;
}

section#content .main-wrap p {
	margin-block-end: 1em;
	color: #555480;
}

section#content .main-wrap blockquote p {
	color: inherit;
}
section#who-is-eligible {
	border-top: 1px solid #a2c0e8;
	padding-top: 7%;
}

.number {
	font-weight: 500;
	font-size: 32px;
	color: var(--orange);
}

.who-is-eligible-item h3 {
	font-family: 'PT Serif';
	font-weight: 400;
	color: var(--darkblue);
	font-size: 20px;
	max-width: 270px;
	line-height: 1.2;
	padding-bottom: 18px;
}

.who-is-eligible-item .perex {
	color: #555480;
	max-width: 310px;
}

section#who-is-eligible h2 {
	max-width: 330px;
	padding-bottom: 69px;
}

.number {
	padding-bottom: 26px;
}

.who-is-eligible-list {
	display: flex;
	gap: 15px 2%;
	flex-wrap: wrap;
}

.who-is-eligible-item {
	width: 23.5%;
}

.who-is-eligible-list {
	padding-bottom: 42px;
}

.special-news {}

section#who-is-eligible .special-news {
	max-width: 480px;
}
section#who-is-eligible {
	padding-bottom: 7%;
}
section#about-content.career {
	padding-top: 0;
	padding-bottom: 8.8%;
}

header.subpage.career h2 {
	max-width: 600px;
	padding-bottom: 30px;
}

section#meet-out-team.career {
	padding-top: 5%;
}

section#benefits {
	padding-top: 7%;
	padding-bottom: 7.4%;
}

.benefits-list {
	display: flex;
	gap: 75px 2%;
	flex-wrap: wrap;
}

.benefits-item h3 {
	font-weight: 500;
	font-family: 'PT Serif';
	color: var(--darkblue);
	max-width: 240px;
	line-height: 1.2;
	font-size: 20px;
}

.benefits-item {
	width: 23.5%;
}

.benefits-list {
	padding-top: 1%;
}

section#career-interest {
	padding-top: 9%;
	padding-bottom: 10%;
}

section#career-interest {}

section#career-interest .main-wrap {
	background: var(--midblue);
	padding: 5%60px;
	border-radius: 4px;
}

section#career-interest h2 {
	font-family: 'PT Serif';
	font-size: 32px;
	max-width: 500px;
	line-height: 1.2;
	padding-bottom: 30px;
}
a.right-menu-item.head:hover {
	text-decoration: none;
}

section#case-logos .main-wrap {
	border-top: 1px solid #8080a2;
	border-bottom: 1px solid #8080a2;
	padding: 0;
	max-width: 1480px;
}

.logos-list {
	display: flex;
	justify-content: space-between;
	padding-top: 55px;
	padding-bottom: 55px;
}

section#case-logos {
	padding-top: 5.2%;
	padding-bottom: 6%;
	padding-left: 30px;
	padding-right: 30px;
}

.logos-list {}

section#case-Studies.studies {
	padding-bottom: 4%;
}

section#map iframe {
	margin-bottom: -2px;
}


.contact-text {
	color: var(--darkblue);
}

table td {
	padding-left: 0;
	/* width: 1%; */
}

table {
	margin-bottom: 25px;
	width: 100%;
	border: 0;
}

.contact-text {
	max-width: 380px;
	line-height: 150%;
	padding-bottom: 70px;
}

.contact-flex-left {
	/* max-width: 390px; */
	width: 50%;
}

.contact-flex.flex {
	padding-bottom: 30px;
}

.contact-flex-right h3 {
	font-size: 24px;
	font-weight: 500;
	color: var(--darkblue);
	max-width: 350px;
	line-height: 130%;
	padding-bottom: 30px;
}

form#contact {
	color: var(--darkblue);
}

.input {
	display: flex;
	flex-direction: column;
	width: 47%;
}

.input input,.input textarea {
	border: 0;
	border-bottom: 1px solid #04034866;
	font-family: inherit;
	font-size: 16px;
	padding: 0;
}

.input input {
	/* width: 50%; */
	height: 100%;
}

form#contact {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px 6%;
}

.input input::placeholder, .input textarea::placeholder {
	color: transparent;
}
.input input, .input textarea {
	transition:padding ease 0.5s;
	padding:0;
	padding-bottom: 5px;
	padding-top: 5px;
}
label{
	cursor:pointer;
	
}
textarea:focus, input:focus {
	padding-bottom: 10px;
	padding-top: 10px;
	
	
}

textarea:focus-visible {
	outline: 0;
}
.contact-flex-right {
	width: 50%;
	padding-bottom: 90px;
}

.input.textarea {
	width: 100%;
}

input[type="submit"] {
	font-weight: 600;
	background: var(--orange);
	padding: 10px 33px;
	font-size: 16px;
	border: 0;
	transition: all ease 0.5s;
	cursor: pointer;
}

input[type="submit"]:hover {
	background: var(--darkblue);
	color: white;
}

textarea#field-52 {
	width: 100%!important;
	height: auto;
}
.form-success {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #007f22c9;
	z-index: 9999999;
	padding: 30px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.form-success--wrapper {
	background: white;
	padding: 30px;
	max-width: 700px;
}

.form-success--wrapper h3 {
	font-size: 35px;
	line-height: 115%;
}


section#blog {
	max-width: 1720px;
	padding: 15px;
	margin: auto;
}

section#blog {}

section#blog .news-list {
	border: 0;
	padding-top: 3%;
}

.filters {
	display: flex;
	flex-wrap: wrap;
	border-radius: 8px;
	overflow: hidden;
	background: #ebecdd;
	width: max-content;
	justify-content: flex-end;
}

.filter {
	padding: 14px 25px;
	background: #ebecdd;
	cursor: pointer;
	transition: all ease 0.5s;
	color: #4E4E4E;
}

.filter:hover {
	background: var(--darkblue);
	color: white;
}

.filter.active {
	background: var(--darkblue);
	color: white;
	border-radius: 8px;
}

header.subpage.blog h2 {
	max-width: 870px;
}
.filters-wrap {
	display: flex;
	justify-content: flex-end;
}


section#blog .news-list {
	flex-wrap: wrap;
	gap: 5px 0.3%;
}

section#blog .news-list .news-item.case {
	width: 49.7%;
}

section#blog .news-list .news-item {
	width: 24.7%;
}

section#blog .news-list .news-item.case:nth-child(1) {
	background: var(--orange);
}

section#blog .news-list .news-item.case:nth-child(1) {
	width: 74.7%;
}


section#blog .news-item.case h3 {
	font-size: 32px;
	max-width: 710px;
}
a.open-blog {
	position: absolute;
	right: 40px;
	bottom: 39px;
	overflow: hidden;
	width: 40px;
	height: 40px;
}
.news-item {
	position: relative;
}
a.open-blog svg {
	position: absolute;
	bottom: -40px;
	transition: all ease 0.5s;
}

.news-item:hover .open-blog svg {
	bottom: 0;
}
.news-item:hover {
	opacity: 0.8;
}
.news-item {
	cursor: pointer;
	transition: all ease 0.5s;
}

.news-item .open-blog svg rect {
	fill: var(--orange);
}

section#blog .news-list .news-item.case:nth-child(1) .open-blog svg rect {

	fill: var(--beige);
}

.news-list .news-item:nth-child(3n+2) h3 {
	color: #030233;
}

.news-list .news-item:nth-child(3n+3) h3 {
	color: #030233;
}

.news-list .news-item:nth-child(3n+1) h3 {
	color: var(--beige);
}
.news-list .news-item:nth-child(3n+2) {
	background: #b9cdce;
}

.news-list .news-item:nth-child(3n+3) {
	background: var(--beige);
	color: #030233;
}
.date {
	color: #4E4E4E;
}

/*pokus*/
body section#blog .news-list .news-item:nth-child(1),
body section#blog .news-list .news-item:nth-child(9n+9){
	background: var(--orange);	
	color: var(--beige);
}
body section#blog .news-list .news-item:nth-child(1) a.open-blog rect,
body section#blog .news-list .news-item:nth-child(9n+9) a.open-blog rect{
	fill: var(--beige);
}

body section#blog .news-list .news-item:nth-child(9n+4){
	background: var(--beige);
	color: var(--darkblue);
}
body section#blog .news-list .news-item:nth-child(9n+4) .cat{
	background: #b9cdce;
}

body section#blog .news-list .news-item:nth-child(9n+2),
body section#blog .news-list .news-item:nth-child(9n+3),
body section#blog .news-list .news-item:nth-child(9n+7){
	background: #b9cdce;
	color: var(--darkblue);
}
body section#blog .news-list .news-item:nth-child(9n+6),
body section#blog .news-list .news-item:nth-child(9n+5){
	background: var(--midblue);
	color: var(--beige);
}

body section#blog .news-list .news-item h3{
	color:inherit;
}
body section#blog .news-list .news-item .date{
	color:inherit;
}

body section#blog .news-list .news-item:nth-child(9n+9),
body section#blog .news-list .news-item:nth-child(9n+6),
body section#blog .news-list .news-item:nth-child(9n+1) {
	width: 74.7%;
}
body section#blog .news-list .news-item:nth-child(9n+2),
body section#blog .news-list .news-item:nth-child(9n+3),
body section#blog .news-list .news-item:nth-child(9n+4),
body section#blog .news-list .news-item:nth-child(9n+7),
body section#blog .news-list .news-item:nth-child(9n+8) {
	width: 24.7%;
}
body section#blog .news-list .news-item:nth-child(9n+5) {
	width:49.7%;
}




/**/

footer {
	margin-top: 5%;
}



header.subpage.blog-detail {}

header.subpage.blog-detail .breadcrumbs {
	margin-bottom: 30px;
}

.blog-detail-flex {
	display: flex;
	/* justify-content: space-between; */
}

.blog-detail-flex-left, .blog-detail-flex-right {
	width: 25%;
}

.blog-detail-flex-right {}

.blog-detail-flex-center {
	width: 59%;
	max-width: 600px;
}

.author {
	display: flex;
	align-items: center;
	gap: 15px;
	width: 100%;
	margin-bottom: 60px;
	padding-top: 15px;
}

.author-name {
	color: var(--orange);
}

.author-date {
	color: gray;
	justify-self: right;
}

header.subpage.blog-detail h2 {
	font-family: 'PT Serif';
	font-weight: 400;
	font-size: 32px;
	padding-bottom: 30px;
	max-width: 500px;
	padding-top: 0.5em;
}

.text-header {
	font-size: 18px;
	padding-bottom: 30px;
}

.text-img {
	width: 100%;
	padding-bottom: 30px;
}

.text-img img {
	width: 100%;
	border-radius: 8px;
}

.text-content {
	color: #4E4E4E;
	line-height: 150%;
	font-family: 'PT Serif';
}

.text-content * {
	margin-block-end: 2em;
}

.text-content h3 {
	font-weight: 500;
	color: var(--darkblue);
	font-family: 'Switzer';
	font-size: 24px;
	line-height: 1.2;
	padding-top: 15px;
	margin-bottom: 20px;
}

.text-content {}

.text-content ul li {
	list-style-image: url(/templates/static/e/li.png);
}

.text-content ul {
	margin: 0;
	padding-left: 15px;
}

.text-content ul li {
	padding-left: 15px;
}

.text-content a {
	color: var(--darkblue);
	text-decoration: underline;
}

.text-content a:hover {
	text-decoration: none;
}

header.subpage.blog-detail .main-wrap {
	padding-bottom: 10%;
	border-bottom: 1px solid #8181a3;
}

.author-img img {
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
.author span {
	display: flex;
	gap: 15px;
	align-items: center;
}

.author {
	justify-content: space-between;
}
.numbers-item:nth-child(4n+1) {
	background: var(--beige);
	color: var(--darkblue);
}
.numbers-item:nth-child(4n+2)  {
	background: var(--midblue);
	color: var(--darkblue);
}
 .numbers-item:nth-child(4n+3)  {
	background: #75161c;
	color: var(--beige);
}
.numbers-item:nth-child(4n+4)  {
	background: var(--orange);
	color: var(--beige);
} 

body .easy-autocomplete {
	width: 100%!important;
}

body .easy-autocomplete input {
	border: 0;
	box-shadow: none;
	color: inherit;
	padding: 10px;
}

body .easy-autocomplete-container ul {
	top: auto;
	bottom: 44.5px;
	position: absolute;
	background: #00000024;
	color: white;
	border: 0;
	backdrop-filter: blur(5px);
	left: 0;
	left: -6px;
	border: 1px solid white;
	/* padding-left: 5px; */
	width: 100%;
	padding: 0;
	border-bottom: 0;
}

body .easy-autocomplete-container ul a {
	color: white;
	font-size: 14px;
	padding: 15px;
	line-height: 1.2;
	letter-spacing: normal;
	border-bottom: 1px solid #ffffff3b;
}

body .easy-autocomplete-container ul li {
	padding: 0;
	border: 0;
}

body .easy-autocomplete input {
	color: white;
}

body .easy-autocomplete-container ul a:hover {
	background: #00000045;
}
body .easy-autocomplete-container ul li.selected {
	background: inherit;
}

.search-wrap svg:hover {
	opacity: 1;
}
.search-wrap svg {
	cursor: auto;
}

.search-wrap {
	position: relative;
}
.search-wrap svg {
	cursor: auto;
	position: absolute;
	right: 5px;
}

body .easy-autocomplete-container ul {
	width: calc(100% + 12px);
}

a.case-item h3 {
	font-size: clamp(30px,4vw,48px);
}

.logos-list {
	gap: 30px;
	overflow: hidden;
	overflow-x: auto;
}

body section#blog .news-list .news-item:nth-child(9n+2) h3,
body section#blog .news-list .news-item:nth-child(9n+3) h3,
body section#blog .news-list .news-item:nth-child(9n+7) h3,
body section#blog .news-list .news-item:nth-child(9n+4) h3	 {
   font-size: 24px;
}
body section#blog .news-list .news-item:nth-child(9n+6) h3 {
	font-size: 32px;
}

.help-item .item-wrap h3 {
	font-size: clamp(35px, 4vw, 48px);
}

.other-services-item-head h3 {
	font-size: clamp(40px, 4vw, 70px);
}

.headerimg.diff-service:before {
	height: 15px;
}

.headerimg.diff-sector:after {
	height: 15px;
}

.headerimg.diff-sector:before {
	height: 15px;
}

.headerimg.diff-service:after {
	height: 15px;
}

.sector h3 {
	font-size: clamp(50px,4vw,64px);
}
.contact-flex-left {
	padding-right: 5%;
}

.minifoto img {
	border-radius: 100px;
}


/* uprava fotky */
.flex-people-img img {
	max-width: 100%;
	object-fit: cover;
	aspect-ratio: 4 / 3;
	max-width: 1000px;
	object-position: 50% 30%;
	width: 100%;
}

section#our-values img {
	/* aspect-ratio: 4 / 1.2;
	object-fit: cover;
	object-position: 50% 6%; */
}
.big-img-wrap img {
	aspect-ratio: 16 / 8;
	object-fit: cover;
}
.flex-people-text {
	padding-right: 5%;
}
/**/

body .service-banner {
	
	flex-wrap: wrap;
	gap: 30px;
}

.swiper-wrapper-right {
	cursor: pointer;
}
.swiper-wrapper-left {
	cursor: pointer;
}

.swiper-wrapper-right:hover, .swiper-wrapper-left:hover {
	opacity: 0.7;
}

.main-wrap.meet-flex.bottom {
	margin-top: 40px;
	display: flex;
	justify-content: flex-end;
}
section#we-are-part.noborder {
	border: 0;
}

.main-wrap.meet-flex.bottom {
	position: absolute;
	top: 45%;
	z-index: 999;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	left: 0;
	width: calc(100% + 33px);
	left: -18px;
}

.main-wrap.meet-flex.bottom .swiper-wrapper-navigation {
	position: absolute;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.swiper-wrapper-left.swiper-button-disabled {
	opacity: 0;
}

.swiper-wrapper-right.swiper-button-disabled {
	opacity: 0;
}

.swiper-wrapper-left,
.swiper-wrapper-right {
	transition:all ease .5s
}
.onlymob {
	display: none;
}

.menu-button.on img.xko {
	/* display: block!important; */
	opacity: 1
}

.menu-button.on img {
	/* display: none; */
}

.menu-button-text img {
	opacity: 1;
	transition: all ease 0.5s;
	position: absolute;
	right: 0;
	top: 1px;
}

.menu-button-text {
	position: relative;
}

img.xko {
	padding-right: 2px;
	top: 0;
	opacity: 0;
}

.menu-button.on img {
	transition: all ease 0.5s;
	opacity: 0;
}

.modal-wrapper-left {
	width: 30%;
}

.modal-wrapper-left img {
	width: 100%;
}

header.index {
	max-width: 100%;
}

.header-flex {
	position: relative;
	max-width: 1925px;
	margin: auto;
}
input[type="submit"] {
	color: #040348;
}

.contact-text a {
	text-decoration: underline;
	color: inherit;
}

.contact-text a:hover {
	text-decoration: none;
}

a.right-menu-item.head {
	font-size: 18px;
}

.text-content h2 {
	line-height: 120%;
	margin-bottom: 0;
}

.text-content ul li ul,
.text-content ol li ul{
	margin-top: 0.5em;
}
.text-content ol li,
.text-content ul li {
	margin-block-end: 1em;
}
.text-content ol li ul li 
.text-content ul li ul li {
	margin-block-end: 0em;
}

body section#blog .news-list .news-item h3 {
	max-width: 780px;
	padding-bottom: 25px;
}
body section#blog .news-list .news-item .perex {
	padding-bottom: 30px;
}
body section#blog .news-list .news-item:nth-child(9n+8){
	color: #151353;
}

section#news .news-item h3 {
	padding-bottom: 25px;
}
.news-list .news-item:nth-child(3n+2) .perex {
	color: #030233;
}

section#news .perex {
	font-size: 16px;
}
section#services {
	scroll-margin-top: 65px;
}
section#meet-out-team {
	scroll-margin-top: 150px;
}
.formgdpr {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
}
.formgdpr label {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
}

@media screen and (max-width:1440px){
	
	.stats {
		max-width: 650px;
	}
	.right-menu-col {
		padding-right: 30px;
	}
}

@media screen and (max-width:1280px){
	
	body .services-list.services-right {
		width: 100%;
	}
	
	body .services-list.services-left {
		width: 100%;
	}
	
	body .services-flex {
		flex-wrap: wrap;
	}
	
	body .services-list.services-left .service-item {
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 30px 10%;
	}
	
	body .services-list.services-left .service-item .service-item-title {
		width: 100%;
	}
	
	
	html body section#blog .full-wrap .news-list div.news-item {
		width: 49.7%;
	}
	html body section#blog .full-wrap .news-list div.news-item h3 {
		font-size: 24px;
	}	
	html body section#blog .full-wrap .news-list div.news-item:nth-child(3n+1) {
		width: 100%;
	}
	html body section#blog .full-wrap .news-list div.news-item:nth-child(3n+1) h3 {
		font-size: 32px;
	}	
	section#blog .news-list {
		gap: 5px 0.6%;
	}
	
	

	
}

@media screen and (max-width:1145px){
	
	.help-item .perex {
		width: 100%;
		align-self: flex-start;
	}
	.item-wrap {
		flex-wrap: wrap;
	}	
	.values-item {
		width: 30.3%;
	}
	.clm h2 {
		font-size: 45px;
	}	
	.stats {
		position: relative;
		left: auto;
		top: auto;
		background: transparent;
		height: fit-content;
		right: auto;
		bottom: 2px;
		max-width: 100%;
	}	
	.header-flex-left {
		height: auto;
		margin: 0;
		height: 100%;
		display: flex;
	}	
	.header-flex {
		display: flex;
		align-content: space-between;
		height: calc(100% - 144px);
	}	
	.stat {
		max-width: 100%;
	}	
	.benefits-item {
		width: 31.9%;
	}
	
}

@media (max-width:1024px){
	
	.sector .perex {
		width: 100%;
	}
	
	.sector .main-wrap {
		flex-wrap: wrap;
	}
	
	.sector h3 {
		width: 100%;
	}

	
	section#content .main-wrap blockquote, section#content .main-wrap blockquote * {
		font-size: 25px;
	}
	
	.who-is-eligible-item {
		width: 32%;
	}
	
	.news-list {
		flex-wrap: wrap;
	}	
	.news-list .news-item {
		width: 49.6%;
	}	
	.news-list .news-item:nth-child(1) {
		width: 49.6%;
	}
	
}

@media (max-width:900px){
	
	.modal-wrapper-flex {
		display: block;
	}
	
	.modal-wrapper-left {
		width: 50%;
	}
	
	body .service-banner {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}
	
.blog-detail-flex-right {
	display: none;
}
.blog-detail-flex-center {
	width: 75%;
}	
section#our-values img {
	aspect-ratio: 16/9;
	object-fit: cover;		
}	
.values-item {
	width: 47%;
}
.left-menu {
	min-width: 200px;
}
.right-menu-col {
	padding-right: 30px;
}	
	
a.left-menu-item {
	font-size: 25px;
}

a.right-menu-item {
	font-size: 22px;
}

a.right-menu-item.head {
	padding-bottom: 79px;
}

.right-menu {justify-content: center;}

.right-menu-col {
	max-width: 320px;
}
.big-menu .main-wrap {
	padding-right: 0;
}
.right-menu:after {
	display: none;
}

}



.onmobile  {
	display: none;
}

@media (max-width:700px){
	
	html body section#blog .full-wrap .news-list div.news-item:nth-child(3n+1) h3,
	html body section#blog .full-wrap .news-list div.news-item:nth-child(3n+1) h3,
	body section#blog .news-list .news-item h3 {
		font-size: 24px;
	}
	
	body section#blog .news-list .news-item .perex {
		font-size:16px;
	}
	
	body .services-list.services-right .service-item {
		width: 100%;
	}
	
	.blog-detail-flex-center {
		width: 100%;
	}
	.blog-detail-flex {
		flex-direction: column;
	}
	.blog-detail-flex-left, .blog-detail-flex-right {
		width: 100%;
	}
	
	.big-img-wrap img {
		aspect-ratio: 4/3;
		object-fit: cover;
	}
	section.big-img {
		margin-bottom: 20px;
	}
	
	.stat-title {
		font-size: 35px;
	}	
	
	a.left-menu-item {
		font-size: 25px;
	}
	
	.nav-wrap {
		padding: 14.5px 20px;
		
	}
	
	.logo img {
		max-width: 160px;
	}
	
	a.cta.menu-cta {
		padding: 10px;
	}
	
	.menu-button {
		padding: 10px;
		/* width: 90px; */
	}
	a.cta.menu-cta {
		display: none;
	}
	
	a.lang.menu-item {
		display: none;
	}
	
	.menu-button-text {
		gap: 0;
	}
	
	.menu {
		gap: 10px;
	}
	
	a.lang.menu-item {
		min-width: 36px;
	}
	
	.stats {
		position: relative;
		bottom: auto;
		right: auto;
		margin: 0;
	}
	
	header.index .header-flex {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		background: rgb(0 0 0 / 40%);
		min-height: 65vh;
		backdrop-filter: blur(4px);
	}
	
	header.index {
		height: auto;
		min-height: 690px;
		width: 100%;
		min-height: 55vh;
	}
	
	.search {
		margin: auto;
		width: 100%;
	}
	
	.search-wrap {
		max-width: 100%;
	}
	
	.clm {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	
	.services-list {}
	
	.service-item {
		width: 100%;
	}
	
	.values-item {
		width: 100%;
	}
	
	.news-list .news-item {
		width: 100%;
	}
	
	.news-list {
		flex-wrap: wrap;
	}
	
	.news-list .news-item:nth-child(1) {
		width: 100%;
	}
	
	.footer-flex {
		flex-direction: column;
	}
	
	.footer-flex-left {
		width: 100%;
	}
	
	.footer-flex-right-all {
		width: 100%;
	}
	
	.footer-flex-right {
		display: flex;
		/* flex-direction: column; */
	}
	
	.footer-flex-right-item {
		width: 50%;
	}
	
	.main-wrap h2 {
		font-size: 35px;
	}
	
	footer {
		padding-top: 30px;
	}
	
	section#news h2 {
		font-size: 35px;
	}
	section#we-are-part h2 {
		font-size: 35px;
		padding-bottom: 30px;
	}
	section#clients h2 {
		font-size: 35px;
		padding-bottom: 40px;
	}
	
	section#clients {
		padding-bottom: 31px;
		padding-top: 30px;
	}
	section#we-are-part {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.soucasti-list img {
		max-width: 180px;
		max-height: 50px;
	}
	
	section#our-values h2 {
		font-size: 35px;
	}
	
	section#our-values {
		padding-top: 50px;
	}
	
	.flex-people {
		flex-direction: column;
	}
	
	.flex-people-text {
		align-self: flex-start;
	}
	
	.flex-people-img {
		padding-left: 0;
	}
	
	section#people {
		padding-top: 30px;
	}
	
	.flex-people-text {
		padding-top: 0;
	}
	
	.sector .main-wrap {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.sector .perex {
		width: 100%;
	}
	
	.sector h3 {
		width: 100%;
	}
	
	.sectors {
		margin-top: 0;
	}
	
	section#sectors h2 {
		font-size: 35px;
		padding-bottom: 30px;
	}
	
	section#sectors {
		padding-top: 30px;
	}
	
	.sector a {
		align-self: flex-end;
	}
	
	section#aboutus {
		padding: 30px;
	}
	
	section.big-img {margin-top: 30px;}
	
	section#services h2 {
		font-size: 35px;
	}
	
	section#services {
		padding-top: 30px;
	}
	
	section#our-values h2 {
		padding-bottom: 42px;
	}
	
	.news-list .news-item {
		padding: 30px;
	}
	
	.sector h3 {
		font-size: 50px;
	}
	
	.sector {
		padding: 30px 0;
	}
	.big-menu .main-wrap {
		flex-direction: column;
		padding: 0;
		overflow: scroll;
		overflow: hidden;
		overflow-y: auto;
	}
	
	.left-menu {
		width: 100%;
		padding: 30px;
		height: auto;
	}
	
	.right-menu {
		width: 100%;
		flex-direction: column;
		height: auto;
		padding-bottom: 60px;
	}
	
	.right-menu-col {
		max-width: 100%;
		padding: 0;
		padding-bottom: 30px;
	}
	
	a.right-menu-item.head {
		padding-bottom: 30px;
	}
	
	.left-menu img {
		margin-bottom: 9px;
	}
	
	a.right-menu-item {
		padding-bottom: 15px;
	}
	body .easy-autocomplete-container ul {
		position: absolute;
		top: auto;
		bottom: auto;
		top: 5px;
		background: white;
		z-index: 999;
		border-color: #739ed9;
		border-bottom: 1px solid  #739ed9;
		box-shadow: 0px 10px 30px #0503485c;
	}
	
	header.index {
		position: relative;
		z-index: 1;
	}
	
	body .easy-autocomplete-container ul a {
		border-color: black;
		border-bottom: 0;
		border-top: 1px solid #739ed9;
		color: var(--darkblue);
	}
	
	.search-wrap {
		background: #1b1b1b8f;
	}
	
	body .easy-autocomplete-container ul a:hover {
		background: var(--darkblue);
		color: white;
	}
	
	.about-content-flex {
		display: flex;
		flex-direction: column;
	}
	
	.highlite {
		margin: 0;
		width: 100%;
	}
	
	section#about-content .perex {
		width: 100%;
	}
	
	section#in-numbers {
		padding-top: 30px;
	}
	
	.numbers-item .main-wrap {
		display: flex;
		flex-direction: column;
	}
	
	.numbers-item-number {
		width: 100%;
	}
	
	.numbers-item-text {
		width: 100%;
	}
	
	.numbers-item {
		padding-top: 60px;
	}
	
	.aboutus-big-text {
		font-size: 25px;
	}
	
	section#how-we-work {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.hww-flex {
		flex-direction: column;
	}
	
	.hww-flex-left {
		width: 100%;
	}
	
	.how-item {
		margin-bottom: 50px;
	}
	
	.how-item {
		max-width: 100%;
	}
	
	.hww-flex-right {
		width: 100%;
	}
	
	.tiraz-flex-right {display: flex;flex-direction: column;gap: 10px;}
	
	.special-news-title {
		font-size: 25px;
	}
	
	.highlite {
		font-size: 25px;
	}
	
	header.subpage .main-wrap {
		padding-top: 60px;
	}
	.logos-list {
		overflow: hidden;
		gap: 40px;
		overflow-x: scroll;
	}
	
	.flex.header-flex {
		display: block;
	}
	
	.flex.header-flex h2 {
		width: 90%;
		padding-bottom: 40px;
		font-size: 40px;
	}
	
	.flex.header-flex .perex {
		width: 100%;
	}
	
	a.case-item {
		display: flex;
		flex-direction: column;
		gap: 20px;
		padding: 30px;
		padding-bottom: 40px;
	}
	
	a.case-item h3 {
		font-size: 30px;
		line-height: 1.2;
	}
	.filters {
		justify-content: flex-start;
		gap: 5px;
		background: transparent;
	}
	
	.filter {
		border-radius: 8px;
	}
	
	html body section#blog .full-wrap .news-list div.news-item {
		width: 100%;
	}
	
	html body section#blog .full-wrap .news-list div.news-item {
		width: 100%;
		height: auto;
		aspect-ratio: auto;
		min-height: auto;
	}
	
	.benefits-item {
		width: 100%;
	}
	
	.benefits-item h3 {
		max-width: 100%;
	}
	
	.benefits-list {
		gap: 45px 2%;
	}
	
	section#benefits {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	
	section#about-content.career {
		padding-top: 60px;
	}
	
	section#meet-out-team.career {
		padding-top: 60px;
	}
	.contact-flex-left {
		width: 100%;
	}
	
	.contact-flex-right {
		width: 100%;
	}
	.item-wrap {
		margin: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.item-wrap {
		display: flex;
		flex-direction: column;
	}
	
	.help-item .item-wrap h3 {
		width: 100%;
		font-size: 35px;
	}
	
	.help-item .item-wrap a {
		margin: 0;
		align-self: baseline;
	}
	
	.whyf-flex-left {
		width: 100%;
	}
	
	.whyf-flex-right {
		width: 100%;
	}
	
	.whyf-flex {
		flex-direction: column;
		gap: 60px;
	}
	
	.whyf-flex-right-list {
		gap: 60px;
	}
	
	section#case-Studies h2 {
		font-size: 35px;
	}
	
	section#case-Studies {
		padding-top: 30px;
		padding-bottom: 60px;
	}
	
	.other-services-item-head h3 {
		font-size: 40px;
	}
	
	section#other-services h2 {
		padding-bottom: 40px;
		padding-top: 30px;
	}
	.who-is-eligible-item {
		width: 48%;
		padding-right: 5%;
	}
	
	.big-menu .main-wrap {
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-end;
	}
	
	.right-menu {
		padding-bottom: 0;
	}
	
	.left-menu img {
		display: none;
	}
	
	.onlymob {
		padding: 30px;
		padding-top: 16px;
		padding-bottom: 20px;
		display: block;
	}
	
	.onlymob a.lang.menu-item {
		background: white;
		display: inline-block;
	}
	.onlymob a.lang.menu-item:hover {
		background: var(--darkblue);
		color: white;
	}
	
	a.right-menu-item.head {
		font-size: 24px;
		font-family: 'Switzer';
		padding-bottom: 20px;
		height: auto;
		padding-bottom: 0;
		opacity: 1;
	}
	
	.right-menu-col a {
		font-size: 20px;
	}
	
	a.right-menu-item.head:after {
			content: '';
			width: 17px;
			height: 17px;
			display: inline-block;
			background: url('/templates/static/e/menu-down.svg');
			background-repeat: no-repeat;
			background-size: 100%;
			background-position: center center;
			margin-left: 10px;
		 transition: all ease 0.5s;
	}
	
	.right-menu-col {}
	
	a.right-menu-item {
		overflow: hidden;
		display: block;
		padding-bottom: 0;
		/* padding-bottom: 15px; */
		/* height: 33px; */
		height: 0;
		transition: all ease 0.5s;
		opacity: 0;
	}
	
	.right-menu-col:hover a.right-menu-item {
		height: 40px;
		padding-bottom: 10px;
		opacity: 1;
	}
	
	
	
	.right-menu-col:hover a.right-menu-item.head {
		padding-bottom: 20px;
		height: 46px;
	}
	
	.right-menu-col:hover a.right-menu-item.head:after {
		transform:rotate(180deg);
	}
	a.right-menu-item.head {
		overflow: visible;
	}
	
	.stats {
		display: flex;
		flex-direction: column;
		padding: 30px;
	}
	
	.stat {
		padding: 16px;
	}
	
	.stat {
		display: flex;
		gap: 20px;
		align-items: center;
	}
	
	.stat-title {
		font-size: 50px;
		padding-bottom: 0;
	}
	
	.stat-text {
		max-width: 90px;
		line-height: 135%;
	}
	
	header.index {
		/* margin-top: 76px; */
	}
	
	.header-flex-left {
		padding-bottom: 50px;
	}
	
	.help-item .perex {
		display: none;
	}
	
	.help-item .item-wrap {
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
	}
	
	.help-item .item-wrap a {
		align-self: auto;
	}
	.main-wrap {
		padding: 0 20px;
	}
	section#aboutus {
		padding: 0 20px;
	}
	section#aboutus {
		padding-top: 30px;
	}
	body {
		font-size: 18.4px
	}
	header.subpage h2 {
		font-size: clamp(48px, 4vw, 64px);
	}
	.main-wrap h2 {
		font-size: clamp(48px, 4vw, 64px);
	}
	.input {
		width: 100%;
	}
	
	textarea#field-52 {
		min-height: 140px;
	}
	section#with-what-we-can-help h2 {
		font-size: 18px;
	}
	
	section#how-we-work {
		padding-top: 100px;
	}
	
	section#we-are-part {
		padding-top: 60px;
		padding-bottom: 80px;
	}
	
	.values-list {
		display: none;
	}
	.onmobile {
		display: block;
	}
	.onmobile .values-list {
		display: flex;
		flex-wrap: nowrap;
		gap:0;
	}
	section#our-values h2 {
		font-size: 48px;
		padding-bottom: 24px;
	}
	.swiper-wrapper-navigation {
		display: flex;
		justify-content: flex-end;
		padding-bottom: 30px;
	}
	.swiper.swiper-values {
		overflow: visible;
	}
	
	section#our-values {
		overflow: hidden;
	}
	section#career-interest .main-wrap {
		padding: 40px 20px ;
	}
	
}