@media (max-width: 1600px) {
  .container {
    max-width: 1080px;
  }

  header {
    margin-top: 30px;
  }

  .banner {
    margin: 60px 0;
  }

  .banner__info h1 {
    font-size: 36px;
    line-height: 120%;
    max-width: 620px;
  }

  .banner__info h2 {
    font-size: 20px;
    line-height: 120%;
  }

  .banner__btn {
    margin-top: 40px;
  }

  .banner__item p {
    font-size: 16px;
  }

  .banner__item {
    padding: 24px 26px;
  }

  .banner__image {
    width: 420px;
    height: 430px;
    top: -30px;
    right: -20px;
  }

  .advantages {
    padding-top: 50px;
  }

  .title__section {
    font-size: 32px;
  }

  .advantages__items {
    margin-top: 30px;
    gap: 8px;
  }

  .advantages__widget {
    margin: 30px auto 0;
  }

  .advantages__item {
    padding: 24px 26px;
    width: 100%;
    height: 207px;
  }

  .advantages__item img {
    width: 36px;
    height: 36px;
  }

  .advantages__item p {
    font-size: 20px;
  }

  .advantages__item span {
    font-size: 16px;
  }

  .advantages__widget {
    max-width: 528px;
    padding: 26px;
  }

  .advantages__widget-title {
    font-size: 20px;
  }

  .advantages__widget p {
    font-size: 16px;
    margin: 26px 0 30px 0;
  }

  .work {
    margin-top: -50px;
    padding: 60px 0 60px 0;
  }

  .btn__main {
    font-size: 22px;
    padding: 26px 60px;
  }

  .work__items {
    margin-top: 30px;
    gap: 12px;
  }

  .work__item {
    height: 170px;
    background-image: url("../img/work-form-laptop.svg");
    padding: 36px 43px 40px 115px;
  }

  .work__item p {
    font-size: 16px;
  }

  .work__item span {
    font-size: 20px;
  }

  .work__image {
    width: 480px;
    height: 720px;
  }

  .faq__item {
    max-width: 600px;
  }

  .faq {
    padding: 50px 0 60px 0;
  }

  .faq__items {
    margin: 30px 0 50px 0;
  }

  .faq__image {
    margin-top: 130px;
    width: 380px;
    height: 388px;
  }

  .faq__title p {
    font-size: 20px;
  }

  .faq__title {
    padding: 22px 30px;
  }

  .faq__item.active .faq__content {
    padding: 22px 30px;
  }

  footer {
    padding: 50px 0;
  }

  .zayavka__wrapper {
    padding: 40px;
    gap: 75px;
  }

  .zayavka__image {
    flex-shrink: 0;
    width: 236px;
  }

  .zayavka__form {
    width: 100%;
  }

  .header__mobile-magnits {
    display: none;
  }

  .banner__nds {
    top: 62px;
    left: -25px;
  }

  .banner__info h1 span svg {
    padding-top: 6px;
  }

  .banner__quote img {
    left: 50px;
  }

  .work__quote {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 171%;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    border-radius: 12px;
    background: #219096;
    padding: 14px 32px;
    transition: 0.4s all;
    z-index: 10;
  }

  .work__quote img {
    position: absolute;
    top: -13px;
    left: 245px;
  }
}

@media (max-width: 1200px) {
  .banner__item img {
    width: 36px;
    height: 36px;
  }

  .banner__item h3 {
    font-size: 20px;
  }

  .banner__item {
    max-width: 308px;
  }

  .banner__items {
    gap: 12px;
  }

  .advantages__items {
    gap: 16px;
  }

  .advantages {
    padding-bottom: 120px;
  }

  .transfer__wrapper {
    margin-top: 28px;
  }

  .transfer__actions p,
  .transfer__itog-title {
    font-size: 24px;
  }

  .transfer__itog {
    width: 512px;
    height: 435px;
  }

  .transfer__actions {
    height: 435px;
  }

  .transfer__valute p,
  .transfer__country p {
    font-size: 16px;
  }

  .transfer__items {
    margin-bottom: 65px;
  }

  .transfer__price-all p {
    width: 215px;
    font-size: 24px;
  }

  .transfer__price-kom p {
    font-size: 22px;
  }

  .work {
    padding: 50px 0 60px 0;
  }

  .work__image {
    width: 380px;
    height: 533px;
  }

  .work__wrapper {
    justify-content: space-between;
    gap: 0;
  }

  .zayavka {
    padding-top: 40px;
  }

  .zayavka__wrapper {
    gap: 60px;
    padding: 32px 24px;
  }

  .zayavka .title__section {
    max-width: 820px;
  }

  .faq__image {
    margin-top: 100px;
    width: 320px;
    height: 325px;
  }

  .footer__wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .footer__content ul {
    margin-top: 16px;
  }

  .footer__info {
    max-width: 100%;
  }

  .footer__info p br {
    display: none;
  }

  .footer__info p {
    margin-top: 16px;
  }

  .footer__content ul {
    gap: 6px;
  }

  .footer__content ul li a {
    max-width: 100%;
  }

  .zayavka .container {
    padding: 0;
  }

  .zayavka .title__section {
    margin-left: 20px;
  }

  .banner__item {
    padding: 24px 16px;
  }

  .banner__quote {
    top: 160%;
  }

  .banner__quote img {
    position: absolute;
    top: -25px;
    left: 60px;
  }
}

@media (max-width: 992px) {
  .header__wrapper {
    display: none;
  }

  header {
    position: relative;
    margin-top: 30px;
  }

  .header__mobile-content {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f7f7f7;
    z-index: 1000;
    border-radius: 0 0 20px 20px;
  }

  .header__mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header__mobile-burger {
    position: relative;
    z-index: 999;
  }

  .header__mobile-logo {
    display: flex;
    width: 57px;
    height: 44px;
    overflow: hidden;
  }

  .header__mobile-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .header__mobile-profile p,
  .header__mobile-contacts p {
    color: #2b3233;
    font-family: "Raleway";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 22px;
  }

  .header__mobile-profile a {
    width: 100%;
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 2px solid #219096;
    border-radius: 30px;
    color: #2b3233;
    font-family: "Raleway";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
  }

  .header__mobile-contacts {
    margin-top: 40px;
  }

  .header__contact {
    margin-bottom: 20px;
  }

  .header__mobile-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .header__mobile-content.active {
    max-height: fit-content;
    height: fit-content;
    padding: 90px 30px 40px 30px;
  }

  .header__mobile-burger img {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }

  .header__mobile-burger img.close-icon {
    opacity: 0;
    position: absolute;
    top: 0px;
  }

  .header__mobile-burger.active img.burger-icon {
    opacity: 0;
  }

  .header__mobile-burger.active img.close-icon {
    opacity: 1;
  }

  .header__mobile-bg {
    transition: opacity 0.3s ease;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: rgba(34, 69, 71, 0.2);
    opacity: 0;
    z-index: 100;
    pointer-events: none;
  }

  .header__mobile-bg.active {
    opacity: 1;
    pointer-events: auto;
  }

  .banner {
    margin: 0 0 40px 0;
  }

  .banner__info {
    padding-top: 95px;
  }

  .banner__info h1 {
    font-size: 26px;
    line-height: 120%;
    max-width: 440px;
  }

  .header__mobile-magnits {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .header__magnit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    padding: 12px 0;
  }

  .header__magnit a {
    color: #2b3233;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
  }

  .banner__image {
    width: 340px;
    height: 350px;
  }

  .header__mobile-content {
    top: -32px;
  }

  .banner__items {
    gap: 8px;
  }

  .banner__image {
    top: 70px;
  }

  .advantages__items {
    gap: 8px;
    margin-top: 24px;
  }

  .advantages {
    padding-top: 30px;
    border-radius: 30px 30px 0 0;
  }

  .title__section {
    font-size: 26px;
  }

  .advantages__item {
    height: 227px;
  }

  .advantages__item p {
    margin: 12px 0 10px 0;
  }

  .transfer__actions {
    padding: 20px;
  }

  .transfer .container {
    padding: 0;
  }

  .transfer__itog {
    width: 100%;
    height: 476px;
    padding: 20px;
  }

  .transfer__actions {
    height: 476px;
  }

  .transfer__inputs {
    flex-direction: column;
    gap: 8px;
  }

  .transfer__actions p,
  .transfer__itog-title {
    font-size: 21px;
    line-height: 120%;
  }

  .transfer__btn {
    margin-top: 30px;
  }

  .transfer__itog form .checkbox {
    margin-top: 12px;
  }

  .transfer__btn-main {
    width: 100%;
    padding: 20px auto;
  }

  .transfer__items {
    margin-bottom: 84px;
  }

  .transfer__wrapper {
    gap: 12px;
  }

  .work {
    padding-top: 30px;
    border-radius: 30px 30px 0 0;
  }

  .work__item {
    width: 440px;
    height: 165px;
    padding: 40px 20px 30px 30px;
    background-image: url("../img/work-form-992.svg");
  }

  .work__item-number {
    width: 60px;
    height: 60px;
  }

  .work__item span {
    margin-left: 62px;
  }

  .work__image {
    width: 228px;
    height: 350px;
  }

  .work__items {
    margin-top: 24px;
    gap: 16px;
  }

  .zayavka .title__section {
    font-size: 26px;
  }

  .zayavka__wrapper {
    padding: 20px;
    border-radius: 30px;
    gap: 28px;
  }

  .zayavka__form form {
    margin-top: 0;
  }

  .zayavka__title {
    font-size: 18px;
  }

  .zayavka__input input {
    padding: 14px 16px;
    margin-bottom: 10px;
  }

  .zayavka__image {
    width: 158px;
  }

  .zayavka__btn {
    width: 100%;
  }

  .faq {
    border-radius: 30px 30px 0 0;
    padding: 30px 0 45px 0;
  }

  .faq__items {
    margin-top: 0;
    margin-bottom: 26px;
    gap: 8px;
  }

  .faq__wrapper {
    flex-direction: column-reverse;
    align-items: center;
    gap: 64px;
  }

  .faq__image {
    margin-top: 36px;
    width: 280px;
    height: 258px;
  }

  .faq__item {
    max-width: 100%;
  }

  .faq__title {
    padding: 20px;
  }

  .faq__title p {
    font-size: 18px;
  }

  .faq__info .btn__main {
    width: 100%;
  }

  .transfer__items {
    margin-bottom: 110px;
  }

  .transfer__valute p,
  .transfer__country p {
    font-size: 16px;
  }

  .work__triger {
    margin-left: 5px !important;
  }

  .work__quote img {
    left: 242px;
  }

  footer {
    padding: 50px 0 125px 0;
  }

  .letter__content p {
    font-size: 20px;
    line-height: 120%;
  }

  .thx__text-mob {
    display: block;
    width: 408px;
  }

  .thx__text-pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .banner__image {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 310px;
    height: 245px;
  }

  .banner__info h1 {
    font-size: 26px;
    line-height: 120%;
    max-width: 336px;
  }

  .banner__info h2 {
    margin-top: 23px;
    font-size: 18px;
    line-height: 120%;
  }

  .banner__btn {
    margin-top: 50px;
  }

  .btn__main {
    font-size: 20px;
    line-height: 120%;
    width: 100%;
    padding: 20px 60px;
  }

  .banner__items {
    margin-top: 30px;
    flex-direction: column;
    gap: 8px;
  }

  .banner__item {
    padding: 20px;
    max-width: 100%;
  }

  .banner__item img {
    width: 36px;
    height: 36px;
  }

  .banner__item h3 {
    margin-top: 12px;
    font-size: 20px;
    line-height: 120%;
  }

  .banner__item p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 130%;
  }

  .advantages {
    border-radius: 30px;
    padding-top: 30px;
  }

  .title__section {
    font-size: 22px;
    line-height: 120%;
  }

  .advantages__items {
    margin-top: 30px;
    flex-direction: column;
  }

  .advantages__item {
    width: 100%;
    height: 100%;
    padding: 20px;
  }

  .advantages__item img {
    width: 36px;
    height: 36px;
  }

  .advantages__item p {
    margin: 12px 0 10px 0;
    font-size: 20px;
    line-height: 120%;
  }

  .advantages__item span {
    font-size: 16px;
    line-height: 130%;
  }

  .advantages__widget {
    padding: 20px;
    border-radius: 34px;
    margin: 26px auto 0;
  }

  .advantages__widget-title img {
    width: 24px;
    height: 24px;
  }

  .advantages__widget-title {
    padding: 10px 16px;
    width: fit-content;
    gap: 6px;
    font-size: 20px;
    line-height: 120%;
  }

  .advantages__widget p {
    margin: 20px 0 24px 0;
    font-size: 16px;
    line-height: 130%;
  }

  .work {
    margin-top: -60px;
    border-radius: 30px 30px 0 0;
    padding: 30px 0 40px 0;
  }

  .work__image {
    margin-top: 8px;
    width: 170px;
    height: 260px;
  }

  .work__wrapper {
    flex-direction: column-reverse;
    gap: 0px;
  }

  .work__items {
    margin-top: 0;
    gap: 16px;
  }

  .work__item-number {
    width: 60px;
    height: 60px;
  }

  .work__item {
    width: 440px;
    height: 165px;
    padding: 40px 20px 30px 30px;
    gap: 30px;
    background-image: url("../img/work-form-580.svg");
  }

  .work__item span {
    margin-left: 62px;
    font-size: 20px;
    line-height: 130%;
  }

  .work__item p {
    font-size: 15px;
    line-height: 130%;
  }

  .faq {
    padding: 30px 0 50px 0;
    border-radius: 30px;
  }

  .faq__wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .faq__image {
    margin-top: 20px;
    width: 240px;
    height: 222px;
  }

  .faq__items {
    margin: 20px 0 30px 0;
    gap: 8px;
  }

  .faq__title {
    padding: 20px;
  }

  .faq__title p {
    max-width: 250px;
    font-size: 18px;
    line-height: 130%;
  }

  .faq__item.active .faq__content {
    max-height: 200px !important;
    padding: 20px;
  }

  .faq__content {
    font-size: 18px;
    line-height: 130%;
  }

  footer {
    padding: 50px 0 100px 0;
  }

  .footer__wrapper {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }

  .footer__logo {
    width: 58px;
    height: 44px;
    overflow: hidden;
  }

  .footer__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .footer__info p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 130%;
  }

  .footer__content span {
    font-size: 16px;
    line-height: 130%;
  }

  .footer__content ul {
    margin-top: 16px;
    gap: 6px;
  }

  .footer__content ul li a {
    font-size: 16px;
    line-height: 130%;
  }

  .work__item:last-child {
    padding-top: 30px;
  }

  .politic h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .politic th,
  td {
    padding: 6px;
  }

  .politic__apps {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }
  .politic__apps li {
    width: 100%;
  }

  .overlay {
    border-radius: 0;
    bottom: 0;
    width: 100%;
    padding: 12px 20px;
  }

  .overlay__info {
    gap: 12px;
    align-items: center;
    margin-bottom: 0;
  }

  .overlay__text p,
  .overlay__text a {
    font-size: 12px;
  }

  .overlay__btn button {
    padding: 6px 12px;
  }

  .overlayTariff {
    width: 335px;
    padding: 16px 20px 12px 12px;
  }

  .overlayTariff__text h2 {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .overlayTariff__text p,
  .overlayTariff__text a {
    font-size: 12px;
  }

  .overlayTariff__btn {
    margin-top: 14px;
  }

  .tariffs__mobile-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .tariffs__mobile-number {
    display: inline-block;
    padding: 4px 9px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 130%;
    background: #f0f0f0;
  }

  .tariffs__item-name span {
    display: none;
  }

  .tariffs__item-name p,
  .tariffs__docs p,
  .tariffs__item-title a,
  .tariffs__docs a {
    font-size: 15px;
  }

  .tariffs__docs {
    margin: 0;
  }

  .tariffs__active-pc,
  .tariffs__inactive-pc {
    display: none !important;
  }

  .tariffs__back {
    display: none;
  }

  .tariffs__wrapper {
    margin-top: 50px;
  }

  .zayavka .container {
    padding: 0;
  }

  .zayavka .title__section {
    margin: 0 20px;
  }

  .zayavka__wrapper {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .zayavka__image {
    width: 150px;
  }

  .zayavka__form form {
    margin-top: 0;
  }

  .zayavka .title__section {
    font-size: 22px;
    line-height: 120%;
  }

  .zayavka {
    border-radius: 26px 26px 0 0;
    padding: 30px 0 90px 0;
  }

  .zayavka__wrapper {
    padding: 20px;
    border-radius: 30px;
    margin-top: 26px;
  }

  .zayavka__btn {
    font-size: 20px;
    line-height: 120%;
    width: 100%;
    padding: 20px 60px;
    margin-top: 26px;
  }

  .zayavka__input input {
    padding: 14px 16px;
    margin-bottom: 10px;
    border-radius: 12px;
  }

  .zayavka__title {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .zayavka__sub {
    padding-top: 2px;
    font-size: 13px;
    line-height: 130%;
  }

  .zayavka__success-image {
    width: 200px;
  }

  .zayavka__success {
    padding: 20px;
    border-radius: 30px;
  }

  .zayavka__success p {
    font-size: 18px;
    line-height: 130%;
  }

  .zayavka__loader {
    padding: 70px 20px;
    border-radius: 30px;
  }

  .zayavka__loader p {
    font-size: 18px;
    margin-top: 35px;
  }

  .zayavka__loader-image {
    width: 60px;
    height: 60px;
  }

  .form__sub {
    font-size: 13px !important;
    margin-top: 6px !important;
  }

  .form__content p {
    max-width: 100% !important;
  }

  .form__wrapper form {
    gap: 10px !important;
  }

  .form__btn {
    margin-top: 16px !important;
  }

  .form__input-new input {
    padding: 14px 16px;
    border-radius: 12px;
  }
  .form__image-mob {
    width: 150px !important;
    margin: 0 auto 30px !important;
  }

  .form__content {
    padding: 20px !important;
  }

  html {
    scroll-padding-top: 30px;
  }

  .banner__nds {
    top: 45px;
    left: -212px;
    width: 280px;
    height: fit-content;
  }

  .banner__nds img {
    position: absolute;
    top: -15px;
    left: 208px;
  }

  header {
    margin-top: 0;
    padding-top: 30px;
  }

  .for-question {
    gap: 16px;
  }

  .for-question a {
    font-size: 16px;
    line-height: 130%;
  }

  .tariffs__item-name p,
  .tariffs__docs p,
  .tariffs__item-title a,
  .tariffs__docs a {
    max-width: 188px;
  }

  .banner__info h1 span svg {
    width: 24px;
    height: 24px;
  }

  .transfer .title__section {
    display: none;
  }

  .transfer__actions .title__section {
    display: block;
    font-size: 26px;
    text-align: left;
    margin-top: 0px;
  }

  .transfer__wrapper {
    margin-top: 0;
    flex-direction: column;
  }

  .transfer__actions {
    width: 100%;
    height: fit-content;
    padding: 20px;
  }

  .transfer__itog {
    width: 100%;
    height: fit-content;
    padding: 20px;
  }

  .transfer__actions p,
  .transfer__itog-title {
    margin-top: 20px;
    font-size: 20px;
  }

  .transfer__valute p,
  .transfer__country p,
  .transfer__summa input {
    margin-top: 0;
    font-size: 16px;
    padding-left: 0 !important;
  }

  .transfer__items {
    margin-top: 18px;
    gap: 10px;
  }

  .transfer .container {
    padding: 0;
  }

  .transfer {
    border-radius: 30px 30px 0 0;
  }

  .transfer__price {
    margin-top: 28px;
    justify-content: space-between;
  }

  .transfer__itog form {
    margin-top: 0;
  }

  .transfer__itog form input {
    padding: 14px 16px;
  }

  .transfer__itog form .checkbox p,
  .transfer__itog form .checkbox-second p {
    font-size: 13px;
  }

  .transfer__btn {
    margin-top: 30px;
    width: auto;
  }

  .transfer__price {
    flex-wrap: wrap;
    gap: 12px;
  }

  .transfer__price-all p {
    font-size: 30px;
  }

  .transfer__procent br {
    display: none;
  }

  .currency-label {
    margin-top: 0 !important;
  }

  .transfer__inputs {
    flex-direction: column;
    gap: 8px;
    background-color: transparent;
    margin-bottom: 12px;
  }

  .transfer__itog form input {
    border-radius: 12px;
    background-color: #f5f5f5;
  }

  .transfer__line {
    display: none;
  }

  .transfer__btn-main {
    width: 100%;
    padding: 20px 60px;
  }

  .transfer__price-kom p {
    margin-top: 2px;
    font-size: 22px;
  }

  .transfer__price-all p {
    width: fit-content;
  }

  .footer__wrap {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }

  .footer__form input {
    padding: 14px 16px;
  }

  .footer__btn {
    width: 54px;
    height: 54px;
  }

  .footer__form {
    gap: 8px;
  }

  .region__modal-content {
    flex-direction: column-reverse;
    padding: 20px;
  }

  .region__modal-info {
    min-width: 100%;
  }

  .region__inputs {
    flex-direction: column;
  }

  .region__modal-image {
    width: 158px;
    height: 140px;
    margin: 0 auto;
  }

  .region__inputs:nth-child(2) {
    gap: 14px;
  }

  .region__modal-input input {
    margin-bottom: 0;
  }

  .region__inputs {
    margin-top: 14px;
  }

  .region__modal-content {
    gap: 20px;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    margin-top: 30px;
  }

  .region__modal-drop {
    min-width: 100%;
  }

  .region__modal-info h2 {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 28px;
  }

  .region__modal-info form {
    margin-top: 0;
  }

  .region__modal-info form .checkbox label {
    margin-top: 16px;
  }

  .region__btn-wrap {
    margin-top: 26px;
    width: 100%;
  }

  .region__btn-wrap button {
    width: 100%;
  }

  .region__btn-wrap button {
    padding: 20px 60px;
    font-size: 20px;
  }

  .header__mobile-content {
    top: 0;
  }

  .banner__info {
    padding-top: 250px;
  }

  .banner__info h1 {
    font-size: 26px;
    line-height: 120%;
    max-width: 100%;
  }

  .transfer__actions p {
    margin-top: 34px;
  }

  .transfer {
    padding-top: 40px;
  }

  .transfer__valute p,
  .transfer__country p,
  .transfer__summa input {
    margin-top: 0;
  }

  .transfer__actions {
    height: fit-content;
  }

  .transfer__items {
    margin-bottom: 20px;
  }

  .transfer__procent {
    margin-top: 0 !important;
  }

  .transfer__calc {
    width: 100%;
  }

  .footer__form {
    width: 100%;
  }

  .footer__form input {
    width: 100%;
  }

  .faq__title p {
    max-width: 358px;
  }

  .banner__quote {
    left: 55%;
  }

  .banner__quote p {
    margin-top: 0;
  }

  .banner__quote img {
    left: 255px;
  }

  .work__quote img {
    left: 210px;
  }

  .letter__content {
    margin: 0 20px;
    border-radius: 24px;
    padding: 20px 16px;
  }

  .letter__close {
    top: 16px;
    right: 16px;
  }
}

@media (max-width: 479px) {
  .banner__info h1 {
    font-size: 26px;
    line-height: 120%;
    max-width: 336px;
  }

  .work__item {
    width: 335px;
    height: 186px;
    padding: 40px 28px 16px 24px;
    background-image: url("../img/work-form-375.svg");
    justify-content: start;
    gap: 20px;
  }

  .work__quote {
    top: 168%;
  }

  .work__quote img {
    left: 263px;
  }

  .work__text-container p {
    padding-top: 10px;
  }

  .work__quote p {
    padding-top: 0;
  }

  .faq__text-container p {
    font-size: 15px;
  }

  .faq__quote {
    left: 55%;
  }

  .faq__quote img {
    left: 83%;
  }

  .thx__text-mob {
    width: 303px;
  }
}

@media (max-width: 374px) {
  .container {
    padding: 0 16px;
  }

  .header__magnit a {
    font-size: 16px;
  }

  .header__mobile-magnits {
    gap: 10px;
  }

  .tariffs__item-name p,
  .tariffs__docs p,
  .tariffs__item-title a,
  .tariffs__docs a {
    max-width: 125px;
  }

  .work__item {
    width: 288px;
    height: 186px;
    padding: 40px 28px 16px 24px;
    background-image: url("../img/work-form-320.svg");
    justify-content: start;
    gap: 20px;
  }

  .btn__main {
    padding: 20px 40px;
  }

  .faq__item.active .faq__content {
    max-height: 300px !important;
  }

  .banner__btn {
    margin-top: 40px;
  }

  .banner__items {
    margin-top: 30px;
  }

  .banner {
    margin: 0 0 30px 0;
  }

  .work {
    padding-bottom: 30px;
  }

  .faq {
    padding: 26px 0 40px 0;
  }

  footer {
    padding: 40px 0 100px 0;
  }

  .work__item:last-child {
    padding-top: 20px;
  }

  .tariffs__item-name p,
  .tariffs__docs p,
  .tariffs__item-title a,
  .tariffs__docs a {
    font-size: 14px;
  }

  .tariffs__item-title {
    margin-bottom: 14px;
  }

  .tariffs__wrapper {
    margin-top: 40px;
  }

  .zayavka__wrapper {
    padding: 16px;
  }

  .zayavka__success {
    padding: 16px;
  }

  .zayavka__success p {
    font-size: 16px;
  }

  .zayavka__loader {
    padding: 60px 16px;
    border-radius: 26px;
  }

  .zayavka__loader p {
    font-size: 16px;
    margin-top: 42px;
  }

  .form__image-mob {
    margin: 0 auto 22px !important;
    height: auto !important;
  }

  .form__content {
    padding: 16px !important;
  }

  .overlay__info {
    flex-direction: column;
    gap: 4px;
  }

  .overlay__btn {
    width: 100%;
    justify-content: end;
  }

  .zayavka .title__section {
    margin-left: 16px;
  }

  .work__quote img {
    display: none;
  }

  .work__text-container p {
    display: block;
  }

  .work__text-container p {
    padding-top: 0;
  }

  .work__quote {
    top: 110%;
  }

  .letter__content p {
    font-size: 17px;
  }

  .thx__text-mob {
    width: 248px;
  }

  .overlayTariff {
    width: 288px;
    padding: 16px 20px 12px 12px;
  }
}
