

.order1 .steps_block {
    border-radius: 35px;
    background-color: #D8DBE8;
    position: relative;
    padding: 70px;
    height: 100%;
}

.order1 .step_num {
    position: absolute;
    width: 65px;
    height: 66px;
    background-color: #f37c32;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    top: 36px;
    right: 30px;
}

.order1 h3 {
    font-size: 30px;
    letter-spacing: 0.75px;
    font-weight: 700;
    margin-bottom: 28px;
    position: relative;
}

.order1 .advant {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.49px;
    margin-bottom: 12px;
}

.order1 .advant_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-color: #ED6D1E; 
    border-radius: 50%;
    margin-right: 20px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1.2px;
}

.order1 .steps_block1 {
    background-color: #213B6C;
    color: #fff;
}

.order1 .steps_block1 .step_num {
    color: #fff;    
	background: #f37c32;
}

.order1 .dot {
    display: inline-block;
    position: relative;
    width: 8px;
    min-width: 8px;
    height: 8px;
    background-color: var(--btn-bg);
    border-radius: 50%;
    z-index: 2;
    margin-right: 7px;
}

.order1 .dot:before {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: var(--btn-bg);
    opacity: 0.25;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 50%;
}

.order1 .header_phone_time {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.33px;
}

.order1 .header_phone_link {
    font-weight: 800;
    font-size: 21px;
    letter-spacing: 1.05px;
    text-decoration: none;
    color: var(--main-color);
}

.order1 .header_phone_link:hover {
    text-decoration: none;
    color: var(--main-color);
}

.order1 .steps_block1 .dot {
    background-color: #fff;
}

.order1 .steps_block1 .dot:before {
    background-color: #fff;
}

.order1 .steps_block1 .header_phone_link {
    color: #fff;
}

.order1 .steps_block1 .header_phone_link:hover {
    color: #fff;
}

.order1 .steps_block1 .header_phone_link img {
    filter: brightness(0) invert(1);
}

.order1 .step_block_phone {
    margin-bottom: 49px;
}

.order1 form {
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
}

.order1 .steps_block1 input {
    color: #000;
    background: #fff;
    margin-bottom: 13px;
}



.order1 .steps_block1 .btn {
   background: #f37c32;
    color: #fff;
}
.order1 .steps_block1 .btn:hover {
    background: #a4accb;
    color: #fff;
}

.order1 .steps_block1 .form_desc {
    color: #fff;
}

.order1 .steps_block1 .form_desc a {
    color: #fff;
}

@media screen and (max-width: 1399.8px){
    
}

@media screen and (max-width: 1199.8px){

}

@media screen and (max-width: 991.8px){
    .order1 .steps_block {
        height: auto;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767.8px){

}

@media screen and (max-width: 575.8px){
    .order1 .steps_block {
        padding: 20px;
    }
    .order1 .step_num {
        top: 5px;
        right: 5px;
    }
}