@import url("https://fonts.googleapis.com/css?family=Heebo:regular,500,700,900&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  font-family: "Heebo";
  color: #21243d;
  font-size: 14px;
  height: 100%;
}

.__container {
  max-width: 856px;
  margin: 0 auto;
}
@media (max-width: 868px) {
  .__container {
    max-width: 750px;
  }
}
@media (max-width: 991.98px) {
  .__container {
    max-width: none;
    padding: 0 10px;
  }
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.page {
  padding: 90px 0px 0px 0px;
  flex: 1 1 auto;
}
@media (max-width: 767.98px) {
  .page {
    padding: 30px 0px 0px 0px;
  }
}

.header {
  position: relative;
  z-index: 100;
}
.header__content {
  max-width: 1044px;
  padding: 0 10px;
  margin: 0 auto;
}
.header__menu {
  padding: 10px 0;
  height: 82px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .header__menu {
    height: 50px;
  }
}

@media (max-width: 767.98px) {
  .menu__body {
    transform: translate(0px, -100%);
    transition: transform 0.8s ease 0s;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    padding: 70px 10px 30px 10px;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .menu__body.__active {
    transform: translate(0px, 0%);
  }
}
.menu__list li {
  margin: 0px 0px 30px 0px;
}
.menu__list li:last-child {
  margin: 0px 0px 0px 0px;
}
@media (min-width: 767.98px) {
  .menu__list {
    display: flex;
  }
  .menu__list li {
    margin: 0px 33px 0px 0px;
  }
}
.menu__item .active {
  color: #ff6464;
}
.menu__link {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  transition: color 0.3s ease 0s;
}
@media (min-width: 991.98px) {
  .menu__link:hover {
    color: #ff6464;
  }
}
@media (max-width: 767.98px) {
  .menu__link {
    font-size: 40px;
    display: block;
    text-align: center;
  }
}

.icon-menu {
  display: none;
}
@media (max-width: 767.98px) {
  .icon-menu {
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 55;
  }
  .icon-menu span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  .icon-menu span:first-child {
    top: 0px;
  }
  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }
  .icon-menu.__active span {
    transform: scale(0);
  }
  .icon-menu.__active span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .icon-menu.__active span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}

.hello {
  padding: 38px 0px 70px 0px;
}
@media (max-width: 868px) {
  .hello {
    padding: 0px 0px 70px 0px;
  }
}
@media (max-width: 767.98px) {
  .hello {
    padding: 0px 0px 60px 0px;
  }
}
.hello__container {
  display: flex;
}
@media (max-width: 767.98px) {
  .hello__container {
    align-items: center;
    text-align: center;
    flex-direction: column-reverse;
  }
}
.hello__content {
  align-items: flex-start;
  padding: 18px 110px 0px 0px;
  flex: 1 1 auto;
}
.hello__content *:last-child {
  margin-bottom: 0;
}
@media (max-width: 868px) {
  .hello__content {
    padding: 18px 50px 0px 0px;
  }
}
@media (max-width: 767.98px) {
  .hello__content {
    padding: 0px 0px 0px 0px;
  }
}
.hello__title {
  margin: 0px 0px 23px 0px;
}
@media (max-width: 767.98px) {
  .hello__title {
    margin: 0px 0px 20px 0px;
  }
}
.hello__text {
  margin: 0px 0px 35px 0px;
}
@media (max-width: 767.98px) {
  .hello__text {
    margin: 0px 0px 25px 0px;
  }
}
.hello__btn {
  margin: 0px 0px 25px 0px;
}
@media (max-width: 767.98px) {
  .hello__btn {
    padding: 0 15px;
    margin: 0px 0px 20px 0px;
  }
}
.hello__avatar {
  flex: 0 0 243px;
  height: 243px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: -5px 13px 0px 0px #edf7fa;
}
.hello__avatar img {
  margin-top: -65px;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .hello__avatar {
    flex: 0 0 210px;
    width: 210px;
    margin: 0px 0px 40px 0px;
  }
  .hello__avatar img {
    margin-top: -52px;
  }
}

.title {
  font-size: 44px;
  font-weight: 700;
  color: #21243d;
  line-height: 136.3636363636%;
}
@media (max-width: 767.98px) {
  .title {
    font-size: 32px;
  }
}

.title-posts {
  font-size: 22px;
}
@media (max-width: 767.98px) {
  .title-posts {
    text-align: center;
    font-size: 18px;
  }
}

.text, .article__text p {
  font-size: 16px;
  line-height: 143.75%;
}

.btn {
  background: #ff6464;
  border-radius: 2px;
  font-weight: 500;
  font-size: 20px;
  line-height: 145%;
  color: #fff;
  height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  transition: background-color 0.3s ease 0s;
}
@media (min-width: 992px) {
  .btn:hover {
    background-color: #bb4949;
  }
}

.__ibg {
  position: relative;
}
.__ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.recent-posts {
  background: #edf7fa;
  padding: 25px 0px 13px 0px;
}
@media (max-width: 767.98px) {
  .recent-posts {
    padding: 25px 0px 23px 0px;
  }
}
.recent-posts__header {
  display: flex;
  margin: 0px 0px 20px 0px;
}
.recent-posts__title {
  padding: 0px 20px 0px 0px;
  flex: 1 1 auto;
  font-size: 22px;
}
.recent-posts__view-all {
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 143.75%;
  color: #00a8cc;
}
@media (max-width: 767.98px) {
  .recent-posts__view-all {
    display: none;
  }
}
.recent-posts__items {
  margin: 0 -10px;
}
@media (min-width: 767.98px) {
  .recent-posts__items {
    display: flex;
  }
}
.recent-posts__column {
  flex: 0 1 50%;
  padding: 0 10px;
  margin: 0px 0px 17px 0px;
}
.recent-post {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(187, 225, 250, 0.25);
  border-radius: 4px;
  padding: 20px;
}
@media (max-width: 767.98px) {
  .recent-post {
    padding: 15px;
  }
}
.recent-post *:last-child {
  margin-bottom: 0;
}
.recent-post__title {
  display: inline-block;
  color: inherit;
  font-size: 26px;
  font-weight: 700;
  line-height: 146.1538461538%;
  transition: color 0.3s ease 0s;
  margin: 0px 0px 17px 0px;
}
@media (min-width: 991.98px) {
  .recent-post__title:hover {
    color: #ff6464;
  }
}
@media (max-width: 767.98px) {
  .recent-post__title {
    font-size: 22px;
    margin: 0px 0px 10px 0px;
  }
}
.recent-post__info {
  margin: 0px 0px 15px 0px;
  font-size: 18px;
  line-height: 144.4444444444%;
}
.recent-post__info span {
  margin: 0 10px;
}
@media (max-width: 767.98px) {
  .recent-post__info {
    font-size: 16px;
    margin: 0px 0px 10px 0px;
  }
}
.recent-post__text {
  margin: 0px 0px 15px 0px;
}

.featured-works {
  margin: 30px 0px 80px 0px;
}
@media (max-width: 767.98px) {
  .featured-works {
    margin: 30px 0px 30px 0px;
  }
}
.featured-works__title {
  margin: 0px 0px 20px 0px;
}
@media (max-width: 767.98px) {
  .featured-works__items {
    display: flex;
    overflow: auto;
  }
  .featured-works__items .works__item {
    flex: 0 0 90%;
    margin: 0px 15px 0px 0px;
  }
}

.works__items {
  padding: 0px 0px 60px 0px;
}
@media (max-width: 767.98px) {
  .works__items {
    padding: 0px 0px 30px 0px;
  }
}
.works__item {
  padding: 0px 0px 30px 0px;
  margin: 0px 0px 30px 0px;
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 767.98px) {
  .works__item {
    display: flex;
    align-items: flex-start;
  }
}
.works__item:last-child {
  margin-bottom: 0;
}
.works__image {
  flex: 0 0 246px;
  display: block;
  border-radius: 6px;
  min-height: 180px;
}
@media (max-width: 767.98px) {
  .works__image {
    padding: 0px 0px 60% 0px;
    margin: 0px 0px 17px 0px;
  }
}
.works__body {
  flex: 1 1 auto;
}
@media (min-width: 767.98px) {
  .works__body {
    padding: 0px 0px 0px 18px;
  }
}
.works__title {
  transition: color 0.3s ease 0s;
  color: inherit;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  line-height: 146.6666666667%;
  margin: 0px 0px 15px 0px;
}
@media (max-width: 767.98px) {
  .works__title {
    font-size: 24px;
  }
}
@media (min-width: 991.98px) {
  .works__title:hover {
    color: #ff6464;
  }
}
.works__info {
  display: flex;
  align-items: center;
  margin: 0px 0px 15px 0px;
}
.works__year {
  background: #142850;
  border-radius: 16px;
  height: 25px;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  display: inline-flex;
}
.works__category {
  color: #8695a4;
  font-size: 20px;
  margin: 0px 0px 0px 25px;
}
@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("../fonts/icons.woff") format("woff"), url("../fonts/icons.woff2#icons") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=_icon-]:before,
[class*=" _icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=_icon-]:before,
[class*=" _icon-"]:before {
  display: block;
}

._icon-fb:before {
  content: "\e900";
}

._icon-insta:before {
  content: "\e901";
}

._icon-linkedin:before {
  content: "\e902";
}

._icon-twitter:before {
  content: "\e903";
}

.footer {
  background: #edf7fa;
  text-align: center;
  padding: 50px 0;
}
@media (max-width: 767.98px) {
  .footer {
    padding: 30px 0;
  }
}
.footer__social {
  margin: 0px 0px 25px 0px;
}
.footer__copy {
  font-size: 18px;
}

.social {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social__item {
  transition: color 0.3s ease 0s;
  margin: 0 17px;
  font-size: 30px;
  color: inherit;
}
@media (min-width: 991.98px) {
  .social__item:hover {
    color: #ff6464;
  }
}

.blog {
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .blog {
    padding-bottom: 30px;
  }
}
.blog__title {
  margin: 0px 0px 50px 0px;
}
@media (max-width: 767.98px) {
  .blog__title {
    margin: 0px 0px 20px 0px;
  }
}
.blog__article-name {
  transition: color 0.3s ease 0s;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  line-height: 146.6666666667%;
  margin: 0px 0px 10px 0px;
  color: inherit;
}
@media (min-width: 991.98px) {
  .blog__article-name:hover {
    color: #ff6464;
  }
}
@media (max-width: 767.98px) {
  .blog__article-name {
    font-size: 26px;
  }
}
.blog__item {
  border-bottom: 1px solid #e0e0e0;
  padding: 0px 0px 30px 0px;
  margin: 0px 0px 30px 0px;
}
.blog__item:last-child {
  margin: 0px 0px 0px 0px;
}
@media (max-width: 767.98px) {
  .blog__item {
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 25px 0px;
  }
}
.blog__info {
  display: flex;
  font-size: 20px;
  margin: 0px 0px 10px 0px;
}
@media (max-width: 767.98px) {
  .blog__info {
    font-size: 16px;
  }
}
.blog__separator {
  margin: 0 15px;
}
.blog__category {
  color: #8695a4;
}
.works__main-title {
  margin: 0px 0px 45px 0px;
}
@media (max-width: 767.98px) {
  .works__main-title {
    margin: 0px 0px 25px 0px;
  }
}

.article {
  max-width: 700px;
  padding: 0 10px 30px;
  margin: 0 auto;
}
.article__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 147.0588235294%;
  margin: 0px 0px 30px 0px;
}
@media (max-width: 767.98px) {
  .article__title {
    font-size: 30px;
  }
}
.article__info {
  display: flex;
  margin: 0px 0px 20px 0px;
}
.article__year {
  background: #ff7c7c;
  border-radius: 16px;
  height: 25px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.article__category {
  align-self: center;
  font-size: 20px;
  line-height: 125%;
  margin: 0px 0px 0px 25px;
}
@media (max-width: 767.98px) {
  .article__category {
    font-size: 18px;
  }
}
.article__text p {
  margin: 0px 0px 20px 0px;
}
.article__text img {
  max-width: 100%;
  margin: 0px 0px 20px 0px;
}/*# sourceMappingURL=styles.css.map */