/* Steps */

.steps .intro .inner{
    max-width: 640px;
    margin: 0 auto;
}
.steps .step-icon{
    width: 20%;
    float: left;
    padding: 28px 0;
    display: flex;
    align-items: center;
}
.steps .step-icon.end{
    float: right;
    padding: 35px 0 0;
    align-items: flex-end;
    align-items: center;
}
.steps .start{
    float: left;
    position: relative;
    top: 0;
	max-width: 300px;
}
.steps .finish{
    position: absolute;
    right: 0;
	max-width: 391px; 
	max-height: 295px;
}
.steps .item{
    float: left;
    width: 40%;
    margin-bottom: 130px;
    display: flex;
    align-items: center;
}
.steps .item .wrapper{
    float: left;
    width: 25%;
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    text-align: center;
    margin: 0 20px;
    margin: 0 20px;
    width: calc(100% - 148px);
}
.steps .item h4{
    font-weight: bold;
}
.steps .item .arrow{
    position: relative;
    float: left;
    border: 0;
    padding: 5;
    width: 108px;
    filter: invert(1);
}
.steps.white .item .arrow{
    filter: var(--filter-sky_blue);
}
.border-green{
    border: 8px solid var(--green);
}
.border-dark_blue{
    border: 8px solid var(--dark_blue);
}
.border-yellow{
    border: 8px solid var(--yellow);
}
.border-light_blue{
    border: 8px solid var(--light_blue);
}
.border-sky_blue{
    border: 8px solid var(--sky_blue);
}
.border-pink{
    border: 8px solid var(--pink);
}
.steps .item.step-3{
    float: right;
    margin-right: 0%;
    right: 20%;
    position: relative;
}
.steps .item.step-3, .steps .item.step-4{
    margin-bottom: 60px;
}
.steps .item.step-3 .arrow{
    position: absolute;
    top: -95px;
    transform: rotate(130deg);
    right: 130px;
}
.steps .item.step-4{
    flex-direction: row-reverse;
}
.steps .item.step-4 .arrow{
    float: right;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.steps.dark_blue .item .content *, .steps.black .item .content *{
    color: var(--black);
}

@media screen and (max-width: 1565px){
    .steps .item.step-3{
        right: 23%;
    }
    .steps .item .arrow{
        width: 80px;
    }
    .steps .item .wrapper{
        width: calc(100% - 80px);
    }
    .steps .item{
        width: 38%;
    }
    .steps .finish{
        max-width: 300px;
    }
    .steps .start{
        max-width: 250px;
    }
}


@media screen and (max-width: 1199px){
    .steps .start{
        max-width: 220px;
    }
     .steps .item .arrow{
        width: 50px;
    }
    .steps .item .wrapper{
        width: calc(100% - 50px);
        margin: 0 10px;
    }
    .steps .item{
        margin-bottom: 80px;
    }
    .steps .item.step-3 .arrow{
        top: -50px;
    }
    .steps .finish{
        max-width: 250px
    }
}

@media screen and (max-width: 991px){
    .steps .finish{
        max-width: 200px;
    }
    .steps .start{
        max-width: 160px;
    }
}

@media screen and (max-width: 767px){
    .steps .start{
        top: 0;
        max-width: 30%;
        clear: both;
		padding: 0!important;
    }
    .steps .item{
        width: 100%;
        margin-bottom: 0;
        position: relative;
        padding-bottom: 75px;
    }
    .steps .item .arrow{
        transform: rotate(90deg);
        bottom: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 22px;
        margin: 0 auto;
    }
    .steps .counter{
        margin-bottom: 10px;
    }
    .steps .item.step-3{
        right: 0;
    }
    .steps .item.step-3 .arrow{
        top: auto;
        transform: rotate(90deg);
        left: 0;
        right: 0;
        margin: 0 auto;
        float: none;
    }
    .steps .item.step-4 .arrow{
        display: none;
    }
    .steps .item.step-3, .steps .item.step-4{
        margin-bottom: 0;
    }
    .steps .item.step-4{
        padding-bottom: 0;
        margin-bottom: 15px;
    }

    .module.steps{
        text-align: center;
    }
    .steps .item.step-4{
        display: block;
    }
    .steps .item .wrapper{
        width: 100%;
        margin: 0;
    }
    .steps .intro{
        margin-bottom: 10px;
    }
    .steps .item .wrapper.adaptive-height{
        height: auto!important;
    }
    .steps .item .wrapper p:last-child{
        margin-bottom: 0;
    }
    .steps .counter{
        width: auto;
        height: 59px;
    }
    .steps .start{
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        margin: 0 auto;
        max-height: 100%;
        width: 200px;
        float: none;
        max-width: 100%;
    }
    .steps .intro .inner{
        text-align: left;
        float: left;
        width: 100%;
        padding-top: 20px;
        float: left;
        text-align: center;
    }
    .steps .intro .inner h2{
        margin-bottom: 10px;
    }
    .steps .finish{
        position: relative;
        margin: 30px auto 40px;
        bottom: 0;
        float: none;
        left: 0;
        right: 0;
        text-align: center;
        display: block;
        max-width: 220px;
    }
    .steps .step-icon.end{
        padding-top: 0;
        width: auto;
        width: 100%;
    }
}