@font-face {
  font-family: "Poppins_light";
  src: url("./fonts/Poppins-Light.ttf") format("ttf");
}
* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

:root {
  --size: 1vw;
}

body {
  padding: 0px;
  margin: 0px;
  background-color: #000009;
}

html {
  background-color: #000009;
}

.wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  max-width: 2560px;
  background-color: #000009;
  overflow: hidden;
}

.navbar {
  position: sticky;
  display: flex;
  top: 0;
  width: 100%;
  
  align-items: center;
  color: white;
  background-color: #000009;
  text-decoration: none;
  z-index: 99;
  height: 5vw;
  border-bottom: 2px solid #37D7AE;;
}

.section {
  /* height: calc(var(--size) * 35); */
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  
  background-color: #000009;
  color: white;
}
.section1{
  flex-direction: column;
  margin-top: 4%;
  margin-bottom: 4%;
}
.section1 .whats-new{
  transform: translate(-20%);
  -webkit-transform: translate(-20%);
  opacity: 0;
  transition: 1s;
}
.section1 .romb_special{
  position: absolute;
  width: 37%;
  transform: translate(-59%,-50%);
}
.right__wrapper .romb_special_rotate{
  position: absolute;
  width: 37%;
  transform: translate(15%,-50%) rotate(
38.5deg);
  top: 0;
  right: 0;
}

.right__wrapper .romb_special_rotate1{
  position: absolute;
  width: 37%;
  transform: translate(40%,-40%) rotate( 
38.5deg);
  top: 0;
  right: 0;
}

.section1 h2{
  text-align: center;
    font-size: calc(var(--size) * 3.125);
}

.section1 .whats-new {
  text-align: center;
  font-size: calc(var(--size) * 3.125);
}

.section2 {
  height: calc(var(--size) * 45);
}

.popUpWindow {
  display: none;
  /* display: flex; */
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 1s;
  background-color: rgba(0, 0, 0, .5);
  z-index: 100;
  opacity: 0;
  position: absolute;
  left: 0%;
  top: 0%;
}

.popUpWindow .imagePopUp {
  align-self: center;
  height: auto;
  width: 40%;
  max-width: 600px;
  max-height: 300px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

}

.section5 {
  background-color: #000009;
 
  overflow: hidden;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 5%;
}
 .fala{
  position: absolute;
  width: 175%;
  left: 50%;
  transform: translate(-50%,-52%);
  z-index: 2;
  animation: littlemove 6s linear infinite;
  pointer-events: none;
}
@keyframes littlemove {
  0%,100%{
    transform: translate(-50%,-52%);
    opacity: 0;
  }
  15%{
    opacity: 1;
  }
  75%{
    opacity: 0;
    transform: translate(-52%,-54%);
  }


  90%{
    opacity: 0;
    transform: translate(-52%,-54%);
  }
 /*  80%{
    transform: translate(-50%,-52%);
    opacity: 0;
  } */
}


.cta {
  font-family: "Lato", sans-serif;
  border: 2px solid #575757;
  text-decoration: none;
  color: #575757;
  font-size: calc(var(--size) * 0.8);
  font-weight: 500;
  display: block;
  padding: 5% 10%;
  transition: 0.5s;
  white-space: nowrap;
  width: fit-content;
  cursor: pointer;
}

.cta:hover {
  background-color: #ed6c30;
  color: white;
  border: 2px solid #ed6c30;
}

ul {
  text-align: left;
  margin: 0;
  font-size: calc(var(--size) * 1.15);
  font-weight: 300;
  list-style-type: disc;
  padding-left: calc(var(--size) * 5);
}

li {
  text-align: left;
  margin: 0;
  font-size: calc(var(--size) * 1.15);
  font-weight: 300;
  color: #575757;
}

li::marker {
  font-size: calc(var(--size) * 0.85);
  color: #ed6c30; /* Or a color you prefer */
  background-color: #ed6c30;
  font-weight: 200;
}

.primary {
  text-align: center;
  margin: 0;
  font-size: calc(var(--size) * 2.73);
  font-weight: 600;
  color: #FFFFFF;
  padding-bottom: calc(var(--size) * 0.5);
}

.logo {
  width: 6.5%;
  margin-top: 1.25%;
  margin-bottom: 1.25%;
  margin-left: 2.5%;
  z-index: 2;
  cursor: pointer;
  width: 5%;
}

.innerMenu {
  display: flex;
  width: 55%;
  justify-content: space-evenly;
  opacity: 1;
}

.section1__img__screen__shadow {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.innerMenu a {
  text-decoration: none;
  color: #FFFFFF;
  transition: 0.2s;
  font-weight: 400;
  font-size: calc(var(--size) * 0.8);
  cursor: pointer;
}

.innerMenu a:hover {
  color: #37D7AE;
}

.main {
  margin-top: 0%;
  height: 85vh;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  width: 100%;
  display: flex;
}

.main__bg {
  min-width: 100%;
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  background-image: url(images/glowna.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.main__blur {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main__wrapper {
  position: relative;
  height: 100%;
  width: 50%;
  margin-left: 10%;
  color: white;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}
.right__wrapper{
  position: relative;
    height: 100%;
    width: 40%;
    text-align: center;
    color: white;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translate(100%);
    -webkit-transform: translate(100%);
    transition: 1s;
    
}
.right__wrapper img{
  width: 100%;
}

.main__wrapper__primary {
  max-width: 100%;
  font-size: calc(var(--size) * 3.8);
  white-space: wrap;
  font-weight: 600;
  margin: 0;
  text-shadow: 0 0 3px #005159;
  transform: translate(30%);
  -webkit-transform: translate(30%);
  transition: 1.5s;
  opacity: 0;
}

.main__wrapper__secondary {
  z-index: 2;
  font-size: calc(var(--size) * 1.82);
  margin: 0;
  text-shadow: 0 0 10px #005159;
  transform: translate(30%);
  -webkit-transform: translate(30%);
  transition: 1.5s;
  opacity: 0;
  font-weight: 300;
  font-family: "Poppins_light","Poppins", sans-serif;
}

.main__wrapper__cta {
  font-family: "Lato", sans-serif;
  display: inline-block;
  left: 0;
  right: 0;
  margin-top: 2.5%;
  border: 0px solid white;
  padding: 1% 3.2%;
  font-size: calc(var(--size) * 1);
  font-weight: 600;
  text-decoration: none;
  color: white;
  box-shadow: 0 0 10px #005159;
  z-index: 2;
  background-color: #37D7AE;
  transform: translate(30%);
  -webkit-transform: translate(30%);
  transition: 1.5s;
  opacity: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: #000;
}

.arrow {
  padding-top: 8vh;
  transform: translate(-50%);
}

.goDown {
  position: absolute;
  width: 25%;
  height: 40%;
  left: 50%;
  transform: translate(-50%);
  z-index: 90;
  bottom: 0;
  cursor: pointer;
}

.arrow span {
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 5px solid white;
  border-right: 5px solid white;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
  -webkit-animation: animate 2s infinite;
}

.arrow span:nth-child(1) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.arrow span:nth-child(2) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

@-webkit-keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
    -webkit-transform: rotate(45deg) translate(20px, 20px);
  }
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
    -webkit-transform: rotate(45deg) translate(20px, 20px);
  }
}

.main__wrapper__cta:hover {
  color: #37D7AE;
  background: white;
  border: 0px solid white;
  z-index: 2;

}

.section1__img {
  width: 35%;
  height: 100%;
  position: relative;
  right: 0;

  transition: 1.25s;
  align-self: flex-start;
  transform: translate(175%);
  -webkit-transform: translate(175%);

}

.section1__img__blur {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAABQCAYAAADhuhE0AAABfUlEQVR42u3XMQEAAAQAMC451NM/gAou19ZiGTUdAAAAD1JAAAAAAQEAAAQEAABAQAAAAAEBAAAQEAAAQEAAAAABAQAAEBAAAEBAAAAABAQAABAQAABAQAAAAAQEAAAQEAAAAAEBAAAEBAAAEBAAAAABAQAABAQAAEBAAAAAAQEAAAQEAABAQAAAAAEBAAAQEAAAQEAAAAABERAAAEBAAAAAAQEAABAQAABAQAAAAAQEAAAQEAAAQEAAAAAEBAAAEBAAAAABAQAABAQAABAQAAAAAQEAAAQEAABAQAAAAAEBAAAEBAAAQEAAAAABAQAAEBAAAEBAAAAAAQEAABAQAABAQAAAAAQEAAAQEAAAQEAAAAAEBAAAEBAAAAABAQAABAQAAEBAAAAAAQEAAAQEAABAQAAAAAEBAAAQEAAAQEAAAAABAQAAEBAAAEBAAAAABAQAABAQAABAQAAAAAQEAAAQEAAAAAEBAAAEBAAAEBAAAAABAQAABAQAAOBmActRLfHfTPY0AAAAAElFTkSuQmCC);
}

.section1 li {
  text-align: left;
  margin: 0;
  font-size: calc(var(--size) * 1.368);
  font-weight: 800;
  color: #575757;
  padding-bottom: 5%;
}

.section1__img__screen {
  position: absolute;
 width: 72%;
 /* animation: top_bottom 2s linear 1s infinite; */
}

@keyframes top_bottom {
  0%,100%{
    transform: translate(7%,-1.5%);
  }
  50%{
    transform: translate(7%,0%);
  }
}
@keyframes top_bottom1 {
  0%,100%{
    transform: translate(0%,0%);
  }
  50%{
    transform: translate(0%,1.5%);
  }
}

.section1__img__screen_romb{
  width: 124%;
    top: 50%;
    transform: translate(-5%,-30%);
}

.section1__img__screen_box{
  width: 76%;
  transform: translate(7%,-1.5%);

}

.section1__img__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 13%;
  z-index: 1;
  transition: 0.75s;
}

.section1__img__wrapper {
  width: 70%;
  position: absolute;
  color: white;
  bottom: calc(var(--size) * 1);
  left: calc(var(--size) * 1);
  z-index: 11;
}

.section1__img__name {
  margin: 0;
  font-size: calc(var(--size) * 1.47);
  font-weight: 600;
}

.section1__img__info {
  margin: 0;
  font-size: calc(var(--size) * 1);
  font-weight: 300;
}

.section1__wrapper {
  width: 80%;
    margin: 2%;
    margin-left: 10%;
    margin-right: 10%;
  display: flex;
 /*  justify-content: center; */
  align-items: center;
  /* flex-direction: column; */
  justify-content: space-between;
}
.section1__wrapper_down{
  justify-content: flex-end;
}

.section1__wrapper__wrapper {
  width: 40%;
  transform: translate(-20%);
  -webkit-transform: translate(-20%);
  opacity: 0;
  transition: 1s;
}
.section1__wrapper__wrapper h4{
  text-align: start;
}
.section1__wrapper__list p{
  font-weight: 300;text-align: start; font-size: 1.3vw;
}
.wrapper_wrapper_down{
  margin-right: 7%;
}

.wrapper_wrapper_down h4{
  text-align: end;
}

.wrapper_wrapper_down h3 {
  text-align: end;
}

.section1__wrapper h3 {
  font-size: calc(var(--size) * 2.425);
}

.wrapper_wrapper_down .section1__wrapper__list p{
  font-weight: 300;text-align: end;
}


.section1 ul {
  padding: 0;
}

.section1__wrapper__primary {
  text-align: left;
}

.section2__copyWrapper__wrapper {
  margin-left: 4%;
}

.section1__wrapper__cta {
  margin-right: auto;
  padding: 2% 5%;
  margin-top: 2.5%;
}

.section1__wrapper h4{
  font-size: calc(var(--size) * 2.425);
}

.section1__wrapper__wrapper h2 {
  text-align: start;
}

.section1__wrapper h2{
  font-size: calc(var(--size) * 2.425);
}

.section2__copyWrapper__wrapper__primary {
  font-size: calc(var(--size) * 3.125);
  line-height: calc(var(--size) * 4);
  width: auto;
  text-align: left;
  position: relative;
  left: 50%;
  transform: translate(-39%);
  padding-bottom: calc(var(--size) * 1.5);
}

.section2__copyWrapper {
  width: 35%;
  height: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  border-top: 1.5px solid #d1deeb;
  border-bottom: 1.5px solid #d1deeb;
}

.section2__copyWrapper__wrapper {
  margin-left: 3.5%;
}

.section2__copyWrapper__wrapper__list li {
  font-size: calc(var(--size) * 1.042);
}

.section2__copyWrapper__wrapper__cta {
  padding: 2.5% 6.5%;
  margin-left: calc(var(--size) * 4);
  margin-top: 12.5%;
}

.section2__sliderWrapper {
  width: 65%;
  background-color: white;
  overflow: hidden;
  position: relative;
}

.page-wrapper,
.page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page {
  overflow: hidden;
}

.slider-cta {
  padding: 1.25% 3%;
  transform-origin: left;
  position: absolute;
  top: 72.5%;
}

.page .lamp {
  position: absolute;
  top: 50%;
  width: 45%;
  height: auto;
  transform: translate(-9%, -50%) scale(1.2);
}

.page2 .lamp {
  top: 50%;
  left: 10%;
  height: 77.5%;
  width: auto;
}

.page3 .lamp {
  position: absolute;
  top: 50%;
  width: 70%;
  height: auto;
  transform: translate(-37.5%, -50%) scale(1.2);
}

.page3 .slider-cta {
  top: 70%;
}

.slider-primary {
  position: absolute;
  top: 31%;
  font-size: calc(var(--size) * 3.1);
  color: #575757;
  line-height: calc(var(--size) * 4);
  font-weight: 700;
}

.slider-secondary {
  position: absolute;
  top: 55%;
  font-size: calc(var(--size) * 1.31);
  color: #575757;
  font-weight: 500;
  line-height: calc(var(--size) * 1.75);
}

.sliderSite {
  left: 55%;
}

.circleWrapper {
  position: absolute;
  width: 6%;
  height: 1.6%;
  display: flex;
  justify-content: space-between;
  transform-origin: left;
  left: 55%;
  top: 34%;
  z-index: 1;
}

.circleWrapper .circle {
  height: 100%;
  width: auto;
  cursor: pointer;
}

.section3 {
  height: auto;
}

.section3__leftSide {
  width: 29%;
  overflow: hidden;
}

.section3__leftSide img {
  height: 100%;
  position: relative;
  left: 0%;
  transform: translate(-28%);
}

.section3__central {
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section3__central__wrapper p {
  font-size: calc(var(--size) * 1.57);
  color: #575757;
  font-weight: 300;
  margin: 0;
  padding-right: 13%;
}

.section3__central__wrapper {
  padding: 17.5% 7.5% 17.5% 7.5%;
}

.section3__central__wrapper__cta {
  margin-top: calc(var(--size) * 3);
}

.section3__right {
  width: 47%;
  overflow: hidden;
}

.section3__right img {
  position: relative;
  height: 100%;
  left: 0%;
  transform: translate(-15.5%);
}

.section4__leftSide {
  width: 50%;
}

.section4__leftSide img {
  width: 100%;
  height: 100%;
}

.section4__rightSide {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section4__rightSide__wrapper__list {
  text-align: left;
}

.section4__rightSide__wrapper__list li {
  font-size: calc(var(--size) * 0.84);
  font-weight: 300;
  padding: calc(var(--size) * 0.5) 0;
}

.bold {
  font-weight: 500;
}

.section4__rightSide__wrapper__primary {
  text-align: left;
  padding-left: calc(var(--size) * 2.75);
  font-size: calc(var(--size) * 2.1);
}

.section5__leftSide img {
  position: relative;
  left: calc(var(--size) * -10);
  top: 0%;
  width: 150%;
  height: auto;
}

.section5__leftSide {
  width: 50%;
  overflow: hidden;
}

.section5__rightSide {
  width: 50%;
  padding-left: calc(var(--size) * 1);
}

.section5__rightSide__primary {
  font-size: calc(var(--size) * 3.1);
  font-weight: 600;
  text-align: left;
  padding-top: calc(var(--size) * 2);
}

.section5__rightSide__secondary {
  font-weight: 400;
  font-size: calc(var(--size) * 1.25);
  color: gray;
  margin: 0;
  margin-bottom: calc(var(--size) * 2);
}

form {
  display: flex;
  flex-direction: column;
  width: 93%;
  
}

.infoForm {
  font-weight: 400;
  font-size: calc(var(--size) * 1.25);
  margin: 0;
  margin-bottom: 1vw;
  font-size: calc(var(--size) * 1);
  color: white;
}

textarea:focus,
input:focus {
  outline: none;
}

input,
textarea {
  margin: calc(var(--size) * 1) 0;
  border: 0;
  border-bottom: 1.5px solid #FFFFFF;
  color: #ffffff;
  background-color: #000009;
  padding: calc(var(--size) * 0.25) calc(var(--size) * 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1vw;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #000009 inset !important;
    border-left: 0;
    border-right: 0;

}
input:-webkit-autofill{
  -webkit-text-fill-color: white !important;
  font-family: "Poppins", sans-serif;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}

input::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}

input::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
}

textarea {
  resize: none;
  height: calc(var(--size) * 5);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"] {
  width: calc(var(--size) * 1.5);
  height: calc(var(--size) * 1.5);
  border: 2px solid #37D7AE;
  color: gray;
  cursor: pointer;
}

input[type="checkbox"]:checked {
  background-color: #37D7AE;
}

.chceckbox {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1vw;
}

label {
  width: 100%;
  font-size: calc(var(--size) * 0.6);
  padding-left: calc(var(--size) * 0.9);
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: calc(var(--size) * 0.9);
}

input[type="submit"] {
  font-family: "Lato", sans-serif;
  background: #37D7AE 0% 0% no-repeat padding-box;
  border: 0 none;
  cursor: pointer;
  
  width: 35.5%;
  height: calc(var(--size) * 3);
  color: white;
  font-size: calc(var(--size) * 1.2);
  transition: 0.5s;
  font-weight: 600;
}

input[type="submit"]:hover {
  border: 2px solid #575757;
  background: white;
  color: #37D7AE;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.5;
}
::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.5;
}
:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.5;
}
:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.5;
}

.video-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10;
  display: none;
}

.video {
  position: fixed;
  width: 70%;
  height: 70%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.hamburger {
  filter: invert(16%) sepia(87%) saturate(451%) hue-rotate(167deg) brightness(95%) contrast(94%);
  display: none;
  margin-right: 3%;
}

.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5%;
  filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(333deg) brightness(108%) contrast(101%);
  margin: 1.5vw;
  pointer-events: none;
  cursor: pointer;
}

 /* FOOTER */
footer{
  position: relative;
}
footer .footersMove:nth-child(1){
  position: absolute;
    width: 101%;
    left: 50%;
    transform: translate(-50%);

}
footer .footersMove:nth-child(2){
  position: absolute;
  background: #000009;
    transform: translate(210%,-50%);
    width: 5.25%;
}

 .footer__section{
   display: flex;
   width: 90%;
   margin-left: 5%;
   margin-right: 5%;
   color: #FFFFFF;
   justify-content: space-around;
   padding-top: 3%;
    padding-bottom: 3%;
 }
 .contact__section{
   display: flex;
   flex-direction: column;
   width: 30%;
   justify-content: center;
    align-items: center;
 }
 .contact__section__phone{
   display: flex;
   width: 40%;
   justify-content: flex-start;
 }
.contact__section__phone img{
  margin-left: 0%;
}
.contact__section__phone p{
  margin-left: 9%;
}

 .address__section{
   display: flex;
   width: 30%;
   justify-content: center;
   
 }
 .address__section img{
  width: calc(var(--size) * 0.8);
  align-self: flex-start;
  margin-right: 3.5%;
  margin-top: 4%;
 }
 .address__section__real{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
 }
 .address__section__real p{
   margin: 0;
   text-align: left;
    width: 100%;
 }
 .logo_section{
   display: flex;
   width:40%;
   justify-content: space-around;
    align-items: center;
 }
 .logo_section img{
transition: 0.3s;

 }

 .logo_section img:hover{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  cursor: pointer;
   }
/*  .logo_section img:hover{
  -webkit-box-shadow: 8px 8px 28px 8px rgba(255, 242, 238, 1);
  -moz-box-shadow:  8px 8px 28px 8px rgba(255, 242, 238, 1);
  box-shadow:  8px 8px 28px 8px rgba(255, 242, 238, 1);
 } */

 /* END FOOOTER  */
 /* SVG ANIMATE */
 .cls-1 {
  stroke-dasharray: 2500;
  stroke-dashoffset: 0;
  animation: dash1 10s linear infinite;
  /* fill: transparent; */
  stroke: #fff;
  stroke-miterlimit: 10;
}

@keyframes dash1 {
  0% {
   
    stroke-dashoffset: 2500;
  }

  50% {
    stroke-dashoffset: 0;
    
  }

  100% {
    stroke-dashoffset: 2500;
   
  }
}

 /* SVG ANIMATE */


@media all and (max-width: 1366px) {
  .main__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-image: url(images/glowna.jpg);
    background-position: center center;
    background-repeat: no-repeat;
  }

  :root {
    --size: 1.15vw;
  }

  nav {
    height: 5vw;
  }

  .innerMenu a {
    font-size: calc(var(--size) * 0.9);
  }
}

@media all and (max-width: 1200px) {
  :root {
    --size: 1.2vw;
  }
  .section1__img:hover {
    width: 37.5%;
  }

  label {
    font-size: calc(var(--size) * 0.7);
  }

  form {
    width: 100%;
  }
  .innerMenu a {
    font-size: calc(var(--size) * 1);
  }
}

@media all and (max-width: 1050px) {
  .goDown {
    height: 30%;
  }

  .section2__copyWrapper {
    border-top: 0px solid #d1deeb;
    border-bottom: 0px solid #d1deeb;
  }

  .section2__copyWrapper__wrapper__cta {
    padding: 2% 5%;
  }

  .section2__copyWrapper__wrapper {
    margin-left: 0%;
  }
  .video {
    height: 40%;
  }

  .section3__central__wrapper {
    padding: 0;
  }

  .arrow {
    margin-top: 0;
    margin-bottom: 10%;
  }

  .logo {
    pointer-events: none;
  }

  .arrow span {
    border-bottom: 3.5px solid white;
    border-right: 3.5px solid white;
  }

  .cta {
    font-size: calc(var(--size) * 1);
  }

  .slider-cta {
    font-size: calc(var(--size) * 0.825);
    top: 78%;
  }

  .page3 .slider-cta {
    top: 73%;
  }

  .main__wrapper__cta {
    font-size: calc(var(--size) * 1.2);
    padding: 2% 5%;
  }

  input[type="checkbox"] {
    padding: 0;
  }

  .chceckbox {
    justify-content: center;
  }

  .close {
    width: 5%;
    margin: 5vw;
  }

  input[type="submit"] {
    width: 35%;
    height: calc(var(--size) * 3.5);
  }

  nav.navbar {
    height: 5vw;
    justify-content: space-between;
  }

  .innerMenu {
    opacity: 0;
  }

  :root {
    --size: 1.5vw;
  }

  .logo {
    height: 70%;
    width: unset;
  }

  .hamburger {
    display: block;
    height: 50%;
  }

  nav.navbar .innerMenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 5vw;
    position: absolute;
    width: 100%;
    background-color: #000009;
    top: 0%;
    top: -900%;
    transform: translate(0, 5%);
    z-index: 1;
    transition: 0.5s;
    padding-top: 9%;
    padding-bottom: 3%;
    z-index: 0;
  }

  nav.navbar .innerMenu a {
    font-size: 5vw;
  }

  .section {
    flex-direction: column;
    height: auto;
  }

  .section1__img {
    width: 100%;
  }

  .section1__img__wrapper {
    width: 100%;
  }

  .section2__sliderWrapper {
    width: 100%;
  }

  .video {
    width: 90%;
  }

  .section1__img:hover {
    width: 100%;
  }

  .section1__img__play {
    height: 22.5%;
  }

  .section1__wrapper {
    max-width: unset;
    width: 100%;
    padding-left: 12vw;
  }

  .section2__copyWrapper {
    width: 100%;
    padding-top: 5vw;
  }

  .section2__sliderWrapper {
    width: 100%;
  }

  .section3__leftSide {
    width: 100%;
    height: auto !important;
  }

  .section3__central {
    width: 100%;
    justify-content: flex-start;
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 12vw;
  }

  .section3__right {
    width: 100%;
    height: auto;
  }

  .section3__right img {
    width: 100%;
    height: auto;
    display: block;
    transform: unset;
  }

  .section4__leftSide {
    width: 100%;
  }

  .section4__leftSide img {
    width: 100%;
    display: block;
  }

  .section4__rightSide {
    width: 100%;
    justify-content: unset;
  }

  .section5__leftSide {
    width: 100%;
    height: auto;
  }

  .section5__rightSide {
    padding-left: 0;
    width: 100%;
  }

  .section3__leftSide img {
    width: 100%;
    height: auto;
    display: block;
    transform: unset;
  }

  .section1__img__screen {
    bottom: 0;
    width: 100%;
    height: auto;
    position: relative;
    transform: unset;
    left: unset;
    display: block;
  }

  .section1__wrapper__wrapper {
    margin-left: unset;
    padding: 5vw 0;
  }

  .section1__wrapper__list {
    text-align: center;
    padding-left: auto;
  }

  .section1__img {
    position: relative;
  }

  .section1__wrapper__primary {
    text-align: left;
    padding-left: 12vw;
    padding-bottom: 2.5vw;
  }

  .section1__wrapper__list {
    padding-left: 17vw;
  }

  .section2__copyWrapper__wrapper__primary {
    font-size: calc(var(--size) * 2.73);
    padding-left: 12vw;
    left: 0;
    transform: unset;
    padding-bottom: 2.5vw;
  }

  .section2__copyWrapper {
    padding-left: 0;
  }

  .section2__copyWrapper__wrapper__list li {
    font-size: calc(var(--size) * 1.15);
  }

  .section4__rightSide__wrapper__primary {
    font-size: calc(var(--size) * 2.43);

    text-align: left;
    padding-left: 12vw;
    padding-bottom: 2.5vw;
  }

  .section4__rightSide__wrapper__list li {
    font-size: calc(var(--size) * 1.15);
  }

  .section4__rightSide__wrapper__list {
    font-size: calc(var(--size) * 1.15);
    padding-left: 17vw;
  }

  ul {
    padding-left: calc(var(--size) * 5.5);
  }

  li {
    margin-right: 10vw;
  }

  .section2__copyWrapper__wrapper__list {
    padding-left: 17vw;
  }

  .section2__sliderWrapper {
    width: 100%;
    position: relative;
    height: 75vw;
    margin-top: 5vw;
  }

  .slider-primary {
    font-size: calc(var(--size) * 2);
    line-height: unset;
    white-space: nowrap;
  }

  .slider-secondary {
    font-size: calc(var(--size) * 1);
  }

  .section4__leftSide {
    order: 2;
  }

  .section4__rightSide__wrapper {
    padding: 5vw 0;
  }

  .section5__rightSide__secondary {
    text-align: center;
    margin-bottom: 2.5vw;
  }

  .section5__rightSide__primary {
    text-align: center;
    padding-bottom: 0;
    font-size: calc(var(--size) * 2.5);
  }

  .section5__rightSide__form {
    width: 100%;
    padding-left: 0;
    padding-bottom: 5vw;
  }

  form {
    align-items: center;
  }

  label {
    width: 65%;
    font-size: calc(var(--size) * 0.75);
  }

  .section5__leftSide img {
    padding-top: 10vw;
    position: relative;
    width: 120%;
    left: 50%;
    transform: translate(-50%);
  }

  .section1__wrapper__cta {
    margin-left: 0vw;
    margin-top: 0vw;
    white-space: pre-wrap;
    text-align: center;
  }

  .main__wrapper__primary {
    white-space: pre-wrap;
    z-index: 2;
  }

  input,
  textarea {
    width: 70%;
  }

  textarea {
    resize: none;
    height: calc(var(--size) * 7.5);
  }

  .infoForm {
    font-weight: 400;
    font-size: calc(var(--size) * 1.25);
    margin: 0;
    font-size: calc(var(--size) * 1.5);
    text-align: center;
    width: 70%;
  }

  .section2__copyWrapper__wrapper__cta {
    margin-left: 12vw;
    margin-top: 5vw;
  }

  .section3__central__wrapper__cta {
    margin-top: 5vw;
    padding: 2% 5%;
  }
}

@media all and (max-width: 600px) {
  .main{
    flex-direction: column;
    height: unset;
  }
  .main__wrapper{
    width: 80%;
    margin-right: 10%;
    text-align: center;
    align-items: center;
    margin-bottom: 4%;
  }
  .main__wrapper__primary{
    font-size: calc(var(--size) * 2.4);
  }
  .main__wrapper__cta{
    font-size: calc(var(--size) * 2.2);
    padding: 3% 6%;
  }
  .right__wrapper{
    width: 100%;
  }

  .main__bg {
    background-size: auto 100%;
  }
  .section1 .whats-new{
    margin-bottom: 0;
  }
  .section1__wrapper{
    flex-direction: column;
    margin: unset;
    margin-left: unset;
    margin-right: unset;
    padding-left: 0;
  }
  .section1__wrapper__wrapper{
    width: 100%;
    text-align: center;
    padding: 5%;
  }
  .section1__wrapper__list{
    padding-left: 0;
  }
  
  .section1__img__screen {
    position: absolute;
   }
  .section1__img__screen:nth-child(3) {
   position: relative;
  }
  .section1__wrapper__wrapper h4{
    text-align: center;
    margin:0;
  }
  .section1__wrapper__list p{
    font-weight: 300;text-align: center;font-size: 5.3vw;
  }
  input, textarea{
    width: 100%;
    font-size: 5vw;
  }
  input[type="submit"]{
    font-size: calc(var(--size) * 1.8);
    width: 60%;
  }

  label{
    width: 100%;
    font-size: calc(var(--size) * 1.5);
  }


  .footer__section{
    flex-direction: column;

  }
  .contact__section{
    width: 100%;
  }

  .contact__section__phone{
    width: 100%;
    justify-content: center;
  }
  .contact__section__phone p{
    margin-left: 5%;
  }

  .address__section{
    width: 100%;
  }
  .logo_section{
    flex-direction: column;
    width: 100%;
    margin-top: 4%;
  }
  .section1__img__screen_romb{
    opacity: 0;
  }
 .logo_section img{
   margin: 3%;
 }


 .wrapper_wrapper_down{
   margin-right: 0%;
 }
 .wrapper_wrapper_down .section1__wrapper__list p{
  text-align: center;
 }
 .section5{
  margin-top: 13%;
 }
 .fala {
   width: 150%;
 }
 footer .footersMove:nth-child(2){
  position: absolute;
    background: navajowhite;
    transform: translate(-50%,-50%);
    width: 15.25%;
    left: 50%;
}

.address__section img{
  width: calc(var(--size) * .1.2);
  margin-right: 3.5%;
    margin-top: unset;
}


}

@media all and (max-width: 1050px) and (min-height: 1000px) {
  :root {
    --size: 2.25vw;
  }

  nav.navbar {
    height: 7vw;
  }

  nav.navbar .innerMenu a {
    font-size: 4vw;
  }

  label {
    font-size: calc(var(--size) * 0.75);
    padding-left: calc(var(--size) * 0.9);
    color: gray;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  input,
  textarea {
    padding: calc(var(--size) * 0.25) calc(var(--size) * 1);
    font-size: calc(var(--size) * 1.25);
  }
}

@media all and (max-width: 750px) {
  li br {
    display: none;
  }

  .section5__rightSide__secondary br {
    display: none;
  }

  .page3 .lamp {
    transform: translate(-40%, -50%) scale(1.2);
  }
  :root {
    --size: 2vw;
  }

  .page3 .slider-cta {
    top: 76%;
  }

  .page1 .lamp {
    width: 52.5%;
  }

  .sliderSite {
    left: 47.5%;
  }

  .slider-cta {
    padding: 2% 3%;
    top: 82.5%;
  }

  .slider-primary {
    top: 24.5%;
    font-size: calc(var(--size) * 2);
    white-space: nowrap;
  }

  .slider-secondary {
    position: absolute;
    font-size: calc(var(--size) * 1);
    white-space: nowrap;
    top: 55%;
  }

  .circleWrapper {
    position: absolute;
    width: 9%;
    height: 3%;
    display: flex;
    justify-content: space-between;
    transform-origin: left;
    left: 47.5%;
    top: 27.5%;
    z-index: 1;
  }
}

@media all and (max-width: 650px) {
  .main__wrapper__primary {
    line-height: calc(var(--size) * 3.36);
    margin-bottom: 5vw;
  }

  .main__wrapper__secondary {
    line-height: calc(var(--size) * 2.5);
    margin-bottom: 5vw;
  }

  nav.navbar {
    height: 12.5vw;
  }

  .infoForm {
    font-weight: 400;
    margin: 0;
    margin-bottom: 0;
    font-size: calc(var(--size) * 1.3);
    text-align: center;
    width: 70%;
  }

  .video {
    width: 100%;
  }
  .right__wrapper .romb_special_rotate{
    transform: translate(15%,-45%) rotate( 
38.5deg);
  }
}

@media all and (max-width: 500px) {
  .arrow span {
    width: 3vh;
    height: 3vh;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
  }

  :root {
    --size: 3vw;
  }

  .arrow {
    margin-top: 0;
    margin-bottom: 20%;
  }

  .popUpWindow .imagePopUp {
    
    width: 100%;
   
  
  }
}
