html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Mulish';
}

.visible-xs {
    display: none;
}

.splide__slide {
    text-align: center;
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

h1 span, h2 span, h3 span {
    color: #40a260;
}

.choosepackage-scroll, .learnmore-scroll {
    cursor: pointer;
}

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 40px;

    margin: 0;
    padding: 12px;

    font-size: 18px;
    line-height: 24px;

    text-align: center;
    color: white;
    background-color: #40a260;

    z-index: 10;
}

.topbar p {
    margin: 0;
}

#header {
    width: 100%;
	max-width: 1900px;
	
    margin-top: 40px;
	padding: 60px 50px 0 50px;

    background: url(../images/header.png);
    background-size: cover;
	background-position: 50%;
    background-repeat: no-repeat;
}
#header .photos-col {
    padding-right: 30px;
    text-align: right;
}
#header img {
    width: 100%;
	max-width: 400px;
}
#header img.martyna {
    position: absolute;
    right: 110%;
    bottom: 0;
}
#header h3 {
    margin-bottom: 30px;

    color: #fff;
    font-size: 24px;
    line-height: 32px;
}
#header .form-cell {
    padding-bottom: 30px;
    text-align: left;
}
#header .form-cell a {
    display: inline-block;
    padding: 10px 25px;

    font-size: 20px;
	border: 3px solid #fff;
}
#header .form-cell a.join-now {
    color: #40a260;
    background-color: #fff;
    font-weight: bold;
}
#header .form-cell a.learn-more {
	margin-left: 10px;
	
    color: #fff;
    background-color: transparent;
}

/* CTA */

#intro .form-cell {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
#intro .form-cell a.join-now {
    padding: 10px 60px;

    color: #fff;
    background-color: #40a260;
    font-size: 20px;
}
#intro .form-cell a.join-now:hover {
    background-color: #40a260;
    text-decoration: none;
}


#intro .cta {
    display: none;
    margin-bottom: 20px;
}
#intro .form-cell a {
    display: block;
    margin: 20px 30px 0 30px;
}

#intro {
    margin-top: 40px;
}
#intro h3 {
    margin-top: 50px;
    margin-bottom: 20px;

    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#intro p {
    font-size: 18px;
    line-height: 28px;
}
#intro .video-col {
    text-align: center;
}
#intro .video-wrapper {
    position: relative;
    
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
#intro .video-wrapper .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#project-countdown-banner {
    /* margin-top: 50px; */
    padding: 30px;

    color: #fff;
    text-align: center;

    background: rgb(64,162,96);
    background: linear-gradient(90deg, rgba(64,162,96,1) 0%, rgba(66,142,128,1) 100%);
}
#project-countdown-banner .countdown-title {
    font-size: 24px;
}
#project-countdown-banner .countdown-box {
    margin-top: 15px;

    font-size: 50px;
    font-weight: bold;

    color: #40a260;
    background: #fff;
}
#project-countdown-banner .countdown-unit {
    padding-left: 10px;

    font-size: 16px;
    text-align: left;
}

#idea-story {
    margin-top: 40px;
}
#idea-story h3 {
    margin-top: 50px;
    margin-bottom: 20px;

    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#idea-story .is-img-col img {
    position: absolute;
    left: 0;
    bottom: 0;
}
#idea-story p {
    font-size: 18px;
    line-height: 28px;
}
#idea-story p.is1 {
    margin-top: 50px;
}
#idea-story p.is3 {
    margin-top: 70px;
}
#idea-story p.is4 {
    margin-top: 60px;
}
#idea-story ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#idea-story ul li {
    margin: 10px 0 20px 0;
    padding-left: 36px;

    font-size: 18px;
    
    background: url(../icons/icon-advantages-tick.png) no-repeat left top;
    background-size: 26px;
}
#idea-story ul li span {
    display: block;
    margin-bottom: 5px;

    font-size: 22px;
    font-weight: bold;
}

#reviews, #product-reviews {
    margin-top: 40px;
    margin-bottom: 20px;
    
    text-align: center;
}
#reviews h3, #product-reviews h3 {
    margin-top: 20px;
    margin-bottom: 20px;

    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#reviews .review, #product-reviews .review {
    margin-top: 30px;
}
#reviews .review p, #product-reviews .review p {
    margin-top: 15px;
    /*
    padding-left: 15px;
    padding-right: 15px;
    */

    text-align: left;
    font-size: 16px;
}
#reviews .review p.name, #product-reviews .review p.name {
    margin-top: 10px;
    margin-bottom: 0;

    text-align: center;
    font-weight: bold;
}
#product-reviews .splide__arrow--prev,
#product-reviews .splide__arrow--next {
    margin-top: -60px;
}
#reviews .splide__arrow--prev,
#reviews .splide__arrow--next {
    margin-top: -30px;
}

/*
#peek-images {
    margin-top: 40px;
}
*/
#peek-images h3 {
    margin-top: 20px;
    margin-bottom: 40px;

    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#peek-images p {
    font-size: 18px;
    line-height: 28px;
}

#trainings {
    margin-top: 40px;
}
#trainings h3 {
    margin-top: 50px;
    margin-bottom: 20px;

    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#trainings p {
    font-size: 18px;
    line-height: 28px;
}
#trainings .video-col {
    text-align: center;
}
#trainings .video-wrapper {
    position: relative;
    
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
#trainings .video-wrapper .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#advantages {
    margin-top: 50px;
}
#advantages .advantage {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 50px;

    border: 3px solid #40a260;
}
#advantages h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#advantages h4 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
#advantages .advantage ul {
    margin: 0;
}
#advantages .advantage ul li {
    margin: 10px 0;

    font-size: 18px;
}
#advantages .advantage ul li span {
    font-size: 22px;
    font-weight: bold;
}
#advantages .advantage ul.main {
    padding: 0;
    list-style-type: none;
}
#advantages .advantage ul.main > li {
    padding-left: 36px;
    
    background: url(../icons/icon-advantages-tick.png) no-repeat left top;
    background-size: 26px;
}
#advantages .advantage ul li ol li {
    margin: 5px 0;
    font-size: 16px;
}
#advantages .advantage p {
    margin-top: 20px;
    font-size: 18px;
}

#packages {
    margin-top: 50px;
}
#packages h2 {
    text-align: center;

    font-size: 40px;
    font-weight: bold;
}
#packages p.packages-intro {
    font-size: 18px;
    line-height: 28px;
}
#packages .package {
    margin-top: 60px;

    text-align: center;
}
#packages .package img {
    max-width: 100%;
}

#packages .package .package-desc {
    padding: 10px;

    font-size: 16px;
}
#packages .package .package-desc .desc-wrap {
    display: block;
    padding: 20px 0;

    color: #000;
    border: 1px solid #53ab6f;

    overflow: auto;

    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
#packages .package .package-desc .desc-wrap .value {
    padding: 20px 30px;
    color: #000;
    font-size: 16px;
}
#packages .package .package-desc .desc-wrap .price {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;

    color: #fff;
    background-color: #4a9963;
    font-size: 30px;
    line-height: 18px;
    font-weight: bold;

    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
#packages .package .package-desc .desc-wrap .price span {
    font-size: 18px;
    font-weight: normal;
}

#packages .package .package-desc .desc-wrap .price small {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 50px;
}
#packages .package .package-desc .desc-wrap .price s {
    color: #ededed;
    font-size: 22px;
    font-weight: normal;

    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
#packages .package .package-desc ul {
    margin: 0;
    padding: 0 30px;
    text-align: left;
    list-style-type: none;
}
#packages .package .package-desc ul li {
    margin: 10px 0 10px 0;
    padding-left: 36px;

    font-size: 16px;
    
    background: url(../icons/icon-advantages-tick.png) no-repeat left top;
    background-size: 26px;
}
#packages .package .package-desc ul li span {
    display: block;
    margin-bottom: 5px;

    font-size: 22px;
    font-weight: bold;
}
#packages .package .package-desc h4 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}
#packages .package .package-desc a.choice-button {
    display: inline-block;

    padding: 8px 40px;

    color: #fff;
    background-color: #40a260;
    border: 3px solid #40a260;

    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
#packages .package .package-desc .desc-wrap .choice-button:hover {
    color: #40a260;
    font-weight: bold;
    background-color: #fff;

    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#packages .package .package-desc a.choice-button.soldout,
#packages .package .package-desc .desc-wrap .choice-button.soldout:hover {
    color: rgb(241, 31, 31);
    font-weight: bold;
    text-decoration: none;
    background: none;
    border: 0;
}

/*
#packages .package .package-desc .desc-wrap:hover {
    color: #fff;
    background-color: #40a260;

    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#packages .package .package-desc .desc-wrap:hover .price {
    color: #fff;

    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#packages .package .package-desc .desc-wrap:hover .price s {
    color: #fff;

    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
*/

#packages .package.main {
    margin-top: 30px;
}
#packages .package.main .package-desc .desc-wrap .price {
    background-color: #4eb06a;
}
#packages .package.main .package-desc .desc-wrap {
    border: 3px solid #4eb06a;
}
#packages .package.couple .package-desc .desc-wrap .price {
    background-color: #428858;
}
#packages .package.couple .package-desc .desc-wrap {
    
}
#packages .package.couple .package-desc .desc-wrap .package-info {
    padding: 0 10px;
}
#packages .package.couple .package-desc .desc-wrap .choice-button {
    margin-top: 20px;
}


#about {
    margin-top: 50px;
}
#about h2 {
    margin-bottom: 60px;
    text-align: center;

    font-size: 40px;
    font-weight: bold;
}
#about h3 {
    margin-top: 0;

    font-size: 36px;
    font-weight: bold;
}
#about h4 {
    margin-top: 0;

    font-size: 28px;
    font-weight: bold;
}
#about p {
    font-size: 18px;
    line-height: 28px;
}
#about img {
    max-width: 100%;
}


#help {
    text-align: center;
}
#help h3 {
    margin-bottom: 30px;
}
#help a {
    display: inline-block;
    padding: 12px 60px;

    font-size: 20px;
    color: #fff;
    background-color: #40a260;
}
#help a.contact {
    color: #40a260;
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
    border: 2px solid #40a260;
}


#isitforme {
    margin-top: 50px;
}
#isitforme .advantage {
    margin-top: 20px;
    padding-bottom: 30px;

    border: 3px solid #41ad49;
}
#isitforme h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#isitforme h4 {
    padding: 10px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
#isitforme .advantage ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
#isitforme .advantage ul li {
    margin: 10px 0;
    padding-left: 5px;

    font-size: 18px;
    
}
#isitforme .advantage ul li  span {
    font-size: 22px;
    font-weight: bold;
}

#notconvinced {
    margin-top: 40px;
}
#notconvinced h3 {
    margin-top: 50px;
    margin-bottom: 20px;

    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#notconvinced p {
    font-size: 18px;
    line-height: 28px;
}
#notconvinced a {
    font-size: 24px;
    line-height: 28px;
}

#faq h3 {
    margin-top: 80px;
    margin-bottom: 30px;

    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#faq p {
    font-size: 18px;
    line-height: 28px;
}

#user_accordion h4 {
    margin-top: 20px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}

#findme {
    margin-bottom: 100px;

    text-align: center;
}
#findme h3 {
    margin-top: 80px;
    margin-bottom: 50px;

    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#findme p {
    margin-top: 10px;

    color: #000;
    font-size: 16px;
}

/***
 ====== MAX-WIDTH: 1200, MIN-WIDTH: 980 ======
***/

@media screen and (max-width: 1200px) and (min-width: 980px) {
    
}

@media screen and (min-width: 768px) {
    
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    #header img.martyna {
        left: 100%;
        bottom: 0;
        max-width: 360px;
    }
    #header .form-cell a.learn-more {
        display: none;
    }
    #header .form-cell a.join-now {
        margin-bottom: 30px;
        display: block;
        text-align: center;;
    }
}

/***
 ====== MAX-WIDTH: 767 - TABLET, PHONE ======
***/

@media screen and (max-width: 767px) {
    #header {
        text-align: center;
    }
    #header h3 {
        text-align: left;
        margin-top: 40px;
    }
    #header img.martyna {
        position: static;
        margin-left: 20%;
        margin-bottom: -70px;
        width: 80%;
        max-width: 370px;
    }
    
    #header .intro-col {
        text-align: center;
    }
    #header .intro-col .intro {
        float: none;
        display: inline-block;
        text-align: left;
    }
    #header .photos-col {
        margin-left: -30px;
        text-align: center;
    }
    #header .photos-col img.martyna {
        max-width: 340px;
    }
    #header .photos-col img.mockup {
        width: 220px;
        left: 50%;
    }
    
    #header .form-cell {
        display: none;
    }
    #intro .cta {
        display: block;
    }
    #intro h3 {
        font-size: 28px;
        line-height: 34px;
    }

    #project-countdown-banner {
        margin-top: 50px;
        padding: 30px 0;
    }
    #project-countdown-banner .col-xs-3 {
        padding-left: 5px;
        padding-right: 5px;
    }
    #project-countdown-banner .countdown-title {
        font-size: 24px;
    }
    #project-countdown-banner .countdown-box {
        padding: 10px 0;

        font-size: 36px;
    }
    #project-countdown-banner .countdown-unit {
        padding-left: 5px;
        font-size: 16px;
    }
    
    #idea-story h3 {
        font-size: 28px;
    }
    #idea-story .is-img-col {
        text-align: center;
    }
    #idea-story .is-img-col img {
        position: relative;
    }
    #idea-story p.is1 {
        margin-top: 0;
    }
    #idea-story p.is3 {
        margin-top: 0;
    }
    #idea-story p.is4 {
        margin-top: 0;
    }

    #advantages h3 {
        font-size: 28px;
    }
    #advantages .advantage {
        padding-top: 0;

        border: 0;
    }
    #advantages .advantage ul li span {
        font-size: 20px;
    }
    
    #packages h2 {
        font-size: 30px;
    }
    #packages .package {
        margin-top: 30px;
    }
    #packages .package img {
        width: 350px;
    }

    #product-reviews h3 {
        font-size: 28px;
    }
    
    #peeks-slider ul li img {
        max-width: 100%;
    }

    #peek-images h3 {
        font-size: 28px;
    }

    #about h3 {
        margin-bottom: 20px;
        text-align: center;
        font-size: 25px;
    }
    #about img.img-about-mobile {
        margin-bottom: 20px;
    }
    
    
    #faq h3 {
        font-size: 28px;
    }

    #findme h3 {
        margin-bottom: 0;
    }
    #findme .sm-link {
        margin-top: 30px;
    }
}