@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-bold.eot");
  src: local("☺"), url("../fonts/gilroy-bold.woff") format("woff"), url("../fonts/gilroy-bold.ttf") format("truetype"), url("../fonts/gilroy-bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-regular.eot");
  src: local("☺"), url("../fonts/gilroy-regular.woff") format("woff"), url("../fonts/gilroy-regular.ttf") format("truetype"), url("../fonts/gilroy-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-semibold.eot");
  src: local("☺"), url("../fonts/gilroy-semibold.woff") format("woff"), url("../fonts/gilroy-semibold.ttf") format("truetype"), url("../fonts/gilroy-semibold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Gilroy", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.responsive-img {
  display: block;
  max-width: 100%;
  height: auto;
}

.lock {
  overflow: hidden;
}

section::before {
  display: block;
  content: " ";
  margin-top: -118px;
  height: 118px;
  visibility: hidden;
}

@media (max-width: 767px) {
  section::before {
    margin-top: -84px;
    height: 84px;
  }
}

.btn {
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_primary {
  color: #ffffff;
  background-color: #f7941e;
  border: none;
}

.btn_primary_outlined {
  background-color: transparent;
  border: 1px solid #f7941e;
  color: #f7941e;
}

.btn_primary_outlined:hover {
  color: #ffffff;
  background-color: #f7941e;
}

.btn_primary:hover {
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
}

.btn_secondary {
  color: #ffffff;
  background-color: #000000;
  border: none;
}

.btn_secondary_outlined {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
}

.btn_secondary_outlined:hover {
  color: #ffffff;
  background-color: #000000;
}

.btn_secondary:hover {
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
}

.btn_size_sm {
  width: 150px;
  height: 44px;
}

.btn_size_m {
  width: 200px;
  height: 48px;
}

.btn_size_lg {
  width: 200px;
  height: 60px;
}

.card {
  margin: 15px;
  background-color: #f1f1f2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card__title {
  padding: 24px 24px 74px 24px;
  font-size: 20px;
  color: #000000;
}

.card__link {
  display: inline-block;
  margin: 0px 24px 24px 24px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  position: relative;
}

.card__link::after {
  content: "›";
  position: absolute;
  right: -15%;
  top: 0;
  -webkit-transform: translateY(2.5%);
          transform: translateY(2.5%);
}

.card:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.05);
}

.header {
  padding-top: 33px;
  padding-bottom: 33px;
  position: fixed;
  z-index: 2;
  width: 100%;
  background-color: #fafafa;
}

@media (max-width: 767px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  margin-left: 80px;
}

@media (max-width: 767px) {
  .header__logo {
    display: block;
    margin-left: 15px;
  }
}

.header__btn {
  margin-right: 32px;
}

@media (max-width: 767px) {
  .header__btn {
    margin-right: 0px;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0 0 0 55px;
  -webkit-transition: -webkit-transform 0.4s ease-in;
  transition: -webkit-transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
}

.nav__item {
  text-decoration: none;
  font-size: 18px;
  color: #000000;
  padding: 0px 15px 5px 15px;
}

.nav__item:hover {
  border-bottom: 2px solid #000000;
}

@media (max-width: 767px) {
  .nav__item {
    padding: 0;
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .nav {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 84px;
    height: calc(100vh - 84px);
    margin: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fafafa;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.nav-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.burger {
  display: none;
  margin-right: 50px;
  cursor: pointer;
}

.burger__line {
  width: 35px;
  height: 3px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #000000;
}

.burger__line + .burger__line {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .burger {
    display: block;
    margin-right: 15px;
  }
}

.toggle .line-1 {
  -webkit-transform: rotate(45deg) translateY(12px);
          transform: rotate(45deg) translateY(12px);
  background-color: #f7941e;
}

.toggle .line-2 {
  opacity: 0;
}

.toggle .line-3 {
  -webkit-transform: rotate(-45deg) translateY(-12px);
          transform: rotate(-45deg) translateY(-12px);
}

@-webkit-keyframes flyIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes flyIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.hero {
  padding-top: 117px;
  background-color: #f1f1f2;
}

@media (max-width: 767px) {
  .hero {
    padding-top: 90px;
  }
}

.hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.hero__content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero__content-container {
  max-width: 433px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 32px;
  margin-left: 36px;
}

@media (max-width: 767px) {
  .hero__content-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px;
    margin: 0;
    text-align: center;
  }
}

.hero__title {
  font-weight: 600;
  color: #000000;
  font-size: 56px;
}

@media (max-width: 992px) {
  .hero__title {
    font-size: 40px;
  }
}

.hero__text {
  font-size: 20px;
  color: #000000;
  margin-bottom: 63px;
  margin-top: 40px;
}

@media (max-width: 992px) {
  .hero__text {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

.hero__btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (max-width: 767px) {
  .hero__btn {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.hero__img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media (max-width: 767px) {
  .hero__img {
    padding: 5px;
  }
}

.feature {
  background-color: #f1f1f2;
}

.feature__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .feature__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.feature__img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media (max-width: 767px) {
  .feature__img {
    padding: 5px;
  }
}

.feature__content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature__content-container {
  max-width: 441px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 113px;
}

@media (max-width: 767px) {
  .feature__content-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px;
    margin: 0;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .feature__content-container {
    margin-left: 30px;
    margin-right: 15px;
  }
}

.feature__title {
  font-size: 32px;
  color: #000000;
}

.feature__text {
  font-size: 20px;
  color: #000000;
  padding-top: 43px;
  padding-bottom: 43px;
}

@media (max-width: 767px) {
  .feature__text {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .feature__text {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.feature__btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (max-width: 767px) {
  .feature__btn {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 96px;
}

@media (max-width: 992px) {
  .posts {
    padding-top: 45px;
  }
}

.posts__title {
  font-size: 32px;
  color: #000000;
  text-align: center;
}

.posts__subtitle {
  font-size: 18px;
  color: #000000;
  text-align: center;
  padding-top: 21px;
  padding-bottom: 60px;
}

@media (max-width: 992px) {
  .posts__subtitle {
    padding-bottom: 30px;
  }
}

.posts__cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta {
  background-color: #f7941e;
  margin-top: 117px;
  padding-top: 81px;
  padding-bottom: 81px;
}

@media (max-width: 992px) {
  .cta {
    margin-top: 20px;
  }
}

.cta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .cta__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cta__content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta__content-container {
  max-width: 325px;
  margin-left: 73px;
}

@media (max-width: 992px) {
  .cta__content-container {
    margin: 0;
    padding-bottom: 15px;
    text-align: center;
  }
}

.cta__title {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}

.cta__subtitle {
  font-size: 32px;
  color: #000000;
}

.cta__buttons-wrapper {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .cta__buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cta__btn-1 {
  margin-left: 70px;
}

@media (max-width: 992px) {
  .cta__btn-1 {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.cta__btn-2 {
  margin-left: 15px;
}

@media (max-width: 992px) {
  .cta__btn-2 {
    margin: 0;
  }
}

.blogs {
  margin-top: 86px;
  padding-bottom: 80px;
}

@media (max-width: 992px) {
  .blogs {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

.blogs__wrapper {
  margin: 0px 135px;
}

@media (max-width: 992px) {
  .blogs__wrapper {
    margin: 0;
    padding: 10px;
  }
}

.blogs__title {
  font-size: 32px;
  color: #000000;
  text-align: center;
}

.blogs__subtitle {
  font-size: 18px;
  color: #000000;
  text-align: center;
  padding-top: 26px;
}

@media (max-width: 768px) {
  .blogs__subtitle {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.blogs__poster-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 79px;
  padding-bottom: 40px;
}

@media (max-width: 576px) {
  .blogs__poster-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.poster__img {
  max-width: 400px;
}

.poster__description {
  color: #ffffff;
  background-color: #231f20;
  padding-left: 77px;
  width: 100%;
  max-width: 770px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (max-width: 576px) {
  .poster__description {
    max-width: 400px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media (max-width: 768px) {
  .poster__description {
    padding-left: 40px;
  }
}

.poster__name {
  font-size: 14px;
  margin-bottom: -35px;
}

@media (max-width: 576px) {
  .poster__name {
    margin: 0;
  }
}

.poster__title {
  font-size: 48px;
  max-width: 495px;
}

@media (max-width: 576px) {
  .poster__title {
    padding: 20px 20px 20px 0;
  }
}

@media (max-width: 767px) {
  .poster__title {
    font-size: 24px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .poster__title {
    font-size: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .poster__title {
    font-size: 40px;
  }
}

.poster__link {
  display: block;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 1.5px;
}

.blog__cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .blog__cards-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog-card {
  padding: 48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #f1f1f2;
}

.blog-card + .blog-card {
  margin-left: 30px;
}

@media (max-width: 992px) {
  .blog-card + .blog-card {
    margin-top: 30px;
    margin-left: 0px;
  }
}

.blog-card__title {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.blog-card__text {
  font-size: 18px;
  color: #000000;
  padding-top: 30px;
}

.blog-card__link {
  display: block;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  margin-top: 45px;
}

.blog-card:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.05);
}

.footer {
  padding-top: 110px;
  background-color: #fafafa;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 55px;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 46px;
}

@media (max-width: 767px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.footer__link + .footer__link {
  padding-left: 81px;
}

@media (max-width: 767px) {
  .footer__link + .footer__link {
    padding-left: 0px;
    padding-top: 20px;
  }
}

.footer__social-links {
  text-align: center;
  margin-top: 54px;
}

.footer__social-link {
  text-decoration: none;
}

.footer__social-link + .footer__social-link {
  padding-left: 24px;
}

.footer__logo {
  padding: 0px 141px;
  -webkit-filter: invert(57%) sepia(99%) saturate(525%) hue-rotate(345deg) brightness(98%) contrast(97%);
          filter: invert(57%) sepia(99%) saturate(525%) hue-rotate(345deg) brightness(98%) contrast(97%);
}

@media (max-width: 767px) {
  .footer__logo {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.footer__copyright-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 66px;
  padding-bottom: 35px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .footer__copyright-wrapper {
    margin-top: 30px;
  }
}

.footer__copyright-year {
  color: #000000;
  padding-right: 14px;
}

.footer__copyright-terms {
  color: #000000;
  text-decoration: none;
}

.footer__copyright-terms:hover {
  text-decoration: underline;
}

.hr-line {
  display: block;
  margin: 0 auto;
  height: 2px;
  width: 70%;
  background-color: #000000;
}

.icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: cover;
}

.icon-facebook {
  background-image: url("../img/entypo-social_facebook-with-circle.svg");
}

.icon-twitter {
  background-image: url("../img/entypo-social_twitter-with-circle.svg");
}

.icon-instagram {
  background-image: url("../img/entypo-social_instagram-with-circle.svg");
}

.icon-youtube {
  background-image: url("../img/entypo-social_youtube-with-circle.svg");
}

.icon-pinterest {
  background-image: url("../img/entypo-social_pinterest-with-circle.svg");
}

.icon:hover {
  -webkit-filter: invert(76%) sepia(37%) saturate(5491%) hue-rotate(347deg) brightness(101%) contrast(94%);
          filter: invert(76%) sepia(37%) saturate(5491%) hue-rotate(347deg) brightness(101%) contrast(94%);
}
/*# sourceMappingURL=style.css.map */