@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}

::-webkit-scrollbar {
  display: none;
}

@-moz-document url-prefix() {
  html {
    scrollbar-width: none;
  }
}

html {
  scroll-behavior: smooth;
  scrollbar-width: none;
}

body {
  min-width: 100%;
  background-color: white;
  height: 130vh;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-y: scroll;
}

.cookie-box {
  -webkit-transition: .4s;
  transition: .4s;
  z-index: -1;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  left: 0;
}

.cookie-box .left-side {
  width: 85%;
}

.cookie-box .left-side p {
  font-weight: 500;
}

.cookie-box .left-side p a {
  text-decoration: none;
  color: royalblue;
  font-weight: 600;
  cursor: pointer;
}

.cookie-box .left-side p a:visited {
  color: #7e41e1;
}

.cookie-box .right-side {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cookie-box .right-side a {
  margin-right: 30px;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 3px;
  text-transform: uppercase;
  text-decoration: none;
  background: #2990f0;
  color: white;
  cursor: pointer;
}

.cookie-box .right-side a:hover {
  background: #0d75d6;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.popup {
  z-index: 999999;
  position: fixed;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-property: visibility;
  transition-property: visibility;
}

.popup.active {
  visibility: visible;
}

.popup.active .popup-box {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.popup .popup-box {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 1500px;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px;
  padding: 50px 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 25px black;
          box-shadow: 0 5px 25px black;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.popup .popup-box h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.popup .popup-box p {
  font-size: 16px;
}

.popup .popup-box .gallery-text, .popup .popup-box .films-text, .popup .popup-box .realisations-text, .popup .popup-box .personnel-text, .popup .popup-box .maps-text {
  padding: 0 15px;
  border: 3px solid #2696E9;
  width: 100%;
  border-radius: 20px;
  overflow-y: scroll;
  height: 100%;
}

.popup .popup-box .gallery-text .point, .popup .popup-box .films-text .point {
  font-weight: 800;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.popup .popup-box .gallery-text .underpoint, .popup .popup-box .films-text .underpoint {
  margin-top: 30px;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 500;
}

.popup .popup-box .gallery-text .video, .popup .popup-box .films-text .video {
  width: 570px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: all .6s;
  transition: all .6s;
  border-radius: 8px;
  margin: 6px 0;
}

.popup .popup-box .gallery-text .images, .popup .popup-box .films-text .images {
  margin: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup .popup-box .gallery-text .images .underimage, .popup .popup-box .films-text .images .underimage {
  width: 200px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .6s;
  transition: all .6s;
  margin: 8px;
  border-radius: 24px;
  -webkit-box-shadow: 0px 5px 20px -10px black;
          box-shadow: 0px 5px 20px -10px black;
}

.popup .popup-box .gallery-text .images .underimage:hover, .popup .popup-box .films-text .images .underimage:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.popup .popup-box .realisations-text .point {
  font-weight: 800;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.popup .popup-box .realisations-text .s-point {
  margin-left: 8px;
  margin-right: 8px;
  font-weight: 700;
}

.popup .popup-box .realisations-text .underpoint, .popup .popup-box .realisations-text .list {
  margin-left: 8px;
  margin-right: 8px;
}

.popup .popup-box .realisations-text .imp-underpnt {
  margin-left: 20px;
  margin-right: 20px;
}

.popup .popup-box .realisations-text .underpoint {
  font-size: 16px;
  font-weight: 500;
}

.popup .popup-box .realisations-text .list {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.popup .popup-box .realisations-text .listpoint {
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 500;
}

.popup .popup-box .realisations-text .listpoint, .popup .popup-box .realisations-text .underpoint {
  margin-top: 5px;
  margin-bottom: 5px;
}

.popup .popup-box .realisations-text .listpoint:last-child {
  margin-bottom: 40px;
}

.popup .popup-box .maps-text .point {
  font-weight: 800;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.popup .popup-box .maps-text .underpoint, .popup .popup-box .maps-text .licensed-software {
  margin-left: 8px;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 500;
}

.popup .popup-box .maps-text .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup .popup-box .maps-text .images .underimage {
  width: 570px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: all .6s;
  transition: all .6s;
  border-radius: 24px;
  margin: 6px 0;
}

.popup .popup-box .maps-text .images .underimage:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.popup .popup-box .maps-text .licensed-software {
  margin: 15px 8px;
  font-size: 18px;
  font-weight: 600;
}

.popup .popup-box .personnel-text .person {
  margin-top: 30px;
  margin-bottom: 30px;
}

.popup .popup-box .personnel-text .person .person-name {
  font-weight: 700;
  font-size: 18px;
}

.popup .popup-box .personnel-text .person .person-perms {
  font-weight: 600;
  font-size: 16px;
}

.popup .popup-box .personnel-text .person .person-number {
  font-weight: 600;
  font-size: 14px;
}

.popup .popup-box .personnel-text .person .person-number a {
  color: black;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.popup .popup-box .personnel-text .person .person-number a:hover {
  opacity: .65;
}

.popup .popup-box .films-text {
  text-align: center;
}

.popup .popup-box .close-btn {
  background: transparent;
  border: none;
  position: absolute;
  font-size: 24px;
  top: 0;
  right: 0;
  margin: 15px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.popup .popup-box .close-btn:hover {
  opacity: 1;
}

.popup-films .popup-box {
  width: 1100px;
  height: 600px;
}

.popup-maps .popup-box {
  width: 900px;
  height: 600px;
}

.popup-personnel .popup-box {
  width: 800px;
  height: 600px;
}

.popup-btn {
  margin: 20px;
  -webkit-transition: all .6s;
  transition: all .6s;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 16px;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  font-family: 'Montserrat';
  background: rgba(250, 183, 0, 0.85);
  color: white;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
}

.popup-btn:hover {
  background: #fab700;
}

.popup-btn img {
  position: relative;
  top: 3px;
  margin-right: 6px;
}

.popup-btn-maps {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
}

.popup-btn-maps:hover {
  background: rgba(0, 0, 0, 0.75);
}

header {
  position: absolute;
  width: 100vw;
  z-index: 999;
  -webkit-transition: .4s;
  transition: .4s;
}

nav {
  max-width: 100%;
  background: none;
  height: 100px;
  padding: 20px 15px;
  -webkit-transition: .4s;
  transition: .4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav label.logo {
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
  margin-left: 20px;
  margin-top: 20px;
}

nav ul {
  margin-right: 20px;
}

nav ul li {
  display: inline-block;
  margin: 0 5px;
}

nav ul li a {
  -webkit-transition: .5s;
  transition: .5s;
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 3px;
  text-transform: uppercase;
  text-decoration: none;
}

nav ul li a:hover {
  background: #fab700;
  color: white;
}

nav .check-btn {
  font-size: 24px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}

nav #check {
  display: none;
}

nav.sticky {
  max-width: 100%;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 3px 18px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 18px 3px rgba(0, 0, 0, 0.5);
}

nav.sticky label.logo {
  color: #fab700;
}

nav.sticky ul li a {
  color: #fab700;
}

nav.sticky ul li a:hover {
  background: #2990f0;
  color: white;
}

.slider {
  position: relative;
  width: 100%;
  overflow-y: hidden;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 100px;
  background: #2696E9;
}

.slider:before {
  z-index: 777;
  content: '';
  position: absolute;
  background: rgba(3, 96, 251, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.slider .content {
  z-index: 888;
  color: #fff;
  width: 70%;
  margin-top: 50px;
  display: block;
  position: relative;
  top: -40px;
}

.slider .content h1 {
  font-size: 38px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 60px;
}

.slider .content a {
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 26px;
  border-radius: 3px;
  text-transform: uppercase;
  text-decoration: none;
  background: #fab700;
  color: white;
}

.slider .content a:hover {
  background: white;
  color: #fab700;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.slider img {
  z-index: 7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider .slider-navigation {
  z-index: 888;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  top: 50px;
  margin-bottom: 12px;
}

.slider .slider-navigation .nav-btn {
  width: 15px;
  height: 15px;
  background: white;
  border: 3px solid white;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.slider .slider-navigation .nav-btn.active {
  background: #2696E9;
}

.slider .slider-navigation .nav-btn:not(:last-child) {
  margin-right: 15px;
}

.slider .slider-navigation .nav-btn:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: #4191ce;
}

.slider .slide {
  position: absolute;
  width: 100%;
  -webkit-clip-path: circle(0% at 0 0%);
          clip-path: circle(0% at 0 0%);
}

.slider .slide.active {
  -webkit-clip-path: circle(150% at 0 50%);
          clip-path: circle(150% at 0 50%);
  -webkit-transition: 2s ease;
  transition: 2s ease;
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.lp {
  width: 100%;
}

.lp .site-section {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
}

.lp .site-section .content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.lp .site-section .content .text {
  margin-top: 35px;
  margin-bottom: 35px;
}

.lp .site-section .content .text h3 {
  text-align: center;
  font-size: 28px;
}

.lp .site-section .content .text h3 hr {
  border: none;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.5);
}

.lp .site-section .content .text h3 hr.white {
  background-color: rgba(255, 255, 255, 0.5);
}

.lp .realisations {
  margin-bottom: 120px;
}

.lp .realisations .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  min-height: 300px;
  width: 100%;
  background-color: white;
}

.lp .realisations .content .text {
  position: relative;
  top: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp .realisations .content .gallery {
  padding: 0 50px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.lp .realisations .content .gallery .image {
  margin: 30px 15px;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
}

.lp .realisations .content .gallery .image:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.lp .realisations .content .gallery .image img {
  border-radius: 16px;
  -webkit-box-shadow: 0 5px 15px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px 3px rgba(0, 0, 0, 0.5);
}

.lp .realisations .content .gallery .image .description {
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 6px;
}

.lp .realisations .content .last-realisations {
  width: 100%;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  margin-top: 10px;
  padding-top: 30px;
  border: 3px solid #2696E9;
  border-radius: 20px;
}

.lp .realisations .content .last-realisations .last-realisations-title {
  text-align: center;
  font-size: 20px;
  margin: 0 15px;
  margin-bottom: 35px;
}

.lp .realisations .content .last-realisations .gallery {
  margin: 30px 15px;
}

.lp .realisations .content .last-realisations .gallery .image {
  cursor: default;
  margin: 30px 30px;
}

.lp .specialisations .content {
  background-image: url("../img/parallax/specialisations.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp .specialisations .content .text {
  margin-bottom: 35px;
}

.lp .specialisations .content .boxes {
  margin-top: 35px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp .specialisations .content .boxes .specialisation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px;
  width: 300px;
  height: 250px;
  opacity: 0.5;
  border-radius: 24px;
  -webkit-transition: all .6s;
  transition: all .6s;
  color: white;
  text-align: center;
}

.lp .specialisations .content .boxes .specialisation:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.lp .specialisations .content .boxes .specialisation .box-content {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.lp .specialisations .content .boxes .specialisation .box-content h3 {
  font-size: 24px;
  cursor: default;
  margin-top: 35px;
  margin-bottom: 35px;
}

.lp .specialisations .content .boxes .specialisation .box-content p {
  cursor: default;
}

.lp .specialisations .content .boxes .specialisation .box-content .info {
  position: relative;
  top: -30px;
}

.lp .specialisations .content .boxes .maps {
  background: url("../img/sps/sps1.jpg");
  background-position: center;
}

.lp .specialisations .content .boxes .investitions {
  background: url("../img/sps/sps2.jpg");
  background-position: center;
  background-size: 380px;
}

.lp .specialisations .content .boxes .inventories {
  background: url("../img/sps/sps3.jpg");
  background-position: center;
  background-size: 380px;
}

.lp .equipment .content {
  background-color: white;
  min-height: 100vh;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp .equipment .content .text {
  margin-bottom: 35px;
}

.lp .equipment .content .equips {
  margin-top: 35px;
  width: 80%;
}

.lp .equipment .content .equips .equip-title {
  font-size: 22px;
  font-weight: 600;
}

.lp .equipment .content .equips .equip-text {
  font-size: 16px;
  margin: 8px 0;
}

.lp .contact .content {
  background-image: url("../img/parallax/contact.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 65px;
  min-height: 100vh;
  width: 100%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp .contact .content .text {
  margin-bottom: 35px;
}

.lp .contact .content .contacts {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lp .contact .content .contacts .contact-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  margin: 30px;
  width: 500px;
  min-height: 450px;
  opacity: 1;
  border-radius: 24px;
  -webkit-transition: all .6s;
  transition: all .6s;
  background-color: white;
  color: black;
  text-align: center;
}

.lp .contact .content .contacts .map iframe {
  border-radius: 20px;
}

.lp .contact .content .contacts .personnel .contact-persons {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lp .contact .content .contacts .personnel .contact-persons .contact-person {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

.lp .contact .content .contacts .personnel .contact-persons .contact-person h5 {
  margin: 0 3px;
  font-weight: 600;
}

.lp .contact .content .contacts .personnel .contact-persons .contact-person h5.perms {
  font-weight: 500;
}

.lp .contact .content .contacts .personnel .contact-persons .contact-person p {
  margin: 0 3px;
  font-size: 12px;
  font-weight: 700;
}

.lp .contact .content .contacts .personnel .contact-persons .contact-person p a {
  color: black;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.lp .contact .content .contacts .personnel .contact-persons .contact-person p a:hover {
  opacity: .65;
}

footer {
  text-align: center;
  background-color: #2990f0;
  color: white;
  font-weight: 400;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .creator p {
  z-index: 5;
  font-size: 12px;
}

footer .creator a {
  font-weight: 500;
  text-decoration: none;
  margin: 0 2px;
  color: white;
  -webkit-transition: all .6s;
  transition: all .6s;
}

footer .creator a:hover {
  color: #fab700;
}

@media (max-width: 1400px) {
  ::-webkit-scrollbar {
    display: none;
  }
  nav label.logo {
    font-size: 30px;
  }
  nav ul li a {
    font-size: 16px;
  }
}

@media (max-width: 1250px) {
  .cookie-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cookie-box .left-side {
    width: 100%;
  }
  .cookie-box .right-side {
    margin-top: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .cookie-box .right-side a {
    margin-right: 0;
  }
  nav .check-btn {
    display: block;
    position: absolute;
    right: 0;
  }
  nav label.logo {
    position: absolute;
    left: 0;
  }
  nav ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.85);
    color: orange;
    top: 100px;
    left: 100%;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 100px 0;
  }
  nav ul li {
    display: block;
    height: calc((100vh - 100px - 20px) / 5);
    margin-top: -20px;
  }
  nav ul li a {
    font-size: 20px;
  }
  nav ul li a:hover {
    background: none;
    color: orange;
  }
  nav #check:checked ~ ul {
    left: 0;
  }
}

@media (max-width: 1050px) {
  .lp .realisations .content .gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lp .realisations .content .last-realisations .gallery .image {
    margin: 30px 0;
  }
}

@media (max-width: 780px) {
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .creator p:last-child {
    margin-top: 20px;
  }
}

@media (max-width: 510px) {
  .cookie-box {
    padding: 15px 25px;
  }
  .cookie-box p {
    font-size: 14px;
  }
  .cookie-box .right-side a {
    font-size: 16px;
    padding: 10px 22px;
  }
  nav ul li {
    line-height: 8px;
  }
  .slider {
    padding: 0 15px;
  }
  .slider .content {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .lp .realisations .content .gallery {
    margin: 0;
  }
  .lp .realisations .content .image {
    margin: 0;
  }
}

@media (max-width: 370px) {
  .popup .popup-box {
    width: 300px;
    height: 450px;
  }
  .slider {
    padding: 0;
  }
  .slider .content {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
    top: 30px;
  }
  .slider .slider-navigation {
    margin-bottom: 50px;
  }
  .lp .realisations .content .last-realisations {
    padding: 0;
  }
  .lp .realisations .content .last-realisations .last-realisations-title {
    margin-top: 20px;
  }
}

@media (max-width: 280px) {
  .slider {
    padding: 0;
  }
  .slider .content {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
    width: 100%;
    top: 30px;
    left: -20px;
  }
  .slider .slider-navigation {
    margin-bottom: 50px;
  }
  .lp .contact .content .contacts .personnel {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
/*# sourceMappingURL=main.css.map */