﻿:root {
  --primary: #005ffb;
  --white: #fff;
}

body {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background-image: url("../../static/image/bg-1.webp");
  background-color: rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow-x: hidden;
}

/* from bootstrap resets */
svg {
  overflow: hidden;
  vertical-align: middle;
}

.bg2 {
  background-image: url("../../static/image/bg-2.webp");
}

.bg3 {
  background-image: url("../../static/image/bg-3.webp");
  background-position: center center;
}

.bg4 {
  background-image: url("../../static/image/background-contact.webp");
}

.bg5 {
  background-image: url("../../static/image/bg-5.webp");
}

.bg8 {
  background-image: url("../../static/image/bg-8.jpg");
}

.container-fluid {
  width: 100%;
  padding-right: var(0.75rem);
  padding-left: var(0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-9 {
  flex: 0 0 auto;
  width: 70%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media (max-width: 1134px) {
  .col-3 {
    flex: 0 0 auto;
    width: 40%;
  }

  .col-9 {
    flex: 0 0 auto;
    width: 60%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (max-width: 922px) {
  .col-3 {
    flex: 0 0 auto;
    width: 100%;
  }

  .col-9 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.bg9 {
  background-image: linear-gradient(
      rgba(58, 39, 26, 0.1),
      rgba(58, 39, 26, 0.1)
    ),
    url("/image/bg-9.jpg");
}

.bg10 {
  background-image: url("../../static/image/bg-10.jpg");
}

.bg11 {
  background-image: url("../../static/image/bg-11.jpg");
}

/* spacing */

.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}

.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.w-100 {
  width: 100% !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

.fix-logo {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 100px;
  height: 88px;
  z-index: 1300;
}

.fix-logo--below {
  z-index: 1000;
}

/* blinking logo animation */
#Rectangle_489 {
  opacity: 0;
  animation: hideshow 1s 1s ease infinite;
}

@keyframes hideshow {
  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

body:not(.home):before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

body.home:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

body.home.active:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  transition: 1s;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1 {
  margin: 0;
  position: relative;
  padding: 12rem 140px 14rem 140px;
  font-size: 4.5rem;
  color: #ffffff;
  font-weight: 200;
  text-align: center;
}

p {
  font-family: "Titillium Web", sans-serif;
  padding-bottom: 1rem;
  font-weight: 300;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  backdrop-filter: blur(30px);
  background-color: rgba(200, 200, 200, 0.5);
  display: flex;
  line-height: 91px;
  z-index: 1050;
}

.header-line.fixup {
  position: fixed;
  top: -3px;
}
.header-line.fixdown {
  position: fixed;
  top: 87px;
}
.header-line {
  position: absolute;
  top: 87px;
  width: 100%;
  height: 10px;
  left: 0;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../../static/image/Border.svg");
  z-index: 1100;
}

.typing-text {
  overflow: hidden;
  white-space: nowrap;
  animation: typing 10s steps(30, end) infinite;
  margin: 0 auto;
}

@keyframes typing {
  from {
    width: 0;
  }

  25%,
  to {
    width: 100%;
  }
}

/* sticky headroom header */
.headroom {
  will-change: transform;
  transition: transform 200ms ease-in-out;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

.nav-down {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

section {
  padding: 0 15px;
  z-index: 10;
}

.effext svg {
  max-width: 100%;
}

.effext {
  position: absolute;
  top: -200px;
}

#header {
  text-align: center;
}

#header h2 {
  font-weight: 200;
  padding-top: 12rem;
  color: #fff;
  font-size: 4.5rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1.75rem;
}

.active {
  text-decoration: underline !important;
}

#header span {
  font-family: "Aldrich", sans-serif;
  color: var(--white);
  font-size: 1.75rem;
  position: relative;
}

header .logo a:hover svg rect,
header .logo a:hover svg path {
  fill: var(--primary);
  transition: fill 0.3s;
}

header .logo {
  display: inline-block;
  padding-left: 1.5rem;
}

header .menu {
  display: inline-block;
  text-align: center;
}

header .menu ul li {
  display: inline-block;
}

header .menu ul li a {
  font-family: "Aldrich", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  padding-right: 3rem;
  text-decoration: none;
}

header .menu ul li:last-child a {
  padding-right: 0;
}

header .right-block {
  display: flex;
  text-align: right;
  padding-right: 1.5rem;
}

header .right-block a {
  font-family: "Aldrich", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  cursor: pointer;
}

header .right-block ul {
  display: inline-block;
  padding-left: 2rem;
}

header .right-block ul li {
  display: inline-block;
}

.language {
  display: flex;
}

.language a {
  font-family: "Aldrich", sans-serif;
  color: #fff;
  padding: 0 5px;
  border-right: 3px solid #fff;
}

.language :last-child a {
  border: none;
}

.language__link--active {
  text-decoration: underline !important;
}

a {
  cursor: pointer;
}

.btn:hover {
  color: var(--primary);
  border-color: var(--primary);
  transition: 0.3s;
}
.blue-bg:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: var(--primary);
  transition: 0.3s;
}
header .menu ul li a:hover,
header .right-block ul li a:hover,
a:hover {
  transition: 0.3s;
  color: var(--primary);
}
footer a:hover {
  color: #fff;
  transition: 0.3s;
}

#title {
  position: relative;
  font-size: 4.5rem;
  color: #fff;
  text-align: center;
  display: block;
  padding: 185px 15px 225px 15px;
  font-weight: 200;
}

#block-row {
  display: flex;
  padding: 245px 60px 0 60px;
  justify-content: center;
}
#block-row .block-row-el {
  display: grid;
  grid-template-rows: 175px 1fr;
  width: 550px;
  backdrop-filter: blur(30px);
  background-color: rgba(200, 200, 200, 0.5);
  border: 1px solid #ffffff;
  text-align: center;
  margin: 15px;
}

#block-row .block-row-el .jsonanimation {
  display: inline-block;
  height: 230px;
  padding-bottom: 100px;
}

#block-row .block-row-el span {
  display: block;
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 300;
  padding-top: 1.5rem;
  width: 350px;
  margin: 0 auto;
}

#block-row .block-row-el a {
  font-family: "Aldrich", sans-serif;
  display: block;
  background-color: var(--primary);
  font-size: 2rem;
  padding: 1.5rem 1rem;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

#map {
  width: 100%;
  height: 650px;
}

#block-row .block-row-el a:hover {
  background-color: rgba(0, 95, 251, 0.3);
}
#two-column-block {
  font-family: "Aldrich", sans-serif;
  display: flex;
  backdrop-filter: blur(30px);
  background-color: rgba(200, 200, 200, 0.5);
  border: 1px solid #fff;
  align-items: center;
}
#two-column-block .title {
  display: block;
}
#two-column-block .left-block {
  width: 50%;
  display: inline-block;
  text-align: center;
  font-size: 2.25rem;
  color: var(--primary);
  text-transform: uppercase;
}

#two-column-block .left-block span.number {
  font-family: "Aldrich", sans-serif;
  padding: 2rem 1rem;
  background: var(--primary);
  color: #fff;
  display: inline-block;
  box-shadow: 15px 15px rgba(0, 95, 251, 0.3);
  font-size: 3rem;
  letter-spacing: 1.5rem;
  border-radius: 6px;
  margin-top: 10px;
}

.odometer.odometer-auto-theme
  .odometer-digit
  .odometer-value.odometer-last-value,
.odometer.odometer-theme-default
  .odometer-digit
  .odometer-value.odometer-last-value {
  width: 58px;
}

#two-column-block .right-block {
  width: 50%;
  display: inline-block;
  text-align: left;
  color: #ffffff;
  font-size: 1.75rem;
}

#two-column-block .right-block .content {
  padding: 2rem 2rem 5rem 2rem;
}

.btn {
  font-family: "Aldrich", sans-serif;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  text-decoration: none;
  transition: 0.3s;
}

a.white-bg {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 21px 99px;
  margin-top: 73px;
}

.blue-bg {
  background-color: rgb(0, 95, 251);
  font-size: 1.5rem;
  padding: 1rem 2rem;
}

.border-ver-top:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 110px;
  width: 1px;
  height: 186px;
  background-color: #fff;
}
.home #header .border-ver:after {
  bottom: -195px;
}
.border-ver:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 25px;
  width: 1px;
  height: 186px;
  background-color: #fff;
}
section.title {
  font-size: 82px;
  line-height: 125px;
  color: #fff;
  padding: 120px 0;
}
#logo-content {
  text-align: center;
}
#logo-content .logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
#logo-content .logo-block {
  width: 20%;
  display: inline-block;
  margin: 30px 30px;
}
#logo-content .logo-block img {
  max-height: 120px;
  filter: sepia(100%) hue-rotate(190deg) saturate(500%);
}
#logo-content-2 {
  backdrop-filter: blur(30px);
  background-color: rgba(200, 200, 200, 0.5);
  border: 1px solid #fff;
  padding: 0 90px;
  margin-top: 40px;
}
#logo-content-2 .logo-list {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  align-items: center;
}
#logo-content-2 .logo-block {
  width: 20%;
  display: inline-block;
  margin: 0 30px 30px;
  text-align: center;
}

#logo-content-2 .logo-block img {
  max-height: 180px;
  margin: 0 auto;
  /* filter: url(#blue-filter); */
}

#logo-content-2 .logo-block-info {
  color: #fff;
  margin: 3rem 3rem 4rem 3rem;
}

#logo-content-2 .logo-block-info b {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  padding-bottom: 20px;
  opacity: 0.9;
  font-family: "Aldrich", sans-serif;
}

#logo-content-2 .logo-block-info ul {
  margin-left: 50px;
  font-size: 1.5rem;
}

.logo-cont {
  padding-top: 90px;
  padding-bottom: 30px;
}

.login {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  color: #fff;
}

.login svg {
  margin-left: 0.5rem;
}

.login:hover {
  color: var(--primary);
}

.login g {
  opacity: 1;
}

.login:hover path {
  fill: var(--primary);
  transition: fill 0.3s;
}
#logo-content-2 .logo-block-info ul li::before {
  content: "";
  background: var(--primary);
  font-weight: bold;
  display: inline-block;
  margin-left: -15px;
  border-radius: 100%;
  width: 19px;
  height: 19px;
  position: relative;
  left: -35px;
}

#logo-content-2 span {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 200;
  display: block;
}

#team {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  backdrop-filter: blur(30px);
  background-color: rgba(200, 200, 200, 0.5);
  border: 1px solid #fff;
  padding: 0px 175px 3rem;
  margin: 50px 0;
}

#team .lead-first {
  border-bottom: 1px solid #fff;
  margin-top: 0px;
  display: flex;
}

#team .lead .lead-image {
  color: var(--primary);
  font-size: 2rem;
  font-family: "Aldrich", sans-serif;
}

.lead-function {
  font-family: "Titillium Web", sans-serif;
  color: var(--white);
  font-size: 1.5rem;
}

#team .lead .lead-image img {
  max-width: none;
  width: 350px;
  height: 400px;
  object-fit: cover;
  transition: 0.3s;
  cursor: pointer;
}

#team .lead .lead-content {
  width: 600px;
  color: #fff;
  margin-top: 250px;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 150px;
  margin-left: 3rem;
}

#team .lead .lead-content b {
  font-size: 2rem;
  font-family: "Aldrich", sans-serif;
  display: block;
  padding-bottom: 30px;
  font-weight: 400;
  opacity: 90%;
}

#team .lead {
  position: relative;
  width: 100%;
  padding: 72px 0 0 0;
  width: fit-content;
  margin: auto;
}

#teamupdate .leader {
  margin: 0 auto;
  width: 70%;
  background-color: rgba(200, 200, 200, 0.5);
  backdrop-filter: blur(30px);
  padding: 40px;
  border-left: 15px solid #fff;
}

#teamupdate .leader .leader-title {
  color: var(--primary);
  font-size: 2rem;
  font-family: "Aldrich", sans-serif;
  margin-top: 20px;
}

#teamupdate .leader .leader-function {
  font-family: "Titillium Web", sans-serif;
  color: var(--white);
  font-size: 1.5rem;
  margin-left: 20px;
}

#teamupdate .leader .info{
  margin-left: 40px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
}

#teamupdate .leader .info b{
  font-size: 2rem;
  font-family: "Aldrich", sans-serif;
  display: block;
  font-weight: 400;
  opacity: 90%;
  margin-top: 50px;
  margin-bottom: 30px;
}

@media (max-width: 1133px) {
  #teamupdate .leader .leader-title {
    font-size: 1.5rem;
  }

  #teamupdate .leader .info {
    font-size: 1.3rem;
  }

  #teamupdate .leader .info b{
    font-size: 1.3rem;
  }
}

@media (max-width: 922px) {
  #teamupdate .leader .leader-title {
    font-size: 1.5rem;
  }

  #teamupdate .leader .info {
    font-size: 1.1rem;
  }

  #teamupdate .leader .info b{
    font-size: 1.1rem;margin-top: 20px;
  }
}

#teamupdate .team-carousel .container-fluid {
  width: 80%;
}

#teamupdate .carousel {
  height: 1100px!important;
  perspective: 800px;
  margin-top: -300px;
  text-decoration:none;  
}

#teamupdate .carousel .carousel-item {
  width: 450px!important;
  text-decoration: none!important;
}

#teamupdate .card {
  background-color: rgba(200, 200, 200, 0.5);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

#teamupdate .card .content {
  padding: 40px;
}

#teamupdate .card .content .img {
  height: 100%;
  width: 100%;
}

#teamupdate .card .content .info .lead-title{
  color: var(--primary);
  font-size: 2rem;
  font-family: "Aldrich", sans-serif;
}

#teamupdate .card .content .info .lead-function{
  margin-left: 20px;
  font-size: 1.4rem;
}

#teamupdate .team-cards{
  max-width: 70%;
  margin-top: 100px;
  visibility: hidden;
  display: none;
}

#teamupdate .team-cards .card {
  max-height: 600px auto;
  margin: 20px;
}

@media (max-width: 1380px) {
  #teamupdate .card .content .info .lead-function {
    font-size: 1.3rem;
    margin-left: 0;
  }

  #teamupdate .card .content .info .lead-title{
    font-size: 1.5rem;
  }

  #teamupdate .carousel .carousel-item {
  width: 300px!important;
  }

  #teamupdate .team-carousel {
    margin-top: 100px;
  }

  #teamupdate .carousel {
    height: 820px!important;    
  }
}

@media (max-width: 1250px) {
  #teamupdate .card .content .info .lead-function {
    font-size: 1.3rem;
  }

  #teamupdate .card .content .info .lead-title{
    font-size: 1.5rem;
  }

  #teamupdate .carousel {
    height: 720px!important;    
  }
}

@media (max-width: 1250px) {
  #teamupdate .card .content .info .lead-function {
    font-size: 1.2rem;
  }

  #teamupdate .card .content .info .lead-title{
    font-size: 1.3rem;
  } 
}

@media (max-width: 768px) {
  #teamupdate .card .content .info .lead-function {    
    margin-left: 20px;
    font-size: 1.3rem;
  }

  #teamupdate .leader {
    margin-top: 40px;
  } 

  #teamupdate .team-cards {
    visibility: visible;
    display: block;
  }

  #teamupdate .team-carousel{
    visibility: hidden;
    display: none;
  }
}

.empty-29 {
  width: 300px;
}
img {
  max-width: 100%;
}
#button-block {
  text-align: center;
}
#button-block a {
  margin-top: 0;
}
#key-block {
  margin: 140px auto 340px auto;
  max-width: 1450px;
}
.key-list {
  text-align: center;
}
#key-block span {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 4.5rem;
  padding-bottom: 50px;
  font-weight: 200;
  font-family: "Titillium Web", sans-serif;
}
#key-block .key {
  display: inline-block;
  width: auto;
  padding: 18px 72px 19px 72px;
  background-color: rgba(0, 95, 251, 0.5);
  color: #fff;
  margin: 0 13px 19px 0;
  font-weight: 300;
  font-style: italic;
  font-size: 1.75rem;
  font-weight: 200;
}
#key-block .key:nth-child(3n) {
  background-color: rgba(0, 95, 251, 0.25);
}
#key-block .key:nth-child(2n) {
  background-color: rgba(0, 95, 251, 0.75);
}
#big-text {
  position: relative;
  padding: 218px 30px 209px 30px;
  font-size: 4.5rem;
  color: #fff;
  font-style: italic;
  text-align: center;
  font-weight: 200;
}
#big-text span {
  display: block;
}
#big-text-2 {
  position: relative;
  padding: 320px 311px 245px 311px;
  font-size: 4rem;
  color: #fff;
  font-style: italic;
  text-align: center;
  font-weight: 200;
}

#big-text-2 span {
  display: block;
}

.testimonial-section {
  padding: 0;
  overflow-x: hidden;
}

.swiper-button-prev {
  left: 5rem;
}

.swiper-button-next {
  right: 5rem;
}

.swiper-container {
  position: relative;
  --swiper-navigation-size: 10rem;
  --swiper-theme-color: transparent;
}

.testimonial-name {
  text-align: center;
  color: #fff;
  font-size: 1.75rem;
  padding-top: 50px;
  width: 50%;
  margin: 0 auto;
}

.testimonial-content {
  position: relative;
  font-weight: 300;
  font-style: italic;
  background-color: rgb(200 200 200 / 40%);
  border: 1px solid #fff;
  border-bottom: 0;
  color: #fff;
  font-size: 2.5rem;
  padding: 2rem 140px;
  width: 37%;
  margin: 0 auto;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial-content .arrow-botoom:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(50% - 35px);
  height: 1px;
  background: #fff;
}

.testimonial-content .arrow-botoom:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50% - 35px);
  height: 1px;
  background: #fff;
}

.testimonial-content:before {
  content: "";
  position: absolute;
  top: 45px;
  left: 28px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../../static/image/testi0.svg");
  width: 6rem;
  height: 4rem;
}

.testimonial-content:after {
  content: "";
  position: absolute;
  bottom: 45px;
  right: 28px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../../static/image/testi1.svg");
  width: 7rem;
  height: 5rem;
  background-position: bottom;
}
.testimonial-content .arrow {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 35px 0 35px;
  border-color: rgb(200 200 200 / 40%) transparent transparent transparent;
}
.testimonial-content .arrow:before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -44px;
  transform: rotate(48deg);
  width: 53px;
  height: 1px;
  background: #fff;
}
.testimonial-content .arrow:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: -44px;
  transform: rotate(-48deg);
  width: 53px;
  height: 1px;
  background: #fff;
}

.next,
.prev {
  width: 150px;
  height: 200px;
  transform: translateY(-50%) rotate(180deg);
  cursor: pointer;
  background-image: url("../../static/image/_.svg");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1000;
}

.next {
  transform: translateY(-50%) rotate(0deg);
}

.slick-initialized .slick-slide:focus {
  outline: 0;
}

.slick-center .slide-h3 {
  color: #fff;
}

.slider {
  width: 600px;
  height: 150px;
  margin: 20px auto;
  text-align: center;
}

#text-block {
  color: #fff;
  padding: 0 140px;
  text-align: center;
  font-size: 1.75rem;
  margin: 0 auto 120px auto;
  z-index: 2;
  position: relative;
}
#contact-block {
  padding: 145px 140px 30px 140px;
}
#two-block-news {
  padding: 30px 140px;
  display: flex;
  flex-wrap: wrap;
}

#contact-block .contact-top {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 100%;
  padding: 3rem 3rem 5rem 3rem;
  position: relative;
}

#contact-block .contact-top:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 37px;
  width: calc(100% - 74px);
  height: 1px;
  background-color: #fff;
}
#contact-block .contact-top span {
  text-transform: uppercase;
  color: #fff;
  font-size: 2.5rem;
  display: block;
  font-weight: 200;
}
#contact-block .contact-top .btn {
  float: right;
}
#contact-block .contact-top .mesaage input {
  float: left;
  width: auto;
}
#contact-block .contact-top .mesaage {
  float: left;
  width: 60%;
}
#contact-block .contact-top .left {
  width: calc(44% - 37px);
  margin-bottom: 50px;
  float: left;
  margin-right: 74px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 43px;
}
#contact-block .contact-block-cont {
  backdrop-filter: blur(30px);
  background-color: rgba(200, 200, 200, 0.5);
  display: flex;
  flex-wrap: wrap;
}
#contact-block .contact-top .right {
  float: left;
  width: calc(56% - 37px);
  display: flex;
  flex-wrap: wrap;
  padding-top: 43px;
}
#contact-block .contact-bottom {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 100%;
  padding: 130px 70px 150px 70px;
  border-top: 0;
  display: flex;
}
#contact-block .contact-bottom .left {
  width: 30%;
  color: #fff;
  font-family: "Aldrich", sans-serif;
}
#contact-block .contact-bottom .left .block {
  border-top: 1px solid #fff;
  padding-top: 1rem;
  padding-bottom: 5rem;
  font-size: 1.5rem;
}
#contact-block .contact-bottom .right {
  width: 70%;
  padding-left: 7%;
}
#contact-block .contact-bottom .right iframe {
  width: 100%;
}
.centerbtn {
  text-align: center;
  padding: 150px 0 300px 0;
}
textarea {
  height: 180px;
}
label {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  padding-bottom: 5px;
}
textarea:hover,
input:hover {
  border: 1px solid var(--primary);
}

textarea:focus,
input:focus {
  border: 1px solid var(--primary);
  outline: none;
}

textarea,
input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  margin-bottom: 2rem;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem;
  font-weight: 200;
  font-style: italic;
  font-family: "Titillium Web", sans-serif;
}
::-webkit-input-placeholder {
  /* Edge */
  font-family: "Titillium Web", sans-serif;
  color: #fff;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Titillium Web", sans-serif;
  color: #fff;
}

::placeholder {
  font-family: "Titillium Web", sans-serif;
  color: #fff;
}
#two-block-news .two-block-new {
  color: #fff;
  font-size: 18px;
  text-align: right;
  backdrop-filter: blur(30px);
  background-color: rgba(200, 200, 200, 0.5);
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 100%;
  border-bottom: 0;
  display: flex;
}

#two-block-news .two-block-new--no-border::after {
  display: none;
}

.two-block-new-image {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}

#two-block-news.two-block-news--dark .two-block-new {
  background-color: rgb(99 99 99 / 30%);
}

#two-block-news .two-block-new:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 37px;
  width: calc(100% - 74px);
  height: 1px;
  background-color: #fff;
}
#two-block-news .two-block-new:first-child {
  border-top: 1px solid #fff;
}
#two-block-news .two-block-new:last-child:after {
  display: none;
}
#two-block-news .two-block-new:nth-child(2n) {
  flex-direction: row-reverse;
  text-align: left;
}
#two-block-news .two-block-new .left {
  width: 55%;
  padding: 3rem 3rem 5rem 3rem;
}
#two-block-news .two-block-new .right div.cir {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#two-block-news .two-block-new .right img {
  max-width: 320px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#two-block-news .two-block-new .right.last img {
  max-width: 500px;
}
#two-block-news .two-block-new .right .cir {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  height: 550px;
  background: var(--primary) 0% 0% no-repeat padding-box;
  opacity: 0.2;
  border-radius: 100%;
}
#two-block-news .two-block-new .right {
  min-height: 600px;
  width: 45%;
  position: relative;
}
#two-block-news .two-block-new:last-child {
  border-bottom: 1px solid #fff;
}

#two-block-news .two-block-new span {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 200;
}

#two-block-news .two-block-new p {
  font-size: 1.5rem;
}

footer {
  background-color: var(--primary);
  color: #fff;
  z-index: 1100;
  position: relative;
  float: left;
  width: 100%;
}

footer:before {
  content: "";
  position: absolute;
  top: -10px;
  width: 100%;
  height: 10px;
  left: 0;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../../static/image/Border.svg");
}

footer .footer-top a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  display: block;
}

.footer-top {
  font-family: "Aldrich", sans-serif;
  font-size: 24px;
  padding: 5rem 5rem 3rem 5rem;
  display: flex;
  justify-content: space-between;
}

footer .footer-right {
  font-size: 1.5rem;
}

footer .footer-center {
  font-size: 1.5rem;
}

footer .footer-left {
  font-size: 1.5rem;
}

footer .footer-top img {
  height: 33px;
  margin-right: 15px;
  vertical-align: middle;
}

footer .footer-left span,
.footer-text {
  margin-bottom: 0.5rem;
}

.footer-bottom {
  display: flex;
  padding: 5rem 2rem 2rem 2rem;
  position: relative;
}

.monile-menu {
  display: none;
}

.footer-bottom img.left {
  width: 50px;
}

.footer-bottom .footer-copy {
  font-size: 1.5rem;
  margin-left: 55px;
  line-height: 1;
}

.footer-bottom .right {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 200px;
}

.container-check {
  display: inline-block;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 1.5rem;
  user-select: none;
  color: var(--primary);
}

.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: #eee;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid var(--primary);
}

.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-check input:checked ~ .checkmark:after {
  display: block;
}

.container-check .checkmark:after {
  left: 6px;
  width: 1rem;
  height: 1rem;
  border: solid var(--primary);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* cookie block */
.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: var(--primary);
  color: #fff;
  z-index: 1200;
  padding: 15px 70px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.cookie span {
  font-size: 33px;
  line-height: 50px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  width: 55%;
  justify-content: center;
  align-self: center;
}

.cookie img {
  height: 100px;
  margin: 0 50px;
}

.cookie button {
  cursor: pointer;
  margin-top: 18px;
  font-size: 24px;
  height: 65px;
  padding: 0px 50px;
  background: transparent;
  box-shadow: none;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Aldrich", sans-serif;
}

.cookie button:focus {
  outline: 0;
}

.cookie button:hover {
  color: var(--primary);
  background-color: #fff;
  transition: 0.3s;
}

.desktop-menu-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.mobile-menu-container {
  display: none;
}

.header-side-active {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}

.header-side-active h2 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
  animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
}

#Rectangle_1,
#Rectangle_2,
#Rectangle_4,
#Rectangle_7,
#Rectangle_11 {
  opacity: 0.5;
}

.home.hidden-over:before {
  background-color: rgba(000, 000, 000, 0.7);
}

.home.hidden-over {
  overflow: hidden;
}

.home.hidden-item header {
  top: -100px;
}

.home.hidden-item #block-row {
  padding-top: 1500px;
}

.home.hidden-item .header-line {
  top: 0;
}

@media (max-width: 1750px) {
  .cookie span {
    font-size: 23px;
  }

  #two-block-news .two-block-new .right .cir {
    width: 430px;
    height: 430px;
  }

  #two-block-news .two-block-new .right img {
    max-width: 270px;
  }

  #two-block-news .two-block-new .right.last img {
    max-width: 400px;
  }
}
@media (max-width: 1460px) {
  .cookie img {
    height: 60px;
    margin: 19px 29px;
  }

  .cookie span {
    font-size: 22px;
    line-height: 29px;
  }

  #contact-block .contact-bottom .left .block {
    font-size: 1.25rem;
  }
  textarea {
    height: 212px;
  }
  textarea,
  input {
    line-height: 52px;
    font-size: 32px;
  }
  #contact-block {
    padding: 145px 70px 30px 70px;
  }

  #big-text-2 {
    padding: 320px 200px 245px 200px;
    font-size: 3rem;
  }

  #two-block-news .two-block-new .right .cir {
    width: 300px;
    height: 300px;
  }
  #two-block-news .two-block-new .right img {
    max-width: 200px;
  }
  #two-block-news .two-block-new .right.last img {
    max-width: 320px;
  }
  #two-block-news .two-block-new .left {
    padding: 4rem 2rem;
  }

  #big-text {
    font-size: 4rem;
  }

  .next,
  .prev {
    width: 100px;
    height: 150px;
  }

  .swiper-button-prev {
    left: 1rem;
  }

  .swiper-button-next {
    right: 1rem;
  }

  .testimonial-content {
    font-size: 2rem;
  }

  #two-column-block .right-block .content {
    padding: 85px 100px 60px 40px;
  }

  #two-column-block .right-block {
    font-size: 35px;
    line-height: 45px;
  }

  header .right-block ul {
    padding-left: 15px;
  }

  #block-row .block-row-el {
    grid-template-rows: 100px 1fr;
  }

  #block-row .block-row-el span {
    font-size: 2rm;
  }

  header .right-block ul li a,
  header .right-block a,
  header .menu ul li a {
    font-size: 1.5rem;
  }

  header .menu ul li a {
    padding-right: 2rem;
  }

  #two-column-block .left-block span.number {
    font-size: 50px;
  }
  .footer-top {
    padding: 100px 50px 50px 50px;
  }
  footer .footer-left {
    width: 40%;
  }

  footer .footer-left span {
    font-size: 1.5rem;
    padding-bottom: 0;
  }

  footer .footer-center {
    font-size: 1.5rem;
    width: 30%;
  }

  footer .footer-top a {
    font-size: 1.5rem;
  }

  #team .lead .lead-image img {
    width: 200px;
    height: 250px;
  }
}

@media (max-width: 1200px) {
  header .right-block ul li a,
  header .right-block a,
  header .menu ul li a {
    font-size: 1.25rem;
  }

  .fix-logo {
    z-index: 1000;
  }

  #two-column-block .left-block span.number {
    padding: 35px 13px;
  }

  #title {
    font-size: 4rem;
  }

  #block-row .block-row-el .jsonanimation {
    padding-bottom: 50px;
  }

  #block-row .block-row-el a {
    font-size: 33px;
    padding: 16px 15px;
  }
  footer .footer-top a,
  footer .footer-center,
  footer .footer-left span {
    font-size: 1.5rem;
  }

  #block-row .block-row-el span {
    line-height: 30px;
    font-size: 28px;
    width: 100%;
    min-height: 65px;
  }

  #two-block-news .two-block-new span {
    font-size: 2rem;
  }

  #two-block-news .two-block-new {
    padding: 50px;
  }

  #two-block-news .two-block-new p {
    font-size: 1.25rem;
  }

  .footer-top {
    padding: 70px 30px;
    font-size: 18px;
  }
  #two-column-block {
    flex-wrap: wrap;
  }
  #two-column-block .left-block {
    margin-top: 60px;
    width: 100%;
  }
  #two-column-block .right-block {
    width: 100%;
  }

  #header h2 {
    font-size: 4rem;
  }

  #two-column-block .left-block span.number {
    display: block;
    margin: 1rem 2rem;
  }
  #two-column-block .right-block .content {
    padding: 30px 30px 80px 30px;
  }

  #text-block {
    padding: 40px 100px;
  }
  #contact-block,
  #two-block-news {
    padding: 30px 60px;
  }
  .empty-29 {
    display: none;
  }
  #team .lead {
    margin-top: 0;
  }
  #logo-content-2 {
    padding: 0 30px;
  }
  #contact-block .contact-top .mesaage {
    width: 100%;
  }
  #contact-block .contact-top .btn {
    float: left;
  }
}

@media (max-width: 992px) {
  .typing-text {
    animation: none;
    white-space: normal;
  }

  .effext {
    display: none;
  }

  .logo-cont {
    padding-top: 40px;
  }

  #logo-content-2 .logo-block-info {
    margin: 3rem 2rem 0 2rem;
  }

  #logo-content-2 .logo-block {
    margin: 0 10px 10px;
  }
  #logo-content-2 {
    margin-bottom: 60px;
    padding: 0;
  }
  #key-block {
    margin: 140px auto 150px auto;
  }
  .testimonial-content {
    padding: 70px 44px;
    font-size: 1rem;
  }
  .testimonial-content:before {
    top: 10px;
    left: 10px;
    width: 47px;
    height: 37px;
  }
  .testimonial-content:after {
    bottom: 10px;
    right: 10px;
    width: 47px;
    height: 37px;
  }

  .cookie {
    display: block;
    text-align: center;
    padding: 15px 30px;
  }

  .cookie span {
    width: 100%;
    display: block;
    font-size: 14pt;
    line-height: 16pt;
  }

  .cookie img {
    display: none;
    margin: 15px 0 0 0;
    vertical-align: bottom;
  }

  .cookie button {
    margin-top: 15px;
    height: 45px;
  }

  .border-ver:after {
    height: 63px;
    bottom: 20px;
  }

  .home #header .border-ver:after {
    bottom: -90px;
  }

  #logo-content-2 .logo-block-info b,
  .testimonial-content {
    font-size: 1.5rem;
  }

  #logo-content-2 .logo-block-info ul {
    font-size: 1rem;
    margin-left: 25px;
  }

  #logo-content-2 .logo-block-info ul li::before {
    left: -10px;
    width: 15px;
    height: 15px;
  }

  .testimonial-name {
    font-size: 1.5rem;
  }

  #team {
    padding: 0 30px 2rem;
  }

  #two-column-block .title,
  #team .lead .lead-content {
    font-size: 1.5rem;
  }

  #big-text span,
  #logo-content-2 span,
  #team .lead .lead-content b {
    font-size: 2rem;
  }

  #text-block {
    padding: 40px 30px;
    font-size: 1.5rem;
    width: calc(100% - 60px);
  }

  #contact-block .contact-top {
    padding: 2rem 2rem 3rem 2rem;
  }

  #contact-block .contact-top .right,
  #contact-block .contact-top .left {
    width: 100%;
    margin-right: 0;
    margin: 0;
  }

  #contact-block .contact-top .right {
    padding-top: 0;
  }

  label {
    font-size: 1rem;
  }

  textarea,
  input {
    font-size: 20pt;
    line-height: 31pt;
    margin-bottom: 15px;
  }

  #contact-block .contact-bottom .left .block:first-child {
    border: 0;
  }

  .container-check {
    font-size: 1rem;
  }

  #contact-block .contact-top span {
    font-size: 2rem;
  }

  #contact-block .contact-bottom .left .block {
    font-size: 1rem;
    padding-bottom: 1rem;
  }

  #contact-block .contact-bottom .right {
    padding-left: 0;
    padding-top: 50px;
    width: 100%;
  }

  .centerbtn {
    padding: 50px 0 115px 0;
  }

  a.white-bg {
    padding: 16px 64px;
    margin-top: 30px;
    font-size: 22px;
  }

  #contact-block .contact-top .btn {
    float: left;
    margin-top: 30px;
    padding: 20px 50px;
    font-size: 32px;
    line-height: 32px;
  }

  .blue-bg {
    font-size: 1.5rem;
  }

  #contact-block .contact-top .mesaage {
    width: 100%;
  }

  .footer-top {
    padding: 60px 30px 0 30px;
    font-size: 16px;
    flex-wrap: wrap;
  }

  footer .footer-center {
    flex-basis: 45%;
  }

  footer .footer-left {
    flex-basis: 55%;
  }

  footer .footer-right {
    margin-top: 60px;
  }

  #two-column-block .right-block .content {
    font-size: 28px;
    line-height: 32px;
  }

  #key-block span {
    font-size: 4rem;
  }

  #title {
    padding: 45px 30px 95px 30px;
    font-size: 3.5rem;
  }

  #big-text {
    padding: 100px 30px;
    font-size: 3rem;
  }

  #key-block .key {
    padding: 15px 20px;
    font-size: 1.5rem;
  }

  #button-block {
    padding: 60px 30px;
  }

  #two-column-block .left-block span.number {
    margin: 15px 30px;
    font-size: 40px;
    padding: 20px 15px;
  }

  #header span {
    font-size: 27px;
  }

  #header h2 {
    padding-top: 5rem;
    padding-bottom: 2rem;
    font-size: 3rem;
  }

  #block-row .block-row-el {
    display: block;
  }

  #block-row .block-row-el a {
    font-size: 32px;
    line-height: 35px;
  }
  #block-row {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 150px 30px 0 30px;
  }
  #block-row .block-row-el {
    width: 350px;
    margin: 0 auto 36px auto;
  }
  header {
    position: fixed;
  }
  header .right-block {
    width: 80%;
  }
  header .menu {
    display: none;
  }
  .desktop-menu-container {
    display: none;
  }
  header .menu.active {
    display: block;
    position: absolute;
    top: 91px;
    left: 0;
    width: 100%;
    background-color: rgba(193, 202, 208, 0.8);
  }
  .header-line {
    position: fixed !important;
    z-index: 1000;
    top: -3px !important;
  }
  .mobile-menu-container.active .close-menu {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 50px;
    height: 50px;
    display: block;
  }

  .mobile-menu-container.active .close-menu span {
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #fff;
    transform: rotate(45deg);
    top: 25px;
  }

  .mobile-menu-container.active .close-menu span:last-child {
    transform: rotate(-45deg);
  }

  .mobile-menu-container.active .menu {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .mobile-menu-container.active ul li {
    padding-bottom: 35px;
  }

  .mobile-menu-container.active ul li span,
  .mobile-menu-container.active ul li a {
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
    font-family: "Aldrich", sans-serif;
    position: relative;
  }

  .mobile-menu-container {
    position: fixed;
    display: block;
    background: var(--primary);
    width: 100vw;
    height: 100vh;
    z-index: 1500;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.3s;
  }

  .mobile-menu-container.active {
    transform: translate3d(0, 0, 0);
  }

  .mobile-menu-container.active a.login {
    height: auto;
    position: absolute;
    align-items: center;
    left: 1rem;
    top: 1rem;
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
    font-family: "Aldrich", sans-serif;
  }

  .login:hover path {
    fill: #fff;
  }

  .mobile-menu-container.active img {
    width: 140px;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
  }

  .monile-menu {
    line-height: normal;
    position: fixed;
    cursor: pointer;
    display: block;
    right: 1rem;
    top: 1rem;
  }

  .header-line {
    background-image: url(../../static/image/M_border.svg);
  }

  header .menu ul li {
    display: block;
    line-height: 1;
  }

  .monile-menu span {
    width: 6px;
    height: 6px;
    background-color: #fff;
    display: inline-block;
    margin-right: 4px;
  }

  header .menu ul li a {
    padding: 10px 15px;
    display: block;
  }

  .monile-menu span:nth-child(3) {
    position: relative;
  }

  .monile-menu span:nth-child(2) {
    position: relative;
  }

  h1 {
    font-size: 60px;
    line-height: 62px;
    padding: 150px;
  }

  #two-block-news .two-block-new span {
    font-size: 1rem;
    text-align: center;
  }

  #two-block-news .two-block-new p {
    font-size: 1rem;
    margin: 0;
    text-align: center;
    margin: 15px 0 55px 0;
  }

  #two-block-news .two-block-new .right .cir {
    width: 256px;
    height: 256px;
  }

  #two-block-news .two-block-new .right img {
    max-width: 140px;
  }

  #two-block-news .two-block-new {
    flex-wrap: wrap;
    padding: 40px 60px 101px 60px;
  }

  #two-block-news .two-block-new:nth-child(2n) {
    flex-direction: column-reverse;
  }

  #two-block-news .two-block-new .right {
    min-height: auto;
    width: 100%;
    text-align: center;
    padding: 0;
    height: 350px;
  }

  #two-block-news .two-block-new .left {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  #team .lead .lead-content b,
  #team .lead .lead-image {
    font-size: 1.5rem;
  }

  #team .lead .lead-image {
    width: 250px;
  }

  #team .lead .lead-content {
    font-size: 1rem;
    width: calc(100% - 180px);
    padding-left: 180px;
    margin: 20px 0 60px 0;
  }

  .btn {
    padding: 17px 33px;
    font-size: 24px;
    line-height: 26px;
  }

  #block-row .block-row-el .jsonanimation {
    max-width: 180px;
    padding: 5px 15px 25px 15px;
  }

  .testimonial-content {
    min-height: auto;
    padding: 45px 28px;
    width: 60%;
    font-size: 1rem;
  }

  .border-ver-top:after {
    height: 63px;
    top: auto;
    bottom: -74px;
  }

  #big-text-2 a.white-bg {
    margin-top: 105px;
  }

  #big-text-2 {
    padding: 3rem 1rem;
    font-size: 2rem;
  }

  #big-text-2 span {
    font-size: 30pt;
    line-height: 35pt;
    position: relative;
    margin-bottom: 6rem;
  }

  #two-block-news .two-block-new .right.last img {
    max-width: 256px;
  }

  #contact-block,
  #two-block-news {
    padding: 60px 0px 60px 0;
  }

  #two-block-news .two-block-new:last-child,
  #two-block-news .two-block-new:first-child {
    flex-direction: column-reverse;
  }

  #contact-block .contact-bottom {
    flex-wrap: wrap;
    padding: 20px 35px 60px 35px;
  }

  #team .lead {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  body:not(.home) .border-ver:after {
    bottom: -25px;
  }

  #logo-content-2 {
    padding: 0;
  }

  #logo-content-2 .logo-block {
    width: 21%;
    margin: 20px;
  }

  .testimonial-name {
    width: 70%;
    font-size: 1.25rem;
  }

  #team {
    padding: 0 21px 1rem;
  }

  #two-block-news .two-block-new p {
    font-size: 1rem;
  }

  #two-block-news .two-block-new {
    padding: 30px 15px;
  }

  #two-block-news .two-block-new .btn {
    padding: 12px 15px;
  }

  #team .lead .lead-content b,
  #two-block-news .two-block-new span,
  #contact-block .contact-top span,
  #block-row .block-row-el span {
    font-size: 1rem;
  }

  textarea,
  input {
    font-size: 24px;
    padding: 15px;
    line-height: 32px;
  }

  #contact-block .contact-top .mesaage,
  label {
    font-size: 1rem;
  }

  #block-row .block-row-el .jsonanimation {
    max-height: 90px;
  }

  #block-row .block-row-el a {
    font-size: 17pt;
    line-height: 20pt;
    padding: 14px 15px;
  }

  #block-row .block-row-el {
    width: 250px;
  }

  #text-block {
    padding: 40px 15px;
    font-size: 1rem;
    margin-bottom: 0;
  }

  h1 .border-ver:after {
    bottom: -36px;
  }

  h1 {
    padding: 150px 15px 50px 15px;
    font-size: 2rem;
    line-height: 32pt;
  }

  #header h2 {
    padding-top: 5rem;
    font-size: 2.5rem;
    padding-bottom: 1rem;
  }

  #key-block {
    margin: 68px auto 90px auto;
  }

  #key-block span {
    font-size: 2.5rem;
  }

  footer .footer-top span,
  .footer-text {
    margin-bottom: 1rem;
  }

  footer .footer-top img {
    height: 13px;
    margin-right: 6px;
  }

  footer .footer-top a {
    font-size: 1rem;
  }

  footer .footer-right,
  footer .footer-left,
  footer .footer-left span {
    font-size: 1rem;
    padding-bottom: 0;
  }

  footer .footer-center {
    font-size: 1rem;
  }

  footer:before {
    background-image: url(../../static/image/M_border.svg);
    top: -4px;
    height: 4px;
  }

  #key-block .key {
    font-size: 1rem;
    padding: 7px 14px;
    margin: 0 5px 4px 0;
  }

  #header span {
    font-size: 15pt;
    line-height: 17px;
  }

  #big-text {
    font-size: 2.5rem;
    padding: 100px 30px;
  }

  #block-row {
    padding: 100px 0 0 0;
  }

  a.white-bg {
    padding: 20px 20px;
  }

  #contact-block .contact-bottom .right,
  #contact-block .contact-bottom .left {
    width: 100%;
    padding-left: 0;
  }

  #contact-block .contact-top .btn,
  .btn {
    font-size: 14pt;
    line-height: 17px;
    background: transparent;
    padding: 14px 30px;
  }

  #contact-block .contact-top .btn {
    width: 100%;
  }

  .centerbtn {
    padding: 60px 15px;
  }

  #two-column-block .right-block {
    padding: 35px 25px 50px 25px;
  }

  #title {
    font-size: 2.5rem;
    padding: 2rem 1rem 7rem 1rem;
  }

  #two-column-block .title {
    font-size: 16pt;
    line-height: 19px;
  }

  #two-column-block .right-block .content {
    padding: 0;
    font-size: 24px;
    line-height: 27px;
  }

  #two-column-block .left-block span.number {
    margin: 15px 15px 0 0;
    font-size: 16pt;
    line-height: 30pt;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 0.5rem;
  }

  .odometer.odometer-auto-theme
    .odometer-digit
    .odometer-value.odometer-last-value,
  .odometer.odometer-theme-default
    .odometer-digit
    .odometer-value.odometer-last-value {
    width: 22px;
  }

  #two-column-block .left-block {
    font-size: 28px;
    line-height: 30px;
    margin-top: 45px;
    padding: 0 5px;
  }

  #two-column-block p {
    font-size: 16pt;
    line-height: 18pt;
    padding-bottom: 50px;
  }

  #logo-content {
    padding: 0;
  }

  #logo-content .logo-block {
    width: 27%;
    margin: 0 10px 15px 10px;
  }

  #button-block {
    padding: 60px 15px;
  }

  #contact-block .contact-bottom {
    flex-wrap: wrap;
  }

  .footer-top {
    flex-wrap: wrap;
    padding: 37px 30px;
  }

  footer .footer-right,
  footer .footer-center,
  footer .footer-left {
    width: 50%;
    padding-bottom: 0px;
    border: 0;
    padding-left: 0;
  }

  footer .footer-right {
    margin-top: 15px;
  }

  .footer-bottom .right {
    width: 75px;
    bottom: 1rem;
    right: 1rem;
  }

  .footer-bottom img.left {
    width: 17px;
  }

  .footer-bottom .footer-copy {
    font-size: 1rem;
    margin-left: 10px;
  }

  .footer-bottom {
    padding: 20px 10px 10px 10px;
  }

  #contact-block .contact-top {
    padding: 2rem 1rem;
  }

  #contact-block .contact-bottom {
    padding: 30px 15px;
  }

  header .logo {
    width: 70%;
  }

  .next,
  .prev {
    width: 25px;
    height: 50px;
  }

  .swiper-button-prev {
    left: 0.5rem;
  }

  .swiper-button-next {
    right: 0.5rem;
  }
}

@media (max-width: 600px) {
  #team .lead .lead-image {
    width: 100%;
  }

  #team .lead .lead-content {
    width: 80%;
    padding-left: 20%;
  }
}

@media (max-width: 500px) {
  #team .lead {
    flex-wrap: wrap;
  }

  #team .lead .lead-content {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 430px) {
  footer .footer-center {
    margin-top: 1rem;
  }

  footer .footer-right,
  footer .footer-center,
  footer .footer-left {
    flex-basis: 100%;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.position-relative {
  position: relative;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

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

.color-white {
  color: var(--white);
}

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

[data-animate-transform] {
  transition: transform 2s ease-in-out;
}

.floating-animation {
  --translate-x: 10px;
  --translate-y: 10px;
  --duration: 3.5s;
  animation: floating var(--duration) ease infinite;
  transform: translate(var(--translate-x), var(--translate-y));
}

@keyframes floating {
  50% {
    transform: translate(0, 0);
  }
}

.fade-in-text {
  opacity: 0;
  width: 0;
  transition: opacity 500ms ease-in-out;
}

.fade-in-text--active {
  opacity: 1;
}

.blurred-background {
  backdrop-filter: blur(30px);
  background-color: rgba(200, 200, 200, 0.5);
  border: 1px solid #fff;
}

.grecaptcha-badge {
  display: none;
}

.image-hover {
  position: relative;
  display: grid;
  cursor: default;
  margin-bottom: 1rem;
  width: fit-content;
}

.image-hover::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 96 255 / 65%);
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}

.image-hover:hover::before {
  opacity: 1;
}

@media (max-width: 575px) {
  .image-hover {
    margin-left: auto;
    margin-right: auto;
  }

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

.w-full {
  width: 100% !important;
}