/* M A I N */
body {
  color: #3c4858;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/green-leaf-01-2000x1200.jpg");
  background-size: cover;
}

a {
  color: #f45404;
  text-decoration: none;
}

.content_area {
  font-size: 17px;
  min-width: 98%;
  background-image: url('../img/flax.jpeg');
  background-repeat: repeat;
  background-size: auto;
}

@media screen and (min-width: 800px) {
  /* для экранов 800px и больше */
  iframe {
    height: 500px;
    width: 100%;
  }
  .content_area {
    border-radius: 7px;
  }
}
@media screen and (max-width: 799px) {
  /* для экранов 800px и меньше */
  .content_area {
    border-radius: 7px 7px 0 0;
  }
  #footer {
    display: none;
  }
  iframe {
    width: 100%;
  }
}

/* MENU */
nav .nav-link {
  font-size: 15px;
}

nav .nav-link:hover {
  /* Стили при наведении */
  /*background-color: #007bff;  Яркий синий фон */
  color: #f45404 !important; /* Красный текст */
}

#main_menu {
  /*background-image: url('../img/flax.jpeg');
  background-repeat: repeat;
  background-size: auto;
  */
}

#main_menu .active {
  color: red !important;
}

.banner_block {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/green-leaf-01-2000x1200.jpg");
    background-size: cover;
}
/* === */
#form_name, .form_name {
  max-height: 0;
  max-width: 0;
  border: none;
}

.cursor-pointer {
  cursor: pointer;
}
