/*!
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;
}
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 --------------------*/

h1 {
    font-size: 64px;
    line-height: 0.85;
    font-weight: 700;
    color: #111C3F;
}

h2 {
    font-size: 34px;
    line-height: 1.025;
    font-weight: 700;
    color: #111C3F;
}

h3 {
    font-size: 26px;
    line-height: .92;
    font-weight: 400;
    color: #111C3F;
}

h4 {
    font-size: 25px;
    line-height: 1.04;
    font-weight: 700;
    color: #111C3F;
}

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

#page-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 75px;
}

#page-content #title-side {
    display: flex;
    justify-content: space-between;
}

#page-content #title-side .title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#page-content #title-side h1 {
    margin-bottom: .24em;
}

#page-content #title-side h2 {
    margin-bottom: 9px;
}

#page-content #title-side img {
    object-fit: contain;
}

#page-content #title-side .left-side {
    display: flex;
    width: 22.67%;
    max-width: 200px;
    margin-top: 43px;
}

#page-content #title-side .right-side {
    display: flex;
    width: 26.72%;
    max-width: 300px;
    margin-top: 74px;
}

#page-content #title-side .title {
    text-align: center;
    margin-top: 100px;
}

#page-content #title-side .title h3 {
    background-image: url("https://smartlp.fnx.co.il/lps/loans-2025/wp-content/uploads/2025/07/Rectangle-367.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    color: #FFFFFF;
    min-width: 317px;
    padding: 17px 25px 25px;
    width: fit-content;
}


#page-content #advantages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 27px;
    row-gap: 33px;
    max-width: 700px;
    margin: 72px auto 63px;
    padding: 0 30px;
}

#page-content #advantages .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    flex-direction: column;
    gap: 15px;
    background: #F8F8FF;
    padding: 17px 30px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.21);
    -moz-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.21);
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.21);
}

#page-content #advantages .item .text {
    font-size: 16px;
    line-height: 1.125;
    font-weight: 500;
    color: #111C3F;
}


#page-content #info {
    font-size: 19px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -.01em;
    text-align: center;
    padding: 0 22px;
    margin-bottom: 33px;
    color: #111C3F;
}

#bottom-colontitle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    z-index: 100;
    right: 0;
    background: #E5EAFE;
    height: 75px;
    color: #111C3F;
}

#bottom-colontitle * {
    color: #111C3F;
    font-size: 19px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}



#form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 483px;
    min-width: 483px;
    padding: 70px 43px;
    -webkit-box-shadow: 30px 0px 23px -13px rgba(0,0,0,0.21);
    -moz-box-shadow: 30px 0px 23px -13px rgba(0,0,0,0.21);
    box-shadow: 30px 0px 23px -13px rgba(0,0,0,0.21);
    position: relative;
    z-index: 10;
}

#form .title {
    text-align: center;
    margin-top: 65px;
}

#form #wpcf7-f14-o1 {
    margin-top: 26px;
}

#form form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 19px;
    grid-row-gap: 14px;
}

.grid-item-1 { grid-area: 1 / 1 / 2 / 2; }
.grid-item-2 { grid-area: 1 / 2 / 2 / 3; }
.grid-item-3 { grid-area: 2 / 1 / 3 / 2; }
.grid-item-4 { grid-area: 2 / 2 / 3 / 3; }
.grid-item-5 { grid-area: 3 / 1 / 4 / 3; }
.grid-item-6 { grid-area: 4 / 1 / 5 / 3; margin-top: 12px; }
.grid-item-7 { grid-area: 5 / 1 / 6 / 3; }
.grid-item-8 { grid-area: 6 / 1 / 7 / 3; }


body .wpcf7-spinner,
.wpcf7-response-output,
#form .grid-item-6 .wpcf7-not-valid-tip {
	display: none!important;
}

#form form .wpcf7-list-item {
    margin: 0!important;
}

#form form .span {
    margin: 0!important;
}

#form form .one-checkboxes {
    direction: rtl;
    text-align: right;
    font-size: 19px;
    line-height: 1;
    font-weight: 400;
    color: #111C3F;
}


#form form .one-checkboxes input {
    position: absolute;
}

#form form .one-input select {
    display: flex;
    width: 100%;
    border: 3px solid #bdbfd5;
    border-radius: 18px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    color: #6d6e77;
    padding: 11px 20px 11px 14px;
    direction: rtl;
}

#form form .one-input input {
    display: flex;
    width: 100%;
    border: 2px solid #BDBFD5;
    border-radius: 4px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    color: #6d6e77;
    padding: 11px 14px;
    direction: rtl;
}

#form form #submit {
    margin-top: 54px;
}

#form form #submit input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    border: none;
    background: #FF4E31;
    border-radius: 600px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: #FFFFFF;
    padding: 11px 14px;
    direction: rtl;
    -webkit-box-shadow: 0px 4px 20px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 20px 0 rgba(0,0,0,0.25);
    box-shadow: 0px 4px 20px 0 rgba(0,0,0,0.25);
    margin: 0 auto 0;
}

#text .buttons {
    gap: 3px;
}

#form .one-checkboxes label span.wpcf7-list-item-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.wpcf7-list-item-label::after {
    cursor: pointer;
    position: absolute;
}

.wpcf7-list-item-label::before {
    cursor: pointer;
    display: flex;
    min-width: 27px;
    height: 27px;
    border: 1px solid #111C3F;
}


#form form .one-checkboxes .wpcf7-not-valid .wpcf7-list-item-label::before {
	border: 1px solid #aa0719!important;
}
input:checked ~ .wpcf7-list-item-label:after {
    position: absolute;
    transform: rotate(45deg);
    top: -7px;
    right: 9px;
    content: '' !important;
    cursor: pointer;
    display: flex !important;
    min-width: 7px !important;
    width: 7px !important;
    height: 12px !important;
    background: transparent;
    border-right: 3px solid #111C3F;
    border-bottom: 3px solid #111C3F;
}

input.wpcf7-not-valid {
    border: 3px solid #aa0719!important;
}

/*------------------ 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 -------------*/
/*----------------------------------------------------*/
#submit {
    position: relative;
}

.submit-spiner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    visibility: hidden;
    z-index: 1000;
}

.submit-spiner .cercle {
    position: relative;
    width: 30px;
    height: 30px;
}

.submit-spiner .cercle:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: calc(50% - 20px);
    top: calc(50% - 20px);
    border: 5px solid #ffffff;
    border-left: 5px solid #3F3D56;
    border-radius: 50%;
    visibility: hidden;

    -webkit-animation: rotating 2s 0.25s linear infinite;
    animation: rotating 2s 0.25s linear infinite;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

form.submitting .submit-spiner,
form.submitting .submit-spiner .cercle:before {
    visibility: visible;
}

form.sent .submit-spiner .cercle:after,
form.sent .submit-spiner {
    /*-webkit-animation: disappearance;*/
    /*animation: disappearance;*/
    /*-webkit-transition: all 0.2s ease-in-out;*/
    /*-o-transition: all 0.2s ease-in-out;*/
    /*transition: all 0.2s ease-in-out;*/
}

.submit-spiner .cercle:after {
    content: '';
    width: 70%;
    height: 100%;
    position: absolute;
    right: calc(50% - 14px);
    top: calc(50% - 21px);
    border: solid #3F3D56;
    border-width: 0 5px 5px 0;
    transform: rotate(45deg);
    visibility: hidden;
}

form.animate .submit-spiner .cercle:after {
    visibility: visible!important;
}
form.animate input[type=submit] {
    color: transparent!important;
}

form.resetting #submit input[type=submit],
form.submitting #submit input[type=submit] {
    color: transparent!important;
}

form.sent input[type=submit] {
    /*-webkit-animation: damping 2s 0.25s linear;*/
    /*animation: damping 2s 0.25s linear;*/
    /*-webkit-transition: all 0.2s ease-in-out;*/
    /*-o-transition: all 0.2s ease-in-out;*/
    /*transition: all 0.2s ease-in-out;*/
}




@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes damping {
    0% {
        color: transparent;
    }
    90% {
        color: transparent;
    }
    100% {
        color: #FFFFFF;
    }
}

@-webkit-keyframes disappearance {
    0% {
        visibility: visible;
    }
    90% {
        visibility: visible;
    }
    100% {
        visibility: hidden;
    }
}