@charset "UTF-8";
.et-hero {
  position: relative;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: center;
  min-height: 100vh; }
  .et-hero__head {
    color: var(--white); }
    @media (min-width: 1601px) {
      .et-hero__head {
        margin-top: 300px;
        margin-bottom: 300px; } }

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

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

@media (min-width: 576px) and (max-width: 767px) {
  .et-hero__head {
    margin-top: 200px;
    margin-bottom: 100px; } }
    @media (max-width: 575px) {
      .et-hero__head {
        margin-top: 115px;
        margin-bottom: 70px; } }
    .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: 72px; } }

@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: 46px; } }
    .et-hero__head .et-btn {
      margin-top: 55px; }
      @media (min-width: 577px) {
        .et-hero__head .et-btn {
          left: calc(50% - 95px); } }
      @media (max-width: 576px) {
        .et-hero__head .et-btn {
          width: 200px;
          left: calc(50% - 100px); } }

.et-article__wrap--text-wrap .et-article-item__text p,
.et-article__wrap--text-wrap .et-article-item__text ul,
.et-article__wrap--text-wrap .et-article-item__text ol, .et-article__wrap--text-wrap .et-article-item__comment p:not(.et-h6) {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em; }
  @media (max-width: 575px) {
    .et-article__wrap--text-wrap .et-article-item__text p,
    .et-article__wrap--text-wrap .et-article-item__text ul,
    .et-article__wrap--text-wrap .et-article-item__text ol, .et-article__wrap--text-wrap .et-article-item__comment p:not(.et-h6) {
      font-size: 14px; } }

.et-paginator__list {
  display: flex;
  justify-content: center;
  align-items: center; }

.et-paginator__pages {
  color: #949495; }
  .et-paginator__pages > *:not(:last-child) {
    margin-right: 15px; }
  .et-paginator__pages > a,
  .et-paginator__pages > span {
    color: inherit;
    cursor: pointer;
    font: inherit; }
    .et-paginator__pages > a:hover,
    .et-paginator__pages > span:hover {
      opacity: .7; }
    .et-paginator__pages > a.active,
    .et-paginator__pages > span.active {
      color: #6E1A6E;
      font-weight: 900;
      pointer-events: none; }

.et-paginator__prev, .et-paginator__next {
  flex: none;
  display: block;
  text-align: center; }
  .et-paginator__prev:after, .et-paginator__next:after {
    background-color: #6f146f; }
  .et-paginator__prev.is-disabled, .et-paginator__next.is-disabled {
    opacity: 0.5;
    cursor: default; }

.et-paginator__prev {
  margin-right: 15px; }

.et-paginator__next {
  margin-left: 15px; }

@media (min-width: 1601px) {
  .et-article {
    margin: -110px auto 0; } }

@media (min-width: 993px) and (max-width: 1600px) {
  .et-article {
    margin: -110px auto 0; } }

@media (min-width: 768px) and (max-width: 992px) {
  .et-article {
    margin: -280px auto 0; } }

@media (min-width: 576px) and (max-width: 767px) {
  .et-article {
    margin: -50px auto 0; } }

@media (max-width: 575px) {
  .et-article {
    margin: -50px auto 0; } }

.et-article .et-list__list-bottom {
  margin-top: 20px; }

.et-article__wrap {
  position: relative;
  background-color: var(--white);
  box-shadow: 0px 5px 24px rgba(39, 39, 39, 0.1); }
  @media (min-width: 768px) {
    .et-article__wrap {
      margin: 0 auto 35px; } }
  @media (max-width: 767px) {
    .et-article__wrap {
      margin: 0 auto 25px; } }
  .et-article__wrap.js-show .js-show-comment-target::after {
    opacity: 0; }
  .et-article__wrap.js-show .js-show-comment-btn > svg {
    transform: rotate(180deg); }
  .et-article__wrap--text-wrap time {
    color: var(--grey-1); }
  @media (min-width: 1601px) {
    .et-article__wrap--text-wrap .et-article-item {
      display: grid;
      grid-template-columns: 1fr 3fr;
      grid-template-areas: "info text" "btn text";
      grid-template-rows: 1fr 2fr; }
      @supports (grid-template-rows: max-content) {
        .et-article__wrap--text-wrap .et-article-item {
          grid-template-rows: max-content; } } }

@media (min-width: 1280px) and (max-width: 1600px) {
  .et-article__wrap--text-wrap .et-article-item {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-areas: "info text" "btn text";
    grid-template-rows: 1fr 2fr; }
    @supports (grid-template-rows: max-content) {
      .et-article__wrap--text-wrap .et-article-item {
        grid-template-rows: max-content; } } }
  .et-article__wrap--text-wrap .et-article-item__info {
    grid-area: info; }
    .et-article__wrap--text-wrap .et-article-item__info h5,
    .et-article__wrap--text-wrap .et-article-item__info h6,
    .et-article__wrap--text-wrap .et-article-item__info p,
    .et-article__wrap--text-wrap .et-article-item__info div {
      margin-bottom: 15px; }
  .et-article__wrap--text-wrap .et-article-item__text {
    position: relative;
    grid-area: text; }
    @media (min-width: 1280px) {
      .et-article__wrap--text-wrap .et-article-item__text {
        padding-left: 75px; } }

@media (min-width: 769px) and (max-width: 1279px) {
  .et-article__wrap--text-wrap .et-article-item__text {
    padding-top: 20px;
    padding-bottom: 20px; } }
    @media (max-width: 768px) {
      .et-article__wrap--text-wrap .et-article-item__text {
        padding-top: 40px;
        padding-bottom: 65px; } }
    @media (max-width: 576px) {
      .et-article__wrap--text-wrap .et-article-item__text__inner {
        max-height: 200px;
        overflow: hidden;
        position: relative; }
        .et-article__wrap--text-wrap .et-article-item__text__inner::after {
          content: "";
          display: block;
          pointer-events: none;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 60px;
          transition: opacity .2s linear;
          background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #fff 100%); } }
    .et-article__wrap--text-wrap .et-article-item__text::after, .et-article__wrap--text-wrap .et-article-item__text::before {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      content: "";
      pointer-events: none; }
    .et-article__wrap--text-wrap .et-article-item__text::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67' height='53' viewBox='0 0 67 53' fill='none'%3E%3Cpath d='M61.257 0L67 5.468c-6.665 7.852-9.997 15.283-9.997 22.294 0 2.524 1.135 5.188 3.403 7.992 2.27 2.664 3.404 5.328 3.404 7.992 0 2.524-1.135 4.697-3.404 6.52C58.28 52.089 55.586 53 52.324 53c-3.262 0-6.027-1.332-8.295-3.996-2.27-2.804-3.404-7.01-3.404-12.62 0-5.748 1.702-11.917 5.105-18.507C49.275 11.147 54.45 5.187 61.257 0zM20.632 0l5.743 5.468c-6.665 7.852-9.997 15.283-9.997 22.294 0 2.524 1.134 5.188 3.403 7.992 2.269 2.664 3.403 5.328 3.403 7.992 0 2.524-1.134 4.697-3.403 6.52C17.654 52.089 14.96 53 11.698 53c-3.261 0-6.026-1.332-8.295-3.996C1.134 46.2 0 41.994 0 36.384c0-5.748 1.702-11.917 5.105-18.507C8.65 11.147 13.825 5.187 20.632 0z' fill='%23E9EEF2'/%3E%3C/svg%3E"); }
      @media (min-width: 1280px) {
        .et-article__wrap--text-wrap .et-article-item__text::before {
          left: 0px;
          top: -30px; } }

@media (min-width: 993px) and (max-width: 1279px) {
  .et-article__wrap--text-wrap .et-article-item__text::before {
    left: -75px;
    top: 0px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .et-article__wrap--text-wrap .et-article-item__text::before {
    left: -75px;
    top: 0px; } }

@media (min-width: 577px) and (max-width: 767px) {
  .et-article__wrap--text-wrap .et-article-item__text::before {
    left: -75px;
    top: 10px; } }
      @media (max-width: 576px) {
        .et-article__wrap--text-wrap .et-article-item__text::before {
          left: 0px;
          top: 0px; } }
      @media (min-width: 577px) {
        .et-article__wrap--text-wrap .et-article-item__text::before {
          width: 67px;
          height: 53px; } }
      @media (max-width: 576px) {
        .et-article__wrap--text-wrap .et-article-item__text::before {
          width: 48px;
          height: 38px; } }
    .et-article__wrap--text-wrap .et-article-item__text::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67' height='53' viewBox='0 0 67 53' fill='none'%3E%3Cpath d='M5.743 53L0 47.532c6.665-7.852 9.997-15.283 9.997-22.294 0-2.524-1.135-5.188-3.403-7.992-2.27-2.664-3.404-5.328-3.404-7.992 0-2.524 1.135-4.697 3.404-6.52C8.72.911 11.414 0 14.676 0c3.262 0 6.027 1.332 8.295 3.996 2.27 2.804 3.404 7.01 3.404 12.62 0 5.748-1.702 11.917-5.105 18.507-3.545 6.73-8.72 12.69-15.527 17.877zm40.625 0l-5.743-5.468c6.665-7.852 9.997-15.283 9.997-22.294 0-2.524-1.134-5.188-3.403-7.992-2.269-2.664-3.403-5.328-3.403-7.992 0-2.524 1.134-4.697 3.403-6.52C49.346.911 52.04 0 55.302 0c3.261 0 6.026 1.332 8.295 3.996C65.866 6.8 67 11.006 67 16.616c0 5.748-1.702 11.917-5.105 18.507-3.545 6.73-8.72 12.69-15.527 17.877z' fill='%23E9EEF2'/%3E%3C/svg%3E"); }
      @media (min-width: 993px) {
        .et-article__wrap--text-wrap .et-article-item__text::after {
          right: -75px;
          bottom: 0px; } }

@media (min-width: 769px) and (max-width: 992px) {
  .et-article__wrap--text-wrap .et-article-item__text::after {
    right: -75px;
    bottom: -26px; } }

@media (min-width: 577px) and (max-width: 768px) {
  .et-article__wrap--text-wrap .et-article-item__text::after {
    right: -60px;
    bottom: 0px; } }
      @media (max-width: 576px) {
        .et-article__wrap--text-wrap .et-article-item__text::after {
          right: 0px;
          bottom: 13px; } }
      @media (min-width: 577px) {
        .et-article__wrap--text-wrap .et-article-item__text::after {
          width: 67px;
          height: 53px; } }
      @media (max-width: 576px) {
        .et-article__wrap--text-wrap .et-article-item__text::after {
          width: 48px;
          height: 38px; } }
  .et-article__wrap--text-wrap .et-article-item__comment {
    padding-top: 40px; }
    @media (min-width: 769px) {
      .et-article__wrap--text-wrap .et-article-item__comment {
        margin-right: -90px;
        margin-left: -90px;
        padding-right: 90px;
        padding-left: 159px; } }

@media (min-width: 577px) and (max-width: 768px) {
  .et-article__wrap--text-wrap .et-article-item__comment {
    margin-right: -90px;
    margin-left: -90px;
    padding-right: 45px;
    padding-left: 80px; } }
    @media (min-width: 577px) {
      .et-article__wrap--text-wrap .et-article-item__comment {
        margin-top: 40px;
        border-top: 1px solid #ccc; } }
    @media (max-width: 576px) {
      .et-article__wrap--text-wrap .et-article-item__comment {
        padding-left: 20px; } }
    .et-article__wrap--text-wrap .et-article-item__comment p,
    .et-article__wrap--text-wrap .et-article-item__comment div {
      padding-bottom: 15px; }
  @media (min-width: 577px) {
    .et-article__wrap--text-wrap .et-article-item__more {
      display: none; } }
  @media (max-width: 576px) {
    .et-article__wrap--text-wrap .et-article-item__more {
      margin-bottom: 20px;
      text-align: center; }
      .et-article__wrap--text-wrap .et-article-item__more > .et-link > span {
        font: inherit; } }
  .et-article__wrap--text-wrap .et-article-item > p {
    position: relative; }
  .et-article__wrap--text-wrap .et-article-item .et-article-item__info {
    grid-area: info; }
  .et-article__wrap--text-wrap .et-article-item .et-article-item__button {
    grid-area: btn; }
  .et-article__wrap--text-wrap .et-article-item p {
    grid-area: p; }
  @media (min-width: 577px) {
    .et-article__wrap {
      padding: 52px 90px 30px; } }
  @media (max-width: 576px) {
    .et-article__wrap {
      padding: 30px 20px; } }
  .et-article__wrap .et-article-outer__feedback {
    padding: var(--text-padd-v) var(--text-padd-h); }
  @media (min-width: 993px) {
    .et-article__wrap .et-article-outer__comment {
      padding-top: 42px;
      padding-bottom: 0px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-article__wrap .et-article-outer__comment {
    padding-top: 40px;
    padding-bottom: 20px; } }
  @media (max-width: 576px) {
    .et-article__wrap .et-article-outer__comment {
      padding-top: 24px;
      padding-bottom: 28px; } }

.et-article .et-txt-bg--sec {
  position: relative;
  text-align: center;
  text-shadow: 18px 18px 24px rgba(39, 39, 39, 0.1); }
  @media (min-width: 993px) {
    .et-article .et-txt-bg--sec {
      margin-top: -95px;
      font-size: 165px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-article .et-txt-bg--sec {
    margin-top: -60px;
    font-size: 120px; } }
  @media (max-width: 576px) {
    .et-article .et-txt-bg--sec {
      margin-top: -35px;
      margin-bottom: 10px;
      font-size: 64px; } }

.et-article__page-nav {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 769px) {
    .et-article__page-nav {
      padding: 0 30px; } }
  @media (min-width: 577px) {
    .et-article__page-nav {
      margin-top: -120px;
      margin-bottom: 75px; } }
  @media (max-width: 576px) {
    .et-article__page-nav {
      flex-direction: column-reverse; } }
  .et-article__page-nav .et-paginator {
    margin-top: 30px;
    margin-bottom: 30px; }

.et-article__delimiter {
  position: relative; }
  .et-article__delimiter-inner {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -2; }
    .et-article__delimiter-inner::after {
      content: "";
      position: absolute;
      top: -1px;
      left: 1px;
      bottom: -1px;
      width: 100%;
      background-size: 100% 100%;
      background-position: center top; }
  .et-article__delimiter--bottom .et-article__delimiter-inner {
    background-position: center bottom; }
    @media (min-width: 1921px) {
      .et-article__delimiter--bottom .et-article__delimiter-inner {
        height: 735px;
        transform: translate(-17%, -99%); } }

@media (min-width: 769px) and (max-width: 1920px) {
  .et-article__delimiter--bottom .et-article__delimiter-inner {
    height: 735px;
    transform: translate(-24%, -99%); } }
    .et-article__delimiter--bottom .et-article__delimiter-inner:after {
      background-image: linear-gradient(to left, white 40%, rgba(255, 255, 255, 0.6) 60%), linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 30%); }

.et-article-comment__inner {
  position: relative; }
  @media (min-width: 1601px) {
    .et-article-comment__inner {
      display: flex;
      flex-wrap: wrap; } }
  .et-article-comment__inner.et-feedform-success:after {
    position: absolute;
    content: 'Спасибо за комментарий';
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px; }

@media (min-width: 1601px) {
  .et-article-comment__head {
    flex: 1; } }

@media (min-width: 577px) and (max-width: 1600px) {
  .et-article-comment__head {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .et-article-comment__head > * + * {
      margin-left: 20px; } }

@media (max-width: 576px) {
  .et-article-comment__head {
    padding-bottom: 26px;
    display: flex;
    justify-content: space-between; }
    .et-article-comment__head > * + * {
      margin-left: 20px; } }

@media (min-width: 1601px) {
  .et-article-comment__main {
    flex: 3;
    padding-left: 75px; }
    .et-article-comment__main > .et-input-txt {
      width: 50%;
      margin-right: 50%; }
    .et-article-comment__main > .et-textarea-block {
      height: 154px; }
    .et-article-comment__main > * + * {
      margin-top: 26px; } }

@media (min-width: 577px) and (max-width: 1600px) {
  .et-article-comment__main {
    padding-bottom: 20px; }
    .et-article-comment__main > * + * {
      margin-top: 20px; }
    .et-article-comment__main > .et-textarea-block {
      height: 156px; } }

@media (max-width: 576px) {
  .et-article-comment__main {
    padding-bottom: 24px; }
    .et-article-comment__main > * + * {
      margin-top: 20px; }
    .et-article-comment__main > .et-textarea-block {
      height: 180px; } }

@media (min-width: 1601px) {
  .et-article-comment__bot {
    flex: 0 0 100%;
    padding-top: 26px;
    text-align: right; } }

@media (min-width: 577px) and (max-width: 1600px) {
  .et-article-comment__bot {
    text-align: right; } }

.et-article-comment-hide-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  border: 1px solid #c3c3c3;
  transition: border-color 0.2s linear; }
  .et-article-comment-hide-btn > svg.et-icon-arrow-b {
    transform: rotate(180deg);
    pointer-events: none; }
  .et-article-comment-hide-btn:hover {
    border-color: var(--text); }
  @media (min-width: 1601px) {
    .et-article-comment-hide-btn {
      position: absolute;
      right: 0;
      top: 0; } }

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

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

@media (min-width: 577px) {
  .et-comment-popup-cont {
    max-width: 632px; } }

.et-comment-popup-cont .et-select li {
  min-height: 48px;
  height: auto; }

@media (min-width: 577px) {
  .et-comment-popup__head {
    padding-bottom: 32px; } }

@media (max-width: 576px) {
  .et-comment-popup__head {
    padding-bottom: 20px; } }

@media (min-width: 577px) {
  .et-comment-popup__main {
    padding-bottom: 32px; } }

@media (max-width: 576px) {
  .et-comment-popup__main {
    padding-bottom: 36px; } }

@media (min-width: 577px) {
  .et-comment-popup__bot {
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }

@media (max-width: 576px) {
  .et-comment-popup__bot {
    padding-top: 16px; } }

.et-comment-popup__bot__meter {
  text-align: center; }
  @media (min-width: 577px) {
    .et-comment-popup__bot__meter {
      flex: 0 0 100%;
      padding-bottom: 35px; } }
  @media (max-width: 576px) {
    .et-comment-popup__bot__meter {
      padding-bottom: 12px; } }

@media (min-width: 577px) {
  .et-comment-popup__bot__captcha {
    margin-right: 20px; } }

@media (max-width: 576px) {
  .et-comment-popup__bot__captcha {
    padding-bottom: 20px;
    text-align: center; } }

@media (min-width: 577px) {
  .et-comment-popup-form__fields {
    padding-bottom: 68px; }
    .et-comment-popup-form__fields > * + * {
      margin-top: 20px; }
    .et-comment-popup-form__fields > .et-textarea-block {
      height: 156px; } }

@media (max-width: 576px) {
  .et-comment-popup-form__fields {
    padding-bottom: 16px; }
    .et-comment-popup-form__fields > * + * {
      margin-top: 16px; }
    .et-comment-popup-form__fields > .et-textarea-block {
      height: 104px; } }

@media (min-width: 577px) {
  .et-comment-popup-form__datapick {
    display: flex;
    align-items: center; }
    .et-comment-popup-form__datapick > * + * {
      margin-left: 20px; } }

@media (max-width: 576px) {
  .et-comment-popup-form__datapick > * + * {
    padding-top: 16px; } }

/*# sourceMappingURL=feedback.css.map */
