.l-delivery.l-diler:first-child {
    margin-top:0
}

.c-form--delivery {
    align-items:center
}

.c-form--delivery > div {
    position:relative !important;
}

.icon-diler {
    background-image: url(https://rulonki.com/wp-content/uploads/2021/07/hands.png);
    background-position: 0 0;
    width: 711px;
    height: 353px;
    background-size:cover;
}

.c-form--delivery .c-form__inner-wrap {
    z-index:99;
    margin-top:0 !important;
    padding: 30px 60px !important;
}

.c-form__icon-wrap {
    background:#e3e3e3;
    border-radius: 80px;
    margin-left:-50px
}

.c-form__icon-wrap > div {
    padding-left:100px;
    margin-bottom:30px
}

.c-form__icon-wrap p {
    font-weight:500;
    font-size:18px;
    margin-bottom:5px
}

.c-form__icon-wrap a {
    font-size:25px;
    font-weight:500;
}

.diler-steps{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 60px;
    align-items: stretch;
    margin-top:3rem
}

.diler-step, .diler-info {
    padding:30px;
    margin:10px
}

.diler-step {
    box-shadow: 0 0 30px rgba(241,65,36,0.5);
    border-radius:15px;
    margin-bottom: 50px;
    min-height:350px;
    box-sizing: border-box;
    background-size: cover;
}

.diler-step .step-number{
    font-size:100px;
    color:#f14124;
    line-height:75px;
    margin-bottom:25px
}

.diler-step .step-title{
    font-size:23px;
    font-weight:800;
    line-height: 1.2;
    margin-bottom:15px
}
.diler-step .step-remark {
    font-size:15px;
    line-height:1.4
}

.diler-info ul {
    list-style: none;
    padding:0;
    margin:0
}

.diler-info li {
    line-height:1.4;
    font-size:13px;
    font-weight: 500;
    margin-bottom:35px;
    display:flex;
    align-items: center;
}

.diler-info li::before {
    content: " ";
    min-width:70px;
    min-height:70px;
    box-shadow: 0 0 54px rgba(187,196,205,0.5);
    border-radius: 20px 20px 20px 0;
    border:2px solid #eee;
    margin-right:15px;
    padding: 15px;
    box-sizing: border-box;
    background: no-repeat center center url(//rulonki.com/wp-content/uploads/2021/07/mark.png);
    background-size: contain;
    background-origin: content-box;
}
.diler-tk .step-remark {
    display:flex;
    align-items: center;
}
.diler-tk .step-remark .step-cdek {
    margin-right: 10px;
    font-size: 40px;
}
.diler-step {
    background-position-x:right;
}
.diler-step.diler-site {
    background-image: url(//rulonki.com/wp-content/uploads/2021/07/icon-1-e1625136005539.png);
}
.diler-step.step-manage {
    background-image: url(//rulonki.com/wp-content/uploads/2021/07/icon-2.png);
}
.diler-step.diler-exam {
    background-image: url(//rulonki.com/wp-content/uploads/2021/07/icon-3.png);
}
.diler-step.diler-tkan {
    background-image: url(//rulonki.com/wp-content/uploads/2021/07/icon-4.png);
}
.diler-step.diler-cats {
    background-image: url(//rulonki.com/wp-content/uploads/2021/07/icon-5.png);
}
.diler-step.diler-tk {
    background-image: url(//rulonki.com/wp-content/uploads/2021/07/icon-6.png);
}
.diler-step.diler-renew {
    background-image: url(//rulonki.com/wp-content/uploads/2021/07/icon-7.png);
}
.diler-step.diler-cons {
    background-image: url(//rulonki.com/wp-content/uploads/2021/07/icon-8.png);
}

.c-form--diler-last {
    justify-content: space-between;
    margin-right:15px;
    min-height: 0 !important;
}
.c-form--diler-last .c-form__title {
    font-size:40px;
    margin-bottom:20px
}
.c-form--diler-last ul {
    padding:0;
    margin:0;
    list-style: none;
    font-size:25px;
}
.c-form--diler-last ul li {
    margin-bottom:15px;
    font-size:20px
}
.c-form--diler-last ul li::before {
    content:"–";
    font-weight: 600;
    margin-right:10px;
}
.diler-invite {
    padding: 0 10px 30px;
}
.small-diler-invite, .small-diler-header {
    display:none;
}
@media(max-width:1199px) {
    .c-form--delivery {
        flex-wrap:wrap;
    }
    .c-form__icon-wrap {
        background: linear-gradient( rgba(215, 215, 215, 0.5), rgba(215, 215, 215, 0.9) ), url(//rulonki.com/wp-content/uploads/2021/07/hands.png);
        background-repeat: no-repeat;
        background-position: center;
        min-width:520px;
        max-width:520px;
        position: relative;
        margin:-50px auto 0;
        border-radius: 0 0 0 80px;
    }
    .c-form__icon-wrap > div {
        padding-top:80px;
        padding-left: 50px;
        margin-bottom: 50px;
    }
    .c-form__icon-wrap p, .c-form__icon-wrap a {
        font-size:25px;
    }
    .icon-diler {
        display:none
    }
}
@media(min-width:768px) and (max-width:1199px) {
    .c-form--diler-last.c-form--delivery .c-form__inner-wrap {
        max-width:96% !important;
    }
    .diler-steps {
        grid-template-columns: 1fr 1fr;
    }
    .diler-site {
        grid-column-start: 1;
        grid-row-start: 1;
        grid-row-end: 3;
        margin-bottom:35px
    }
    .diler-info {
        padding: 0 30px
    }
    .step-manage {
        grid-column-start: 1;
        grid-row-start: 3;
        grid-row-end: 5;
        margin-bottom:35px
    }
    div.diler-info:first-child ul li:last-child {
        margin-bottom:0
    }
}
@media(max-width:767px) {
    .c-form--diler {
        flex-direction: column-reverse;
    }
    .diler-steps {
        grid-template-columns: 1fr;
    }
    .diler-info {
        padding:0 0 30px
    }
    .diler-info li:last-child {
        margin-bottom:0
    }
    .c-form__icon-wrap {
        min-width:100%;
        max-width:100% !important;
        border-radius: 0;
        background: url(//rulonki.com/wp-content/uploads/2021/07/hands.png);
        background-size:cover;
        min-height:40vw;
        margin-top: 0;
    }
    .c-form__icon-wrap > div {
        display:none;
    }
    .small-diler-invite {
        display:block;
        width:100%;
        background:#f5f5f5;
        padding:20px 20px 60px;
        top:-40px;
        text-align:center;
    }
    .small-diler-header {
        display:block;
        width:100%;
        border-radius: 60px 60px 0 0;
        padding: 40px 20px 20px;
        background: #f5f5f5;
        text-align: center;
        font-size: 22px;
        font-weight: 600;
        top: 8vw;
    }
    .small-diler-invite p{
        margin-bottom:5px;
        font-size:16px
    }
    .small-diler-invite a{
        font-size: 28px;
        font-weight: 500;
    }
    .c-form--diler .c-form__inner-wrap {
        top:-60px
    }
    .c-form__title {
        text-align:center
    }
    .c-form--diler-last .c-form__title {
        font-size:30px
    }
}