.owl-theme .owl-dots .owl-dot span { display: none; }

.mod-landing__mod-landing__freelance-container {
    margin: 0 auto;
}

.mod-landing__mod-landing__freelance-header {
    background-image: url(/modules/client/landing/images/worker/main_fon.png);
    min-height: 440px;
    background-size: cover;
    background-position: center;
    padding-bottom: 55px;
}

.mod-landing__mod-landing__freelance-header h1 {
    font-size: 72px;
    color: #fff;
    text-align: center;
    font-weight: 100;
    padding-top: 50px;
}

.mod-landing__mod-landing__freelance-header p {
    font-size: 24px;
    font-weight: 100;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.autolanding__section-title {
    font-size: 48px;
    color: #303030;
    font-weight: 100;
    padding-top: 80px;
    text-align: center;
    display: block;
    margin: 0 auto 80px;
}

.mod-autolanding-order-form {
    background-color: #ebf0f3;
    padding-bottom: 130px;
}

.mod-landing__mod-landing__freelance-service-title {
    font-size: 48px;
    font-weight: 100;
    color: #303030;
    padding-top: 140px;
    margin-left: 20px;
    max-width: 800px;
    margin-bottom: 40px;
}

.mod-landing__mod-landing__freelance-service-img {
    max-width: 534px;
    margin-left: 100px;
}

.mod-landing__freelance-btn-yellow {
    display: block;
    width: 240px;
    background: #fccb0a;
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    border-radius: 25px;
    text-decoration: none;
    transition: 500ms;
}

.mod-landing__freelance-btn-yellow:hover {
    background: #ffb007;
    transition: 500ms;
    cursor: pointer;
}

.owl-carousel .owl-item img {
    width: auto;
}

.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-autolanding-order-form .autolanding__section-title {
    padding-top: 0px;
    margin-bottom: 40px;
}

.mod-landing__freelance-directions__list {
    max-width: 900px;
    margin: 0 auto;
}

.mod-landing__freelance-directions__item {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #dae4ea;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    position: relative;
}

.mod-landing__freelance-directions__head {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 18px 35px 18px 25px;
    border: none;
    justify-content: space-between;
    background: #fff;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    box-sizing: border-box;
}

.mod-landing__freelance-directions__icon {
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-landing__freelance-directions__icon img {
    max-height: 36px;
    width: auto;
}

.mod-landing__freelance-directions__title {
    font-size: 18px;
    color: #303030;
    font-weight: 500;
    padding: 0 15px;
}

.mod-landing__freelance-directions__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    min-height: 28px;
    aspect-ratio: 1;
    padding: 0 6px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1;
    color: #1391c6;
    margin-right: 15px;
    border-radius: 50%;
    background: #ebf7fe;
    margin-left: 40px;
    flex-shrink: 0;
}

.mod-landing__freelance-directions__arrow {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: none;
    border-radius: 50%;
    transition: background 0.5s;
    flex-shrink: 0;
    position: absolute;
    right: 15px;
}

.mod-landing__freelance-directions__arrow::before {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid #899ca8;
    border-bottom: 2px solid #899ca8;
    transform: rotate(45deg);
    margin-top: -2px;
    transition: transform 0.25s;
}

.mod-landing__freelance-directions__arrow:hover {
    background: #ebf7fe;
}

.mod-landing__freelance-directions__item_open .mod-landing__freelance-directions__arrow::before {
    transform: rotate(-135deg);
    margin-top: 4px;
}

.mod-landing__freelance-directions__body {
    display: none;
    padding: 0 24px 22px 38px;
    border-top: 1px solid #eef3f6;
}

.mod-landing__freelance-directions__item_open .mod-landing__freelance-directions__body {
    display: block;
}

.mod-landing__freelance-directions__cols {
    padding-top: 16px;
}

.mod-landing__freelance-directions__cols ul {
    margin: 0;
    padding: 0;
    list-style: none;
    column-count: 3;
    column-gap: 40px;
}

.mod-landing__freelance-directions__cols li {
    padding: 4px 0;
    break-inside: avoid;
}

.mod-landing__freelance-directions__cols a {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #20a6dc;
    text-decoration: none;
}

.mod-landing__freelance-directions__cols a::after {
    content: '';
    flex-shrink: 0;
    width: 22px;
    height: 8px;
    margin-left: 10px;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    background: url(/modules/client/landing/images/worker/arr.png) no-repeat center;
}

.mod-landing__freelance-directions__cols a:hover {
    text-decoration: underline;
    color: #303030;
}

.mod-landing__freelance-directions__cols a:hover::after {
    opacity: 1;
    transform: translateX(0);
}

/* Шаги */
.mod-landing__freelance-steps {
    background: #fff;
    padding-bottom: 80px;
}

.mod-landing__freelance-steps .autolanding__section-title {
    padding-top: 70px;
    margin-bottom: 55px;
}

.mod-landing__freelance-steps__row {
    position: relative;
    gap: 24px;
    align-items: flex-start;
}

.mod-landing__freelance-steps__row:before {
    content: "";
    position: absolute;
    top: 95px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: #dae7ed;
    z-index: 0;
}

.mod-landing__freelance-steps__item {
    flex: 1 1 22%;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 12px;
    box-sizing: border-box;
}

.mod-landing__freelance-steps__track {
    position: relative;
    height: 96px;
    margin-bottom: 28px;
}

.mod-landing__freelance-steps__num {
    display: block;
    font-size: 76px;
    font-weight: 100;
    color: #34c3ff;
    line-height: 1;
    letter-spacing: -2px;
}

.mod-landing__freelance-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__freelance-steps__title {
    font-size: 16px;
    font-weight: 600;
    color: #303030;
    line-height: 22px;
    margin: 0 0 14px;
}

.mod-landing__freelance-steps__text {
    font-size: 14px;
    color: #64717c;
    line-height: 22px;
    margin: 0;
    font-weight: 100;
}

.mod-landing__freelance-rates {
    background: #ebf0f3;
    padding-bottom: 70px;
}

.mod-landing__freelance-rates .autolanding__section-title {
    margin-bottom: 45px;
}

.mod-landing__freelance-rates__carousel {
    max-width: 1200px;
    margin: 0 auto;
}

.mod-landing__freelance-rates__carousel .owl-stage-outer {
    overflow: hidden;
    padding: 40px 0;
}

.owl-rates .owl-dots {
    margin-top: 25px;
}

.mod-landing__freelance-rates__card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 40px 24px 35px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 270px;
    min-height: 280px;
}

.mod-landing__freelance-rates__name {
    font-size: 20px;
    font-weight: 600;
    color: #303030;
    margin: 0 0 8px;
    word-wrap: break-word;
}

.mod-landing__freelance-rates__unit {
    display: block;
    font-size: 14px;
    color: #899ca8;
    font-weight: 100;
    margin-bottom: 10px;
}

.mod-landing__freelance-rates__price {
    color: #34c3ff;
    line-height: 1;
    margin-bottom: 15px;
}

.mod-landing__freelance-rates__from,
.mod-landing__freelance-rates__currency {
    font-size: 20px;
    font-weight: 100;
    vertical-align: baseline;
}

.mod-landing__freelance-rates__value {
    font-size: 72px;
    font-weight: 100;
    line-height: 1;
    margin: 0 4px;
}

.mod-landing__freelance-rates__note {
    display: block;
    font-size: 14px;
    color: #303030;
    font-weight: 100;
}

/* Преимущества */
.mod-landing__freelance-benefits {
    background: #fff;
    padding-bottom: 120px;
    position: relative;
}

.mod-landing__freelance-benefits__wrap {
    align-items: flex-end;
    gap: 20px;
}

.mod-landing__freelance-benefits__content {
    flex: 1 1 auto;
    max-width: 780px;
}

.mod-landing__freelance-benefits .mod-landing__mod-landing__freelance-service-title {
    padding-top: 90px;
    margin: 0 0 70px;
    text-align: left;
    max-width: none;
    line-height: 1.15;
}

.mod-landing__freelance-benefits .mod-landing__freelance-benefits__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 56px;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: none;
}

.mod-landing__freelance-benefits .mod-landing__freelance-benefits__list .mod-landing__freelance-benefits__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 0;
    list-style: none;
    font-size: inherit;
    color: inherit;
}

.mod-landing__freelance-benefits .mod-landing__freelance-benefits__list .mod-landing__freelance-benefits__item:before {
    display: none;
}

.mod-landing__freelance-benefits__icon {
    width: 45px;
    height: 45px;
    background: url(/modules/client/landing/images/worker/ok.png) no-repeat center;
    background-size: contain;
}

.mod-landing__freelance-benefits__text {
    flex: 1 1 auto;
    min-width: 0;
}

.mod-landing__freelance-benefits__title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 600;
    color: #303030;
    line-height: 22px;
}

.mod-landing__freelance-benefits__desc {
    margin: 0;
    font-size: 14px;
    font-weight: 100;
    color: #64717c;
    line-height: 20px;
}

.mod-landing__freelance-benefits .mod-landing__freelance-benefits__img {
    flex: 0 1 auto;
    width: clamp(260px, 36vw, 400px);
    max-width: 42%;
    height: auto;
    margin: 0 0 0 24px;
    display: block;
    position: absolute;
    right: clamp(0%, 10%, 10%);
    bottom: -65px;
    object-fit: contain;
}

/* Отзыв */
.mod-landing__freelance-review {
    background: #ebf0f3;
    padding: 0 0 80px;
}

.mod-landing__freelance-review .autolanding__section-title {
    padding-top: 70px;
    margin-bottom: 25px;
}

.mod-landing__freelance-review__intro {
    max-width: 670px;
    margin: 0 auto 45px;
    font-size: 16px;
    color: #64717c;
    text-align: center;
    line-height: 26px;
    font-weight: 100;
}

.mod-landing__freelance-review__card {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto 55px;
    gap: 80px;
}

.mod-landing__freelance-review__avatar {
    flex: 0 0 auto;
    align-self: center;
}

.mod-landing__freelance-review__avatar img {
    width: 230px;
    height: 230px;
    border-radius: 30px;
    object-fit: cover;
    display: block;
}

.mod-landing__freelance-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__freelance-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__freelance-review__bubble p {
    font-size: 15px;
    color: #47515d;
    line-height: 26px;
    margin: 0 0 30px;
    font-weight: 100;
    font-style: italic;
}

.mod-landing__freelance-review__author {
    display: block;
    text-align: right;
    font-size: 15px;
    font-weight: 700;
    color: #303030;
}

.mod-landing__freelance-review__footer-title {
    font-size: 20px;
    font-weight: 700;
    color: #303030;
    text-align: center;
    margin: 0 0 12px;
}

.mod-landing__freelance-review__footer-text {
    max-width: 530px;
    margin: 0 auto;
    font-size: 14px;
    color: #636c73;
    text-align: center;
    line-height: 22px;
    font-weight: 100;
}

/* Как найти удаленную работу */
.mod-landing__freelance-reviews {
    background: #fff;
    padding: 0 0 90px;
}

.mod-landing__freelance-reviews .autolanding__section-title {
    padding-top: 70px;
    margin-bottom: 20px;
}

.mod-landing__freelance-reviews__subtitle {
    max-width: 820px;
    margin: 0 auto 50px;
    font-size: 16px;
    color: #64717c;
    text-align: center;
    line-height: 26px;
    font-weight: 100;
}

.mod-landing__freelance-reviews__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
    margin-bottom: 40px;
}

.mod-landing__freelance-reviews__card {
    flex: 1 1 280px;
    max-width: 360px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 40px rgba(0, 23, 34, 0.08);
    padding: 50px 40px;
}

.mod-landing__freelance-reviews__card-head {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 18px;
}

.mod-landing__freelance-reviews__num {
    flex: 0 0 auto;
    font-size: 72px;
    line-height: 0.85;
    font-weight: 100;
    color: #34c3ff;
    font-family: 'Roboto', sans-serif;
}

.mod-landing__freelance-reviews__card-title {
    font-size: 24px;
    font-weight: 700;
    color: #303030;
    line-height: 31px;
}

.mod-landing__freelance-reviews__card-text {
    margin: 0 0 16px;
    font-size: 14px;
    color: #64717c;
    line-height: 24px;
    font-weight: 100;
}

.mod-landing__freelance-reviews__list {
    margin: 0;
    padding: 0 0 0 18px;
    list-style: disc;
}

.mod-landing__freelance-reviews__list li {
    font-size: 14px;
    color: #64717c;
    line-height: 24px;
    font-weight: 100;
    margin-bottom: 8px;
}

.mod-landing__freelance-reviews__list li:last-child {
    margin-bottom: 0;
}

.mod-landing__freelance-reviews__tip {
    position: relative;
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 920px;
    margin: 110px auto 0;
    padding: 28px 36px 28px 140px;
    background: #fdf5d7;
    border-radius: 15px;
    box-sizing: border-box;
}

.mod-landing__freelance-reviews__tip-icon {
    flex: 0 0 auto;
    width: 96px;
    height: auto;
    display: block;
    position: absolute;
    left: 15px;
    top: -10px;
}

.mod-landing__freelance-reviews__tip-text p {
    margin: 0 0 10px;
    font-size: 15px;
    color: #7a6822;
    line-height: 20px;
    font-weight: 100;
}

.mod-landing__freelance-reviews__tip-text p:last-child {
    margin-bottom: 0;
}

.mod-landing__freelance-reviews__tip-text strong {
    font-weight: 700;
    color: #7a6822;
}

.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__contact-banner .mod-landing__contact-banner-text {
    padding-top: 60px;
}

.mod-breadcrumb {
    background: #ebf0f3;
    padding: 28px 0 32px;
}

.mod-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mod-breadcrumb__item {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 100;
}

.mod-breadcrumb__item_sep {
    margin: 0 6px;
    color: #43a8c4;
}

.mod-breadcrumb__link {
    color: #43a8c4;
    text-decoration: none;
}

.mod-breadcrumb__link:hover {
    text-decoration: underline;
}

.mod-breadcrumb__current {
    color: #47515d;
}

@media only screen and (max-width: 1550px) {
    .mod-landing__freelance-benefits .mod-landing__freelance-benefits__img {
        width: clamp(260px, 32vw, 350px);
    }
}

@media only screen and (max-width: 1290px) {
    .mod-landing__freelance-benefits .mod-landing__freelance-benefits__img {
        flex: 0 1 auto;
        width: clamp(260px, 32vw, 471px);
        max-width: 32%;
        height: auto;
        margin: 0 0 0 24px;
        display: block;
        position: absolute;
        right: clamp(0%, 10%, 1%);
        bottom: -65px;
        object-fit: contain;
    }
}


@media only screen and (max-width: 1200px) {
    
    .mod-landing__content {
        padding: 0 15px;
    }

    .autolanding__section-title {
        padding-top: 30px;
        font-size: 30px;
    }
}

@media only screen and (max-width: 768px) {

    .mod-landing__freelance-benefits .mod-landing__mod-landing__freelance-service-img.mod-landing__freelance-benefits__img {
        display: none;
    }

    .owl-dots {
        display: block !important;
    }

    .mod-landing__mod-landing__freelance-header h1 {
        padding: 20px 20px 0;
        font-size: 55px;
    }

    .mod-landing__content {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .mod-autolanding-order-form {
        padding: 50px 0;
    }

    .mod-landing__freelance-benefits .mod-landing__mod-landing__freelance-service-title {
        font-size: 30px;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {

    .mod-autolanding-order-form .autolanding__section-title {
        padding-top: 0;
    }

    .mod-landing__freelance-benefits .mod-landing__mod-landing__freelance-service-title {
        padding-top: 40px;
    }

    .mod-landing__freelance-directions__title {
        font-size: 15px;
    }

    .mod-landing__freelance-directions__head-inner {
        width: 200px;
        flex: 1;
        min-width: 0;
        word-break: break-all;
    }

    .mod-landing__freelance-directions__count {
        font-size: 14px;
    }

    .mod-landing__freelance-reviews__tip-icon {
        display: none;
    }

    .mod-landing__contact-banner-text-desc {
        width: 300px;
        margin: 0 auto;
    }

    .mod-landing__contact-banner-title {
        margin-bottom: 10px;
    }

    .mod-landing__contact-banner .mod-landing__contact-banner-text {
        padding-top: 30px;
    }

    .mod-landing__mod-landing__freelance-header p {
        font-size: 16px;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .mod-landing__freelance-directions__cols a {
        display: inline;
    }

    .mod-landing__freelance-directions__cols li {
        padding-bottom: 15px;
    }

    .mod-landing__mod-landing__freelance-header {
        background-image: none;
        background-color: #0f3972;
        min-height: 350px;
    }

    .mod-landing__mod-landing__freelance-header h1 {
        font-size: 32px;
        line-height: 38px;
        padding: 50px 20px 0;
    }
}

@media only screen and (max-width: 1100px) {
    .mod-landing__freelance-benefits__wrap {
        align-items: center;
    }

    .mod-landing__freelance-benefits__content {
        max-width: none;
    }

    .mod-landing__freelance-benefits .mod-landing__mod-landing__freelance-service-img.mod-landing__freelance-benefits__img {
        display: block;
        position: static;
        width: clamp(240px, 70vw, 400px);
        max-width: 100%;
        height: auto;
        margin: 25% auto 0;
    }

    .mod-landing__freelance-benefits .mod-landing__freelance-benefits__list {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .mod-landing__freelance-steps__row:before {
        display: none;
    }

    .mod-landing__freelance-steps__item {
        margin-bottom: 36px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .mod-landing__freelance-steps__track {
        height: auto;
        margin-bottom: 20px;
    }

    .mod-landing__freelance-steps__dot {
        display: none;
    }

    .mod-landing__freelance-steps__num {
        font-size: 56px;
        margin-bottom: 8px;
    }

    .mod-landing__freelance-rates__card {
        max-width: none;
    }

    .mod-landing__freelance-reviews__card {
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .mod-landing__freelance-rates {
        padding-bottom: 0;
    }

    .mod-landing__freelance-rates .autolanding__section-title {
        margin-bottom: 20px;
    }
    .mod-landing__freelance-reviews__tip-icon,
    .mod-landing__freelance-benefits .mod-landing__mod-landing__freelance-service-img.mod-landing__freelance-benefits__img {
        display: none;
    }

    .mod-landing__freelance-benefits,
    .mod-landing__freelance-review,
    .mod-landing__freelance-reviews,
    .mod-landing__freelance-steps    {
        padding-bottom: 40px;
    }

    .mod-landing__freelance-review .autolanding__section-title,
    .mod-landing__freelance-reviews .autolanding__section-title,
    .mod-landing__freelance-steps .autolanding__section-title {
        padding-top: 40px;
    }

    .mod-landing__freelance-benefits .mod-landing__freelance-benefits__wrap {
        display: block;
    }

    .mod-landing__freelance-directions__body {
        padding-left: 24px;
    }

    .mod-landing__freelance-directions__cols ul {
        column-count: 2;
    }

    .mod-landing__freelance-rates__value {
        font-size: 56px;
    }

    .mod-landing__freelance-rates__card {
        min-height: 230px;
        padding: 32px 20px 28px;
    }

    .mod-landing__freelance-review__intro {
        padding: 0 20px;
        margin-bottom: 30px;
    }

    .mod-landing__freelance-review__card {
        padding: 0 20px;
        flex-direction: column !important;
        align-items: center;
    }

    .mod-landing__freelance-review__avatar img {
        width: 160px;
        height: 160px;
    }

    .mod-landing__freelance-review__bubble {
        width: 80%;
        max-width: 485px;
        height: auto;
    }

    .mod-landing__freelance-review__bubble:before {
        display: none;
    }

    .mod-landing__freelance-review__footer-title,
    .mod-landing__freelance-review__footer-text {
        padding: 0 20px;
    }

    .mod-landing__freelance-reviews__subtitle {
        padding: 0 20px;
        margin-bottom: 35px;
    }

    .mod-landing__freelance-reviews__cards {
        flex-direction: column;
        align-items: center;
    }

    .mod-landing__freelance-reviews__card {
        max-width: 400px;
        width: 75%;
    }

    .mod-landing__freelance-reviews__tip {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 20px;
        padding: 24px 22px;
        position: relative;
    }
}
