/* Page layout */
body.home .entry-header {
    display: none;
}

body.home #primary {
    padding: 0 !important;
}

body.home #primary #main.sidebar-right {
    border-right: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

body.home #primary #main.sidebar-right + #sidebar {
    display: none;
}
/* END Page layout */

/* HOME List block (used in third section & upper fifth section) */
body.home .list-block {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

body.home .list-block.list-block-left {
    margin-top: 33px;
}

body.home .list-block .media-left {
    display: block;
    padding-right: 0;
}

body.home .list-block .media-body {
    border-bottom: none;
    display: block;
    position: relative;
    z-index: 2;
}

body.home .list-block .media-body .media-body-container {
    background-color: #ffffff;
    padding: 8px 8px 24px;
    width: 100%;
}

body.home .list-block .media-body .entry-title {
    color: #000000;
    font-family: 'Signika', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 29px;
    margin: 0 0 5px;
    text-align: center;
    text-transform: none;
}

body.home .list-block .media-body .entry-title a:hover {
    color: #0478fc;
}

body.home .list-block .media-body .entry-meta {
    text-align: center;
}

body.home .list-block .media-body .entry-meta > span {
    color: #000000;
    font-family: 'Signika', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
}

body.home .list-block .media-body .entry-meta > span:not(:last-child):after {
    content: '-';
}

body.home .list-block .media-body .entry-meta > span a:hover {
    color: #0478fc;
}

body.home .list-block .media-body .category-label {
    bottom: -18px;
    position: absolute;
    width: calc(100% - 16px);
}

body.home .list-block .media-body .category-label div {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

body.home .list-block .media-body .category-label div span {
    background-color: #107a79;
    color: #ffffff;
    font-family: 'Signika', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
    padding: 6px 10px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

body.home .list-block .media-body .category-label div span:hover {
    color: #cccccc;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

@media (max-width: 767px) {
    body.home .list-block {
        flex-flow: column nowrap;
    }

    body.home .list-block.list-block-right {
        flex-flow: column-reverse nowrap;
    }

    body.home .list-block .media-left {
        margin-bottom: 0;
        width: 100%;
    }

    body.home .list-block .media-left > .image-link {
        max-width: 100%;
    }

    body.home .list-block .media-body {
        width: 100%;
    }
}

@media (min-width: 768px) {
    body.home .list-block {
        flex-flow: row nowrap;
    }

    body.home .list-block .media-left {
        width: 434px;
    }

    body.home .list-block .media-left > .image-link {
        max-width: 434px;
    }

    body.home .list-block .media-body {
        width: calc(100% - 434px + 28px);
    }

    body.home .list-block.list-block-left .media-body {
        margin-right: -28px;
    }

    body.home .list-block.list-block-right .media-body {
        margin-left: -28px;
    }

    body.home .list-block .media-body .media-body-container {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}
/* HOME End list block */

/* Top section */
body.home #top-section {
    background-image: url('/wp-content/uploads/2019/11/fond-top-section.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: calc(-50vw + 50%);
    max-width: 100vw;
    padding-bottom: 40px;
    padding-top: 30px;
    width: 100vw;
}

body.home #top-section .upper-part {
    margin: 0 auto;
    max-width: 1140px;
    padding-left: 8px;
    padding-right: 8px;
}

body.home #top-section .upper-part .top-block-slider {
    height: 430px;
    max-width: 1124px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

body.home #top-section .upper-part .top-block-slider .top-block-slider-prev,
body.home #top-section .upper-part .top-block-slider .top-block-slider-next {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 35%;
    cursor: pointer;
    height: 200px;
    position: absolute;
    top: calc(50% - 100px);
    width: 100px;
    z-index: 10;
}

body.home #top-section .upper-part .top-block-slider .top-block-slider-prev {
    display: none;
    left: 0;
}

body.home #top-section .upper-part .top-block-slider .top-block-slider-prev:hover {
    background-image: url('/wp-content/themes/buzz-child/assets/images/arrow_left.png');
    background-color: rgba(0, 0, 0, 0.15);
}

body.home #top-section .upper-part .top-block-slider .top-block-slider-next {
    right: 0;
    transition: all .1s ease;
}

body.home #top-section .upper-part .top-block-slider .top-block-slider-next:hover {
    background-image: url('/wp-content/themes/buzz-child/assets/images/arrow_right.png');
    background-color: rgba(0, 0, 0, 0.15);
}

body.home #top-section .upper-part .top-section-big-block {
    float: none;
    height: 430px;
    margin-top: 0;
    overflow: hidden;
    position: absolute;
    transition: all .4s ease;
    width: 1124px;
}

body.home #top-section .upper-part .top-section-big-block .media-left {
    padding: 0;
}

body.home #top-section .upper-part .top-section-big-block .media-body {
    border-bottom: 0;
}

body.home #top-section .upper-part .top-section-big-block .media-body .entry-title {
    color: #0478fc;
    font-family: 'Signika', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    text-transform: none;
}

body.home #top-section .upper-part .top-section-big-block .media-body .entry-title a:hover {
    color: #06fb9c;
}

body.home #top-section .upper-part .top-section-big-block .media-body .entry-meta .category-label div span {
    background-color: #107a79;
    color: #ffffff;
    font-family: 'Signika', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 6px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

body.home #top-section .upper-part .top-section-big-block .media-body .entry-meta .category-label div span:hover {
    color: #cccccc;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

body.home #top-section .upper-part .top-section-big-block .media-body .entry-excerpt,
body.home #top-section .upper-part .top-section-big-block .media-body .entry-excerpt .read-more {
    color: #001a00;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
}

body.home #top-section .upper-part .top-section-big-block .media-body .entry-excerpt .read-more:hover {
    color: #0478fc;
}

body.home #top-section .lower-part {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 45px auto 0;
    max-width: 1140px;
    padding-left: 8px;
    padding-right: 8px;
}

@media (max-width: 767px) {
    body.home #top-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.home #top-section .upper-part .top-block-slider {
        min-height: 425px;
    }

    body.home #top-section .upper-part .top-section-big-block {
        height: 425px;
        max-width: 767px;
        width: 100%;
    }

    body.home #top-section .upper-part .top-section-big-block .media-left {
        max-width: 767px;
        width: 100%;
    }

    body.home #top-section .upper-part .top-section-big-block .media-left a {
        max-width: 767px;
    }

    body.home #top-section .upper-part .top-section-big-block .media-left a img {
        max-width: 767px;
    }

    body.home #top-section .upper-part .top-section-big-block .media-body .entry-title {
        font-size: 27px;
        line-height: 34px;
    }

    body.home #top-section .upper-part .top-section-big-block .media-body .entry-excerpt,
    body.home #top-section .upper-part .top-section-big-block .media-body .entry-excerpt .read-more {
        display: none;
    }

    body.home #top-section .lower-part {
        flex-flow: column nowrap;
    }
}

@media (max-width: 646px) {
    body.home #top-section .upper-part .top-section-big-block,
    body.home #top-section .upper-part .top-section-big-block .media-left,
    body.home #top-section .upper-part .top-section-big-block .media-left a,
    body.home #top-section .upper-part .top-section-big-block .media-left a img {
        max-width: 646px;
    }
}

@media (max-width: 414px) {
    body.home #top-section .upper-part .top-section-big-block,
    body.home #top-section .upper-part .top-section-big-block .media-left,
    body.home #top-section .upper-part .top-section-big-block .media-left a,
    body.home #top-section .upper-part .top-section-big-block .media-left a img {
        max-width: 414px;
    }
}

@media (max-width: 411px) {
    body.home #top-section .upper-part .top-section-big-block,
    body.home #top-section .upper-part .top-section-big-block .media-left,
    body.home #top-section .upper-part .top-section-big-block .media-left a,
    body.home #top-section .upper-part .top-section-big-block .media-left a img {
        max-width: 411px;
    }
}

@media (max-width: 384px) {
    body.home #top-section .upper-part .top-section-big-block,
    body.home #top-section .upper-part .top-section-big-block .media-left,
    body.home #top-section .upper-part .top-section-big-block .media-left a,
    body.home #top-section .upper-part .top-section-big-block .media-left a img {
        max-width: 384px;
    }
}

@media (max-width: 375px) {
    body.home #top-section .upper-part .top-section-big-block,
    body.home #top-section .upper-part .top-section-big-block .media-left,
    body.home #top-section .upper-part .top-section-big-block .media-left a,
    body.home #top-section .upper-part .top-section-big-block .media-left a img {
        max-width: 375px;
    }
}

@media (max-width: 360px) {
    body.home #top-section .upper-part .top-section-big-block,
    body.home #top-section .upper-part .top-section-big-block .media-left,
    body.home #top-section .upper-part .top-section-big-block .media-left a,
    body.home #top-section .upper-part .top-section-big-block .media-left a img {
        max-width: 360px;
    }
}

@media (max-width: 320px) {
    body.home #top-section .upper-part .top-section-big-block,
    body.home #top-section .upper-part .top-section-big-block .media-left,
    body.home #top-section .upper-part .top-section-big-block .media-left a,
    body.home #top-section .upper-part .top-section-big-block .media-left a img {
        max-width: 320px;
    }
}

@media (min-width: 768px) {
    body.home #top-section .upper-part .top-section-big-block {
        display: flex;
        flex-flow: row nowrap;
        float: none;
        justify-content: space-between;
    }

    body.home #top-section .upper-part .top-section-big-block .media-left {
        width: 646px;
    }

    body.home #top-section .upper-part .top-section-big-block .media-left a {
        max-width: 646px;
    }

    body.home #top-section .upper-part .top-section-big-block .media-body {
        width: calc(100% - 646px - 20px);
    }
}
/* End top section */

/* Green basics section */
body.home #green-basics-section {
    background-image: url('/wp-content/uploads/2019/11/fond-green-basics.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: calc(-50vw + 50%);
    max-width: 100vw;
    padding-bottom: 42px;
    padding-top: 30px;
    width: 100vw;
}

body.home #green-basics-section h2 {
    color: #06fb9c;
    font-family: 'Signika', sans-serif;
    font-size: 34px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    text-transform: none;
}

body.home #green-basics-section h2 a:hover {
    color: #0478fc;
}

body.home #green-basics-section .posts-part {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 25px auto 0;
    max-width: 1140px;
    padding-left: 8px;
    padding-right: 8px;
}

body.home #green-basics-section .posts-part .green-basics-section-three-block {
    border: 6px solid #ffffff;
    float: none;
    margin-bottom: 0;
    padding: 0;
}

body.home #green-basics-section .posts-part .green-basics-section-three-block:last-child {
    border-color: #06fb9c;
}

body.home #green-basics-section .posts-part .green-basics-section-three-block .caption {
    padding: 15px 20px;
}

body.home #green-basics-section .posts-part .green-basics-section-three-block .caption .entry-title {
    color: #04fc9c;
    font-family: 'Signika', sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

body.home #green-basics-section .posts-part .green-basics-section-three-block:hover .caption .entry-title {
    color: #0478fc;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

@media (max-width: 767px) {
    body.home #green-basics-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.home #green-basics-section .posts-part {
        flex-flow: column nowrap;
    }

    body.home #green-basics-section .posts-part .green-basics-section-three-block {
        max-width: 100%;
        width: 100%;
    }

    body.home #green-basics-section .posts-part .green-basics-section-three-block:not(:first-child) {
        margin-top: 25px;
    }
}

@media (min-width: 768px) {
    body.home #green-basics-section .posts-part .green-basics-section-three-block {
        max-width: 352px;
    }
}
/* End green basics section */

/* Third section */
body.home #third-section {
    background-image: url('/wp-content/uploads/2019/11/fond-third-section.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: calc(-50vw + 50%);
    max-width: 100vw;
    padding-bottom: 42px;
    padding-top: 36px;
    width: 100vw;
}

body.home #third-section .third-section-container {
    margin: 0 auto;
    max-width: 1140px;
    padding-left: 8px;
    padding-right: 8px;
}

body.home #third-section .right-part .right-part-container {
    background-color: #ffffff;
    height: 100%;
    padding: 0 28px 20px;
    width: 100%;
}

body.home #third-section .right-part .right-part-container a .third-section-right-title {
    background-color: #047cfc;
    color: #ffffff;
    display: inline-block;
    font-family: 'Signika', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
    padding: 4px 10px;
    text-transform: uppercase;
    width: auto;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

body.home #third-section .right-part .right-part-container a:hover .third-section-right-title {
    color: #cccccc;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;;
}

body.home #third-section .right-part .right-part-container .third-section-right-associations {
    height: calc(100% - 18px);
    padding-bottom: 18px;
}

body.home #third-section .right-part .right-part-container .third-section-right-associations .association-block {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

body.home #third-section .right-part .right-part-container .third-section-right-associations .association-block .media-left {
    display: none;
    /*padding-right: 20px;
    width: 80px;*/ /* @todo uncomment for image */
}

body.home #third-section .right-part .right-part-container .third-section-right-associations .association-block .media-body {
    border-bottom: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    width: /*calc(100% - 80px)*/100%; /* @todo uncomment for image */
    min-height: 60px;
}

body.home #third-section .right-part .right-part-container .third-section-right-associations .association-block .media-body .entry-title {
    color: #000;
    font-family: 'Signika', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-transform: none;
}

body.home #third-section .right-part .right-part-container .third-section-right-associations .association-block .media-body .entry-title a:hover {
    color: #0478fc;
}

@media (max-width: 767px) {
    body.home #third-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.home #third-section .right-part {
        margin-top: 25px;
    }
}

@media (min-width: 768px) {
    body.home #third-section .third-section-container {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    body.home #third-section .left-part {
        padding-right: 23px;
        width: 66.6%;
    }

    body.home #third-section .right-part {
        padding-left: 23px;
        padding-top: 14px;
        width: calc(33.4%);
    }
}
/* End third section */

/* Fourth section */
body.home #fourth-section {
    background-color: #ffffff;
    margin-left: calc(-50vw + 50%);
    max-width: 100vw;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100vw;
}

body.home #fourth-section .fourth-section-container {
    margin: 0 auto;
    max-width: 1140px;
    padding-left: 8px;
    padding-right: 8px;
}

body.home #fourth-section .fourth-section-line {
    display: flex;
    justify-content: space-between;
}

body.home #fourth-section .fourth-section-line .fourth-section-grid-3-block {
    float: none;
    margin-bottom: 0;
}

body.home #fourth-section .fourth-section-line .fourth-section-grid-3-block .caption .entry-title {
    color: #000000;
    font-family: 'Signika', sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    text-transform: none;
}

body.home #fourth-section .fourth-section-line .fourth-section-grid-3-block .caption .entry-title a:hover {
    color: #0478fc;
}

body.home #fourth-section .fourth-section-line .fourth-section-grid-3-block .caption .entry-meta {
    margin-top: 8px;
}

body.home #fourth-section .fourth-section-line .fourth-section-grid-3-block .caption .entry-meta > span {
    color: #000000;
    font-family: 'Signika', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
}

body.home #fourth-section .fourth-section-line .fourth-section-grid-3-block .caption .entry-meta > span:not(:last-of-type):after {
    content: '-';
}

body.home #fourth-section .fourth-section-line .fourth-section-grid-3-block .caption .entry-meta > span:last-of-type:after {
    content: '';
}

body.home #fourth-section .fourth-section-line .fourth-section-grid-3-block .caption .entry-meta > span a:hover {
    color: #0478fc;
}

body.home #fourth-section .fourth-section-line .fourth-section-grid-3-block .caption .category-label {
    display: inline-block;
}

body.home #fourth-section .fourth-section-line .fourth-section-grid-3-block .caption .category-label div a span {
    background-color: #107a79;
    color: #ffffff;
    font-family: 'Signika', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
    margin-bottom: 0;
    padding: 2px 4px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

body.home #fourth-section .fourth-section-line .fourth-section-grid-3-block .caption .category-label div a:hover span {
    color: #cccccc;
}

body.home #fourth-section .fourth-section-line .fourth-section-grid-3-block .caption .entry-excerpt {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 8px;
}

body.home #fourth-section .fourth-section-line .fourth-section-grid-3-block .caption .entry-excerpt .read-more {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}

body.home #fourth-section .fourth-section-line .fourth-section-grid-3-block .caption .entry-excerpt .read-more:hover {
    color: #0478fc;
}

body.home #fourth-section .fourth-section-line .fourth-section-grid-3-block .caption .entry-excerpt > p {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    body.home #fourth-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.home #fourth-section .content-part {
        margin-top: 25px;
    }

    body.home #fourth-section .content-part .fourth-section-line {
        flex-flow: column nowrap;
    }

    body.home #fourth-section .content-part .fourth-section-line .fourth-section-grid-3-block {
        margin-top: 20px;
        padding: 0;
    }
}

@media (min-width: 768px) {
    body.home #fourth-section .fourth-section-container {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    body.home #fourth-section .content-part {
        padding-left: 15px;
        width: 100%;
    }

    body.home #fourth-section .content-part .fourth-section-line {
        flex-flow: row nowrap;
    }

    body.home #fourth-section .content-part .fourth-section-line:not(:first-child) {
        margin-top: 30px;
    }
}
/* End fourth section */

/* Fifth section */
body.home #fifth-section {
    background-image: url('/wp-content/uploads/2019/11/fond-fifth-section.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: calc(-50vw + 50%);
    max-width: 100vw;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100vw;
}

body.home #fifth-section .upper-part,
body.home #fifth-section .lower-part {
    margin: 0 auto;
    max-width: 1140px;
    padding-left: 8px;
    padding-right: 8px;
}

body.home #fifth-section .upper-part .left-part .fifth-section-contribution:before,
body.home #fifth-section .upper-part .left-part .fifth-section-newsletter:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out;
    width: 100%;
    z-index: 1;
}

body.home #fifth-section .upper-part .left-part .fifth-section-contribution:hover:before,
body.home #fifth-section .upper-part .left-part .fifth-section-newsletter:hover:before {
    background-color: rgba(0, 0, 0, 0.1);
}

body.home #fifth-section .lower-part {
    margin-top: 38px;
}

body.home #fifth-section .lower-part .left-part .fifth-section-lower-block .caption .entry-title {
    color: #000000;
    font-family: 'Signika', sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin: 0 !important;
    text-transform: none;
}

body.home #fifth-section .lower-part .left-part .fifth-section-lower-block .caption .entry-title a:hover {
    color: #0478fc;
}

body.home #fifth-section .lower-part .left-part .fifth-section-lower-block .caption .entry-meta {
    margin-top: 8px;
}

body.home #fifth-section .lower-part .left-part .fifth-section-lower-block .caption .entry-meta > span {
    color: #000000;
    font-family: 'Signika', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
}

body.home #fifth-section .lower-part .left-part .fifth-section-lower-block .caption .entry-meta > span:not(:last-of-type):after {
    content: '-';
}

body.home #fifth-section .lower-part .left-part .fifth-section-lower-block .caption .entry-meta > span:last-of-type:after {
    content: '';
}

body.home #fifth-section .lower-part .left-part .fifth-section-lower-block .caption .entry-meta > span a:hover {
    color: #0478fc;
}

body.home #fifth-section .lower-part .left-part .fifth-section-lower-block .caption .category-label {
    display: inline-block;
}

body.home #fifth-section .lower-part .left-part .fifth-section-lower-block .caption .category-label div a span {
    background-color: #107a79;
    color: #ffffff;
    font-family: 'Signika', sans-serif;
    font-weight: 700;
    line-height: 17px;
    margin-bottom: 0;
    padding: 2px 4px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

body.home #fifth-section .lower-part .left-part .fifth-section-lower-block .caption .category-label div a span {
    font-size: 13px;
}

body.home #fifth-section .lower-part .left-part .fifth-section-lower-block .caption .category-label div a:hover span {
    color: #cccccc;
}

body.home #fifth-section .lower-part .left-part .fifth-section-lower-block .caption .entry-excerpt {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 8px;
}

body.home #fifth-section .lower-part .left-part .fifth-section-lower-block .caption .entry-excerpt .read-more {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}

body.home #fifth-section .lower-part .left-part .fifth-section-lower-block .caption .entry-excerpt .read-more:hover {
    color: #0478fc;
}

body.home #fifth-section .lower-part .left-part .fifth-section-lower-block .caption .entry-excerpt > p {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    body.home #fifth-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.home #fifth-section .upper-part .left-part {
        margin: 0 auto;
        max-width: 361px;
    }

    body.home #fifth-section .upper-part .right-part {
        margin-top: 25px;
    }

    body.home #fifth-section .lower-part .right-part {
        margin: 0 auto;
        max-width: 361px;
    }
}

@media (min-width: 768px) {
    body.home #fifth-section .upper-part,
    body.home #fifth-section .lower-part {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    body.home #fifth-section .upper-part .left-part {
        padding-right: 15px;
        width: 33.4%;
    }

    body.home #fifth-section .upper-part .right-part {
        padding-left: 15px;
        width: 66.6%;
    }

    body.home #fifth-section .lower-part .left-part {
        padding-right: 15px;
        width: 66.6%;
    }

    body.home #fifth-section .lower-part .right-part {
        padding-left: 15px;
        width: 33.4%;
    }
}
/* End fifth section */