.wp-pagenavi {
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #a6a6a6;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    font-family: OpenSans-Regular;
}


.wp-pagenavi .current, .wp-pagenavi .page {
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #a6a6a6;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    font-family: OpenSans-Regular;
    padding-left: 1rem;
    padding-right: 1rem;
}

.next_section_large_offset+* {
    padding-top: 18rem;
}


input, textarea {
    border: 1px solid #86add0;
}

@keyframes pulse {
    0% {
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    50% {
        width: 150%;
        height: 150%;
        opacity: 0;
    }

    90% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
}

.testimonial_blocks .testimonial_block_image {
    width: 35rem;
    height:21.4rem;

}
.testimonial_blocks .testimonial_block_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;


    -ms-flex-wrap: wrap;flex-wrap: wrap;
    margin-bottom: 3rem;
}

.breadcrumbs a {
    position: relative;
    display: inline-block;
    margin-right:1rem;
    padding-right: 2rem;

    color: #46b4e5;
}

.breadcrumbs a:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 1px;
    background-color: #46b4e5;

    top: 50%;
    right: 0;

}


.call_btn:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(12, 84, 155, .9);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
}

@media screen and (max-width: 767px) {
    .advantages_sides {
        -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
    }
    .advantages_sides .form_frame {
        margin-bottom: 3rem;
    }
}