body {
  margin: 0;

}

/* SIDEBAR STYLING */
.navbar {
  position: fixed;
  padding-top: 80px;
  width: 250px;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: white;
  z-index: 2;
  display: inline-block;

}

  h1 {
  font-family: 'Advent Pro', sans-serif;
  color: black;
  padding: 10px 35px;
  font-size: 2rem;
  font-weight: 600;
}
 h3{
   font-family: 'Advent Pro', sans-serif;
   color: black;
   font-size: 1.5rem;
   font-weight: 400;


   text-align: center;
 }

 h2{
   font-family: 'Advent Pro', sans-serif;
   color: black;
   font-size: 1.2rem;
   font-weight: 400;
   padding-top: 2rem;


   text-align: center;
 }
.nav-item {
  position: relative;
  padding: 5px 35px;
  text-decoration: none;
  font-family: 'Advent Pro', sans-serif;
  font-weight: 200;
  font-size: 17px;
}

.nav-item-ru{
  position: relative;
  padding: 9px 35px;
  text-decoration: none;
  font-family: 'Comfortaa', cursive;
  font-weight: 100;
  font-size: 12px;
  transform: scaleY(1.3);
}

.contact{
  text-decoration: underline;
  font-weight: 400;
  color: black;
}

.navbar-nav{
position: relative;
display: block;
margin-left: 0 !important;
}


.navigation:hover {
  font-weight: 400;
  color: black;
  text-decoration: none;
}

.links {
  display: flex;
  padding: 2.6rem 0 0 2rem;
  position: inherit;
  margin-right: 25px;
  color: black;
}
.lang{
  font-family: 'Advent Pro', sans-serif;
  display: flex;
  padding: 5px 35px;
  position: inherit;
  margin-right: 25px;
  color: black;
  font-weight: 600;
}

.fa-instagram:hover {
  color: black;
}

.fa-facebook-square {
  padding-left: 10px;
}

.fa-facebook-square:hover {
  color: black;
}

#langEn{
  padding-left: 10px;
}
a{
  color: #43464b
}
a:visited {
  color: #43464b;
}

.videoBackground {
  position: fixed;
  top: 0;
  left: 0;
  margin-left: 250px;
}

.video-heading{
  position: fixed;
  height: 90%;
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-left: 250px;
padding-right: 250px;
}

.video-heading h1{
  color: white;
  font-size: 5rem;
}


#myVideo {
  width: inherit;
  height: inherit;
}

.logo:hover {
  text-decoration: none;
}

footer{

  position: relative;
  height: 5em;
}
.footer{
  display: flex;
  padding: 1rem 0 0 2rem;
  position: inherit;
  margin-right: 25px;
  color: #43464b;
  font-size: 0.6rem;
}


.anton::before{
  content: none;

}

p{
    font-family: 'Advent Pro', sans-serif;
    text-align: left;
}
button{
    font-family: 'Advent Pro', sans-serif;
}
p::before {content: "•"; color: black;
  display: inline-block; width: 1.5em;
  margin-left: -0.5em
}
/*SMARTPHONE*/
@media (max-width: 767px) {
  .navbar {
    position: relative;
    width: 100%;
    display:inline-block;
    padding-top: 0;
    height: 100px;
    padding: 0;
  }



.navbar-toggler{
position: relative;
margin-left: 75%;
margin-top: 2rem;
border: 0;
font-size: 1.7rem;


}



.navbar-toggler-icon{
background-color: white;
}


button:focus{
  border: none;
  outline:none;
}

.navbar-collapse{
  background-color: white;
  width: 100%;
position: relative;
display: inline-block;



}
.navbar-nav{
position: relative;
margin-top: 10%;


}

  .videoBackground {
    margin-left: 0;
    transform: translateX(-35%);
  }

.video-heading{
  margin: 0;
  padding: 0;
}
.video-heading h1{
  font-size: 3rem;
}

  .links {
    display: flex;
    padding: 2.6rem 0 0 2rem;
    position: inherit;
    margin-right: 25px;
  }

  h1 {
    font-size: 1.5rem;
    padding-top: 20px;
  position: absolute;
  }

  .container-fluid {
    margin-left: 0 !important;
  }
}

.pricing{

  margin-top: 120px;
  margin-left: 250px;
  padding: 0 10%;


}

.pricing-column {
  padding: 3% 2%;

}
.footerPricing{
  margin: 5% 0;

}

form{
    text-align: center;
}

.button {
  display: inline-block;
  border-radius: 8px;
  background-color: white;
  border-width: thin;
  color: black;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  position: inherit;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}


@media (max-width: 1200px){
  .pricing{
padding: 0 5%!important;
  }

}

@media (min-width: 992px){

  }
  .pricing{
padding: 0 15%;

}

@media (max-width: 767px){
.pricing{
  margin-top: 2rem;
  margin-left: 0;
  padding: 0 10%!important;
}
.footerPricing{
  margin: 10% 0;

}
}
