/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
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;
}
img {
  border-style: none;
}
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;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: altavia;
  src: url("../fonts/Graphik/Graphik-Thin.otf");
  font-weight: 100;
}
@font-face {
  font-family: altavia;
  src: url("../fonts/Graphik/Graphik-Extralight.otf");
  font-weight: 200;
}
@font-face {
  font-family: altavia;
  src: url("../fonts/Graphik/Graphik-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: altavia;
  src: url("../fonts/Graphik/Graphik-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: altavia;
  src: url("../fonts/Graphik/Graphik-Medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: altavia;
  src: url("../fonts/Graphik/Graphik-Semibold.otf");
  font-weight: 600;
}
@font-face {
  font-family: altavia;
  src: url("../fonts/Graphik/Graphik-Bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: altavia;
  src: url("../fonts/Graphik/Graphik-Extrabold.otf");
  font-weight: 800;
}
@font-face {
  font-family: altavia;
  src: url("../fonts/Graphik/Graphik-Black.otf");
  font-weight: 900;
}
:root {
  --color-page-background: white;
  --color-page-background-grey: #f3f3f3;
  --color-page-background-boost: #ececec;
  --color-arrow: #171717;
  --color-text: #232323;
}
.dark {
  --color-page-background: #232323;
  --color-page-background-grey: #1c1c1c;
  --color-page-background-boost: #232323;
  --color-arrow: #1c1c1c;
  --color-text: white;
}
body {
  background-color: var(--color-page-background);
  color: var(--color-text);
}
.dark__light {
  position: fixed;
  top: 52px;
  right: 5px;
  cursor: pointer;
  z-index: 51;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .dark__light {
    top: 95px;
    right: 25px;
  }
}
.dark__light svg {
  width: fit-content;
  height: fit-content;
}
.dark__light .checkbox {
  opacity: 0;
  position: absolute;
}
.dark__light i:nth-of-type(1) {
  display: flex;
  align-items: center;
}
.dark__light .checkbox-label {
  background-color: var(--color-text);
  width: 38px;
  height: 20px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s all ease-in-out;
}
.dark__light .checkbox-label .ball {
  background-color: var(--color-page-background);
  width: 16px;
  height: 16px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.3s linear;
}
.dark__light .checkbox:checked + .checkbox-label .ball {
  transform: translateX(18px);
}
::selection {
  background: #41d1b9;
  color: var(--color-text);
}
body {
  font-family: altavia;
  scroll-behavior: smooth;
}
.wrapper {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 0 4rem;
}
@media screen and (max-width: 1366px) {
  .wrapper {
    padding: 0 4rem;
  }
}
a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s all ease-in-out;
}
.color-blue {
  color: #41d1b9;
}
.light-img {
  fill: var(--color-text);
}
.dark-img {
  fill: var(--color-page-background);
}
.light-circle {
  stroke: var(--color-text);
}
.header {
  background-color: var(--color-page-background);
  color: var(--color-text);
  position: relative;
}
.header__content h1 {
  font-weight: 700;
  font-size: 3.75rem;
  width: 700px;
}
@media screen and (max-width: 860px) {
  .header__content h1 {
    width: 100%;
    padding: 0 2rem 0 0;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .header__content h1 span:nth-of-type(1) {
    display: block;
  }
}
.header__content h1 span:nth-of-type(2) {
  display: block;
  color: #41d1b9;
}
.header__content p {
  width: 700px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
@media screen and (max-width: 860px) {
  .header__content p {
    width: 100%;
    padding: 0 2rem 0 0;
  }
}
.header__cta {
  width: fit-content;
  display: block;
}
.header__cta div {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  font-weight: 600;
  font-size: 1.375rem;
}
.social {
  position: absolute;
  bottom: 3rem;
  left: 2rem;
}
.social a {
  margin-right: 3.125rem;
}
.social a img {
  width: 25px;
  height: 25px;
}
@media screen and (max-height: 825px) {
  .discover .social {
    display: none;
  }
  .service .social {
    display: none;
  }
  .client .social {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header .social {
    bottom: -4rem;
    left: 4rem;
  }
  .discover .social {
    display: none;
  }
  .service .social {
    display: none;
  }
  .client .social {
    display: none;
  }
}
.page__down {
  position: absolute;
  bottom: 3rem;
  right: 2rem;
}
@media screen and (max-width: 768px) {
  .page__down {
    bottom: -5rem;
    right: 4rem;
  }
}
.client .page__down {
  transform: rotate(180deg);
}
.footer {
  background-color: #232323;
  color: #fff;
}
.footer .wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  grid-template-columns: 50% 25% 25%;
  grid-template-areas: "logo info contact" "social info contact";
  gap: 1rem;
}
@media screen and (max-width: 860px) {
  .footer .wrapper {
    grid-template-areas: "logo social" "info social" "contact social";
    grid-template-columns: 80% 20%;
  }
}
.footer__logo {
  grid-area: logo;
}
.footer__info {
  grid-area: info;
}
.footer__info h2 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0;
}
.footer__info p {
  font-size: 0.875rem;
  line-height: 1.188rem;
}
.footer__info p:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.footer__info a {
  width: fit-content;
}
.footer__social {
  grid-area: social;
  display: flex;
  gap: 1rem;
  align-items: flex-end;
}
@media screen and (max-width: 860px) {
  .footer__social {
    flex-direction: column;
  }
}
.footer__contact {
  grid-area: contact;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .footer__contact {
    gap: 1rem;
  }
}
.footer__contact div {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer__contact div img {
  width: 25px;
  height: 25px;
}
.copyright {
  background-color: #000;
  color: #fff;
  padding: 1.5rem 0.5rem;
}
.copyright small {
  display: flex;
}
.copyright small span {
  margin-right: auto;
}
.footer__nav {
  display: flex;
  align-items: center;
}
.footer__nav a {
  margin-left: 1rem;
}
.footer__nav a:nth-of-type(6) {
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .footer .wrapper {
    grid-template-areas: "logo social" "info social" "contact contact";
  }
  .footer__logo {
    grid-area: logo;
  }
  .footer__info {
    grid-area: info;
  }
  .footer__social {
    grid-area: social;
    display: flex;
    flex-direction: column;
  }
  .footer__contact {
    grid-area: contact;
  }
  .footer__nav {
    display: none;
  }
}
.footer a:hover {
  color: #41d1b9;
}
.copyright a:hover {
  color: #41d1b9;
}
.main__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 125px;
  z-index: 11;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  background-color: var(--color-page-background);
  transition: .3s all ease-in-out;
  opacity: 1;
}
.main__nav > div:nth-of-type(1) {
  margin-right: auto;
}
.main__nav > div:nth-of-type(2) {
  display: flex;
  gap: 3.125rem;
  align-items: center;
}
@media screen and (max-width: 870px) {
  .main__nav > div:nth-of-type(2) {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .main__nav > div:nth-of-type(2) {
    display: none;
  }
}
.main__nav .link--activ {
  color: #41d1b9;
}
.main__nav > div:nth-of-type(3) {
  margin-left: 6.25rem;
  margin-right: 10px;
}
@media screen and (max-width: 820px) {
  .main__nav > div:nth-of-type(3) {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .main__nav > div:nth-of-type(3) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .dark__light{
    opacity: 1 !important;
  }
  .main__nav {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    opacity: 1 !important;
  }
  .main__nav > div:nth-of-type(1) {
    height: calc(125px - 2rem);
    display: flex;
    align-items: center;
  }
  .main__nav > div:nth-of-type(2).nav--activ {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .main__nav > div:nth-of-type(3).nav--activ {
    display: block;
    margin: 0;
    align-self: flex-end;
  }
}
.main__nav.nav--activ {
  height: 100%;
}
.main__nav__link {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 0;
  width: fit-content;
  line-height: 2rem;
}
.main__nav__link::before,
.main__nav__link::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
}
.main__nav__link::before {
  background-color: #41d1b9;
  height: 2px;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.main__nav__link::after {
  content: attr(data-replace);
  height: 100%;
  top: 0;
  transform-origin: 100% 50%;
  transform: translate3d(200%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  color: #41d1b9;
}
.main__nav__link:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.main__nav__link:hover::after {
  transform: translate3d(0, 0, 0);
}
.nav__burger {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav__burger {
    position: fixed;
    top: 0;
    right: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    cursor: pointer;
    width: 25px;
    height: 125px;
    z-index: 50;
    padding: 50px 0;
  }
  .nav__burger span {
    width: 25px;
    height: 2px;
    border: none;
    background-color: var(--color-text);
    transition: 0.3s all ease-in-out;
  }
  .nav__burger span:nth-of-type(2) {
    transition: 0.2s all ease-in-out;
  }
  .nav__burger.nav--activ span:nth-of-type(2) {
    opacity: 0;
  }
  .nav__burger.nav--activ span:nth-of-type(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .nav__burger.nav--activ span:nth-of-type(3) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.main__nav__social {
  display: none;
}
.main__nav__social.nav--activ {
  display: flex;
  position: fixed;
  gap: 2rem;
  bottom: 1rem;
  left: 2rem;
}
.fp-sr-only {
  overflow: visible;
}
#fp-nav ul li a span {
  border-radius: 0;
}
#fp-nav ul li a span:hover {
  border-radius: 0;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  height: 4rem;
}
#fp-nav ul li a.active span {
  height: 4rem;
  background-color: #41d1b9;
}
#fp-nav.fp-right {
  right: 2rem;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  width: 0.3rem;
  height: 4rem;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 100%;
  width: 0.3rem;
  margin: -32px 0 0 -2px;
  border-radius: 0;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 0;
  position: absolute;
  z-index: 1;
  height: 40%;
  width: 4px;
  border: 0;
  background: var(--color-text);
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 0.3rem;
  height: 100%;
  margin: -30px 0 0 -2px;
}
.swiper {
  width: 100%;
  height: 100%;
}
.case__slider .case__header__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background-color: rgba(35, 35, 35, 0.3);
}
.case__slider .case__header__overlay p {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 400;
}
.case__slider .case__header__overlay p:nth-of-type(1) {
  margin-bottom: auto;
}
.case__slider .case__header__overlay p:nth-of-type(2) {
  font-size: 0.75rem;
}
.case__slider .case__header__overlay p:nth-of-type(2) span {
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: -8px;
  display: block;
}
.case__slider .swiper-header-button-prev {
  position: absolute;
  top: 0;
  left: -29px;
  width: 30px;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
}
.case__slider .swiper-header-button-prev::after {
  content: "";
  background: url("../img/case/arrow-left.svg");
  width: 8px;
  height: 10px;
}
.case__slider .swiper-header-button-next {
  position: absolute;
  top: 0;
  right: -29px;
  width: 30px;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #232323;
}
.case__slider .swiper-header-button-next::after {
  content: "";
  background: url("../img/case/arrow-right.svg");
  width: 8px;
  height: 10px;
}
.case__similar .swiper__container,
.case__similar-mob .swiper__container,
.swiperWorkTop .swiper__container,
.swiperWorkBottom .swiper__container,
.page-service__similar .swiper__container {
  width: 100%;
  padding-left: 4rem;
}
.case__similar .swiper-slide,
.case__similar-mob .swiper-slide,
.swiperWorkTop .swiper-slide,
.swiperWorkBottom .swiper-slide,
.page-service__similar .swiper-slide {
  display: flex;
  justify-content: center;
}
.case__similar .swiper-button-prev::after,
.case__similar-mob .swiper-button-prev::after,
.swiperWorkTop .swiper-button-prev::after,
.swiperWorkBottom .swiper-button-prev::after,
.page-service__similar .swiper-button-prev::after {
  content: "";
  background: url("../img/case/arrow.png");
  width: 8px;
  height: 10px;
  transform: rotate(180deg);
}
@media screen and (max-width: 550px) {
  .case__similar .swiper-button-prev::after,
  .case__similar-mob .swiper-button-prev::after,
  .swiperWorkTop .swiper-button-prev::after,
  .swiperWorkBottom .swiper-button-prev::after,
  .page-service__similar .swiper-button-prev::after {
    width: 5px;
    height: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.case__similar .swiper-button-next::after,
.case__similar-mob .swiper-button-next::after,
.swiperWorkTop .swiper-button-next::after,
.swiperWorkBottom .swiper-button-next::after,
.page-service__similar .swiper-button-next::after {
  content: "";
  background: url("../img/case/arrow.png");
  width: 8px;
  height: 10px;
}
@media screen and (max-width: 550px) {
  .case__similar .swiper-button-next::after,
  .case__similar-mob .swiper-button-next::after,
  .swiperWorkTop .swiper-button-next::after,
  .swiperWorkBottom .swiper-button-next::after,
  .page-service__similar .swiper-button-next::after {
    width: 5px;
    height: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.case__similar .arrow-dark::after,
.case__similar-mob .arrow-dark::after,
.swiperWorkTop .arrow-dark::after,
.swiperWorkBottom .arrow-dark::after,
.page-service__similar .arrow-dark::after {
  background: url("../img/case/arrow-white.svg") no-repeat center/contain;
}
.case__similar .swiper-pagination,
.case__similar-mob .swiper-pagination,
.swiperWorkTop .swiper-pagination,
.swiperWorkBottom .swiper-pagination,
.page-service__similar .swiper-pagination {
  position: relative;
  margin-top: 25px;
}
.case__similar .swiper-pagination-bullet,
.case__similar-mob .swiper-pagination-bullet,
.swiperWorkTop .swiper-pagination-bullet,
.swiperWorkBottom .swiper-pagination-bullet,
.page-service__similar .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  border-radius: 0;
  background-color: var(--color-text);
}
.case__similar .swiper-pagination-bullet-active,
.case__similar-mob .swiper-pagination-bullet-active,
.swiperWorkTop .swiper-pagination-bullet-active,
.swiperWorkBottom .swiper-pagination-bullet-active,
.page-service__similar .swiper-pagination-bullet-active {
  width: 50px;
  background-color: #41d1b9;
}
.pagination .swiper-pagination,
.pagination .swiper-pagination-top {
  position: relative;
  margin-top: 25px;
  text-align: center;
}
.pagination .swiper-pagination-bullet,
.pagination .swiper-pagination-bullet-top {
  width: 25px;
  height: 3px;
  border-radius: 0;
  background-color: var(--color-text);
}
.pagination .swiper-pagination-bullet-active,
.pagination .swiper-pagination-bullet-active-top {
  width: 50px;
  background-color: #41d1b9;
}
.page-service__slider {
  width: 250px;
  height: 120px;
  position: relative;
}
.page-service__slider .page-service__header__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background-color: rgba(35, 35, 35, 0.3);
}
.page-service__slider .page-service__header__overlay p {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 400;
}
.page-service__slider .page-service__header__overlay p:nth-of-type(1) {
  margin-bottom: auto;
}
.page-service__slider .page-service__header__overlay p:nth-of-type(2) {
  font-size: 0.75rem;
}
.page-service__slider .page-service__header__overlay p:nth-of-type(2) span {
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: -8px;
  display: block;
}
.page-service__slider .swiper-header-button-prev {
  position: absolute;
  top: 0;
  left: -29px;
  width: 30px;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
}
.page-service__slider .swiper-header-button-prev::after {
  content: "";
  background: url("../img/case/arrow-left.svg");
  width: 8px;
  height: 10px;
}
.page-service__slider .swiper-header-button-next {
  position: absolute;
  top: 0;
  right: -29px;
  width: 30px;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-arrow);
}
.page-service__slider .swiper-header-button-next::after {
  content: "";
  background: url("../img/case/arrow-right.svg");
  width: 8px;
  height: 10px;
}
.page-service .swiper-pagination-case2 {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.case .swiper-pagination-case2 {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 2px solid var(--color-text);
  border-radius: 50%;
  background-color: var(--color-page-background);
}
.swiper-button-next {
  right: 30px;
  width: 40px;
  height: 40px;
  border: 2px solid var(--color-text);
  border-radius: 50%;
  background-color: var(--color-page-background);
}
@media screen and (min-width: 1366px) {
  .swiper-button-prev {
    left: 0;
  }
  .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: -20px;
  }
  .swiper-button-next {
    right: -20px;
  }
}
.main {
  overflow: hidden;
}
.swiperWorkTop,
.swiperWorkBottom,
.swiperServiceCase,
.swiperServiceCase2,
.swiperCase,
.swiperCaseB {
  overflow: visible;
}
.swiperWorkTop .swiper-slide-next + .swiper-slide + .swiper-slide,
.swiperWorkBottom .swiper-slide-next + .swiper-slide + .swiper-slide,
.swiperServiceCase .swiper-slide-next + .swiper-slide + .swiper-slide,
.swiperServiceCase2 .swiper-slide-next + .swiper-slide + .swiper-slide,
.swiperCase .swiper-slide-next + .swiper-slide + .swiper-slide,
.swiperCaseB .swiper-slide-next + .swiper-slide + .swiper-slide {
  opacity: 0.4;
}
@media screen and (max-width: 1366px) {
  .swiperWorkTop .swiper-slide-next + .swiper-slide,
  .swiperWorkBottom .swiper-slide-next + .swiper-slide,
  .swiperServiceCase .swiper-slide-next + .swiper-slide,
  .swiperServiceCase2 .swiper-slide-next + .swiper-slide,
  .swiperCase .swiper-slide-next + .swiper-slide,
  .swiperCaseB .swiper-slide-next + .swiper-slide {
    opacity: 0.4;
    justify-content: flex-start;
    padding-left: 2rem;
  }
  .swiperWorkTop .swiper-slide-next,
  .swiperWorkBottom .swiper-slide-next,
  .swiperServiceCase .swiper-slide-next,
  .swiperServiceCase2 .swiper-slide-next,
  .swiperCase .swiper-slide-next,
  .swiperCaseB .swiper-slide-next {
    width: 45% !important;
  }
}
@media screen and (max-width: 1028px) {
  .swiperWorkTop .swiper-slide-next,
  .swiperWorkBottom .swiper-slide-next,
  .swiperServiceCase .swiper-slide-next,
  .swiperServiceCase2 .swiper-slide-next,
  .swiperCase .swiper-slide-next,
  .swiperCaseB .swiper-slide-next {
    opacity: 0.4;
    justify-content: flex-start;
    padding-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .swiperWorkTop .swiper-slide-next,
  .swiperWorkBottom .swiper-slide-next,
  .swiperServiceCase .swiper-slide-next,
  .swiperServiceCase2 .swiper-slide-next,
  .swiperCase .swiper-slide-next,
  .swiperCaseB .swiper-slide-next {
    padding-left: 4rem;
  }
  .swiperWorkTop .swiper-button-prev,
  .swiperWorkBottom .swiper-button-prev,
  .swiperServiceCase .swiper-button-prev,
  .swiperServiceCase2 .swiper-button-prev,
  .swiperCase .swiper-button-prev,
  .swiperCaseB .swiper-button-prev {
    width: 20px;
    height: 20px;
    border: 1px solid var(--color-text);
  }
  .swiperWorkTop .swiper-button-next,
  .swiperWorkBottom .swiper-button-next,
  .swiperServiceCase .swiper-button-next,
  .swiperServiceCase2 .swiper-button-next,
  .swiperCase .swiper-button-next,
  .swiperCaseB .swiper-button-next {
    width: 20px;
    height: 20px;
    border: 1px solid var(--color-text);
  }
}
.swiperWorkTop .swiper-slide-prev,
.swiperWorkBottom .swiper-slide-prev,
.swiperServiceCase .swiper-slide-prev,
.swiperServiceCase2 .swiper-slide-prev,
.swiperCase .swiper-slide-prev,
.swiperCaseB .swiper-slide-prev {
  opacity: 0;
  pointer-events: none;
}
select {
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
}
.main__nav__lang select {
  width: fit-content;
  padding: 0;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: var(--color-page-background);
  color: var(--color-text);
}
.main__nav__lang #langToggle {
  text-align: center;
}
.discover {
  position: relative;
}
.discover__title h2 {
  font-size: 3.125rem;
  font-weight: 700;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 860px) {
  .discover__title h2 {
    font-size: 2.725rem;
  }
}
.discover__title p {
  width: 430px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625rem;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .discover__title p {
    width: 100%;
  }
}
.discover__content__img {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .discover__content__img {
    flex-direction: column;
  }
}
.discover__content__img .discover__box {
  width: 100%;
  height: 250px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .discover__content__img .discover__box {
    width: 100%;
    height: 300px;
    margin-bottom: 1.5rem;
  }
}
.discover__content__img .discover__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discover__content__cta {
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  justify-content: flex-end;
}
.discover__box div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0.8rem 1rem;
  color: #fff;
}
.discover__box div h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}
.discover__box div span {
  font-size: 1rem;
  font-weight: 300;
}
.discover__content__cta--btn {
  border: 1px solid var(--color-text);
  color: var(--color-text);
  border-radius: 24px;
  padding: 12px 24px;
  display: block;
  width: fit-content;
  height: fit-content;
  margin-top: 50px;
  background-color: rgba(0, 0, 0, 0);
}
.discover__content__cta--btn:hover {
  color: var(--color-page-background);
  background-color: var(--color-text);
}
.header__video {
  position: fixed;
  width: 80vw;
  height: 80vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 52;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease-in-out;
}
.header__video .video {
  width: 100%;
  height: 100%;
}
.header__video .header__video--close {
  position: absolute;
  top: 1rem;
  right: -2rem;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-color: var(--color-page-background);
  border: 1px solid var(--color-text);
  border-radius: 50%;
}
.header__video .header__video--close span {
  width: 15px;
  height: 2px;
  border: none;
  background-color: var(--color-text);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}
.header__video .header__video--close span:nth-of-type(odd) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__video .header__video--close span:nth-of-type(even) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.animationVideo {
  opacity: 1;
  visibility: visible;
}
.service {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service__title h2 {
  font-size: 3.125rem;
  font-weight: 700;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 860px) {
  .service__title h2 {
    font-size: 2.725rem;
  }
}
.service__title p {
  width: 460px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625rem;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .service__title p {
    width: 100%;
  }
}
.service__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1366px) {
  .service__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 860px) {
  .service__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .service__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service__content__box h3 {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  .service__content__box h3 {
    font-size: 1.4rem;
  }
}
.service__content__box h3 span {
  display: block;
}
.service__content__box--links {
  color: #41d1b9;
  display: flex;
}
.service__content__box--links a {
  margin-right: 20px;
  font-weight: 300;
  font-size: 0.875rem;
}
@media screen and (max-width: 860px) {
  .service__content__box--links a {
    font-size: 0.7rem;
  }
}
.service__content__cta--btn {
  border: 1px solid var(--color-text);
  color: var(--color-text);
  border-radius: 24px;
  padding: 12px 24px;
  display: block;
  width: fit-content;
  height: fit-content;
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 860px) {
  .service__content__cta--btn {
    font-size: 0.8rem;
  }
}
.service__content__cta--btn::before {
  content: "View";
}
.service__content__cta--btn:hover::before {
  content: "View more";
}
.service__content__cta--btn:hover {
  color: var(--color-page-background);
  background-color: var(--color-text);
}
.client {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .client {
    display: flex !important;
  }
}
.client__title {
  margin-top: -50px;
}
@media screen and (max-width: 1366px) {
  .client__title {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .client__title {
    order: 1;
    margin-top: 0;
  }
}
.client__title h2 {
  font-size: 3.125rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0.83rem;
}
@media screen and (max-width: 1366px) {
  .client__title h2 {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 860px) {
  .client__title h2 {
    font-size: 2.725rem;
  }
}
.client__title p {
  width: 460px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625rem;
  margin: 0 0 50px auto;
}
@media screen and (max-width: 1366px) {
  .client__title p {
    margin: 0;
    width: 100%;
  }
}
.client__content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 1366px) {
  .client__content {
    order: 2;
    grid-template-columns: repeat(5, 1fr);
  }
  .client__content div {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 860px) {
  .client__content {
    grid-template-columns: repeat(4, 1fr);
  }
  .client__content div img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .client__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .section {
    height: 100% !important;
    overflow-y: inherit;
    margin-bottom: 7rem;
  }
  .header {
    margin-top: 150px;
    margin-bottom: 250px;
  }
  .discover h2 span {
    display: block;
  }
  .service h2 span {
    display: block;
  }
}
.works .main {
  margin-top: 150px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.case .main {
  margin-top: 150px;
}
.case__header {
  display: flex;
  margin-bottom: 120px;
}
@media screen and (max-width: 860px) {
  .case__header {
    flex-direction: column;
  }
}
.case__header__content {
  width: 50%;
}
@media screen and (max-width: 860px) {
  .case__header__content {
    width: 100%;
    order: 2;
    margin-top: 100px;
  }
}
.case__header__img {
  width: 50%;
  height: 530px;
  position: relative;
}
@media screen and (max-width: 860px) {
  .case__header__img {
    width: 100%;
  }
}
.case__header__img div {
  width: 100%;
  height: 100%;
}
.case__header__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.case__header__img .case__slider {
  position: absolute;
  bottom: -66.25px;
  left: 50%;
  transform: translateX(-50%);
  width: 265px;
  height: 125px;
}
.case__header__content {
  color: var(--color-text);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 10%;
}
@media screen and (max-width: 860px) {
  .case__header__content {
    padding: 0 2rem;
  }
}
.case__header__content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0;
  width: 320px;
}
@media screen and (max-width: 860px) {
  .case__header__content h2 {
    width: 100%;
  }
}
.case__header__content p {
  width: 320px;
}
@media screen and (max-width: 860px) {
  .case__header__content p {
    width: 100%;
  }
}
.case__header__content p:nth-of-type(1) {
  font-size: 1.125rem;
}
.case__header__content p:nth-of-type(2) {
  font-size: 1rem;
  color: #41d1b9;
}
.case__header__content p:nth-of-type(3) {
  font-size: 1rem;
  line-height: 1.625rem;
}
.case__header__content div {
  width: 320px;
}
@media screen and (max-width: 860px) {
  .case__header__content div {
    width: 100%;
  }
}
.case__header__cta {
  border: 1px solid var(--color-text);
  color: var(--color-text);
  border-radius: 24px;
  padding: 12px 24px;
  display: block;
  width: fit-content;
  height: fit-content;
  margin-top: 50px;
  background-color: rgba(0, 0, 0, 0);
}
.case__header__cta:hover {
  color: var(--color-page-background);
  background-color: var(--color-text);
}
.case__info {
  background-color: var(--color-page-background-grey);
}
.case__info .wrapper {
  display: grid;
  grid-template-areas: "client objective service" "year objective service";
  grid-template-columns: 33.3333333333%;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 860px) {
  .case__info .wrapper {
    grid-template-areas: "client year" "objective ." "service .";
    grid-template-columns: 50%;
  }
}
.case__info h2 {
  font-weight: 600;
  font-size: 1rem;
  color: #41d1b9;
  letter-spacing: 2px;
}
.case__info p {
  font-size: 1rem;
  line-height: 26px;
  font-weight: 300;
}
.case__info__client {
  grid-area: client;
}
.case__info__year {
  grid-area: year;
}
.case__info__objective {
  grid-area: objective;
}
.case__info__service {
  grid-area: service;
}
.case__content {
  padding: 5rem 0 5rem 0;
}
.case__content .wrapper div {
  margin: 130px 0;
}
.case__content h2 {
  font-size: 1.75rem;
  font-weight: 600;
}
.case__content p {
  font-size: 1rem;
  line-height: 28px;
  font-weight: 300;
}
.case__content img {
  width: 100%;
}
.case__similar {
  background-color: var(--color-page-background-grey);
  padding: 5rem 0;
}
.case__similar .case__title h2 {
  font-size: 3.125rem;
  font-weight: 700;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 860px) {
  .case__similar .case__title h2 {
    font-size: 2.725rem;
  }
}
.case__similar .case__title p {
  width: 630px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625rem;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .case__similar .case__title p {
    width: 100%;
  }
}
.case__similar-mob {
  background-color: var(--color-page-background-grey);
  padding: 0 0 5rem 0;
  display: none;
}
@media screen and (max-width: 1027px) {
  .case__similar-mob {
    display: block;
  }
}
.team .main {
  margin-top: 150px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.team__header ,.blog__header{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team__header__title h2, .blog__header__title h2{
  font-size: 3.125rem;
  font-weight: 700;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 860px) {
  .team__header__title h2, .blog__header__title h2 {
    font-size: 2.725rem;
  }
}
.team__header__title p, .blog__header__title p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625rem;
  margin: 0 0 35px 0;
}
.team__header__title .team__header__span, .blog__header__title .blog__header__span {
  color: #41d1b9;
  font-weight: 700;
  display: block;
}
.team__member {
  display: flex;
  margin-bottom: 120px;
}
@media screen and (max-width: 860px) {
  .team__member {
    flex-direction: column;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.team__member__content {
  width: 50%;
  color: var(--color-text);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 860px) {
  .team__member__content {
    width: 100%;
  }
}
.team__member__content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0;
  width: 320px;
}
@media screen and (max-width: 860px) {
  .team__member__content h2 {
    width: 100%;
  }
}
.team__member__content p {
  width: 320px;
  font-size: 1rem;
  line-height: 26px;
}
@media screen and (max-width: 860px) {
  .team__member__content p {
    width: 100%;
  }
}
.team__member__img {
  width: 50%;
  height: 530px;
}
@media screen and (max-width: 860px) {
  .team__member__img {
    width: 100%;
  }
}
.team__member__img div {
  width: 100%;
  height: 100%;
}
.team__member__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.team__member:nth-of-type(even) .team__member__content {
  align-items: flex-end;
  padding-right: 10%;
}
@media screen and (max-width: 860px) {
  .team__member:nth-of-type(even) .team__member__content {
    align-items: flex-start;
    padding: 0;
    order: 2;
  }
}
.team__member:nth-of-type(odd) .team__member__content {
  align-items: flex-start;
  padding-right: 0;
  padding-left: 10%;
  order: 2;
}
@media screen and (max-width: 860px) {
  .team__member:nth-of-type(odd) .team__member__content {
    padding: 0;
  }
}
.team__member:nth-of-type(odd) .team__member__img {
  order: 1;
}
.page-service .main {
  margin-top: 150px;
  padding-top: 50px;
}
.page-service__header {
  position: relative;
  display: flex;
  margin-bottom: 4rem;
}
@media screen and (max-width: 860px) {
  .page-service__header {
    flex-direction: column;
  }
}
.page-service__header__title {
  width: 50%;
}
@media screen and (max-width: 860px) {
  .page-service__header__title {
    width: 100%;
  }
}
.page-service__header__title h2 {
  font-size: 3.125rem;
  font-weight: 700;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 860px) {
  .page-service__header__title h2 {
    font-size: 2.725rem;
  }
}
.page-service__header__title p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625rem;
  margin: 0 0 35px 0;
}
.page-service__header__title .page-service__header__span {
  color: #41d1b9;
  font-weight: 700;
  display: block;
}
.page-service__header__swiper {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  margin-right: 29px;
}
@media screen and (max-width: 860px) {
  .page-service__header__swiper {
    width: 100%;
    justify-content: flex-start;
    margin: 0;
  }
}
.page-service__content {
  display: flex;
  gap: 4rem;
  padding: 5rem 0;
}
@media screen and (max-width: 860px) {
  .page-service__content {
    flex-direction: column;
    padding: 5rem 2rem;
  }
}
.page-service__content__box {
  width: 33.3333333333%;
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 860px) {
  .page-service__content__box {
    width: 100%;
  }
}
.page-service__content__box h2 {
  font-size: 1.875rem;
  line-height: 35px;
}
.page-service__content__box p {
  width: 90%;
  font-size: 1rem;
  line-height: 26px;
  font-weight: 300;
}
.page-service__boost {
  background-color: var(--color-page-background-boost);
  padding: 5rem 0;
}
.page-service__boost .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-service__boost p {
  font-size: 1.563rem;
  line-height: 35px;
  text-align: center;
}
.page-service__similar {
  position: relative;
  padding: 5rem 0;
  background-color: var(--color-page-background-grey);
}
.page-service__similar__title {
  padding-left: 3rem;
}
.page-service__similar__title h2 {
  font-size: 3.125rem;
  font-weight: 700;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 860px) {
  .page-service__similar__title h2 {
    font-size: 2.725rem;
  }
}
.page-service__similar__title p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625rem;
  margin: 0 0 35px 0;
}
.page-service__similar__title .page-service__header__span {
  color: #41d1b9;
  font-weight: 700;
  display: block;
}
.swiper__case__bottom {
  display: none;
}
@media screen and (max-width: 1027px) {
  .swiper__case__bottom {
    display: block;
  }
}
.contact .main {
  margin-top: 150px;
  padding-top: 50px;
  margin-bottom: 150px;
}
.match .wrapper {
  display: grid;
  grid-template-areas: "title form" "info form";
  grid-template-columns: 50%;
  gap: 2rem;
}
@media screen and (max-width: 860px) {
  .match .wrapper {
    grid-template-areas: "title" "info" "form";
    grid-template-columns: 100%;
  }
}
.match__title {
  grid-area: title;
}
.match__title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  width: 350px;
}
@media screen and (max-width: 860px) {
  .match__title h2 {
    width: 100%;
  }
}
.match__title h2 span {
  display: block;
}
.match__title p {
  width: 350px;
  font-weight: 300;
}
@media screen and (max-width: 860px) {
  .match__title p {
    width: 100%;
  }
}
.match__info {
  grid-area: info;
  font-weight: 300;
}
.match__form {
  grid-area: form;
}
.form {
  display: grid;
  grid-template-areas: "name surname" "email phone" "message message" "required send" "wpcf wpcf";
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 860px) {
  .form {
    grid-template-areas: "name" "surname" "email" "phone" "message" "required" "send" "wpcf";
  }
}
.form > div:nth-of-type(1) {
  grid-area: wpcf;
}
.form > div:nth-of-type(2) {
  grid-area: name;
}
.form > div:nth-of-type(3) {
  grid-area: surname;
}
.form > div:nth-of-type(4) {
  grid-area: email;
}
.form > div:nth-of-type(5) {
  grid-area: phone;
}
.form > div:nth-of-type(6) {
  grid-area: message;
}
.form > div:nth-of-type(7) {
  grid-area: required;
  display: flex;
  align-items: flex-end;
  color: #41d1b9;
  font-weight: 500;
  font-size: 0.8rem;
  margin-top: 50px;
}
.form > div:nth-of-type(8) {
  grid-area: send;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 50px;
}
.form > div:nth-of-type(8) input {
  border: 1px solid var(--color-text);
  color: var(--color-text);
  border-radius: 24px;
  padding: 12px 24px;
  display: block;
  width: fit-content;
  height: fit-content;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: .3s all ease-in-out;
}
.form > div:nth-of-type(8) input:hover {
  color: var(--color-page-background);
  background-color: var(--color-text);
}
.form ::placeholder {
  color: var(--color-text);
}
.input-placeholder {
  position: relative;
  width: 100%;
}
.input-placeholder input,
.input-placeholder textarea {
  padding: 10px 10px;
  font-size: 0.938rem;
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--color-text);
  background-color: rgba(0, 0, 0, 0);
  color: var(--color-text);
}
.placeholder {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  height: 25px;
  font-size: 0.938rem;
  font-weight: 100;
  margin: 10px 0 0 0;
  color: #fff;
  display: flex;
  width: 100%;
}
.placeholder span:nth-of-type(1) {
  margin-right: auto;
}
.placeholder span:nth-of-type(2) {
  color: #41d1b9;
}
.social--footer {
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.social--footer a {
  margin-right: 30px;
}
@media screen and (max-width: 860px) {
  .social--footer {
    display: none;
  }
}
.blog .main,.single-blog .main {
  margin-top: 150px;
  padding-top: 50px;
}
.blog__article .wrapper{
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  gap: 1rem;
  padding-bottom: 5rem;
}
.single__blog__content{
  padding-bottom: 5rem;
}
.single__blog__title h2{
  color: #41d1b9;
  font-size: 3rem;
  font-weight: 400;
}
@media screen and (max-width: 1366px) {
  .blog__article .wrapper{
    grid-template-columns: repeat(2, minmax(250px, 1fr));
  }
}
@media screen and (max-width: 968px) {
  .blog__article .wrapper{
    grid-template-columns: repeat(1, minmax(250px, 1fr));
  }
}
/* wpcf */
.wpcf7-spinner{
  color: var(--color-page-background);
}
.wpcf7-not-valid-tip{
  color: #41d1b9 !important;
  font-size: 0,8rem !important;
  padding: 10px 0 0 10px !important;
}
.wpcf7-response-output{
  border-color: #41d1b9 !important;
}
/* Page policy */
.policy .main {
  margin-top: 150px;
  padding-top: 50px;
  padding-bottom: 150px;
}
.single-service .main {
  margin-top: 150px;
  padding-top: 50px;
  padding-bottom: 150px;
}
/* Lang */
.main__nav__lang{
  margin-left: 1rem;
}
.footer__nav .main__nav__lang select {
  background-color: transparent;
  color: white;
}
.footer__nav .main__nav__lang #langToggle {
  font-size: 1rem;
}
.footer__social svg{
  fill: white;
  transition: .3s all ease-in-out;
}
.footer__social a:hover svg{
  fill: #41d1b9;
}
/*# sourceMappingURL=styles.min.css.map */
