body {
  font-size: 16px;
  font-family: "Montserrat";
  color: #0E3A6C;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
figure, hr, fieldset, legend {
  margin: 0;
  padding: 0;
}

/* Remove default padding */
ul, ol {
  list-style: none;
}

/* Set core root defaults */
*, html, html:focus-within {
  scroll-behavior: smooth !important;
  scroll-margin-top: 60px;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.3;
}

button, a {
  cursor: pointer;
}

/* Remove default border */
fieldset {
  border: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture,
svg {
  max-width: 100%;
  display: block;
  height: auto;
}

svg.icon path {
  fill: currentColor;
}

/* Remove built-in form typography styles */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove animations and transitions for people who prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("./../fonts/montserrat-v29-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("./../fonts/montserrat-v29-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("./../fonts/montserrat-v29-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("./../fonts/montserrat-v29-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-800.woff2") format("woff2");
}
.hero-headline {
  font-size: 3.25rem;
  line-height: 1.05em;
}
@media (min-width: 64em) {
  .hero-headline {
    font-size: 4rem;
  }
}
@media (min-width: 90em) {
  .hero-headline {
    font-size: 5.5rem;
  }
}

h2 {
  font-size: 2.25rem;
}
@media (min-width: 64em) {
  h2 {
    font-size: 2.75rem;
  }
}
@media (min-width: 90em) {
  h2 {
    font-size: 3.125rem;
  }
}

h3 {
  font-size: 1.5625rem;
}

h4 {
  font-size: 1.25rem;
}

.text-md {
  font-size: 1.5rem;
}

.text-lg {
  font-size: 1.6rem;
}
@media (min-width: 64em) {
  .text-lg {
    font-size: 1.75rem;
  }
}

.text-xl {
  font-size: 1.65rem;
}
@media (min-width: 64em) {
  .text-xl {
    font-size: 2.125rem;
  }
}

.text-xxl {
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .text-xxl {
    font-size: 2rem;
  }
}
@media (min-width: 64em) {
  .text-xxl {
    font-size: 2.5rem;
  }
}

p, .text {
  font-size: 1rem;
}

section.general {
  padding-top: 94px;
}
section.top-section {
  padding-top: 148px;
}

.container {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48em) {
  .container {
    width: 600px;
  }
}
@media (min-width: 64em) {
  .container {
    width: 860px;
  }
}
@media (min-width: 80em) {
  .container {
    width: 1024px;
  }
}
@media (min-width: 90em) {
  .container {
    width: 1310px;
  }
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.inline-block {
  display: inline-block;
}

.inline-flex {
  display: inline-flex;
}

.hidden {
  display: none;
}

@media (min-width: 40em) {
  .xs\:block {
    display: block;
  }

  .xs\:flex {
    display: flex;
  }

  .xs\:inline-block {
    display: inline-block;
  }

  .xs\:inline-flex {
    display: inline-flex;
  }

  .xs\:grid {
    display: grid;
  }

  .xs\:hidden {
    display: none;
  }
}
@media (min-width: 48em) {
  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }
}
@media (min-width: 64em) {
  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }
}
@media (min-width: 80em) {
  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }
}
@media (min-width: 90em) {
  .xxl\:block {
    display: block;
  }

  .xxl\:flex {
    display: flex;
  }

  .xxl\:inline-block {
    display: inline-block;
  }

  .xxl\:inline-flex {
    display: inline-flex;
  }

  .xxl\:grid {
    display: grid;
  }

  .xxl\:hidden {
    display: none;
  }
}
.text-semi {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

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

.text-light {
  font-weight: 300;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

.text-white {
  color: #FFFFFF !important;
}

.text-yellow {
  color: #CCB88D;
}

.text-center {
  text-align: center;
}

.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background-image: url("./../img/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  flex-direction: column;
}
.hero .hero-logo {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 136.3%;
}
.hero .main-caption {
  z-index: 2;
  position: relative;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  flex: 1 1 auto;
  align-items: center;
}
.hero .main-caption h1 {
  margin-bottom: 12px;
  max-width: 700px;
}
.hero .main-caption span {
  max-width: 675px;
}
.hero .hero-bottom {
  position: relative;
  z-index: 4;
}
.hero .hero-bottom:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 66%;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
}
.hero .hero-bottom .container {
  position: relative;
  z-index: 2;
  grid-template-columns: 1fr;
}
.hero .hero-bottom .container .left-side {
  padding-top: 36px;
  padding-bottom: 36px;
  grid-template-columns: 1fr;
  -webkit-order: 2;
  order: 2;
  gap: 20px;
}
.hero .hero-bottom .container .right-side {
  -webkit-order: 1;
  order: 1;
  padding-top: 8px;
  padding-bottom: 8px;
}
.hero .hero-bottom .container .right-side .hero-contacts {
  flex: 1 1 auto;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 20px;
}
.hero .hero-bottom .container .right-side .cta {
  position: relative;
  writing-mode: vertical-lr;
  justify-content: center;
}
.hero .hero-bottom .container .right-side .cta svg {
  margin-right: 2px;
}
@media (min-width: 40em) {
  .hero .hero-bottom:before {
    height: 56%;
  }
  .hero .hero-bottom .container .left-side {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .hero .hero-bottom .container .right-side .hero-contacts {
    flex-direction: row;
    align-items: center;
    gap: 52px;
  }
}
@media (min-width: 80em) {
  .hero .hero-bottom:before {
    width: 50%;
    height: 100%;
  }
  .hero .hero-bottom .container {
    grid-template-columns: 1fr 1fr;
  }
  .hero .hero-bottom .container .left-side {
    -webkit-order: 1;
    order: 1;
  }
  .hero .hero-bottom .container .right-side {
    -webkit-order: 2;
    order: 2;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero .hero-bottom .container .right-side .hero-contacts {
    justify-content: center;
  }
}

.about-us {
  position: relative;
  z-index: 2;
}
.about-us .about-us-content {
  width: 100%;
  flex-direction: column;
}
.about-us .about-us-swiper-wrapper {
  order: 2;
  flex: 0 0 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.about-us .about-us-swiper-wrapper .about-us-swiper {
  width: 100%;
}
.about-us .about-us-swiper-wrapper .about-us-swiper img {
  width: 100%;
}
.about-us .about-us-swiper-wrapper .about-us-pagination {
  position: absolute;
  z-index: 20;
  text-align: center;
  bottom: 32px;
}
.about-us .about-us-swiper-wrapper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  opacity: 0.6;
  outline: 2px solid #00000000;
  margin-left: 10px;
  margin-right: 10px;
}
.about-us .about-us-swiper-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #00000000;
  outline: 2px solid #FFFFFF;
}
.about-us .about-us-text {
  flex: 0 0 100%;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 64px 5%;
  order: 1;
}
.about-us .about-us-text p {
  margin-top: 14px;
  margin-bottom: 26px;
  line-height: 1.5em;
}
@media (min-width: 64em) {
  .about-us .about-us-content {
    flex-direction: row;
  }
  .about-us .about-us-swiper-wrapper {
    order: 1;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about-us .about-us-text {
    order: 2;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 32px 70px;
  }
}
@media (min-width: 80em) {
  .about-us .about-us-text {
    padding: 44px 100px;
  }
}

.our-services {
  background: linear-gradient(to bottom right, #FFFFFF, #E0E0E0);
  position: relative;
  padding-bottom: 57px;
}
.our-services .logo-about-us {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
}
.our-services .container {
  z-index: 2;
  position: relative;
}
.our-services .container .grid {
  margin-top: 32px;
  overflow: hidden;
  clip-path: polygon(1px 1px, calc(100% - 2px) 1px, calc(100% - 2px) calc(100% - 2px), 1px calc(100% - 2px));
}
.our-services .container .grid .item {
  padding: 42px 20px 32px 20px;
  margin: -0.5px;
  border: 1px solid #D2D2D2;
  flex-direction: column;
  align-items: center;
}
.our-services .container .grid .item .item-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
}
.our-services .container .grid .item .item-icon svg {
  width: auto;
  max-height: 100%;
}
.our-services .container .grid .item .service-title {
  margin-top: 24px;
  margin-bottom: 16px;
}

.top-projects {
  overflow: hidden;
  margin-bottom: 76px;
}
.top-projects .grid {
  grid-template-columns: 1fr;
}
.top-projects .grid .top-projects-text {
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.top-projects .grid .top-projects-text h2 {
  line-height: 1.1em;
  margin-bottom: 20px;
}
.top-projects .grid .top-projects-text .top-projects-swiper-nav {
  gap: 18px;
  margin-top: 28px;
  display: none;
}
.top-projects .grid .tp-nav-btn {
  padding: 0;
  margin: 0;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-color: #FFFFFF;
  border: 1px solid #0E3A6C;
  justify-content: center;
  align-items: center;
  transition: 0.3s border, 0.3s background-color, 0.3s color, 0.3s opacity;
}
.top-projects .grid .tp-nav-btn:hover {
  background-color: #CCB88D;
  border: 1px solid #CCB88D;
}
.top-projects .grid .tp-nav-btn.prev svg {
  transform: rotate(180deg);
}
.top-projects .grid .tp-nav-btn:disabled {
  color: #0E3A6C;
}
.top-projects .grid .tp-nav-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.top-projects .grid .tp-nav-btn svg {
  position: relative;
  width: 9px;
  height: auto;
}
.top-projects .grid .top-projects-swiper-wrapper {
  position: relative;
}
.top-projects .grid .top-projects-swiper-wrapper .tp-nav-btn {
  display: flex;
  position: absolute;
  top: 50%;
  z-index: 20;
}
.top-projects .grid .top-projects-swiper-wrapper .tp-nav-btn.prev {
  transform: translate(-20%, -50%);
  left: 0;
}
.top-projects .grid .top-projects-swiper-wrapper .tp-nav-btn.next {
  transform: translate(20%, -50%);
  right: 0;
}
.top-projects .grid .top-projects-swiper-wrapper .top-projects-swiper {
  width: 288px;
}
.top-projects .grid .top-projects-swiper-wrapper .top-projects-swiper .swiper-slide {
  transition: 0.3s opacity;
  opacity: 0;
  pointer-events: none;
  border: 1px solid #D2D2D2;
  height: auto;
  flex-direction: column;
  background-color: #FFFFFF;
  transition: 0.3s border, 0.3s background-color, 0.3s color, 0.3s opacity;
}
.top-projects .grid .top-projects-swiper-wrapper .top-projects-swiper .swiper-slide:hover {
  border: 1px solid #0E3A6C;
  background-color: #0E3A6C;
  color: #FFFFFF;
}
.top-projects .grid .top-projects-swiper-wrapper .top-projects-swiper .swiper-slide:hover .btn {
  color: #FFFFFF;
}
.top-projects .grid .top-projects-swiper-wrapper .top-projects-swiper .swiper-slide-active {
  opacity: 1;
  pointer-events: all;
}
.top-projects .grid .top-projects-swiper-wrapper .top-projects-swiper .swiper-slide-active ~ .swiper-slide {
  opacity: 1;
  pointer-events: all;
}
.top-projects .grid .top-projects-swiper-wrapper .top-projects-swiper .swiper-slide .slide-caption {
  padding: 24px 26px;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.top-projects .grid .top-projects-swiper-wrapper .top-projects-swiper .swiper-slide .slide-caption .btn {
  margin-top: auto;
}
.top-projects .grid .top-projects-swiper-wrapper .top-projects-swiper .swiper-slide .slide-caption .btn:hover .chevron {
  background-color: #CCB88D;
  color: #0E3A6C;
  transform: translateX(0px);
}
@media (min-width: 64em) {
  .top-projects .grid {
    grid-template-columns: 352px auto;
  }
  .top-projects .grid .top-projects-text {
    margin-bottom: 0px;
  }
  .top-projects .grid .top-projects-text .top-projects-swiper-nav {
    display: flex;
  }
  .top-projects .grid .top-projects-swiper-wrapper .tp-nav-btn {
    display: none;
  }
  .top-projects .grid .top-projects-swiper-wrapper .top-projects-swiper {
    width: 378px;
  }
}

.contacts {
  padding-bottom: 74px;
}
.contacts .contacts-box {
  grid-template-columns: 1fr;
  margin-top: 14px;
}
.contacts .contacts-box .basic-contacts .basic-contacts-grid {
  grid-template-columns: 1fr;
  padding-top: 34px;
}
.contacts .contacts-box .basic-contacts .address {
  flex-direction: column;
}
.contacts .contacts-box .basic-contacts .address p {
  margin-bottom: 18px;
}
.contacts .contacts-box .basic-contacts .address .btn {
  margin-top: 8px;
}
.contacts .contacts-box .basic-contacts .contact-info {
  flex-direction: column;
}
.contacts .contacts-box .basic-contacts .contact-info a {
  align-items: center;
  margin-top: 16px;
}
.contacts .contacts-box .basic-contacts .contact-info a svg {
  width: 32px;
  height: auto;
  margin-right: 8px;
}
.contacts .contacts-box .basic-contacts .contact-info a svg path {
  fill: #CCB88D;
}
.contacts .contacts-box .basic-contacts .map {
  margin-top: 40px;
}
.contacts .contacts-box .contact-form form {
  box-shadow: 0px 4px 80px 0px rgba(14, 58, 108, 0.24);
  padding: 24px 24px;
  position: relative;
}
.contacts .contacts-box .contact-form form h3 {
  margin-bottom: 12px;
}
.contacts .contacts-box .contact-form form.was-validated .input-group .form-control:invalid {
  border-bottom: 1px solid #e74c3c;
  background-color: #e74c3c1a;
}
.contacts .contacts-box .contact-form form.was-validated .input-group .form-control:valid {
  border-bottom: 1px solid #2ecc71;
}
.contacts .contacts-box .contact-form form.was-validated .check-box input:invalid ~ .checkmark {
  border: 1px solid #e74c3c;
}
.contacts .contacts-box .contact-form form .input-group {
  position: relative;
  margin-bottom: 14px;
}
.contacts .contacts-box .contact-form form .input-group label {
  transition: 0.2s ease-in-out;
  transform: translateY(-50%) scale(1);
  transform-origin: left;
  position: absolute;
  color: #0E3A6C;
  left: 0;
  top: 30.5px;
  font-family: "Montserrat";
  font-size: 14px;
}
.contacts .contacts-box .contact-form form .input-group label span {
  color: #e74c3c;
}
.contacts .contacts-box .contact-form form .input-group label.label-active {
  transform: translateY(-36px) scale(0.8);
  color: #0E3A6C66;
}
.contacts .contacts-box .contact-form form .input-group .form-control {
  border: none;
  outline: none;
  border-bottom: 1px solid #0E3A6C;
  padding: 20px 0px;
  font-family: "Montserrat";
  background-color: #00000000;
  color: #0E3A6C;
  width: 100%;
  font-size: 14px;
}
.contacts .contacts-box .contact-form form .input-group .form-control:-webkit-autofill {
  font-family: inherit;
  color: #FFFFFF !important;
  border: none;
  border-bottom: 1px solid #0E3A6C;
  outline: none;
  background: #00000000 !important;
  background-color: #00000000 !important;
  -webkit-text-fill-color: #0E3A6C;
  -webkit-box-shadow: 0 0 0px 1000px #00000000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.contacts .contacts-box .contact-form form .input-group .form-control:focus ~ label, .contacts .contacts-box .contact-form form .input-group .form-control:not(:placeholder-shown) ~ label {
  transform: translateY(-36px) scale(0.8);
  color: #0E3A6C66;
}
.contacts .contacts-box .contact-form form .input-group textarea {
  resize: none;
  height: 164px;
}
.contacts .contacts-box .contact-form form .required-text {
  margin-top: 16px;
  margin-bottom: 16px;
}
.contacts .contacts-box .contact-form form .msg-sent {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #ffffff33;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px;
}
.contacts .contacts-box .contact-form form .msg-sent.show {
  display: flex;
}
.contacts .contacts-box .contact-form form .msg-sent.show.show-success .msg-content.success {
  display: block;
}
.contacts .contacts-box .contact-form form .msg-sent.show.show-error .msg-content.error {
  display: block;
}
.contacts .contacts-box .contact-form form .msg-sent .msg-content {
  display: none;
}
.contacts .contacts-box .contact-form form .msg-sent .msg-content.error span {
  color: #e74c3c;
}
.contacts .contacts-box .contact-form form .msg-sent .msg-content.success span {
  color: #2ecc71;
}
.contacts .contacts-box .contact-form form .msg-sent .msg-content a {
  margin-top: 24px;
  display: inline-block;
  text-decoration: underline;
}
@media (min-width: 48em) {
  .contacts .contacts-box .basic-contacts .basic-contacts-grid .map {
    grid-column: 1/3;
  }
  .contacts .contacts-box .contact-form form {
    padding: 32px 40px;
  }
}
@media (min-width: 64em) {
  .contacts .contacts-box {
    grid-template-columns: 57% 43%;
  }
  .contacts .contacts-box .basic-contacts .basic-contacts-grid {
    padding-right: 48px;
    grid-template-columns: 1fr 1fr;
  }
  .contacts .contacts-box .basic-contacts .basic-contacts-grid .address {
    padding-right: 24px;
  }
}
@media (min-width: 80em) {
  .contacts .contacts-box .basic-contacts {
    padding-right: 82px;
  }
}
@media (min-width: 90em) {
  .contacts .contacts-box .contact-form form {
    padding: 48px 60px;
  }
}

.contacts-team {
  background: linear-gradient(to bottom right, #FFFFFF, #E0E0E0);
  position: relative;
  padding-bottom: 57px;
  z-index: 2;
  margin-bottom: -1px;
}
.contacts-team .logo-about-us {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
}
.contacts-team .container {
  z-index: 2;
  position: relative;
}
.contacts-team .container .grid {
  margin-top: 32px;
  overflow: hidden;
  clip-path: polygon(1px 1px, calc(100% - 2px) 1px, calc(100% - 2px) calc(100% - 2px), 1px calc(100% - 2px));
}
.contacts-team .container .grid .item {
  padding: 42px 20px 32px 20px;
  margin: -0.5px;
  border: 1px solid #D2D2D2;
  line-height: 1.6em;
}
.contacts-team .container .grid .item:nth-last-child(2) {
  display: none;
}
.contacts-team .container .grid .item:nth-last-child(1) {
  display: none;
}
@media (min-width: 64em) {
  .contacts-team .container .grid .item:nth-last-child(2) {
    display: flex;
  }
}
@media (min-width: 80em) {
  .contacts-team .container .grid .item:nth-last-child(1) {
    display: flex;
  }
}

.our-services-page {
  position: relative;
  z-index: 2;
}
.our-services-page .services-list {
  margin-top: 40px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.our-services-page .item {
  width: 100%;
  flex-direction: column;
}
.our-services-page .image {
  order: 2;
  flex: 0 0 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.our-services-page .image img {
  width: 100%;
}
.our-services-page .text {
  flex: 0 0 100%;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 36px 0%;
  order: 1;
}
.our-services-page .text p {
  margin-top: 14px;
  margin-bottom: 26px;
  line-height: 1.5em;
}
@media (min-width: 48em) {
  .our-services-page .services-list {
    width: 600px;
  }
}
@media (min-width: 64em) {
  .our-services-page .services-list {
    width: 100%;
  }
  .our-services-page .item {
    flex-direction: row;
  }
  .our-services-page .item:nth-child(even) .image {
    order: 2;
  }
  .our-services-page .item:nth-child(even) .text {
    order: 1;
  }
  .our-services-page .image {
    order: 1;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .our-services-page .text {
    padding: 64px 5%;
    order: 2;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 32px 70px;
  }
}
@media (min-width: 80em) {
  .our-services-page .text {
    padding: 44px 100px;
  }
}

.projects-and-realisations {
  position: relative;
  z-index: 2;
}
.projects-and-realisations .projects-list {
  margin-top: 40px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: 1fr;
  gap: 10px;
}
.projects-and-realisations .projects-list .item {
  position: relative;
}
.projects-and-realisations .projects-list .item .foreground {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: radial-gradient(circle at -170% 39%, #0E3A6C 0%, rgba(14, 58, 108, 0) 100%), linear-gradient(134.2deg, rgba(14, 58, 108, 0) -24.48%, #0E3A6C 86.03%);
  padding: 24px 24px;
  flex-direction: column;
  justify-content: end;
  gap: 12px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity;
}
.projects-and-realisations .projects-list .item:hover .foreground {
  opacity: 1;
  pointer-events: initial;
}
.projects-and-realisations .load-more-box {
  padding-top: 44px;
  padding-bottom: 44px;
}
@media (min-width: 48em) {
  .projects-and-realisations .projects-list {
    width: 600px;
  }
  .projects-and-realisations .projects-list .item .foreground {
    padding: 40px 48px;
  }
}
@media (min-width: 64em) {
  .projects-and-realisations .projects-list {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
  .projects-and-realisations .projects-list .item .foreground {
    padding: 64px 80px;
  }
}
.project-detail-section {
  padding-top: 83px;
}
@media (min-width: 80em) {
  .project-detail-section {
    padding-top: 104px;
  }
}

.project-detail {
  position: relative;
  width: 100%;
  z-index: 2;
  margin-bottom: -1px;
}
.project-detail .project-detail-swiper-wrapper {
  width: 100%;
  overflow: hidden;
}
.project-detail .project-detail-swiper-wrapper .swiper-slide .swiper-img {
  width: 100%;
}
.project-detail .tags {
  margin-top: 16px;
  margin-bottom: 18px;
  row-gap: 24px;
  column-gap: 60px;
  flex-wrap: wrap;
  flex-direction: column;
}
.project-detail .tags span {
  position: relative;
  flex: none;
}
.project-detail .foreground {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: #0E3A6C;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  padding-top: 44px;
  padding-bottom: 44px;
}
.project-detail .foreground h2 {
  margin-bottom: 12px;
}
.project-detail .project-nav-btn {
  position: absolute;
  z-index: 10;
  top: 26vw;
  padding: 0;
  margin: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #CCB88D;
  border: 1px solid #CCB88D;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  transition: 0.3s border, 0.3s background-color, 0.3s color, 0.3s opacity;
}
.project-detail .project-nav-btn:hover {
  background-color: #CCB88D;
  border: 1px solid #CCB88D;
}
.project-detail .project-nav-btn:hover svg path {
  fill: #0E3A6C;
}
.project-detail .project-nav-btn.prev {
  left: 24px;
}
.project-detail .project-nav-btn.prev svg {
  transform: rotate(180deg);
}
.project-detail .project-nav-btn.next {
  right: 24px;
}
.project-detail .project-nav-btn:disabled {
  color: #0E3A6C;
}
.project-detail .project-nav-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.project-detail .project-nav-btn svg {
  position: relative;
  width: 9px;
  height: auto;
}
.project-detail .project-nav-btn svg path {
  fill: #0E3A6C;
}
@media (min-width: 64em) {
  .project-detail .project-nav-btn {
    top: 50%;
    width: 55px;
    height: 55px;
    border: 1px solid #ffffff99;
    background-color: #00000000;
  }
  .project-detail .project-nav-btn svg path {
    fill: #ffffff99;
  }
  .project-detail .project-nav-btn.prev {
    left: 54px;
  }
  .project-detail .project-nav-btn.prev svg {
    transform: rotate(180deg);
  }
  .project-detail .project-nav-btn.next {
    right: 54px;
  }
  .project-detail .foreground {
    position: absolute;
    background: linear-gradient(180deg, rgba(14, 58, 108, 0), #0E3A6C);
  }
  .project-detail .tags {
    flex-direction: initial;
  }
  .project-detail .tags span:not(:first-child):before {
    content: "|";
    position: absolute;
    left: -30px;
  }
}

.how-we-work .container {
  position: relative;
}
.how-we-work .how-we-work-logo {
  position: absolute;
  left: 50%;
  top: 110px;
  transform: translateX(-50%);
  width: 90%;
}
.how-we-work .head {
  z-index: 2;
  position: relative;
}
.how-we-work .head h2 {
  margin-bottom: 26px;
}
.how-we-work .work-progress {
  margin-top: 72px;
  z-index: 2;
  position: relative;
}
.how-we-work .work-progress .item {
  position: relative;
  justify-content: center;
  padding-bottom: 64px;
}
.how-we-work .work-progress .item .content {
  position: relative;
  padding-left: 26px;
}
.how-we-work .work-progress .item .content h3 {
  margin-bottom: 8px;
}
.how-we-work .work-progress .item hr {
  position: absolute;
  display: block;
  width: 2px;
  height: calc(100% - 64px);
  top: 64px;
  background-color: #CCB88D;
  border: none;
  outline: none;
  left: 32px;
}
.how-we-work .work-progress .item:nth-child(odd) .content {
  left: 0;
}
.how-we-work .work-progress .item:nth-child(even) .content {
  right: 0;
}
.how-we-work .work-progress .item .icon {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 100%;
  border: 2px solid #CCB88D;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 12px;
  position: relative;
}
.how-we-work .close-quote {
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 76px;
  padding-top: 30px;
  position: relative;
  text-align: left;
}
.how-we-work .close-quote:before {
  content: "";
  position: absolute;
  left: 32px;
  transform: translateX(-50%);
  top: -6px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #CCB88D;
}
@media (min-width: 40em) {
  .how-we-work .close-quote:before {
    left: 57px;
  }
  .how-we-work .work-progress .item {
    padding-bottom: 108px;
  }
  .how-we-work .work-progress .item .content {
    padding-left: 40px;
  }
  .how-we-work .work-progress .item .icon {
    width: 115px;
    height: 115px;
    flex: 0 0 115px;
    padding: 24px;
  }
  .how-we-work .work-progress .item hr {
    height: calc(100% - 115px);
    top: 115px;
    left: 57px;
  }
}
@media (min-width: 64em) {
  .how-we-work .close-quote {
    text-align: center;
  }
  .how-we-work .close-quote:before {
    left: 50%;
  }
  .how-we-work .work-progress .item {
    margin-bottom: 108px;
    padding-bottom: 0;
  }
  .how-we-work .work-progress .item hr {
    display: none;
  }
  .how-we-work .work-progress .item .content {
    position: absolute;
    width: calc(50% - 98px);
    top: 50%;
    transform: translateY(-50%);
    padding-left: 0px;
  }
  .how-we-work .work-progress .item:nth-child(odd) .content {
    left: 0;
  }
  .how-we-work .work-progress .item:nth-child(even) .content {
    right: 0;
  }
  .how-we-work .work-progress .item .icon:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-1px);
    width: 2px;
    height: 110px;
    background-color: #CCB88D;
  }
}

.gdpr-page {
  padding-bottom: 60px;
}

header {
  width: 100%;
  position: fixed;
  z-index: 100;
  transition: 0.3s background-color, 0.3s backdrop-filter;
  background-color: #00000000;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  color: #FFFFFF;
}
header.light-theme, header.active {
  background-color: #FFFFFF;
  color: #0E3A6C;
  box-shadow: 0 10px 20px #0000001a;
}
header.light-theme .nav-menu-trigger-wrap .nav-menu-trigger span, header.active .nav-menu-trigger-wrap .nav-menu-trigger span {
  background-color: #0E3A6C;
}
header.active .container {
  padding-top: 16px;
  padding-bottom: 16px;
}
header.active .container .logo {
  width: 120px;
}
header .current-color {
  fill: currentColor;
}
header .container {
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  transition: 0.3s padding;
}
header .container .logo {
  width: 120px;
  transition: 0.3s width;
}
header .container .logo svg {
  width: 100%;
}
header .container nav {
  margin-left: auto;
  gap: 32px;
  display: none;
}
header .container nav a {
  position: relative;
  font-size: 14px;
}
header .container nav a:hover:before, header .container nav a.active:before {
  width: 100%;
}
header .container nav a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #CCB88D;
  left: 0;
  bottom: -10px;
  transition: 0.3s width;
  width: 0%;
}
header .container .socials {
  margin-left: auto;
  gap: 34px;
}
header .container .socials a {
  transition: 0.3s transform;
  transform: scale(1);
}
header .container .socials a svg {
  height: 24px;
  width: auto;
}
header .container .socials a:hover {
  transform: scale(1.3);
}
header .nav-menu-trigger-wrap {
  margin-left: 32px;
  display: block;
}
header .nav-menu-trigger-wrap .nav-menu-trigger {
  width: 32px;
  height: 24px;
  border: none;
  background-color: #00000000;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  padding: 0;
}
header .nav-menu-trigger-wrap .nav-menu-trigger span {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background-color: #FFFFFF;
  transition: 0.3s width, 0.3s transform;
  transform: rotate(0deg);
  transform-origin: 100% 50%;
}
header .nav-menu-trigger-wrap .nav-menu-trigger:hover span:nth-child(2) {
  width: 50%;
}
header .nav-menu-trigger-wrap .nav-menu-trigger:hover span:nth-child(3) {
  width: 70%;
}
header .nav-menu-trigger-wrap .nav-menu-trigger.active span:nth-child(1) {
  width: 100%;
  transform: rotate(-45deg);
}
header .nav-menu-trigger-wrap .nav-menu-trigger.active span:nth-child(2) {
  width: 0%;
}
header .nav-menu-trigger-wrap .nav-menu-trigger.active span:nth-child(3) {
  width: 100%;
  transform: rotate(45deg);
}
@media (min-width: 80em) {
  header .nav-menu-trigger-wrap {
    display: none;
  }
  header .container .logo {
    width: 190px;
  }
  header .container nav {
    display: flex;
  }
  header .container .socials {
    margin-left: 36px;
  }
  header .container .socials a svg {
    height: auto;
  }
}

.mobile-nav-bg {
  position: fixed;
  z-index: 199;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000066;
  display: none;
}
.mobile-nav-bg.active {
  display: block;
}
@media (min-width: 80em) {
  .mobile-nav-bg {
    display: none;
  }
  .mobile-nav-bg.active {
    display: none;
  }
}

.mobile-nav {
  position: fixed;
  background-color: #FFFFFF;
  z-index: 200;
  right: 0;
  top: 0;
  color: #1C1C1E;
  height: 100vh;
  transition: 0.3s transform;
  transform: translateX(100%);
  padding: 24px 32px;
}
.mobile-nav.active {
  transform: translateX(0%);
}
.mobile-nav.active .close-nav {
  opacity: 1;
  pointer-events: all;
}
.mobile-nav .close-nav {
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  border: 1px solid #B3CBE5;
  position: absolute;
  left: -16px;
  top: 24px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity;
}
.mobile-nav .close-nav:before, .mobile-nav .close-nav:after {
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  background-color: #0E3A6C;
  position: absolute;
  transform-origin: 50% 50%;
}
.mobile-nav .close-nav:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mobile-nav .close-nav:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mobile-nav nav {
  flex-direction: column;
  gap: 32px;
}
.mobile-nav nav a {
  font-size: 24px;
}

.btn {
  align-items: center;
  flex-direction: row;
  background-color: #00000000;
  border: none;
  color: #0E3A6C;
  padding: 0;
}
.btn:hover .chevron {
  background-color: #0E3A6C66;
  color: #FFFFFF;
  transform: translateX(10px);
}
.btn .chevron {
  background-color: #CCB88D;
  color: #0E3A6C;
  width: 17px;
  height: 17px;
  margin-left: 18px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  transition: 0.3s transform, 0.3s color, 0.3s background-color;
  transform: translateX(0px);
}
.btn .chevron.down svg {
  position: relative;
  transform: rotate(90deg);
}
.btn .chevron.left svg {
  position: relative;
  transform: rotate(-180deg);
}
.btn.btn-sm-gap .chevron {
  margin-left: 8px;
}
.btn.btn-back .chevron {
  margin-left: 0;
  margin-right: 8px;
}
.btn.btn-back:hover .chevron {
  transform: translateX(-10px);
}
.btn-icon {
  gap: 8px;
}
.btn-icon:hover svg {
  transform: scale(1.3);
}
.btn-icon svg {
  transition: 0.3s transform;
  transform: scale(1);
}

footer .container {
  padding: 44px 0;
  border-top: 1px solid #B3CBE5;
  border-bottom: 1px solid #B3CBE5;
  flex-wrap: wrap;
  gap: 32px;
}
footer .col-title {
  margin-bottom: 8px;
}
footer .link-tree ul {
  padding: 0;
  margin: 0;
  flex-direction: column;
  gap: 6px;
}
footer .link-tree ul li {
  position: relative;
  padding-left: 10px;
}
footer .link-tree ul li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  background-image: url("./../img/svg/chevron-right.svg");
  background-size: contain;
  left: 0;
  top: 7px;
}
footer .link-tree ul li a:hover {
  text-decoration: underline;
}
footer .address {
  gap: 24px;
}
footer .address .logo {
  width: 50px;
}
footer .address .address-content p {
  line-height: 1.6em;
}
footer .address .address-content .btn {
  margin-top: 12px;
}
footer .contacts .btn {
  margin-top: 16px;
}
footer .socials {
  gap: 18px;
}
footer .socials a {
  gap: 12px;
}
@media (min-width: 40em) {
  footer .address {
    gap: 46px;
  }
  footer .address .logo {
    width: auto;
  }
}
@media (min-width: 80em) {
  footer .container {
    justify-content: space-between;
    gap: 0;
  }
  footer .link-tree {
    flex: 0 0 auto;
  }
  footer .address {
    flex: 0 0 auto;
  }
  footer .contacts {
    flex: 0 0 auto;
  }
  footer .socials {
    flex: 0 0 auto;
  }
}

.copyright {
  padding: 22px 0px;
}
.copyright .container {
  justify-content: space-between;
  gap: 32px;
}
.copyright .divider {
  display: block;
  opacity: 0;
}
@media (min-width: 64em) {
  .copyright .divider {
    display: inline;
  }
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999999;
  display: none;
  justify-content: center;
  align-items: center;
}
.modal .modal-backdrop {
  position: absolute;
  background-color: #000000cc;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.modal .modal-body {
  width: 900px;
  position: relative;
}
.modal .modal-body .modal-inner {
  overflow: hidden;
}
@media screen and (max-width: 64em) {
  .modal .modal-body {
    width: 600px;
  }
}
@media screen and (max-width: 40em) {
  .modal .modal-body {
    width: 100%;
  }
}

.grid-1-3 {
  grid-template-columns: 1fr;
}
@media (min-width: 64em) {
  .grid-1-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.grid-1-4 {
  grid-template-columns: 1fr;
}
@media (min-width: 64em) {
  .grid-1-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 80em) {
  .grid-1-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.grid-1-2-3-4 {
  grid-template-columns: 1fr;
}
@media (min-width: 48em) {
  .grid-1-2-3-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 64em) {
  .grid-1-2-3-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 80em) {
  .grid-1-2-3-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.check-box {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  padding-left: 0px;
  width: 100%;
  margin-top: 12px;
  font-size: 14px;
}
.check-box input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  display: none;
}
.check-box input:checked ~ .checkmark {
  border: 1px solid #000000;
  background-color: #000000;
}
.check-box input:checked ~ .checkmark:before {
  display: inline-block;
}
.check-box .check-box-text {
  margin-left: 6px;
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  position: relative;
  font-family: "Montserrat";
  top: 2px;
  vertical-align: top;
  max-width: calc(100% - 50px);
}
.check-box .check-box-text a {
  text-decoration: underline;
  color: #CCB88D;
}
.check-box .checkmark {
  left: 0;
  height: 14px;
  width: 14px;
  border: 1px solid #0E3A6C;
  background: #00000000;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.check-box .checkmark:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 4px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(-45deg);
  top: 3px;
  left: 2px;
  display: none;
}

.cookie-bar {
  z-index: 99999999999;
  position: fixed;
  padding: 24px 44px;
  background-color: #00000099;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  right: 24px;
  bottom: 24px;
  width: 100%;
  max-width: 1032px;
  max-height: 100%;
  overflow: auto;
}
.cookie-bar h4 {
  margin-bottom: 8px;
}
.cookie-bar .btn-row {
  display: flex;
  gap: 24px;
}
.cookie-bar .checkbox-row {
  display: flex;
  gap: 40px;
  margin-top: 32px;
  margin-bottom: 40px;
}
.cookie-bar .checkbox-row .check-box {
  width: auto;
  margin-top: 0;
}
.cookie-bar .checkbox-row .check-box .checkmark {
  border: 1px solid #FFFFFF;
}
.cookie-bar .checkbox-row .check-box .check-box-text {
  max-width: none;
}
.cookie-bar button {
  padding: 16px 28px;
  border: none;
  outline: none;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  background-color: #00000000;
  border: 1px solid #FFFFFF;
}
.cookie-bar button.btn-blue {
  background-color: #000000;
  border: 1px solid #000000;
}
@media screen and (max-width: 64em) {
  .cookie-bar {
    right: 0px;
    bottom: 0px;
    padding: 24px 24px;
  }
  .cookie-bar .btn-row {
    flex-direction: column;
  }
  .cookie-bar .btn-row button:nth-child(1) {
    order: 3;
  }
  .cookie-bar .btn-row button:nth-child(2) {
    order: 2;
  }
  .cookie-bar .btn-row button:nth-child(3) {
    order: 1;
  }
  .cookie-bar .checkbox-row {
    flex-direction: column;
    gap: 24px;
  }
}

/*# sourceMappingURL=style.css.map */
