section{
    position: relative;
    z-index: 1;
    width: 100%;
}

.text{
    padding: 0 70px;
    display: inline-block;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 26px;
    font-family: 'ProximaNovaCn-Bold';
    outline: 0;
}

.block{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 70px;
}

.column{
    float: left;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 24px;
    font-family: 'ProximaNovaCn-Regular';
}

/* Home ------------------------------------*/

#home-section .custom-logo-link{
    margin-top: 30px;
}
#home-section .custom-logo-link img{
    max-width: 430px;
}

#home-section{
    color: #619996;
    text-align: center;
    background: #fff;
    overflow: hidden;
}


#home-section .bg{
    position: fixed;
    top: 0;
    left: 50%;
    max-width: none;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

#home-section > .container .text{
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
}

#home-section .text p{
    margin: 38px 0;
}

.habits{
    position: relative;
    z-index: 5;
    margin-top: 50px;
}
.habits .block{
    color: #fff;
    background: #619996;
    padding-bottom: 33px;
    margin-bottom: -170px;
}

.habits h3{
    font-size: 37px;
    text-transform: uppercase;
    margin: 20px 0;
    letter-spacing: 5px;
}
.habits p{
    margin-top: -10px;
}

.habits-list{
    margin: 0 -2px;
}

.habit{
    position: relative;
    float: left;
    background: #abc9c7;
    width: calc(20% - 4px);
    margin: 0 2px;
    padding: 10px;
    padding-top: 0;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all ease-out 0.1s;
       -moz-transition: all ease-out 0.1s;
         -o-transition: all ease-out 0.1s;
            transition: all ease-out 0.1s;
}
.habit:nth-child(even){
    background: #5c7878;
}

.habit:before{
    content: 'i';
    position: absolute;
    top: 8px;
    left: 9px;
    width: 15px;
    height: 15px;
    color: #5c7878;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    line-height: 15px;
}

.habit div{
    position: relative;
}
.habit .name{
    height: 75px;
}
.habit .img{
    overflow: hidden;
}
.habit .img:before{
    display: block;
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border:solid 1px #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity ease-out 0.2s;
       -moz-transition: opacity ease-out 0.2s;
         -o-transition: opacity ease-out 0.2s;
            transition: opacity ease-out 0.2s;
}
.habit:hover .img:before{
    opacity: 1;
}
.habit img{
    -webkit-transition: all ease-out 0.2s;
       -moz-transition: all ease-out 0.2s;
         -o-transition: all ease-out 0.2s;
            transition: all ease-out 0.2s;
}
.habit:hover{
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
}

.habit:hover img{
    -webkit-transform: scale(1.02);
       -moz-transform: scale(1.02);
         -o-transform: scale(1.02);
            transform: scale(1.02);
}

.habit .name *{
    display: none;
}

.habit .name h4{
    display: block;
    font-family: 'Raleway-Bold';
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 2px;
    font-size: 19px;
    line-height: 23px;
    margin: 0;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

#home-section .bottom{
    position: relative;
    z-index: 1;
    background: #e3b632;
    color: #fff;
}

#home-section .bottom .texts{
    position: relative;
    padding-top: 170px;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 29px;
    letter-spacing: 5px;
    font-family: 'ProximaNovaCn-Regular';
}

#home-section .bottom .texts em{
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 52px;
    color: #f7e9c0;
    letter-spacing: 10px;
    font-style: normal;
    font-family: 'ProximaNovaCn-Semibold';
}
#home-section .bottom .texts strong{
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-family: 'ProximaNovaCn-Bold';
}

.texts .slick-arrow{
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: calc(50% - 50px);
    outline: 0;
    font-size: 0;
    border: none;
    background: transparent;
    margin-bottom: -30px;
    z-index: 1;
    -webkit-transform: translateY(50%);
       -moz-transform: translateY(50%);
         -o-transform: translateY(50%);
            transform: translateY(50%);
}
.texts .slick-list{
    margin: 0 30px;
}
.texts .slick-prev{
    left: 0;
}
.texts .slick-next{
    right: 0;
}
.texts .slick-prev:before,
.texts .slick-next:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 80%;
    height: 80%;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
.texts .slick-prev:before{
    left: 70%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
       -moz-transform: translate(-50%, -50%) rotate(135deg);
         -o-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
}
.texts .slick-next:before{
    left: 35%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
       -moz-transform: translate(-50%, -50%) rotate(-45deg);
         -o-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
}
.texts .slick-prev:hover:before,
.texts .slick-next:hover:before{
    border-bottom: solid 2px #619996;
    border-right: solid 2px #619996;
}


/* About ------------------------------------*/

#about-section{
    background: #cfdfde;
    z-index: 2;
    padding-top: 140px;
}

#about-section .container{
    position: relative;
    z-index: 2;
}

#about-section .columns{
    position: relative;
    z-index: 1;
}
#about-section .column{
    padding-bottom: 55px;
}
#about-section .column:nth-child(1){
    box-sizing: border-box;
    float: left;
    width: 36%;
    padding-right: 20px
}
#about-section .column:nth-child(2){
    float: left;
    width: 64%;
    text-align: right;
}
#about-section .column p{
    margin: 0;
}
#about-section .column:nth-child(1) img{
    display: none;
    float: right;
    width: 45%;
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 20px;
}
#about-section .column img{
    max-width: 85%;
}
#about-section .bottom{
    position: relative;
    background: #b3cdcc;
    text-align: center;
}
#about-section .bottom *{
    position: relative;
    z-index: 1;
}
#about-section .bottom .container:after{
    /*display: block;*/
	display: none;
    position: absolute;
    width: 60%;
    height: 950px;
    right: 0px;
    bottom: -60px;
    background: #609996;
    content: '';
}


/* Why ------------------------------------*/

#why-section{
    background: #f7e9c0;
    padding-top: 60px;
    z-index: 3;
	margin-top: -120px;
}

#why-section h2{
    color: #e3b632;
}

#why-section .columns{
    background: #f2dc9c;
    padding-top: 42px;
    padding-bottom: 35px;
}

#why-section .column{
    float: left;
    width: 33.3%;
    padding-right: 30px;
}

#why-section .column a.name{
    margin-top: -55px;
    position: relative;
}
#why-section .column a.name:before{
    content: 'i';
    position: absolute;
    top: 14px;
    left: 20px;
    width: 15px;
    height: 15px;
    color: #59595b;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    line-height: 15px;
    z-index: 1;
}

#why-section .column h4{
    position: relative;
    color: #58585a;
    background: #d1cece;
    width: 175px;
    height: 175px;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
    padding: 65px 18px;
    box-sizing: border-box;
    border: solid 1px rgba(255,255,255,0);
    -webkit-transition: all ease-out 0.1s;
       -moz-transition: all ease-out 0.1s;
         -o-transition: all ease-out 0.1s;
            transition: all ease-out 0.1s;
}
#why-section .column h4:before,
#why-section .column h4:after{
    position: absolute;
    left: 18px;
    width: 42px;
    height: 3px;
    background: #59595b;
    content: '';
}
#why-section .column h4:before{
    top: 42px;
}
#why-section .column h4:after{
    bottom: 44px;
}
#why-section .column a{
    display: inline-block;
    position: relative;
}
#why-section .column a:hover h4{
    color: #333;
    border: solid 1px rgba(255,255,255,0.5);
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
}


#why-section .column img{
    margin-left: 17px;
}

#why-section .column p{
    margin-top: 25px;
    margin-bottom: 0;
    height: 340px;
    overflow: hidden;
}
#why-section .column a.more{
    position: relative;
    font-family: 'ProximaNovaCn-Bold';
    padding-left: 14px;
}
#why-section .column a.more:before{
    display: block;
    position: absolute;
    font-family: 'ProximaNovaCn-Bold';
    left: 0;
    top: 1px;
    content: '>';
}
#why-section .column a.more:hover{
    color: #619996;
}

#why-section .column .full{
    display: none;
}


#why-section .bottom .text p{
    margin: 36px 0;
}


#why-section .bottom .boxes{
    width: 100%;
    left: 0;
    margin-bottom: -140px;
}
#why-section .bottom .box{
    float: left;
    width: calc(50% - 2px);
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    background: #e3b632;
    padding: 25px;
    box-sizing: border-box;
    box-sizing: border-box;
}
#why-section .bottom .box:nth-child(1){
    margin-right: 2px;
}
#why-section .bottom .box:nth-child(2){
    margin-left: 2px;
}

#why-section .bottom .box h4{
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
}

#why-section .bottom .box ul{
    margin: 0;
    margin-top: 26px;
    padding: 0;
    list-style: none;
    letter-spacing: 1px;
}
#why-section .bottom .box ul li{
    position: relative;
    padding-left: 15px;
}
#why-section .bottom .box ul li:before{
    content: '• ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}


/* What ------------------------------------*/

#what-section{
    z-index: 4;
}
#what-section{
    background: #cfdfde;
}

#what-section .columns{
    position: relative;
    margin-top: 45px;
    margin-bottom: 40px;
}
#what-section .columns:after{
	display: none;
    /*display: block;*/
    position: absolute;
    width: 65%;
    top: 25%;
    height: 75%;
    background: #609996;
    content: '';

}

#what-section .column{
    position: relative;
    z-index: 1;
}

#what-section .column:nth-child(1){
    width: 65%;
    text-align: center;
}
#what-section .column:nth-child(2){
    width: 35%;
    padding-left: 35px;
}

#what-section .column img{
    max-width: 80%;
	margin-top: 90px;
}

#what-section h3{
    position: relative;
    font-size: 20px;
    margin-top: 92px;
    margin-bottom: 30px;
    padding: 20px 0;
    line-height: 24px;
}
#what-section .column h3:before,
#what-section .column h3:after{
    position: absolute;
    left: 0px;
    width: 42px;
    height: 3px;
    background: #59595b;
    content: '';
}
#what-section .column h3:before{
    top: 0;
}
#what-section .column h3:after{
    bottom: 0;
}

#what-section .column p{
    margin: 0;
}

#what-section .features{
    background: #b3cdcc;
    padding-bottom: 35px;
}

#what-section .features > .container > .text > p{
    margin-top: 30px;
    margin-bottom: 10px;
}

#what-section .features .text{
    font-size: 20px;
}

#what-section .features .clear2{
    display: none;
}

#what-section .feature{
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    padding: 0 20px 10px;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    font-family: 'ProximaNovaCn-Regular';
}

#what-section .feature .img{
    position: relative;
    height: 135px;
    margin: 10px 0;
}
#what-section .feature .img img{
    position: absolute;
    left: 50%;
    top: 50%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
#what-section .bottom{
    padding-bottom: 268px;
}
#what-section .bottom p{
    margin-top: 40px;
    font-size: 18px;
    margin-bottom: 40px;
}

#what-section .container:last-child .block{
    position: absolute;
    left: 0;
    bottom: -85px;
}
#what-section .box{
    width: 100%;
    padding: 25px 30px;
    font-size: 19px;
    color: #fff;
    background: #609996;
    box-sizing: border-box;
}

#what-section .box h4{
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: 5px;
}

#what-section .box h5{
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 5px;
    margin-top: 25px;
    margin-bottom: 0;
}

#what-section .box ul{
    font-size: 22px;
    margin: 0;
    margin-left: 20px;
    line-height: 27px;
    padding: 0;
}


/* Contact ------------------------------------*/

#contact-section{
    padding: 86px 0;
    background: #fff;
}

#contact-section h2{
    color: #58585a;
    margin-top: 80px;
}

#contact-section p{
    font-size: 20px;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus{
    width: 100%;
    color: #fff;
    font-family: 'ProximaNovaCn-Bold';
    font-size: 20px;
    background: #58585a;
    box-sizing: border-box;
}
.wpcf7-form input{
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
    margin-bottom: 5px;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder{
    color: #fff;
    font-family: 'ProximaNovaCn-Bold';
    font-size: 20px;
}
.wpcf7-form textarea{
    height: 175px;
    min-height: 175px;
    line-height: 24px;
    padding: 12px 30px;
    resize: vertical;
}

.wpcf7-form input[type='text'],
.wpcf7-form input[type='email']{
    -webkit-box-shadow: inset 0 0 0 50px #58585a;
    -webkit-text-fill-color: #fff;
}

.wpcf7-form input[type='submit']{
    width: auto;
    float: right;
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'ProximaNovaCn-Bold';
    padding: 0px 28px;
    cursor: pointer;
    -webkit-transition: all ease-out 0.1s;
       -moz-transition: all ease-out 0.1s;
         -o-transition: all ease-out 0.1s;
            transition: all ease-out 0.1s;
}
.wpcf7-form input[type='submit']:hover{
    background: #609996;
}

.wpcf7-form p{
    margin-top: 0;
}

.wpcf7-form .privacy{
    display: block;
    font-family: 'ProximaNovaCn-Regular';
    margin-top: 2px;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1px;
    padding: 0 30px;
}



/* Responsive ----------------------------------------------------------*/

@media(max-width: 2560px){
    #home-section .bg {
        width: 100%;
    }
}

@media(max-width: 1150px){
    #what-section .feature{
        font-size: 19px;
    }
}

@media(max-width: 1100px){
    #home-section > .container .text{
        font-size: 20px;
    }
    .habits h3{
        font-size: 35px;
    }
    .habit .name h4{
        font-size: 18px;
    }
    #home-section .bottom .texts em {
        font-size: 50px;
    }
    #home-section .bottom .texts strong {
        font-size: 24px;
    }
    #what-section .column img{
        max-width: 90%;
    }
    .block{
        padding-left: 50px;
        padding-right: 50px;
    }
    .text {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media(max-width: 1050px){
    .text{
        font-size: 24px;
    }

    #about-section .column:nth-child(1){
        width: 100%;
        padding-right: 0;
    }
    #about-section .column:nth-child(1) img{
        display: block;
    }
    #about-section .column:nth-child(2){
        display: none;
    }
    #about-section .bottom .container:after{
        display: none;
    }
    #about-section .column p{
        text-align: justify;
    }
    #what-section .feature .img{
        height: 115px;
    }
}


@media(max-width: 980px){
    .text{
        font-size: 23px;
    }

    #home-section > .container .text {
        font-size: 19px;
        line-height: 28px;
    }
    #home-section .text p{
        margin: 30px 0;
    }
    .habits h3 {
        font-size: 34px;
    }
    #home-section .bottom .texts{
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 4px;
    }
    #home-section .bottom .texts em{
        font-size: 48px;
        letter-spacing: 8px;
    }

    .habit .name {
       height: 70px;
    }
    .habit .name h4{
        font-size: 17px;
        line-height: 21px;
    }

    #why-section .column h4{
        width: 165px;
        height: 142px;
        font-size: 18px;
        line-height: 22px;
        padding: 47px 18px;
    }
    #why-section .column h4:before{
        top: 34px;
    }
    #why-section .column h4:after{
        bottom: 34px;
    }
    #why-section .column p {
        margin-top: 20px;
    }

    #why-section .bottom .box{
        font-size: 19px;
    }
    #why-section .bottom .box ul{
        margin-top: 20px;
    }

    #what-section .column:nth-child(1){
        width: 60%;
    }
    #what-section .column:nth-child(2){
        width: 40%;
    }
    #what-section .columns:after{
        width: 60%;
    }
    #what-section h3{
        margin-top: 20px;
    }
    #what-section .feature{
        font-size: 18px;
    }
    #what-section .box h4{
        font-size: 23px;
    }
    #what-section .box h5 {
        font-size: 25px;
        line-height: 28px;
    }

    #contact-section h2{
        margin-top: 0px;
    }
    .wpcf7-form input {
        height: 46px;
        line-height: 46px;
    }
    .wpcf7-form textarea{
        padding: 11px 30px;
    }
    .wpcf7-form input[type='submit']{
        font-size: 25px;
    }
}


@media(max-width: 950px){
    .habits h3 {
        font-size: 33px;
    }
    .habit .name h4 {
        font-size: 16px;
    }

    #what-section .bottom {
        padding-bottom: 243px;
    }
    #what-section .box h4 {
        font-size: 21px;
    }
    #what-section .box ul {
        font-size: 20px;
        line-height: 25px;
    }
    #what-section .box h5{
        font-size: 23px;
        line-height: 26px;
    }

    #what-section .column:nth-child(1){
        width: 55%;
    }
    #what-section .column:nth-child(2){
        width: 45%;
    }
    #what-section .columns:after{
        width: 55%;
    }
    #what-section h3{
        margin-top: 0;
    }
}


@media(max-width: 910px){
    #what-section .bottom {
        padding-bottom: 266px;
    }
    #what-section .box h4{
        font-size: 20px;
        padding-right: 50px;
    }
    #what-section .box ul{
        font-size: 19px;
        line-height: 24px;
    }
    #what-section .box h5{
        font-size: 22px;
    }
}


@media(max-width: 900px){
    .block {
        padding-left: 40px;
        padding-right: 40px;
    }
    .text {
        padding-left: 70px;
        padding-right: 70px;
        font-size: 22px;
        line-height: 25px;
    }
    .column{
        font-size: 19px;
    }

    #home-section .text p {
        margin: 25px 0;
    }
    .habits h3 {
        font-size: 32px;
    }
    .habit .name h4 {
        font-size: 15px;
        line-height: 20px;
    }
    #home-section .bottom .texts em{
        font-size: 45px;
    }
    #home-section .bottom .texts strong{
        font-size: 22px;
    }
    #home-section .bottom .texts{
        font-size: 21px;
    }

    #what-section .feature{
        font-size: 17px;
        line-height: 20px;
    }
    #why-section .bottom .box{
        font-size: 18px;
        line-height: 25px;
    }

    #contact-section {
        padding: 80px 0;
    }
}


@media(max-width: 850px){
    .block {
        padding-left: 20px;
        padding-right: 20px;
    }
    .text {
        padding-left: 10px;
        padding-right: 10px;
    }

    #home-section .custom-logo-link{
        display: none;
    }

    .habits h3 {
        font-size: 31px;
    }

    #contact-section p {
        font-size: 19px;
    }
    .wpcf7-form input {
        padding: 0 20px;
    }
    .wpcf7-form textarea {
        padding: 10px 20px;
    }
    .wpcf7-form .privacy{
        font-size: 19px;
        line-height: 23px;
        padding: 0 20px;
    }
}


@media(max-width: 800px){
    #home-section > .container .text {
        font-size: 18px;
        line-height: 26px;
    }
    #home-section .text p {
        margin: 24px 0;
    }
    .habits{
        margin-top: 25px;
    }
    .habits h3 {
        font-size: 29px;
    }
    #home-section .bottom .texts em {
        font-size: 43px;
    }
    #home-section .bottom .texts strong {
        font-size: 21px;
    }
    #home-section .bottom .texts{
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 3px;
    }

    #why-section .columns{
        padding-top: 25px;
    }
    #why-section .column{
        position: relative;
        width: 100%;
        margin-top: 20px;
        padding-right: 0;
    }
    #why-section .column a.name{
        float: left;
        margin-top: 0;
        margin-left: 20px;
        padding-top: 23px;
    }
    #why-section .column a h4{
        font-size: 20px;
        padding: 9px 0;
        background: transparent;
        width: auto;
        height: auto;
        border: none;
    }
    #why-section .column a h4:hover{
        border: none;
    }
    #why-section .column h4:before{
        left: 0;
        top: 0;
    }
    #why-section .column h4:after{
        left: 0;
        bottom: 0;
    }
    #why-section .column .img{
        float: left;
        width: 86px;
    }
    #why-section .column img{
        margin: 0;
        position: relative;
        z-index: 1;
    }
    #why-section .column p{
        float: left;
        width: 100%;
        height: 124px;
        margin-top: 17px;
    }
    #why-section .column a.more{
        float: left;
        margin-left: 0px;
        margin-bottom: 30px;
        margin-top: 6px;
    }
    #why-section .bottom .box {
        line-height: 23px;
    }

    #what-section .column:nth-child(1){
        width: 90px;
    }
    #what-section .column img{
        max-width: 100%;
    }
    #what-section .column:nth-child(2){
        width: 100%;
        padding-left: 0;
        margin-top: -89px;
    }
    #what-section .columns:after{
        display: none;
    }
    #what-section h3{
        margin-left: 112px;
        margin-bottom: 17px;
    }

    .wpcf7-form input {
        height: 44px;
        line-height: 44px;
    }
    .wpcf7-form textarea {
        padding: 10px 20px;
    }
    .wpcf7-form input[type='submit'] {
        font-size: 24px;
    }

    #why-section .column a.name:before{
        top: 0;
        left: 0;
    }
}

@media(max-width: 768px){
    .container{
        margin: 0;
    }
    #home-section .text p{
        margin: 28px 0;
    }
    .habits-list {
        margin: 0 7px;
    }
    .habits{
        width: 500px;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .habits h3{
        margin: 16px 0;
    }
    .habit{
        width: calc(33.3% - 4px);
        padding-top: 15px;
    }
    .habit:nth-child(1),
    .habit:nth-child(2){
        width: calc(50% - 4px);
        margin-bottom: 4px;
        padding-bottom: 20px;
        padding-top: 5px;
    }
    .habit:nth-child(even){
        background: #abc9c7;
    }
    .habit .img{
        display: inline-block;
        vertical-align: top;
    }
    .habit:nth-child(1) .name,
    .habit:nth-child(2) .name{
        height: 57px;
    }
    .habit .name {
        height: 52px;
        font-size: 14px;
    }
    #home-section .bg{
        margin-top: -5px;
        height: 1000px;
    }

    .texts .slick-prev{
        left: 10px;
    }
    .texts .slick-next{
        right: 10px;
    }


    #what-section .box h4{
        padding-right: 0;
    }
    #what-section .box h5 {
        font-size: 21px;
    }

    .wpcf7-form input,
    .wpcf7-form textarea,
    .wpcf7-form input::placeholder,
    .wpcf7-form textarea::placeholder{
        font-size: 19px;
    }
}


@media(max-width: 750px){
    .habits h3 {
        font-size: 28px;
    }
    #what-section .bottom {
        padding-bottom: 292px;
    }
    #what-section .box h5{
        padding-right: 50px;
    }
}

@media(max-width: 700px){
    .text {
        font-size: 21px;
    }
    .column {
        font-size: 18px;
    }

    #home-section > .container .text {
        font-size: 17px;
        line-height: 25px;
    }
    #home-section .text p {
        margin: 24px 0;
    }
    #home-section .bottom .texts em {
        font-size: 42px;
    }
    .habits h3 {
        font-size: 27px;
    }
    #what-section .features .clear1{
        display: none;
    }
    #what-section .features .clear2{
        display: block;
    }
    #what-section .feature {
        font-size: 15px;
        line-height: 19px;
        width: 50%;
        padding: 0 10px;
        padding-bottom: 20px;
    }
    #what-section .feature .img {
        height: 110px;
    }
    #what-section .bottom {
        padding-bottom: 270px;
    }
    #what-section .box h4 {
        font-size: 19px;
        letter-spacing: 4px;
        line-height: 24px;
    }
    #what-section .box ul {
        font-size: 18px;
        line-height: 23px;
    }
    #what-section .box h5{
        font-size: 20px;
        letter-spacing: 4px;
        line-height: 24px;
    }

    #contact-section {
        padding: 75px 0;
    }
    .wpcf7-form input {
        height: 42px;
        line-height: 42px;
    }
    .wpcf7-form textarea {
        padding: 9px 20px;
    }
    .wpcf7-form input[type='submit'] {
        font-size: 23px;
        padding: 0px 26px;
    }
}


@media(max-width: 650px){
    #home-section .bottom .texts em {
        font-size: 41px;
    }
    #home-section .bottom .texts strong {
        font-size: 20px;
    }
    #home-section .bottom .texts {
        font-size: 19px;
        line-height: 23px;
        letter-spacing: 2px;
    }
    .habits h3 {
        font-size: 26px;
        margin: 18px 0;
    }

    #what-section .features .text {
        font-size: 20px;
    }
    #what-section .box h5{
        padding-right: 0;
    }

    #why-section .bottom .box{
        font-size: 17px;
        line-height: 21px;
    }
    #why-section .bottom .box ul {
        margin-top: 15px;
    }

    #contact-section p {
        font-size: 18px;
        line-height: 21px;
    }
    .wpcf7-form input,
    .wpcf7-form textarea,
    .wpcf7-form input::placeholder,
    .wpcf7-form textarea::placeholder{
        font-size: 18px;
    }
    .wpcf7-form input[type='submit'] {
        font-size: 22px;
    }
    .wpcf7-form .privacy {
        font-size: 17px;
        line-height: 21px;
    }
}

@media(max-width: 600px){
    .block {
        padding-left: 0px;
        padding-right: 0px;
    }
    .text {
        font-size: 20px;
    }
    .column {
        font-size: 17px;
    }

    #home-section .bottom .texts em {
        font-size: 40px;
    }
    #home-section .bottom .texts strong {
        font-size: 19px;
    }
    #home-section .bottom .texts {
        font-size: 18px;
        line-height: 22px;
    }
    .habits-list {
        margin: 0 25px;
    }
    .habits h3 {
        font-size: 25px;
    }
    .habit .name h4 {
        font-size: 14px;
        line-height: 18px;
    }

    #about-section .column {
        padding-bottom: 45px;
    }
    #about-section .column:nth-child(1) img{
        float: none;
        width: 100%;
        margin: 0;
        max-width: none;
        margin-bottom: 30px;
    }
    #about-section .column p {
        text-align: left;
    }

    #what-section .bottom {
        padding-bottom: 290px;
    }
    #what-section .box ul{
        padding-right: 70px;
    }

    #why-section .column p{
        margin-top: 12px;
    }
    #why-section .column a.more{
        margin-top: 0;
    }
    #why-section .bottom .boxes{
        padding: 0 4px;
    }
    #why-section .bottom .box {
        font-size: 16px;
        line-height: 20px;
    }

    #contact-section .block{
        padding: 0 30px;
    }
    .wpcf7-form input{
        padding: 0 13px;
    }
    .wpcf7-form textarea {
        padding: 9px 13px;
    }
    .wpcf7-form .privacy{
        padding: 0 10px;
    }
}


@media(max-width: 550px){
    .text {
        font-size: 19px;
        line-height: 24px;
    }
    .column{
        line-height: 22px;
    }

    #home-section > .container .text {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
    }
    #home-section .text p {
        margin: 20px 0;
    }
    #home-section .bottom .texts em {
        font-size: 36px;
        letter-spacing: 6px;
    }
    #home-section .bottom .texts strong {
        font-size: 17px;
    }
    #home-section .bottom .texts {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1px;
    }
    .habits{
        width: calc(100% - 40px);
    }
    .habit .name h4 {
        font-size: 12px;
        line-height: 15px;
        padding: 0 20px;
    }

    #why-section .column a h4 {
        font-size: 19px;
    }
    #why-section .column a.name{
        margin-left: 18px;
    }
    #why-section .column p{
        height: 113px;
    }
    #why-section .bottom .box{
        width: 100%;
        height: auto !important;
    }
    #why-section .bottom .box:nth-child(1){
        margin: 0;
    }
    #why-section .bottom .box:nth-child(2){
        margin: 0;
        margin-top: 4px;
    }

    #what-section .feature .img {
        height: 100px;
    }
    #what-section .features .text {
        font-size: 19px;
        line-height: 23px;
    }

    #contact-section .block {
        padding: 0 20px;
    }
    .wpcf7-form input[type='submit'] {
        font-size: 20px;
    }
}

@media(max-width: 500px){
    .text {
        font-size: 18px;
        line-height: 23px;
    }
    .habits{
        margin-top: 15px;
    }
    .habits h3 {
        font-size: 22px;
        margin: 15px 0;
        letter-spacing: 4px;
    }
    .habit:nth-child(1){
        width: calc(100% - 4px);
        padding-bottom: 20px;
    }
    .habit,
    .habit:nth-child(2){
        width: calc(50% - 4px);
        padding: 0 15px;
        padding-bottom: 15px;
    }
    .habit:nth-child(1) .name {
        height: 52px;
    }
    .habit .name,
    .habit:nth-child(2) .name{
        height: 48px;
    }
    .habit:nth-child(3){
        margin-bottom: 4px;
    }

    #what-section .feature .img {
        height: 90px;
    }
    #what-section .features .text {
        font-size: 18px;
    }
    #what-section .feature {
        padding-left: 10px;
    }
    #what-section .box{
        padding: 20px 25px;
    }
    #what-section .box h4{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    #what-section .box ul {
        font-size: 17px;
        line-height: 22px;
        padding-right: 50px;
    }
    #what-section .box h5{
        font-size: 18px;
        line-height: 20px;
        padding-right: 50px;
        margin-top: 20px;
    }
    #what-section .bottom {
        padding-bottom: 268px;
    }
    #contact-section {
        padding: 50px 0;
    }

    .wpcf7-form textarea {
        padding: 8px 13px;
        line-height: 18px;
    }
    .wpcf7-form input {
        height: 40px;
        line-height: 40px;
    }
    .wpcf7-form input[type='submit'] {
        font-size: 19px;
        padding: 0px 24px;
    }
}


@media(max-width: 460px){
    .habits h3 {
        font-size: 20px;
    }
}


@media(max-width: 430px){
    .text {
        font-size: 17px;
    }

    #home-section > .container .text {
        font-size: 15px;
        line-height: 21px;
    }
    #home-section .text p{
        margin: 15px 0;
    }
    .habits {
        width: calc(100% - 20px);
    }
    .habits h3 {
        font-size: 19px;
    }
    .habits-list {
        margin: 0 20px;
    }
    #home-section .bottom .texts {
        padding-bottom: 10px;
    }
    #what-section .bottom {
        padding-bottom: 250px;
    }
    #what-section .box h4{
        font-size: 17px;
        line-height: 20px;
        padding-right: 50px;
        margin-bottom: 10px;
    }
    #what-section .box ul{
        font-size: 16px;
        line-height: 20px;
        padding-right: 0;
    }
    #what-section .box h5{
        font-size: 17px;
        line-height: 20px;
        padding-right: 0;
        margin-top: 15px;
    }
}


@media(max-width: 400px){
    .text {
        font-size: 16px;
    }
    .column {
        font-size: 16px;
        line-height: 21px;
    }

    #home-section > .container .text{
        padding: 0 20px;
        font-size: 14px;
        line-height: 20px;
    }
    .habits h3 {
        font-size: 17px;
        letter-spacing: 3px;
    }
    #home-section .bottom .texts em {
        font-size: 34px;
        letter-spacing: 4px;
    }

    #what-section .feature {
        width: 100%;
    }
    #what-section .bottom {
        padding-bottom: 220px;
    }
    #what-section .box h4,
    #what-section .box h5 {
        font-size: 15px;
        line-height: 19px;
        letter-spacing: 2px;
    }

    #why-section .columns{
        padding-top: 38px;
    }
    #why-section .columns .text{
        display: block;
    }
    #why-section .column p {
        height: 130px;
    }
    #why-section .bottom .text p {
        margin: 30px 0;
    }

    #contact-section{
        padding-bottom: 40px;
    }
    .wpcf7-form input,
    .wpcf7-form textarea,
    .wpcf7-form input::placeholder,
    .wpcf7-form textarea::placeholder {
        font-size: 16px;
    }
    .wpcf7-form input[type='submit']{
        float: none;
        display: block;
        margin: 0 auto;
        font-size: 18px;
    }
    #contact-section form p{
        margin: 0;
    }
}


@media(max-width: 370px){
    #what-section .bottom {
        padding-bottom: 250px;
    }
    #what-section .box h4{
        padding-right: 20px;
    }
    #what-section .box ul {
        padding-right: 30px;
    }
    #what-section .box h5{
        font-size: 15px;
    }
}

@media(max-width: 350px){
    .text {
        font-size: 15px;
        line-height: 21px;
    }
    .habits {
        width: 100%;
    }
    .habits h3 {
        font-size: 16px;
    }
    .habits-list {
        margin: 0 4px;
    }
    .habit:nth-child(1){
        padding-bottom: 15px;
    }
    .habit,
    .habit:nth-child(2){
        padding-bottom: 10px;
    }
    #what-section .bottom {
        padding-bottom: 270px;
    }
    #what-section .box {
        padding: 20px 20px;
    }
    #what-section .box h4{
        padding-right: 0;
    }
    #what-section .box h5{
        padding-right: 0;
    }
}