/*!
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 --------------------*/



/*----------------- End header code ------------------*/
/*----------------------------------------------------*/
/*-------------------- page code ---------------------*/


h1 {
    font-size: 96px;
    font-weight: 700;
    line-height: .84;
    text-align: right;
}

h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.125;
    text-align: right;
}

strong {
    font-weight: 700;
}

#banner {
    margin-top: 107px;
}

#banner .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: calc(1194px + 60px);
    padding: 0 30px;
    position: relative;
    overflow: visible;
}

#banner .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 156px;
    position: absolute;
    right: 30px;
    top: -64px;
}

#banner .thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 363px;
    position: relative;
    width: 100%;
}

#banner .thumbnail > img {
    margin-right: -170px;
}

#banner .thumbnail .description {
    position: absolute;
    bottom: -54px;
    left: 0;
    max-width: 213px;
}

#banner .thumbnail .description-cn {
    position: relative;
}

#banner .thumbnail .text {
    position: absolute;
    top: 53%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 100%;
    font-size: 29px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
    color: #fff;
}

#banner .title {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    /*margin-top: 44px;*/
}

#banner .title h3 {
    color: #FF4E31;
    /*margin-bottom: 1.8em;*/
}

#banner .title h1 {
    color: #111C3F;
    margin: .05em 0;
    /*padding-bottom: .7em;*/
}

#inner .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: calc(1194px + 60px);
    padding: 0 30px;
}

#inner .button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 27.5px;
    background: #2EE3C0;
    font-size: 19px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #111C3F;
    padding: 14px 40px;
    transition: all .2s linear;
}

#inner .button:hover {
    background: #111C3F;
    color: #FFFFFF;
}


#table {
    margin-top: 57px;
    background: #F8F8FF;
    padding: 27px 30px 33px;
}

#table .container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1266px;
}

#table .table {
    display: flex;
    flex-direction: column;
    row-gap: 11px;
    width: 100%;
}

#table .table .row {
    display: flex;
    column-gap: 5px;
    align-items: stretch;
}

#table .table .row {
    display: flex;
    column-gap: 5px;
    justify-content: flex-end;
}

#table .table .row .column-item {
    display: flex;
}

#table .table .row .column-item .title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.8;
    text-align: right;
}

#table .table .row-item.row-item-3 .column-item.column-item-1 .title {
    color: rgba(77, 131, 210, 1);
}

#table .table .row-item.row-item-4 .column-item.column-item-1 .title {
    color: rgba(136, 174, 27, 1);
}

#table .table .row-item.row-item-2 .column-item:not(.column-item-1) {
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 2px #00000014;
}

#table .table .row-item .column-item {
    display: flex;
    min-height: 79px;
}

#table .table .row-item .column-item-1 {
    margin: 0 0 0 auto;
}

#table .table .row-item .column-item .thumbnail {
    display: flex;
}

#table .table .row-item .column-item .thumbnail img {
    object-fit: contain;
}

#table .table .row-item .column-item:not(.column-item-1) {
    border: 1px solid #B9B9FF;
    border-radius: 24px;
    padding: 19px 10px;

    min-height: 101px;
}

#table .table .row .column-item:not(.column-item-1) {
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgba(17, 28, 63, 1);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    width: 221px;
}

footer {
    padding-bottom: 46px;
}

footer .info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    max-width: calc(1357px + 60px);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #000 ;
    margin: 31px auto 0;
}

footer .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background: #96F2E3;
    padding: 10px 30px;
    margin-top: 10px;
    position: fixed;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 100000000;
}

footer .buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.14;
    text-align: center;
    color: #111C3F;
    transition: all .2s linear;
}

footer .buttons a:hover {
    text-decoration: underline;
}



/*------------------ 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 -------------*/
/*----------------------------------------------------*/