html,
button,
input,
textarea,
a {
  font-family: 'Museo', sans-serif;
  color: var(--text); }

strong {
  font-weight: 900 !important; }

.et-h1,
h1 {
  font-weight: 900;
  line-height: 1.2em; }
  @media screen and (max-width: 320px) {
    .et-h1,
    h1 {
      font-size: 30px; } }
  @media screen and (max-width: 1199px) and (min-width: 321px) {
    .et-h1,
    h1 {
      font-size: calc(30px + 70 * ((100vw - 320px) / 880)); } }
  @media screen and (min-width: 1200px) {
    .et-h1,
    h1 {
      font-size: 100px; } }

.et-h2,
h2 {
  font-weight: 900;
  line-height: 1.2em; }
  @media screen and (max-width: 320px) {
    .et-h2,
    h2 {
      font-size: 24px; } }
  @media screen and (max-width: 1699px) and (min-width: 321px) {
    .et-h2,
    h2 {
      font-size: calc(24px + 20 * ((100vw - 320px) / 1380)); } }
  @media screen and (min-width: 1700px) {
    .et-h2,
    h2 {
      font-size: 44px; } }

.et-h3,
h3 {
  font-weight: 900;
  line-height: 1.2em; }
  @media screen and (max-width: 320px) {
    .et-h3,
    h3 {
      font-size: 22px; } }
  @media screen and (max-width: 1699px) and (min-width: 321px) {
    .et-h3,
    h3 {
      font-size: calc(22px + 26 * ((100vw - 320px) / 1380)); } }
  @media screen and (min-width: 1700px) {
    .et-h3,
    h3 {
      font-size: 48px; } }

.et-h4,
h4 {
  font-weight: 900;
  line-height: 1.25em; }
  @media screen and (max-width: 320px) {
    .et-h4,
    h4 {
      font-size: 18px; } }
  @media screen and (max-width: 1699px) and (min-width: 321px) {
    .et-h4,
    h4 {
      font-size: calc(18px + 18 * ((100vw - 320px) / 1380)); } }
  @media screen and (min-width: 1700px) {
    .et-h4,
    h4 {
      font-size: 36px; } }

.et-h5,
h5 {
  font-weight: 900;
  line-height: 1.25em; }
  @media screen and (max-width: 320px) {
    .et-h5,
    h5 {
      font-size: 18px; } }
  @media screen and (max-width: 1699px) and (min-width: 321px) {
    .et-h5,
    h5 {
      font-size: calc(18px + 6 * ((100vw - 320px) / 1380)); } }
  @media screen and (min-width: 1700px) {
    .et-h5,
    h5 {
      font-size: 24px; } }

.et-h6,
h6 {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.25em; }

.et-lead {
  font-weight: 500;
  line-height: 1.5em; }
  @media screen and (max-width: 768px) {
    .et-lead {
      font-size: 16px; } }
  @media screen and (max-width: 1699px) and (min-width: 769px) {
    .et-lead {
      font-size: calc(16px + 8 * ((100vw - 768px) / 932)); } }
  @media screen and (min-width: 1700px) {
    .et-lead {
      font-size: 24px; } }

.et-reg,
.et-article__item .et-article__wrap p:not([class*="et-h"]) {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em; }
  @media (max-width: 575px) {
    .et-reg,
    .et-article__item .et-article__wrap p:not([class*="et-h"]) {
      font-size: 14px; } }

.et-small {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em; }

.et-txt-ceo {
  line-height: 1.5em;
  font-weight: 300;
  font-size: 16px; }

.et-txt-bg {
  font-weight: 900;
  line-height: 1.2em; }
  @media screen and (max-width: 320px) {
    .et-txt-bg {
      font-size: 30px; } }
  @media screen and (max-width: 1999px) and (min-width: 321px) {
    .et-txt-bg {
      font-size: calc(30px + 110 * ((100vw - 320px) / 1680)); } }
  @media screen and (min-width: 2000px) {
    .et-txt-bg {
      font-size: 140px; } }
  .et-txt-bg--sec {
    text-transform: uppercase;
    color: var(--white);
    z-index: -1;
    opacity: 0.9;
    text-shadow: 0px 15px 24px rgba(39, 39, 39, 0.1); }
    @media (min-width: 577px) {
      .et-txt-bg--sec {
        position: absolute;
        left: 0;
        right: 0;
        max-width: 2000px;
        white-space: nowrap;
        margin: 0 auto;
        top: 0; } }

.et-txt-strong {
  font-weight: 900; }

.et-txt-strong-list {
  font-weight: 900;
  line-height: 1.7em; }
  @media (min-width: 577px) {
    .et-txt-strong-list {
      font-size: 20px; } }
  @media (max-width: 576px) {
    .et-txt-strong-list {
      font-size: 18px; } }

.et-red {
  color: var(--red); }

.et-red-2 {
  color: var(--red-2); }

.et-black-1 {
  color: var(--black-1); }

.et-black-2 {
  color: var(--black-2); }

.et-grey-1 {
  color: var(--grey-1); }

.et-blue-1 {
  color: var(--blue-1); }

.et-white {
  color: var(--white); }

.et-txt-upper {
  text-transform: uppercase; }

.et-txt-center {
  text-align: center; }

.et-txt-elips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.et-und-line,
.et-article__item .et-article__wrap .et-h4 {
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative; }
  .et-und-line::after,
  .et-article__item .et-article__wrap .et-h4::after {
    position: absolute;
    content: '';
    display: block;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 4px;
    background-image: var(--grad);
    border-radius: 2px;
    z-index: 1; }

.et-txt-grad {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, 0);
  background-image: var(--grad); }

@media (min-width: 1601px) {
  .et-article-outer {
    padding-left: 200px;
    padding-right: 200px; } }

@media (min-width: 993px) and (max-width: 1600px) {
  .et-article-outer {
    padding-left: 100px;
    padding-right: 100px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .et-article-outer {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .et-article-outer {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 575px) {
  .et-article-outer {
    padding-left: 10px;
    padding-right: 10px; } }

.et-article-outer__wrap {
  position: relative;
  background-color: var(--white);
  box-shadow: 0px 5px 24px rgba(39, 39, 39, 0.1); }
  @media (min-width: 1601px) {
    .et-article-outer__wrap {
      max-width: 1450px; } }

@media (min-width: 993px) and (max-width: 1600px) {
  .et-article-outer__wrap {
    max-width: 1360px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .et-article-outer__wrap {
    max-width: 870px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .et-article-outer__wrap {
    max-width: 725px; } }
  @media (max-width: 575px) {
    .et-article-outer__wrap {
      max-width: 535px; } }

.et-article-outer__inner {
  padding: var(--text-padd-v) var(--text-padd-h); }
  @media (min-width: 1601px) {
    .et-article-outer__inner {
      --text-padd-v: 50px;
      --text-padd-h: 250px; } }

@media (min-width: 1201px) and (max-width: 1600px) {
  .et-article-outer__inner {
    --text-padd-v: 50px;
    --text-padd-h: 200px; } }

@media (min-width: 993px) and (max-width: 1200px) {
  .et-article-outer__inner {
    --text-padd-v: 50px;
    --text-padd-h: 150px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .et-article-outer__inner {
    --text-padd-v: 30px;
    --text-padd-h: 92px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .et-article-outer__inner {
    --text-padd-v: 30px;
    --text-padd-h: 50px; } }
  @media (max-width: 575px) {
    .et-article-outer__inner {
      --text-padd-v: 20px;
      --text-padd-h: 8px; } }

.et-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*background: linear-gradient(114.61deg, rgba(255, 255, 255, 0.1) -0.45%, rgba(0, 0, 0, 0) 47.59%), rgba(0, 0, 0, 0.3);  */
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%); }
  .et-hero__media {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    pointer-events: none; }
    .et-hero__media img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .et-hero__head {
    color: var(--white); }
    @media (min-width: 1201px) {
      .et-hero__head {
        padding-top: 100px;
        padding-bottom: 200px; } }

@media (min-width: 993px) and (max-width: 1200px) {
  .et-hero__head {
    margin-top: 300px;
    margin-bottom: 300px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .et-hero__head {
    margin-top: 280px;
    margin-bottom: 350px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .et-hero__head {
    margin-top: 200px;
    margin-bottom: 280px; } }
    @media (max-width: 575px) {
      .et-hero__head {
        margin-top: 160px;
        margin-bottom: 260px; } }
    .et-hero__head .et-breadcrumb {
      text-align: center; }
    .et-hero__head h1 {
      text-shadow: 0px 4px 60px rgba(50, 44, 88, 0.5); }
    .et-hero__head h1, .et-hero__head h2, .et-hero__head h3, .et-hero__head h4, .et-hero__head h5, .et-hero__head h6 {
      line-height: 1.2em;
      text-align: center;
      text-transform: uppercase; }
      @media (min-width: 993px) {
        .et-hero__head h1, .et-hero__head h2, .et-hero__head h3, .et-hero__head h4, .et-hero__head h5, .et-hero__head h6 {
          font-size: 80px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-hero__head h1, .et-hero__head h2, .et-hero__head h3, .et-hero__head h4, .et-hero__head h5, .et-hero__head h6 {
    margin: 10px 0 20px;
    font-size: 72px; } }
      @media (max-width: 576px) {
        .et-hero__head h1, .et-hero__head h2, .et-hero__head h3, .et-hero__head h4, .et-hero__head h5, .et-hero__head h6 {
          margin: 10px 0 25px;
          font-size: 36px; } }

@media (min-width: 1601px) {
  .et-tabs__container {
    padding-bottom: 80px; } }

.et-tabs__container-inner {
  position: relative; }
  @media (min-width: 993px) {
    .et-tabs__container-inner {
      padding-top: 88px;
      padding-bottom: 20px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-tabs__container-inner {
    padding-top: 60px;
    padding-bottom: 20px; } }
  @media (max-width: 576px) {
    .et-tabs__container-inner {
      padding-top: 36px;
      padding-bottom: 20px; } }
  .et-tabs__container-inner--name {
    max-width: 860px; }
    .et-tabs__container-inner--name-title {
      position: relative; }
      @media (min-width: 577px) {
        .et-tabs__container-inner--name-title {
          margin-bottom: 52px;
          padding-top: 28px;
          padding-bottom: 28px;
          padding-left: 20px; } }
      @media (max-width: 576px) {
        .et-tabs__container-inner--name-title {
          margin-bottom: 30px;
          padding-bottom: 32px;
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 16px;
          font-size: 22px; } }
      .et-tabs__container-inner--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-tabs__container-inner--name-title > span {
          font-size: 22px; } }
  .et-tabs__container-inner--bg-text {
    position: absolute; }
    @media (min-width: 1025px) {
      .et-tabs__container-inner--bg-text {
        right: 0px; } }
    @media (max-width: 1024px) {
      .et-tabs__container-inner--bg-text {
        right: 0;
        left: 0; } }
    @media (min-width: 1025px) {
      .et-tabs__container-inner--bg-text {
        top: 65px; } }

@media (min-width: 577px) and (max-width: 1024px) {
  .et-tabs__container-inner--bg-text {
    top: 150px; } }
    .et-tabs__container-inner--bg-text .et-txt-bg--sec {
      position: relative;
      text-align: center; }
      @media (min-width: 1201px) {
        .et-tabs__container-inner--bg-text .et-txt-bg--sec {
          font-size: 118px; } }

@media (min-width: 993px) and (max-width: 1200px) {
  .et-tabs__container-inner--bg-text .et-txt-bg--sec {
    font-size: 96px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .et-tabs__container-inner--bg-text .et-txt-bg--sec {
    font-size: 76px; } }

@media (min-width: 577px) and (max-width: 767px) {
  .et-tabs__container-inner--bg-text .et-txt-bg--sec {
    font-size: 54px; } }
      @media (max-width: 576px) {
        .et-tabs__container-inner--bg-text .et-txt-bg--sec {
          font-size: 28px; } }

@media (min-width: 577px) {
  .et-tabs__inner .et-tabs__show-btn {
    display: none; } }

@media (max-width: 576px) {
  .et-tabs__inner .et-tabs__show-btn {
    border-radius: 24px;
    font-size: 14px;
    color: #333333;
    justify-content: space-between;
    border: 1px solid var(--grey-2);
    background-color: transparent;
    box-shadow: 0px 10px 24px rgba(40, 32, 84, 0);
    transition: border-radius .1s linear, background .2s, box-shadow .2s; }
    .et-tabs__inner .et-tabs__show-btn > span {
      font-size: inherit;
      margin: initial; }
    .et-tabs__inner .et-tabs__show-btn > span > svg {
      margin-right: 15px;
      font-size: inherit; } }

@media (max-width: 576px) {
  .et-tabs__inner {
    position: relative; }
    .et-tabs__inner.js-opened .et-tabs__show-btn {
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      background-color: var(--white);
      border: 1px solid transparent;
      box-shadow: 0px 10px 24px rgba(40, 32, 84, 0.5);
      transition: border-radius .1s linear, background .2s, box-shadow .2s; }
      .et-tabs__inner.js-opened .et-tabs__show-btn::after {
        transition: transform .2s .3s linear;
        transform: scale(1); }
      .et-tabs__inner.js-opened .et-tabs__show-btn > svg {
        transform: rotate(180deg); }
    .et-tabs__inner.js-opened .et-tabs__list {
      display: block;
      opacity: 1;
      transform: translate3d(0, 0, 0);
      pointer-events: auto; } }
    @media (max-width: 576px) and (max-width: 576px) {
      .et-tabs__inner.js-opened .et-tabs__list {
        margin-top: -20px; } }

@media (min-width: 577px) {
  .et-tabs__list-wrap {
    padding-bottom: 100px; } }

@media (max-width: 576px) {
  .et-tabs__list-wrap {
    padding-bottom: 50px; } }

@media (min-width: 577px) {
  .et-tabs__list-wrap--title {
    padding-bottom: 48px; } }

@media (max-width: 576px) {
  .et-tabs__list-wrap--title {
    padding-bottom: 24px;
    text-align: left; } }

@media (min-width: 577px) {
  .et-tabs__list-wrap:last-child {
    padding-bottom: 65px; } }

@media (max-width: 576px) {
  .et-tabs__list-wrap:last-child {
    padding-bottom: 45px; } }

@media (min-width: 769px) {
  .et-tabs__list {
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 577px) and (max-width: 768px) {
  .et-tabs__list {
    margin-left: -14px;
    margin-right: -14px; } }

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

@media (max-width: 576px) {
  .et-tabs__list {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 400px;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    z-index: 2;
    border-radius: 0 0 24px 24px;
    box-shadow: 0px 26px 24px rgba(40, 32, 84, 0.5);
    animation: showList 0.3s forwards; } }

.et-tabs__list > li {
  display: block; }
  @media (min-width: 1025px) {
    .et-tabs__list > li {
      margin-bottom: 30px;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 1 25%;
      max-width: 25%; } }

@media (min-width: 769px) and (max-width: 1024px) {
  .et-tabs__list > li {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
    flex: 0 1 33.333333%;
    max-width: 33.333333%; } }

@media (min-width: 577px) and (max-width: 768px) {
  .et-tabs__list > li {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
    flex: 0 1 50%;
    max-width: 50%; } }

.et-tabs__item label {
  display: block; }

.et-tabs__item label > input[type="radio"] {
  display: none; }

.et-tabs__item .et-btn {
  padding: 0 40px;
  width: 100%;
  border-radius: 40px;
  color: #333333;
  font-weight: 500; }
  @media (min-width: 769px) {
    .et-tabs__item .et-btn {
      height: 80px; } }

@media (min-width: 577px) and (max-width: 768px) {
  .et-tabs__item .et-btn {
    height: 70px;
    font-size: 16px; } }
  @media (max-width: 576px) {
    .et-tabs__item .et-btn {
      padding-right: 15px;
      padding-left: 15px;
      font-size: 14px;
      text-align: initial;
      border-radius: initial; }
      .et-tabs__item .et-btn:before, .et-tabs__item .et-btn:after {
        display: none; }
      .et-tabs__item .et-btn > svg {
        margin-right: 17px; }
      .et-tabs__item .et-btn > span {
        justify-content: initial; } }
    @media (max-width: 576px) and (max-width: 576px) {
      .et-tabs__item .et-btn > span {
        text-align: left; } }
  .et-tabs__item .et-btn::before {
    position: absolute;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    content: '';
    z-index: -1;
    pointer-events: none;
    background-color: #fff;
    border-radius: inherit; }
  .et-tabs__item .et-btn::after {
    z-index: -2; }
  .et-tabs__item .et-btn > svg {
    flex: none;
    font-size: inherit;
    margin-right: 10px; }
  .et-tabs__item .et-btn .et-reg {
    line-height: 1em; }

@media (min-width: 577px) {
  .et-tabs__item label > input[type="radio"]:checked ~ .et-btn::before {
    opacity: 0; }
  .et-tabs__item label > input[type="radio"]:checked ~ .et-btn > svg > path {
    fill: var(--white); }
  .et-tabs__item label > input[type="radio"]:checked ~ .et-btn > span {
    color: var(--white); } }

@media (max-width: 576px) {
  .et-tabs__item label > input[type="radio"]:checked ~ .et-btn {
    display: none; } }

@keyframes showList {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@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%; }

.et-article__item {
  transform-origin: center top;
  animation: showArticle 0.4s forwards; }
  .et-article__item:not(.js-tab-active) {
    display: none; }
  .et-article__item .et-article__wrap {
    margin: 0 auto; }
    @media (min-width: 768px) {
      .et-article__item .et-article__wrap p:not([class*="et-h"]) {
        padding-bottom: 30px; } }
    @media (max-width: 767px) {
      .et-article__item .et-article__wrap p:not([class*="et-h"]) {
        padding-bottom: 20px; } }
    .et-article__item .et-article__wrap p:not([class*="et-h"]) span {
      display: block; }
    .et-article__item .et-article__wrap .et-h4 {
      padding-top: 25px;
      text-align: center;
      color: var(--red); }
      .et-article__item .et-article__wrap .et-h4:after {
        height: 1px;
        left: calc(50% - 60px); }
      @media (min-width: 993px) {
        .et-article__item .et-article__wrap .et-h4 {
          margin-bottom: 30px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-article__item .et-article__wrap .et-h4 {
    margin-bottom: 20px; } }
      @media (max-width: 576px) {
        .et-article__item .et-article__wrap .et-h4 {
          margin-bottom: 20px; } }

@keyframes showArticle {
  0% {
    opacity: 0;
    transform: translate3d(0, -50px, 0) scale(0.9); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1); } }

@media (min-width: 993px) {
  .et-tabs__list > li {
    margin-bottom: 30px;
    flex: 0 1 20%;
    max-width: 20%; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-tabs__list > li {
    margin-bottom: 20px;
    flex: 0 1 33.33333%;
    max-width: 33.33333%; } }

/*# sourceMappingURL=useful-info.css.map */
