.header {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.header .header-logo-wrap {
  display: flex;
  justify-content: left;
  align-items: center;
}
.header .header-contacts {
  margin-bottom: 5px;
}
.header .header-contacts .contacts-tittle {
  font-size: 13px;
  text-align: right;
  margin-bottom: 5px;
}
.header .header-contacts .phone {
  display: flex;
  justify-content: right;
  align-items: center;
  font-family: Roboto-b;
  font-size: 18px;
}
.header .header-contacts .phone img {
  max-width: 20px;
  max-height: 20px;
  margin-right: 5px;
}
.header .contacts-address {
  color: #7d7d7d;
  font-size: 14px;
  text-align: right;
}

.navigation-bar {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navigation-bar .nav .nav-item {
  font-size: 13px;
  text-transform: uppercase;
}
.navigation-bar .nav .nav-item .nav-link {
  color: #333333;
}
.navigation-bar .nav .dropdown .dropdown-menu .dropdown-item {
  text-transform: none;
  font-size: 13px;
  color: #333333;
}

.block {
  padding-top: 40px;
  padding-bottom: 40px;
}
.block .block-title {
  text-align: center;
  color: #E82222;
  margin-bottom: 30px;
  font-size: 30px;
  text-transform: uppercase;
}
.block .w-sub-title {
  margin-bottom: 0;
  text-align: left;
}
.block .w-sub-title h1 {
  line-height: 20px;
}
.block .sub-title {
  font-size: 20px;
  color: #E82222;
  margin-bottom: 30px;
}

.footer {
  background-color: #222222;
  font-size: 14px;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .meta {
  padding-bottom: 10px;
}
.footer .meta .company {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.footer .meta .label {
  text-transform: uppercase;
  font-weight: 500;
}
.footer .meta .text a {
  color: #ffffff;
  text-decoration: underline;
}
.footer .meta .copy a {
  color: #ffffff;
  text-decoration: underline;
}/*# sourceMappingURL=pages.css.map */