#container-content {
  padding-top: 120px;
}

#navbar-cabinet-top {
  background-color: #073642;
  background-image: url("BstudioCabinet/assets/img/fon3.png");
  background-repeat: repeat-x;
}

#navbar-control-content {
  top: 68px;
}

#navbar-classic {
  min-width: 50px;
  max-width: 260px;
  top: 130px;
  background-color: #073642;
}

#navbar-control-content2 {
  top: 68px;
}

#nav-toggle-button{
  background-color:rgb(255, 254, 254);
}



body p {
  color:rgb(33, 33, 34); /* Цвет текста */
  font-weight: normal;
}

body p {
  color:rgb(64, 64, 65); /* Цвет текста */
  font-weight: normal;
}

/* уменьшение вместе с устройством */
/* Для небольших устройств (смартфоны) */
body img {
  max-width: 100%;
  display: inline-block;
}
/* Для средних устройств (планшеты) */
@media (min-width: 420px) {
  img {
    max-width: 48%;
  }
}
/* Для больших устройств (ноуты, пк) */
@media (min-width: 760px) {
  img {
    max-width: 24%;
  }
}


/* уменьшение вместе с устройством */
/* Для небольших устройств (смартфоны) */
body iframe {
  max-width: 100%;
  display: inline-block;
}
/* Для средних устройств (планшеты) */
@media (min-width: 420px) {
  iframe {
    max-width: 48%;
  }
}
/* Для больших устройств (ноуты, пк) */
@media (min-width: 760px) {
  iframe {
    max-width: 24%;
  }
}


