.ig-carousel {
    background-color: #c1e7ef;
    padding: 70px 0 0;
    overflow: hidden
}

.ig-carousel__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .ig-carousel__header .heading {
        color: #fff;
        margin-bottom: 15px
    }

    .ig-carousel__header .lead {
        color: #fff;
        margin-bottom: 40px
    }

.ig-carousel #igCarousel {
    height: 600px
}

    .ig-carousel #igCarousel .swiper-slide a {
        width: 100%;
        height: 100%;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

.ig-carousel .swiper-button-prev, .ig-carousel .swiper-button-next {
    top: 20px
}

.ig-carousel .swiper-button-prev {
    left: 20px
}

.ig-carousel .swiper-button-next {
    right: 20px
}

@media (max-width: 1599.98px) {
    .ig-carousel {
        padding: 45px 0 0
    }

        .ig-carousel .wrapper {
            padding: 0 40px
        }

    .ig-carousel__header .lead {
        margin-bottom: 30px
    }

    .ig-carousel #igCarousel {
        height: 428px
    }

    .ig-carousel .swiper-button-prev {
        left: 40px
    }

    .ig-carousel .swiper-button-next {
        right: 40px
    }
}

@media (max-width: 1023.98px) {
    .ig-carousel .wrapper {
        padding: 0
    }

    .ig-carousel__header {
        width: 200px;
        margin: auto;
        text-align: center
    }

        .ig-carousel__header .lead {
            margin-bottom: 36px
        }

    .ig-carousel #igCarousel {
        height: 320px !important
    }

        .ig-carousel #igCarousel .swiper-slide {
            height: 100%;
            width: 320px
        }

    .ig-carousel .swiper-button-prev, .ig-carousel .swiper-button-next {
        top: 75px
    }

    .ig-carousel .swiper-button-prev {
        left: 20px
    }

    .ig-carousel .swiper-button-next {
        right: 20px
    }
}

@media (max-width: 1279.98px) {
    .ig-carousel #igCarousel {
        height: 300px
    }
}

.product-info {
    background-image: url(../gfx/product-img-bg.jpg);
    background-size: cover;
    padding-top: 88px
}

.product-info__content {
    position: relative;
    max-width: 1370px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding: 0 20px 40px
}

.product-info__img {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .product-info__img img {
        max-width: 100%;
        height: auto
    }

.product-info__text {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0 3% 0 8%
}

    .product-info__text .category {
        color: #4eb2b1;
        font-size: 22px;
        font-weight: 400;
        letter-spacing: .1em;
        text-transform: uppercase;
        margin-bottom: 32px
    }

    .product-info__text .name {
        color: #4eb2b1;
        font-size: 45px;
        font-weight: 700;
        letter-spacing: .2em;
        text-transform: uppercase;
        margin-bottom: 22px
    }

    .product-info__text .title {
        color: #4eb2b1;
        font-size: 32.5px;
        font-weight: 300;
        letter-spacing: .05em;
        text-transform: uppercase;
        margin-bottom: 30px
    }

    .product-info__text .desc {
        max-width: 465px;
        width: 100%;
        color: #125246;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0;
        margin-bottom: 45px
    }

    .product-info__text .info {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .product-info__text .info img {
            padding: 0 17px;
            margin-bottom: 26px
        }

.product-info .arrow-down {
    z-index: 2;
    position: absolute;
    bottom: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

    .product-info .arrow-down svg {
        width: 100%;
        height: 100%
    }

.product-ingredients {
    min-height: 572px;
    padding: 0 20px
}

    .product-ingredients.lazy-background.visible {
        background-image: url(../gfx/product-img-bg-2.png);
        background-position: center;
        background-size: cover
    }

.product-ingredients__content {
    max-width: 985px;
    width: 100%;
    padding: 118px 0 0;
    margin: auto
}

    .product-ingredients__content h1 {
        color: #125246;
        font-size: 36px;
        font-weight: 400;
        letter-spacing: 0;
        text-align: center;
        margin-bottom: 40px
    }

    .product-ingredients__content h3, .product-ingredients__content h2 {
        color: #125246;
        font-size: 32px;
        font-weight: 400;
        letter-spacing: 0;
        text-align: center;
        margin-bottom: 59px
    }

    .product-ingredients__content p {
        color: #125246;
        font-size: 18px !important;
        font-weight: 400;
        letter-spacing: 0
    }

        .product-ingredients__content p:not(:last-child) {
            margin-bottom: 40px
        }

        .product-ingredients__content p strong {
            font-weight: 700
        }

    .product-ingredients__content > *:last-child {
        margin-bottom: 0
    }

    .product-ingredients__content ol, .product-ingredients__content ul {
        width: calc(100% - 30px);
        margin-left: auto;
        margin-bottom: 40px
    }

        .product-ingredients__content ol li, .product-ingredients__content ul li {
            color: #125246;
            font-size: 18px !important;
            font-weight: 400;
            letter-spacing: 0;
            margin-bottom: 5px
        }

.product-table {
    min-height: 1200px;
    padding: 0 10px
}

    .product-table.lazy-background.visible {
        background: #c1e7ef url(../gfx/product-img-bg-3.png);
        background-position: center;
        background-size: cover
    }

.product-table__content {
    max-width: 1165px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 69px 0;
    margin: auto
}

    .product-table__content .heading {
        text-align: center;
        margin-bottom: 40px
    }

    .product-table__content.one-column {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

        .product-table__content.one-column .table {
            max-width: 800px !important;
            margin-bottom: 30px !important
        }

        .product-table__content.one-column .table__col:nth-child(1) {
            width: 30% !important
        }

        .product-table__content.one-column .table__col:nth-child(2) {
            width: 70% !important
        }

.product-table .table {
    width: 100%
}

.product-table .table__header {
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    color: #125246;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    padding: 0 18px;
    margin-bottom: 18px
}

.product-table .table__row:nth-child(1) {
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    color: #125246;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    padding: 0 18px;
    margin-bottom: 18px
}

.product-table .table__row:not(:nth-child(1)) {
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    color: #125246;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0 18px
}

    .product-table .table__row:not(:nth-child(1)):not(:last-child) {
        margin-bottom: 18px
    }

.product-table .table__col-1 {
    width: 24%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.product-table .table__col:nth-child(1) {
    width: 24%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.product-table .table__col:nth-child(2) {
    width: 17%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.product-table .table__col:nth-child(3) {
    width: 31%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.product-table .table__col:nth-child(4) {
    width: 28%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.product-table .legend {
    color: #125246;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin: 25px 0 45px
}

.product-table .btn {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 0 30px
}

    .product-table .btn::before {
        content: "<";
        font-weight: 300;
        padding-right: 20px
    }

    .product-table .btn::after {
        display: none
    }

.section-more-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 69px 0
}

    .section-more-products.lazy-background.visible {
        background-image: url(../gfx/product-img-bg-4.jpg);
        background-size: cover
    }

    .section-more-products .heading {
        text-align: center
    }

.section-more-products__content {
    position: relative;
    max-width: 1800px;
    width: 100%;
    margin: auto;
    padding: 0 20px
}

    .section-more-products__content h2 {
        margin-bottom: 60px
    }

    .section-more-products__content .carousel {
        max-width: 1415px;
        width: 100%;
        margin: auto
    }

    .section-more-products__content .more-product {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding-bottom: 20px
    }

    .section-more-products__content .more-product__img {
        height: 372px
    }

    .section-more-products__content .more-product h5 {
        color: #4eb2b1;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .2em;
        text-transform: uppercase;
        margin-bottom: 7px
    }

    .section-more-products__content .more-product span {
        color: #4eb2b1;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: .1em;
        text-transform: uppercase
    }

    .section-more-products__content .more-product:hover::after {
        opacity: 1
    }

    .section-more-products__content .more-product:after {
        content: "";
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 59px;
        height: 8px;
        background-image: url(../gfx/hover-menu.png);
        background-size: cover;
        position: absolute;
        bottom: 5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }

.section-more-products .swiper-button-prev, .section-more-products .swiper-button-next {
    -webkit-transform: translateY(-72%);
    -ms-transform: translateY(-72%);
    transform: translateY(-72%)
}

    .section-more-products .swiper-button-prev path, .section-more-products .swiper-button-next path {
        fill: #58b6b5
    }

.section-more-products .swiper-button-prev {
    left: 0
}

.section-more-products .swiper-button-next {
    right: 0
}

.link-wrap {
    max-width: 985px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0 118px;
    margin: 0 auto
}

@media (max-width: 1599.98px) {
    .product-info {
        padding-top: 50px
    }

    .product-info__img img {
        max-width: 467px
    }

    .product-info__text {
        padding: 0 3% 0
    }

        .product-info__text .category {
            font-size: 16px;
            margin-bottom: 20px
        }

        .product-info__text .name {
            font-size: 33px;
            margin-bottom: 13px
        }

        .product-info__text .title {
            font-size: 23px;
            margin-bottom: 22px
        }

        .product-info__text .desc {
            font-size: 13px;
            margin-bottom: 30px
        }

        .product-info__text .info img {
            -webkit-transform: scale(0.85);
            -ms-transform: scale(0.85);
            transform: scale(0.85)
        }

    .product-info .arrow-down {
        width: 60px;
        height: 60px;
        bottom: -20px
    }

    .product-ingredients {
        min-height: auto
    }

    .product-ingredients__content {
        padding: 75px 0 0
    }

        .product-ingredients__content h1 {
            font-size: 26px;
            margin-bottom: 20px
        }

        .product-ingredients__content h3, .product-ingredients__content h2 {
            font-size: 23px;
            margin-bottom: 20px
        }

        .product-ingredients__content p {
            font-size: 15px !important
        }

            .product-ingredients__content p:not(:last-child) {
                margin-bottom: 25px
            }

        .product-ingredients__content ol, .product-ingredients__content ul {
            margin-bottom: 25px
        }

            .product-ingredients__content ol li, .product-ingredients__content ul li {
                font-size: 15px !important
            }

    .product-table {
        min-height: auto
    }

        .product-table .table__header {
            height: 40px;
            font-size: 13px;
            margin-bottom: 12px
        }

        .product-table .table__row:nth-child(1) {
            height: 40px;
            font-size: 13px;
            margin-bottom: 12px
        }

        .product-table .table__row:not(:nth-child(1)) {
            height: 40px;
            font-size: 13px;
            margin-bottom: 12px
        }

            .product-table .table__row:not(:nth-child(1)):not(:last-child) {
                margin-bottom: 12px
            }

    .section-more-products {
        padding: 45px 0
    }

    .section-more-products__content .carousel {
        max-width: 992px
    }

    .section-more-products__content .more-product__img {
        height: 270px
    }

        .section-more-products__content .more-product__img img {
            height: 270px;
            width: auto
        }

    .section-more-products__content .more-product:after {
        width: 40px;
        height: 5px
    }

    .section-more-products .swiper-button-prev, .section-more-products .swiper-button-next {
        -webkit-transform: translateY(-96%);
        -ms-transform: translateY(-96%);
        transform: translateY(-96%)
    }

    .section-more-products .swiper-button-prev {
        left: 40px
    }

    .section-more-products .swiper-button-next {
        right: 40px
    }

    .link-wrap {
        padding: 30px 0 75px
    }
}

@media (max-width: 767.98px) {
    .product-info__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product-info__img {
        width: 100%;
        padding: 0 20px
    }

        .product-info__img img {
            max-width: 100%;
            margin-bottom: 30px
        }

    .product-info__text {
        width: 100%;
        padding: 0
    }


        .product-info__text .name {
            font-size: 27px;
            margin-bottom: 13px;
        }

        .product-info__text .info img {
            padding: 0 10px;
            margin-bottom: 10px
        }

    .product-ingredients__content {
        padding: 35px 0 0
    }

        .product-ingredients__content ol, .product-ingredients__content ul {
            width: calc(100% - 15px)
        }

    .product-table__content {
        padding: 35px 0
    }

    .product-table .table__header {
        min-height: 40px;
        height: auto;
        padding: 2px 5px
    }

    .product-table .table__row:nth-child(1) {
        min-height: 40px;
        height: auto;
        padding: 2px 5px
    }

    .product-table .table__row:not(:nth-child(1)) {
        height: auto;
        min-height: 40px;
        padding: 2px 5px
    }

    .product-table .table__col-1 {
        width: 25%
    }

    .product-table .table__col:nth-child(1) {
        width: 25%
    }

    .product-table .table__col:nth-child(2) {
        width: 25%;
        padding: 0 1%
    }

    .product-table .table__col:nth-child(3) {
        width: 25%;
        padding: 0 1%
    }

    .product-table .table__col:nth-child(4) {
        width: 25%;
        padding: 0 1%
    }

    .section-more-products__content .more-product__img {
        height: 200px
    }

        .section-more-products__content .more-product__img img {
            height: 200px
        }

    .section-more-products .swiper-button-prev, .section-more-products .swiper-button-next {
        top: 40px !important
    }

    .section-more-products .swiper-button-prev {
        left: 10px
    }

    .section-more-products .swiper-button-next {
        right: 10px
    }

    .link-wrap {
        padding: 30px 0 35px
    }
}

@media (max-width: 1023.98px) {
    .product-info__img img {
        max-width: 100%
    }
}

@media (max-width: 1279.98px) {
    .section-more-products .swiper-button-prev, .section-more-products .swiper-button-next {
        top: 8px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

/*# sourceMappingURL=page-product.min.css.map*/
