<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.style_step {
    display: block;
    margin-bottom: 50px;
}
.style_step ul{
    text-align: center;
}
.style_step ul li {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0 60px;
}
.style_step ul li:first-child{
    margin-left: 0;
}
.style_step ul li:last-child{
    margin-right: 0;
}
.style_step ul li ~ li:after {
    content: "";
    position: absolute;
    right: 95%;
    height: 10px;
    width: 130px;
    background: #f6f6f6;
    top: 30px;
}
.style_step ul li:last-child .number{
    padding-top: 15px;
}
.style_step ul li .number {
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 10px;
    padding-top: 6px;
    border: solid 5px #f6f6f6;
    color: #dddddd;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.style_step ul li .text {
    font-size: 13px;
    line-height: 21px;
    display: block;
    position: absolute;
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.style_step ul li.active .number {
    background: #cc0000;
    color: #ffffff;
}
.style_step ul li.active:after{
    background: #cc0000;
}
.head_step{
    margin-bottom: 25px;
}
.head_step_res{
    margin-bottom: 0;
}
.head_step_res .next_step .btns{
    min-width: 210px;
}
.head_step_res .next_step .btns span{
    padding-right: 15px;
    padding-left: 0;
}
.head_step_res .next_step .btns span::before{
    left: initial;
    right: 0;
}
.head_step1{
    background-color: #f5f5f5;
}
.head_step:after{
    content: "";
    display: block;
    clear: both;
}
.title_step{
    display: inline-block;
    float: left;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 25px;
    border-left: solid 5px #cc0000;
}
.next_step{
    float: right;
}
.next_step.next_step1{
    float: none;
    text-align: center;
}
.next_step .btns{
    border:none;
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    background: #4d4d4d;
    color:#ffffff;
    padding: 12px 20px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.next_step .btns span{
    padding-left: 15px;
    position: relative;
}
.next_step .btns span:before{
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.next_step .btns:hover{
    background: #cc0000;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.title_step{
    font-size: 24px;
    line-height: 33px;
}
}

@media all and (max-width: 768px){
.style_step ul li{
    margin: 0 30px;
}
.style_step ul li ~ li:after{
    width: 75px;
}
}

@media all and (max-width: 520px){
.style_step{
    margin-bottom: 20px;
}
.style_step ul li{
    margin: 0 10px;
}
.style_step ul li ~ li:after{
    display: none;
}
.style_step ul li .number{
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 20px;
    border-width: 3px;
    padding-top: 12px;
    margin-bottom: 0;
}
.style_step ul li:last-child .number{
    padding-top: 12px;
}
.style_step ul li .text{
    display: none;
}
}</pre></body></html>