body {
  background-color: #282828;
  margin: 0;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}

.header {
  width: 100%;
}
.header__top {
  width: auto;
  background-color: #55415f;
  height: 30px;
  display: flex;
  justify-content: flex-end;
}
.header__top-link {
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  font-family: Georgia, Times, Times New Roman, serif;
  align-self: center;
  padding: 0 5px;
}
.header__top-link:last-child {
  margin-right: 20px;
}
.header__top-link:hover {
  color: #999;
}
.header__top-link + .header__top-link {
  border-left: 1px solid #fff;
}
.header__bottom {
  width: auto;
  height: 130px;
  display: flex;
  justify-content: space-between;
}

.logo {
  align-self: center;
  margin-left: 20px;
}
.logo__title {
  margin: 0;
  font-size: 26px;
  text-transform: uppercase;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 200;
}
.logo__title::first-letter {
  font-size: 36px;
}
.logo__description {
  color: #999;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 13px;
}

.nav {
  align-self: center;
  padding: 0;
  border-bottom: 1px solid #ebebeb;
  width: 518px;
  margin-right: 20px;
  display: flex;
  justify-content: space-between;
}
.nav__link {
  display: block;
  text-decoration: none;
  color: #000;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  padding: 15px 0;
}
.nav__link:hover {
  border-bottom: 2px solid #55415f;
  color: #55415f;
}

.promo {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.promo__img {
  width: 490px;
  height: 340px;
}
.promo__aside {
  margin: 50px 20px 0 0;
}
.promo__title {
  font-size: 36px;
  text-transform: uppercase;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 200;
  color: #333;
}
.promo__description {
  font-size: 16px;
  color: #999;
}
.promo__btn {
  width: 140px;
  height: 30px;
  background-color: #55415f;
  border: 1px solid #55415f;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.slider {
  width: 960px;
  display: flex;
  background-color: #ebebeb;
  justify-content: space-around;
  margin: 0 auto;
  border-radius: 10px;
}
.slider__item {
  width: 210px;
  padding: 30px 0;
}
.slider__img {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 5px;
}
.slider__item-title {
  text-align: center;
  color: #55415f;
  font-size: 18px;
  font-family: Georgia, Times, Times New Roman, serif;
  padding: 18px 0;
  margin: 0 0 18px;
  border-bottom: 1px solid #807d77;
}
.slider__item-description {
  font-family: Georgia, Times, Times New Roman, serif;
  color: #807d77;
  font-size: 13px;
  text-align: center;
  margin: 0;
}

.projects {
  width: 100%;
  margin-bottom: 20px;
}
.projects__title {
  text-align: center;
  color: #222;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-weight: 200;
  padding: 10px 20px;
}
.projects__wrapper {
  width: auto;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.projects__item {
  width: 225px;
  display: flex;
  flex-direction: column;
}
.projects__item-title {
  text-align: center;
  font-size: 18px;
  color: #7f7d77;
  margin: 0 0 10px;
  font-family: Georgia, Times, Times New Roman, serif;
}
.projects__img {
  width: 225px;
  height: 140px;
  display: block;
}
.projects__item-description {
  text-align: center;
  font-size: 13px;
  color: #807d77;
  font-family: Georgia, Times, Times New Roman, serif;
}
.projects__link {
  align-self: center;
  color: #55415f;
  font-size: 13px;
  text-decoration: none;
}

.footer {
  width: 100%;
  background-color: #222;
}
.footer__top {
  width: auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 30px 20px;
}
.footer__item {
  width: 225px;
}
.footer__item-title {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  margin: 0 0 30px;
}
.footer__latest-from-blog-sub-title {
  color: #55415f;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 13px;
  margin: 0 0 10px;
}
.footer__latest-from-blog-date {
  color: #807d77;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 10px;
  margin: 0 0 20px;
}
.footer__latest-from-blog-information {
  color: #807d77;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 12px;
  margin: 0;
}
.footer__item-link {
  text-decoration: none;
  color: #55415f;
  font-size: 12px;
}
.footer__company-addres {
  color: #807d77;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 12px;
  margin: 0;
}
.footer__company-contacts {
  color: #807d77;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 12px;
  margin: 0;
}
.footer__user-name {
  width: 223px;
  height: 30px;
  background-color: #353535;
  border: 1px solid #353535;
  border-radius: 5px;
  margin-bottom: 10px;
}
.footer__user-email {
  width: 223px;
  height: 30px;
  background-color: #353535;
  border: 1px solid #353535;
  border-radius: 5px;
  margin-bottom: 10px;
}
.footer__button {
  background-color: #55415f;
  width: 80px;
  height: 30px;
  border: 1px solid #55415f;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 13px;
}
.footer__bottom {
  width: auto;
  padding: 0 20px;
  border-top: 1px solid #3a3a3a;
  display: flex;
  justify-content: space-between;
  height: 60px;
}
.footer__copyright {
  color: #807d77;
  font-size: 12px;
  font-family: Georgia, Times, Times New Roman, serif;
  line-height: 60px;
  margin: 0;
}
.footer__signature {
  color: #807d77;
  font-size: 12px;
  font-family: Georgia, Times, Times New Roman, serif;
  line-height: 60px;
  margin: 0;
}