@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;
}

html {
  overflow-x: hidden;

  scroll-behavior: smooth;
}

body {
  width: 100%;

  position: relative;

  font-family: "Source Sans Pro", sans-serif;

  font-family: "Montserrat", sans-serif;

  transition: 0.5s;
}

.header {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 10000;
}

nav {
  background: white;

  text-align: right;

  display: flex;

  justify-content: flex-end;

  align-items: center;

  position: sticky;

  position: -webkit-sticky;

  top: 0px;

  width: 100%;

  z-index: 100;

  height: 65px;

  overflow: hidden;

  -webkit-box-shadow: 0px 0px 40px -19px rgba(0, 0, 0, 0.5);

  -moz-box-shadow: 0px 0px 40px -19px rgba(0, 0, 0, 0.5);

  box-shadow: 0px 0px 40px -19px rgba(0, 0, 0, 0.5);
}

nav div {
  flex: 1;
}

a {
  color: unset;

  text-decoration: none;
}

li {
  list-style: none;
}

.logo-top-bar {
  text-align: center;
}

.logo img {
  width: unset;

  height: 65px;

  position: relative;
}

.menu-top-bar {
  text-align: right;

  display: flex;

  justify-content: flex-end;

  position: relative;
}

.menu {
  position: fixed;

  top: 60px;

  right: 0;

  padding: 30px;

  display: block;

  height: 100vh;

  background: white;

  width: 100%;

  z-index: 99;

  transform: translateX(100%);

  transition: 0.7s;

  overflow: scroll;
}

.menu-active {
  transform: translateX(0%);
}

.menu::-webkit-scrollbar {
  display: none;
}

.menu li {
  text-align: center;
}

.menu .container {
  display: grid;

  max-width: 900px;

  margin-top: 60px;

  grid-template-columns: repeat(3, 1fr);
}

.social {
  grid-column: span 1;
}

.menupontok {
  grid-column: span 2;
}

.menupontok li,
.social li {
  text-align: left;

  margin: 40px 0;
}

.menupontok li a {
  font-size: 34px;

  text-align: left;
}

.social li a {
  font-size: 20px;
}

.menu-name {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  right: 10px;

  opacity: 1;

  transition: 0.7s;
}

.menu .container h4 {
  color: #00aeef;

  letter-spacing: 3px;

  text-transform: uppercase;
}

.menu-name-active {
  transform: translateY(-50%) translateX(100%);

  opacity: 0;
}

.menu-close {
  position: absolute;

  top: 50%;

  transform: translateY(-50%) translateX(200%);

  right: 15px;

  opacity: 0;

  transition: 0.7s;
}

.menu-close-active {
  opacity: 1;

  transform: translateY(-50%) translateX(0%);
}

.blue-btn {
  background: #38393f;

  margin-right: 0 !important;

  color: white;

  padding: 29px;
}

.contact-top-bar {}

.contact-top-bar ul {
  text-align: left;

  display: flex;

  font-size: 26px;
}

.contact-top-bar li {
  height: 66px;

  border-right: 1px solid #bbbbbb;

  width: 60px;

  padding: 0 15px;

  display: flex;

  justify-content: center;

  align-content: center;

  align-items: center;

  transition: 0.3s;
}

.contact-top-bar li:hover {
  background: #1f1f1f;

  color: white;
}

.contact-top-bar li:hover svg {
  fill: white;
}

.contact-top-bar li svg {
  height: 30px;

  transition: 0.3s;
}

.atvImg {
  transform-style: preserve-3d;

  -webkit-tap-highlight-color: rgba(#000, 0);
}

.atvImg img {
  box-shadow: 0 2px 8px rgba(14, 21, 47, 0.25);
}

.atvImg-container {
  position: relative;

  width: 100%;

  height: 100%;

  transition: all 0.2s ease-out;
}

.left {
  text-align: left;
}

.atvImg-container.over .atvImg-shadow {
  box-shadow: 0 45px 100px rgba(14, 21, 47, 0.4),
    0 16px 40px rgba(14, 21, 47, 0.4);
}

.atvImg-layers {
  position: relative;

  width: 100%;

  height: 100%;

  overflow: hidden;

  transform-style: preserve-3d;
}

.atvImg-rendered-layer {
  position: absolute;

  width: 100%;

  height: 100%;

  top: 0%;

  left: 0%;

  background-repeat: no-repeat;

  background-position: center;

  background-color: transparent;

  background-size: cover;

  transition: all 0.1s ease-out;

  overflow: hidden;
}

#main-section {
  padding: 30px 0 0;
  z-index: 1;
}

.container {
  max-width: 1500px;

  width: 100%;

  padding: 10px;

  margin: auto;

  z-index: 1;

  position: relative;
}

.video-wrapper {
  width: 100%;
  max-height: 80vh;
  height: 800px;
  overflow: hidden;
}

#welcome-video {
  height: 100%;
}

.swiper-container {
  position: relative;
}

.swiper {
  width: 100%;
  height: 71vh;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #2c393d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.swiper-text-container {
  bottom: 25%;
  left: 0;
  margin: 5% 12% 0;
  z-index: 1;
  position: absolute;
  display: flex;
  flex-direction: column;
  color: white;
}

@media screen and (max-width: 767px) {

  .swiper-container,
  .swiper {
    min-height: 80vh;
  }

  .swiper-text-container {
    bottom: 10%;
  }
}

.title-box-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

h2 {
  transition: transform 300ms ease-in-out 0s;
}

h2:hover {
  transform: translateX(15px);
}

.title-box {
  display: flex;

  align-items: center;

  justify-content: center;

  align-content: center;

  /* padding: 30px 0 !important; */
}

.title-box-buttons {
  display: flex;

  margin-top: 30px;
}

.title-box-buttons a {
  margin-right: 10px;
  border: 1px solid black;
}

@media only screen and (max-width: 768px) {
  .title-box-buttons a {
    min-width: 170px;
  }
}

.title {
  flex: 1;

  /* padding: 55px 30px 60px 0; */
  color: white;
}

.title h1 {
  font-size: 50px;
  font-weight: 300;
}

.subtitle {
  flex: 1;

  padding: 40px;

  margin-top: 15px;
  /* color: #38393f; */
  color: white;
}

.white-btn {
  padding: 16px 30px;

  background: white;

  color: #38393f;

  border-radius: 30px;

  display: block;

  width: max-content;

  margin: 20px 0;

  font-size: 14px;

  letter-spacing: 1px;

  font-weight: 600;
}

.subtitle h2 {
  font-size: 24px;

  letter-spacing: 1px;

  line-height: 1.4em;

  font-weight: 400;
}

.sticky-box {
  max-width: 900px;

  width: 100%;
}

.sticky-box .cover {
  margin: 50px 0;
}

.sticky-box img {
  width: 100%;

  overflow: hidden;
}

.image-in-window {
  width: 90%;

  margin: 60px auto;
}

.m-top {
  margin-top: -540px;
}

.m-bottom {
  margin-bottom: 50px;
}

.slider {
  width: 100%;

  /* min-height: 500px;

  display: flex;

  align-items: center; */
}

.slider-images {
  flex: 3;

  display: flex;

  align-items: center;
}

.slider-images img {
  width: 100%;

  display: none;
}

.slider-images img:first-child {
  display: block;
}

.swiper-texts {
  flex: 2;
}

.swiper-text-header {
  overflow: hidden;
}

.swiper-text-body {
  margin: 0;

  overflow: hidden;
}

.swiper-text-button {
  overflow: hidden;
}

.swiper-texts h2 {
  font-size: 50px;

  font-weight: 300;

  margin: 20px 0;

  transition: 1s;
}

.swiper-texts p {
  font-size: 22px;

  letter-spacing: 1px;

  line-height: 1.4em;

  font-weight: 400;

  margin: 20px 0;

  transition: 1s;
}

@media screen and (max-width: 767px) {
  .swiper-texts p {
    font-size: 18px;
  }
}

.swiper-text p,
.swiper-text h2 {
  text-align: left;
}

.swiper-text a {
  margin: 20px 0;

  transition: 1s;
}

.swiper-button-prev,
.swiper-button-next {
  color: #00aeef !important;
}

.swiper-text-button a {
  background-color: #00aeef !important;
  color: white;
}

.sticky {
  position: sticky;

  top: 70px;
}

.fade {
  animation-name: fade;

  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

.services-page {
  padding-top: 65px;
}

.wrap {
  width: 100%;

  overflow: auto;

  white-space: nowrap;

  position: relative;
}

.wrap::-webkit-scrollbar {
  display: none;
}

.pan {
  width: 200%;

  position: relative;
}

.about {
  border-right: 1px solid #38393f;

  padding: 50px;
}

.team-grid {
  display: grid;

  grid-template-columns: repeat(5, 1fr);
}

.profile {
  text-align: center;

  border-right: 1px solid #38393f;

  border-top: 1px solid #38393f;

  overflow: hidden;

  display: flex;

  align-items: center;

  flex-direction: column;

  position: relative;

  transition: 0.3s;

  background: rgb(241, 241, 241);

  padding-bottom: 15px;
}

.profile-img {
  padding-bottom: 5px;

  width: 100%;
}

.info {
  width: 100%;

  transition: 0.7s;

  height: 100%;

  position: absolute;

  content: "";

  top: 0;

  background: rgba(255, 255, 255, 0.9);

  transform: translateX(-100%);

  z-index: 1;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;
}

.info-item {
  margin-bottom: 10px;
}

.info img {
  width: 30%;

  margin-top: 30px;
}

.profile:hover .info {
  transform: translateX(0);
}

.row-3 {
  grid-row: span 2;

  grid-column: span 2;
}

.span-2 {
  grid-column: span 2;
}

.about-right-side {
  background: rgba(0, 0, 0, 0.1);

  grid-row: span 3;
}

.b-top {
  border-top: 1px solid #38393f;
}

.about h2 {
  font-size: 60px;

  font-weight: 300;
}

.product-list h2 {
  margin: 12px 0;
  font-size: 16px;
}

.product-list a {
  padding: 8px;
  display: inline-block;
  margin: 2px;
  border: 1px solid #1f1f1f;
  font-size: 12px;
  transition: .2s;
}

.product-list a:hover {
  background: #1f1f1f;
  color: white;
}


.about p {
  font-size: 24px;

  line-height: 1.6em;

  font-weight: 300;

  margin: 30px 0;
}

.black-btn {
  padding: 16px 35px;

  color: white;

  background: #38393f;

  border-radius: 30px;

  display: block;

  width: max-content;

  margin: 20px 0;

  font-size: 18px;

  letter-spacing: 1px;

  font-weight: 600;
}

#powerful {
  color: white;
  padding: 0;
}

#powerful .container {
  text-align: center;
}

.flex-box {
  display: flex;

  align-items: center;

  justify-content: center;

  align-content: center;

  margin: 20px auto;
}

.center .box {
  text-align: center !important;
}

.flex-box .box {
  flex: 1;

  margin: 20px;
}

.flex-box h3 {
  font-weight: 400;
}

.box img {
  width: 100%;
}

.box h2 {
  font-size: 60px;

  font-weight: 300;
}

.box p {
  padding: 30px;

  font-size: 20px;

  line-height: 1.7em;
}

.box-btn {
  text-align: center;

  justify-content: center;

  display: flex;
}

.service-boxes {
  align-items: unset;

  margin: 0;
}

.service-boxes p {
  padding: 30px 30px 0;
}

.service-box h3 {
  padding-bottom: 20px;
}

.image-1 {
  margin: 30px auto;

  margin-top: 160px;

  position: relative;

  z-index: 1;

  max-width: 800px;
}

.image-1:after {
  position: absolute;

  top: -120px;

  left: -150px;

  background: url(https://static.wixstatic.com/media/0d6674_7324574033974edfb2925895376adba9~mv2.png/v1/fill/w_1018,h_565,al_c,q_90,usm_0.66_1.00_0.01/0d6674_7324574033974edfb2925895376adba9~mv2.webp);

  background-size: contain;

  width: 100%;

  max-width: 800px;

  height: 100%;

  content: "";

  z-index: -1;
}

.editor-box {
  background: rgb(4, 52, 128);

  padding: 150px 0;

  color: white;

  text-align: center;
}

#edit-box {
  padding-bottom: 70px;

  margin: 0;
}

.editor-box h2 {
  font-size: 70px;

  font-weight: 300;
}

.editor-box p {
  font-size: 24px;

  max-width: 700px;

  margin: 30px auto;
}

.editor-box .white-btn {
  margin: 20px auto;
}

.flex-box p {
  flex: 1;
}

#references {
  color: white;
}

#references .white-btn {
  margin: 20px;
}

.services-contact-btn {
  margin: 0 !important;

  display: inline-block;
}

.services-text {
  display: inline-block;

  padding: 0 20px 20px 0 !important;
}

.pin-wrap,
.web-references {
  overflow: auto;

  white-space: nowrap;

  margin: 30px auto;

  padding: 20px 0;
}

.pin-wrap::-webkit-scrollbar,
.web-references::-webkit-scrollbar {
  display: none;
}

.image-wrap {
  display: inline-block;

  margin: auto 20px;
}

#projects {
  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

  /* min-height: 100vh; */

  position: relative;
}

#projects video {
  position: absolute;

  top: 0;

  left: 0;

  min-width: 100%;

  min-height: 100%;

  zoom: 0.1;

  z-index: -1;
}

#tilt {
  transition: 0.3s;
}

#tilt:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);

  cursor: pointer;
}

.image-bg {
  background-image: url("../../images/bg-points.png"),
    linear-gradient(90deg,
      rgba(3, 3, 3, 1) 0%,
      rgba(0, 0, 0, 1) 44%,
      rgba(8, 38, 43, 1) 100%);
}

#projects .container {
  padding: 40px 0;
}

#projects h2 {
  font-size: 80px;
  color: white;
}

.btns-box {
  display: flex;

  align-items: center;

  justify-content: flex-start;

  align-content: center;
}

.underline-btn {
  font-size: 20px;

  margin: 20px;

  border-bottom: 1px solid white;

  padding: 5px 0;
}

#skills {
  text-align: center;

  padding-top: 50px;
}

#skills h2 {
  font-size: 80px;
}

#skills p {
  max-width: 900px;

  font-size: 30px;

  line-height: 1.5em;

  text-align: center;

  margin: 20px auto;
}

#skills .btns-box {
  margin: auto;

  text-align: center;

  justify-content: center;
}

#skills .flex-box {
  margin: 0 auto;

  margin-top: 40px;
}

.black-underline-btn {
  font-size: 20px;

  margin: 20px;

  border-bottom: 1px solid white;

  padding: 5px 0;
}

.image-box {
  flex: 2;
}

.flex-3 {
  flex: 3.11;
}

.image-box img {
  width: 100%;
}

.bd-r {
  border-right: 2px solid #38393f;
}

#community {
  background: #38393f;

  color: white;

  padding-top: 100px;
}

#community .box p {
  font-size: 24px;

  max-width: 400px;
}

.grid-3 {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  margin: 40px auto;
}

.box-grid {
  padding: 40px;

  border-top: 2px solid white;
}

.box-grid:nth-child(4) {
  border-right: 2px solid white;
}

.box-grid img {
  width: 100%;

  height: 350px;

  object-fit: cover;
}

.box-grid h3 {
  font-size: 36px;

  margin: 20px 0;

  font-weight: 300;
}

.bd-r-w {
  border-right: 2px solid white;
}

.box-grid p {
  padding-right: 80px;

  margin: 20px 0;

  font-size: 22px;

  font-weight: 300;

  line-height: 1.5em;
}

.underline {
  border-bottom: 2px solid rgb(71, 71, 71);
}

.web-reference {
  width: 500px;

  height: 300px;

  background: rgba(0, 0, 0, 0.2);

  display: inline-block;

  margin: auto 15px;
}

#last-section {
  background: url(https://static.wixstatic.com/media/0d6674_ad3c09ca05aa4e2fbecc088e87d09799~mv2.png/v1/fill/w_1662,h_681,al_c,q_90,usm_0.66_1.00_0.01/0d6674_ad3c09ca05aa4e2fbecc088e87d09799~mv2.webp);

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

  color: white;

  text-align: center;

  padding: 150px 0;
}

.big-text {
  font-size: 160px;
}

.sub-big-text {
  font-size: 60px;
}

#last-section .white-btn {
  margin: 20px auto;
}

.confirm-message {
  margin: 100px 0 50px;

  text-align: center;
}

.confirm-message-title {
  display: block;

  font-size: 20px;

  font-weight: 500;

  margin-bottom: 20px;
}

footer .container {
  display: flex;

  max-width: 1440px;

  padding: 70px 0;
}

.footer-box {
  flex: 1;

  padding: 0 40px;

  line-height: 1.8;

  font-size: 14px;
}

footer {
  padding: 0 100px;

  background-color: white;
}

footer h4 {
  text-transform: uppercase;

  margin-bottom: 30px;
}

footer img {
  width: 200px;

  margin-top: 30px;
}

.footer-logos {
  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  align-items: center;
}

.footer-logos img {
  width: 200px;
  display: block;
  margin: 10px;
  padding: 10px;
}

.footer-logos a {
  display: block;
}

.megosz {
  width: 100px !important;
}

.fsc {
  width: 110px !important;

}

.aaa {
  width: 280px !important;
}

.footer-informations {
  font-size: 14px;

  text-align: center;

  background: lightgray;

  padding: 10px;

  color: rgb(105, 105, 105);
}

.footer-informations a {
  font-size: 14px;

  text-align: center;

  margin: 10px;

  font-weight: 600;
}

.menu-btn {
  max-width: 130px;

  padding: 18px 0;

  background: #00aeef;

  color: white;

  font-weight: 500;

  text-transform: uppercase;

  cursor: pointer;

  transition: 0.5s;

  overflow: hidden;
}

.menu-btn-active {
  background: #020304;
}

.menu-btn .hamburger {
  margin: auto 20px;

  width: max-content;

  position: relative;
}

.menu-btn span {
  width: 28px;

  height: 2px;

  display: block;

  margin: 6px auto;

  background: white;
}

.none {
  display: none;
}

.top-line {
  transform: rotate(0);

  transition: 0.7s;
}

.top-line-active {
  transform: translateY(8px) rotate(45deg);
}

.bottom-line {
  transform: rotate(0);

  transition: 0.7s;
}

.bottom-line-active {
  transform: translateY(-8px) rotate(-45deg);
}

.center-line {
  opacity: 1;

  transform: translateX(0);

  transition: 0.4s;
}

.center-line-active {
  opacity: 0;

  transform: translateX(-200%);
}

.box-grid .underline-btn {
  margin: 30px 0;

  display: block;

  width: max-content;
}

.icon-svg img {
  max-width: 70px;

  margin: 20px auto;
}

.service-image {
  width: 100%;

  min-height: 200px;

  margin: 10px auto;

  line-height: 0;
}

.service-name {
  margin-top: 20px;

  display: block;
}

.service-name h3 {
  font-size: 20px;
}

.service-description {
  /*  min-height: 100px; */

  display: flex;

  align-items: center;
}

.block {
  display: block;

  margin: 30px auto;
}

.service-description li {
  display: block;

  margin: auto;

  text-align: left;

  width: max-content;
}

.service-description p {
  font-size: 15px;

  padding-top: 0;
}

.btn-box {
  text-align: center;
}

.offer-btn {
  padding: 22px 40px;

  margin: auto 15px;

  background: #00aeef;

  color: white;

  display: inline-block;

  font-size: 18px;
}

.yellow {
  background: rgb(241, 241, 8);

  color: #020304;
}

.centered {
  text-align: center;
}

.big-p {
  font-size: 20px;

  max-width: 800px;

  margin: auto;

  letter-spacing: 1px;

  line-height: 1.6em;
}

.main-service {
  background-color: white;

  letter-spacing: 1px;

  margin-bottom: 100px;
}

.main-service-header {
  color: white;
  text-align: center;
  padding: 160px 0 100px;
}

.main-service-header h1 {
  text-transform: uppercase;

  font-size: 1.5em;

  font-weight: 600;

  color: #00aeef;

  opacity: 0;

  transition: 1.5s;
}

.main-service-header h1 span {
  display: block;

  text-transform: initial;

  font-size: 4em;

  font-weight: 700;

  margin: 30px 0;

  color: white;
}

.main-service-header p {
  font-size: 1.5em;

  font-weight: 300;

  line-height: 1.5;

  width: 900px;

  margin: 0 auto;

  opacity: 0;

  transition: 1.5s;
}

.main-service-wrapper {
  width: 100%;

  max-width: 1440px;

  margin: 0 auto;
}

.main-service-wrapper h2 {
  padding: 50px;

  font-size: 4em;
}

.main-service-body {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  border-top: 1px solid rgb(190, 190, 190);

  margin-top: 50px;
}

.main-service-body>span {
  height: 400px;

  border-left: 1px solid rgb(190, 190, 190);

  border-bottom: 1px solid rgb(190, 190, 190);

  display: flex;

  flex-direction: column;

  justify-content: center;

  padding: 20px;

  transition: 0.5s;
}

.main-service-body>span:nth-child(3n) {
  border-right: 1px solid rgb(190, 190, 190);
}

.main-service-body>span:last-child {
  border-right: 1px solid rgb(190, 190, 190);
}

.main-service-body>span:hover {
  background-color: rgb(243, 243, 243);
}

.main-service .border-right {
  border-right: 1px solid rgb(190, 190, 190);
}

.main-service-body h4 {
  font-size: 14px;

  font-weight: 400;

  color: rgb(95, 95, 95);
}

.main-service-body h3 {
  font-size: 1.5em;
}

.main-service-body p {
  font-size: 16px;

  margin: 35px 0 15px;

  color: rgb(95, 95, 95);

  line-height: 1.5;

  height: 140px;
}

.main-service-body a {
  font-size: 1.2em;

  font-weight: 500;

  background-color: #00aeef;

  color: white;

  padding: 15px 30px;

  display: flex;

  justify-content: center;

  align-items: center;

  width: 150px;

  border-radius: 50px;
}

.oldalterkep-body a {
  font-size: 1.2em;

  font-weight: 500;

  background-color: #00aeef;

  color: white;

  padding: 15px 30px;
  border-radius: 12px;
  margin: 12px 0;
  display: block;

}

.calatog-btn {
  font-size: 1.2em;

  font-weight: 500;

  background-color: #00aeef;

  color: white;

  padding: 15px 30px;

  display: block;

  width: max-content;
  margin: 25px auto;
  border-radius: 50px;
}

.white-bg-header-wrapper {
  background-color: white;

  background-image: url(../../images/bg-points-black.png);

  border-bottom: 1px solid rgb(245, 245, 245);
}

.white-bg-header {
  max-width: 1440px;

  margin: 0 auto;

  padding: 160px 30px 100px;
}

.white-bg-header h1 {
  font-size: 4em;

  margin-bottom: 50px;
}

.white-bg-header h4 {
  font-size: 20px;

  color: #00aeef;
}

.white-bg-header p {
  font-size: 1.5em;

  width: 800px;

  line-height: 1.6;
}

.product-wrapper {
  background-color: white;
}

.product {
  max-width: 1440px;

  margin: 0 auto;

  padding: 100px 0;

  display: flex;
}

.product-box {
  display: flex;

  flex-direction: column;

  width: 50%;

  color: rgb(87, 87, 87);

  line-height: 1.5;

  padding: 0 30px;
}

.product-image img {
  margin-bottom: 20px;
}

.product-data {
  padding-top: 0px;
}

.product-data h3 {
  font-weight: 600;

  margin: 20px 0;

  color: black;

  color: #00aeef;
}

.product-data ul {
  padding-left: 40px;

  margin-bottom: 25px;
}

.product-data li {
  list-style: initial;
}

.product-data p {
  margin-bottom: 20px;
}

.product-buttons {
  display: flex;

  margin: 30px 0;
}

.product-btn {
  display: flex;

  justify-content: center;

  align-items: center;

  color: white;

  height: 50px;

  width: 150px;

  margin-right: 20px;

  border-radius: 100px;

  font-weight: 600;

  letter-spacing: 1px;
}

.product-btn-contact {
  background-color: #00aeef;
}

.product-btn-back {
  background-color: #f1f108;

  color: rgb(87, 87, 87);
}

.stand-wrapper {
  background-color: rgb(241, 241, 241);
}

.referencies {
  max-width: 1440px;

  margin: 10px auto 0;

  padding: 20px;
}

.referencies-section {
  border-bottom: 1px solid lightgray;

  padding-bottom: 20px;
}

.referencies-section:first-of-type {
  padding-bottom: none;
}

.white-bg-header-title {
  margin: 0 !important;
}

.referencies-title {
  padding-left: 5px;
}

.gallery {
  width: 100%;

  margin: 10px auto 50px auto;

  display: flex;

  flex-wrap: wrap;
}

.gallery a {
  width: 25%;

  padding: 5px;
}

.gallery a img {
  width: 100%;

  height: 300px;

  object-fit: cover;
}

details {
  margin-bottom: 25px;

  cursor: pointer;
}

details[open] summary~* {
  animation: sweep 0.8s ease-in-out;
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-top: -10px;
  }

  100% {
    opacity: 1;
    margin-top: 10px;
  }
}

.stand {
  width: 100%;

  max-width: 1440px;

  margin: 0 auto;

  line-height: 1.8;
}

.stand-box {
  padding-bottom: 50px;
}

.stand-box h2 {
  color: #00aeef;
}

.stand-box h3 {
  color: #00aeef;

  margin: 30px 0;
}

.stand-box ul {
  padding-left: 30px;
}

.stand-box ul li {
  list-style-type: disc;
}

.stand img {
  width: 100%;

  margin: 50px 0;
}

.stand-mark-wrapper {
  display: flex;
}

.stand-mark-box {
  flex: 1;

  padding: 30px;
}

.stand-mark {
  padding: 20px 0;
}

.stand-mark-head {
  display: flex;

  align-items: center;
}

.stand-mark-head span {
  background-color: #00aeef;

  color: white;

  font-weight: 900;

  width: 50px;

  height: 50px;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 30px;

  margin-right: 10px;
}

.stand-mark-text {
  margin-left: 60px;
}

.contact-wrapper {
  background-color: white;

  padding: 130px 0 0;
}

.contact-wrapper h2 {
  text-align: center;

  text-transform: uppercase;

  font-size: 26px !important;

  font-weight: 600 !important;

  color: #363636;
}

.contact-wrapper #team {
  margin-top: 50px;
}

.contact {
  width: 100%;

  max-width: 1440px;

  margin: 0 auto;

  display: flex;
}

.contracting {
  display: flex;

  flex-direction: column;

  justify-content: center;

  flex: 3;

  padding: 20px;
}

.contact h3 {
  text-transform: uppercase;

  font-size: 2em;

  font-weight: 700;

  margin-bottom: 50px;

  color: #00aeef;
}

.contracting span {
  font-style: italic;

  margin-bottom: 15px;
}

#contracting-form {
  display: flex;

  flex-direction: column;
}

#lmForm948065 input,
#contracting-form input,
#contracting-form textarea {
  border-width: 0 0 1px 0;

  border-style: solid;

  border-color: #bbbbbb;

  padding: 20px 20px 20px 5px;
}

#contracting-form textarea {
  margin: 20px 0 40px;

  height: 100px;
}

#contracting-form input[type="submit"],
#lmForm948065 button,
#newsletter-form input[type="submit"] {
  width: 75px;

  padding: 0 0 5px 0;

  background-color: white;
  outline: 0;
  border: 0;
  cursor: pointer;

  border-bottom: 3px solid #363636;

  color: #363636;

  font-weight: 800;

  font-size: 20px;
}

#newsletter-form,
#lmForm948065 {
  margin-top: 80px;
}

#lmForm948065 input[type="email"],
#lmForm948065 input[type="text"] {
  display: block;

  width: 100%;

  margin-bottom: 30px;
}

#lmForm948065 input[type="submit"] {
  width: 140px !important;
}

.user-data {
  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;
}

.user-data input {
  width: 49%;
}

.contact-details-wrapper {
  display: flex;

  justify-content: center;

  align-items: center;

  flex: 2;

  padding-right: 20px;
}

.contact-details {
  background: #363636;

  color: #7c7c7c;

  padding: 100px 70px;

  width: 350px;

  font-weight: 600;

  font-size: 14px;
}

.contact-details h4 {
  color: white;

  margin: 30px 0 20px 0;

  font-size: 18px;
}

.contact-details h4:first-child {
  margin-top: 0;
}

.contact-details i {
  margin-top: 30px;

  color: white;

  font-size: 20px;

  color: #00aeef;
}

.map iframe {
  width: 100%;

  height: 400px;

  margin-top: 50px;
}

.offer {
  position: fixed;

  bottom: 10px;

  right: 10px;

  z-index: 20000;

  background: white;

  display: flex;

  align-items: center;

  padding: 10px;

  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);

  width: 250px;
}

.offer-box {
  flex: 2;
}

.offer-box:nth-child(2) {
  flex: 1;
}

.offer-btn {
  margin: 10px 0 0 0;

  padding: 10px;

  text-transform: uppercase;

  font-size: 12px;

  font-weight: 500;
}

.offer-box-desc {
  font-size: 14px;

  margin-top: 10px;
}

.offer-img {
  width: 50px;

  margin: 0 auto;

  display: block;
}

.offer-close {
  position: absolute;

  top: -10px;

  right: 20px;

  width: 15px;

  cursor: pointer;
}

.competition {
  padding: 20px;
}

.competition img {
  max-width: 400px;

  margin: 0 auto 30px;

  display: block;
}

.competition span {
  display: block;

  margin-bottom: 10px;
}

.competition b {
  display: block;

  margin: 20px 0 5px;
}

.competition-desc {
  margin-top: 30px;
}

.competition-wrapper {
  max-width: 1440px;

  margin: 0 auto;

  text-align: center;
}

.competition-details {
  display: flex;
}

.competition-box {
  flex: 1;

  padding: 50px;
}

.blog-page {
  margin-top: 80px;

  padding: 20px;

  color: #5f5f5f;
}

.blog-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin: 25px;
}

.articles {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.article-container {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .articles {
    margin: 0 20px;
  }

  .article-container {
    width: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .article-container {
    width: 45%;
  }
}

.article img {
  width: 100% !important;

  height: unset !important;
}

.article-date {
  font-style: italic;

  font-size: 12px;
}

.article-title {
  color: rgb(54, 54, 54);

  font-size: 30px;

  margin-bottom: 20px;
}

.article-main-pic {
  width: 100%;

  max-height: 500px;

  object-fit: cover;

  margin-bottom: 30px;
}

.article-img {
  width: 100%;

  max-height: 500px;

  object-fit: cover;

  margin: 30px 0;
}

.article-p {
  margin-bottom: 20px;
}

.article-p-red {
  color: rgb(243, 78, 78);
}

.article-quote {
  font-style: italic;

  font-weight: 500;
}

.article-list {
  padding: 0 20px 0 40px;
}

.article-list-item {
  list-style-type: decimal;
}

.article-sublist {
  margin-bottom: 20px;
}

.article-sublist-item {
  list-style-type: disc;

  margin-bottom: 10px;
}

.article-video {
  position: relative;

  padding-bottom: 56.25%;
  /* 16:9 */

  height: 0;

  margin-bottom: 20px;
}

.article-video iframe {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;
}

.article-subtitle {
  font-size: 20px !important;

  font-weight: 600 !important;

  margin-bottom: 20px;
}

.article-image {
  margin-bottom: 20px;
}

.article-image figcaption {
  font-style: italic;

  font-size: 12px;
}

.article-pic {
  width: 100%;
}

.article-link {
  display: block;

  font-style: italic;

  font-weight: 500;
}

.article-link-blue {
  color: #00aeef;

  font-size: 14px;

  margin-bottom: 20px;
}

.articles-pv {
  padding-top: 50px;

  margin-top: 50px;

  border-top: 1px solid lightgray;
}

.article-pv {
  padding-bottom: 20px;

  margin-bottom: 20px;

  border-bottom: 1px solid lightgray;
}

.article-pv:last-child {
  border-bottom: none;
}

.article-pv-header {
  margin-bottom: 30px;
}

.article-pv-title {
  margin-bottom: 10px;

  font-weight: 400;
}

.article-pv-img {
  width: 100%;

  max-height: 400px;

  object-fit: cover;
}

.article-pv-desc {
  font-style: italic;

  font-size: 14px;
}

.article-pv-link {
  background: #00aeef;

  color: white;

  font-size: 14px;

  padding: 5px 10px;

  display: inline-block;

  margin-top: 5px;
}

.website-ref {
  display: flex;

  flex-wrap: wrap;
}

.website-ref-item {
  width: 30%;

  margin: 10px;

  line-height: 0;
}

.website-ref-item figcaption {
  line-height: 1;

  padding: 10px;

  text-align: center;

  background: #00aeef;

  color: white;
}

.website-ref-item img {
  width: 100% !important;
}

.ginop {
  display: none !important;

  position: fixed;

  bottom: 0;

  left: 0;

  z-index: 1000;

  line-height: 0;
}

.ginop img {
  width: 180px;
}

@media screen and (max-width: 1440px) {
  footer .container {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    grid-gap: 1em;
  }
}

@media screen and (min-width: 1024px) {
  .cursor {
    display: block;
  }

  .profile .name {
    margin: 5px 0;
  }

  .status {
    font-style: italic;

    font-size: 14px;
  }

  .profile-contact {
    display: none;
  }

  .contact-wrapper h2 {
    margin-bottom: 70px;
  }

  .blog-page {
    display: flex;

    max-width: 1440px;

    margin: 80px auto 0;
  }

  .article {
    flex: 3;

    padding-right: 30px;
  }

  .aside {
    flex: 1;
  }

  .articles-pv {
    margin: 70px 0 0 0;

    padding: 0;

    border: none;
  }

  .slider {
    display: flex;
  }

  .swiper-texts {
    height: 500px;

    flex: 1;

    display: flex;

    align-items: center;
  }

  .swiper-text {
    position: relative;

    top: 0;
  }

  .slider-images {
    flex: 1;
  }

}

@media (max-width: 1024px) {
  .title-box {
    display: block;
    padding: 0 10px;
    margin: 50px auto;
    text-align: center;
  }

  .wrap {
    display: none;
  }

  .box p {
    padding: 0;
  }

  .grid-3 {
    display: block;

    padding: 10px 0;
  }

  .box-grid {
    border: 1px solid white;

    margin: 10px;
  }

  .box-grid {
    border: 1px solid white;

    margin: 10px;
  }

  .box-grid:nth-child(5),
  .box-grid:nth-child(6) {
    border: none;
  }

  .title {
    padding: 15px 0;
  }

  .title h1 {
    font-size: 32px;
  }

  .sticky-box {
    display: none;
  }

  .subtitle {
    padding: 10px 0;
  }

  .subtitle h2,
  .right-box p {
    font-size: 17px;

    font-weight: 400;

    margin: 15px 0;
  }

  .team-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .row-3 {
    grid-row: span 2;

    grid-column: span 3;
  }

  .m-border {
    border-top: 1px solid #38393f;
  }

  .m-none {
    display: none;
  }

  .right-box {
    margin: 0;

    padding: 10px;
  }

  h2,
  .right-box h3 {
    font-size: 32px !important;

    font-weight: 300 !important;
  }

  .about p {
    font-size: 20px;
  }

  .flex-box {
    display: block;
  }

  .white-btn {
    font-size: 14px;

    padding: 12px 20px;
  }

  .black-btn {
    font-size: 14px;

    padding: 12px 20px;
  }

  #powerful h2 {
    text-align: center;
  }

  .underline-btn {
    font-size: 14px;
  }

  .black-underline-btn {
    font-size: 14px;
  }

  .big-text {
    font-size: 90px;
  }

  .sub-big-text {
    font-size: 36px;
  }

  .main-service-header {
    padding: 170px 0 130px;
  }

  .main-service-header h1 {
    font-size: 1.2em;
  }

  .main-service-header h1 span {
    font-size: 4em;
  }

  .main-service-wrapper h2 {
    padding: 30px;

    font-weight: 600 !important;
  }

  .main-service-header p {
    font-size: 1.5em;

    width: 700px;
  }

  .main-service .border-right {
    border-right: none;
  }

  .main-service-body {
    display: grid;

    grid-template-columns: repeat(1, 1fr);

    border-top: 1px solid rgb(190, 190, 190);

    border-right: 1px solid rgb(190, 190, 190);
  }

  .main-service-body p {
    height: unset;
  }

  .white-bg-header p {
    width: 650px;
  }

  .product {
    flex-direction: column;

    padding: 0;
  }

  .product-box {
    width: 100%;
  }

  .product-image img {
    max-height: 500px;

    object-fit: cover;

    margin: 20px;
  }

  .product-image-info {
    font-size: 14px;
  }

  .stand-mark-wrapper {
    display: flex;

    flex-direction: column;
  }

  .stand-box {
    padding-bottom: 0;
  }

  .stand-mark-box {
    padding: 0;
  }

  .stand-mark-head span {
    width: 40px;

    height: 40px;

    font-size: 22px;
  }

  .stand-mark-text {
    margin-left: 50px;
  }

  .contact-wrapper {
    padding: 100px 0 0 0;
  }

  .contact-details {
    width: 100%;
  }

  .contact {
    flex-direction: column;
  }

  .contracting {
    margin-bottom: 50px;
  }

  .contact-details-wrapper {
    padding: 0;
  }

  .contact-pop-up {
    padding: 20px;
  }

  .contact-pop-up-header {
    font-size: 30px;
  }

  .contact-pop-up-body {
    font-size: 20px;
  }

  .gallery a {
    width: 50%;

    height: 300px;
  }

  .gallery a img {
    width: 100%;

    height: 100%;

    object-fit: cover;
  }

  .info {
    display: none;
  }

  footer {
    padding: 10px;
  }

  .website-ref {
    display: flex;

    flex-wrap: wrap;
  }

  .website-ref-item {
    width: 45%;

    margin: 10px;

    line-height: 0;
  }

  .website-ref-item figcaption {
    line-height: 1;

    padding: 10px;

    text-align: center;

    background: #00aeef;

    color: white;
  }

  .website-ref-item img {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .menu-btn {
    max-width: max-content;
  }

  .menu-name,
  .menu-close {
    display: none;
  }

  .menu {
    padding: 15px;
  }

  .menupontok li a {
    font-size: 14px !important;
  }

  .menu h4 {
    font-size: 14px;
  }

  .contact-top-bar {
    display: none;
  }

  .logo-top-bar {
    text-align: left;

    padding-left: 10px;
  }

  .box-grid {
    padding: 10px;
  }

  .box-grid p {
    padding-right: 20px;

    font-size: 17px;
  }

  .menupontok li,
  .social li {
    text-align: left;

    margin: 20px 0;
  }

  .menupontok li a {
    font-size: 19px;

    text-align: left;
  }

  .menu .container {
    display: grid;

    grid-gap: 1em;
  }

  .social li a {
    font-size: 13px;
  }

  .main-service-header {
    padding: 170px 0 130px;
  }

  .main-service-header h1 {
    font-size: 1.2em;
  }

  .main-service-header h1 span {
    font-size: 10vw;
  }

  .main-service-header p {
    font-size: 1em;

    width: 85%;
  }

  .main-service-body h3 {
    font-size: 1.5em;
  }

  #main-section {
    padding-bottom: 0px;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);

    font-size: 12px;
  }

  .profile-contact {
    margin-top: 15px;
  }

  .white-bg-header h1 {
    font-size: 10vw;
  }

  .white-bg-header p {
    width: 100%;

    font-size: 20px;
  }

  .stand {
    padding: 20px;
  }

  .contact-wrapper h2 {
    text-align: left;

    padding-left: 20px;

    font-size: 20px;

    font-weight: 700;

    color: #363636;
  }

  .contact h3 {
    font-size: 1.5em;

    margin: 20px 0;
  }

  .contracting span {
    font-size: 14px;
  }

  .user-data {
    flex-direction: column;
  }

  .user-data input {
    width: 100%;

    margin-bottom: 30px;
  }

  #contracting-form textarea {
    margin: 0 0 30px 0;
  }

  .contact-details {
    padding-left: 30px;
  }

  .swiper-texts {
    padding: 20px;

    height: 550px;
  }

  .swiper-text-header h2 {
    font-size: 30px !important;
  }

  .title-box-buttons {
    flex-direction: column;
    align-items: center;
  }

  .title-box-buttons .white-btn {
    margin: 5px 0;
  }

  .footer .container {
    grid-template-columns: repeat(1, 1fr);

    text-align: center;
  }

  .footer .container ul {
    margin-bottom: 30px;
  }

  .footer img {
    width: 150px;
  }

  .offer {
    display: none;
  }

  .gallery a {
    width: 100%;
  }

  .competition img {
    width: 80%;

    max-width: 400px;

    margin: 0 auto 30px;

    display: block;
  }

  .competition span {
    display: block;

    margin-bottom: 10px;
  }

  .competition b {
    display: block;
  }

  .competition-desc {
    margin-top: 30px;
  }

  .website-ref-item {
    width: 100%;
  }

  .website-ref-item figure {
    line-height: 0;

    cursor: default;
  }

  .website-ref-item figcaption {
    line-height: 1;

    padding: 10px;

    text-align: center;

    background: #00aeef;

    color: white;
  }

  .website-ref-item img {
    width: 100%;
  }

  .sl-wrapper .sl-image .sl-caption {
    bottom: unset !important;
  }
}