@media screen and (min-width: 1920px) {
    .hero-left-bg-circle {
        left: -145px;
        right: unset;
    }
}
@media screen and (max-width: 1300px) {
    .container {
        width: 100%;
        padding-inline: 20px;
    }
    p.description:not(:last-child) {
        margin-block-end: 15px;
    }
    .description {
        font-size: 18px;
    }
    .logo img {
        width: 175px;
        height: auto;
    }
        /* header */
    .header__nav .header__menu {
        gap: 10px;
    }
    .header__menu .menu-item, .languages__item-slug, .languages__button-slug, .header__btns .btn {
        font-size: 14px;
    }
    .header__btns {
        gap: 5px;
    }
        /* hero */
    .hero__images .header-bg-elem {
        right: -50%;
        left: unset;
    }
    .hero__images img {
        width: calc(var(--index) * 50);
    }

        /* requirements */
    
    .requirements__wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 20px;
    }
    .requirements__item {
        display: flex;
        width: calc(100% - 100px);
    }
    .requirements__item-number {
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: -70px;
        width: 10%;
        height: 100%;
    }
    .requirements__item-number img {
        width: auto;
        height: fit-content;
        max-height: 100%;
    }
    .requirements__item-inner {
        width: 100%;
        min-height: unset;
        padding-block: 40px;
        padding-inline: 40px;
    }
    .requirements__item-inner::before {
        left: -20%;
    }
    .requirements__item-inner::after {
        right: -20%;
    }
    .requirements__end-image {
        margin-inline: auto;
    }
        /* How it works */
    .transaction__stages .stage__item {
        width: auto;
        grid-template-columns: 80px 1fr;
        gap: 10px;
    }
    .stage__number {
        padding-inline: 10px;
    }

        /* advantages */
    #advantages .container {
        gap: 50px;
    }
        /* attention */
    .attention__card {
        display: flex;
        flex-direction: column-reverse;
        padding: 30px 40px;
    }
    .attention__title {
        transform: rotate(0);
        line-height: 100%;
        font-size: 64px;
        margin-block-end: 10px;
    }
        /* contacts */
    .contacts__form {
        margin-inline-start: 0;
    }

        /* footer */
    .footer__container {
        display: flex;
        justify-content: space-between;
        gap: 15px;
    }
}
@media screen and (max-width: 991px) {
    section {
        --section-padding: 30px;
    }
    .description {
        font-size: 16px;
    }
    .header__btns {
        gap: 15px;
    }
    .burger {
        display: block;
    }
    .header__nav {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 100%;
        z-index: 5;
        padding: 33px 0;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        background-color: var(--main-grey);
        overflow-y: auto;
        visibility: hidden;
        transform: translateX(-120%);
        transition: .3s ease-in;
        margin-top: 80px;
    }
    .header__nav .header__menu {
        height: 100%;
        width: 100%;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .header__menu .menu-item {
        margin-right: 0;
        font-weight: 700;
        font-size: 18px;
    }
    .menu-item:not(:last-child) {
        margin-bottom: 30px;
    }
    .header__nav--active {
        visibility: visible;
        transform: none;
    }
    .hero__images::after, .hero__images::before {
        right: -70px;
    }

        /* about */
    .about__images {
        display: none;
    }
    #about .container {
        grid-template-columns: 1fr;
    }
    .about__content {
        padding: 0;
    }
    .about__content .description {
        max-width: unset;
    }
    .steps__list {
        row-gap: 25px;
        column-gap: 80px;
    }
    .steps__card {
        padding: 15px 20px;
    }
    .steps__card .card__number {
        left: calc(100% + 15px)
    }
    .steps__card:nth-child(4) .card__number,
    .steps__card:nth-child(5) .card__number {
        right: calc(100% + 15px);
    }
    .steps__card .card__head {
        gap: 10px;
    }
    .steps__card .card__head img{
        max-height: 45px;
    }
    .steps__card .card__title {
        font-size: 18px;
    }

    /* requirements */
    .requirements__item-inner::after {
        right: -40%;
    }

    .requirements__item-inner::before {
        left: -40%;
    }

    /* howitworks */

    .transaction__stages .stage__item::before {
        left: -60%;
    }
    .transaction__stages .stage__item::after {
        right: -60%;
    }
    .transaction__stages .stage__item .description {
        padding-inline-end: 0;
    }
    .howitworks__bg-circle.howitworks__circle--blue {
        top: 55%;
    }
    #advantages .container {
        gap: 25px;
        grid-template-columns: 1fr 500px;
    }
    .advantages__cards {
        gap: 10px;
        grid-template-columns: 1fr;
    }

    #contacts .background-light-elem--right {
        bottom: 0;
    }

}
@media screen and (max-width: 768px) {

    .background-light-elem, .background-light-elem--left {
        scale: 0.8;
    }

    #hero .container {
        grid-template-columns: 1fr auto;
    }
    .hero__title {
        font-size: 54px;
        max-width: unset;
        word-wrap: break-word;
        word-break: break-word;
    }

    .statistics__item {
        padding: 20px 35px;
    }
    /* howitworks */
    .howitworks__inner {
        gap: 15px;
    }
    .transaction__stages .stage__item:not(:first-child) {
        padding-block-start: 30px;
    }
    .transaction__stages .stage__item::before {
        left: -80%;
        top: 60%;
    }
    .transaction__stages .stage__item::after {
        right: -100%;
        top: -150%;
    }
    .howitworks__bg-circle.howitworks__circle--blue {
        top: 40%;
    }
    .transaction__stages .stage__item {
        grid-template-columns: 60px 1fr;
        height: auto;
        min-height: 100px;
        padding-block: 15px;
    }
    .transaction__stages .stage__item .description {
        font-size: 14px;
    }
    .transaction__stages .stage__item .description br {
        display: none;
    }
    .transaction-type__title, .section__title {
        margin-block-end: 20px;
    }

    /* advantages */

    #advantages .container {
        grid-template-columns: 1fr;
    }
    .advantages__left-img, .contact__form-bg {
        display: none;
    }
        /* requirements */
    .requirements__end-image {
        display: none;
    }
    
    .footer__container {
        flex-direction: column;
        align-items: center;
    }
    .footer__links {
        justify-content: center;
        margin-block-end: 20px;
        gap: 15px;
    }
    .footer__link {
        font-size: 16px;
    }
    .footer__text .description {
        text-align: center;
        font-size: 16px;
    }
}
@media screen and (max-width: 680px) {

    .requirements__item-inner {
        padding: 20px 30px;
    }
    /* steps */
    .steps__image {
        display: none;
    }
    .steps__list {
        display: flex;
        flex-direction: column;
    }
    .steps__list::after,
    .steps__list::before {
        margin-inline: unset;
        left: calc(90% + 36px);
    }
    .steps__card {
        max-width: 90%;
    }
    .steps__card .card__head {
        margin-block-end: 20px;
    }
    .steps__card .card__head img {
        max-height: 30px;
    }
    .steps__card .card__title {
        font-size: 16px;
    }
    .steps__card .card__head br {
        display: none;
    }
    .steps__card:nth-child(4) .card__number,
    .steps__card:nth-child(5) .card__number {
        right: unset;
        left: calc(100% + 15px);
    }
    .steps__card:nth-child(4) .card__number::after,
    .steps__card:nth-child(5) .card__number::after {
        right: unset;
        left: -40px;
    }
    .steps__card:nth-child(4) .card__number,
    .steps__card:nth-child(6) .card__number {
        top: 10px;
    }

    /* howitworks */
    .howitworks__inner {
        grid-template-columns: 1fr;
    }
    .transaction__stages .stage__item::before {
        top: 40%;
        left: -40%;
    }
    .transaction__stages .stage__item::after {
        top: -100%;
        right: -60%;
    }

        /* Attention */
    .attention__title {
        font-size: 50px;
    }
}
@media screen and (max-width: 600px) {
    .languages__button {
        margin-right: 0;
    }
    .header__container {
        gap: 15px;
    }
    .header__btns .btn {
        display: none;
    }
    #hero {
        padding-block-start: 50px;
        height: auto;
    }
    .hero__title {
        font-size: 36px;
    }
    .hero__content .description {
        font-size: 16px;
    }

    .about__statistics {
        margin-block-start: 20px;
        gap: 20px;
    }
    .statistics__item {
        padding: 0;
        row-gap: 5px;
    }
    .statistics__item .statistics__number {
        font-size: 24px;
    }
    .statistics__item .statistics__text {
        font-size: 16px;
    }
    /* requirements */
    .requirements__item-inner::after {
        right: -50%;
    }
    .requirements__item-inner::before {
        left: -50%;
    }
    .requirements__item {
        width: 95%;
    }
    .requirements__item-number {
        left: -7%;
    }
        /* contacts */
    .contacts__form {
        padding: 20px;
    }
    .contacts__form .description {
        font-size: 16px;
    }
    .contacts__form .checkbox {
        font-size: 12px;
    }
    .contacts__form form .submit-btn {
        width: 100%;
    }

    /* footer */
    .footer__links {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

@media screen and (max-width: 450px) {

    section {
        --section-padding: 20px;
    }
    .background-light-elem,
    .background-light-elem--left {
        scale: 0.7;
    }
    .header__btns {
        gap: 8px;
    }
    .description {
        font-size: 14px;
    }

    /* about  */
    .about__statistics {
        gap: 10px;
    }
    .statistics__item .statistics__text {
        font-size: 14px;
    }

    /* requirements */
    .requirements__item-inner::after {
        top: -30%;
    }
    .requirements__item-inner::after, .requirements__item-inner::before {
        scale: 0.6;
    }

        /* steps */
    .steps__card .card__number {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .steps__list::after,
    .steps__list::before {
        left: calc(90% + 27px);
    }


        /* attention */
    .attention__card {
        padding: 20px;
    }
    .attention__title {
        font-size: 42px;
    }
    
}