.dark .investments-requests--top {
    border-bottom: 1px solid #515860;
}

.dark .investments-requests--title {
    color: var(--white);
}

.dark .investments-requests--subtitle {
    color: var(--white);
}

.investments-requests--link,
.investments-requests--link span {
    color: #4D9AFF;
}

.dark .strategic-seo-approach__header h2 {
    color: var(--white);
    margin-top:0;
    margin-bottom:0;
}

.dark .strategic-seo-approach__content {
    color: var(--white);
}

.dark .bottom-block-appr p {
    color: var(--white);
}

.dark #approach_work .step-number {
    background: #515860;
    color: var(--white);
}


.dark #approach_work .step-arrow::before {
    filter: brightness(0) invert(1);
}

.dark .work-step-list .step-item.item-approach-to-work:nth-of-type(1) {
    background-color: var(--text-dark-grey-v2);
    background-image: url(/images/approach-work-main/min-main-1-dark.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 80px;
    min-height: 200px;
    display: grid;
}

.dark .work-step-list .step-item.item-approach-to-work:nth-of-type(2) {
    background-color: var(--text-dark-grey-v2);
    background-image: url(/images/approach-work-main/min-main-2-dark.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 80px;
    min-height: 200px;
    display: grid;
}

.dark .work-step-list .step-item.item-approach-to-work:nth-of-type(3) {
    background-color: var(--text-dark-grey-v2);
    background-image: url(/images/approach-work-main/min-main-3-dark.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 80px;
    min-height: 200px;
    display: grid;
}

.dark .work-step-list .step-item.item-approach-to-work:nth-of-type(4) {
    background-color: var(--text-dark-grey-v2);
    background-image: url(/images/approach-work-main/min-main-4-dark.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 80px;
    min-height: 200px;
    display: grid;
}

.dark #form-make-calculating .form-make-calculating-wrapper h2.form-title.h5 {
    color: var(--white);
}

#main-banner .h1 {
    margin-bottom: 94px;
}

.investments-requests--top {
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: 16px;
    border-bottom: 1px solid #D7E1EC;
}

.investments-requests--title {
    margin: 0;
    color: #28313D;
    font-family: Unbounded;
    font-weight: 200;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
}

.investments-requests--subtitle {
    margin-top: 24px;
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #28313D;
}

.investments-requests--link-block {
    margin-top: 24px;
    display: grid;
}

.investments-requests--link,
.investments-requests--link span {
    font-family: Unbounded;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #006DFE;
}

.investments-requests--link span {
    margin-right: 6px;
}

.investments-requests--link .investments-requests--arrow {
    display: inline-block;
    width: 12px;
    height: 14px;
    vertical-align: middle;
    transform: rotate(-16deg);
}

.investments-requests--link-block .investments-requests--subtitle {
    display: none;
}

.mainpage-form {
    background-image: url('/local/templates/jamit-template/assets/img/mainpage-form-bg-mobile.webp');
    /* height: 513px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dark .mainpage-form {
    background: linear-gradient(rgba(16, 28, 38, 0.7), rgba(16, 28, 38, 0.7)) center / cover no-repeat, url('/local/templates/jamit-template/assets/img/mainpage-form-bg-mobile.webp') center/cover no-repeat ;
}
.mainpage-form--wrapper {
    padding: 24px 0px;
}

#form-make-calculating .form-make-calculating-wrapper h2.form-title.h5 {
    font-size: 34px;
    font-weight: 200;
    line-height: 124%;
    text-align: left;
}

#approach_work .section-title,
#faq .section-title {
    font-family: Unbounded;
    font-weight: 200;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
}

@media (min-width: 320px) {
    .strategic-seo-approach__header h2 {
        font-size: 32px;
        line-height: 1.2;
        font-family: Unbounded;
        font-weight: 200;
        line-height: 1.2;
        letter-spacing: 0;
    }
    #approach_work .step-arrow::before {
        content: url(/images/approach-work-main/like-vector.svg);
        transform: rotate(0);
    }

    .item-approach-to-work {
        background-image: url(/images/approach-work-main/min-main-1.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        min-height: 200px;
        display: grid;
    }

    .item-approach-to-work:nth-of-type(2) {
        background-image: url(/images/approach-work-main/min-main-2.png);
    }

    .item-approach-to-work:nth-of-type(3) {
        background-image: url(/images/approach-work-main/min-main-3.png);
    }

    .item-approach-to-work:nth-of-type(4) {
        background-image: url(/images/approach-work-main/min-main-4.png);
    }

    .approach-to-work {
        gap: 32px;
    }

    #approach_work .subtitle1-title span {
        dispay: inline;
        font-family: "Unbounded", sans-serif;
    }

    .bottom-block-appr p {
        font-size: 12px;
        line-height: 1.4
    }

    #form-make-calculating .form-make-calculating-wrapper input[type="submit"] {
        display: grid;
        place-content: center;
        background-color: var(--white);
        padding: 8px;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: 1%;
        font-weight: 600;
        height: 40px;
        max-height: 74px !important;
    }

    .mainpage-form {
        padding: 0;
    }

    #form-make-calculating .form-make-calculating-wrapper h2.form-title.h5 {
        font-size: 20px;
        line-height: 150%;
    }

}

@media (min-width: 768px) {
    #approach_work .section-title {
        font-size: 32px;
    }

    .investments-requests--top {
        grid-template-columns: 1.25fr 0.75fr;
        grid-template-rows: 1fr auto;
        gap: 0px;
    }

    .investments-requests--title {
        grid-column: 1;
        grid-row: 1 / 3;
        font-size: 32px;
    }

    .investments-requests--top .investments-requests--subtitle {
        display: block;
    }

    .investments-requests--link-block .investments-requests--subtitle {
        display: none;
    }

    .investments-requests--subtitle {
        grid-column: 1;
        align-self: end;
        justify-self: right;
        margin-top: 0;
        margin-bottom: 8px;
        font-size: 16px;
    }

    .investments-requests--link-block {
        grid-column: 2;
        grid-row: auto;
        margin-top: 0;
        align-items: end;
        justify-content: right;
    }


    .mainpage-form {
        background-image: url('/local/templates/jamit-template/assets/img/mainpage-form-bg-tablet.webp');
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 70px 0;
    }
    .dark .mainpage-form {
        background: linear-gradient(rgba(16, 28, 38, 0.7), rgba(16, 28, 38, 0.7)) center / cover no-repeat, url('/local/templates/jamit-template/assets/img/mainpage-form-bg-tablet.webp') center/cover no-repeat  ;
    }
    #form-make-calculating .form-make-calculating-wrapper h2.form-title.h5 {
        font-size: 24px;
    }

    #form-make-calculating .form-make-calculating-wrapper input[type="submit"] {
        padding: 28px;
        font-size: 15px;
        height: auto;
        max-height: 74px !important;
        transition: background-color .3s;
    }

    #form-make-calculating .form-make-calculating-wrapper input[type="submit"]:hover {
        color: var(--white);
        background-color: var(--main-hover);
    }

}

@media (min-width:1023px) {
    .item-approach-to-work {
        min-height: 254px;
    }

    .bottom-block-appr p {
        font-size: 14px;
    }

    #approach_work .subtitle1-title {
        font-size: 24px;
        font-weight: 200;
        margin-top: 60px;
    }

    .item-approach-to-work:nth-of-type(1) {
        background-image: url(/images/approach-work-main/tabl-main-1.png);
        background-position-x: 140px;
        background-position-y: 70px;
    }

    .item-approach-to-work:nth-of-type(2) {
        background-image: url(/images/approach-work-main/tabl-main-2.png);
    }

    .item-approach-to-work:nth-of-type(3) {
        background-image: url(/images/approach-work-main/tabl-main-3.png);
        background-position-x: center;
    }

    .item-approach-to-work:nth-of-type(4) {
        background-image: url(/images/approach-work-main/tabl-main-4.png);
        background-position-x: 30px;
    }

    #additional-services .subtitle1.section-title,
    #faq .section-title
     {
        font-family: Unbounded;
        font-size: 32px;
        font-weight: 200;
        line-height: 120%;
    }
}    
@media (min-width: 1024px) {
    .strategic-seo-approach__header h2 {
        font-size: 32px;
        line-height: 1.2;
        font-family: Unbounded;
        font-weight: 200;
        line-height: 1.2;
        letter-spacing: 0;
    }
}
@media (min-width:1139px) {
    .item-approach-to-work:nth-of-type(1) {
        background-image: url(/images/approach-work-main/big-main-1.png);
    }

    .item-approach-to-work:nth-of-type(2) {
        background-image: url(/images/approach-work-main/big-main-2.png);
    }

    .item-approach-to-work:nth-of-type(3) {
        background-image: url(/images/approach-work-main/big-main-3.png);
    }

    .item-approach-to-work:nth-of-type(4) {
        background-image: url(/images/approach-work-main/big-main-4.png);
    }


    .item-approach-to-work {
        min-height: 375px;
    }

    .item-approach-to-work:nth-of-type(1),
    .item-approach-to-work:nth-of-type(2),
    .item-approach-to-work:nth-of-type(3) {
        background-position-x: right;
        background-position-y: 80px;
    }


    #approach_work .subtitle1-title span {
        display: block;
    }

    .top-block-appr {
        height: 110px;
    }

    .bottom-block-appr {
        min-height: 202px;
    }
}

@media (min-width: 1140px) {
    #approach_work .section-title {
        font-size: 48px;
        line-height: 1.17;
    }

    .investments-requests--top {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 0px 20px;
        align-items: start;
    }

    .investments-requests--title {
        grid-column: 1;
        grid-row: 1 / 3;
        width: 644px;
        font-size: 48px;
        line-height: 1.17;
    }

    .investments-requests--subtitle {
        grid-column: 2;
        grid-row: 1;
        align-self: start;
        justify-self: left;
        margin-top: 0;
        margin-bottom: 0;
    }

    .investments-requests--link-block {
        grid-column: 2;
        grid-row: 2;
        margin-top: 0;
        align-items: start;
        justify-content: left;
    }

    .investments-requests--link {
        font-size: 20px;
    }

    .mainpage-form {
        background-image: url('/local/templates/jamit-template/assets/img/mainpage-form-bg.webp');
    }
    .dark .mainpage-form {
        background: linear-gradient(rgba(16, 28, 38, 0.7), rgba(16, 28, 38, 0.7)) center / cover no-repeat, 
        url('/local/templates/jamit-template/assets/img/mainpage-form-bg.webp') center/cover no-repeat ;
    }
}

.investments-requests--bottom {
    margin: 0 auto;
    margin-top: 24px;
    text-align: center;
}
@media (min-width: 1350px) {
    .strategic-seo-approach__header h2 {
        font-size: 48px;
    }
}
@media(min-width: 1440px) {
    #additional-services .subtitle1.section-title,
    #faq .section-title
    {
        font-size: 48px;
        line-height: 120%;
    }

    .mainpage-form {
        padding: 112px 0;
    }

    #form-make-calculating .form-make-calculating-wrapper h2.form-title.h5 {
        font-size: 34px;
        line-height: 124%;
    }
}