.img-user-avatar {
  width: 56px;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #a2e4ff;
}

.owl-theme .owl-dots .owl-dot span { display: none; }

.owl-dots {
    text-align: center;
    margin-top: 5px;
}

.owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #cadde4;
    margin-right: 10px;
}

.owl-dot.active {
    background: #94afba;
}

.mod-landing__app-container {
    margin: 0 auto;
}

.mod-landing__app-content {
    max-width: 1200px;
    margin: 0 auto;
}

.mod-landing__app-header {
    background-image: url(/modules/client/landing/images/seotag/main_fon.png);
    min-height: 440px;
    background-size: cover;
    background-position: center;
    padding-bottom: 55px;
}

.mod-landing__app-header h1 {
    font-size: 72px;
    color: #fff;
    text-align: center;
    font-weight: 100;
    padding-top: 50px;
}

.mod-landing__app-header p {
    font-size: 24px;
    font-weight: 100;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.mod-landing__app-section-title {
    font-size: 48px;
    color: #303030;
    font-weight: 100;
    padding-top: 80px;
    text-align: center;
    display: block;
    margin: 0 auto 80px;
}

.mod-landing__app-tags-nav {
    background: #fff;
    padding: 36px 0 40px;
}

.mod-landing__app-breadcrumbs {
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 100;
}

.mod-landing__app-breadcrumbs a {
    color: #43a8c4;
    text-decoration: none;
}

.mod-landing__app-breadcrumbs a:hover {
    text-decoration: underline;
}

.mod-landing__app-breadcrumbs__sep {
    margin: 0 6px;
    color: #43a8c4;
}

.mod-landing__app-breadcrumbs__current {
    color: #47515d;
}

.mod-landing__app-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 14px;
}

.mod-landing__app-tag {
    display: inline-block;
    padding: 11px 26px;
    border: 1px solid #00759e;
    border-radius: 50px;
    background: #fff;
    color: #00759e;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.3;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    box-sizing: border-box;
}

.mod-landing__app-tag:hover {
    background: #eef8fb;
    color: #007095;
    border-color: #007095;
}

.mod-landing__app-tag_active,
.mod-landing__app-tag_active:hover {
    background: #00759e;
    border-color: #00759e;
    color: #fff;
}

.mod-landing__app-developers {
    background-color: #ebf0f3;
    padding: 0 0 100px;
}

.mod-landing__app-developers__title {
    margin: 0 auto 50px;
    padding-top: 70px;
    font-size: 48px;
    font-weight: 100;
    line-height: 1.2;
    color: #303030;
    text-align: center;
}

.mod-landing__app-developers__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.mod-landing__app-developers__card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 24px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}

.mod-landing__app-developers__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.mod-landing__app-developers__avatar {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #eef3f6 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23b8c5ce'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E") center 52% / 28px no-repeat;
}

.mod-landing__app-developers__info {
    min-width: 0;
}

.mod-landing__app-developers__name {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: #303030;
}

.mod-landing__app-developers__rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 6px;
    font-size: 13px;
    line-height: 1.3;
}

.mod-landing__app-developers__rating img {
    display: block;
}

.mod-landing__app-developers__rating-value {
    font-weight: 600;
    color: #303030;
}

.mod-landing__app-developers__reviews {
    color: #94a3ad;
    font-weight: 100;
}

.mod-landing__app-developers__tag {
    margin-bottom: 14px;
    padding: 10px 14px;
    border-radius: 50px;
    background: #f0f2f5;
    font-size: 12px;
    font-weight: 100;
    line-height: 1.35;
    color: #47515d;
    text-align: center;
}

.mod-landing__app-developers__desc {
    flex: 1;
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.55;
    color: #64717c;
}

.mod-landing__app-developers__price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 8px;
    margin-bottom: 18px;
}

.mod-landing__app-developers__price-from {
    font-size: 14px;
    font-weight: 100;
    color: #94a3ad;
}

.mod-landing__app-developers__price {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #303030;
}

.mod-landing__app-developers__price-note {
    font-size: 13px;
    font-weight: 100;
    color: #94a3ad;
}

.mod-landing__app-developers__btn {
    display: block;
    width: 100%;
    height: 48px;
    margin-top: auto;
    background: #fccb0a;
    border-radius: 24px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s;
    box-sizing: border-box;
}

.mod-landing__app-developers__btn:hover {
    background: #ffb007;
    cursor: pointer;
}

.mod-landing__app-btn {
    display: block;
    width: 285px;
    background: #fccb0a;
    color: #000;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    border-radius: 25px;
    text-decoration: none;
    transition: 500ms;
}

.mod-landing__app-btn:hover {
    background: #ffb007;
    transition: 500ms;
    cursor: pointer;
}

.mod-landing__app-steps {
    background: #ebf0f3;
    padding-bottom: 140px;
}

.mod-landing__app-steps .mod-landing__app-section-title {
    padding-top: 70px;
    margin-bottom: 55px;
}

.mod-landing__app-steps__row {
    position: relative;
    gap: 24px;
    align-items: flex-start;
}

.mod-landing__app-steps__row:before {
    content: "";
    position: absolute;
    top: 95px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: #dae7ed;
    z-index: 0;
}

.mod-landing__app-steps__item {
    flex: 1 1 22%;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 12px;
    box-sizing: border-box;
}

.mod-landing__app-steps__track {
    position: relative;
    height: 96px;
    margin-bottom: 28px;
}

.mod-landing__app-steps__num {
    display: block;
    font-size: 76px;
    font-weight: 100;
    color: #34c3ff;
    line-height: 1;
    letter-spacing: -2px;
}

.mod-landing__app-steps__dot {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    margin-bottom: -7px;
    border-radius: 50%;
    background: #dae7ed;
    z-index: 2;
}

.mod-landing__app-steps__title {
    font-size: 16px;
    font-weight: 600;
    color: #303030;
    line-height: 22px;
    margin: 0 0 14px;
}

.mod-landing__app-steps__text {
    font-size: 14px;
    color: #64717c;
    line-height: 22px;
    margin: 0;
    font-weight: 100;
}

.mod-landing__app-why {
    background: #fff;
    padding: 80px 0 90px;
}

.mod-landing__app-why__title {
    margin: 0 auto 80px;
    max-width: 900px;
    font-size: 48px;
    font-weight: 100;
    line-height: 1.2;
    color: #303030;
    text-align: center;
}

.mod-landing__app-why__carousel {
    max-width: 1200px;
    margin: 0 auto;
}

.mod-landing__app-why__carousel .owl-stage-outer {
    overflow: hidden;
    padding: 10px 0;
}

.mod-landing__app-why__carousel.owl-carousel .owl-dots {
    margin-top: 30px;
}

.mod-landing__app-why__item {
    max-width: 260px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}

.mod-landing__app-why__icon {
    display: block;
    margin: 0 auto 22px;
    width: auto!important;
}

.mod-landing__app-why__item-title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    color: #303030;
}

.mod-landing__app-why__item-desc {
    margin: 0;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.45;
    color: #94a3ad;
}

.mod-landing__app-review {
    background: #fff;
    padding: 0 0 80px;
}

.mod-landing__app-review .mod-landing__app-section-title {
    padding-top: 70px;
    margin-bottom: 50px;
}

.mod-landing__app-review__card {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
    gap: 80px;
}

.mod-landing__app-review__avatar {
    flex: 0 0 auto;
    align-self: center;
}

.mod-landing__app-review__avatar img {
    width: 230px;
    height: 230px;
    border-radius: 30px;
    object-fit: cover;
    display: block;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.mod-landing__app-review__bubble {
    position: relative;
    min-height: 150px;
    background: #fff;
    border-radius: 40px;
    padding: 32px 38px;
    box-shadow: 0 6px 35px rgba(0, 0, 0, 0.08);
}

.mod-landing__app-review__bubble:before {
    content: "";
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #fff;
    filter: drop-shadow(-2px 2px 2px rgba(0, 0, 0, 0.04));
}

.mod-landing__app-review__bubble p {
    font-size: 15px;
    color: #47515d;
    line-height: 26px;
    margin: 0 0 30px;
    font-weight: 100;
    font-style: italic;
}

.mod-landing__app-review__author {
    display: block;
    text-align: right;
    font-size: 15px;
    font-weight: 700;
    color: #303030;
}

.mod-landing__contact-banner-text-desc {
    font-size: 18px;
    color: #0d2d7d;
    font-weight: 100;
    line-height: 26px;
}

.mod-landing__contact-banner-title {
    line-height: 50px;
    margin-bottom: 45px;
}

.mod-landing__app-faq {
    background-color: #ebf0f3;
    background-image: url(/modules/client/landing/images/seotag/lupa.png);
    background-position: left 100px;
    padding-top: 100px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.mod-landing__app-guide__review-outer {
    background: #fff;
    padding-bottom: 125px;
}

.mod-landing__app-guide {
    background: #ebf0f3;
    padding-bottom: 90px;
}

.mod-landing__app-guide .mod-landing__app-section-title {
    padding-top: 78px;
}

.mod-landing__app-guide__lead {
    max-width: 860px;
    margin: 0 auto 70px;
    font-size: 18px;
    line-height: 1.62;
    color: #636c73;
    font-weight: 100;
    text-align: center;
}

.mod-landing__app-guide__review {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 950px;
    margin: 0 auto 28px;
}

.mod-landing__app-guide__review-avatar {
    flex: 0 0 92px;
    width: 220px;
    height: 220px;
    border-radius: 18px;
    display: block;
}

.mod-landing__app-guide__review-card {
    flex: 1 1 auto;
    background: #fff;
    border-radius: 16px;
    padding: 45px 50px;
    box-shadow: 0 12px 28px rgba(58, 89, 109, 0.12);
    position: relative;
    height: 215px;
    box-sizing: border-box;
    border: 2px solid #e2e9ed;
}

.mod-landing__app-guide__review-card:before,
.mod-landing__app-guide__review-card:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
}

.mod-landing__app-guide__review-card:before {
    left: -18px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #e2e9ed;
    filter: drop-shadow(-2px 2px 2px rgba(0, 0, 0, 0.04));
}

.mod-landing__app-guide__review-card:after {
    left: -15px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #fff;
}

.mod-landing__app-guide__review-text {
    margin: 0px;
    font-size: 14px;
    font-style: italic;
    line-height: 30px;
}

.mod-landing__app-guide__review-author {
    margin: 20px 0 0;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
}

.mod-landing__app-guide__card {
    position: relative;
    max-width: 1080px;
    margin: 0 auto 70px;
    background: #fff;
    border-radius: 16px;
    padding: 90px 60px 90px 60px;
    box-shadow: 0 8px 24px rgba(58, 89, 109, 0.08);
    overflow: hidden;
}

.mod-landing__app-guide__card-title {
    margin: 0 0 60px;
    text-align: center;
    font-size: 36px;
    line-height: 1.12;
    color: #303030;
    font-weight: 100;
}

.mod-landing__app-guide__checks {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 32px 48px;
    width: 850px;
}

.mod-landing__app-guide__checks-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    width: 330px;
}

.mod-landing__app-guide__checks-icon {
    flex: 0 0 32px;
    width: 40px;
    height: 40px;
    display: block;
}

.mod-landing__app-guide__checks-content {
    flex: 1 1 auto;
    min-width: 0;
}

.mod-landing__app-guide__checks-title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 600;
    color: #303030;
    line-height: 1.35;
}

.mod-landing__app-guide__checks-text {
    margin: 0;
    font-size: 14px;
    font-weight: 100;
    color: #64717c;
    line-height: 1.5;
}

.mod-landing__app-guide__man {
    position: absolute;
    right: 34px;
    bottom: 0;
    width: 277px;
    height: auto;
    display: block;
    pointer-events: none;
}

.mod-landing__app-guide__example {
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 58px 80px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(58, 89, 109, 0.08);
}

.mod-landing__app-guide__example-title {
    margin: 30px 0 60px;
    text-align: center;
    font-size: 36px;
    line-height: 1.15;
    color: #303030;
    font-weight: 100;
}

.mod-landing__app-guide__example-body {
    max-width: 620px;
    margin: 0 auto;
}

.mod-landing__app-guide__example-body p {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 100;
}

.mod-landing__app-guide__example-body p:last-child {
    margin-bottom: 0;
}

.mod-landing__app-guide__example-label {
    font-weight: 600;
    color: #303030;
}

.mod-landing__app-guide__example-value {
    font-style: italic;
    color: #34c3ff;
}

.mod-landing__app-guide__example-footer {
    max-width: 520px;
    margin: 32px auto 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.55;
    color: #64717c;
    font-weight: 100;
}



@media only screen and (min-width: 1471px) {
    .mod-landing__app-faq {
        background-size: 570px;
        padding-bottom: 120px;
    }

    .mod-landing__app-faq-container {
        margin-left: max(0px, calc(685px - (100vw - min(100vw, 1200px)) / 2));
    }
}

.mod-landing__app-faq-container {
    max-width: 692px;
    margin-left: max(0px, calc(785px - (100vw - min(100vw, 1200px)) / 2));
}

.mod-landing__app-faq__title {
    font-size: 48px;
    color: #303030;
    font-weight: 100;
}

.mod-landing__app-faq ul {
    padding-left: 0;
    margin-top: 60px;
}

.mod-landing__app-faq ul li {
    position: relative;
    padding-bottom: 20px;
    color: #303030;
    font-size: 24px;
    list-style: none !important;
    user-select: none;
}

.mod-landing__app-faq ul li:after {
    content: "+";
    display: block;
    color: #000;
    font-size: 28px;
    font-weight: 100;
    position: absolute;
    left: -30px;
    top: -4px;
    padding-top: 0;
}

.mod-landing__app-faq__item_active:after {
    content: "\2014" !important;
    font-size: 14px !important;
    font-weight: bold !important;
    top: 6px!important;
}

.mod-landing__app-faq ul li > p:nth-child(1) {
    font-size: 24px;
    color: #303030;
    margin-bottom: 15px;
    font-weight: 100;
    cursor: pointer;
}

.mod-landing__app-faq ul li > p:nth-child(2) {
    font-size: 15px;
    color: #64717c;
    font-weight: 100;
    display: none;
}

.mod-landing__app-faq__item_active > p:nth-child(2) {
    display: block !important;
}

@media only screen and (max-width: 1470px) {
    .mod-landing__app-faq {
        background-size: 500px;
    }

    .mod-landing__contact-banner .mod-landing__contact-banner-text {
        padding-left: 30px;
    }

    .mod-landing__contact-banner-text-desc {
        width: 85%;
    }
    
    .mod-landing__app-faq-container {
        margin-left: max(0px, calc(615px - (100vw - min(100vw, 1200px)) / 2));
    }
}

@media only screen and (max-width: 1260px) {
    .mod-landing__app-faq {
        background-size: 450px;
    }

    .mod-landing__app-faq-container {
        margin-left: max(0px, calc(565px - (100vw - min(100vw, 1200px)) / 2));
    }
}

@media only screen and (max-width: 1200px) {
    
    .mod-landing__app-tags-nav,
    .mod-landing__app-developers {
        padding: 36px 20px 40px;
    }

    .mod-landing__app-section-title {
        padding-top: 30px;
        font-size: 30px;
    }

    .mod-landing__app-faq {
        background-size: 400px;
    }

    .mod-landing__app-faq-container {
        margin-left: max(0px, calc(515px - (100vw - min(100vw, 1200px)) / 2));
    }
}

@media only screen and (max-width: 1160px) {
    .mod-landing__app-guide__man {
        width: 200px;
    }

    .mod-landing__app-guide__review-outer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mod-landing__app-guide__review-card {
        height: auto;
    }
}



@media only screen and (max-width: 1105px) {

    .mod-landing__app-guide__man {
        display: none;
    }

    .mod-landing__app-guide__checks {
        width: 100%;
    }

    .mod-landing__app-faq {
        background-size: 300px;
    }

    .mod-landing__app-faq-container {
        margin-left: max(0px, calc(415px - (100vw - min(100vw, 1200px)) / 2));
    }
}

@media only screen and (max-width: 900px) {
    .mod-landing__app-faq {
        background-image: none;
        padding: 50px 30px 30px;
        box-sizing: border-box;
    }

    .mod-landing__app-faq .mod-landing__app-content {
        padding-left: 0;
        padding-right: 0;
    }

    .mod-landing__app-faq-container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .mod-landing__app-faq__title {
        text-align: center;
        font-size: 36px;
    }

    .mod-landing__app-faq ul {
        margin-top: 30px;
        padding-left: 0;
    }

    .mod-landing__app-faq ul li {
        padding-left: 32px;
    }

    .mod-landing__app-faq ul li:after {
        left: 0;
    }
}

@media only screen and (max-width: 768px) {    

    .mod-landing__app-guide__review {
        display: block;
    }

    .mod-landing__app-guide__review-avatar {
        margin: 0 auto 40px;
    }

    .mod-landing__app-guide__review-card:after {
        display: none;
    }

    .mod-landing__app-guide .mod-landing__app-section-title,
    .mod-landing__app-steps .mod-landing__app-section-title {
        padding-top: 40px;
    }

    .mod-landing__app-guide__card,
    .mod-landing__app-guide__example {
        padding: 40px 15px;
    }

    .mod-landing__app-guide__review-outer,
    .mod-landing__app-guide,
    .mod-landing__app-steps {
        padding-bottom: 40px;
    }

    .mod-landing__app-developers {
        padding-top: 0px;
    }

    .mod-landing__app-guide__checks {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .mod-landing__app-faq__title {
        font-size: 30px;
        line-height: 1.2;
        padding-left: 0;
    }

    .mod-landing__app-faq-container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .mod-landing__app-faq ul {
        padding-left: 0;
        margin-top: 25px;
    }

    .mod-landing__app-faq ul li {
        font-size: 18px;
        padding-left: 32px;
        padding-bottom: 16px;
    }

    .mod-landing__app-faq ul li:after {
        left: 0;
        font-size: 22px;
    }

    .mod-landing__app-faq ul li > p:nth-child(1) {
        font-size: 18px;
        line-height: 1.35;
        margin-bottom: 10px;
    }

    .mod-landing__app-faq ul li > p:nth-child(2) {
        font-size: 14px;
        line-height: 1.5;
    }

    .mod-landing__app-faq {
        padding: 35px 20px 25px;
    }

    .mod-landing__app-faq .mod-landing__app-content {
        padding-left: 0;
        padding-right: 0;
    }

    .mod-landing__app-header h1 {
        padding: 20px 20px 0;
        font-size: 55px;
    }

    .mod-landing__app-content {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .mod-landing__app-developers {
        padding-bottom: 50px;
    }

    .mod-landing__app-developers__title {
        padding-top: 50px;
        margin-bottom: 30px;
        font-size: 36px;
    }
}

@media only screen and (max-width: 450px) {

    .mod-landing__contact-banner-content .mod-landing__app-btn {
        margin: 20px auto 0;
    }

    .mod-landing__contact-banner-text-desc {
        width: 300px;
        margin: 25px auto;
    }

    .mod-landing__contact-banner-title {
        margin-bottom: 10px;
        font-size: 45px;
        line-height: 42px;
    }

    .mod-landing__contact-banner .mod-landing__contact-banner-text {
        padding-top: 30px;
    }

    .mod-landing__app-header p {
        font-size: 16px;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .mod-landing__app-header {
        background-image: none;
        background-color: #0f3972;
        min-height: 350px;
    }

    .mod-landing__app-header h1 {
        font-size: 32px;
        line-height: 38px;
        padding: 50px 20px 0;
    }
}

@media only screen and (max-width: 1100px) {
    .mod-landing__app-steps__row:before {
        display: none;
    }

    .mod-landing__app-steps__item {
        margin-bottom: 36px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .mod-landing__app-steps__track {
        height: auto;
        margin-bottom: 20px;
    }

    .mod-landing__app-steps__dot {
        display: none;
    }

    .mod-landing__app-steps__num {
        font-size: 56px;
        margin-bottom: 8px;
    }

}

@media only screen and (max-width: 992px) {
    .mod-landing__app-developers__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .mod-landing__app-developers__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .mod-landing__app-developers__title {
        font-size: 30px;
        padding-top: 40px;
        margin-bottom: 24px;
    }

    .mod-landing__app-developers__card {
        padding: 20px;
    }

    .mod-landing__app-developers__price {
        font-size: 22px;
    }

    .mod-landing__app-why {
        padding: 50px 0 60px;
    }

    .mod-landing__app-why__title {
        margin-bottom: 36px;
        font-size: 30px;
    }

    .mod-landing__app-review__card {
        padding: 0 20px;
        flex-direction: column !important;
        align-items: center;
    }

    .mod-landing__app-review__avatar img {
        width: 160px;
        height: 160px;
    }

    .mod-landing__app-review__bubble {
        width: 80%;
        max-width: 485px;
        height: auto;
    }

    .mod-landing__app-review__bubble:before {
        display: none;
    }

    .mod-landing__app-tags-nav {
        padding: 24px 0 28px;
    }

    .mod-landing__app-breadcrumbs {
        margin-bottom: 16px;
        font-size: 13px;
    }

    .mod-landing__app-tags {
        gap: 10px;
    }

    .mod-landing__app-tag {
        padding: 9px 18px;
        font-size: 13px;
    }
}

/* contact-banner: адаптив поверх landing.css */
@media only screen and (max-width: 1200px) {
    .mod-landing__app-container .mod-landing__contact-banner-title {
        font-size: 36px;
        line-height: 1.2;
        padding-top: 0;
        padding-left: 0;
    }

    .mod-landing__app-container .mod-landing__contact-banner-text-desc {
        font-size: 17px;
        line-height: 1.45;
        width: 100%;
    }

    .mod-landing__app-review {
        padding: 0 30px 80px;
    }
    
}

@media only screen and (max-width: 1120px) {
    .mod-landing__app-container .mod-landing__contact-banner {
        height: auto;
        overflow: visible;
    }

    .mod-landing__app-container .mod-landing__contact-banner-image {
        display: none;
    }

    .mod-landing__app-container .mod-landing__contact-banner-text {
        display: block;
        width: 100%;
        padding: 40px 30px 50px;
        text-align: center;
        box-sizing: border-box;
    }

    .mod-landing__app-container .mod-landing__contact-banner-content .mod-landing__app-btn {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 768px) {
    .mod-landing__app-container .mod-landing__contact-banner-text {
        padding: 50px 20px 20px;
    }

    .mod-landing__app-container .mod-landing__contact-banner-title {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .mod-landing__app-container .mod-landing__contact-banner-text-desc {
        font-size: 16px;
        line-height: 1.5;
    }
}
