.sidenav-wrapper {
    display: none;
}
header.il-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    padding: 42px 0;
}
    .il-header-logo {
        width: 200px;
        font-size: 0;
    }
        .il-header-logo img {
            width: 100%;
            height: auto;
        }

    .site_nav, .template-breadcrumbs {
        display: none;
    }

#il-popup {
    width: 958px;
    max-width: 95%;
    background: #fff;
    margin: 30px 0;
    position: relative;
}
.il-popup-wrap.popup-active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.il-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    overflow-x: hidden;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 15px;
    transition: all var(--default-transition);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

    .il-popup-close {
        position: absolute;
        top: 36px;
        right: 39px;
        font-size: 20px;
        color: #000;
        opacity: 0.3;
        width: auto;
        height: auto;
        padding: 0;
        z-index: 1;
        transition: all var(--default-transition);
        background: transparent;
        border: none;
    }
        .il-popup-close:hover {
            opacity: 1;
        }

    .il-popup-content .wpcf7 form .wpcf7-response-output {
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        font-size: 12px;
        text-align: center;
        margin: 10px auto 0;
    }

.il-popup-inner {

}

.il-popup-img {
    width: 410px;
    position: relative;
    width: 42.8%;
}

.il-popup-img canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.il-popup-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.il-popup-content {
    width: 57.2%;
    padding: 48px 45px 72px;
}

.il-popup-logo {
    text-align: center;
    font-size: 0;
    margin-bottom: 20px;
}

.il-popup-logo img {
    max-width: 100%;
    height: auto;
}

.il-popup-content h2 {
    font-size: 25px;
    line-height: 1.2;
    font-family: var(--font-family-title);
    text-align: center;
    margin-bottom: 7px;
}

.il-popup-content p {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #444444;
    text-align: center;
    line-height: 1.428571428571429;
    margin-bottom: 33px;
}

.il-popup-content .wpcf7 {
    font-size: 0;
}

.il-popup-content .wpcf7 form {
    position: relative;
    font-size: 0;
    margin: 0 -15px;
    position: relative;
}
    .il-popup-field {
        display: inline-block;
        vertical-align: top;
        padding: 0 15px;
    }

        .il-popup-field input,
        .il-popup-field textarea {
            width: 100%;
            height: 33px;
            background: transparent;
            border: none;
            border-bottom: 2px solid rgba(0,0,0,0.2);
            font-size: 13px;
            letter-spacing: 0.04em;
            line-height: 1.692307692307692;
            font-family: var(--font-family-alt);
            font-weight: 300;
        }

    .il-popup-field.field-6 {
        width: 50%;
        margin-bottom: 17px;
    }
    .il-popup-field.field-12 {
        width: 100%;
    }
        .il-popup-field textarea {
            padding-top: 0;
            height: 93px;
            resize: none;
        }

    .il-popup-field-wrap {
        position: relative;
    }
    .il-popup-field-submit {
        position: absolute;
        font-size: 27px;
        color: var(--secondary);
        bottom: 17px;
        right: 18px;
    }
        .il-popup-field-submit input {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            font-size: 0;
            opacity: 0;
        }
    .il-popup-field-submit .ajax-loader, .il-popup-field-submit .wpcf7-spinner {
        position: absolute;
        bottom: -30px;
        right: 0;
        margin: auto;
    }
    .il-popup-form .wpcf7 form .wpcf7-response-output {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin: 10px 15px 0;
        font-size: 12px;
        text-align: center;
    }

.il-header-nav {

}
    .site_nav > li {
        margin: 0 17px;
    }
        .site_nav > li > .sub-menu {
            left: calc(50% - 124px);
        }
        .site_nav .sub-menu {
            min-width: 248px;
        }
            .site_nav .sub-menu li a {
                font-size: 15px;
                letter-spacing: 0.05em;
            }
            .site_nav .sub-menu li:hover > a,
            .site_nav .sub-menu li:focus-within > a {
                background: #fff;
                color: #000;
                font-weight: 700;
            }
    .il-header-btn {
        margin-left: 52px;
    }
    .il-header-btn a.btn-a {
        padding-right: 0;
    }
        .il-header-btn a.btn-a span {
            padding-top: 0;
        }
            .il-header-btn a.btn-a span em {
                font-size: 16px;
                margin-left: 6px;
                margin-right: 6px;
            }
            .il-header-btn a.btn-a span:after {
                margin-left: 12px;
            }


#hp-slideshow {
    position: relative;
}
.slideshow-img {
    position: relative;
    border-bottom-left-radius: 80px;
    overflow: hidden;
}
    .slideshow-img:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.55);
        z-index: 2;
    }
    .slideshow-img canvas {
        display: block;
        width: 100%;
        min-height: 300px;
        height: 650px;
    }
    .slideshow-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .smh-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }
        .smh-content-text {
            width: 575px;
            margin-right: auto;
            margin-bottom: 115px;
        }
            .smh-content-text h2 {
                font-size: 50px;
                line-height: 1.1;
                color: #fff;
                font-family: var(--font-family-title);
                margin-bottom: 29px;
            }
            .smh-content-text p {
                font-size: 15px;
                letter-spacing: 0.025em;
                line-height: 1.666666666666667;
                color: #fff;
            }
        .smh-content-form {
            width: 437px;
            background: #161616;
            margin-bottom: -44px;
            border-radius: 5px;
            align-self: flex-end;
            padding: 49px 52px 51px;
        }
            .smh-content-form form {
                position: relative;
            }
                .smh-content-form .wpcf7 form .wpcf7-response-output {
                    position: absolute;
                    top: 100%;
                    left: 0;
                    right: 0;
                    font-size: 11px;
                    text-align: center;
                    color: #fff!important;
                    margin: 10px auto 0;
                }
                .smh-content-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
                    top: 10px;
                }
            .smh-content-form h2 {
                font-size: 24px;
                letter-spacing: 0.05em;
                font-family: var(--font-family-title);
                color: #fff;
                text-transform: uppercase;
                text-align: center;
                margin-bottom: 29px;
                line-height: 1.208333333333333;
            }
                .smh-btn {
                    position: relative;
                    margin-top: 23px;
                }
                .smh-btn .btn-a {

                }
                    .smh-btn .btn-a .wpcf7-spinner {
                        position: absolute;
                        bottom: -30px;
                        left: 0;
                        right: 0;
                        margin: auto;
                    }
                    .smh-btn .btn-a input {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        opacity: 0;
                        z-index: 1;
                    }

                .smh-content-form .wpcf7-form-control-wrap {
                    display: block;
                    margin-bottom: 10px;
                }
                    .smh-content-form .wpcf7-form-control-wrap input {
                        width: 100%;
                        height: 41px;
                        background: #fff;
                        font-size: 13px;
                        letter-spacing: 0.05em;
                        color: #777777;
                        text-transform: uppercase;
                        border: none;
                        border-radius: 5px;
                        padding: 0 14px;
                    }


/*step*/
#il-steps {
    position: relative;
    padding: 148px 0 120px;
}
    .il-step-inner {
        padding: 0 6.25%;
    }
        #il-steps .section-title {
            justify-content: center;
            flex-flow: column;
            margin-bottom: 21px;
        }
            #il-steps .section-title span {
                margin-bottom: 7px;
            }
        #il-steps p {
            text-align: center;
            font-size: 15px;
            letter-spacing: 0.05em;
            line-height: 1.333333333333333;
            color: #535353;
            margin-bottom: 63px;
        }

    .il-step-row {
        margin: 0 -17px;
    }
        .il-step-col {
            width: 25%;
            padding: 0 17px;
        }
            .il-step-img {
                position: relative;
                overflow: hidden;
                border-radius: 30px;
            }
                .il-step-img canvas {
                    display: block;
                    width: 100%;
                    background: #535353;
                }
                .il-step-img img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    opacity: 0.8;
                }

            .il-step-img span {
                position: absolute;
                bottom: 0px;
                left: 10px;
                font-size: 60px;
                line-height: 1;
                color: #fff;
                text-transform: uppercase;
                font-family: var(--font-family-title);
                z-index: 1;
                line-height: 0.716666666666667;
            }

        .il-step-text {
            padding: 18px 0 0;
        }
            .il-step-text h3 {
                font-size: 16px;
                font-weight: 700;
                line-height: 1.222222222222222;
                text-transform: uppercase;
                color: #535353;
                line-height: 1.375;
                margin-bottom: 8px;
                min-height: 44px;
            }
            .il-step-text span {
                display: block;
                font-size: 15px;
                letter-spacing: 0.025em;
                line-height: 1.6;
                color: #333333;
            }

        .il-step-btn {
            margin: 48px 0 0;
        }


/*about*/
#il-about {
    position: relative;
    padding: 118px 0 111px;
}
    .bg-section.bg-about {
        border-top-right-radius: 80px;
        overflow: hidden;
    }
        .bg-section.bg-about:before {
            content: '';
            background: rgba(0,0,0,0.7);
        }


    .il-about-inner {
        padding: 0 100px;
        padding: 0 6.25%;
        position: relative;
    }
        .il-about-img {
            width: 610px;
            width: 43.5715%;
            overflow: hidden;
            border-top-right-radius: 30px;
            border-bottom-left-radius: 30px;
            position: relative;
        }
            .il-about-img canvas {
                display: block;
                width: 100%;
            }
            .il-about-img img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .il-about-text {
            color: #fff;
            width: 56.4285%;
            padding: 28px 0 0 6.6%;
            align-self: center;
        }
            .il-about-text .section-title {
                margin-bottom: 43px;
            }
                .il-about-text .section-title span {
                    width: 100%;
                    margin-bottom: 7px;
                }

            .il-about-text p {
                font-size: 16px;
                letter-spacing: 0.04em;
                line-height: 1.875;
                margin: 0 0 30px;
            }
            .il-about-text ul {
                font-size: 16px;
                letter-spacing: 0.04em;
                line-height: 1.5625;
                margin: 47px 0 34px;
                font-weight: 700;
            }
                .il-about-text ul li {
                    padding-left: 25px;
                    position: relative;
                    margin-bottom: 15px;
                }
                    .il-about-text ul li:before {
                        content: '';
                        position: absolute;
                        width: 8px;
                        height: 8px;
                        background: #b49b64;
                        border-radius: 50%;
                        top: 8px;
                        left: 0;
                    }


/*team*/
#il-team {
    position: relative;
    padding: 169px 0 100px;
}
    .team-top {
        margin: 0 0 0;
    }

        .team-text {
            width: 49.687%;
            padding-right: 5.3%;
            padding-left: 15px;
            padding-bottom: 4.9%;
        }
        .team-top:nth-of-type(1) .team-text {
            padding-right: 0;
        }
            .team-text-inner {
                max-width: 560px;
                margin-left: auto;
            }
            .team-logo {
                margin-bottom: 39px;
            }
                .team-logo img {
                    display: block;
                    width: 290px;
                    height: auto;
                }
            .team-text h2 {
                font-size: 55px;
                line-height: 1;
                font-family: var(--font-family-title);
                text-transform: uppercase;
                margin-bottom: 32px;
            }
                .team-text h2 span {
                    width: 100%;
                    margin-bottom: 4px;
                }
            .team-text p {
                font-size: 16px;
                letter-spacing: 0.04em;
                line-height: 1.875;
                color: #343434;
                margin-bottom: 30px;
            }
            .team-text-btn {
                margin-top: 44px;
            }
                .team-text-btn a.btn-a {
                    margin-right: 30px;
                }
                    .team-text-btn a.btn-a:last-child {
                        margin-right: 0;
                    }
        
        .team-img {
            position: relative;
            width: 50.313%;
            width: 45.0625%;
            margin-left: auto;
        }
            .team-img .bg-section.bg-team {
                width: 449px;
                top: -70px;
                right: 0;
                bottom: 138px;
                left: initial;
                z-index: -1;
                bottom: 25.6%;
                width: 62.3%;
            }
            .team-img canvas {
                display: block;
                width: 100%;
                background-position: center;
                background-size: cover;
                border-top-left-radius: 30px;
                background-color: #999;
                position: relative;
                z-index: 1;
            }
            .team-img img {
                position: absolute;
                bottom: -64px;
                left: -85px;
                z-index: 1;
            }

    .team-top:nth-of-type(2) {
        margin: 140px 0 0;
    }

        .team-top:nth-of-type(2) .team-img {
            margin-left: 0;
            margin-right: auto;
        }
            .team-top:nth-of-type(2) .team-img .bg-section.bg-team {
                left: 0;
                right: initial;
            }
            .team-top:nth-of-type(2) .team-img canvas {
                border-top-right-radius: 30px;
                border-top-left-radius: 0;
            }

        .team-top:nth-of-type(2) .team-text-inner {
            max-width: 670px;
            margin-right: auto;
            margin-left: 0;
        }


/*testi*/
#hp-testi {
    position: relative;
    padding: 194px 15px 111px;
    border-bottom-left-radius: 80px;
    z-index: 1;
    overflow: hidden;
}
    .bg-section.bg-testi {
        z-index: -1;
    }
    #hp-testi:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        background: rgb(39,39,39);
        background: -moz-linear-gradient(180deg, rgba(39,39,39,0.5) 0%, rgba(39,39,39,0.5) 50%, rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(39,39,39,0.5) 0%, rgba(39,39,39,0.5) 50%, rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%);
        background: linear-gradient(180deg, rgba(39,39,39,0.5) 0%, rgba(39,39,39,0.5) 50%, rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272727",endColorstr="#000000",GradientType=1);
        border-bottom-left-radius: 80px;
    }
    .testi-curve {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0.95;
        pointer-events: none;
    }
        .testi-curve:before {
            content: '';
            position: absolute;
            top: -100px;
            left: -100px;
            bottom: -100px;
            right: -100px;
            background: transparent;
            border: 100px solid #fff;
            border-bottom-left-radius: 180px;
        }

    .testi-inner {
        max-width: 1476px;
        width: 95%;
        margin: 0 auto;
        position: relative;
        border: 1px solid rgba(255,255,255,0.5);
        border-radius: 80px;
        background: rgba(0,0,0,0.3);
        padding: 118px 7.5% 55px;
    }
        .testi-title {
            position: absolute;
            top: -46px;
            left: 0;
            right: 0;
            text-align: center;
        }

        .testi-list {
            font-size: 0;
            margin-bottom: 39px;
        }
            .testi-item {
                display: inline-block;
                vertical-align: top;
                width: 50%;
                padding: 0 50px;
            }
            .testi-item ~ .testi-item {
                display: none;
            }
                .testi-item:before {
                    content: '';
                    display: block;
                    width: 54px;
                    height: 32px;
                    background: url(images/icon-qoute.png) center/100% no-repeat;
                    margin-bottom: 9px;
                }
                .testi-item p {
                    font-size: 16px;
                    font-weight: 300;
                    letter-spacing: 0.03em;
                    line-height: 1.75;
                    color: #fff;
                    margin-bottom: 21px;
                }
                .testi-item .accent-icon {
                    position: relative;
                    width: 60px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin-bottom: 18px;
                }
                    .testi-item .accent-icon img {
                        display: block;
                        width: 100%;
                        height: auto;
                    }
                .testi-name {
                    font-size: 16px;
                    letter-spacing: 0.03em;
                    color: #7d7d7d;
                    font-family: var(--font-family-title);
                    line-height: 1.25;
                }
                    .testi-name span {
                        display: block;
                        text-transform: uppercase;
                    }


        .testi-list .slick-prev {
            left: -90px;
            top: 30px;
        }
        .testi-list .slick-next {
            right: -90px;
            top: 30px;
        }


/*footer*/
footer.il-footer {
    position: relative;
    background-color: #fff;
    padding: 102px 0 110px;
}
    .il-ftr-logo {
/*        margin-bottom: 46px;*/
    }
    .il-ftr-logo a {
        width: 226px;
        display: inline-block;
/*        margin-right: 40px;*/
    }

        .il-ftr-logo a img {
            display: block;
            width: 100%;
            height: auto;
        }

    .il-ftr-broker-logo {

    }
        .il-ftr-broker-logo img {
            max-width: 100%;
            height: auto;
            margin: 20px;
        }
        .il-ftr-broker-logo img:last-child {
            margin-right: 0;
        }
        .il-ftr-broker-logo img:first-child {
            margin-left: 0;
        }
    .il-ftr-row {
        margin-bottom: 10px;
    }
    .ftr-contact {
        width: 40%;
    }
    .ftr-subscribe {
        width: 48%;
    }
        .about-nl-form {
            position: relative;
            padding-left: 65px;
            padding-top: 7px;
        }
            .about-nl-form .accent-icon {
                width: 31px;
                top: 0;
                left: 0;
            }
            .about-nl-form h2 {
                font-size: 25px;
                color: #000;
                font-family: var(--font-family-title);
                margin-bottom: 11px;
            }
            .about-nl-form form {
                position: relative;
            }
                .about-nl-field {
                    position: relative;
                    width: 100%;
                }
                    .about-nl-field input {
                        width: 100%;
                        height: 50px;
                        background: transparent;
                        border: none;
                        border-bottom: 2px solid var(--secondary);
                        font-size: 16px;
                        font-weight: 300;
                        letter-spacing: 0.04em;
                        color: #ababab;
                    }

                .about-nl-submit {
                    font-size: 27px;
                    position: absolute;
                    right: 0;
                    top: 10px;
                    color: var(--secondary);
                }
                    .about-nl-submit input {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        opacity: 0;
                    }
                    .about-nl-submit .ajax-loader,
                    .about-nl-submit .wpcf7-spinner {
                        position: absolute;
                        bottom: -40px;
                        right: 0;
                    }

                .use-floating-validation-tip .wpcf7-not-valid-tip {
                    width: auto;
                    position: absolute;
                    font-size: 12px;
                }
                .about-nl-form .wpcf7 form .wpcf7-response-output {
                    position: absolute;
                    top: 100%;
                    left: 0;
                    right: 0;
                    margin: 12px auto 0;
                    font-size: 12px;
                    text-align: center;
                }

    .footernav {
        flex-flow: row wrap;
        max-height: initial;
        justify-content: center;
    }
        .footernav li {
            width: initial;
            font-size: 15px;
            margin: 0 28px;
        }
            .footernav li:last-child {
                margin-right: 0;
                margin-left: 0;
            }

    .ftr-line {
        margin-top: 52px;
    }

    .ftr-text {
        margin: 44px 10px 0;
    }

@media only screen and (min-width : 320px) {

}

@media only screen and (min-width : 480px) {

}

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

}

@media only screen and (min-width : 992px) {

}

@media only screen and (min-width : 1441px) {
    .il-container {
        width: 1260px;
    }
}

@media only screen and (max-width: 1440px) {
    .il-fp-list .custom-slick-arrow.slick-prev,
    .il-fc-list .custom-slick-arrow.slick-prev,
    .team-agent-list .custom-slick-arrow.slick-prev {
        left: -50px;
    }
    .il-fp-list .custom-slick-arrow.slick-next,
    .il-fc-list .custom-slick-arrow.slick-next,
    .team-agent-list .custom-slick-arrow.slick-next {
        right: -50px;
    }

    /*.il-ftr-logo a {
        width: 300px;
    }*/
}

@media only screen and (max-width: 1366px) {
    .container.container-vw {
        max-width: 85.652vw;
    }
}
@media only screen and (max-width: 1280px) {
    .team-img img {
        width: 130px;
        height: auto;
        bottom: -30px;
        left: -30px;
    }
    .testi-list .slick-prev {
        left: -50px;
    }

    .testi-list .slick-next {
        right: -50px;
    }

    .il-ftr-logo a {
/*        width: 260px;*/
/*        margin-right: 30px;*/
    }
    .footernav li {
        margin: 0 10px;
    }
}

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

    .site_nav > li {
        margin: 0 10px;
    }

    .il-header-btn .btn-a > span:first-of-type {
        font-size: 12px;
    }

    .il-header-btn {
        margin-left: 20px;
    }
    .il-ss-content h2 {
        font-size: 55px;
    }

    .il-step-img span {
        font-size: 40px;
    }

    .smh-content-text {
        width: 460px;
    }
        .smh-content-text h2 {
            font-size: 40px;
        }

    .team-text h2 {
        font-size: 45px;
    }
    .team-logo img {
        width: 200px;
    }
    .team-item-name {
        max-width: 85%;
    }

    .team-text-btn a.btn-a {
        margin-right: 10px;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .il-ftr-logo a {
        /*width: 170px;
        margin-right: 10px;*/
    }
    .il-ftr-broker-logo img {
        margin: 10px;
    }

    .footernav li {
        margin: 0 5px;
    }


}

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

    header.il-header {
        position: relative;
        background: #000;
        padding: 88px 0 0;
    }
        .il-header-nav {
            display: none;
        }
        .il-header-logo {
            margin: 0 auto;
            padding: 20px 0;
            max-width: 100%;
            display: none;
        }

    .container.container-vw {
        max-width: initial;
    }

    .il-fp-list .custom-slick-arrow.slick-prev,
    .il-fc-list .custom-slick-arrow.slick-prev,
    .team-agent-list .custom-slick-arrow.slick-prev {
        left: 30px;
    }
    .il-fp-list .custom-slick-arrow.slick-next,
    .il-fc-list .custom-slick-arrow.slick-next,
    .team-agent-list .custom-slick-arrow.slick-next {
        right: 30px;
    }

    .il-ss-content h2,
    .section-title.size-lg {
        font-size: 45px;
    }

    .slideshow-img {
        border-bottom-left-radius: 30px;
    }

    .smh-content.is-mobile {
        position: relative;
        padding: 30px 0;
    }

    .smh-content-form {
        margin: 0 auto;
    }

    .smh-content {
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: row wrap;
    }
        .smh-content .container {
            max-width: 100%;
        }

    .smh-content-text {
        margin-bottom: 0;
        width: 100%;
        text-align: center;
    }

    .slideshow-img canvas {
        height: auto;
        min-height: 500px;
    }

    .slideshow-wrap {
        position: relative;
    }

    #hp-slideshow {
        z-index: 1;
    }

    .bg-section.bg-about {
        border-top-right-radius: 30px;
    }

    #il-steps {
        padding: 50px 0 80px;
    }
        .il-step-inner {
            padding: 0 15px;
            max-width: 750px;
            margin: 0 auto;
        }
        .il-step-col {
            width: 50%;
            margin-bottom: 30px;
        }

    #il-about {
        padding: 60px 0;
    }

    .il-about-inner {
        max-width: 750px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .il-about-img {
        width: 100%;
        margin: 0 0 50px;
    }

    .il-about-text {
        width: 100%;
        padding: 0;
    }


    #il-team {
        padding: 60px 0;
    }

    .team-top {
        margin: 30px 0 0;
    }
    .team-top:nth-of-type(2) {
        margin-top: 80px;
    }
    .team-text,
    .team-top:nth-of-type(1) .team-text {
        text-align: center;
        width: 100%;
        padding: 0 15px;
        margin-bottom: 50px;
    }
        .team-text h2 {
            font-size: 35px;
        }
    .team-text-inner,
    .team-top:nth-of-type(2) .team-text-inner {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }
        .team-text-btn {
            justify-content: center;
        }
    .team-logo img {
        margin: 0 auto;
    }

    .team-img,
    .team-top:nth-of-type(2) .team-img {
        width: calc(100% - 30px);
        margin: 0 auto;
        max-width: 720px;
    }
        .team-img .bg-section.bg-team {
            display: none;
        }

    .team-img img {
        bottom: -15px;
        left: -15px;
        width: 100px;
    }

    .team-img canvas {
        border-top-left-radius: 40px;
    }
    .team-item {
        width: 50%;
        padding: 0 20px;
    }
        .team-item a:hover {
            transform: none;
        }


    #hp-testi {
        padding: 100px 5% 60px;
        border-bottom-left-radius: 30px;
        overflow: hidden;
    }
        #hp-testi:before {
            border-bottom-left-radius: 30px;
        }
        .testi-list .slick-prev {
            left: -10px;
        }
        .testi-list .slick-next {
            right: -10px;
        }
        .testi-item {
            padding: 0 40px;
            width: 100%;
        }
        .testi-item ~ .testi-item {
            display: none;
        }

    footer.il-footer {
        padding: 60px 0;
        overflow: hidden;
    }
        .ftr-contact {
            width: 100%;
        }

        .ftr-subscribe {
            width: 100%;
            margin-bottom: 50px;
        }
            .about-nl {
            width: 100%;
            max-width: 720px;
            margin: 30px auto 40px;
            padding: 50px 5%;
            border-radius: 40px;
        }
            .about-nl-form {
                padding-left: 50px;
            }
                .about-nl-form h2 {
                    font-size: 20px;
                }

        .footernav {
            flex-flow: column;
        }

    .il-ftr-logo a {
/*        width: 250px;*/
    }

    .il-ftr-broker-logo {
        max-width: 350px;
        justify-content: center;
    }

    .il-ftr-broker-logo img:first-child {
        margin-left: 10px;
    }

    .il-ftr-broker-logo img:last-child {
        margin-right: 10px;
    }

    .il-ftr-logo > .flex {
        flex-flow: column;
    }

}

@media only screen and (max-width: 767px) {
    .il-ss-content h2,
    .section-title.size-lg {
        font-size: 35px;
    }
    .il-ss-content h2 span {
        font-size: 20px;
    }

    .testi-inner {
        padding-top: 60px;
    }

    .il-popup-content .wpcf7 form .wpcf7-response-output {
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        font-size: 12px;
        text-align: center;
        margin: 10px auto 0;
    }

    .il-popup-img {
        width: 100%;
        height: 220px;
    }

    .il-popup-content {
        width: 100%;
        padding: 50px 5%;
    }

    .il-popup-close {
        top: 20px;
        right: 20px;
        color: #fff;
        opacity: 1;
        z-index: 2;
    }

}

@media only screen and (max-width: 560px) {
    .il-step-col {
        width: 100%;
    }
}

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

    .smh-content-form {
        padding-left: 15px;
        padding-right: 15px;
    }
        .smh-btn .btn-a span:first-of-type {
            font-size: 12px;
        }
    .il-about-text a.btn-a span {
        font-size: 12px;
    }
    .team-item {
        width: 100%;
    }
        .team-item-name {
            font-size: 16px;
        }

    .testi-inner {
        border-radius: 30px;
    }
    .testi-item p,
    .testi-name {
        font-size: 14px;
    }
    .team-item {
        width: 100%;
    }
    .team-title h2 img {
        width: 120px;
    }
    .team-title p {
        font-size: 14px;
        margin-top: 10px;
        letter-spacing: 0.1em;
    }
    .team-item-name {
        bottom: 6%;
        font-size: 16px;
    }
}