body {
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  max-width: 1920px;
  margin: auto;
}

body {
  margin: 0;
}

img {
  max-width: 100%;
}

input:focus, button:focus {
  outline: none;
}

.header {
  background-color: #33CCFF;
  padding: 10px 0;
}

.header__logo {
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
}

.header__title {
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  text-align: end;
}

.main-menu {
  background-color: #373737;
}

.main-menu__block_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.main-menu__block_nav ul li {
  float: left;
  padding: 0 13px;
  margin-top: 16px;
  color: #ffffff;
  border-left: 1px rgba(255, 255, 255, 0.3) dotted;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  list-style-type: none;
}

.main-menu__block_nav ul li:first-child {
  border-left: none;
  padding-left: 0;
}

.main-menu__block_nav ul li:last-child {
  padding-right: 0;
}

.main-menu__block_nav ul li a {
  text-decoration: none;
  color: #ffffff;
}

.main-menu__block_nav ul li a:hover {
  color: #ff8d00;
}

.main {
  background-color: #f4f4f4;
  padding: 20px 0;
}

.main__img {
  margin: 5px;
  text-align: center;
}

.main__news {
  color: #0099CC;
}

.main__news-title {
  text-align: center;
}
.main__news-title h1 {
  font-size: 25px;
  margin: 20px 0;
}

.main__news-description h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 16px;
  margin-bottom: 0;
}

.main-box__description ul {
  padding: 10px;
  border: 1px solid black;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.main-box__description ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  list-style-type: none;
}

.main-box__description ul li span {
  font-weight: bold;
  text-decoration: underline;
}

.boxes {
  margin-top: 30px;
}

.boxes-block__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.boxes-block__box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px;
}

.boxes-block__box ul li {
  list-style-type: none;
}

.boxes-block__box ul li a {
  display: block;
  text-decoration: none;
  color: #373737;
}

.boxes-block__box ul li a button {
  width: 130px;
  border: 1px solid black;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  margin: 5px;
  text-align: center;
  padding: 10px;
}

.boxes-block__box ul li a button:hover {
  background-color: #ffa433;
  cursor: pointer;
}

.boxes-block__box ul li a button span {
  font-weight: bold;
  color: #FF0000;
}

.scheme__map {
  width: 100%;
}

.scheme__map img {
  display: block;
  width: 100%;
  height: auto;
}

area { 
  display: block;
  border: 1px solid black;
}

.footer {
  position: relative;
  padding-top: 16px;
  padding-bottom: 20px;
  height: 100%;
  background-color: #1b1b1b;
  color: #ffffff;
}

.footer_title {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  opacity: 0.5;
}

.footer_subtitle {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  opacity: 0.5;
  margin-top: 10px;
}

.footer-contacts {
  text-align: right;
}

.footer a {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
}

.footer a:hover {
  color: #999999;
}

@media (max-width: 767px) {
  .header {
    padding: 0 0 15px;
  }
  .header__logo {
    text-align: center;
  }
  .header__title {
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }
  .footer {
    text-align: center;
  }
  .footer_title {
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer-contacts {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */