

.full-width.bg-5 {
    position: relative;
    height: 515px;
    overflow: hidden;
}

.full-width.bg-5 .bg-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/local/templates/chudo/img/bg-5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #E8F0EC;
}

.full-width.bg-5 .vertical-section.vertical-section_green {
    padding-top: 40px;
    background: transparent;
}

.f3 .section.title {
    width: 700px;
    max-width: 100%;
}

.f3 .section.title h2 {
    padding-bottom: 18px;
}    

.f3 .page-row.vertical {
    flex-direction: column;
}


@media screen and (max-width: 1440px) {
    .full-width.bg-5 .bg-inner {
        background-position: calc(100% - 40%) 0;
    }

}

@media screen and (max-width: 768px) {
    .full-width.bg-5 .bg-inner {
        filter: blur(7px);
    }
}


@media screen and (max-width: 767px) {
    .full-width.bg-5 .bg-inner {
        background-position: calc(100% - 30%) 0;
    }
}





