.block-text-blue{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    background-color: #164194;
    padding: 0 30px;
    margin-top: 100px;
}
.block-text-blue .text-blue{
    color: #FFF;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    padding: 24px 0px;
    margin-right: 10px;
}
.block-text-blue .text-blue a{
    font-weight: 800;
    color: #FFF;
    text-decoration: none;
}
.blue-voskl{
    margin-right: 30px;
}
img.blue-arrow{
    height: 146px;
}

section.common.int_log_sub .advantages>.item>h3{
    color: #fff!important;
}

section.calc_spoiler.no_overlap:is(.green,.blue,.grey) h2 {
    color: #164194!important;
}

.post-8943 .block-text-blue, .post-8940 .block-text-blue{
    margin-top: -20px;
    margin-bottom: 100px;
}

@media(max-width: 1600px){
 img.blue-arrow{
     display: none;
 }  
 .block-text-blue .text-blue{
    margin-right: 0px;
 } 
}

@media(max-width: 700px){
    .block-text-blue{
        flex-direction: column;
        padding: 24px;
    }
    .block-text-blue .text-blue{
        text-align: center;
        font-size: 14px;
    }
    .blue-voskl{
        margin-right: 0px;
        height: 62p;x
    }
}