

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Mulish';
    margin-bottom: 100px;
}

.visible-xs {
    display: none;
}

.splide__slide {
    text-align: center;
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

h1 span, h2 span, h3 span {
    color: #658155;
}

.choosepackage-scroll, .learnmore-scroll {
    cursor: pointer;
}

a.join-now {
    display: inline-block;
    padding: 12px 48px;

    font-size: 20px;
    text-decoration: none;

    border-radius: 50px;

    box-shadow: 0px 1px 12px 6px #f1d7db;
}
a.join-now {
    color: #fff;
    background-color: #d4809b;
    z-index: 1;
    position: relative;
    overflow: hidden;

    border: 3px solid #d4809b;
}
a.join-now span {
    position: relative;
    z-index: 3;
    transition: 0.4s;
}
a.join-now:hover span {
    color: #d4809b;
}
a.join-now:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .4s;
    z-index: 2;
  }
a.join-now:hover:before {
    top: 0;
}
a.join-now:before{
    background: #fff;
}

a.buy-now {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px 60px;

    font-size: 20px;
    text-decoration: none;

    border-radius: 50px;
}
a.buy-now {
    color: #fff;
    background-color: #2d3b5b;
    z-index: 1;
    position: relative;
    overflow: hidden;

    border: 3px solid #2d3b5b;
}
a.buy-now.main {
    padding: 10px 60px;
    background: linear-gradient(to right, rgba(212,128,155,1) 0%, rgba(45,59,91,1) 100%);
    border: none;
}
a.buy-now.main2 {
    background: linear-gradient(to right, rgba(212,128,155,1) 0%, rgba(45,59,91,1) 100%);
}
a.buy-now span {
    position: relative;
    z-index: 3;
    transition: 0.4s;
}
a.buy-now:hover span {
    color: #2d3b5b;
}
a.buy-now.main:hover span {
    color: #fff;
}
a.buy-now:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: .4s;
    z-index: 2;
}
a.buy-now.main:before {
    top: 0;
    left: -100%;
    width: 200%;
}
a.buy-now:hover:before {
    top: 0;
}
a.buy-now.main:hover:before {
    top: 0;
    left: 0;
}
a.buy-now:before{
    background: #fff;
}
a.buy-now.main:before {
    background: linear-gradient(to right, rgba(212,128,155,1) 0%, rgba(212,128,155,1) 50%, rgba(45,59,91,1) 100%);
}

a.learn-more {
	margin-left: 10px;
	
    color: #fff;
    background-color: transparent;
}

.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: #2d3b5b;

    z-index: 10;
}
.topbar p {
    margin: 0;
}
.topbar b:hover {
    text-decoration: underline;
}

.row.cta {
    padding-top: 50px;
    text-align: center;
}
.row.cta h3 {
    margin-bottom: 30px;
}

#header {
    position: relative;

    width: 100%;
	max-width: 1900px;
	
    margin-top: 40px;
	padding: 60px 50px 140px 50px;

    /* background: url(../images/header.png);
    background-size: cover;
	background-position: 50%;
    background-repeat: no-repeat; */
    background-color: #fcf8f7;
}
#header .photos-col {
    padding-right: 30px;
    text-align: right;
}
#header img {
    width: 100%;
	max-width: 550px;
}
#header img.ekspertki {
    position: absolute;
    left: 115%;
    top: 0;
}
#header img.kalendarz {
    position: absolute;
    left: 70%;
    bottom: -120px;

    width: 250px;

    z-index: 2;
}
#header h1 {
    font-family: 'Montserrat';
    font-size: 42px;
    line-height: 54px;
    font-weight: bold;
    color: #658155;
}
#header h3 {
    margin-bottom: 30px;

    color: black;
    font-size: 24px;
    line-height: 32px;
}
#header .form-cell {
    padding-bottom: 30px;
    text-align: left;
}
#header .shape-divider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

#header .shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 56px;
}

#header .shape-divider-bottom .shape-fill {
    fill: #FFFFFF;
}

/* CTA */

#intro {
    margin-top: 40px;
}
#intro h3 {
    margin-top: 80px;
    margin-bottom: 20px;

    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#intro h4 {
    font-size: 22px;
    line-height: 32px;
    margin: 30px;
}
#intro p {
    font-size: 18px;
    line-height: 28px;
}
#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 .intro-offer {
    text-align: center;
}
#intro .intro-offer .title {
    color: #2d3b5b;
    font-size: 24px;
    font-weight: bold;
}
#intro .intro-offer .intro-offer-tile-wrapper {
    margin-top: 25px;
}
#intro .intro-offer .intro-offer-tile {
    height: 100%;

    padding: 30px 20px;

    /* border: 3px solid #2d3b5b; */
    border-radius: 30px;
    box-shadow: 0px 0px 14px -8px;
}

#intro .form-cell a {
    display: block;
    margin: 20px 30px 0 30px;
}
#intro .video-col {
    text-align: center;
}

#intro #peeks-slider ul li img {
    max-width: 450px;
}

#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 0;

    color: #fff;
    text-align: center;

    background: #2d3b5b;
    background: linear-gradient(90deg, #765977 0%, #2d3b5b 100%);
}
#project-countdown-banner .countdown-title {
    font-size: 24px;
}
#project-countdown-banner .countdown-box {
    margin-top: 15px;

    font-size: 50px;
    font-weight: bold;

    color: #2d3b5b;
    background: #fff;
}
#project-countdown-banner .countdown-unit {
    padding-left: 10px;

    font-size: 16px;
    text-align: left;
}

#problem-circles {
    margin-top: 40px;
}
#problem-circles h3 {
    margin-top: 20px;
    margin-bottom: 20px;

    text-align: center;
    font-size: 32px;
    line-height: 44px;
}
#problem-circles h4 {
    margin-top: 30px;

    font-size: 22px;
    line-height: 34px;
}
#problem-circles .is-img-col img {
    position: absolute;
    left: 0;
    bottom: 0;
}
#problem-circles p {
    font-size: 18px;
    line-height: 28px;
}
#problem-circles p.is1 {
    margin-top: 50px;
}
#problem-circles p.is3 {
    margin-top: 70px;
}
#problem-circles p.is4 {
    margin-top: 60px;
}
#problem-circles ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#problem-circles 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;
}
#problem-circles ul li span {
    display: block;
    margin-bottom: 5px;

    font-size: 22px;
    font-weight: bold;
}
#problem-circles .circles .row {
    margin-top: 20px;
    text-align: center;
}
#problem-circles .circles .circle-wrapper {
    display: inline-table;

}
#problem-circles .circles .circle {
    display: table-cell;
    
    width: 200px;
    height: 200px;

    margin-top: 30px;

    text-align: center;
    vertical-align: middle;

    border-radius: 50%;
    
    font-size: 22px;
    font-weight: 500;
    color: #2d3b5b;
    text-align: center;
    border: 3px solid #2d3b5b;
}

#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, #product-reviews .review img {
    max-width: 100%;
}
#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: 32px;
    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%;
}

#offer {
    margin-top: 50px;
}
#offer h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#offer h4 {
    margin-top: 40px;

    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
#offer p {
    margin-top: 20px;
    font-size: 20px;
}
#offer .advantage {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 50px;

    border: 3px solid #2d3b5b;
    border-radius: 40px;
}
#offer .advantage ul {
    margin: 0;
}
#offer .advantage ul li {
    margin: 10px 0;

    font-size: 18px;
}
#offer .advantage ul li span {
    font-size: 22px;
    font-weight: bold;
}
#offer .advantage ul.main {
    padding: 0;
    list-style-type: none;
}
#offer .advantage ul.main > li {
    padding-left: 36px;
    
    background: url(../icons/icon-advantages-tick.png) no-repeat left top;
    background-size: 26px;
}
#offer .advantage ul li ol li {
    margin: 5px 0;
    font-size: 16px;
}

#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;
    padding: 25px;

    text-align: center;
}
#packages .package img {
    max-width: 100%;
}

#packages .package .package-desc {
    padding: 4px;

    font-size: 16px;
    
}
#packages .package .package-desc .desc-wrap {
    display: block;
    padding-bottom: 20px;

    color: #000;

    border-radius: 20px;
    box-shadow: 0px 0px 20px -10px #000;

    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-bottom: 20px;
    padding: 20px;

    color: #fff;
    background-color: #2d3b5b;
    font-size: 26px;
    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: 24px;
    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.not-included {
    background: url(../icons/icon-advantages-cross.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.main {
    margin-top: 30px;
}
#packages .package.main .package-desc .desc-wrap .price {
    background: linear-gradient(to right, rgba(212,128,155,1) 0%, rgba(45,59,91,1) 100%);
}
#packages .package.main .package-desc {
    background: 4px solid rgba(45,59,91,1);
    background: linear-gradient(135deg, rgba(212,128,155,1) 0%, rgba(45,59,91,1) 100%);

    border-radius: 24px;
}
#packages .package.main .package-desc .desc-wrap {
    background-color: white;
}
#packages .package.first .package-desc .desc-wrap .price {
    background-color: rgba(212,128,155,1);
}


/*
#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;
}
*/


#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%;

    border-radius: 20px;
}


#isitforme {
    margin-top: 50px;
}
#isitforme .advantage {
    margin-top: 20px;
    padding-bottom: 30px;

    border: 3px solid #2d3b5b;
    border-radius: 30px;
}
#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 (min-width: 1201px) {
    #problem-circles .circles {
        padding-left: 100px;
    }
    #problem-circles .circles .row .circle-4 {
        margin-left: 50px;
        margin-right: -100px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    #header img.ekspertki {
        left: 90%;
        max-width: 470px;
    }
    #header img.kalendarz {
        left: 55%;
        bottom: -160px;
    }
    #problem-circles .circles {
        padding-left: 50px;
    }
    #problem-circles .circles .row .circle-4 {
        margin-left: 40px;
        margin-right: -80px;
    }
}
@media screen and (min-width: 992px) {
    
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    #header h1 {
        font-size: 34px;
        line-height: 44px;
    }
    #header img.ekspertki {
        left: 92%;
        max-width: 85%;
    }
    #header img.kalendarz {
        left: 60%;
        bottom: -160px;
    }
    #header .form-cell a.learn-more {
        display: none;
    }
    #header .form-cell a.join-now {
        margin-bottom: 30px;
        text-align: center;;
    }
    #problem-circles .circles {
        padding-left: 30px;
    }
}
@media screen and (min-width: 768px) {
    #problem-circles .circles .row .circle-1 {
        text-align: right;
    }
    #problem-circles .circles .row .circle-3 {
        text-align: left;
    }
}

/***
 ====== MAX-WIDTH: 767 - TABLET, PHONE ======
***/

@media screen and (max-width: 767px) {
    #header {
        padding: 30px;
        padding-bottom: 80px;
        text-align: center;
    }
    #header h1 {
        margin-top: 40px;

        font-size: 32px;
        line-height: 42px;
    }
    #header h3 {
        margin-top: 40px;

        font-size: 22px;
        line-height: 32px;
    }
    #header .form-cell {
        text-align: center;
    }
    a.join-now {
        width: 90%;
    }
    #header img.ekspertki {
        position: static;
        width: 100%;
        max-width: 550px;
    }
    #header img.kalendarz {
        display: none;
    }
    
    #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.ekspertki {
        max-width: 340px;
    }
    #header .photos-col img.mockup {
        width: 220px;
        left: 50%;
    }
    
    #intro h3 {
        font-size: 28px;
        line-height: 34px;
    }
    
    #intro .intro-offer .intro-offer-tile-wrapper {
        margin-top: 15px;
    }
    #intro .intro-offer .intro-offer-tile-wrapper:nth-child(odd) {
        padding-right: 10px;
    }
        #intro .intro-offer .intro-offer-tile-wrapper:nth-child(even) {
        padding-left: 10px;
    }

    #intro .intro-offer .intro-offer-tile {
        padding: 20px 10px;
    }
    #intro .intro-offer .intro-offer-tile p.title {
        font-size: 20px;
    }
    #intro .intro-offer .intro-offer-tile p.desc {
        font-size: 18px;
    }

    #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;
    }
    
    #problem-circles h3 {
        font-size: 24px;
        line-height: 34px;
    }
    #problem-circles h4 {
        font-size: 20px;
        line-height: 30px;
    }
    #problem-circles .circles .row {
        margin-top: 0;
    }
    #problem-circles .circles .circle-wrapper {
        padding-top: 15px;
    }
    #problem-circles .circles .circle {
        width: 150px;
        height: 150px;

        padding: 5px;

        font-size: 18px;
    }
    #problem-circles .circles .row .circle-1,
    #problem-circles .circles .row .circle-3 {
        text-align: right;
    }
    #problem-circles .circles .row .circle-2,
    #problem-circles .circles .row .circle-4 {
        text-align: left;
    }
    #problem-circles .circles .row .circle-5 {
        margin-top: -15px;
    }
    #problem-circles .is-img-col {
        text-align: center;
    }
    #problem-circles .is-img-col img {
        position: relative;
    }
    #problem-circles p.is1 {
        margin-top: 0;
    }
    #problem-circles p.is3 {
        margin-top: 0;
    }
    #problem-circles p.is4 {
        margin-top: 0;
    }

    #offer h3 {
        font-size: 28px;
    }
    #offer .advantage {
        padding-top: 0;

        border: 0;
    }
    #offer .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;
    }
    
    #intro #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;
    }
}