@media screen and (max-width: 1280px) {
  /* hero */
  .hero_elipse {
    right: -139px;
    width: 838px;
    top: 92px;
  }
}
@media screen and (max-width: 1240px) {
  /* header */
  .header_list {
    gap: 30px;
  }
}
@media screen and (max-width: 1110px) {
  /* header */
  .header_container {
    padding: 16px 20px;
  }
  .header_logo {
    max-width: 157px;
    width: 100%;
    height: 19px;
  }
  .header_nav {
    display: none;
  }
  .header_account {
    display: none;
  }
  .burger_menu {
    display: block;
  }
  /* hero */
  .hero {
    padding: 143px 0 80px;
  }
}
@media screen and (max-width: 1050px) {
  .privacy_footer {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 996px) {
  /* hero */
  .hero_elipse {
    right: -139px;
    width: 838px;
    top: 62px;
  }
  /* automatically */
  .automatically {
    padding: 61px;
  }
  .automatically_block__top {
    justify-content: center;
    flex-direction: column;
    gap: 40px;
  }
  .automatically_block__bottom {
    justify-content: center;
    flex-direction: column;
    gap: 40px;
  }
  .automatically_content {
    order: -1;
  }
  /* progress  */
  .progress {
    padding: 60px 0;
  }
  .progress_elipse {
    display: none;
  }
  .progress_text {
    margin-bottom: 40px;
  }
  .progress_content {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 776px) {
  /* header */
  .locales_list {
    display: none;
  }
  /* modal_account */
  .modal_account__container {
    max-width: calc(460px - 40px);
  }
  /* hero */
  .hero {
    padding: 122px 0 60px;
  }
  .hero_elipse {
    display: none;
  }
  .hero_title, .hero_subtitle {
    font-size: 32px;
    line-height: 39px;
  }
  .automatically_container{
    padding: 0;
  }
  /* footer */
  .footer {
    padding: 40px 20px;
  }
  .privacy_footer {
    position: static;
    width: 100%;
  }
  .footer_container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 0;
  }
  .footer_list {
    flex-direction: column;
    gap: 10px;
  }
  .footer_link {
    background: linear-gradient(103.94deg, #3874cb 0%, #045ad7 77.84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-decoration: underline;
    text-decoration-color: #045ad7;
  }
}
@media screen and (max-width: 676px) {
  hr {
    display: none;
  }

    /* answer */
    .answer {
        padding: 60px 0;
    }
    .answer_img {
        display: none;
    }
    .answer_content__img {
        display: none;
    }
    .answer_block {
        flex-direction: column;
        gap: 24px;
    }
    .answer_block-absolute {
        position: relative;
        padding: 52px 24px 24px;
    }
    .answer_text {
        margin-bottom: 47px;
    }
    .answer_block__img {
        position: absolute;
        top: -42px;
        left: 50%;
        transform: translateX(-50%);
    }
    .answer_block__text {
        max-width: 100%;
        text-align: center;
    }

  /* security */
  .security {
    padding: 60px 0 0;
  }
  .security_content {
    flex-direction: column;
    padding: 187px 20px 38px;
    margin-right: -20px;
    margin-left: -20px;
    gap: 0;
    border-radius: 0;
  }
  .security_content__img {
    position: absolute;
    top: -37px;
    max-width: 267px;
    width: 100%;
    height: 210px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 662px) {
  /* automatically */
  .automatically_block__img {
    height: auto;
  }
  .automatically_content__title {
    font-size: 24px;
  }
  .automatically_content__subtitle {
    font-size: 18px;
  }
  .graphic_block {
    justify-content: space-around;
  }
  .graphic_block__chart {
    justify-content: space-around;
    min-height: 168px;
  }
}
@media screen and (max-width: 576px) {
  /* questions */
  .questions {
    padding: 60px 20px;
  }
  .questions_title {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .questions_text {
    margin-bottom: 40px;
  }
  .questions_form {
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .questions_form__input {
    max-width: 100%;
  }
  .questions_form__btn {
    max-width: 100%;
    width: 100%;
  }
    /* answer */
    .answer {
        padding: 22px 0 60px;
    }
    .answer_title {
        font-size: 24px;
    }
    .answer_text {
        font-size: 16px;
    }
}
@media screen and (max-width: 505px) {
  .automatically_graphic {
    gap: 9px;
    min-height: 197px;
  }
  .graphic_chart {
    width: 38px;
  }
  .graphic_chart__may {
    margin-top: 95px;
  }
  .graphic_chart__jan {
    margin-top: 77px;
  }
  .graphic_chart__jul {
    margin-top: 43px;
  }
  .graphic_chart__aug {
    margin-top: 25px;
  }
  .graphic_month {
    font-size: 11px;
    line-height: 18px;
    width: 20px;
  }
  .automatically{
    padding: 60px 20px;
  }
  .automatically_container{
    padding: 0;
  }
  .questions_container{
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  /* modal_account */
  .modal_account__container {
    max-width: calc(100% - 40px);
    overflow: hidden auto;
    /* height: calc(100% - 40px); */
  }
}
@media screen and (max-width: 456px) {
  /* progress */
  .progress_title {
    font-size: 24px;
  }
  .progress_subtitle {
    font-size: 24px;
  }
  .progress_text {
    font-size: 18px;
  }
  .progress_content__left {
    padding: 20px 20px 24px;
  }
  .progress_content__right {
    padding: 20px 20px 0;
  }
  .progress_content__text {
    font-size: 20px;
    line-height: 24px;
  }
  /* security */
  .security_title {
    font-size: 24px;
  }
    /* answer  */
    .answer_btn {
        max-width: 100%;
        width: 100%;
    }
}
