.header {
  background-color: rgba(23, 23, 23, 0.9);
  color: #fff;
  min-height: 100vh;
  padding: 80px 0;
}
.header:focus {
  background: #000;
}
.header__body {
  min-height: calc(100vh - 160px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.header__preview {
  min-height: calc(100vh - 160px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.header__title {
  text-align: center;
}
.header__title h1 {
  font-size: 44px;
  color: #999;
  line-height: normal;
}
.header__title span {
  color: #fcac45;
}
.header__title p {
  padding: 20px 0;
  font-size: 20px;
}
.header__resume p {
  font-size: 14px;
}
.header__resume ul {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.header__resume ul a {
  display: inline-block;
  height: 45px;
  padding: 5px 15px;
  border-radius: 5px;
  margin: 5px 10px;
  background: #222;
  opacity: 0.5;
  filter: grayscale(100%);
  transition: 0.3s;
}
.header__resume ul a:hover {
  opacity: 0.9;
  filter: grayscale(0%);
  transition: 0.3s;
}
.header__resume ul a span {
  display: inline-block;
  padding-top: 5px;
}
.header__resume ul a img {
  float: left;
  margin-right: 10px;
  height: 35px;
  width: 35px;
}
.header__download {
  padding: 25px;
}
.header__download a {
  display: inline-block;
  width: 200px;
  padding: 5px 10px;
  border: 1px solid #222;
  margin: 5px 10px;
  background: #222;
  border-radius: 5px;
}
.header__download a:hover {
  border: 1px solid #fcac45;
}
.header__btn,
.header__btn a {
  color: #fff;
  fill: #fff;
}
.header__btn:hover,
.header__btn a:hover {
  color: #fcac45;
  fill: #fcac45;
}

.menu__body {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
}
.menu__body a {
  display: block;
  padding: 10px 13px;
  margin: 0 0 0 10px;
  border-bottom: 2px solid rgba(23, 23, 23, 0.9);
  transition: 0.5s;
}
.menu__body a:hover {
  border-bottom: 2px solid #fcac45;
  color: #fcac45;
  transition: 0.5s;
}

.works {
  padding: 80px 0;
}
.works__sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.works__sort-by {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.works__filters {
  font-size: 18px;
  display: flex;
  text-transform: uppercase;
}
.works__filters li {
  display: block;
  padding: 0 10px;
  border-right: 1px solid #222;
}
.works__filters li:last-child {
  border: none;
}
.works__filters--active {
  font-weight: 600;
}
.works__row {
  width: 100%;
  display: grid;
  gap: 30px 20px;
  grid-template-columns: repeat(auto-fit, 350px);
  justify-content: center;
}

.work {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.5s;
}
.work:hover {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.work__body {
  width: 350px;
}
.work__img {
  width: 350px;
  height: 265px;
  overflow: hidden;
  position: relative;
}
.work__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.work__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 15px;
}
.work__title {
  padding: 5px 0;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.work__description {
  padding-bottom: 5px;
  font-size: 16px;
  text-transform: none;
}
.work__btns {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
.work__btn {
  margin: 0 5px;
  width: 40px;
  height: 40px;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: 0.4s;
}
.work__btn:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.footer {
  color: #b2b2b2;
  background-color: #222;
}
.footer__body {
  height: 87px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer__copyright {
  font-size: 12px;
  padding: 5px;
}
.footer__socials img {
  width: 31px;
  height: 31px;
}

@media only screen and (max-width: 768px) {
  .header ul {
    flex-wrap: wrap;
  }
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #222;
  background-color: #ccc;
  line-height: 24px;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #fff;
  transition: 0.5s;
}
a:hover {
  transition: 0.5s;
}

ul,
li {
  list-style: none;
}

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

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.bg-head {
  background-image: url('/img/bg_dark.jpg');
}

.bg-dark {
  background-image: url('/img/bg_dark.jpg');
}

.bg-light {
  background-image: url('/img/bg_light.jpg');
}

.slide-btn a {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #fff;
  margin: 6px;
}
.slide-btn a:hover {
  background: #fcac45;
}
.slide-btn_active {
  background: #fcac45;
}

.text {
  text-align: center;
  padding-bottom: 50px;
}
.text__title {
  font-size: 34px;
  text-transform: uppercase;
  padding-bottom: 31px;
  line-height: normal;
}
.text__line {
  width: 99px;
  height: 3px;
  margin: 0 auto;
  background-color: #fcac45;
}
.text__line-two {
  width: 67px;
  height: 3px;
  margin: 12px auto;
  background-color: rgba(252, 172, 69, 0.7);
}
.text__description {
  padding-top: 29px;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}

.go-top {
  display: none;
}
.go-top a {
  transform: rotate(180deg);
  display: block;
  padding: 15px;
  position: fixed;
  right: 15px;
  bottom: 30px;
  fill: #fda403;
  border-radius: 5px;
}
.go-top a:hover {
  opacity: 0.3;
} /*# sourceMappingURL=style.css.map */
