/*!
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;
	margin: 0 auto;
}
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;
	margin: 0 auto;
}

body #page {
	margin: 0 auto;
}

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



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


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

h3 {
    font-size: 38px;
    font-weight: 400;
    line-height: 1.05;
    text-align: right;
}

strong {
    font-weight: 700;
}

#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: -78px;
    top: 45px;
}

#banner .thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 516px;
    margin-top: 86px;
	position: relative;
}

#banner .thumbnail .description {
	position: absolute;
	bottom: -54px;
	left: 0;
}

#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: 400;
	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;*/
    margin-top: 86px;

    max-width: 656px;
}


#banner .title.mob {
	display: none;
}

#banner .title h3:first-child {
    width: 100%;
}

#banner .title h3 {
    color: #FF4E31;
    margin-bottom: .2em;
}

#banner .title h1 {
	font-family: 'ploni', "Cabin", sans-serif;
    color: #111C3F;
    display: flex;
	width: 100%;
}

#banner .title h1 img {
    margin-right: .4em;
    margin-top: .14em;
    width: 2.7em;
}


#banner .title .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;
    margin-top: 46px;
    transition: all .2s linear;
}

#banner .title .button:hover {
    color: #fff;
    background: #111C3F;
}

#inner {
    margin-top: 0!important;
}

#inner .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: calc(1194px + 60px);
    padding: 0 30px;
}

#inner .text-inner {
    font-size: 23px;
    font-weight: 400;
    line-height: 1.04;
    text-align: right;
    color: #111C3F;
    /*margin-top: 3em;*/
}

#inner .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    direction: ltr;
    column-gap: 12px;
    row-gap: 33px;
    margin-top: 47px;
    max-width: 1038px;
}

#inner .items * {
    direction: rtl;
}

#inner .items .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background: #F8F8FF;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2222;
    text-align: right;
    color: #000000;
    height: 65px;
    padding: 0 15px 0 0;
    gap: 25px;
}

#inner .items .item:nth-child(1) { grid-area: 1 / 3 / 2 / 4; }
#inner .items .item:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
#inner .items .item:nth-child(3) { grid-area: 2 / 3 / 3 / 4; }
#inner .items .item:nth-child(4) { grid-area: 2 / 2 / 3 / 3; }
#inner .items .item:nth-child(5) { grid-area: 2 / 1 / 3 / 2; }


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 .info a {
    text-decoration: underline;
    font-weight: 700;
}

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 -------------*/
/*----------------------------------------------------*/