:root{
    --color-primary: #403863;
    --color-primary-50: rgba(64, 56, 99, 0.5);
    --color-primary-10: rgba(64, 56, 99, 0.1);
    --color-secondary: #403863;
    --color-secondary-50: rgba(64, 56, 99, 0.5);
    --color-text-small: #AEAEBB;
    --color-light: #f8f5ff;
}
html {
    color: var(--color-primary);
    font-size: 17px;
}

html,
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle{
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
            "wdth" 100,
            "YTLC" 500;
}

body{
    text-wrap: pretty;
}

strong{
    font-weight: 800;
}

i, em{
    color: var(--color-primary);
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-3xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6{
    color: var(--color-primary);
}

.uk-modal.uk-open {
    backdrop-filter: blur(4px);
}

.uk-container.uk-container-half{
    max-width: 600px;
    margin: 0;
}

.uk-navbar-nav>li>a{
    font-style: italic;
    color: var(--color-primary);
    text-transform: none;
    transition: all 0.3s ease;
}

.uk-navbar-nav>li>a:hover{
    color: #474160;
    transition: all 0.3s ease;
}

body{

}

.wolacz {

}





.fm-sticky-navbar.uk-active {
    position: fixed; /* wraca na górę dzięki sticky */
    top: 0;
}

.uk-button{
    text-transform: none;
    transition: all 0.3s ease;
}

.uk-button:hover{
    transition: all 0.3s ease;
}

.uk-button-default{
    border-color: var(--color-secondary);
    color: var(--color-primary);
}

.uk-button-default:hover{
    background-color: var(--color-light);
    border-color: var(--color-secondary);
}

.uk-button-default:disabled:hover{
    background-color: transparent;
    color: #999;
    border-color: #e5e5e5;
}

.uk-button-primary{
    background-color: var(--color-secondary);
    transition: all 0.3s ease;
    color: #fff;
}

.uk-button-primary:hover{
    background-color: var(--color-primary);;
    transition: all 0.3s ease;
}

.uk-tooltip{
    background-color: var(--color-primary);
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
}



    /*!
     * Hamburgers
     * @description Tasty CSS-animated hamburgers
     * @author Jonathan Suh @jonsuh
     * @site https://jonsuh.com/hamburgers
     * @link https://github.com/jonsuh/hamburgers
     */
    .hamburger {
        padding: 15px 15px;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible; }
    .hamburger:hover {
        opacity: 0.7; }
    .hamburger.is-active:hover {
        opacity: 0.7; }
    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
        background-color: var(--color-primary); }

    .hamburger-box {
        width: 40px;
        height: 24px;
        display: inline-block;
        position: relative; }

    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px; }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 40px;
        height: 4px;
        background-color: var(--color-primary);
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease; }
    .hamburger-inner::before, .hamburger-inner::after {
        content: "";
        display: block; }
    .hamburger-inner::before {
        top: -10px; }
    .hamburger-inner::after {
        bottom: -10px; }

    /*
       * Spring
       */
    .hamburger--spring .hamburger-inner {
        top: 2px;
        transition: background-color 0s 0.13s linear; }
    .hamburger--spring .hamburger-inner::before {
        top: 10px;
        transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spring .hamburger-inner::after {
        top: 20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

    .hamburger--spring.is-active .hamburger-inner {
        transition-delay: 0.22s;
        background-color: transparent !important; }
    .hamburger--spring.is-active .hamburger-inner::before {
        top: 0;
        transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--spring.is-active .hamburger-inner::after {
        top: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 10px, 0) rotate(-45deg); }


.fm-2-line-sc div{
    line-height: 1;
}

.fm-2-line-sc{
    z-index: 10;
}

.fm-cyto{
    position: relative;
}


.fm-cyto:after{
    content: "";
    position: absolute;
    width: 50%;
    height: 60px;
    bottom: 40px;
    background-image: url(../img/PureCytnin-logo-EN.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    transform: translateX(50%);
}

.fm-cyto.fm-cyto-right:after{
    right: 30px;
    transform: none;
    background-position: bottom right;
}

.fm-2-col-header{
    background-color: #f8f5ff;
}

.fm-2-col-header .fm-2-col-header-logo{
    max-width: 500px;
    padding-bottom: 30px;
}

.fm-2-col-header .fm-2-col-heder-line-1{
    font-weight: 100;
    font-style: italic;
    font-size: 2.4rem;
}
.fm-2-col-header .fm-2-col-heder-line-2{
    font-weight: 300;
    font-style: italic;
    font-size: 2.8rem;
    padding-left: 3rem;
}

.fm-2-col-header-text .fm-2-col-header-menu{
    margin-left: 50px;
}

.fm-2-col-header .fm-2-col-header-menu{
    margin-top: 10%;
}

@media (min-width: 1200px) {
    .fm-2-col-header .fm-2-col-header-text {
        padding-left: 100px;
    }
}

.fm-2-line-header.fm-2-line-header-use-page-title{
    margin-bottom: 30px;
}


.fm-2-line-header.fm-2-line-header-use-page-title .fm-2-line-header-line-2{
    padding-left: 0;
    line-height: 1.4;
}

.fm-2-line-sc .fm-2-line-header-line-1{
    font-weight: 100;
    font-style: italic;
    font-size: 3.4rem;
}
.fm-2-line-sc .fm-2-line-header-line-2{
    font-weight: 700;
    font-style: italic;
    font-size: 4rem;
    padding-left: 3rem;
}

@media (max-width: 1000px) {
    .fm-2-line-sc .fm-2-line-header-line-1{
        font-size: 2.4rem;
    }
    .fm-2-line-sc .fm-2-line-header-line-2{
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .fm-2-line-sc .fm-2-line-header-line-1{
        font-size: 1.8rem;
    }
    .fm-2-line-sc .fm-2-line-header-line-2{
        font-size: 2.2rem;
        padding-left: 1rem;
    }
}

.fm-button-cta {
    font-weight: 600;
    min-width: 50%;
    font-size: 1rem;
}

.fm-button-desc{
    margin-top: 10px;
    font-size: 0.8rem;
}

.fm-slider-persons .fm-slider-persons-slogan{
    font-weight: 100;
    font-style: italic;
    font-size: 2rem;
}
.fm-slider-persons .fm-slider-persons-name{
    font-weight: 300;
    font-style: italic;
    font-size: 2.8rem;
    padding-left: 3rem;
}
.fm-slider-persons .fm-slider-persons-content{
    margin-top: 20px;
    padding-left: 5px;
    font-size: 0.91rem;
}

.fm-slider-persons .fm-slider-persons-navigation a:hover{
    text-decoration: none;
}

.fm-slider-persons .fm-slider-nav-prev{
    height: 30px;
    margin-top: 30px;
}

.fm-slider-persons .fm-slider-nav-next{
    height: 40px;
}

.fm-slider-persons .fm-slider-persons-navigation{
    text-align: right;
    margin-top: 20px;
}

.fm-slider-persons .fm-slider-persons-navigation .uk-slidenav{
    padding: 0;
}
.fm-slider-persons .fm-slider-persons-navigation .uk-slidenav-prev svg{
    margin-top: 15px;
}

.fm-slider-persons .fm-slider-persons-navigation .uk-slidenav-next svg{
    height: 100px;
}

.fm-slider-persons-container .fm-slider-persons-small .person-slider-act{
    opacity: 0.7;
    transition: all 0.3s ease;
}


.fm-slider-persons-container .fm-slider-persons-small .person-slider-act:nth-child(odd){
    background-color: var(--color-light);
}

.fm-slider-persons-container .fm-slider-persons-small .person-slider-act .fm-slider-persons-slogan {
    font-weight: 500;
    font-style: italic;
    font-size: 1rem;
    line-height: 1.1;
    margin-bottom: 10px;
}

.fm-slider-persons-container .fm-slider-persons{
    position: relative;
}
.fm-slider-persons-container .fm-slider-persons:after{
    position: absolute;
    content: "";
    background-color: var(--color-light);
    width: 70%;
    height: 50%;
    display: block;
    z-index: -1;
    bottom: 40px;
    left: 20%;
}

.fm-slider-persons-container .fm-slider-persons-small .person-slider-act .fm-slider-persons-name {
    font-size: 0.88rem;
}

.fm-slider-persons-container .fm-slider-persons-small .person-slider-act:hover{
    opacity: 1;
    transition: all 0.3s ease;
}

.fm-slider-persons-container .fm-slider-persons-small .uk-slider-items>div:first-of-type{
    margin-top: 20px;
}

.fm-slider-persons-small .fm-slider-persons-name{
    font-weight: 300;
    font-style: italic;
    font-size: 1rem;
}



.fm-test-modal .uk-modal-dialog{
    background-image: url(../img/test-bg.png);
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
}

.fm-test-modal .uk-modal-footer{
    background-color: transparent;
    border: none;
}

.fm-test-link-sec{
    color: var(--color-primary);
    font-size: 0.7rem;
    transition: all 0.3s ease;
    padding-top: 5px;
}

.fm-test-link-sec:hover{
    color: var(--color-secondary);
    transition: all 0.3s ease;
    text-decoration: none;
}


.fm-answer:not(.fm-answer-disabled) {
    cursor: pointer;
}

.fa-test-answer-content{
    padding: 10px;
    font-style: italic;
    font-size: 90%;
    line-height: 1.3;
}

.fm-test-circle{
    text-align: center;
}

.fm-test-circle::before{

    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid var(--color-secondary-50);
    display: inline-block;
    background-color: #fff;
    transition: all 0.3s ease;
}

.fm-test-circle::after{
    content: "";
    height: 4px;
    width: 100%;
    background-color: #fff;
    position: relative;
    top: -19px;
    display: block;
    z-index: -1;
    border: var(--color-secondary-50) solid 1px;
    border-width: 1px 0 1px;
}

.fm-selected .fm-test-circle::before{
    border: 1px solid #fff;
    background-color: var(--color-secondary);
    transition: all 0.3s ease;
}

.fm-answer:first-of-type .fm-test-circle::after{
    border-left-width: 1px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.fm-answer:last-of-type .fm-test-circle::after{
    border-right-width: 1px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.fm-test-small-description{
    color: var(--color-text-small);
    font-size: 0.8rem;
    font-style: italic;
    margin-top: 10px;
    line-height: 1.1;
}

.fm-test-modal  .uk-modal-footer{
    padding-top: 10px;
    padding-bottom: 20px;
}

.fm-test-button-prev-container{
    margin-right: 20px;
}


.fm-test-button-prev-container .uk-button-default{
    border-color: transparent;
}

.fm-test-button-prev-container .uk-button-default:hover{
    border-color: var(--color-secondary-50);
    background-color: transparent;
}


.fm-test-button-next-container,
.fm-test-button-prev-container{
    float: right;
    display: flex;
    width: 50%;
    max-width: 300px;
    flex-direction: column;
    text-align: center;
}

.fm-test-points-number{
    font-size: 1.5rem;
    font-weight: 600;
}

.fm-test-description{
    font-style: italic;
}

.fm-test-description{
    background-color: var(--color-light);
    padding: 30px;
    background-image: url(../img/pW.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 30px;
    padding-left: 120px;
}

.fm-navbar,
.fm-navbar.uk-navbar-container:not(.uk-navbar-transparent){
    background-color: var(--color-light);
}

.fm-navbar .uk-logo img {
    min-height: 80px;
    padding: 15px 0;
}

.fm-news-big{
    background-color: var(--color-light);
}

.fm-news-big .fm-news-video{
    position: relative;
}

.fm-news-big .fm-video-section-play{
    width: 100px;
    height: 100px;
    background-color: var(--color-light);
    border-radius: 50% ;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}
.fm-news-big .fm-video-section-play::after{
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 7px);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 50px solid var(--color-primary);
}

.fm-news-big:hover .fm-video-section-play{
    opacity: 0.8;
    transition: all 0.3s ease;
}



.fm-next{
    height: 40px;
}

.fm-news-post-title{
    margin-top: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: calc(2em * 1.5);
}


.fm-news-post-title a{
    color: var(--color-primary);
    transition: all 0.3s ease;
}

.fm-news-post-title a:hover{
    color: var(--color-primary-50);
    text-decoration: none;
    transition: all 0.3s ease;
}


.fm-news-post-excerpt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: calc(1em * 4.5);
    margin-bottom: 10px;
}

.fm-news-big-post-content{
    justify-content: flex-end;
}
.fm-news-post-img{
    margin-bottom: 20px;
    position: relative;
}



.fm-news-post-img::before{
    content: "";
    background-color: var(--color-light);
    width: 70%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    top: -40px;
    left: 20%;
}

.fm-news-post-img img{
    width: 70%;
}

.fm-news-post-img .fm-video-section-play{
    width: 50px;
    height: 50px;
    background-color: var(--color-light);
    border-radius: 50% ;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}
.fm-news-post-img .fm-video-section-play::after{
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 3px);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 25px solid var(--color-primary);
}

.fm-news-post-img:hover .fm-video-section-play{
    opacity: 0.8;
    transition: all 0.3s ease;
}


.fm-arrow-left-column{
    position: relative;
}

.fm-arrow-left-column::after{
    z-index: -1;
    content: "";
    position: absolute;
    background-image: url(../img/test-bg.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 800px;
    height: 700px;
    top: -200px;
}

@media (max-width: 800px) {
    .fm-arrow-left-column::after{
        width: 100%;
    }
}

.fm-section-with-background{
    background-color: var(--color-light);
    background-image: url(../img/faq-b.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-position-x: 20%;
}

.fm-section-with-background .fm-section-with-background-content{
    margin-bottom: 50px;
}

.fm-news-section-categories {
    background-color: var(--color-light);
    background-image: url(../img/kategorie_napis_2.webp);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-position-x: 20%;
    background-size: 50%;
}

.fm-tags{
    color: var(--color-text-small);
    padding-top: 30px;
    padding-bottom: 30px;
}

.fm-tags a{
    color: var(--color-text-small);
    transition: all 0.3s ease;
}

.fm-tags a:hover{
    color: var(--color-primary);
    text-decoration: none;
    transition: all 0.3s ease;
}

.fm-footer{
    padding-top: 50px;
    padding-bottom: 3px;
}

.fm-footer-content{
    font-style: italic;
}

.fm-footer h3{
    margin: 0;
    font-weight: 600;
}

.fm-footer,
.fm-footer-up{
    background-color: var(--color-light);
}

.fm-footer-up .fm-footer-up-left{

}
.fm-footer-up .fm-footer-up-left .fm-footer-up-left-s{
    background-color: var(--color-primary);

}

.fm-footer-up .fm-footer-up-left .fm-footer-up-left-s,
.fm-footer-up .fm-footer-up-right .fm-social-icon img{
    height: 40px;
}


.fm-footer-up .fm-footer-up-right a{
    display: inline-block;
    margin: 0 5px;
}

.fm-footer-up .fm-footer-up-right a.fm-social-name{
    margin-left: 30px;
}

.fm-footer,
.fm-footer a{
    color: #4274B6;
    font-size: 0.8rem;
}

.fm-footer.uk-h1, .fm-footer.uk-h2, .fm-footer.uk-h3, .fm-footer.uk-h4, .fm-footer.uk-h5, .fm-footer.uk-h6, .fm-footer.uk-heading-2xlarge, .fm-footer.uk-heading-3xlarge, .fm-footer.uk-heading-large, .fm-footer.uk-heading-medium, .fm-footer.uk-heading-small, .fm-footer.uk-heading-xlarge, .fm-footer h1, .fm-footer h2, .fm-footer h3, .fm-footer h4, .fm-footer h5, .fm-footer h6{
    color: #4274B6;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0;
}

.fm-footer .fm-magna-logo{
    text-align: right;
}
.fm-footer .fm-magna-logo img{
    margin-right: 50px;
    max-width: 100%;
    width: 300px;
}
.fm-footer .fm-cyto-footer{
    width: 250px;
}


.fm-footer-menu li{
    display: inline-block;
}

.fm-footer-menu li a{
    font-size: 0.8rem;
    margin-left: 10px;
}

.uk-list.fm-footer-menu >*>ul, .uk-list.fm-footer-menu >:nth-child(n+2){
    margin-top: 0;
    margin-bottom: 0;
}

.fm-bottom-footer{
    border-top: 1px solid var(--color-primary-10);
    font-size: 0.8rem;
    padding-top: 10px;
}

.fm-post-header{
    background-color: var(--color-light);
    min-width: 45%;
}

.wp-block-list{
    margin-left: 10%;
}

.wp-block-list li{
    list-style-image: url(../img/st-chew-left.png);
    list-style-position: outside;
    padding-left: 10px;
    _margin-bottom: 10px;
}

.wp-block-list li::marker{
    width: 15px;
}

.fm-pink{
    position: relative;
}
.fm-pink::before{
    content: "";
    background-color: var(--color-light);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

@media (min-width: 1430px) {
    .fm-pink::before{
        content: "";
        background-color: var(--color-light);
        width: calc(100% - 100px);
        height: 100%;
        display: block;
        position: absolute;
        z-index: -1;
        top: 0px;
        left: 100px;
    }
}
.fm-left-belt{
    position: relative;
}

.fm-left-belt::after {
    content: "";
    background-color: var(--color-light);
    height: 100px;
    width: calc(((100% - 1200px) / 2) + 1200px);
    position: absolute;
    z-index: -1;
    bottom: 0;
}

@media (max-width: 1280px) {
    .fm-left-belt::after {
        width: 100%;
    }

}


.fm-4-ko-columns .fm-4-ko-columns-title{
    font-weight: bolder;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 1.5rem;
    display: flex;
    align-items: center;
}

@media (max-width: 640px) {
    .fm-left-belt::after{
        display: none;
    }
    .fm-left-belt .fm-4-ko-columns-title{

    }
    .fm-left-belt .uk-container{
        padding-right: 0;
    }

    .fm-left-belt .fm-4-ko-columns-col{
        padding: 0;
    }

    .fm-left-belt .fm-4-ko-columns-title{
        background-color: var(--color-light);
    }

    .fm-left-belt .fm-4-ko-columns .fm-4-ko-columns-icon{
        padding-left: 10%;
    }

    .fm-left-belt .fm-4-ko-columns .fm-4-ko-columns-icon img{
        width: 70%;
    }

    .fm-4-ko-columns .fm-4-ko-columns-title{
        display: block;
    }

    .fm-left-belt .fm-4-ko-columns-icon,
    .fm-left-belt .fm-4-ko-columns-title{
        text-align: center;
    }

}


@media (max-width: 1160px) {
    .fm-4-ko-columns .fm-4-ko-columns-title {
        font-size: 1rem;
    }
}

.fm-slider-persons-text .uk-slideshow-items{

}
@media (max-width: 1140px) {
    .fm-slider-persons-text .uk-slideshow-items{
        aspect-ratio: 1 / 1 !important;
    }
}

@media (max-width: 900px) {
    .fm-slider-persons-text .uk-slideshow-items{
        aspect-ratio: 1 / 2 !important;
    }
}

@media (max-width: 640px) {
    .fm-slider-persons-text .uk-slideshow-items{
        aspect-ratio: 3 / 2 !important;
    }
    .fm-slider-persons-small .fm-slider-persons-small-text{
        text-align: center;
    }

    .fm-slider-persons .fm-slider-persons-slogan{
        font-size: 1rem;
    }
    .fm-slider-persons .fm-slider-persons-name{
        font-size: 1.8rem;
    }

    .fm-slider-persons-text .uk-slideshow-items{
        aspect-ratio: 1 / 1 !important;
    }

    .fm-test-button-next-container, .fm-test-button-prev-container{
        width: 100%;
        max-width: none;
    }

    .fm-test-button-prev-container{
        margin-top: 10px;
        margin-right: 0;
    }

    .fm-answer:first-of-type .fm-test-circle::after{
        display: none;
    }

    .fm-answer{
        display: flex;
        align-items: center;
    }

    .fm-answer .fa-test-answer-content.uk-text-center{
        text-align: left !important;
    }

}




@media (max-width: 640px) {
    .fm-footer-up-right {
        margin-top: 15px;
    }
}
@media (max-width: 640px) {
    .fm-slider-persons-text{
        margin-top: 20px !important;
    }
}


.fm-4-ko-columns .fm-4-ko-columns-col{
    position: relative;
}

.fm-4-ko-columns .fm-4-ko-columns-icon{
    margin-bottom: 10px;
}

.fm-4-ko-columns .fm-4-ko-columns-icon img{
    padding: 0 10%;
}

.fm-4-col .fm-2-line-header-line-1 {
    font-size: 1.2rem;
}
.fm-4-col .fm-2-line-header-line-2 {
    font-size: 1.7rem;
    font-weight: 400;
    padding-left: 5px;
}

.fm-5x{
    background-image: url("../img/5x.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.fm-header-product{
    position: relative;
}

.fm-header-product .fm-2-col-heder-line-1{

    font-size: 1.8rem;
}
.fm-header-product .fm-2-col-heder-line-2{
    font-size: 2.2rem;
}

.fm-header-product-flower-bottom{
    background-image: url(../img/fl2.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    height: 250px;
    bottom: -60px;
    width: 100%;
    background-size: contain;
}
@media (max-width: 640px) {
    .fm-header-product-flower-bottom {
        background-size: contain;
    }
}

.fm-header-product-flower-top{
    background-image: url(../img/flow.webp);
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    height: 500px;
    top: 0;
    right: 10px;
    width: 14%;
    background-position-x: 90%;
    background-size: contain;
}


.fm-header-product .fm-header-product-pack{
    max-width: 70%;
    margin-top: 100px;
}

@media (max-width: 1400px) {
    .fm-header-product .fm-header-product-pack{
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .fm-header-product-flower-top {
        display: none;
    }

    .fm-header-product .fm-header-product-pack{
        margin-top: 20px;
    }
    .fm-header-product-flower-bottom{
        background-position: bottom right;
        background-size: 30%;
    }

}


.fm-video-section{
    position: relative;
}

.fm-video-section::after{
    content: "";
    position: absolute;
    background-color: var(--color-light);
    width: 100%;
    height: 100%;
    z-index: -1;
    right: 20%;
}


.fm-video-section-text {
    background-color: var(--color-light);
    position: absolute;
    bottom: 0;
    z-index: 10;
    right: -100px;
    /* left: 100px; */
    padding: 40px;
    width: 100%;
}

.fm-video-section .fm-video-section-video{
    margin-top: 50px;
    margin-bottom: 50px;
}

.fm-video-section-text .fm-2-line-sc .fm-2-line-header-line-1{
    font-size: 1.6rem;
}
.fm-video-section-text .fm-2-line-sc .fm-2-line-header-line-2{
    font-size: 1.6rem;
    padding-right: 0;
}

.fm-video-section .fm-flwo-3{
    position: absolute;
    right: 10%;
    top: 10%;
}


.fm-video-section-video{
    position: relative;

}
.fm-video-section-video .fm-video-section-play{
    width: 100px;
    height: 100px;
    background-color: var(--color-light);
    border-radius: 50% ;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fm-video-section-video .fm-video-section-play::after{
    content: "";
    position: absolute;
    top: 50%;

    left: calc(50% + 7px);;
    transform: translate(-50%, -50%);

    width: 0;
    height: 0;
    border-top: 25px solid transparent;   /* górna krawędź przezroczysta */
    border-bottom: 25px solid transparent;/* dolna krawędź przezroczysta */
    border-left: 50px solid var(--color-primary);;
}



.br-faq .uk-accordion-title{
    background-color: var(--color-light);
    padding: 10px;
}
.br-faq .uk-accordion-content{
    padding: 0 0 0 10px;

}

.fm-news-section .fm-filter-pil > li{
    margin-bottom: 10px;
}

.fm-news-section-categories,
.fm-news-section-random-post{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.fm-news-section-categories::after,
.fm-news-section-random-post::after{
    content: "";
    position: absolute;
    height: 100%;
    width: calc(50% + 600px);
    background-color: var(--color-light);
    top: 0;
    left: 0;
    z-index: -1;
}

.fm-news-section-random-post::after{
    left: auto;
    right: 0;
}

@media (max-width: 1280px) {

    .fm-news-section-categories::after, .fm-news-section-random-post::after{
        width: 100%;
    }

}

.fm-news-section-categories a{
    border: 1px solid var(--color-primary);
    border-radius: 10px;
    color: var(--color-primary);
    padding: 7px 10px;
    margin: 0 10px;
    transition: all 0.3s ease;
    font-weight: bold;
}




.fm-news-section-categories .uk-active a,
.fm-news-section-categories a:hover{
    border-color: #fff;
    transition: all 0.3s ease;
    text-decoration: none;
    color: var(--color-primary);
}

.fm-news-section-random-post{
}

.fm-news-section-random-post a{
    text-decoration: none;
    color: var(--color-primary);
    transition: all 0.3s ease;
}

.fm-news-section-random-post a:hover{
    color: var(--color-primary-50);
}

.fm-news-section-random-post .fm-news-line1{
    display: block;
    font-size: 1.5rem;
    font-style: italic;
}
.fm-news-section-random-post .fm-news-line2{
    display: block;
    font-size: 1.2rem;
    font-style: italic;

}

.fm-news-section-random-post a > div {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.fm-news-section-random-post  .fm-next{
    padding-left: 20px;
    top: 20px;
    position: relative;
}

.fm-17rem{
    font-size: 1.7rem;
}

#fm-modal-name .fm-2-line-sc .fm-2-line-header-line-1{
    font-size: 1.6rem;
}
#fm-modal-name .fm-2-line-sc .fm-2-line-header-line-2{
    font-size: 2rem;
}

#fm-modal-name  #fm-modal-name-input{
    width: 100%;
    padding: 10px;
    margin: 10px 0 0;
    border: 1px solid #F6F6F6;
    background-color: #F6F6F6;
}

#fm-modal-name  .fm-button-inv {
    border-color: transparent;
    font-size: 0.7rem;
}

#fm-modal-name  .fm-button-inv:hover{
    border-color: transparent;
}

#fm-modal-name .uk-modal-dialog{
    position: relative;
}

#fm-modal-name .fm-modal-move2 {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fff;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#fm-modal-name .fm-modal-move {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: var(--color-light);
    bottom: 30px;
    left: 30px;
    z-index: -2;
}

.fm-single-news-box{
    color: var(--color-primary);
    transition: all 0.3s ease;
}
.fm-single-news-box:hover{
    text-decoration: none;
        color: var(--color-secondary);
        transition: all 0.3s ease;
}
.fm-single-news-box .fm-next{
    transform: translateX(0);
    transition: all 0.3s ease;
}
.fm-single-news-box:hover .fm-next{
    transform: translateX(10px);
    transition: all 0.3s ease;
    opacity: 0.5;
}

#modal-menu .uk-modal-dialog{
    background: #ffffffd6;
}

#modal-menu .uk-logo img{
    min-height: 80px;
    padding: 15px 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

#modal-menu a{
    color: var(--color-primary);
    font-size: 1.5rem;
}

#modal-menu .uk-flex{
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.uk-modal-close-full{
    background-color: transparent;
}
@media (min-width: 800px) {
    .fm-height-xlarge {
        height: 800px;
    }
}

.fm-small-logo img{
    width: 100px;
}

.fm-2-col-img figure{
    margin: 0;
}

.fm-biblio{
    font-size: 0.7rem;
}

.wp-block-buttons .wp-block-button__link{
    border-radius: 0;
    font-weight: 600;
    min-width: 50%;
    font-size: 1rem;
    border-width: 1px;
    border-color: var(--color-secondary);
    line-height: 53px;
    padding: 0 40px;
    transition: all 0.3s ease;
}

.wp-block-buttons .wp-block-button__link:hover{
    background-color: var(--color-light);
    border-color: var(--color-secondary);
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.fm-2-col-heder-line-1 sup,
.fm-2-col-heder-line-2 sup{
    font-size: 30%;
    top: -1.5em;
    font-weight: normal;
}

.fm-2-line-header-line-2 sup,
.fm-2-line-header-line-1 sup{
    font-size: 30%;
    top: -1.5em;
    font-weight: normal;
}

:where(.wp-block-columns.is-layout-flex){
    gap: 4em;
}

.fm-padding-30-v{
    padding: 30px 0;
}

.fm-italic-15 em,
.fm-italic-15 i{
   font-size: 1.5rem;
    margin-bottom: 11px;
    display: inline-block;
}

figure.wp-block-image{
    margin: 0;
}

@media (max-width: 640px) {

    .fm-17rem{
        font-size: 1.2rem;
    }

    .fm-news-section .fm-filter-pil{
        flex-direction: column;
    }

    .fm-2-col-header .uk-background-cover {
        height: 300px;
        min-height: auto !important;
    }

    .fm-v-column-img{
        padding-bottom: 20px;
    }

    .fm-test-circle::before{
        width: 18px;
        height: 18px;
    }

    .fm-parallax-section{
        padding-bottom: 30px;
    }


}

.fm-buy-links a{
    transition: all 0.3s ease;
    transform: scale(1);
}
.fm-buy-links a:hover{
    opacity: 0.8;
    transition: all 1s ease;
    transform: scale(1.05);
}

