html{
  height: 100vh;
  font-family: Montserrat;
}
body{
  height: 100vh;
}
section{
  height: 100vh;
  width: 100vw;
  position: relative;
}
footer{
  position: fixed;
  bottom: 4%;
  left: 6%;
}
h1{
  font-family: Montserrat-bold;
  font-size: 2.7vw;
  margin-bottom: 0;
  color: #232323;
}
p{
  color: #B1B1B1;
  font-size: 1vw;
}
input{
  display: block;
  border: none;
}
textarea{
  border: none;
  resize: none;
  height: 40px !important;
  margin-top: 43px !important;
}
textarea:focus, input:focus{
  outline: none;
}

button,
textarea,
input,
select,
div,
a{
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 -webkit-tap-highlight-color: transparent;
 -webkit-user-select: initial;
 -khtml-user-select: initial;
 -moz-user-select: initial;
 -ms-user-select: initial;
  user-select: initial;
}

#mobile_scroll{
  transition: all 1.8s ease-in-out 0.5s;
}

#map {
  position: absolute;
  width: 85.5%;
  height: 24.5vw;
  margin-top: 4.5%;
  margin-left: 6%;
}

#popup_text_mail{
  font-size: 1.2vw;
  position: absolute;
  z-index: 2;
  width: 17vw;
  left: 1vw;
  color: white;
  text-align: center;
}

.contact_information > a{
  text-decoration: none;
  color: #B1B1B1;
}

.popup_img{
  width: 19vw;
  position: absolute;
}

.alert_box{
  position: fixed;
  top: 20%;
  left: 50%;
  margin-top: -40px;
  margin-left: -125px;
  opacity: 0;
  z-index: 10;
  transition: all 1s ease-in-out 0.2s;
}

.alert_box > img{
  width:250px;
}

.alert_show{
  opacity: 1;
}

.alert_hide{
  opacity: 0;
}

.nice_text{
  text-align: justify;
}

.gallery_img{
  position: absolute;
  left: 5.5%;
  width: 86.5%;
  top: 5.5%;
  height: 82%;
  object-fit: cover;
  opacity: 0;
  transition: all 1.3s ease-in-out 0.2s;
}
.gallery_shower{
  opacity: 1;
}

.pointer{
  cursor: pointer;
}

.cookies_button{
  width: 170px;
}

.lowercase{
  text-transform: lowercase;
}

.small_char{
  font-size: 14px;
}

.site_footer_onepage{
  bottom: 3.9%;
  left: 10%;
  width: 86%;
  position: absolute;
}

.site_footer_scrollpage{
  bottom: 2.7%;
  left: 10%;
  width: 86%;
  position: absolute;
}

.move_footer{
  margin-left: 4vw;
  margin-right: 6vw;
}

.site_footer_scrollpage > p{
  float:left;
}

.site_footer_onepage > p{
  float:left;
}

.right_site_footer > p{
  float: right;
}

.small_char > span{
  color: #232323;
}

.first_text_input{
  margin-top: 90px !important;
}

.text_input{
  margin-top: 33px;
  margin-left: 6vw;
  width: 18vw;
  height: 50px;
  font-size: 25px;
  border-bottom: 2px solid #c0c0c0;
  font-family: Montserrat;
}

.img_input{
  margin-left: 8vw;
  width: 14vw;
  margin-top: 6vw;
}

.send_button{
  position: absolute;
  margin-left: 10vw;
  width: 9vw;
  margin-top: -5.4vw;
  height: 2.3vw;
  border-radius: 20%;
  opacity: 0;
}

.contact_background{
  position: absolute;
  top: 0;
  left: 0;
}

.capital{
  text-transform: uppercase;
}

.button_clicker_main{
  position: relative;
  width: 9.5vw;
  height: 2.2vw;
  border-radius: 22%;
  margin-top: -15%;
  margin-left: 1.8vw;
  opacity: 0;
}

.button_clicker_contact{
  position: absolute;
  width: 10vw;
  height: 2.25vw;
  border-radius: 25%;
  margin-top: -20.4%;
  margin-left: 1.7vw;
  opacity: 0;
}

.button_clicker_contact_site{
  position: absolute;
  width: 10vw;
  height: 2.3vw;
  border-radius: 20%;
  margin-top: -22%;
  margin-left: 1.7vw;
  opacity: 0;
}

.button_clicker_contact_services{
  position: absolute;
  width: 10vw;
  height: 2.25vw;
  border-radius: 25%;
  margin-top: -18.4%;
  margin-left: 1.7vw;
  opacity: 0;
}

.button_clicker_career{
  position: absolute;
  width: 9.3vw;
  height: 2.2vw;
  border-radius: 33%;
  margin-top: -23.4%;
  margin-left: 1.6vw;
  opacity: 0;
}

.button_clicker_services{
  position: absolute;
  width: 76%;
  height: 12%;
  border-radius: 25%;
  margin-top: 122.6%;
  margin-left: 14%;
  opacity: 0;
}

.side_bar{
  position: fixed;
  top: 40vh;
  left: 4vw;
}

.circle {
  background: #0EE3E3;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: inherit;
  margin-left: -10px;
  margin-top: -2px;
}
.circle_anim{
  animation-name: circle_anim;
  animation-duration: 0.8s;
}
.circle_anim_hide{
  animation-name: circle_anim_hide;
  animation-duration: 0.8s;
}
.hider{
  display: none;
}
#popup_to_show{
  top: 19vh;
  left: 40.5vw;
  position: fixed;
  transition: all 1s ease-in-out 0.3s;
}

.career_text{
  width: 22vw;
  float: left;
  position: relative;
  left: 17vw;
  top: 25vh;
}

.career_text > h1{
  margin-left: 2vw;
}

.career_text > p{
  margin-left: 2vw;
}

.career_text_margin{
  margin-bottom: 2vw;
}
.home_text{
  position: relative;
  line-height: 5px;
  top: 40vh;
  left: 18vw;
  float: left;
  width: 35vw;
}
.home_text_img{
  margin-left: 2vw;
  width: 25vw;
}
.home_text_button{
  width: 14vw;
}

.home_text > p{
  margin-left: 2vw;
}

.macbook{
  position: relative;
  top: 7vh;
  width: 50vw;
}

.about_us_text{
  width: 25vw;
  float: left;
  position: relative;
  left: 20vw;
  top: 37vh;
}

.about_us_img{
  position: relative;
  top: 33vh;
  left: 33vw;
  width:30vw;
}

.sites_text{
  width: 30vw;
  float: left;
  position: relative;
  left: 13vw;
  top: 19vh;
}
.sites_text > h1{
  margin-left: 2vw;
  margin-bottom: 0;
}
.sites_text_img{
  width: 15vw;
}

.sites_img{
  position: relative;
  top: 14vh;
  left: 18vw;
  width: 47vw;
  float: left;
}

.fitter{
  width: inherit;
}

.services_title{
  position: relative;
  float: left;
  top: 40vh;
  left: 17vw;
  width: 20vw;
}

.boxes_container{
  position: relative;
  width: 1100px;
  float: left;
  left: 21vw;
  height: 700px;
  top:20vh;
}
.scrolling_blocker{
  height: 100%;
  width: 100%;
  margin-left: 2vw;
  overflow: hidden;
}

.slick_small_img{
    width: 15vw !important;
}

#scrolling_area{
  width: 100%;
  height: 14vh;
  overflow: auto;
  padding-right: 20px;
}

.box_two{
  margin-left: 12%;
}

.box{
  height: 44%;
  width: 25%;
  float: left;
}

.background_img{
  position:absolute;
  width: auto;
  height: 50%;
}

.text_box{
  width: 58%;
  position: relative;
  height: 78%;
  margin-top: 13%;
  margin-left: 21%
}

.text_box > p{
  font-size: 80%;
  position: absolute;
  text-align: center;
  top: 30%;
}

.text_box > h1{
  font-size: 134%;
  position: absolute;
  text-align: center;
}

.text_box > img{
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 9%;
}

.long_text{
  margin-left: -5%;
}

.contact_text{
  position: relative;
  top: 20vh;
  left: 15vw;
  width: 27vw;
}

.contact_text > h1{
  margin-left: 2vw;
}

.contact_text > p{
  margin-left: 2vw;
}

.contact_text_img{
  width: 15vw;
}

.contact_us_text{
  width: 25vw;
  float: left;
  position: relative;
  left: 15vw;
  top: 20vh;
}

.contact_us_img{
  position: relative;
  top: 19vh;
  left: 49vw;
  width: 36vw;
}

.contact_us_text > h1{
  margin-left: 2vw;
  margin-bottom: 0;
}
.contact_us_text > p{
  margin-left: 2vw;
  line-height: 24px;
  margin-bottom: 0;
}
.contact_us_text > img{
  width: 15vw;
}

.contact_us_text_2{
  width: 25vw;
  float: left;
  position: relative;
  left: 15vw;
  top: 35vh;
}

.iphone{
  position: relative;
  top: 20vh;
  left: 6vw;
  height: 50vh;
  width: auto;
}

.iphone_2{
  position: relative;
  top: 20vh;
  width: 30vw;
  left: 30vw;
}

.en_fixer_career{
  margin-left: -0.3vw;
  margin-bottom: 0.2vw;
}

.form{
  position: relative;
  left: 52vw;
  width: 32vw;
  top: 13vh;
}

.form_adjust{
  top: -70%;
}

.form_img{
  width: inherit;
  position: absolute;
  left: 0;
}

.inputs{
  position: absolute;
  top: 0;
}
.small_mover{
  top: 0;
}

.small_ball_top{
  position: absolute;
  right: 63%;
  top: 39%;
  width: 8vw;
}
.small_ball_top2{
  padding-bottom: 12%;
  position: relative;
  right: 59%;
  width: 8vw;
}
.small_colored_ball_top{
  position: relative;
  right: 52%;
  width: 17vw;
}
.ball_colored_small{
  position: relative;
  right: 17%;
  width: 16vw;
  margin-top: 213vh;
}
.ball_top{
  position: relative;
  right: 55%;
  margin-top: -53%;
  width: 100vw;
}
.ball_mid{
  position: relative;
  right: 60%;
  margin-top: 108vh;
  width: 100vw;
}
.ball_bottom{
  position: relative;
  right: 50%;
  margin-top: 338vh;
  width: 120vw;
}
.ball_bottom_colored{
  position: relative;
  right: 32%;
  margin-top: 415vh;
  width: 31vw;
}
.ball_colored_top{
  position: relative;
  left: 73%;
  margin-top: 20vh;
  width: 65vw;
}
.right_colored_bottom_ball{
  position: relative;
  margin-top: 322vh;
  width: 68vw;
  left: 19vw;
}
.career_ball_colored{
  position: relative;
  margin-top: 9vh;
  left: 12vw;
  width: 48vw;
}
.career_ball_white{
  position: relative;
  margin-top: 20vh;
  left: 4vw;
  width: 21vw;
}
.right_colored_ball{
  position: relative;
  width: 37vw;
  margin-top: 177vh;
  left: 34vw;
}
.right_colored_small_ball{
  position: relative;
  width: 23vw;
  top: 16vh;
  right: 3vw;
}
.right_mover{
  right: 0;
}
.background_balls{
  position: absolute;
  z-index: -1;
}
.small_colored_ball{
  position: relative;
  right: 30%;
  width: 19vw;
  margin-top: 46vh;
}
.top_ball{
  position: relative;
  right: 43%;
  margin-top: -48%;
  width: 100vw;
}
.small_white_ball{
  padding-bottom: 38%;
  position: relative;
  right: 66%;
  width: 8vw;
}
.big_colored_ball{
  position: relative;
  left: 176%;
  margin-top: 18%;
  width: 38vw;
}
.top_ball_contact{
  position: relative;
  right: 50%;
  height: 200vh;
}
.small_colored_ball_contact{
  position: relative;
  right: 30%;
  width: 19vw;
  margin-top: 56vh;
}
.big_colored_ball_contact{
  position: relative;
  left: 50vw;
  margin-top: 19vh;
  width: 71vw;
}
.down_small_colored_ball_contact{
  position: relative;
  right: 50%;
  width: 30vw;
  margin-top: 140vh;
}
.partners_title{
  text-align: center;
  padding-top: 55vh;
}
.customer-logos {
  width: 60vw;
  margin-left: 20vw;
  margin-top: 10vh;
}
.lang_bold{
  font-family: Montserrat-bold;
}
.nav_expander{
  display: none;
}
.navbar{
  margin-top: 1%;
  position: fixed;
  z-index: 100;
}
.nav{
  margin-right: 0;
  position: fixed;
  right: 10%;
}
.nav_lang a{
  text-decoration: none;
  color: #232323;
  margin: 8px;
}
.nav a{
  text-decoration: none;
  color: #232323;
}
.nav_lang{
  margin-right: 0;
  position: fixed;
  left: 15%;
  z-index: 199;
}
.nav_logo{
  width: 80px;
}
.nav_left{
  position: fixed;
  margin: 6px 0px 0px 5%;
  z-index: 200;
}
.nav_element{
  display: inline-flex;
  margin-left: 50px;
}
.languages{
  margin: 10px;
  display: inline;
}
.ig{
  height: 20px;
  margin-left: 15px;
}
.fb{
  height: 20px;
}

/*SITE LOADER*/
.site-loder {
	background: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
}

.site-loder .lode-wrap {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;

}

.navbar_background_colored{
  display:none;
}
.navbar_background_white{
  display:none;
}
.navbar_background_colored_2{
  display: none;
}

#navbar_show{
  transition: all 1s ease-in-out 0.2s;
}

#cookies_container{
  position: fixed;
  z-index:1000;
  bottom: 0;
  left: 0;
  right: 0;
  background: #232323;
  opacity: 0.9;
  height: 75px;
  margin-bottom: -75px;
  transition: all 1.5s ease-in-out 0.5s;
}

.modale {
  transition: 0.6s ease;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1110; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
.modale-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.close_btn{
  width: 240px;
  margin-left: 21px;
}

.button_clicker_cookies{
  position: fixed;
  width: 130px;
  height: 28px;
  border-radius: 22%;
  margin-top: -68px;
  margin-left: 82.5vw;
  opacity: 0;
}

.button_clicker_gdpr{
  position: relative;
  width: 160px;
  height: 38px;
  border-radius: 22%;
  margin-top: -89px;
  opacity: 0;
}

#cookies_container p {
  width: 80vw;
  padding-top: 8px;
  padding-left: 25px;
  display: block;
  float: left;
}

#cookies_container a {
  color: #0EE3E3;
}

#cookies_container.shower{
  margin-bottom: 0px;
}

.site-loder .lode-wrap span {
    background-color: rgb(104 111 113);
		background: url(../img/load_nav_gdpr/IFY_logo_anim_loop.gif) center no-repeat #fff;
		background-size: 100px;
		width: 100%;
		height: 100%;
    position: absolute;
    top: 0;

}

/*---------------------MEDIA---------------------*/
@media (max-width: 1680px) {
  .macbook{
    top: 12vh;
  }
  .ball_mid{
    right: 56%;
  margin-top: 114vh;
  width: 115vw;
  }
  .boxes_container{
    left: 19vw;
  }
  .right_colored_ball{
    margin-top: 184vh;
    left: 35vw;
  }
  .right_colored_small_ball{
    width: 25vw;
    top: 15vh;
    right: 3vw;
  }
  .top_ball_contact{
    height: 190vh;
  }
  .small_colored_ball{
    margin-top: 40vh;
  }
  .small_mover{
    top: 5vh;
  }
  .ball_colored_top{
    left: 69%;
    margin-top: 22vh;
    width: 71vw;
  }
  .form_adjust{
    top: -60%;
  }
  .sites_text{
    top: 23vh;
  }
  .sites_img{
    top: 19vh;
  }
}
@media (max-width: 1600px){
  textarea{
    height: 32px !important;
    margin-top: 35px !important;
  }
  .first_text_input{
    margin-top: 72px !important;
  }
  .text_input{
    height: 40px;
    font-size: 20px;
    margin-top: 26px;
  }
  .img_input{
    margin-top: 4vw;
  }
  .right_colored_ball{
    left: 37vw;
  }
  .right_colored_small_ball{
    width: 26vw;
    top: 16vh;
    right: 0vw;
  }
  .boxes_container{
    left: 17vw;
  }
  .form_adjust{
    top: -55%;
  }
  .career_ball_white{
    margin-top: 14vh;
  }
  .ball_colored_small{
    margin-top: 209vh;
  }
  .big_colored_ball_contact{
    left: 45vw;
    margin-top: 16vh;
    width: 81vw;
  }
  .contact_us_img{
    top: 26vh;
  }
  .contact_us_text{
    top: 27vh;
  }
  .ball_bottom_colored{
    width:33vw;
  }
}
@media (max-width: 1440px){
  .ball_top{
    width: 123vw;
  }
  .top_ball{
    width: 107vw;
  }
  .ball_colored_top{
    left: 54%;
    width: 78vw;
  }
  .ball_bottom_colored{
    width: 39vw;
  }
  .partners_title{
    padding-top: 60vh;
  }
  .big_colored_ball_contact{
    left: 49vw;
    margin-top: 19vh;
    width: 92vw;
  }
  .small_colored_ball{
    margin-top: 51vh;
  }
  .career_ball_colored{
    left: 18vw;
    width: 55vw;
  }
  .career_ball_white {
    margin-top: 16vh;
  }
  .boxes_container{
    width: 900px;
    height: 600px;
  }
  .text_box{
    margin-left: 25%;
  }
  .text_box > h1 {
    font-size: 110%;
  }
  .long_text{
    margin-left: -9%;
  }
  .long_text_2{
    margin-left: -6%;
  }
  .button_clicker_services{
    margin-top: 130%;
    width: 74%;
    height: 11%
  }
}

@media (max-width: 1366px){
    .big_colored_ball_contact{
      width: 101vw;
    }
    .ball_colored_top {
      left: 59%;
      width: 74vw;
    }
}

@media (max-width: 1270px){
  textarea{
    height: 26px !important;
    margin-top: 29px !important;
  }
  .first_text_input{
    margin-top: 58px !important;
  }
  .text_input{
    height: 32px;
    font-size: 16px;
    margin-top: 21px;
  }
  .img_input{
    margin-top: 3vw;
  }
}

@media (max-width: 1176px){
  .boxes_container{
    width: 700px;
    height: 450px;
    left: 19vw;
  }
  .text_box > h1 {
    font-size: 85%;
  }
  .text_box > p {
    font-size: 55%;
  }
  .button_clicker_services {
    margin-top: 124%;
  }
  .career_ball_colored{
    margin-top: 7vh;
  }
  .career_ball_white {
    margin-top: 14vh;
  }
}

@media (max-width: 1024px){
  p{
    font-size: 1.5vw;
  }
  h1{
    font-size: 3.7vw;
  }
  .home_text{
    left: 10vw;
  }
  .home_text_img{
    margin-left: 3vw;
    width: 37vw;
  }
  .home_text > p {
    margin-left: 3vw;
  }
  .home_text_button {
    width: 21vw;
  }
  .button_clicker_main {
    width: 13.8vw;
    height: 3.2vw;
    border-radius: 22%;
    margin-top: -22.3%;
    margin-left: 2.9vw;
  }
  .macbook{
    width: 58vw;
    top: 17vh;
    left: 2vw;
  }
  .ball_top{
    width: 141vw;
  }
  .small_colored_ball_top{
    width: 20vw;
  }
  .small_ball_top{
    width: 10vw;
    right: 58%;
  }
  .small_mover{
    top: 6vh;
  }
  .ball_colored_top {
    left: 42%;
    width: 87vw;
    top: 5vh;
  }
  .about_us_text{
    width:36vw;
    left: 16vw;
  }
  .about_us_img{
    top: 39vh;
    left: 22vw;
    width: 35vw;
  }
  .ball_mid{
    right:61%;
    width: 138vw;
  }
  .small_ball_top2{
    width: 10vw;
  }
  .ball_colored_small{
    width: 20vw;
  }
  .services_title{
    width: 27vw;
    left: 15vw;
  }
  .boxes_container{
    left: 16vw;
    top: 25vh;
  }
  .right_colored_ball{
    margin-top: 189vh;
    width: 46vw;
    left: 46vw;
  }
  .right_colored_small_ball {
    width: 31vw;
    top: 13vh;
    right: -1vw;
  }
  textarea{
    height: 32px !important;
    margin-top: 35px !important;
  }
  .first_text_input{
    margin-top: 46px !important;
  }
  .text_input{
    height: 40px;
    font-size: 20px;
    margin-top: 26px;
    margin-left: 92px;
    width: 195px;
  }
  .img_input{
    margin-top: 5%;
    margin-left: 23%;
    width: 51%;
  }
  .send_button{
    margin-left: 30%;
    width: 34%;
    margin-top: -20%;
    height: 7.3%;
    border-radius: 33%;
  }
  .form{
    width: 414px;
    left: 48vw;
  }
  .form_adjust{
    top: -64%;
  }
  .contact_text{
    left:12vw;
    width: 35vw;
  }
  .contact_tex > p,
  .contact_text >h1{
    margin-left: 2.3vw;
  }
  .contact_text_img{
    width: 18vw;
  }
  .button_clicker_contact{
    width: 12vw;
    height: 2.8vw;
    margin-top: -19.4%;
    margin-left: 2vw;
  }
  .ball_bottom{
    width:149vw;
    right: 57%;
  }
  .right_colored_bottom_ball{
    margin-top: 335vh;
    width: 80vw;
    left: 28vw;
  }
  .ball_bottom_colored{
    width: 48vw;
  }
  .site_footer_scrollpage{
    left: 13%;
  }
  .move_footer{
    margin-right: 8vw;
  }
  .contact_us_img{
    width: 46vw;
  }
  #map{
    height: 31.5vw;
  }
  .contact_us_text_2{
    left: 13vw;
    width: 34vw;
  }
  .top_ball_contact{
    right: 58%;
  }
  .contact_us_text > img {
    width: 20vw;
    margin-left: -1vw;
  }
  .button_clicker_contact_site {
    width: 13.4vw;
    height: 3.1vw;
    border-radius: 21%;
    margin-top: -30%;
    margin-left: 1.2vw;
  }
  .site_footer_onepage{
    left: 13%;
  }
  .iphone_2{
    width: 38vw;
    left: 8vw;
  }
  .career_text > h1,
  .career_text > p {
    margin-left: 2.2vw;
  }
  .button_clicker_career{
    position: absolute;
    width: 14vw;
    height: 3.2vw;
    border-radius: 24%;
    margin-top: -21.7%;
    margin-left: 2.3vw;
  }
  .career_text{
    width: 36vw;
    left: 15vw;
  }
  .career_ball_colored {
    left: 24vw;
    width: 67vw;
  }
  .career_ball_white{
    left: 6vw;
    width: 26vw;
  }
  .top_ball{
    right: 48%;
    width: 137vw;
  }
  .small_colored_ball{
    width:23vw;
    margin-top: 54vh;
  }
  .small_white_ball {
    padding-bottom: 36%;
    right: 66%;
    width: 10vw;
  }
  .big_colored_ball{
    left: 141%;
    margin-top: 28%;
    width: 43vw;
  }
  .sites_img{
    top: 25vh;
    width: 50vw;
  }
  .sites_text_img {
    width: 20vw;
    margin-left: -0.5vw;
  }
  .sites_text{
    left: 11vw;
    top: 25vh;
  }
  .button_clicker_contact_services{
    width: 13.4vw;
    height: 3.25vw;
    border-radius: 31%;
    margin-top: -24.9%;
    margin-left: 1.8vw;
  }
}
@media (max-width: 982px){
  #cookies_container > p{
    width:70vw;
  }
  .button_clicker_cookies{
    margin-left: 74.5vw;
  }
}

@media (max-width: 958px){
  section{
    top: -8px;
  }
  .boxes_container {
    width: 655px;
    height: 400px;
  }
  .text_box {
    margin-left: 19%;
  }
  .text_box > h1 {
    font-size: 70%;
  }
  .text_box > p {
    font-size: 2.2vw;
  }
  .form{
    width: 270px;
  }
  .text_input {
    height: 20px;
    font-size: 10px;
    margin-top: 17px;
    margin-left: 42px;
    width: 161px;
  }
  .first_text_input {
    margin-top: 31px !important;
  }
  .form_adjust {
    top: -69%;
    left: 57vw;
  }
  textarea {
    height: 20px !important;
    margin-top: 21px !important;
  }
  .img_input {
    margin-top: 5%;
    margin-left: 23%;
    width: 52%;
  }
  .send_button{
    margin-left: 30%;
    width: 34.5%;
    margin-top: -20.8%;
    height: 7.3%;
    border-radius: 27%;
  }
  .contact_us_text {
    top: 12vh;
  }
  .contact_us_img {
    top: 16vh;
  }
}

@media (max-width: 900px){
  .macbook {
    width: 49vw;
    left: 7vw;
  }
  .boxes_container {
    width: 600px;
    height: 350px;
  }
  .button_clicker_services {
    margin-top: 111%;
    height: 12%;
  }
  .form_adjust {
    top: -16vw;
  }
  .partners_title {
    padding-top: 53vh;
  }
  .contact_us_text > p{
    font-size: 1.2vw;
  }
  .contact_us_text > h1{
    font-size: 3.3vw;
  }
  .site_footer_scrollpage {
    bottom: 0.7%;
  }
  .form_contact{
    left: 55vw;
  }
  .form_contact > img{
    left: 5px;
  }
  .text_input{
    margin-left: 54px;
  }
  .iphone_2 {
    width: 32vw;
    left: 16vw;
  }
  .career_text > h1 {
    margin: 0;
    margin-left: 2.2vw;
  }
  .site_footer_onepage {
    bottom: 1.9%;
  }
  .sites_img {
    top: 20vh;
    width: 45vw;
  }
}
@media (max-width: 900px) and (orientation: landscape){
  .iphone{
    display: none;
  }
}

@media (max-width: 821px){
  .boxes_container {
    left: 42vw;
    top: -15vh;
  }
}
@media (max-width: 667px){
  .boxes_container {
      width: 500px;
      height: 310px;
  }
  .text_box > h1 {
    font-size: 54%;
  }
  .form_adjust {
    top: -60%;
  }
}


@media (max-width: 900px) and (orientation: portrait){
  .home_text{
    left: 28vw;
    top: 28vh;
  }
  .macbook {
    top: 49vh;
    left: -18vw;
  }
  .ball_colored_top{
    top: 32vh;
  }
  .ball_top{
    width: 168vw;
  }
  .small_mover {
    top: 16vh;
  }
  .about_us_text{
    top: 26vh;
    left: 30vw;
    width: 48vw;
  }
  .about_us_img{
    top: 54vh;
    left: -17vw;
    width: 37vw;
  }
  .boxes_container {
    left: 14vw;
    top: 39vh;
  }
  .services_title{
    top: 28vh;
    left: 37vw;
  }
  .ball_mid {
    width: 233vw;
  }
  .right_colored_ball{
    margin-top: 235vh;
    left: 50vw;
  }
  .right_colored_small_ball{
    width: 36vw;
    top: 10vh;
    right: -3vw;
  }
  .form_adjust{
    top: -12%;
    left: 22vw !important;
  }
  .iphone{
    top: -10vh;
    left: 45vw;
    height: 38vh;
  }
  .right_colored_bottom_ball{
    margin-top: 321vh;
  }
  .top_ball{
    width: 179vw;
  }
  .small_colored_ball{
    margin-top: 44vh;
  }
  .career_ball_colored {
    margin-top: 48vh;
  }
  .career_ball_white {
    margin-top: 52vh;
  }
  .iphone_2{
    left:-11vw;
    top: 55vh;
  }
  .career_text{
    left: 34vw;
    top: 20vh;
  }
  .contact_us_img{
    top: 57vh;
    left: 26vw;
  }
  .contact_us_text{
    top: 17vh;
    left: 27vw;
    width: 60vw;
  }
  .button_clicker_contact_site{
    margin-top: -13%;
  }
  .contact_us_text_2{
    left: 34vw;
    top: 12vh;
  }
  .form_contact{
    top: 28vh;
    left: 25vw;
  }
  .sites_text {
    left: 33vw;
    top: 12vh;
  }
  .sites_img{
    top: 47vh;
    left: -4vw;
  }
}

@media (max-width: 765px){
  .small_char{
    font-size: 10px;
  }
  .site_footer_onepage {
    bottom: 4.6%;
    left: 15%;
    width: 90%;
  }
  .site_footer_scrollpage {
    bottom: 3.7%;
    left: 14%;
    width: 90%;
  }
}

@media (max-width: 720px){
  .slick_small_img{
    width: 60vw !important;
  }
  .pd-5{
    padding-left: 18vw;
  }
  .pd-10{
    padding-left: 20vw;
  }
  .pd-20{
    padding-left: 45vw;
  }
  .shrink{
    height: 20px !important;
  }
  .side_bar > img{
    height: 40px;
  }
  .circle{
    width: 3px;
    height: 3px;
    position: inherit;
    margin-left: -2px;
    margin-top: -1px;
  }
  .nav_hider{
    display: none;
  }
  .nav_expander{
    display: block;
    width: 30px;
    height: 30px;
    right: 5%;
    position: fixed;
    top: 27px;
  }
  .line{
    position: relative;
    float: left;
    width: 26px;
    border: 2px solid #B1B1B1;
    margin-bottom: 5px;
    border-radius: 24%;
  }
  .nav_lang{
    left: 22%;
  }
  .nav{
    right: 1%;
    width: 91%;
    opacity: 0;
    top: 0;
    background: white;
    border: 1px solid #B1B1B1;
    border-radius: 15%;
    height: 45%;
    text-align: center;
    min-height: 350px;
  }
  .nav_shower{
    top: 50px !important;
    opacity: 1 !important;
  }
  .nav_element {
    display: block;
    margin-left: 0px;
    margin-bottom: 5%;
    margin-top: 11%;
    width: 91%;
  }
  .navbar_background_colored{
    width: 43%;
    position: absolute;
    top: 4%;
    display: block;
    left: 63%;
  }
  .navbar_background_colored_2{
    width: 36%;
    position: absolute;
    top: 42%;
    display: block;
    left: 2%;
  }
  .navbar_background_white{
    width: 18%;
    position: absolute;
    top: 25%;
    display: block;
    left: 81%;
  }
}
@media (max-width: 720px) and (orientation: landscape){
  .nav_element{
    margin-top: 6%;
  }
  .navbar_background_colored_2{
    top: 15%;
  }
  .nav{
    min-height: 280px;
  }
}

@media (max-width: 667px) and (orientation: landscape){
  .text_box > p {
      font-size: 1vw;
  }
}

@media (max-width: 660px){
  #cookies_container > p{
    width:55vw;
  }
  .button_clicker_cookies{
    margin-left: 61.5vw;
  }
}

@media (max-width: 502px){
  .site_footer_onepage{
    left: 4%;
  }
  .site_footer_scrollpage{
    left:4%;
  }
  .down_mover{
    margin-top: 43px;
  }
  .site_footer_onepage {
    bottom: 0.5%;
  }
  .site_footer_scrollpage{
    bottom: 1.2%;
  }
}

@media (max-width: 480px) and (orientation: portrait){
  p{
    font-size: 2.2vw;
  }
  h1{
    font-size: 5vw;
  }
  .contact_us_text > p {
    font-size: 2vw;
  }
  .contact_us_text > h1 {
    font-size: 4.7vw;
  }
  .home_text{
    width: 44vw;
  }
  .home_text_img{
    width: 42vw;
  }
  .home_text_button {
    width: 25vw;
  }
  .contact_text{
    width: 36vw;
  }
  .macbook{
    top: 45vh;
    left: -20vw;
  }
  .button_clicker_main{
    width: 16.8vw;
    height: 3.74vw;
    border-radius: 22%;
    margin-top: -23.4%;
    margin-left: 3.1vw;
  }
  .boxes_container{
    width: 500px;
    height: 340px;
    top: 36vh;
  }
  .text_box{
    margin-left: 24.5%;
  }
  .text_box > h1 {
    font-size: 10px;
  }
  .text_box > p {
    font-size: 7px;
  }
  .long_text{
    margin-left: -2vw;
  }
  .long_text_2{
    margin-left: -2.2vw;
  }
  .button_clicker_services{
    margin-top: 65%;
    width: 37%;
    height: 5.5%
  }
  .services_title{
    top: 15vh;
  }
  .button_clicker_services{
    margin-top: 134%;
    width: 74%;
    height: 10.5%;
  }
  .iphone{
    top: -5vh;
    height: 32vh;
  }
  .contact_text_img {
    width: 23vw;
  }
  .button_clicker_contact {
    width: 15.3vw;
    height: 3.8vw;
    margin-top: -25.4%;
    margin-left: 2.5vw;
  }
  .form{
    width: 340px;
  }
  .form_adjust {
    top: -7%;
    left: 16vw !important;
  }
  .first_text_input {
    margin-top: 33px !important;
  }
  .text_input{
    height: 35px;
    font-size: 16px;
    margin-left: 79px;
  }
  .img_input {
    margin-top: 4%;
    margin-left: 24%;
  }
  .career_text > h1, .career_text > p {
    margin-left: 3.2vw;
  }
  .career_text {
    left: 33vw;
  }
  .iphone_2{
    left: -14vw;
    width: 45vw;
  }
  .small_colored_ball {
    margin-top: 25vh;
  }
  .form_contact{
    left: 16vw;
  }
  .contact_us_img{
    width: 57vw;
    left: 21vw;
  }
  #map{
    height: 38.5vw;
  }
  .contact_us_text > img {
    width: 25vw;
  }
  .button_clicker_contact_site {
    width: 16.4vw;
    height: 3.8vw;
    margin-left: 2vw;
    margin-top: -16%;
  }
  .sites_img{
    width: 62vw;
    left: -11vw;
  }
}

@media (max-width: 446px){
  #cookies_container > p{
    width: 48vw;
  }
  .cookies_button {
      width: 140px;
  }
  .button_clicker_cookies{
    width: 104px;
    height: 24px;
    margin-top: -58px;
    margin-left: 57.5vw;
  }
  #contact{
    top: -23px;
  }
  #partners{
    top: -29px;
  }
}

@media (max-width: 414px) and (orientation: portrait){
  .boxes_container {
    width: 350px;
    height: 350px;
    top: 15vh;
    left: 13vw;
  }
  .box_two{
    margin-left: 0;
  }
  .one_box{
    margin-left: 68px;
  }
  .box{
    width: 38%;
  }
  .form_adjust{
    left: 11vw !important;
  }
  .form_contact{
    left: 11vw !important;
  }
}

@media (max-width: 375px) and (orientation: portrait){
  .form_contact{
    left: 8vw !important;
  }
  .services_title{
    top: 9vh;
  }
  .boxes_container{
    top: 9vh;
  }
  .iphone{
    top: -9vh;
    height: 29vh;
  }
  .contact_text{
    top:17vh;
  }
  .form_adjust{
    top: -14%;
    left: 7vw !important;
  }
}

@media (max-height: 400px) and (max-width: 812px){
  .form_adjust {
    top: -23vw;
  }
}

@media (max-height: 360px) and (max-width: 812px){
  .form_adjust {
      top: -26vw;
  }
}

@media (max-height: 360px) and (max-width: 670px){
  .form_adjust {
      top: -21vw;
      left: 51vw;
  }
}
