#main section:first-of-type {
    margin-top: 60px;
}

section, footer {
    position: relative;
    z-index: 3;
}

.top-parallax-bg {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
}

#top-sec {
    position: relative;
}

#top-sec .top-sec__content {
    position: relative;
    width: 100%;
    z-index: 2;
    pointer-events: none;
}

#top-sec .top-sec__content .top-sec__info-blocks {
    pointer-events: auto;
}

.top-sec__bgs {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.top-sec__top-bg-img,
.top-sec__middle-bg-img,
.top-sec__bottom-bg-img {
    display: block;
    position: relative;
    overflow: hidden;
}

.top-sec__top-bg-img {
    height: 335px;
    width: calc(100% + 120px);
    right: 0;
}

.top-sec__middle-bg-img {
    position: relative;
    margin-top: 335px;
    height: calc(100% - 805px);
    z-index: 2;
}

.top-sec__bottom-bg-img {
    height: 470px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 2;
}

.top-sec__top-bg-img > *,
.top-sec__middle-bg-img > *,
.top-sec__bottom-bg-img > * {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.top-sec__top-bg-img > * {
    object-position: center right;
}

.top-sec__middle-bg-img > * {
    object-position: center;
}

.top-sec__bottom-bg-img > * {
    object-position: center bottom;
}

.top-sec__info-blocks {
    width: 196px;
    margin-left: auto;
    margin-right: 20px;
    padding-bottom: 202px;
}

.top-sec__info-block,
.top-sec__info-block::before,
.top-sec__info-block::after {
    background-image: url(../images/black-block.png);
}

.top-sec__info-block:first-child {
    margin-top: 284px;
}

.top-sec__info-block:not(:last-child) {
    margin-bottom: 50px;
}

.top-sec__info-block {
    position: relative;
    background-size: 100% calc(100% + 46px);
    background-position: top -16px center;
    background-repeat: no-repeat;
}

.ingredients-block {
    padding: 0 14px 10px 24px;
}

.ingredients-block__img {
    position: absolute;
    top: 65px;
    left: -51px;
    display: block;
    width: 71px;
    height: auto;
    z-index: 2;
    transform: rotate(-27deg);
    -ms-transform: rotate(-27deg);
    -webkit-transform: rotate(-27deg);
}

.ingredients-block__img.jiggle-active {
    animation: jiggle_four ease-in-out .4s infinite;
}

.nutrition-facts-block {
    padding: 0 18px 10px;
}

.nutrition-facts-block__bubble {
    position: absolute;
    top: 104px;
    right: -40px;
    width: 86px;
    height: 78px;
    background-image: url(../images/besto-pesto/green_bubble.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: default;
}

.nutrition-facts-block__bubble.jiggle-active {
    animation: jiggle ease-in-out .4s infinite;
}

.nutrition-facts-block__bubble span {
    position: absolute;
    display: block;
    font-family: 'Ogenblik', sans-serif;
    font-size: 9px;
    line-height: 1em;
    text-align: center;
    top: 24px;
    left: 22px;
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
}

.top-sec__info-block::before,
.top-sec__info-block::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.top-sec__info-block::before {
    height: 16px;
    top: -16px;
    background-position: top center;
}

.top-sec__info-block::after {
    height: 20px;
    bottom: -20px;
    background-position: bottom center;
}

.top-sec__info-block__title {
    font-family: 'Ogenblik', sans-serif;
    font-weight: 400;
    color: #8fb852;
    font-size: 24px;
    line-height: 1.2em;
    margin: 0 0 11px;
    text-align: center;
}

.top-sec__info-block__text {
    font-size: 10px;
    line-height: 1.5em;
    color: #B5B5B5;
}

.top-sec__info-block__text > *:last-child {
    margin-bottom: 0;
}

.top-sec__info-block__text ul {
    padding: 0;
    list-style-type: none;
}

.top-sec__info-block__text ul li:not(:last-child) {
    margin-bottom: .5em;
}

.top-sec__btn-block {
    text-align: center;
    margin-top: -15px;
}

.top-sec__bubbles {
    position: absolute;
    top: 75px;
    right: 200px;
    width: 121px;
    height: 165px;
    background-image: url(../images/besto-pesto/bubbles.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    cursor: default;
}

.top-sec__bubbles.jiggle-active {
    animation: jiggle ease-in-out .4s infinite;
}

.top-sec__bubbles span {
    position: absolute;
    display: block;
    font-family: 'Ogenblik', sans-serif;
    color: #fff;
    text-align: center;
}

.top-sec__bubbles__top-text {
    font-size: 13px;
    line-height: 12px;
    left: 30px;
    top: 38px;
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
}

.top-sec__bubbles__bottom-text {
    font-size: 15px;
    line-height: 14px;
    left: 46px;
    top: 103px;
    transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    -webkit-transform: rotate(-16deg);
}

#icons-sec {
    padding: 57px 0 45px;
    background-color: #fff;
}

#icons-sec .title-col {
    text-align: center;
}

#icons-sec .sec-title {
    position: relative;
    display: inline-block;
    font-size: 29px;
    line-height: 1.3em;
    margin: 0 0 60px;
}

#icons-sec .sec-title::after {
    content: '';
    display: block;
    width: 54px;
    height: 48px;
    position: absolute;
    bottom: -13px;
    right: -39px;
    background-image: url(../images/made-with-love.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#icons-sec .sec-title.jiggle-active::after {
    animation: jiggle ease-in-out .4s infinite;
}

#icons-sec .sec-title span {
    display: block;
}

#icons-sec .icon-block {
    margin: 21px 0;
}

.icon-block__image {
    display: block;
    height: 70px;
    margin: 0 auto 9px;
}

.icon-block__image:hover {
    animation: zoom ease-in-out .4s infinite;
}

.icon-block__title {
    display: block;
    font-family: 'Ogenblik', sans-serif;
    font-size: 18px;
    line-height: 1.22em;
    text-align: center;
}

.icon-block__text {
    display: none;
    font-size: 16px;
    line-height: 1.625em;
}

.icon-block__text > * {
    margin: 0;
}

.icon-block__text ul {
    list-style-type: none;
    padding: 0;
}

.icon-block__text ul li::before {
    content: '- ';
}

.icons-row {
    position: relative;
}

#icons-popup {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: calc(100% - 38px);
    padding: 12px 19px 23px 22px;
    background-color: rgba(255,255,255,.95);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transition: .2s all;
    border: 1px solid #E6E6E6;
    z-index: 9;
}

#icons-popup.open {
    opacity: 1;
    pointer-events: auto;
}

.icons-popup__close {
    position: absolute;
    display: block;
    width: 24px;
    height: 27px;
    padding: 0;
    border: 0;
    top: 36px;
    right: 23px;
    background-color: transparent;
    background-image: url(../images/close.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    outline: none;
}

.icons-popup__content .top-line {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 14px;
}

.icons-popup__content .top-line .icon-block__image {
    margin: 0 12px 0 0;
}

.icons-popup__content .icon-block__text {
    display: block;
}

.icons-row {
    position: relative;
    padding-bottom: 39px;
}

.icons-row::after {
    content: '';
    position: absolute;
    width: calc(100% - 100px);
    height: 6px;
    bottom: 0;
    left: 50px;
    background-image: url(../images/underline5.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.icons-sec__btn-row {
    margin-top: 42px;
}

.icons-sec__btn-col {
    font-family: 'Ogenblik', sans-serif;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.icons-sec__arrow-block {
    margin: -7px 9px 0 0;
    position: relative;
}

.icons-sec__arrow-block span {
    display: block;
    font-size: 20px;
    line-height: 1.25em;
}

.icons-sec__arrow-block::after {
    content: '';
    display: block;
    width: 100%;
    height: 16px;
    background-image: url(../images/arrow-right-black.svg);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}

.icons-sec__btn-col .btn,
.top-sec__btn-block .btn {
    display: inline-block;
    height: 44px;
    font-size: 22px;
    line-height: 42px;
    padding: 0 30px 4px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.icons-sec__btn-col .green-btn,
.top-sec__btn-block .green-btn {
    background-image: url(../images/btn_green.png);
    color: #000000;
    transition: .3s all;
}

.icons-sec__btn-col .green-btn:hover {
    background-image: url(../images/btn_dark.png);
    color: #fff;
}

.top-sec__btn-block .green-btn:hover {
    background-image: url(../images/btn_dark.png);
    color: #fff;
}

#recipes-sec {
    padding: 61px 0 80px;
    background-color: #F5F5F5;
}

#recipes-sec .sec-title {
    display: block;
    max-width: 266px;
    font-size: 30px;
    line-height: 1.17em;
    margin: 0 auto 65px;
    text-align: center;
}

.recipe-col:not(:last-child) {
    margin-bottom: 22px;
}

.recipe-block {
    display: block;
    text-decoration: none;
    color: #3D3D3D;
}

.recipe-block__thumb {
    position: relative;
    margin-bottom: 16px;
}

.recipe-block__thumb::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: .3s all;
    background-color: rgba(0,0,0,.5);
}

.recipe-block__thumb:hover::after {
    opacity: 1;
}

.recipe-block__thumb img {
    display: block;
    max-width: 100%;
}

.recipe-block__cat-date {
    display: block;
    font-size: 9px;
    line-height: 1.44em;
    font-weight: 700;
    margin-bottom: 11px;
}

.recipe-block__title {
    display: block;
    font-size: 24px;
    line-height: 1.25em;
    font-weight: 700;
    margin: 0 0 4px;
}

#health-benefits-sec {
    background-color: #fff;
}

#health-benefits-sec .row {
    padding: 30px 0 80px;
}

.health-benefits-sec__img-container {
    position: relative;
    width: 100%;
    max-width: 854px;
    margin: 0 auto 44px;
}

.health-benefits-sec__img-arrows {
    position: absolute;
    width: 17.8%;
    bottom: 14.2%;
    left: 38.6%;
    animation: arrows_rotation linear 2s infinite;
}

.health-benefits-sec__img-heart {
    position: absolute;
    top: 24.5%;
    left: 33.2%;
    width: 8%;
    animation: pulse linear 1.5s infinite;
}

.health-benefits-sec__img {
    display: block;
    width: 100%;
}

#health-benefits-sec .sec-title {
    font-size: 24px;
    line-height: 1.2em;
    color: #8EB852;
    display: block;
    margin: 0 0 1.09em;
    padding-left: 20px;
}

.health-benefits-sec__list {
    margin: 0;
    padding: 0 20px;
    list-style-type: none;
}

.health-benefits-sec__list-item {
    display: block;
    font-size: 23px;
    line-height: 1.09em;
}

.health-benefits-sec__list-item:not(:last-child) {
    margin-bottom: 1.09em;
}

.health-benefits-sec__list-item__title {
    font-family: 'Ogenblik', sans-serif;
    padding-right: 1.09em;
    display: block;
    position: relative;
}

.health-benefits-sec__list-item__title::after {
    content: '';
    display: block;
    width: .87em;
    height: 100%;
    background-image: url(../images/triangle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s all;
}

.health-benefits-sec__list-item__title.open::after {
    transform: scale(-1,-1);
    -ms-transform: scale(-1,-1);
    -webkit-transform: scale(-1,-1);
}

.health-benefits-sec__list-item__text {
    display: block;
    height: 0;
    font-size: 16px;
    line-height: inherit;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    transition: .3s all;
}

.health-benefits-sec__list-item__text.open {
    padding-top: 1.09em;
    height: auto;
}

#health-benefits-sec .sec-title,
.health-benefits-sec__list {
    display: block;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.recipes-sec__btns-col {
    margin-top: 30px;
    text-align: center;
}

.recipes-sec__text-above_btns {
    display: inline-block;
    font-family: 'Ogenblik', sans-serif;
    font-size: 20px;
    line-height: 1.25em;
    position: relative;
    margin-bottom: 14px;
    padding-left: 29px;
}

.recipes-sec__text-above_btns::before {
    content: '';
    display: block;
    width: 21px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    background-image: url(../images/arrow-right-black.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.recipes-sec__btns-block .recipes-sec__btn {
    display: inline-block;
    font-size: 22px;
    line-height: 42px;
    height: 44px;
    padding-bottom: 2px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.recipes-sec__btns-block .recipes-sec__btn.green-btn {
    background-image: url(../images/btn_green.png);
    padding-left: 30px;
    padding-right: 30px;
    color: #000;
}

.recipes-sec__btns-block .recipes-sec__btn.dark-btn {
    background-image: url(../images/btn_dark.png);
    padding-left: 23px;
    padding-right: 23px;
    color: #fff;
    transition: .3s all;
}

.recipes-sec__btns-block .recipes-sec__btn.dark-btn:hover {
    background-image: url(../images/btn_green.png);
    color: #000;
}

@media screen and (min-width: 576px) {
    .top-sec__top-bg-img {
        width: 100%;
    }

    .top-sec__top-bg-img > * {
        object-position: center;
    }

    .top-sec__bubbles {
        right: calc(50% - 60px);
    }

    #icons-popup {
        max-width: 500px;
        padding: 30px 50px 50px;
    }

    #icons-sec .sec-title {
        font-size: 32px
    }

    #health-benefits-sec .sec-title {
        font-size: 28px;
        margin-bottom: 21px;
    }

    #recipes-sec .sec-title {
        font-size: 32px;
        max-width: 320px;
    }

    .health-benefits-sec__list-item__title {
        font-size: 24px;
    }

    .recipes-sec__btns-block .recipes-sec__btn:not(:last-child) {
        margin-right: 28px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .recipe-block__cat-date {
        font-size: 16px;
        line-height: 1.625em;
        font-weight: 400;
    }
}

@media screen and (min-width: 768px) {
    .top-sec__top-bg-img > * {
        object-position: calc(50% + 120px);
    }

    .top-sec__info-block:first-child {
        margin-top: 112px;
    }

    .top-sec__info-blocks {
        width: 270px;
        padding-bottom: 100px;
        margin-right: 50px;
    }

    .ingredients-block__img {
        top: auto;
        bottom: -60px;
        left: -30px;
        transform: rotate(-55deg);
        -ms-transform: rotate(-55deg);
        -webkit-transform: rotate(-55deg);
    }

    .ingredients-block__img.jiggle-active {
        animation: jiggle_five ease-in-out .4s infinite;
    }

    .top-sec__info-block {
        padding-top: 10px;
    }

    .top-sec__info-block__title {
        font-size: 32px;
        text-align: left;
    }

    .top-sec__info-block__text {
        font-size: 12px;
        line-height: 1.5em;
    }

    .top-sec__top-bg-img {
        height: 450px;
    }

    .top-sec__middle-bg-img {
        margin-top: 450px;
        height: calc(100% - 450px);
    }

    .top-sec__bottom-bg-img {
        display: none;
    }

    .top-sec__bubbles {
        top: 140px;
        right: calc(50% + 240px);
    }

    .nutrition-facts-block__bubble {
        top: calc(50% - 94px);
        right: -68px;
        width: 116px;
        height: 108px;
    }

    .nutrition-facts-block__bubble span {
        font-size: 13px;
        top: 33px;
        left: 27px;
    }


    .icon-block__image {
        height: 76px;
    }

    .icon-block__title {
        font-size: 22px;
    }

    .icon-block__text {
        display: block;
        margin-top: 16px;
    }

    #icons-sec .sec-title {
        font-size: 42px
    }

    #icons-sec .sec-title::after {
        width: 74px;
        height: 68px;
        right: -47px;
    }

    .health-benefits-sec__list-item__text {
        height: auto;
        padding-top: 15px;
    }

    #health-benefits-sec .sec-title,
    #recipes-sec .sec-title {
        font-size: 38px;
    }

    #health-benefits-sec .sec-title,
    .health-benefits-sec__list {
        padding: 0;
    }

    .health-benefits-sec__list-item__title {
        font-size: 26px;
        padding-right: 0;
    }

    .health-benefits-sec__list-item__title::after {
        display: none;
    }

    #health-benefits-sec .row {
        position: relative;
        padding-bottom: 50px;
    }

    #health-benefits-sec .row::after {
        content: '';
        display: block;
        width: 100%;
        height: 6px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: url(../images/underline5.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    #recipes-sec {
        background-color: #fff;
    }

    #recipes-sec .sec-title {
        margin-bottom: 40px;
    }

    #recipes-sec .sec-title {
        max-width: 450px;
    }

    #health-benefits-sec .sec-title,
    .health-benefits-sec__list {
        max-width: 550px;
    }
}

@media screen and (min-width: 992px) {
    .top-sec__top-bg-img > * {
        object-position: calc(50% + 50px);
    }

    #main section:first-of-type {
        margin-top: 100px;
    }

    .top-parallax-bg {
        top: 100px;
    }

    .top-sec__info-blocks {
        width: 370px;
        margin-right: 80px;
    }

    .top-sec__info-block::before {
        height: 26px;
        top: -26px;
    }

    .top-sec__info-block::after {
        height: 30px;
        bottom: -30px;
    }

    .top-sec__info-block:not(:last-child) {
        margin-bottom: 65px;
    }

    .top-sec__info-block__title {
        font-size: 38px;
    }

    .top-sec__info-block__text {
        font-size: 14px;
    }

    .ingredients-block,
    .nutrition-facts-block {
        padding: 0 30px 20px;
    }

    .ingredients-block__img {
        width: 80px;
    }

    .top-sec__bubbles {
        top: 140px;
        right: calc(50% + 310px);
    }

    .top-sec__middle-bg-img {
        height: calc(100% - 450px);
    }

    #icons-sec .sec-title {
        font-size: 48px
    }

    .icon-block__title {
        font-size: 28px;
    }

    #health-benefits-sec .sec-title,
    #recipes-sec .sec-title {
        font-size: 46px;
    }

    .health-benefits-sec__list-item__title {
        font-size: 32px;
    }

    #recipes-sec .sec-title {
        max-width: 570px;
    }

    #health-benefits-sec .sec-title,
    .health-benefits-sec__list {
        max-width: 620px;
    }

    .recipe-block__cat-date {
        font-size: 16px;
        line-height: 1.625em;
        font-weight: 400;
    }
}

@media screen and (min-width: 1200px) {
    .top-sec__top-bg-img {
        height: 550px;
    }

    .top-sec__top-bg-img > * {
        height: 550px;
        object-position: center;
    }

    .top-sec__bubbles {
        top: 160px;
        right: calc(50% + 440px);
        width: 170px;
        height: 210px;
    }

    .top-sec__middle-bg-img {
        margin-top: 550px;
        height: calc(100% - 550px);
    }

    .top-sec__bubbles__top-text {
        font-size: 20px;
        line-height: 20px;
        left: 38px;
        top: 46px;
    }

    .top-sec__bubbles__bottom-text {
        font-size: 20px;
        line-height: 20px;
        left: 62px;
        top: 138px;
    }

    .top-sec__info-blocks {
        width: 445px;
    }

    .top-sec__info-block:not(:last-child) {
        margin-bottom: 85px;
    }

    .top-sec__info-block__title {
        font-size: 50px;
    }

    .top-sec__info-block__text {
        font-size: 16px;
    }

    .ingredients-block, .nutrition-facts-block {
        padding: 0 30px 20px 40px;
    }

    .ingredients-block__img {
        width: 124px;
        bottom: -100px;
        left: -50px;
    }

    .nutrition-facts-block__bubble {
        width: 212px;
        height: 189px;
        right: -145px;
    }

    .nutrition-facts-block__bubble span {
        font-size: 22px;
        line-height: 30px;
        top: 46px;
        left: 54px;
    }

    #icons-sec .sec-title {
        font-size: 52px;
        margin-bottom: 32px;
    }

    #icons-sec .sec-title::after {
        width: 88px;
        height: 78px;
        right: -56px;
    }

    .icon-block__title {
        font-size: 36px;
    }

    .icons-row {
        margin: 0 -28px;
    }

    #icons-sec .icon-block {
        padding: 0 13px;
    }

    #health-benefits-sec .sec-title,
    #recipes-sec .sec-title {
        font-size: 52px;
    }

    .health-benefits-sec__list-item__title {
        font-size: 36px;
    }

    #recipes-sec {
        padding-top: 84px;
    }

    #recipes-sec .sec-title {
        max-width: 650px;
    }

    #health-benefits-sec .sec-title,
    .health-benefits-sec__list {
        max-width: 730px;
    }
}

@media screen and (min-width: 1440px) {
    .nutrition-facts-block__bubble {
        right: -160px;
    }

    .top-sec__info-block__title {
        font-size: 60px;
    }
}

@media screen and (min-width: 1600px) {
    .top-sec__top-bg-img {
        height: 38%;
    }

    .top-sec__top-bg-img > * {
        height: 100%;
    }

    .top-sec__middle-bg-img {
        margin-top: 34%;
    }

    .top-sec__bubbles {
        top: 29%;
        right: auto;
        left: 12%;
        width: 11%;
        height: 40%;
    }
}