

/* Portrait tablets and medium desktops */

@media(max-width:1174px) {

    .steps {
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        margin: auto;
    }

    .step {
        max-width: 400px;
        display: flex;
        margin-bottom: 32px;
        align-items: center;
    }

    .step__title {
        display: none;
    }

    .circle {
        min-width: 87px;
        margin-right: 20px;
    }

    .step__text {
        text-align: left;
    }

    .platform__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
    }
    .support__inner {
        flex-wrap: wrap;
        min-width: 0;
        justify-content: center;
    }

    .flags {
        flex-wrap: wrap;
    }

    .flag {
        padding: 0 22px 22px 22px;
        min-width: 135px;
    }

    .docs__text {
        margin: 0;
        width: auto;
    }

}


/* Portrait tablets and medium desktops */

@media(max-width:1024px) {
    .header {
        min-height: 800px;
    }

    .header__title {
        padding-top: 150px;
    }

    .about__inner {
        justify-content: space-around;
    }

    .banks__inner {
        display: flex;
        margin-bottom: 32px;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .bank__img {
        padding-bottom: 32px;
    }

    .text__block-text::before {
        display: none;
    }

    .list-item {
        width: 250px;
    }

    .platform__img {
        margin-bottom: 24px;
    }

    .dashboard__inner {
        flex-direction: column;
    }

    .postbacks {
        margin-top: 24px;
    }

    .postbacks__content {
        padding-left: 0;
    }

    .postbacks__inner {
        flex-direction: column;
    }

    .payments__inner {
        flex-direction: column;
    }

    .payments-img {
        margin-bottom: 24px;
    }

    .platforms__inner {
        /* max-width: 1220px; */
        justify-content: center;
        flex-wrap: wrap;
    }

}


/* Portrait tablets and small desktops */

@media(max-width:768px) {

    .header {
        min-height: 750px;
        margin-bottom: 32px;
    }

    .item {
        text-align: center;
        margin: 24px 7px 16px;
    }

    .demo__text {
        padding-left: 0;
    }

    .demo__text::before {
        display: none;
    }

    .platform__img {
        max-width: 400px;
    }

    .list-item {
        width: 40%;
    }

    .dashboard-img {
        width: 532px;
    }

    .dashboard__title {
        font-size: 22px;
        line-height: 28px;
    }

    .dashboard__text {
        font-size: 20px;
        line-height: 24px;
    }

    .postbacks-img {
        width: 471px;
    }

    .postbacks__title {
        font-size: 22px;
        line-height: 28px;
    }

    .payments__title {
        font-size: 22px;
        line-height: 28px;
    }

    .support__title {
        font-size: 22px;
        line-height: 28px;
    }

    .webmob__img {
        width: 474px;
    }

    .dropdown .dropdown-menu {
        max-height: 260px;
    }

    .footer__inner {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }

    .logo__img-footer {
        padding-bottom: 16px;
    }

    .footer-text {
        padding-bottom: 12px;
    }

    .footer-link {
        padding-bottom: 12px;
    }


}


/* Landscape phones and smaller */

@media(max-width:480px) {

    .logo__img {
        width: 70%;
    }

    .header {
        min-height: 680px;
        margin-bottom: 32px;
    }

    .header__title {
        font-size: 40px;
        line-height: 54px;
        padding-top: 127px;
    }

    .header__subtitle {
        font-size: 22px;
        line-height: 27px;
    }

    .what__is-title {
        font-size: 28px;
        line-height: 37px;
    }

    .what__is-sub {
        font-size: 16px;
        line-height: 24px;
    }

    .about__title {
        font-size: 28px;
        line-height: 37px;
    }

    .about__text {
        font-size: 16px;
        line-height: 30px;
    }

    .banks__title {
        font-size: 28px;
        line-height: 37px;
    }

    .banks__text {
        font-size: 18px;
        line-height: 30px;
    }

    .why_us-title {
        font-size: 24px;
        line-height: 30px;
    }

    .demo__text {
        font-size: 16px;
        line-height: 20px;
    }

    .demo__block {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .what__is-text {
        font-size: 28px;
        line-height: 37px;
    }

    .platform__features-title {
        font-size: 25px;
        line-height: 30px;
    }

    .platform__img {
        max-width: 306px;
    }

    .platform-item {
        padding-left: 22px;
    }

    .platform-item::after {
        left: -5px;
    }

    .list-item {
        width: 250px;
    }

    .dashboard-img {
        width: 370px;
    }

    .postbacks-img {
        width: 314px;
    }

    .payments-img {
        width: 279px;
    }

    .webmob__img {
        width: 312px;
    }


}

/* Landscape phones and smaller */

@media(max-width:320px) {

    .header__title {
        padding-top: 100px;
    }

    .dashboard-img {
        width: 310px;
    }

}