/* title */

.mobile-title {
    display: block;
    width: 100%;
}

.title-section {
    background-image:
        url("");
}

.title-title {
    font-weight: 800;
    font-size: 35px;
    line-height: 1;

    width: 100%;

    margin-bottom: 28px;
}

.title-span {
    color: var(--primary);
}

.title-text {
    font-size: 19px;
    width: 100%;

    margin-bottom: 38px;
}

/* numbers */

.numbers-decor-1,
.numbers-decor-2 {
    width: 185px;
    top: -6px;
    opacity: 0.9;
}

.numbers-decor-1 {
    left: -36px;
}

.numbers-decor-2 {
    right: -36px;
}

.numbers-list {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    row-gap: 28px;
}

.numbers-item {
    width: 100%;
    max-width: 320px;
}

/* Partners */

.partners-img-div {
    gap: 30px;
}

/* Choose */

.choose-decor-1,
.choose-decor-2 {
    width: 185px;
    top: -6px;
    opacity: 0.9;
}

.choose-decor-1 {
    left: -36px;
}

.choose-decor-2 {
    right: -36px;
}

/* pain */

.pain-list {
    gap: 50px;
}

/* work */

.work-decor-line-1, .work-decor-line-2, .work-decor-line-3 {
    display: none;
}

.work-step-div:nth-child(even) {
    margin-left: 0px;
}

.work-step-text {
    width: 100%;
}

.work-btn-div {
    flex-direction: column;
    width: 100%;
}

/* Services */

.services-item-title {
    word-break: break-word;
    overflow-wrap: anywhere;
}

.service-item {
    width: 100%;
    padding: 15px 15px;

}

/* reviews */

.reviews-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
}

.reviews-text {
    width: 100%;
}

/* Reviews */

.reviews-text {
    width: 100%;
}

.reviews-fallback-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.reviews-fallback-list {
    grid-template-columns: 1fr;
    gap: 12px;
}

.reviews-fallback-item {
    padding: 16px;
}

.reviews-swipe-left {
    display: none;
}

.reviews-swipe-right {
    display: none;
}

.reviews-card {

    padding-left: 15px;
    padding-right: 15px;

    width: 100%;
    height: auto;
}

/* Contact */

.contact-container {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding-top: 60px;
    padding-bottom: 32px;
}

.contact-right-div,
.contact-img {
    display: none;
}

.contact-map {
    width: 100%;
    height: 250px;

    margin-top: 100px;
}

.contact-left-div {
    width: 100%;
}

.contact-input {
    height: 60px;
    background-color: var(--bg-second);

    padding-left: 20px;

    border: 1px solid var(--bg-three);

    color: var(--text-main);
}
