/*!
Theme Name: smartlending
Theme URI: https://concept1.co.il/
Author: Roman Dydnuk
Author URI: http://dudnyk.rb@gmail.com
Description: This is wordpress theme made by Concept1. The url: <a target=\"_blank\" href=\"https://concept1.co.il/\">Concept1</a>
Version: 1.0.0
*/

/*
* Description: This is the main style that is used in all languages.
*              The /--- (Example text) ---/ allow you to navigate in file.
*              Comments tells about the code where it used.
*/

/*---------------- Import fonts.css ------------------*/

@import "fonts.css";

/*-------------- End import fonts.css ----------------*/
/*----------------------------------------------------*/
/*------------------- Default code -------------------*/


/*special color and sizes*/

:root {

    /*The colors (cr - to find by search)*/

    /*The background (bg - to find by search)*/

    /*The text sizes (sz - to find by search)*/

    /*Post sizes*/

}

* {
    box-sizing: border-box;
}

/*rest of all not standard style for texts*/

::placeholder, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
menu, nav, output, ruby, section, summary,
time, mark {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    appearance: none;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-rendering: optimizeLegibility;
    text-decoration: inherit;
    color: inherit;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'ploni', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #111C3F;
}
body .container {
    max-width: 2600px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
body section {
    max-width: 2600px;
    width: 100%;
    margin: 0 auto;
}
body .site-main {
    /*background-image: url("");*/
    background-position: center;
    background-repeat: repeat;
    background-size: 100%;
    max-width: 2600px;
    width: 100%;
    margin: 0 auto;
}
body img {
    display: block;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: transform 0.7s ease-in-out;
}
body select, body input, body textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; /* Chrome and other browsers*/
}
input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
body select::-ms-expand {
    display: none;
}
body input[type="submit"] {
    cursor: pointer;
}
body .wpcf7-spinner,
body .wpcf7 form .wpcf7-response-output,
body .wpcf7-not-valid-tip,
body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output,
body .wpcf7 form.payment-required .wpcf7-response-output {
    display: none !important;
}
body .mob {
    display: none;
}
body .fancybox-container {
    z-index: 9999999 !important;
}
body.stop {
    overflow: hidden;
}
body .woocommerce {
    width: 100%;
}
body #primary {
    position: relative;
    padding: 0;
    z-index: 1;
}

/*------------------ End default code ----------------*/
/*----------------------------------------------------*/
/*------------------- Header code --------------------*/



#banner {
    padding: 39px 0 82px;
    background: #111C3F;

    @media only screen and (max-width: 950px) {
        padding: 105px 0 39px;
        position: relative;
    }

    .container {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        max-width: calc(1220px + 60px);
        padding: 0 30px;
        position: relative;

        @media only screen and (max-width: 1035px) {
            overflow: visible;
        }

        @media only screen and (max-width: 950px) {
            flex-direction: column-reverse;
            align-items: center;
            position: unset;
            gap: 24px;
        }

        @media only screen and (max-width: 400px) {
            padding: 0 17px;
        }
    }

    .content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        color: #FFFFFF;
        font-weight: 400;
        font-size: 21px;
        line-height: 102%;
        text-align: right;

        @media only screen and (max-width: 1115px) {
            font-size: 18px;
        }

        @media only screen and (max-width: 950px) {
            text-align: center;
            align-items: center;
            font-size: 21px;
        }

        @media only screen and (max-width: 370px) {
            font-size: 18px;
        }

        h1 {
            font-weight: 600;
            font-size: 74px;
            line-height: .9;
            text-align: right;

            @media only screen and (max-width: 1115px) {
                font-size: 64px;
            }

            @media only screen and (max-width: 950px) {
                text-align: center;
                font-size: 74px;
            }

            @media only screen and (max-width: 640px) {
                font-size: 60px;
                margin-bottom: 8px;
            }

            @media only screen and (max-width: 510px) {
                font-size: 50px;
            }

            @media only screen and (max-width: 440px) {
                font-size: 40px;
            }

            @media only screen and (max-width: 370px) {
                font-size: 35px;
            }
        }

        h2 {
            font-weight: 600;
            font-size: 35px;
            line-height: 1.2;
            text-align: right;

            @media only screen and (max-width: 1115px) {
                font-size: 30px;
            }

            @media only screen and (max-width: 950px) {
                text-align: center;
                font-size: 35px;
            }

            @media only screen and (max-width: 640px) {
                max-width: 299px;
                line-height: 1;
                margin-bottom: 8px;
            }

            @media only screen and (max-width: 370px) {
                font-size: 30px;
            }
        }

        p {
            @media only screen and (max-width: 640px) {
                max-width: 299px;
            }

            @media only screen and (max-width: 370px) {
                text-wrap: balance;
                max-width: 238px;
            }
        }
    }

    .logo {
        position: absolute;
        top: 25px;
        right: 30px;

        @media only screen and (max-width: 1035px) {
            top: -18px;
        }

        @media only screen and (max-width: 950px) {
            top: 23px;
            right: 50%;
            transform: translateX(50%);
        }
    }

    .button {
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FF4E31;
        color: #FFFFFF;
        font-weight: 600;
        font-size: 21.5px;
        line-height: 100%;
        text-align: center;
        border-radius: 27.5px;
        padding: 13px 37px;
        margin-top: 81px;


        @media only screen and (max-width: 1115px) {
            margin-top: 60px;
        }
    }

    .thumbnail {
        @media only screen and (max-width: 1200px) {
            display: flex;
            width: 100%;
            max-width: 500px;
        }

        @media only screen and (max-width: 1035px) {
            max-width: 400px;
        }

        @media only screen and (max-width: 400px) {
            max-width: 315px;
        }
    }
}

#advantages {
    margin: 47px 0 18px;

    @media only screen and (max-width: 660px) {
        margin: 18px 0;
    }

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: calc(1117px + 60px);
        padding: 0 30px;

        @media only screen and (max-width: 730px) {
            padding: 0 17px;
        }
    }

    .wrapper {
        text-align: center;
        text-wrap: balance;

        @media only screen and (max-width: 730px) {
            max-width: 500px;
        }

        h2 {
            font-weight: 700;
            font-size: 40px;
            line-height: 1;
            text-align: center;

            @media only screen and (max-width: 730px) {
                line-height: .7;
            }

            @media only screen and (max-width: 370px) {
                font-size: 32px;
                line-height: .5;
            }
        }

        h3 {
            font-weight: 600;
            font-size: 30px;
            line-height: 1;
            color: #111C3F;

            @media only screen and (max-width: 730px) {
                margin-bottom: 8px;
            }

            @media only screen and (max-width: 370px) {
                font-size: 25px;
            }
        }

        img {
            width: auto;
            display: inline-block;
            object-fit: contain;
            transform: translateY(8px);
        }
    }

    .inner {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 6.5%;
        margin-top: 33px;

        @media only screen and (max-width: 1115px) {
            gap: 30px 4%;
        }

        @media only screen and (max-width: 1050px) {
            gap: 15px 1%;
        }

        @media only screen and (max-width: 991px) {
            grid-template-columns: repeat(2, 1fr);
            max-width: 620px;
        }

        @media only screen and (max-width: 660px) {
            grid-template-columns: repeat(1, 1fr);
            max-width: 384px;
        }

        .item {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding: 4px 5px;
            gap: 10px;
            border-radius: 5px;
            background: #E6EAFF;
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            text-align: right;
            color: #111C3F;
            text-wrap: balance;

            .icon {
                display: flex;
                min-width: 58px;
                width: 58px;
                height: 58px;

                @media only screen and (max-width: 340px) {
                    min-width: 50px;
                    width: 50px;
                    height: 50px;
                }
            }
        }
    }
	
	.button {
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FF4E31;
        color: #FFFFFF;
        font-weight: 600;
        font-size: 21.5px;
        line-height: 100%;
        text-align: center;
        border-radius: 27.5px;
        padding: 13px 37px;
        margin-top: 37px;
		transition: all .2s linear;
		
		&:hover {
			color: #FFFFFF;
			background: #111C3F;
		}
    }

    .info {
        max-width: 1053px;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        margin-top: 33px;
        color: #111C3F;

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

        @media only screen and (max-width: 660px) {
            font-size: 16px;
            line-height: 21px;
            margin-top: 22px;
        }
    }
}

#process {
    padding: 15px 0;
    background: rgba(113, 120, 255, 0.53);

    @media only screen and (max-width: 950px) {
        padding: 18px 0 55px;
    }

    .container {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        max-width: calc(1220px + 60px);
        padding: 0 30px;
        position: relative;
        gap: 18px;

        @media only screen and (max-width: 950px) {
            justify-content: center;
            padding: 0;
        }
    }

    .content {
        padding-bottom: 37px;
        
        @media only screen and (max-width: 1270px) {
            padding: 140px 0 37px;
        }

        @media only screen and (max-width: 950px) {
            padding: 0;
        }

        h2 {
            font-weight: 600;
            font-size: 35px;
            line-height: 1;
            text-align: right;
            color: #FFFFFF;
            margin-bottom: 22px;

            @media only screen and (max-width: 1115px) {
                font-size: 30px;
            }

            @media only screen and (max-width: 950px) {
                text-align: center;
                font-size: 35px;
                margin-bottom: 12px;
            }

            @media only screen and (max-width: 700px) {
                font-size: 32px;
                margin-bottom: 0;
                line-height: 1;
            }

            @media only screen and (max-width: 570px) {
                font-size: 26px;
            }

            @media only screen and (max-width: 500px) {
                font-size: 24px;
            }

            @media only screen and (max-width: 515px) {
                font-size: 18px;
            }
        }

        h1 {
            font-weight: 600;
            font-size: 74px;
            line-height: .9;
            text-align: right;
            color: #111C3F;

            @media only screen and (max-width: 1115px) {
                font-size: 64px;
            }

            @media only screen and (max-width: 950px) {
                text-align: center;
                font-size: 74px;
            }

            @media only screen and (max-width: 700px) {
                font-size: 60px;
            }

            @media only screen and (max-width: 570px) {
                font-size: 50px;
            }

            @media only screen and (max-width: 500px) {
                font-size: 45px;
            }

            @media only screen and (max-width: 415px) {
                font-size: 35px;
            }
        }

        .inner {
            display: flex;
            align-items: flex-end;
            gap: 10px;

            @media only screen and (max-width: 840px) {
                margin-top: 30px;
                flex-direction: column;
                align-items: center;
                zoom: 1.4;
            }

            @media only screen and (max-width: 500px) {
                margin-top: 15px;
                zoom: 1;
            }

            .item {
                display: flex;
                align-items: flex-end;
                font-weight: 600;
                font-size: 19px;
                line-height: 1;
                text-align: right;

                @media only screen and (max-width: 840px) {
                    flex-wrap: wrap;
                }

                .icon {
                    display: flex;
                    margin-left: 8px;
                }

                .arrow {
                    display: flex;
                    margin: 0 14px 6px 0;

                    @media only screen and (max-width: 840px) {
                        width: 100%;
                        margin: 18px 0 0;
                        justify-content: center;
                        align-items: center;

                        .desk {
                            display: none;
                        }

                        .mob {
                            display: block!important;
                            width: 21px;
                            height: auto;
                        }
                    }
                }

                &:last-child {
                    .arrow {
                        display: none;
                    }
                }
            }
        }
    }

    .thumbnail {
        @media only screen and (max-width: 1270px) {
            position: absolute;
            top: -20px;
            left: 0;
        }

        @media only screen and (max-width: 1115px) {
            max-width: 380px;
        }

        @media only screen and (max-width: 950px) {
            display: none;
        }
    }
}

#insurance-type {
    padding: 47px 0 44px;

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: calc(1220px + 60px);
        padding: 0 30px;

        @media only screen and (max-width: 950px) {
            max-width: 720px;
            padding: 0 18px;
        }
    }

    .inner {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 19px;

        @media only screen and (max-width: 950px) {
            grid-template-columns: repeat(1, 1fr);
        }

        .item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            padding: 26px 18px 24px;
            border-radius: 7px;
            background: #F8F8FF;

            &.active {
                justify-content: flex-start;
            }

            .title {
                font-weight: 500;
                font-size: 19px;
                line-height: 1;
                text-align: center;

                @media only screen and (max-width: 375px) {
                    font-size: 16px;
                }

                h3 {
                    font-weight: 600;
                    font-size: 30px;
                    line-height: 93%;
                    text-align: center;
                    margin-bottom: 16px;

                    @media only screen and (max-width: 375px) {
                        font-size: 25px;
                    }
                }
            }
			

            .button-arrow {
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 22.5px;
                width: fit-content;
                background: #7178FF;
                font-weight: 600;
                font-size: 20px;
                line-height: 100%;
                color: #FFFFFF;
                gap: 7px;
                padding: 5px 10px 2px;
                margin-top: 16px;
                cursor: pointer;
            }

            &.active {
                .button-arrow {
                    .arrow {
                        scale: -1;
                    }
                }
            }

            .list {
                display: none;
                margin: 16px 18px 0 0;
                font-weight: 400;
                font-size: 16px;
                line-height: 22px;
                text-align: right;

                @media only screen and (max-width: 375px) {
                    font-size: 14px;
                }
            }

            &.active {
                .list {
                    display: block;
                }
            }
        }
		
		&.active {
				.item:not(.active) {
					height: fit-content;
				}
			}
    }

    .button {
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FF4E31;
        color: #FFFFFF;
        font-weight: 600;
        font-size: 21.5px;
        line-height: 100%;
        text-align: center;
        border-radius: 27.5px;
        padding: 13px 37px;
        margin-top: 37px;
    }
}

#decision {
    padding: 44px 0 37px;
    background: rgba(255, 182, 255, 0.25);

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: calc(1220px + 60px);
        padding: 0 30px;
    }

    .wrapper {
        font-weight: 600;
        font-size: 30px;
        line-height: 1.2;
        text-align: center;
        padding-bottom: 9px;

        @media only screen and (max-width: 950px) {
            text-wrap: balance;
            max-width: 600px;
        }
    }

    .inner {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 19px;

        @media only screen and (max-width: 950px) {
            grid-template-columns: repeat(1, 1fr);
        }

        .item {
            display: flex;
            flex-direction: column;
            align-items: center;
            border-radius: 7px;
            background: #FFFFFF;
            padding: 42px 13px 13px 13px;
            margin-top: 102px;
            position: relative;

            @media only screen and (max-width: 950px) {
                &:nth-child(1) {
                    order: 3;
                }
                &:nth-child(2) {
                    order: 2;
                }
                &:nth-child(3) {
                    order: 1;
                }
            }

            .title {
                font-weight: 600;
                font-size: 30px;
                line-height: 24px;
                text-align: center;
                margin-bottom: 24px;
                
                @media only screen and (max-width: 1115px) {
                    font-size: 25px;
                }
            }

            .thumbnail {
                display: flex;
                position: absolute;
                top: -102px;
                right: 50%;
                transform: translateX(50%);
            }

            .list {
                display: flex;
                align-items: center;

                flex: 1;
                width: 100%;
                background: #F8F8FF;
                border-radius: 7px;
                font-weight: 400;
                font-size: 16px;
                line-height: 22px;
                text-align: right;
                padding: 16px;

                ul {
                    margin-right: 16px;
                }
            }
        }
    }

    .button {
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FF4E31;
        color: #FFFFFF;
        font-weight: 600;
        font-size: 21.5px;
        line-height: 100%;
        text-align: center;
        border-radius: 27.5px;
        padding: 13px 37px;
        margin-top: 46px;
    }
}


footer {
    background: #96F2E3;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;

    .buttons {
        display: flex;
        gap: 30px;

        a {
            display: flex;
            font-weight: 600;
            font-size: 14px;
            line-height: 16px;
        }
    }
}

/*----------------- End header code ------------------*/
/*----------------------------------------------------*/
/*-------------------- page code ---------------------*/


/*------------------ End page code -------------------*/
/*----------------------------------------------------*/
/*--------------- Fixed elements code ----------------*/

/*Captcha*/

.grecaptcha-badge {
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
}

/*whatsapp*/

/*colphone*/

/*------------- End Fixed elements code --------------*/
/*----------------------------------------------------*/
/*-------------- Animate elements code ---------------*/

/*------------ End Animate elements code -------------*/
/*----------------------------------------------------*/