.et-top {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  padding-top: 100px;
  min-height: 100vh; }
  .et-top.bg-top .et-top__media > * {
    object-position: top; }
  .et-top__logo {
    position: absolute; }
  .et-top__main {
    margin: auto 0;
    color: var(--white);
    text-align: center; }
    .et-top__main h1 {
      text-shadow: 0px 4px 60px rgba(50, 44, 88, 0.5); }
      .et-top__main h1.et-txt-cut {
        font-size: 122px; }
      .et-top__main h1.et-h2 {
        font-size: 86px; }
      .et-top__main h1.et-h3 {
        margin-top: 0.5em; }
    .et-top__main h2 {
      font-size: 86px; }
    .et-top__main h3 {
      margin-top: 0.5em; }
    .et-top__main h4 {
      font-weight: normal;
      text-transform: capitalize; }
    @media (max-width: 991px) {
      .et-top__main h1 {
        font-size: calc(50px + 50 * ((100vw - 320px) / 448)); }
        .et-top__main h1.et-txt-cut {
          font-size: calc(48px + 48 * ((100vw - 320px) / 448)); }
        .et-top__main h1.et-h2 {
          font-size: calc(36px + 36 * ((100vw - 320px) / 448)); }
        .et-top__main h1.et-h3 {
          font-size: 44px; } }
    @media (max-width: 767px) {
      .et-top__main h1.et-txt-cut {
        font-size: calc(44px + 44 * ((100vw - 320px) / 448)); } }
    @media (max-width: 575px) {
      .et-top__main h1 {
        font-size: calc(44px + 44 * ((100vw - 320px) / 448)); }
        .et-top__main h1.et-txt-cut {
          font-size: calc(36px + 36 * ((100vw - 320px) / 448)); }
        .et-top__main h1.et-h2 {
          font-size: calc(34px + 34 * ((100vw - 320px) / 448)); }
        .et-top__main h1.et-h3 {
          font-size: 44px; } }

.et-categoty-title {
  position: relative; }
  @media (min-width: 993px) {
    .et-categoty-title {
      padding-top: 88px;
      padding-bottom: 74px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-categoty-title {
    padding-top: 60px;
    padding-bottom: 50px; } }
  @media (max-width: 576px) {
    .et-categoty-title {
      padding-top: 36px;
      padding-bottom: 30px; } }
  .et-categoty-title-name {
    max-width: 860px; }
    .et-categoty-title-name--title {
      position: relative; }
      @media (min-width: 577px) {
        .et-categoty-title-name--title {
          margin-bottom: 52px;
          padding-top: 28px;
          padding-bottom: 28px;
          padding-left: 20px; } }
      @media (max-width: 576px) {
        .et-categoty-title-name--title {
          margin-bottom: 30px;
          padding-bottom: 32px;
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 16px;
          font-size: 22px; } }
      .et-categoty-title-name--title::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background-image: linear-gradient(to top, #3800AE 0%, #EB2D23 100%);
        box-shadow: 0px 5px 24px rgba(39, 39, 39, 0.1); }
      @media (max-width: 576px) {
        .et-categoty-title-name--title > span {
          font-size: 22px; } }

@media (min-width: 577px) and (max-width: 1024px) {
  .et-categoty-title-name--descr {
    padding-top: 25px; } }
  .et-categoty-title-bg-text {
    position: absolute; }
    @media (min-width: 1025px) {
      .et-categoty-title-bg-text {
        top: 65px;
        right: var(--halfGap); } }
    @media (max-width: 1024px) {
      .et-categoty-title-bg-text {
        right: 0;
        left: 0; } }

@media (min-width: 577px) and (max-width: 1024px) {
  .et-categoty-title-bg-text {
    top: 150px; } }
    @media (max-width: 576px) {
      .et-categoty-title-bg-text {
        bottom: 25px; } }
    .et-categoty-title-bg-text .et-txt-bg--sec {
      position: relative;
      text-align: center; }

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

.et-blogs-list__main {
  overflow: hidden; }

@media (min-width: 993px) {
  .et-blogs-list__list {
    margin: -16px; } }

@media (max-width: 992px) {
  .et-blogs-list__list {
    margin: -8px; } }

@media (min-width: 577px) {
  .et-blogs-list__list {
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 993px) {
  .et-blogs-list__list > li {
    padding: 16px; } }

@media (max-width: 992px) {
  .et-blogs-list__list > li {
    padding: 8px; } }

@media (min-width: 577px) {
  .et-blogs-list__list > li {
    flex: 50%; } }

.et-blogs-list__list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: var(--white); }
  @media (min-width: 993px) {
    .et-blogs-list__list-item {
      padding: 26px 50px;
      min-height: 450px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-blogs-list__list-item {
    padding: 26px 30px;
    min-height: 320px; } }
  @media (max-width: 576px) {
    .et-blogs-list__list-item {
      padding: 26px 20px;
      min-height: 250px; } }
  .et-blogs-list__list-item--useful-info {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/images/blog/useful-info.jpg"); }
  .et-blogs-list__list-item--news {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/images/blog/news.jpg"); }
  .et-blogs-list__list-item--seoarticles {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/images/blog/seoarticles.jpg"); }
  .et-blogs-list__list-item > p {
    padding-top: 25px;
    text-align: center; }
  .et-blogs-list__list-item--btn-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 26px;
    width: 100%; }
    .et-blogs-list__list-item--btn-block-inner {
      padding: 0 18px; }
    .et-blogs-list__list-item--btn-block-line {
      height: 4px;
      width: 100%;
      flex: 1; }
      .et-blogs-list__list-item--btn-block-line:first-child {
        background-image: linear-gradient(90deg, #3800AE 0%, #EB2D23 150%); }
      .et-blogs-list__list-item--btn-block-line:last-child {
        background-image: linear-gradient(90deg, #3800AE -150%, #EB2D23 100%); }
    .et-blogs-list__list-item--btn-block .et-btn > span {
      color: var(--white); }

@media (min-width: 993px) {
  .et-why-sec {
    overflow: hidden; } }

@media (max-width: 992px) {
  .et-why-sec {
    display: none; } }

@media (min-width: 993px) {
  .et-why {
    display: flex;
    justify-content: space-between; } }

@media (min-width: 993px) {
  .et-why__txt {
    flex: calc(100% / 8 * 6 - var(--halfGap));
    padding-top: 116px;
    padding-bottom: 60px; } }

@media (min-width: 993px) {
  .et-why__txt__artic {
    display: flex; }
    .et-why__txt__artic > p {
      flex: 0 0 50%; }
      .et-why__txt__artic > p:first-child {
        padding-right: var(--gap); } }

@media (min-width: 993px) {
  .et-why__bg {
    flex: calc(100% / 8 * 2 - var(--halfGap));
    position: relative; } }

@media (min-width: 993px) {
  .et-why__bg::after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-image: url("/images/common/why/bg.png");
    z-index: -1; } }

@media (min-width: 1201px) {
  .et-why__bg::after {
    background-position: left top;
    background-size: auto 120%;
    width: 120%;
    left: 0; } }

@media (min-width: 993px) and (max-width: 1200px) {
  .et-why__bg::after {
    left: -100px;
    right: calc(var(--halfGap) * -1);
    background-size: cover;
    background-position: left top; } }

@media (min-width: 993px) {
  .et-why__title {
    padding-bottom: 36px; } }

.et-questions-sec {
  margin-top: 50px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: #000; }
  .et-why-sec + .et-questions-sec {
    margin-top: 0; }
  @media (min-width: 2001px) {
    .et-questions-sec::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100vw;
      max-width: 2500px;
      left: 50%;
      transform: translate3d(-50%, 0, 0);
      background-image: url("/images/common/questions/bg-2500.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      pointer-events: none; } }

@media (min-width: 1501px) and (max-width: 2000px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-2000.jpg"); } }

@media (min-width: 1201px) and (max-width: 1500px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-1500.jpg"); } }

@media (min-width: 993px) and (max-width: 1200px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-1200.jpg"); } }

@media (min-width: 769px) and (max-width: 992px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-992.jpg"); } }

@media (min-width: 577px) and (max-width: 768px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-768.jpg"); } }
  @media (max-width: 576px) {
    .et-questions-sec {
      background-image: url("/images/common/questions/bg-576.jpg"); } }
  @media (min-width: 2001px) {
    .et-questions-sec {
      padding-top: 170px;
      padding-bottom: 170px; } }

@media (min-width: 993px) and (max-width: 2000px) {
  .et-questions-sec {
    padding-top: 136px;
    padding-bottom: 150px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-questions-sec {
    padding-top: 133px;
    padding-bottom: 153px; } }
  @media (max-width: 576px) {
    .et-questions-sec {
      padding-top: 30px;
      padding-bottom: 75px; } }
  .et-questions-sec::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%); }

.et-questions {
  position: relative;
  z-index: 1; }
  .et-questions .et-input-block--btn {
    align-items: flex-start; }
  @media (max-width: 576px) {
    .et-questions {
      text-align: center; } }
  .et-questions__title {
    padding-bottom: 6px; }
  .et-questions__subtitle {
    padding-bottom: 32px; }
    @media (min-width: 993px) {
      .et-questions__subtitle {
        max-width: 900px; } }
  .et-questions__form .et-input-block {
    max-width: 558px;
    width: 100%; }
  .et-questions__form .et-input-txt {
    width: 100%; }

/*# sourceMappingURL=blog-categories.css.map */
