/*
 * HOME
*/

section:not(.video-sec):not(.footer) {
    position: relative;
    z-index: 4;
}

#header-logo-small {
    opacity: 0;
    pointer-events: none;
    transition: .5s all;
}

.header-logo-small__link {
    pointer-events: none;
}

#header-logo-small.visible {
    opacity: .8;
}

#header-logo-small.visible .header-logo-small__link {
    pointer-events: auto;
}

#top-sec {
    margin-top: 60px;
    position: relative;
    height: 516px;
    width: 100%;
    overflow: hidden;
}

.top-picture-container {
    position: fixed;
    width: 100%;
    height: 516px;
    top: 60px;
    left: 0;
    overflow: hidden;
    z-index: 4;
}

.top-sec__bg-img {
    position: absolute;
    width: 100%;
    height: 516px;
    top: 0;
    left: 0;
}

.top-sec__bg-img > * {
    position: absolute;
    top: 0;
    left: 50%;
    max-height: 100%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    background-attachment: fixed;
}

.top-sec__img-container {
    position: absolute;
    right: calc(50% - 10px);
    top: 165px;
    max-width: 170px;
    max-height: 170px;
}

.with-love-sec__heart_logo {
    position: absolute;
    bottom: 3%;
    left: -1%;
    width: 30%;
}

.with-love-sec__heart_logo.jiggle-active {
    animation: jiggle ease-in-out .4s infinite;
}

.top-sec__img {
    max-width: 100%;
    max-height: 100%;
}

.top-sec__btn {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 38px;
    font-size: 22px;
    background-image: url(../images/btn_dark.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 360px;
    right: calc(50% + 10px);
    color: #C7C7C7;
    transition: .3s all;
}

.top-sec__btn:hover {
    background-image: url(../images/btn_green.png);
    color: #000;
}

#with-love-sec {
    background-color: #000;
    position: relative;
}

#with-love-sec .container {
    pointer-events: none;
}

.with-love-sec__heart {
    position: absolute;
    display: block;
    width: 20%;
    height: auto;
    top: 5%;
    left: 50%;
    z-index: 2;
}

.with-love-sec__heart.jiggle-active {
    animation: jiggle ease-in-out .4s infinite;
}

.with-love-sec__img-block {
    position: relative;
}

.with-love-sec__img {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

.with-love-sec__img * {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    height: 100%;
}

.with-love-sec__content-col {
    padding: 30px 15px;
    pointer-events: auto;
}

.with-love-sec__title {
    position: relative;
    text-align: center;
    font-size: 34px;
    line-height: 1em;
    margin-bottom: .34em;
}

.with-love-sec__title::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -.34em;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    width: 4em;
    height: .1em;
    background-image: url(../images/underline.svg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.with-love-sec__title span {
    display: block;
}

.with-love-sec__title .green-text{
    font-size: 1.06em;
    margin-top: -.16em;
}

.with-love-sec__text {
    max-width: 210px;
    margin: 0 auto;
    padding: 15px 0 27px;
    font-size: 12px;
    line-height: 15px;
    color: #808080;
}

.with-love-sec__text p {
    margin: 0;
}

.with-love-sec__text p:first-child {
    color: #B5B5B5
}

.with-love-sec__btns,
.with-love-sec__links {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.with-love-sec__btns .btn {
    display: inline-block;
    font-size: 22px;
    line-height: 26px;
    padding: 7px 16px 8px;
    color: #090909;
    background-image: url(../images/btn_green.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s all;
}

.with-love-sec__btns .btn:hover {
    background-image: url(../images/btn_dark.png);
    color: #fff;
}

.with-love-sec__btns .btn.add-to-cart-btn {
    position: relative;
    padding-right: 55px;
}

.with-love-sec__btns .btn.add-to-cart-btn::after {
    content: '';
    display: block;
    width: 33px;
    height: 28px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    background-image: url(../images/cart-icon2.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.with-love-sec__btns .btn.add-to-cart-btn:hover::after {
    background-image: url(../images/cart-icon2_white.svg);
}

.with-love-sec__btns .btn:not(:last-child) {
    margin-bottom: 12px;
}

.learn-more-arrows {
    margin-top: 15px;
}

.learn-more-arrow {
    font-family: 'Ogenblik', sans-serif;
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    color: #96A87C;
}

.learn-more-arrow:not(:last-child) {
    margin-right: 25px;
}

.learn-more-arrow::before {
    content: '';
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.learn-more-arrow:first-child::before {
    width: 22px;
    height: 22px;
    background-image: url(../images/arrow-right-top-grey.svg);
    margin: 0 auto 7px;
}

.learn-more-arrow:nth-child(2)::before {
    width: 28px;
    height: 28px;
    background-image: url(../images/arrow-top-grey.svg);
    margin: 0 auto 2px;
}

.video-sec {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    background-color: #fff;
    z-index: 2;
}

.video-sec video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.video-sec.height::before,
.video-sec.width::before {
    content: '';
    position: fixed;
    width: 100%;
    height: 60px;
    display: block;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 2;
}

.video-sec.height video,
.video-sec.width video {
    position: fixed;
    z-index: 1;
}

.video-sec.height video {
    height: 100%;
    width: auto;
}

.video-sec.width video {
    height: auto;
    width: 100%;
}

.video-sec .play-btn,
.video-sec::before {
    content: '';
    position: absolute;
    display: block;
}

.video-sec::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
}

.video-sec * {
    position: absolute;
}

.video-sec iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
}

.video-sec .play-btn {
    border: 0;
    background-color: transparent;
    padding: 0;
    outline: none;
    left: calc(50% - 33px);
    top: calc(50% - 33px);
    width: 66px;
    height: 66px;
    background-image: url(../images/play-btn.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
    cursor: pointer;
}

#recipes-sec {
    position: relative;
    padding: 45px 0 129px;
    text-align: center;
    color: #3D3D3D;
    background-image: url(../images/bg_recipes.jpg);
    background-size: auto;
    background-position: top center;
    background-repeat: repeat;
}

#recipes-sec:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.5);
    z-index: 1;
}

#recipes-sec .container {
    position: relative;
    z-index: 2;
}

#recipes-sec .sec-title {
    font-size: 35px;
    line-height: .85em;
    max-width: 200px;
    margin: 0 auto 9px;
}

#recipes-sec .sec-subtitle {
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 50px;
}

.recipes-list {
    max-width: 302px;
    margin: 0 auto;
}

.recipes-list .recipe {
    display: block;
    width: 100%;
    padding-bottom: 71%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eee;
    position: relative;
}

.recipes-list .recipe .hidden-btn-block {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	font-size: 22px;
	transition: .3s all;
}

.recipes-list .recipe .hidden-btn {
	font-family: 'Ogenblik', sans-serif;
}

.recipes-list .recipe:hover .hidden-btn-block {
	opacity: 1;
}

.recipes-list .recipe:not(:last-child) {
    margin-bottom: 20px;
}

#recipes-sec .green-btn {
    display: inline-block;
    font-size: 22px;
    line-height: 26px;
    padding: 7px 16px 8px;
    color: #090909;
    background-image: url(../images/btn_green.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 50px 0 0;
    transition: .3s all;
}

#recipes-sec .green-btn:hover {
    background-image: url(../images/btn_dark.png);
    color: #fff;
}

#story-sec {
    background-color: #fff;
    padding: 23px 8px 60px;
}

#story-sec .title-block {
    padding-left: 12px;
}

#story-sec .sec-title {
    font-size: 48px;
    line-height: .95em;
    color: #090909;
}

#story-sec .sec-title span {
    display: block;
}

#story-sec .sec-subtitle {
    font-family: 'Ogenblik', sans-serif;
    display: block;
    font-size: 33px;
    line-height: 1em;
    color: #3D3D3D;
    margin-bottom: 17px;
}

.story-sec__long-image {
    padding-bottom: 162%;
    position: relative;
    margin-bottom: 23px;
}

.story-sec__text-block {
    margin-bottom: 16px;
}

.story-sec__text-block p {
    font-size: 16px;
    line-height: 1.625em;
    font-weight: 500;
    color: #737373;
    margin-top: 0;
    padding: 0 13px 0 20px;
}

.story-sec__text-block p:last-child {
    margin-bottom: 0;
}

.story-sec__text-block .btn {
    margin: 8px auto 0;
    display: block;
    width: 115px;
    height: 38px;
    line-height: 36px;
    font-size: 21px;
    background-image: url(../images/btn_dark.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #C7C7C7;
    transition: .3s all;
}

.story-sec__text-block .btn:hover {
    background-image: url(../images/btn_green.png);
    color: #000;
}

.story-sec__image {
    padding-bottom: 80%;
    margin-bottom: 26px;
    position: relative;
}

.story-sec__image__inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s all;
    background-color: #eee;
}

.story-sec__long-image:hover .story-sec__image__inner,
.story-sec__image:hover .story-sec__image__inner{
	width: calc(100% - 20px);
	height: calc(100% - 10px);
	top: 5px;
	left: 10px;

}

#story-sec .story-sec__icons-block .sec-title {
    display: block;
    color: #3D3D3D;
    font-size: 36px;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}

.story-sec__icons-block .sec-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-image: url(../images/underline2.svg);
    background-size: 261px auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.story-sec__icons-block {
    padding-top: 27px;
}

.story-sec__icons-block .icons {
    padding-top: 39px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    max-width: 330px;
    margin: 0 auto;
}

.story-sec__icon-block {
    width: 50%;
    margin-bottom: 20px;
}

.story-sec__icon-block .icon {
    display: block;
    width: 72px;
    height: 72px;
    margin: 0 auto 9px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.story-sec__icon-block.jiggle-active .icon {
    animation: jiggle ease-in-out .4s infinite;
}

.story-sec__icon-block .text {
    display: block;
    font-family: 'Ogenblik', sans-serif;
    font-size: 27px;
    line-height: 1.3em;
    text-align: center;
    color: #3D3D3D;
}

#get-in-touch-sec {
    padding: 48px 8px 38px;
    background-color: #aba8a3;
    background-image: url(../images/bg_get-in-touch.jpg);
    background-size: 720px auto;
    background-position: center;
    background-repeat: repeat;
}

#get-in-touch-sec .title-col {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 33px;
}

#get-in-touch-sec .sec-title {
    color: #fff;
    display: block;
    font-size: 37px;
    line-height: 44px;
    white-space: nowrap;
}

#get-in-touch-sec .scl-btns {
    margin-top: 5px;
}

#get-in-touch-sec .scl-btn {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#get-in-touch-sec .scl-btn img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .3s all;
    top: 0;
    left: 0;
}

#get-in-touch-sec .scl-btn .scl-btn__icon {
    opacity: 1;
}

#get-in-touch-sec .scl-btn:hover .scl-btn__icon {
    opacity: 0;
}

#get-in-touch-sec .scl-btn .scl-btn__icon-hover {
    opacity: 0;
}

#get-in-touch-sec .scl-btn:hover .scl-btn__icon-hover {
    opacity: 1;
}

#get-in-touch-sec .scl-btn.inst {
    background-image: url(../images/social-buttons/instagram.png);
}

#get-in-touch-sec .scl-btn.fb {
    background-image: url(../images/social-buttons/facebook.png);
}

#get-in-touch-sec .scl-btn.wa {
    background-image: url(../images/social-buttons/whatsapp.png);
}

#get-in-touch-sec .scl-btn.phone {
    background-image: url(../images/social-buttons/phone.png);
}

#get-in-touch-sec .scl-btn:not(:last-child) {
    margin-right: 4px;
}

.form-block {
    position: relative;
    padding: 49px 30px 60px;
    background-image: url(../images/bg_form.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.form-block__contacts > * {
    display: block;
    font-size: 13px;
    line-height: 1.23em;
    text-decoration: none;
    color: #3D3D3D;
    position: relative;
    padding-left: 34px;
}

.form-block__contacts > *:not(:last-child) {
    margin-bottom: 35px;
}

.form-block__contacts > *::before {
    content: '';
    display: block;
    position: absolute;
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.form-block__address::before {
    width: 23px;
    height: 35px;
    left: 0;
    bottom: 0;
    background-image: url(../images/marker-green.svg);
}

.form-block__phone::before {
    width: 32px;
    height: 42px;
    left: -7px;
    bottom: -11px;
    background-image: url(../images/old-phone.svg);
}

.form-block__mail::before {
    width: 32px;
    height: 36px;
    left: -7px;
    bottom: -9px;
    background-image: url(../images/mail-image.svg);
}

#get-in-touch-sec iframe {
    display: block;
    margin-top: 30px;
    width: 100%;
}

#get-in-touch-form {
    margin-top: 30px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

#get-in-touch-form * {
    border: 0;
}

#get-in-touch-form label {
    display: block;
    width: calc(50% - 2px);
    position: relative;
    margin-bottom: 0;
}

#get-in-touch-form label:first-child {
    margin-right: 4px;
}

#get-in-touch-form label::before,
#get-in-touch-form label::after {
    content: '';
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url(../images/input_light.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: 2;
}

#get-in-touch-form label::before {
    left: 0;
    background-position: left center;
}

#get-in-touch-form label::after {
    right: 0;
    background-position: right center;
}

#get-in-touch-form label .placeholder {
    position: absolute;
    display: block;
    left: 13px;
    top: 4px;
    font-size: 10px;
    line-height: 1.3em;
    color: #959595;
    transition: .2s all;
}

#get-in-touch-form :placeholder {
    font-size: 10px;
    line-height: 1.3em;
    color: #959595;
}

#get-in-touch-form ::placeholder {
    font-size: 10px;
    line-height: 1.3em;
    color: #959595;
}

#get-in-touch-form label input {
    width: calc(100% - 20px);
    height: 32px;
    font-size: 10px;
    line-height: 32px;
    padding: 0 4px;
    background-image: url(../images/input_light.png);
    background-size: calc(100% + 20px) 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 10px;
    background-color: transparent;
    outline: none;
}

#get-in-touch-form label input:focus + .placeholder,
#get-in-touch-form label .placeholder.hidden {
    opacity: 0;
    pointer-events: none;
}

#get-in-touch-form textarea {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 10px;
    line-height: 1.2em;
    margin-top: 10px;
    width: 100%;
    height: 11em;
    resize: none;
    outline: none;
    background-color: transparent;
    padding: 10px 14px;
    background-image: url(../images/textarea.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

#get-in-touch-form input[type="submit"] {
    font-family: 'Ogenblik', sans-serif;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
    height: 30px;
    color: #E2E2E2;
    padding: 0 0 3px;
    background-color: transparent;
    background-image: url(../images/btn-dark-long.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.form-block__map {
    margin-top: 15px;
    position: relative;
    padding-bottom: 100%;
    background-color: #eee;
}

#testimonials-sec {
    background-color: #fff;
    padding: 68px 0 98px;
    overflow: hidden;
}

#testimonials-sec .sec-title {
    position: relative;
    text-align: center;
    font-size: 23px;
    line-height: 1em;
    margin: 0 auto .7em;
}

#testimonials-sec .sec-title::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    font-size: inherit;
    bottom: -.52em;
    width: 100%;
    height: 2px;
    background-image: url(../images/underline3.png);
    background-size: 174px auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}

#testimonials-sec .sec-subtitle {
    display: block;
    font-family: 'Ogenblik', sans-serif;
    text-align: center;
    font-size: 13px;
    line-height: 1.8em;
    margin-bottom: 54px;
}

.testimonials-slider {
    text-align: center;
    max-width: 220px;
    margin: 0 auto;
}

.testimonials-slider__photo {
    width: 175px;
    height: 185px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #eee;
    overflow: hidden;
    margin: 0 auto 28px;
}

.testimonials-slider__name {
    display: block;
    font-family: 'Ogenblik', sans-serif;
    font-size: 20px;
    line-height: 1.35em;
    color: #242627;
    margin-bottom: 7px;
}

.testimonials-slider__text {
    max-width: 186px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1em;
    color: #737373;
}

.testimonials-slider__stars {
    position: relative;
    width: 110px;
    height: 18px;
    margin: 0 auto 6px;
}

.testimonials-slider__stars::after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
    background-image: url(../images/star-empty.png);
    z-index: 2;
}

.testimonials-slider .splide__list {
    display: flex;
    display: -webkit-flex;
}

.testimonials-slider .splide__track {
    overflow: visible;
}

.testimonials-slider .splide__slide,
.testimonial {
    transition: all .2s ease;
}

.testimonials-slider .splide__slide:not(.is-active) .testimonial {
    transform: scale(.8) translate(0,-8%);
    -webkit-transform: scale(.8) translate(0,-8%);
}

.with-love-sec__desktop-col {
    display: none;
    pointer-events: auto;
}

.with-love-sec__desktop-block__title {
    display: block;
    margin-bottom: 15px;
}

.with-love-sec__desktop-block__title > * {
    display: block;
}

.with-love-sec__desktop-block .title-line__top {
    font-size: 16px;
}

.with-love-sec__desktop-block .title-line__bottom {
    font-size: 18px;
}

.with-love-sec__desktop-block__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.with-love-sec__desktop-block__list .list-item {
    border: 1px solid #8E8E8E;
    border-radius: 31px;
    width: 140px;
    height: 62px;
    padding: 0 5px 0 20px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
}

.with-love-sec__desktop-block__list .list-item:not(:last-child) {
    margin-bottom: 10px;
}

.left-data {
    display: block;
}

.list-item__name {
    display: block;
    font-size: 9px;
    line-height: 1.22em;
    font-weight: 700;
    margin: 6px 0 3px;
}

.list-item__value {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.list-item__value > * {
    display: inline-block;
}

.with-love-sec__desktop-block__list .list-item .units {
    font-size: 9px;
    font-weight: 700;
}

.list-item__percent {
    position: absolute;
    display: block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #242627;
    right: 5px;
    top: 4px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-weight: 600;
    font-size: 16px;
}

.list-item__percent::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 13px;
    margin-left: 4px;
    background-image: url(../images/percent.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.list-item.active .list-item__percent {
    color: #fff;
}

.list-item.active .list-item__percent::after {
    background-image: url(../images/percent-white.svg);
}

.list-item:nth-child(4n - 3) .list-item__percent {
    background-image: url(../images/circle-grey_001.svg);
}

.list-item:nth-child(4n - 2) .list-item__percent {
    background-image: url(../images/circle-grey_002.svg);
}

.list-item:nth-child(4n - 1) .list-item__percent {
    background-image: url(../images/circle-grey_003.svg);
}

.list-item:nth-child(4n) .list-item__percent {
    background-image: url(../images/circle-grey_004.svg);
}

.list-item.active:nth-child(4n - 3) .list-item__percent {
    background-image: url(../images/circle-red_001.svg);
}

.list-item.active:nth-child(4n - 2) .list-item__percent {
    background-image: url(../images/circle-red_002.svg);
}

.list-item.active:nth-child(4n - 1) .list-item__percent {
    background-image: url(../images/circle-red_003.svg);
}

.list-item.active:nth-child(4n) .list-item__percent {
    background-image: url(../images/circle-red_004.svg);
}

.form-block__map-address {
    display: none;
}

footer {
    position: relative;
    z-index: 5;
}

.testimonials-slider .splide__arrow {
    display: none;
}

@media screen and (min-width: 576px) {
    .story-sec__icons-block .icons {
        max-width: 100%;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .story-sec__icon-block {
        width: 25%;
    }
}

@media screen and (min-width: 768px) {
    #main section:first-child {
        margin-top: 60px;
    }

    #top-sec {
        height: auto;
        padding-bottom: 43.75%;
    }

    .top-picture-container {
        height: 43.75vw;
    }

    .top-sec__bg-img {
        height: 43.75vw;
    }

    .top-sec__img-container {
        top: 18%;
        max-width: 24%;
        max-height: none;
        right: 59%;
    }

    .top-sec__btn {
        top: 77%;
        right: 70%;
        transform: translate(50%,0);
        -webkit-transform: translate(50%,0);
    }

    #with-love-sec {
        position: relative;
        overflow: hidden;
    }

    .with-love-sec__heart {
        width: 120px;
        top: 40px;
        left: calc(50% - 170px);
    }

    .with-love-sec__img-block {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
    }

    .with-love-sec__img {
        padding-bottom: 0;
        width: 100%;
        height: 120%;
        margin-left: -8%;
    }

    #with-love-sec .container {
        position: relative;
        z-index: 2;
    }

    #recipes-sec {
        padding: 84px 0 98px;
    }

    #recipes-sec .sec-title {
        font-size: 42px;
        max-width: 100%;
        margin-bottom: 18px;
    }

    #recipes-sec .sec-subtitle {
        font-size: 16px;
        margin-bottom: 36px;
    }

    .recipes-list {
        max-width: 100%;
        display: grid;
        grid-template-areas: "a a a a b b"
                             "a a a a c c"
                             "d d e e c c"
                             "f f f g g g";
        grid-gap: 20px;
    }

    .recipes-list .recipe:nth-child(1) {
        grid-area: a;
    }

    .recipes-list .recipe:nth-child(2) {
        grid-area: b;
    }

    .recipes-list .recipe:nth-child(3) {
        grid-area: c;
    }

    .recipes-list .recipe:nth-child(4) {
        grid-area: d;
    }

    .recipes-list .recipe:nth-child(5) {
        grid-area: e;
    }

    .recipes-list .recipe:nth-child(n + 6) {
        grid-area: auto / 4 / auto / 7;
    }

    .recipes-list .recipe:nth-child(2n + 6) {
        grid-area: auto / 1 / auto / 4;
    }

    .recipes-list .recipe {
        width: 100%;
        height: 100%;
        margin: 0 !important
    }

    .recipes-list .recipe:nth-child(2n - 1) {
        margin-right: 20px;
    }

    #recipes-sec .green-btn {
        margin-top: 40px;
    }

    #story-sec {
        padding: 50px 0 60px;
    }

    .story-sec__content-block {
        display: grid;
        grid-template-areas: "a b";
        grid-gap: 20px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto 1fr auto;
    }

    .story-sec__content-block > * {
        margin: 0 !important;
    }

    #story-sec .title-block {
        grid-area: 1 / 1 / 2 / 2;
        padding: 0;
    }

    #story-sec .sec-title {
        margin-bottom: .21em;
    }

    #story-sec .sec-subtitle {
        margin-bottom: 0;
    }

    .story-sec__long-image {
        grid-area: 1 / 2 / 4 / 3;
        padding-bottom: 0;
    }

    .story-sec__text-block {
        grid-area: 2 / 1 / 3 / 2;
    }

    .story-sec__text-block p {
        padding: 0;
    }

    .story-sec__text-block .btn {
        margin: 30px 0 40px;
    }

    .story-sec__image {
        padding-bottom: 57%;
    }

    .story-sec__image-first {
        grid-area: 3 / 1 / 4 / 2;
    }

    .story-sec__icons-block {
        padding: 0;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }

    .story-sec__icons-block .icons {
        margin-bottom: -20px;
    }

    #get-in-touch-sec {
        background-size: cover;
    }

    #get-in-touch-sec .title-col {
        display: none;
    }

    #get-in-touch-sec .sec-title {
        margin-bottom: 30px;
        color: #222222;
    }

    .form-block {
        display: grid;
        grid-template-areas: "a b";
        grid-gap: 20px;
        padding: 55px 40px;
        grid-template-columns: 1fr 1fr;
    }

    .get-in-touch-sec__content-block {
        grid-area: a;
    }

    .form-block__map {
        grid-area: b;
        padding: 0;
        margin: 0;
    }

    #testimonials-sec .sec-title {
        font-size: 32px;
    }

    #testimonials-sec .sec-subtitle {
        font-size: 20px;
    }

    .testimonials-slider {
        max-width: 100%;
        position: relative;
    }

    .testimonials-slider .splide__track {
        overflow: hidden;
    }

    .testimonial {
        position: relative;
        top: 50%;
    }

    .testimonials-slider .splide__slide:not(.is-active) .testimonial {
        transform: scale(.8) translate(0,-60%);
        -webkit-transform: scale(.8) translate(0,-60%);
    }

    .testimonials-slider .splide__slide.is-active .testimonial {
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
    }

    .testimonials-slider .splide__arrows {
        position: absolute;
        z-index: 2;
        top: calc(50% - 16px);
        width: calc(100% + 28px);
        left: -14px;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

    .testimonials-slider .splide__arrow {
        display: block;
        border: 0;
        background-color: transparent;
        padding: 0;
        border-radius: 0;
        width: 14px;
        height: 32px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        outline: none;
    }

    .testimonials-slider .splide__arrow svg {
        display: none;
    }

    .testimonials-slider .splide__arrow--prev {
        background-image: url(../images/testimonials-slider_arrow-left.svg);
    }

    .testimonials-slider .splide__arrow--next {
        background-image: url(../images/testimonials-slider_arrow-right.svg);
    }

    .video-sec {
        padding-bottom: 420px;
    }
}

@media screen and (min-width: 992px) {
    #main section:first-child {
        margin-top: 100px;
    }

    #top-sec {
        margin-top: 100px;
    }

    .top-picture-container {
        top: 100px;
    }

    .with-love-sec__content-col {
        padding: 89px 15px;
    }

    .with-love-sec__title {
        font-size: 48px;
    }

    .with-love-sec__text {
        font-size: 16px;
        line-height: 1.5em;
        max-width: 350px;
    }

    .with-love-sec__img {
        width: 116%;
        height: 100%;
        margin-left: -16%;
    }

    .with-love-sec__links {
        flex-direction: row;
        -webkit-flex-direction: row;
    }

    .with-love-sec__btns .btn:not(:last-child) {
        margin: 0;
        order: 2;
    }

    .with-love-sec__btns .btn:last-child {
        order: 1;
    }

    .with-love-sec__btns .btn:last-child:not(:first-child) {
        margin: 0 28px 0 0;
    }

    .learn-more-arrows {
        margin-right: 200px;
    }

    .learn-more-arrow {
        font-size: 20px;
    }

    #story-sec .sec-title {
        font-size: 52px;
    }

    .story-sec__icons-block .icons {
        width: 100%;
    }

    .story-sec__icon-block {
        width: 25%;
    }

    .story-sec__icon-block .icon {
        width: 74px;
        height: 74px;
    }

    #story-sec .sec-subtitle {
        max-width: 300px;
        font-size: 36px;
    }

    .story-sec__text-block {
        padding-right: 23px;
    }

    #get-in-touch-sec {
        padding: 99px 0;
    }

    #get-in-touch-sec .sec-title {
        font-size: 48px;
    }

    .form-block__contacts > * {
        font-size: 16px;
        font-weight: 600;
        padding-left: 50px;
    }

    .form-block__contacts > *:not(:last-child) {
        margin-bottom: 39px;
    }

    .form-block__address::before {
        bottom: -8px;
    }

    #get-in-touch-form,
    #get-in-touch-sec iframe {
        margin-top: 40px;
    }

    #get-in-touch-form input[type="submit"] {
        margin-top: 25px;
        height: 40px;
        font-size: 20px;
    }

    #get-in-touch-form label {
        width: calc(50% - 10px);
    }

    #get-in-touch-form label:first-child {
        margin-right: 20px;
    }

    #get-in-touch-form label input {
        line-height: 50px;
        height: 50px;
        font-size: 16px;
    }

    #get-in-touch-form textarea {
        margin-top: 20px;
        font-size: 16px;
        height: 180px;
        background-image: url(../images/textarea_big.png);
    }

    #get-in-touch-form label .placeholder {
        top: 15px;
        font-size: 16px;
    }

    #get-in-touch-form :placeholder {
        font-size: 16px;
    }

    #get-in-touch-form ::placeholder {
        font-size: 16px;
    }

    .form-block {
        padding: 85px 80px;
    }

    .testimonials-slider__photo {
        width: 227px;
        height: 240px;
    }

    .testimonials-slider__stars {
        width: 133px;
        height: 23px;
        margin-bottom: 9px;
    }

    .testimonials-slider__name {
        font-size: 24px;
        margin-bottom: 17px;
    }

    .testimonials-slider__text {
        max-width: 280px;
        font-size: 16px;
        line-height: 1.625em;
    }

    #testimonials-sec .sec-title {
        font-size: 36px;
    }

    #story-sec {
        padding: 84px 0 100px;
    }

    #recipes-sec .sec-title {
        font-size: 48px;
    }

    .with-love-sec__heart {
        width: 124px;
        top: 50px;
        left: calc(50% - 180px);
    }

    .video-sec {
        padding-bottom: 550px;
    }

    .video-sec.height::before,
    .video-sec.width::before {
        height: 100px;
    }
}

@media screen and (min-width: 1200px) {
    .top-sec__bg-img > * {
        top: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        height: auto;
        max-height: none;
        width: 100%;
    }

    .top-sec__btn {
        width: 130px;
        height: 43px;
        line-height: 40px;
    }

    .with-love-sec__heart {
        width: 138px;
        left: calc(50% - 130px);
    }

    .with-love-sec__title {
        font-size: 62px;
    }

    .with-love-sec__img {
        width: 100%;
        margin-left: 0;
    }

    .with-love-sec__desktop-col {
        color: #B5B5B5;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
    }

    #recipes-sec .sec-title {
        font-size: 52px;
    }

    #get-in-touch-sec .sec-title {
        font-size: 52px;
    }

    #get-in-touch-form,
    #get-in-touch-sec iframe {
        margin-top: 50px;
    }

    #get-in-touch-form input[type="submit"] {
        margin-top: 29px;
        height: 44px;
        font-size: 22px;
    }

    #testimonials-sec .sec-title {
        font-size: 42px;
    }
}

@media screen and (min-width: 1440px) {
    #top-sec {
        padding-bottom: 0;
        height: 630px;
    }
    .top-sec__img-container {
        max-width: 350px;
        top: 110px;
        right: calc(50% + 140px);
    }

    .top-sec__btn {
        top: 485px;
        right: calc(50% + 240px);
        transform: none;
        -webkit-transform: none;
    }

    .top-picture-container {
        height: 630px;
    }

    .top-sec__bg-img {
        height: 630px;
    }
}