section.sec01 {
    margin-bottom: 0;
    padding-bottom: 120px;
    margin-top: 0;
}

.sec01 .content-full,
.sec01 .content {
    height: 720px;
    overflow: initial;
}

section.sec01.type01.image-full .content{
    display: flex;
    align-items: center;
    height: 100%;
}

section.sec01.type01.image-full .content-full {
    background-color: #E6E4E5;
    background-image: url(../../img/template/landing/landing_cabify-01.jpg?v3);
    background-position: top right !important;
    background-size: auto 100%;
    border-bottom-right-radius: 200px;
    background-position: top -60px center;
    position: relative;

    @supports(background-image:url(../../img/template/landing/landing_cabify-01.webp?v3)) {
        background-image:url(../../img/template/landing/landing_cabify-01.webp?v3)
    }

}

section.sec01.type01 .text{
    position: static;
    transform: none;
}

section.sec01 .logo {
    margin-bottom: 38px;
    margin-top: 0;
}

section.sec01 .logo img {
    float: none;
    width: 422px;
}

.sec01 .text .body-1 p:last-child,
.sec01 .text .body-1 p.desktop{
    margin-bottom: 0;
}

.sec01 .module-sms {
    height: 62px;
    margin: 42px 0 0!important
}


.sec03 .content{
    align-items: center;
    display: flex;
    gap:30px;
}

    .sec03 .content .text{
        margin-left:0!important;
    }

        .sec03 .content .text ul{
            margin-bottom: 0;
        }

            .sec03 .content .text ul li:last-child{
                margin-bottom: 0;
            }

.sec05{
    margin-bottom: 120px;
}

    .sec05 .content{
        align-items: center;
        background-color: #171717;
        box-sizing: border-box;
        display: flex;
        gap:96px;
        padding:64px 64px 64px 96px;
    }

        .sec05 picture img{
            width: 288px;
        }

        .sec05 .content .text{
            color: #FFF
        }

            .sec05 .content .text h4{
                color: #FFF
            }

            .sec05 .content .text p{
                color: #FFF
            }

        .sec05 .btn{
            background-color: #4DC48A;
            border-color: #4DC48A;
            color: #171717;
        }

.sec06 {
    background-color: #FF3D6B;
    margin-bottom: 120px;
}

    .sec06 .content {
        padding: 80px 0;
        max-width: 928px;
    }

        .sec06 .content .text {
            color: #FFF
        }

            .sec06 .body-1{
                margin-bottom: 32px;
            }

                .sec06 .content .text h3 {
                    color: #FFF
                }

                .sec06 .content .text p {
                    color: #FFF
                }



#footer-landing {
    padding: 24px 0 60px;
    text-align: center;
}

#footer-landing .content {
    border-top: 1px solid #E6E5E5;
}

#footer-landing .content p {
    color: #686664;
    font: normal 14px/20px 'AvertaStdPE-Regular';
}

#footer-landing .content p a {
    color: #171717;
    font-family: 'AvertaStdPE-Bold';
}

#footer-sms {
    background-color: #FFF;
    box-shadow: 0px 0px 32px rgba(46, 43, 43, 0.1);
    bottom: 0;
    opacity: 0;
    padding: 20px 0 30px;
    pointer-events: none;
    position: fixed;
    transition: 500ms;
    width: 100%;
    z-index: 10;
}

[data-last-scroll-movement="up"] #footer-sms:not(.hide) {
    opacity: 1;
    pointer-events: initial;
}

.at-bottom #footer-sms,
.no-show-footer-menu #footer-sms {
    opacity: 0;
    pointer-events: none;
}

#footer-sms .content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
}

#footer-sms .content.mobile {
    display: none;
}

#footer-sms h5 {
    margin-bottom: 0;
}

#footer-sms .module-sms {
    margin-bottom: 0;
    padding-top: 5px;
}


@media only screen and (max-width: 1700px) {

    section.sec01.type01.image-full .content-full {
        background-position: top center;
    }

}


@media only screen and (max-width: 1023px) {

    section.type01 .text {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

}

@media only screen and (max-width: 768px) {

    section.sec01.type01.image-full .content{
        display: block;
    }

    section.type01 .img-wrap img,
    section.type01 .img-wrap picture {
        max-width: unset;
    }

    section.sec01.type01.image-full .content-full {
        background-color:transparent;
        background-image: none !important;
        height: auto;
    }

    section.type01 .img-wrap:nth-child(odd),
    section.type01 .text:nth-child(odd) {
        margin-bottom: 32px;
    }

        section.type01 .img-wrap:nth-child(odd) img{
            border-bottom-left-radius: 200px;
        }

    section.type01.image-full .content-full .content .text {
        padding-top: 0;
    }

    section.sec01 {
        margin-bottom: 64px;
        padding-bottom: 0;
    }

    section.sec01 .logo {
        left: 16px;
        position: absolute;
        top: 32px;
    }

    section.sec01 .logo img {
        width: 288px !important;
    }

    .sec01 .content-full .img-wrap {
        padding-left: 0px;
    }

    .sec01 .content-full:after {
        display: none;
    }

    .sec01 .content-full img {
        margin: 0 !important;
        max-width: unset !important;
        width: 100% !important;
    }

    .sec01 .content-full .text {
        transform: none
    }

        .sec01 .text .body-1 p{
            margin-bottom:32px;
        }

    .sec01 .mobile.fixed{
        display: none!important;
    }

    section.sec02.type01.simple .content>.text {
        margin-bottom: 32px;
    }



    .sec02 .body-1 ol li,
    .sec02 .body-2 ol li {
        margin-bottom: 24px;
    }

    .sec02 .body-1 ol li:before,
    .sec02 .body-2 ol li:before {
        display: inline-block;
        margin-bottom: 0;
    }

    .sec03 .content{
        gap:0;
    }

        .sec03 .body-2 ul li:not(:last-child){
            margin-bottom:8px
        }

    .sec05{
        margin-bottom: 64px;
    }

        .sec05 .content{
            flex-direction: column;
            gap:32px;
            padding:64px 24px;
        }

            .sec05 picture img{
                max-width: 216px;
                width: 100%;
            }

            .sec05 .content .text{
                text-align: center;
            }

                .sec05 .content a{
                    box-sizing: border-box;
                    width: 100%;
                }

    .sec06{
        margin-bottom: 64px;
    }

        .sec06 .content{
            flex-direction: column;
            gap:32px;
            padding:64px 24px;
        }

            .sec06 picture img{
                max-width: 216px;
                width: 100%;
            }

            .sec06 .content .text{
                text-align: center;
            }

                .sec06 .content button{
                    width: 100%
                }


    #footer-landing {
        padding: 16px 0 32px;
    }

    #footer-sms {
        bottom: auto;
        padding: 10px 0 10px;
        top: 0;
    }

    #footer-sms .content.desktop {
        display: none;
    }

    #footer-sms .content.mobile {
        display: flex;
        justify-content: space-between;
    }

    #footer-sms .content.mobile p {
        margin: 0;
        max-width: 141px;
        width: 100%;
    }

    #footer-sms .content.mobile a {
        box-sizing: border-box;
        font-size: 16px;
        line-height: 22px;
        padding: 5px 10px;
        width: 100%;
    }

    #footer-sms .content.mobile p img {
        width: 108px;
    }

}