@media screen and (max-width: 1920px) {
  body{
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  body{
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 480px) {
  .carousel-inner>.item>a>img, .carousel-inner>.item>img {
    height: 155px;
  }
  .navbar {
    position: fixed !important;
    min-height: 50px;
    top: 0 ;
    right: 0;
    margin-bottom: 20px;
    border: 1px solid transparent;
  }
  .navbar-toggle{
    margin:0 !important;
  }
  .address{
    padding-top: 0;
    margin-left: 5px;
  }
  .tel{
    padding: 0 !important;
  }

  .phones{
    margin-top: 0;
    margin-left: -20px;
  }

  .phones a{
    font-size: 11px;
  }
  .address{
    font-size: 11px !important;
  }
  #myCarousel{
    margin-top: 0;
  }

  .content h2{
    font-size: 17px;
  }
  .content h1{
    font-size: 18px;
  }
  .content h3{
    font-size: 16px;
  }

  .content{
    padding: 0;
  }

  .content p{
    font-size: 11px !important;
  }

  .prem{
    padding: 0 !important;
    font-size: 11px !important;
  }

  .questions{
    padding: 10px;
  }

  .questions h3{
    font-size: 18px;
  }

  .questions input{
    margin-bottom: 10px;
  }

  .prog{
    padding: 0 !important;
  }
  .part{
    font-size: 12px;
  }

  .part h3{
    font-size: 16px;
  }
  .part h4{
    font-size: 16px;
  }

  .shadow{
    padding: 0;
  }

  .ieroglif{
    margin-bottom: 20px;
    min-height: 126px;
  }
  .box2{
    background-size: cover;
  }
  .owl-carousel .item h4{
    padding: 11px;
    font-size: 12px;
  }

  .fotovideo h3{
    font-size: 18px;
  }

  .navbar-collapse{
    background-color: rgba(116, 116, 116, 0.71) !important;
  }

  .navbar-toggle{
    background-color: rgba(116, 116, 116, 0.71) !important;
  }

  .navbar-toggle .icon-bar{
    background-color: white !important;
  }
  .navbar{
    background: none !important;
  }
  .owl-carousel .owl-item img{
    min-height: initial !important;
  }
}