@media screen and (max-width: 1680px) {

    .banner-title {
        font-size: 30px;
    }

    .banner-description {
        font-size: 20px;
    }

    .banner-button {
        font-size: 18px;
        line-height: 45px;
    }

    .home-banner__content-main {
        padding-top: 3vw;
    }

    .home-banner__title {
        font-size: 32px;
    }

    .home-banner__description {
        font-size: 20px;
        -webkit-line-clamp: 3;
    }

    .home-banner__button {
        font-size: 18px;
        line-height: 45px;
        border-radius: 23px;
    }

    .home-banner__partner-text {
        font-size: 24px;
    }
}

@media screen and (max-width: 1280px) {
    .inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .home-banner .swiper-slide {
        min-height: 450px;
    }

    .home-banner__content-main {
        padding-top: 0;
    }

    .home-banner__title {
        font-size: 28px;
    }

    .banner-title {
        font-size: 28px;
    }

    .banner-description {
        -webkit-line-clamp: 3;
    }

}

@media screen and (max-width: 1024px) {
    header {
        padding: 10px 0;
        height: 70px;
    }

    header .nav {
        display: none;
    }

    header .menu {
        display: flex;
    }
}


@media screen and (max-width: 768px) {

    .banner .swiper-slide {
        min-height: 310px;
    }

    .banner-content {
        height: 90%;
    }

    .banner-title {
        font-size: 18px;
    }

    .banner-description {
        font-size: 15px;
    }

    .banner-button {
        margin-top: 15px;
        font-size: 16px;
        line-height: 40px;
    }

    .banner-content {
        flex-direction: column;
    }

    .banner-laptop {
        margin-left: auto;
        width: 150px;
    }

    .home-banner .swiper-slide {
        min-height: 310px;
    }

    .home-banner__content {
        height: 90%;
    }

    .home-banner__title {
        font-size: 18px;
    }

    .home-banner__description {
        font-size: 15px;
    }

    .home-banner__button {
        margin-top: 15px;
        font-size: 16px;
        line-height: 40px;
    }

    .home-banner__partner-logo {
        width: 130px;
        height: 70px;
    }

    .home-banner__partner-text {
        font-size: 16px;
    }

    .home-provider {
        padding: 45px 0;
    }

    .home-provider__title {
        font-size: 22px;
    }

    .home-provider__list {
        margin-top: 25px;
    }

    .home-provider__item {
        width: 100%;
        flex-direction: column;
    }

    .home-provider__item + .home-provider__item {
        margin-top: 40px;
    }

    .home-provider__item-image {
        margin: auto;
    }

    .home-provider__item-content {
        margin-top: 20px;
    }

    .home-provider__item-title {
        font-size: 17px;
        text-align: center;
    }

    .home-provider__item-text {
        font-size: 15px;
    }

    .home-description {
        padding: 45px 0;
    }

    .home-description__title {
        font-size: 22px;
        text-align: center;
    }

    .home-description__content {
        margin-top: 25px;
        flex-direction: column-reverse;
    }

    .home-description__main {
        max-width: 100%;
        margin-top: 20px;
    }

    .home-description__image {
        margin-left: 0;
    }

    .home-description__panel-title {
        font-size: 17px;
    }

    .home-customer {
        padding: 45px 0;
    }

    .home-customer__title {
        font-size: 22px;
    }

    .home-customer__locations {
        margin-top: 25px;
    }

    .home-subscribe {
        padding: 45px 0;
    }

    .home-subscribe .inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-subscribe__text {
        font-size: 14px;
    }

    .home-subscribe__button {
        margin-top: 15px;
        font-size: 15px;
    }

    .about-provider {
        padding: 45px 0;
    }

    .about-provider__title {
        font-size: 22px;
    }

    .about-provider__content {
        margin-top: 14px;
        font-size: 15px;
    }

    .about-provider {
        font-size: 17px;
    }

    .about-history {
        padding: 45px 0;
    }

    .about-history__title {
        font-size: 22px;
    }

    .about-history__content {
        margin-top: 25px;
    }

    .about-history__timeline {
        flex-direction: column;
        width: 100%;
    }

    .about-history__timeline-item {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 20px 20px 40px;
    }

    .about-history__timeline-item::before {
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
    }

    .about-history__timeline-item::after {
        top: 0;
        width: 5px;
        height: 100%;
        transform: translate(5px);
    }

    .about-history__timeline-title {
        font-size: 18px;
    }

    .about-history__timeline-text {
        font-size: 15px;
    }

    .about-focus {
        padding: 45px 0;
    }

    .about-focus__title {
        text-align: center;
        font-size: 22px;
    }

    .about-focus__content {
        margin-top: 25px;
    }

    .about-focus__item {
        width: 100%;
    }

    .about-focus__item-image img {
        margin: auto;
    }

    .about-focus__item-title {
        font-size: 18px;
        text-align: center;
    }

    .about-focus__item-text {
        font-size: 15px;
    }

    .smartx-feature {
        padding: 45px 0;
    }

    .smartx-feature__list {
        margin-top: 25px;
    }

    .smartx-feature__item {
        width: 100%;
        flex-direction: column;
    }

    .smartx-feature__item + .smartx-feature__item {
        margin-top: 25px;
    }

    .smartx-feature__item-icon img {
        margin: auto;
    }

    .smartx-feature__item-content {
        margin-top: 25px;
    }

    .smartx-feature__item-title {
        text-align: center;
        font-size: 17px;
    }

    .smartx-feature__item-text {
        font-size: 15px;
    }

    .smartx-price {
        padding: 45px 0;
    }

    .smartx-price__title {
        font-size: 22px;
    }

    .smartx-price__content {
        margin-top: 25px;
    }

    .smartx-price__item {
        flex-direction: column;
    }

    .smartx-price__item-content {
        margin-right: 0;
    }

    .smartx-price__item-title {
        font-size: 17px;
        text-align: center;
    }

    .smartx-price__item-text {
        font-size: 15px;
    }

    .smartx-price__item-amount {
        margin-top: 15px;
        font-size: 18px;
    }

    .smartx-picture {
        padding: 42px 0;

    }
    .smartx-picture__title {
        font-size: 22px;
        text-align: center;
    }

    .smartx-picture__content {
        margin-top: 25px;
    }

    .smartx-picture__item {
        width: 50%;
        padding: 0 10px;
        margin-top: 0px;

    }
    .smartx-service {
        padding: 45px 0;
    }

    .smartx-service__title {
        font-size: 22px;
        text-align: center;
    }

    .smartx-service__content {
        margin-top: 25px;
    }

    .smartx-service__list {
        flex-wrap: wrap;
    }

    .smartx-service__item {
        width: 50%;
        padding: 10px;
    }

    .offer-main {
        padding: 45px 0;
    }

    .offer-main__title {
        font-size: 22px;
    }

    .offer-main__content {
        margin-top: 25px;
    }

    .offer-main__item {
        display: flex;
        flex-direction: column;
    }

    .offer-main__item:nth-child(odd) .offer-main__item-container {
        margin-right: 0;
    }

    .offer-main__item:nth-child(even) .offer-main__item-container {
        margin-left: 0;
    }

    .offer-main__item + .offer-main__item {
        margin-top: 25px;
    }

    .offer-main__item:nth-child(even) {
        flex-direction: column;
    }

    .offer-main__item-container {
        margin-right: 0;
        margin-bottom: 15px;
        flex-direction: column;
    }

    .offer-main__item-icon {
        margin-right: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .offer-main__item-content {
        margin-top: 15px;
    }

    .offer-main__item-title {
        text-align: center;
    }

    .offer-main__item-text {
        font-size: 15px;
    }

    .client-map {
        padding: 45px 0;
    }

    .client-map__title {
        font-size: 22px;
    }

    .client-map__content {
        margin-top: 25px;
    }

    .client-map__text {
        font-size: 15px;
    }

    .client-map__container {
        margin-top: 25px;
    }

    .client-evaluate {
        padding: 0 0 45px 0;
    }

    .client-evaluate__title {
        font-size: 22px;
    }

    .client-evaluate__content {
        margin-top: 25px;
    }

    .client-evaluate__item {
        padding: 15px;
    }

    .client-evaluate__item + .client-evaluate__item {
        margin-top: 25px;
    }

    .client-evaluate__item-header img {
        max-width: 50%;
    }

    .client-evaluate__item-header icon-font {
        font-size: 22px;
    }

    .client-evaluate__item-content {
        font-size: 14px;
    }

    .client-evaluate__item-footer {
        flex-direction: column;
        margin-top: 10px;
        align-items: flex-start;
    }

    .client-evaluate__item-user {
        padding-bottom: 10px;
    }

    .client-evaluate__item-button {
        margin-left: auto;
        font-size: 15px;
        padding: 0 12px;
        line-height: 35px;
    }

    .investor-opportunity {
        padding: 45px 0;
    }

    .investor-opportunity__title {
        font-size: 22px;
        text-align: center;
    }

    .investor-opportunity__content {
        margin-top: 25px;
        font-size: 15px;
    }

    .investor-form {
        padding: 45px 0;
    }

    .investor-form__title {
        font-size: 22px;
    }

    .investor-form__content {
        margin-top: 25px;
    }
    .investor-form__content  form{
        display: block;
    }
    .investor-form__row + .investor-form__row {
        margin-top: 12px;
    }

    .investor-form__label {
        font-size: 15px;
        width: 100%;
    }

    .investor-form__label + .investor-form__label {
        margin-left: 0;
        margin-top: 12px;

    }

    .investor-form__field {
        width: 100%;
        max-width: 450px;
        height: 40px;
        font-size: 15px;
    }

    .investor-form__field + .investor-form__field {
        margin-left: 0;
        margin-top: 12px;
    }
    .investor-form__row .captcha-img{
        margin-left: -92px;
        position: absolute;
        margin-top: 2px;
        height: 36px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;

    }

    .investor-form__button {
        line-height: 40px;
        width: 100%;
        max-width: 450px;
    }
}
