.hands-info {

}

.hands-info_i {
    margin-bottom: 40px;
}

.hands-info_i:last-child {
    margin-bottom: 0;
}

.hands-info_i-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
}

.hands-info_i-descr {
    border-left: 4px solid #BDBDBD;
    padding-left: 20px;
}

.features {
    display: flex;
    justify-content: space-around;
}

.features-img {
    width: 35%;
}

.features-descr {
    width: 50%;
}

.passport {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.passport_i {
    display: flex;
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
}

.passport_i-number {
    background: white;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #cccccc;
}

.passport_i-descr {
    padding-left: 20px;
}

.passport_i-descr-title {
    font-weight: bold;
}

.order-steps {

}

.order-steps_i {
    width: 100%;
    max-width: 500px;
    position: relative;
    padding-bottom: 30px;
    margin-top: -10px;
}

.order-steps_i-number {
    position: absolute;
    top: -11px;
    font-size: 20px;
    font-weight: 600;
}


.order-steps_i.step0 .order-steps_i-number, .order-steps_i.step2 .order-steps_i-number {
    left: -100px;
}

.order-steps_i.step1 .order-steps_i-number, .order-steps_i.step3 .order-steps_i-number {
    right: -100px;
}

.order-steps_i.step0, .order-steps_i.step2 {
    padding-left: 120px;
    border-left: 10px solid;
    margin-left: calc(50% - 5px);
}

.order-steps_i.step1, .order-steps_i.step3 {
    padding-right: 120px;
    border-right: 10px solid;
    margin-right: calc(50% - 5px);
    margin-left: auto;
    text-align: right;
}

.order-steps_i.step0 {
    border-color: rgba(204, 49, 48, .4);
}

.order-steps_i.step1 {
    border-color: rgba(204, 49, 48, .6);
}

.order-steps_i.step2 {
    border-color: rgba(204, 49, 48, .8);
}

.order-steps_i.step3 {
    border-color: rgba(204, 49, 48, 1);
}

.order-steps_i .order-steps_i-number:before {
    content: '';
    position: absolute;
    display: block;
    width: 86px;
    height: 5px;
    background: #53340D;
    top: 11px;
}

.order-steps_i.step0 .order-steps_i-number:before, .order-steps_i.step2 .order-steps_i-number:before {
    right: -120px;
}

.order-steps_i.step1 .order-steps_i-number:before, .order-steps_i.step3 .order-steps_i-number:before {
    left: -120px;
}

.order-steps_i .order-steps_i-number:after {
    content: '';
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    background: #53340D;
    border-radius: 50%;
    top: 6px;
}

.order-steps_i.step0 .order-steps_i-number:after, .order-steps_i.step2 .order-steps_i-number:after {
    right: -130px;
}

.order-steps_i.step1 .order-steps_i-number:after, .order-steps_i.step3 .order-steps_i-number:after {
    left: -130px;
}

.additional-block {
    display: flex;
    margin-top: 50px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.additional-block__main {
    padding-right: 20px;
    width: 65%;
    border-right: 1px dotted #aaa;
}

.additional-block__main ul {
    padding-left: 18px;
}

.additional-block__dop {
    color: #CC3130;
    font-weight: 600;
    width: 35%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    justify-content: center;
    text-align: center;
}

div.jx-image.jx-right div.jx-label {
    right: 10px;
    top: 10px;
}

div.jx-image.jx-left div.jx-label {
    left: 10px;
    top: 10px;
}

div.jx-image div.jx-label {
    border-radius: 5px;
    padding: 5px 15px;
    background: #53340d;
    color: white;
}

.rcn-photos {
    width: 60%;
    margin: auto;
}

@media screen and (max-width: 1024px) {
    .order-steps_i {
        max-width: 472px;
    }

    .additional-block {
        width: 100%;
    }

    .rcn-photos {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .order-steps_i {
        max-width: 355px;
    }

    .additional-block {
        display: block;
    }
    .additional-block__main {
        width: 100%;
        padding-bottom: 20px;
        padding-right: 0;
        border-bottom: 1px dotted #aaa;
        border-right: none;
        text-align: center;
    }
    .additional-block__dop {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}

@media screen and (max-width: 414px) {
    .features {
        display: block;
    }

    .features-img {
        width: 100%;
    }

    .features-descr {
        width: 100%;
        margin-top: 40px;
    }

    .order-steps_i.step0, .order-steps_i.step1, .order-steps_i.step2, .order-steps_i.step3 {
        padding: 0;
        border: none;
        width: 100%;
        display: block;
        max-width: none;
        margin: 0 0 40px;
        text-align: left;
    }

    .order-steps_i.step0 .order-steps_i-number:after, .order-steps_i.step0 .order-steps_i-number:before,
    .order-steps_i.step1 .order-steps_i-number:after, .order-steps_i.step1 .order-steps_i-number:before,
    .order-steps_i.step2 .order-steps_i-number:after, .order-steps_i.step2 .order-steps_i-number:before,
    .order-steps_i.step3 .order-steps_i-number:after, .order-steps_i.step3 .order-steps_i-number:before {
        content: none;
    }

}