@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
	--main-green: #00beb2;
	--dark-green: #009087;
	--main-violet: #B200BE;
	--dark-grey: #4A535B;
	--grey-color: #121212;
}

body {
	color: #ddd;
	background-color: #000000;
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-family: 'Inter', sans-serif;
	position: relative;
}

body::before { 
	content: ''; 
	background-image: url('../img/bg-top.svg'), url('../img/bg-home-line.svg');
	background-repeat: no-repeat, no-repeat;
	background-position: top right, top 520px right 70px;
/*	background-size: 1680px 2180px, 1192px 871px;*/
	position: absolute;  
	z-index: -1;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	width: 100%;  
}

body::after { 
	content: ''; 
	background: url('../img/bg-bottom.svg')  no-repeat; 
	position: absolute;	 
	bottom: 0px;
	left: 0px;
	width: 1260px;
    height: 1000px;
	z-index: -1; 
}

body.casestudy-body::before {
	content: ''; 
	background-repeat: no-repeat, no-repeat;
    background-image: url('../img/bg-top.svg'), url('../img/insights-line.svg');
	background-position: top left 80%, top 400px right 70px;
	position: absolute;  
	z-index: -1;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	width: 100%;
	opacity: 0.5;
}

body.casestudy::after { 
	content: ''; 
	background: url('../img/insights-bottom.svg') no-repeat; 
	position: absolute;	 
	bottom: 0px;
	left: 0px;
	width: 100%;
    height: 1000px;
	z-index: -1; 
}



body.services-body::before {
	content: ''; 
	background-image: url('../img/services-top.svg'), url('../img/services-line.svg');
	background-repeat: no-repeat;
	background-position: top right, top 400px right 70px;
/*	background-size: 100% 2058px, 1322px 1711px;*/
	position: absolute;  
	z-index: -1;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	width: 100%;
}

body.services-body::after { 
	content: ''; 
	background: url('../img/services-bottom.svg') no-repeat; 
	position: absolute;	 
	bottom: 0px;
	left: 0px;
	width: 100%;
    height: 1000px;
	z-index: -1;
}

body.page-body::before {
	content: ''; 
	background-image: url('../img/page-top.svg'), url('../img/page-line.svg');
	background-repeat: no-repeat;
	background-position: top right, top 520px right 70px;
/*	background-size: 100% 1620px, 485px 2px;*/
	position: absolute;  
	z-index: -1;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	width: 100%;
}

body.page-body::after { 
	content: ''; 
	background: url('../img/page-bottom.svg')  no-repeat; 
	position: absolute;	 
	bottom: 0px;
	left: 0px;
	width: 100%;
  height: 1000px;
	z-index: -1; 
}

body.insights-body::before {
	content: ''; 
	background-image: url('../img/insights-line.svg');
	background-repeat: no-repeat, no-repeat;
	background-position: top left 80%, top 400px right 70px;
/*	background-size: 100% 2100px, 1400px 162px;*/
	position: absolute;  
	z-index: -1;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	width: 100%;
	opacity: 0.5;
}

body.insights-body::after { 
	content: ''; 
	background: url('../img/insights-bottom.svg')  no-repeat; 
	position: absolute;	 
	bottom: 0px;
	left: 0px;
	width: 100%;
   height: 1000px;
	z-index: -1; 
}

body.single-body::before {
	content: ''; 
	background: url('../img/single-top.png'), url('../img/single-line.png');
	background-repeat: no-repeat, no-repeat;
	background-position: top right, top 600px right 70px;
	background-size: 100% 2365px, 346px 1626px;
	position: absolute;  
	z-index: -1;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	width: 100%;
}

body.single-body::after { 
	content: ''; 
	background: url('../img/single-bottom.png')  
		no-repeat; 
	position: absolute;	 
	bottom: 0px;
	left: 0px;
	width: 1260px;
  height: 1000px;
	z-index: -1; 
}

body.contacts-body::before {
	content: ''; 
	background-image: url('../img/contacts-top.svg'), url('../img/contacts-line.svg');
	background-repeat: no-repeat, no-repeat;
	background-position: top right, top 350px right 70px;
/*	background-size: 100% 1415px, 631px 687px;*/
	position: absolute;  
	z-index: -1;
  top: 0;
	left:0;
	right: 0;
	bottom: 0;
	width: 100%;
	opacity: 0.75;
}

body.contacts-body::after { 
	display: none;
}

body.a_services::before {
	content: ''; 
	background-image: url('../img/privacy-top.svg'), url('../img/lines.svg');
	background-repeat: no-repeat, no-repeat;
	background-position: top right, top 300px right 50px;
	background-size: 90%, 90% 61%;
	position: absolute;  
	z-index: -1;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
    height: 2300px;
	width: 100%;
	opacity: 1;
}

body.a_services::after { 
	content: ''; 
	background: url('../img/privacy-bottom.svg') no-repeat; 
	position: absolute;	 
	bottom: 0px;
	left: 0px;
	width: 100%;
    height: 600px;
	z-index: -1; 
}


body.privacy-body::before {
	content: ''; 
	background-image: url('../img/privacy-top.svg'), url('../img/lines.svg');
	background-repeat: no-repeat, no-repeat;
	background-position: top right, top 400px right 50px;
	background-size: 100%, 90% 61%;
	position: absolute;  
	z-index: -1;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	width: 100%;
	opacity: 1;
}

body.privacy-body::after { 
	content: ''; 
	background: url('../img/privacy-bottom.svg') no-repeat; 
	position: absolute;	 
	bottom: 0px;
	left: 0px;
	width: 100%;
    height: 1000px;
	z-index: -1; 
}

.main-color {
	color: var(--main-green);
}

h1 {
	font-size: 130px;
	font-weight: 700;
	line-height: 130px;
	letter-spacing: 0em;
	text-align: left;
}

h2 {
	font-size: 70px;
	font-weight: 700;
	line-height: 65px;
	letter-spacing: -0.25px;
	text-align: left;
}

h3 {
	font-size: 45px;
	font-weight: 700;
	line-height: 65px;
	letter-spacing: -0.25px;
	text-align: left;
}

.noborder a {
	text-decoration: none;
}

a.main-link {
	text-decoration: underline;
	color: var(--main-green);
}

a.main-link:hover {
	text-decoration: none;
	color: var(--main-green);
}

.title-section__description {
	font-size: 30px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.05em;
	text-align: left;
}

.title-section__text {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-align: left;
	max-width: 700px;
}

span.main-gradient-top {
	background: linear-gradient(to right, #00BEB2 50%, #6b4cb9);
	background: -webkit-linear-gradient(to right, #00BEB2 50%, #6b4cb9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

span.main-gradient-bottom {
	background: linear-gradient(to right, #00BEB2 30%, #B200BE);
	background: -webkit-linear-gradient(to right, #00BEB2 30%, #B200BE);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main-button {
	background-color: var(--main-green);
	border: none;
	color: white;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: center;
	padding: 15px 40px;
	transition: all 0.7s;
}

.main-button-outline {
	background-color: transparent;
	border: 1px solid var(--main-green);
	color: var(--main-green);
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: center;
	padding: 15px 40px;
	transition: all 0.7s;
}

.main-button:hover {
	background-color: var(--dark-green);
	color: white;
}

.main-button-outline:hover {
	background-color: var(--dark-green);
	color: white;
}


/*
 * Navigation
 */

 .hamburger {
	width: 50px;
	margin-left: auto;
	text-align: right;
 }

 .hamburger .line{
	width: 50px;
	height: 5px;
	background-color: var(--main-green);
	display: block;
	margin: 8px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  
  .hamburger:hover{
	cursor: pointer;
  }

  .hamburger:hover .line:nth-child(1) {
	transform: translate(0, -5px);
  }

  .hamburger:hover .line:nth-child(2) {
	transform: translate(0, 10px);
  }

 .navigation-section {
	padding-bottom: 100px;
	display: flex;
	justify-content: space-between;
 }

 .overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
	animation: fadeIn 1s;
  }

  @keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }
  
  .overlay-content {
	position: relative;
	top: 15%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
  }
  
  .overlay a {
	padding: 8px;
	text-decoration: none;
	color: #fff;
	display: block;
	transition: 0.3s;
	font-size: 110px;
	font-weight: 700;
	line-height: 55px;
	letter-spacing: 0em;
	text-align: center;
	padding-bottom: 100px;

  }
  
  .overlay a:hover, .overlay a:focus {
	color: var(--main-green);
	text-decoration: none;
  }
  
  .overlay .closebtn {
	position: absolute;
	top: 20px;
	left: 45px;
	font-size: 60px;
  }

  .overlay-logotype {
	transform: rotate(-90deg);
	position: absolute;
	top: 150px;
	right: 45px;
  }
  
  /* @media screen and (max-height: 450px) {
	.overlay a {font-size: 20px}
	.overlay .closebtn {
	font-size: 40px;
	top: 15px;
	right: 35px;
	}
  } */

/*
 * END Navigation
 */

.partners-section {
	position: relative;
	height: 100%;
}

.carousel-block {
	padding: 80px 0;
	margin: 200px 0 300px;
}

 .carousel-block:before {
	content: "";
	background-color: rgba(255, 255, 255,.5);
	mix-blend-mode: soft-light;
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
 }

 /*
  * Slider
  */

 .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots li button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(0, 190, 178, .25);
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: var(--main-green);
}
  
.slick-slide {
	margin: 0px 20px;
  }

 
  .logo-carousel {
		overflow: inherit;
	  }
  .slide {
		text-align: center;
  }

  .logo-carousel:hover {
  	cursor: pointer;
  }
  
  .logo-carousel .slick-slide img {
	max-height: 50px;
	margin: auto;
  }
  
  .slick-track::before,
  .slick-track::after {
	display: table;
	content: '';
  }
  
  .slick-track::after {
	clear: both;
  }

  .slider-section {
  	overflow: hidden!important;
  	padding-bottom: 30px;
  }
  
  .slider-section .slick-track {
	padding: 1rem 0;
	margin-bottom: 3em;
  }
  
  .slick-loading .slick-track {
	visibility: hidden;
  }
  
  .slick-slide.dragging img {
	pointer-events: none;
  }
  
  .slick-loading .slick-slide {
	visibility: hidden;
  }

  /*
 * ABOUT
 */

  .about-section {
  	margin-bottom: 390px;
  }


.dropdown-section__block h2 {
    font-size: 20px;
    font-weight: 800;
    color: #B200BE;
}

#SEO_1 {
    display: none;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}



.dropdown-section__block {
	border-radius: 15px!important;
	border: 1px solid var(--main-violet);	
	text-align: center;
	margin: auto;
	font-size: 17px;
	font-weight: 600;
	line-height: 27px;
	text-align: center;
    padding: 0px 20px;
}

.header-flex-container {
    display: flex;
    justify-content: space-between; /* This will push the h2 to the left and the icon to the right */
    align-items: center; /* This will vertically center the items */
    width: 100%; /* Ensure the container takes up the full available width */
}

.header-flex-container h2 {
    margin: 0; /* Adjust or remove default margin to ensure layout consistency */
}

.myservices {
    display: flex;
    justify-content: space-between; /* This spreads the child divs apart */
    align-items: center; /* This vertically centers the child divs */
}


.about-section__block {
	border-radius: 15px!important;
	border: 1px solid var(--main-green);	
	text-align: center;
	margin: auto;
	font-size: 17px;
	font-weight: 600;
	line-height: 27px;
	letter-spacing: 0.0025em;
	text-align: center;
	transition: all 1s;
}

.about-section__block:hover {
	border-color: var(--main-violet);
	cursor: pointer;
	background-color: #000;
	transform: scale(1.05);
}

.about-section__block a {
    text-decoration: none;
    color: #fff;
}

.about-section__block svg {
	width: 82px;
	height: 70px;
	fill: var(--main-green);
}

.about-section__block:hover svg {
	fill: var(--main-violet);
}

.about-section__block:hover svg path {
    fill: var(--main-violet);
}

.about-section__block:hover svg plygon {
    fill: var(--main-violet);
}

.about-section__block:hover svg circle {
    fill: var(--main-violet);
}

.about-section__description {
	font-size: 30px;
	font-weight: 500;
	line-height: 35px;
	letter-spacing: 0.5px;
	text-align: left;

}

.green-text,
.original-text {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.5px;
	text-align: left;

}

.green-text {
	color: var(--main-green);
}

.original-text {
	color: white;
}

/*
 * CASES
 */

.cases-section__description {
	font-size: 30px;
	font-weight: 500;
	line-height: 35px;
	letter-spacing: 0.5px;
	text-align: left;
	color: var(--main-green);
}

.cases-section__text {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.5px;
	text-align: left;
}

.contact-section__text {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.5px;
	text-align: left;
}

.contact-section {
	margin-bottom:150px;
}

/*
 * FORM
 */

 .form-control {
	background-color: #121212!important;
	border-radius: 0;
	border:none;
	border-bottom: 1px solid var(--main-green);
	padding: 15px 20px;
	color: var(--main-green)!important;
 }

 .form-control::placeholder {
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0.25px;
	text-align: left;
	color: var(--main-green);
 }

 .form-control:focus {
	background: #4A535B!important;

 }

 .form-select {
	padding: 15px 20px;
	background-color: #121212!important;
	border-radius: 0;
	border:none;
	border: 1px solid var(--main-green);
	color: var(--main-green)!important;
	background-image: url('../img/arrow.svg');
 }

 .form-select::placeholder {
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0.25px;
	text-align: left;
	color: var(--main-green);
 }

 .checkbox-inline {
	margin: 0;
  }
  .checkbox-style {
	border: var(--main-green) solid 1px;
	display: inline-block;
	height: 20px;
	margin-right: 5px;
	position: relative;
	vertical-align: top;
	width: 20px;
  }
  .checkbox-style:after {
	background: var(--main-green);
	content: '';
	left: 15%;
	top: 15%;
	bottom: 15%;
	right: 10%;
	position: absolute;
	opacity: 0;
  }
  input[type="radio"]:checked ~ .radio-style:after,
input[type="checkbox"]:checked ~ .checkbox-style:after {
  opacity: 100;
}
.footer-menu img {
	width: 40px;
	height: 40px;
}

.footer-menu {
	font-size: 12px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: left;
	color: white;
}

.footer-menu a {
	text-decoration: none;
	color: white;
	transition: all .5s;
}

.footer-menu a:hover {
	text-decoration: none;
	color: var(--main-green);
}

.footer-menu a.grey-link {
	text-decoration: none;
	color: var(--dark-grey);
	transition: all .5s;
}

.footer-menu a.grey-link:hover {
	text-decoration: none;
	color: var(--main-green);
}

.footer-icons img {
	width: 20px;
	height: 20px;
}

.footer-icons svg {
	fill: var(--dark-grey)
}

.footer-icons svg:hover {
	fill: var(--main-green)
}

.copyright-section {
	font-size: 12px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0.5px;
	color: var(--dark-grey);
}

/*
 * CAROUSEL
 */

 .slider-single {
	position: relative;
}

.slider-single .slick-slide {
	margin: 0;
}

.slider-single .slick-prev {
	position:absolute;
	top:45%;	
	left:-40px;
}
.slider-single .slick-next {
	position:absolute;
	top:45%;	
	right:-40px;
}
.slick-initialized .slick-slide {
	display:flex;
}

.slick-prev:before {
	content: url(../img/cta-previous.svg);
	color: var(--main-green);
	font-size: 30px;
  }
  
  .slick-next:before {
	content: url(../img/cta-next.svg);
	color: var(--main-green);
	font-size: 30px;
  }

  /*
   * SERVICES
   */

.services-title {
	position: relative;
	margin-bottom: 100px;
}

.sevices-about .about-section__block {
	width: 100%;
	text-align: left;
}

.sevices-about .about-section__block span {
	font-size: 25px;
	font-weight: 600;
	line-height: 27px;
	letter-spacing: 0.0025em;
	text-align: left;
	color: var(--main-green);
}

.sevices-about .about-section__block:hover span {
	color: var(--main-violet);
}

.sevices-about__text {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: white;
    text-align: left;
}

.about-section__block svg.svg-stroke {
	fill: none!important;
	stroke-width: 2;
	stroke: var(--main-green);
  }
  
  .about-section__block:hover svg.svg-stroke {
	fill: none!important;
	stroke-width: 2;
	stroke: var(--main-violet);
  }

  .accordeon-section {
	margin-bottom: 150px;
  }

  .accordion-button::after {
	background-image: url(../img/plus.png);
  }

  .accordion-button:not(.collapsed)::after{
	background-image: url(../img/minus.png);
  }

  .accordion-item {
    background-color: transparent;
    border: 1px solid var(--main-violet);
}

.accordion-button:not(.collapsed) {
    color: var(--main-violet);
    background-color: transparent;
    box-shadow: none;
	font-weight: bold;
}

.accordion-item {
	margin-bottom: 20px;
	border: 1px solid var(--main-violet);
	border-radius: 10px;
}


.accordion-button {
    color: var(--main-violet);
    background-color: transparent;
    font-weight: bold;
    padding: 0px 20px;
    line-height: clamp(1.2em, 2vw, 2.5em); /* Adjust these values as needed */
}

.accordion-item:not(:first-of-type) {
	border-top: 1px solid var(--main-violet);
	border-radius: 10px;
}

.accordion-item:first-of-type {
	border-radius: 10px;
}

.accordion-header {
  padding: 10px 0;
}

.numbers-section {
	margin-bottom: 150px;
	background-color: var(--grey-color);
	padding: 100px 0;
}
.insights-title,
.archive-section {
	margin-bottom: 100px;
}

.archive-item {
	height: 420px;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 110%;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.archive-item:hover {
	background-size: 125%;
}

.archive-item__meta {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 90%;
	z-index: 909;
}

.archive-item__meta h4 {
	font-size: 21px;
	font-weight: 600;
	line-height: 31px;
	letter-spacing: 0.5px;
	text-align: left;
	color: white;
}

.archive-item__meta span {
	font-size: 13px;
	font-weight: 600;
	line-height: 31px;
	letter-spacing: 0.25px;
	text-align: left;
	color: var(--main-green);
}

.archive-item:before {
	content: "";
	background-color: #000000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .5;
	z-index: 1;
}

.archive-item:hover:before {
	opacity: .75;
}

.pagination-pages img {
	width: 40px;
	height: 40px;
}

/*
 * SINGLE
 */

 .single-title {
	margin-bottom: 80px;
 }

.single-title h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 65px;
	letter-spacing: 0em;
	text-align: left;
}

.single-date {
	color:var(--main-green);
	font-size: 13px;
	font-weight: 600;
	line-height: 31px;
	letter-spacing: 0.25px;
	text-align: left;
}

.article-section p,
.privacy-text p {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-align: left;
}

.article-section ul {
	padding-left: 10px;
	margin-bottom: 100px;
}

.privacy-text ul {
	margin-bottom: 40px;
}

.article-section ul li,
.privacy-text ul li {
	margin-bottom: 20px;
	list-style-type: "■";
	padding-left: 10px;
}
.article-section ul li::marker,
.privacy-text ul li::marker {
	color: var(--main-green);
}

.contacts-title {
	margin-bottom: 50px;
}

.contacts-text {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-align: left;
}

.privacy-title {
	margin-bottom: 30px;
}

.privacy-text {
	margin-bottom: 150px;
}

.sm-hidden {
	display: none;
}

/*
 * MOBILE AND MEDIA
 */

@media (min-width: 992px) {
	.slick-dots {
		display: none!important;
	}
	.about-section__block {
		width: 240px;
		height: auto;
        min-height: 260px;
	}
    
    h1#title {
    height: 260px;
    width: 1100px;
    font-size:110px;
    line-height: 130px;}
}

@media (max-width: 991.98px) {

	body::after {
		width: 100%;
	}

	body::before {
		background-image: url('../img/bg-top.svg'), none;
	}


	body.services-body::before {
		background-image: url('../img/services-top.svg'), none;
	}

	body.page-body::before {
		background-image: url('../img/page-top.png'), none;
	}

	body.page-body::before { 
		background-image: url('../img/page-top.svg'), none;
	}

	body.insights-body::before {
		background-image: url('../img/insights-top.svg'), none;
	}

	body.contacts-body::before {
		background-image: url('../img/contacts-top.svg'), none;
		background-position: top -50% center;
	}

	body.privacy-body::before {
		background-image: url('../img/privacy-top.svg'), none;
	}

	.carousel-block {
		padding: 80px 0;
		margin: 80px 0 100px;
	}
	.partners-section:before {
		position: relative;
		background-image: url('../img/partners-line.svg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		background-size: cover;
	}

	h1 {
		font-size: 55px;
		font-weight: 700;
		line-height: 60px;
		letter-spacing: 0em;
		text-align: left;
	}

	h2 {
		font-size: 40px;
		font-weight: 700;
		line-height: 65px;
		letter-spacing: -0.25px;
		text-align: left;
	}

	h3 {
		font-size: 30px;
		font-weight: 700;
		line-height: 35px;
		letter-spacing: -0.25px;
		text-align: left;
	}

	.cases-section__description {
		font-size: 17px;
		font-weight: 500;
		line-height: 35px;
		letter-spacing: 0.5px;
		text-align: left;
		margin-bottom: 0;
	}

	.overlay .closebtn {
		position: absolute;
		top: 0;
		right: 10px!important;
		left: 90%;
		font-size: 60px;
	  }
	
	.overlay-logotype {
		transform: none;
		position: absolute;
		top: 10px;
		left: 10px;
	}

	.overlay a {
		font-size: 45px;
		font-weight: 700;
		line-height: 55px;
		letter-spacing: 0em;
		text-align: center;
		padding: 0 0 30px;
		margin: 0;
	}

	a.closebtn {
		padding: 0;
		width: 30px;
		height: 30px;
	}

	.footer-menu a,
	.footer-menu a.grey-link {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}

	.slider-single .slick-prev {
		position:absolute;
		top: 100%;
		bottom: -40px;	
		left:40px;
		z-index: 99;
	}
	.slider-single .slick-next {
		position:absolute;
		top: 100%;
		bottom: -40px;	
		right: 40px;
		z-index: 99;
	}

	a.full-width {
        width: 100%;  
    }
}

@media (max-width: 767.98px) {

	.accordeon-section__background {
		position: relative;
		padding-bottom: 100px;
	}

	.accordeon-section__background:after {
		position: absolute;
		content: "";
		background-image: url(../img/service-line-description.svg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: top center;
		top: 0;
		right: 5%;
		left: 5%;
		width: 90%;
		height: 100%;
	}

	.service-background:after {
		position: absolute;
		content: "";
		background-image: url(../img/service-line-description.svg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: top center;
		top: 170px;
		right: 5%;
		left: 5%;
		width: 90%;
		height: 75%;
	}

	.insights-title__background {
		position: relative;
	}

	.insights-title__background:after {
		position: absolute;
		content: "";
		/*background-image: url(../img/service-line-description.svg);*/
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: top center;
		top: 130px;
		right: 5%;
		left: 5%;
		width: 90%;
		height: 75%;
	}

	.contact-section__background {
		position: relative;
	}

	.contact-section__background:after {
		position: absolute;
		content: "";
		background-image: url(../img/service-line-description.svg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: top center;
		top: 0;
		right: 5%;
		left: 5%;
		width: 90%;
		height: 120%;
	}

	.privacy-text__background {
		position: relative;
		padding: 50px 50px 50px 0;
	}

	.privacy-text__background:after {
		position: absolute;
		content: "";
		background-image: url(../img/service-line-description.svg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: top center;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 110%;
	}

	.partners-carousel {
		position: relative;
		padding: 100px 0;
	}
	.partners-carousel:before {
		position: absolute;
		content: "";
		background-image: url(../img/service-line-description.svg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: top center;
		top: 50px;
		right: 8%;
		left: 8%;
		width: 84%;
		height: 84%;
	}

	.sm-hidden {
		display: block;
	}

	.services-title {
		margin-bottom: 50px;
	}

	.numbers-section h3 {
		font-size: 45px;
		font-weight: 700;
		line-height: 50px;
		letter-spacing: -0.25px;
		text-align: left;
	}

	.numbers-section {
		margin-bottom: 20px;
	}

	.privacy-text {
		margin-bottom: 0;
	}
}