@keyframes spin {
    to {
        transform: rotateZ(-360deg)
    }
}

@keyframes scroll_up_anim {

    0%,
    to {
        transform: translateY(-3px)
    }

    50% {
        transform: translateY(3px)
    }
}

@keyframes dashed_border_running_right {
    to {
        stroke-dashoffset: -1000
    }
}

@keyframes dashed_border_running_left {
    to {
        stroke-dashoffset: 1000
    }
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body,
html {
    margin: 0
}

a,
button,
label {
    text-decoration: none;
    cursor: pointer;
    color: inherit
}

button {
    border: 0;
    outline: 0;
    background-color: transparent
}

button,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

figure img {
    max-width: 100%;
    vertical-align: top
}

img,
object {
    max-width: 100%;
    height: auto
}

object {
    pointer-events: none;
    vertical-align: top
}

.logo a {
    display: inline-block
}

.flex {
    display: flex
}

.flex.wrap {
    flex-wrap: wrap
}

.column {
    flex-direction: column
}

.grid {
    display: grid
}

.flex_1 {
    flex: 1
}

.flex_0 {
    flex: 0 0 auto
}

.al_top {
    align-items: flex-start
}

.al_baseline {
    align-items: baseline
}

.al_center {
    align-items: center
}

.al_bottom {
    align-items: flex-end
}

.just_center {
    justify-content: center
}

.just_space {
    justify-content: space-between
}

.just_end {
    justify-content: flex-end
}

.txt_center {
    text-align: center
}

.txt_right {
    text-align: right
}

.abs {
    position: absolute
}

.abs_center {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.bg {
    background-position: center;
    background-size: cover
}

.margin_auto {
    margin: 0 auto
}

.underline {
    text-decoration: underline
}

.mont,
.mulish,
.nunito {
    font-optical-sizing: auto;
    font-style: normal
}

.mulish {
    font-family: "Mulish", sans-serif
}

.nunito {
    font-family: "Nunito", sans-serif
}

.mont {
    font-family: "Montserrat", sans-serif
}

.mulish.regular {
    font-weight: 400
}

.mont.bold,
.mulish.bold,
.nunito.bold {
    font-weight: 700
}

.nunito.black {
    font-weight: 900
}

.lh_reset {
    line-height: 1
}

.nav-icon,
.nav-icon span {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.nav-icon {
    width: 20px;
    height: 12px;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background: 0 0
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.nav-icon span:nth-child(1) {
    top: 0
}

.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
    top: 5px
}

.nav-icon span:nth-child(4) {
    top: 10px
}

.header_open .nav-icon span:nth-child(1) {
    top: 5px;
    width: 0%;
    left: 50%
}

.header_open .nav-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header_open .nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header_open .nav-icon span:nth-child(4) {
    top: 5px;
    width: 0%;
    left: 50%
}

.header {
    position: relative;
    padding: 25px 0;
    height: 60px;
    overflow: hidden;
    transition: height .3s ease-in-out, background-color .3s ease-in-out;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .3)
}

.header.header_open {
    height: 100dvh;
    background-color: #2d2d2d
}

.header_nav {
    flex: 0 0 100%;
    margin-top: 80px
}

.header_nav_anchors {
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none
}

.nav_anchor {
    background-color: #7caff2;
    border-radius: 5px;
    display: table;
    padding: 4px 8px
}

.nav_anchor_txt,
.txt {
    font-size: 18px
}

.about_our_products_txt,
.contact_details_txt,
.contact_intro_subheader_txt,
.contact_txt,
.eko_item_txt,
.slider_txt {
    line-height: 1.7em
}

.container {
    width: 90%;
    margin: 0 auto
}

.contact_wrapper,
.quality_section,
.slider {
    padding: 40px 0
}

.about_our_products_header,
.eko_header,
.eko_item_image,
.product_details_popup_image,
.quality_section_header,
.slider_image {
    margin-bottom: 20px
}

.slider_image img {
    width: 100%
}

.main_header_txt {
    font-size: 30px;
    line-height: 1.3em
}

.product_item_title {
    font-size: 20px;
    margin-top: 5px;
    line-height: 1.4em
}

.product_item_see_how_txt {
    margin-top: 10px
}

.product_item_wrapper {
    margin: 0 calc(5% + 20px)
}

.product_details_popup_specs_image,
.product_video_wrapper {
    margin-top: 20px
}

.product_item_button {
    padding: 12px 20px;
    border-radius: 3px;
    display: table;
    margin-top: 20px;
    font-size: 18px;
    transition: background-color ease .4s
}

.product_item_button:hover {
    background-color: #dd3131
}

.product_video_thumb {
    border: 4px solid #fff;
    cursor: pointer
}

.product_item {
    border-radius: 30px;
    padding-bottom: 35px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.about_our_products_section,
.eko_wrapper,
.products {
    padding-bottom: 40px
}

.contact_intro_header,
.products_header {
    margin-bottom: 40px
}

.contact,
.contact_details {
    margin-top: 40px
}

.dashed_product_wrapper {
    position: relative;
    padding-top: 30px
}

.dashed_product_border {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: calc(100% - 17.5px);
    pointer-events: none;
    animation: dashed_border_running_right 20s linear infinite both;
    animation-play-state: paused;
    stroke-width: 2;
    stroke-dasharray: 9, 5;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    fill: none;
    transition: .4s
}

.dashed_product_wrapper:hover .dashed_product_border {
    animation-play-state: running
}

.see_more_button {
    background-color: #ffb9cc;
    padding: 15px;
    border-radius: 13px;
    margin-top: 40px;
    gap: 5px
}

.see_more_button_txt {
    font-size: 15px
}

.see_more_button .sign_minus {
    width: 15px;
    height: 3px;
    background-color: #fff;
    position: relative
}

.see_more_button .sign_plus:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 15px;
    width: 3px;
    background-color: #fff
}

.see_more_button.active .sign_plus:after {
    content: none
}

.products_part_wrapper,
.products_wrapper {
    gap: 40px
}

.products_part_expand {
    height: 0;
    overflow: hidden;
    transition: height .3s ease-out
}

.about_our_products_section,
.contact_wrapper,
.products,
.quality_section {
    position: relative
}

.contact_top,
.eko_bottom,
.eko_top,
.partners_bottom,
.partners_top {
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    position: relative;
    overflow: hidden
}

.eko_bottom,
.eko_top,
.partners_bottom,
.partners_top {
    height: 81px
}

.partners_top {
    background-image: url(../images/home_bajkowekosmetyki4.png)
}

.partners_bottom {
    background-image: url(../images/home_bajkowekosmetyki3.png)
}

.eko_top {
    background-image: url(../images/home_bajkowekosmetyki5.png)
}

.eko_bottom {
    background-image: url(../images/home_bajkowekosmetyki7.png)
}

.contact_top {
    background-image: url(../images/home_bajkowekosmetyki8.png);
    height: 64px
}

.partners_swiper .swiper-slide {
    text-align: center
}

.products .container {
    max-width: 1400px
}

.about_our_products_section .container,
.contact .container,
.eko .container,
.partners .container,
.products_part_wrapper:nth-child(2),
.products_part_wrapper:nth-child(3),
.quality_section .container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto
}

.header_decoration {
    padding: 0 12px;
    background-repeat: no-repeat;
    background-size: 0 .521em;
    background-position: 0 74%;
    transition: background-size 1.8s .7s
}

.swiper_arrow {
    cursor: pointer
}

.header_decoration.animated {
    background-size: 100% .521em
}

.about_our_products_video {
    height: 47vw
}

.about_our_products_wrapper,
.eko_items_wrapper {
    gap: 20px
}

.shops_image {
    margin-top: 5px
}

.about_our_products_section_decoration,
.quality_section_decoration {
    position: absolute;
    pointer-events: none
}

.quality_section_decoration.ball {
    top: 66%;
    left: 96%
}

.about_our_products_section_decoration.fish {
    top: -3%;
    left: 18%;
    display: none
}

.about_our_products_section_decoration.cloud {
    top: 12%;
    left: 93%
}

.contact_details_header_txt,
.contact_intro_header_txt {
    font-size: 28px;
    line-height: 1.2em;
    margin-bottom: 5px
}

.copy {
    padding: 25px 0
}

.copy_txt {
    color: #b1bee0;
    font-size: 14px;
    line-height: 1.88em
}

.popup,
.scroll_up {
    position: fixed;
    opacity: 0
}

.scroll_up {
    z-index: 20;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transform: translateX(130%);
    transition: .4s;
    background-color: #ffc85b;
    color: #ffc85b
}

.scroll_up:after {
    content: url(../images/scroll_up.png);
    display: inline-block;
    width: 13px;
    height: 7px
}

.scroll_up:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    border: 2px dashed currentColor;
    border-radius: inherit;
    animation: spin 7s linear infinite;
    animation-play-state: paused
}

.scroll_up.active {
    opacity: 1;
    transform: translateY(0)
}

.scroll_up:hover:after {
    animation: scroll_up_anim 1.5s infinite
}

.scroll_up:hover:before {
    animation-play-state: running
}

.popup {
    width: 100%;
    height: 100dvh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    overflow: auto;
    transition: opacity .3s ease-out;
    pointer-events: none
}

.product_video_popup {
    background-color: rgba(221, 221, 221, .6)
}

.product_details_popup {
    background-color: rgba(0, 0, 0, .5)
}

.popup.active {
    opacity: 1;
    pointer-events: unset
}

.popup_content {
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 1
}

.product_video_popup_content {
    max-width: calc(1280px + 35px)
}

.product_video,
.product_video_popup_close {
    box-shadow: 0 0 20px 4px #000
}

.product_video iframe {
    width: 100%;
    height: min(43vw, 720px);
    vertical-align: top
}

.product_video_popup_close {
    background-color: #000;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.product_video_popup_close img {
    width: 20px
}

.product_details_popup_content {
    max-width: 500px;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
    background-color: #fff;
    position: relative;
    padding: 20px;
    border-radius: 26px
}

.product_details_popup_close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 35px;
    height: 35px;
    fill: #fff;
    border-radius: 50px;
    background-color: #000;
    border: 3px solid #fff
}

.product_details_popup_close svg {
    width: 19px;
    height: 19px
}

.product_details_popup_txt {
    font-size: 14px;
    line-height: 1.3em
}

.header_decoration_1 {
    background-image: linear-gradient(to top, #35b7ebb3, #35b7ebb3)
}

.header_decoration_2 {
    background-image: linear-gradient(to top, #3e99d5b0, #3e99d5b0)
}

.header_decoration_3 {
    background-image: linear-gradient(to top, #7c00ffa6, #7c00ffa6)
}

.header_decoration_4 {
    background-image: linear-gradient(to top, #00bd2ede, #00bd2ede)
}

.bg_blue {
    background-color: #2e88d3
}

.bg_blue_2 {
    background-color: #1571c8
}

.bg_blue_3 {
    background-color: #344881
}

.bg_blue_4 {
    background-color: #233668
}

.bg_red {
    background-color: red
}

.bg_soft_red {
    background-color: #f04e4e
}

.bg_green {
    background-color: #50c815
}

.color_navy {
    color: #12265a
}

.color_white {
    color: #fff
}

.color_grey {
    color: #70747f
}

.color_grey_2 {
    color: #444
}

.contact_decoration,
.contact_top,
.eko_bottom,
.header_nav_section:last-child,
.partners_bottom,
.popup_template:not(.active),
.products_decoration_image,
.slider_image_desktop {
    display: none
}

::-moz-selection {
    color: #fff;
    background: #fa9db7
}

::selection {
    color: #fff;
    background: #fa9db7
}

@media only screen and (min-width:576px) {
    .main_header_txt {
        font-size: 32px
    }

    .see_more_button_txt {
        font-size: 18px
    }

    .products_part_wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 40px 20px;
        justify-content: center
    }

    .dashed_product_wrapper {
        flex: 0 0 calc(50% - 10px)
    }

    .eko_items_wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 40px 20px
    }

    .eko_item {
        flex: 0 0 calc(50% - 10px)
    }

    .eko_header {
        margin-bottom: 40px
    }

    .product_details_popup_txt {
        font-size: 16px
    }
}

@media only screen and (min-width:768px) {
    .slider .container {
        width: 100%
    }

    .slider {
        padding: 0 0 80px
    }

    .slider_txt {
        width: 90%;
        max-width: 1170px;
        margin: 0 auto
    }

    .slider_image {
        margin-bottom: 40px
    }

    .main_header_txt {
        font-size: 45px
    }

    .about_our_products_header_txt,
    .quality_section_header_txt {
        font-size: 35px
    }

    .dashed_product_wrapper {
        flex: 0 0 calc((100%/3) - 20px + (20px/3))
    }

    .products_decoration_image {
        position: absolute;
        z-index: -1
    }

    .products_decoration_image.rocket {
        top: 250px;
        left: 10px
    }

    .products_decoration_image.house {
        top: 620px;
        right: 0
    }

    .products_decoration_image,
    .slider_image_desktop {
        display: block
    }

    .slider_image_mobile {
        display: none
    }
}

@media only screen and (min-width:992px) {
    .header {
        padding: 30px 25px;
        height: auto;
        overflow: unset;
        background-color: #fff
    }

    .nav-icon {
        display: none
    }

    .header_nav {
        margin-top: 0;
        display: flex;
        align-items: center
    }

    .header_nav_anchors {
        flex-direction: row
    }

    .header_nav_section:first-child,
    .header_nav_section:last-child {
        flex: 1
    }

    .header_nav_section:nth-child(2) {
        flex: 0 0 auto
    }

    .header_nav_section:last-child {
        display: block;
        display: flex;
        justify-content: flex-end
    }

    .nav_anchor {
        background-color: transparent
    }

    .header_nav_anchors {
        gap: 15px
    }

    .nav_anchor_txt {
        color: #12265a
    }

    .dashed_button_wrapper {
        position: relative;
        display: table
    }

    .header_yt_anchor {
        display: inline-block;
        padding: 15.5px 35.5px;
        border-radius: 20px;
        line-height: 1;
        border: 1px solid #fa0000
    }

    .dashed_button_border {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        animation: dashed_border_running_left 20s linear infinite both;
        animation-play-state: paused;
        stroke-width: 2;
        stroke-dasharray: 9, 5;
        stroke-dashoffset: 0;
        stroke-linecap: round;
        fill: none;
        transition: .4s;
        opacity: 1;
        visibility: visible;
        stroke: currentColor
    }

    .dashed_button_wrapper:hover .dashed_button_border {
        animation-play-state: running
    }

    .dashed_button_wrapper:hover .header_yt_anchor {
        background-color: #c40000;
        border-color: #313131
    }

    .lavalamp__object {
        border-radius: 5px;
        background-color: #7caff2
    }

    .header_yt_anchor,
    .nav_anchor_txt,
    .txt {
        font-size: 17px
    }

    .products_wrapper {
        gap: 20px
    }

    .products_part_wrapper:nth-child(1) .dashed_product_wrapper {
        flex: 0 0 calc((100%/5) - 20px + (20px/5))
    }

    .products_part_wrapper:nth-child(2) .dashed_product_wrapper {
        flex: 0 0 calc((100%/4) - 20px + (20px/4))
    }

    .products_part_wrapper:nth-child(3) .dashed_product_wrapper {
        flex: 0 0 calc((100%/3) - 20px + (20px/3))
    }

    .see_more_button_txt {
        font-size: 20px
    }

    .about_our_products_section_decoration.fish,
    .eko_bottom,
    .partners_bottom {
        display: block
    }

    .partners_bottom,
    .partners_top {
        height: 142px
    }

    .eko_top {
        height: 113px
    }

    .eko_bottom {
        height: 87px
    }

    .eko_decoration,
    .partners_decoration {
        position: absolute;
        top: 0;
        left: 78%
    }

    .contact_decoration {
        position: absolute;
        top: -9%;
        left: 2%;
        display: block
    }

    .about_our_products_wrapper {
        flex-direction: row;
        align-items: center;
        gap: 50px
    }

    .about_our_products_video_wrapper {
        flex: 0 0 50%
    }

    .about_our_products_txt_wrapper {
        flex: 1
    }

    .about_our_products_video {
        height: min(24vw, 329px)
    }

    .about_our_products_section {
        padding-top: 40px
    }

    .eko_item {
        flex: 0 0 calc((100%/4) - 20px + (20px/4))
    }

    .contact_top {
        display: block
    }

    .copy_txt {
        text-align: left
    }

    .product_video_popup_close {
        width: 40px;
        height: 40px
    }

    .product_video_popup_close img {
        width: 25px
    }

    .product_video_popup_content {
        max-width: calc(1280px + 40px)
    }

    .product_details_popup_txt {
        font-size: 18px
    }
}

@media only screen and (min-width:1200px) {
    .header_nav_anchors {
        gap: 35px
    }

    .header_yt_anchor,
    .nav_anchor_txt,
    .txt {
        font-size: 18px
    }

    .quality_section_decoration.ball {
        left: 92%
    }

    .about_our_products_section_decoration.fish {
        top: -10%
    }

    .product_details_popup_txt {
        font-size: 20px
    }
}