/*!
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 ---------------------*/


#icons .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: calc(1310px + 60px);
    padding: 0 30px 0;
    margin-top: 45px;
}

#content {
    margin-top: -74px;
}

#content .container {
    text-align: center;
    max-width: calc(596px + 60px);
    padding: 0 30px;
    color: rgba(17, 28, 63, 1);
}

#content .container .thumbnail {
    margin-bottom: 50px;
}

#content .container .thumbnail img {
    width: 100%;
    max-width: 100%;
}

#content .container img {
    width: auto;
    margin: 25px auto;
}

#content .container .button {
    width: 246px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 600;
    line-height: 1;
    color: rgba(17, 28, 63, 1);
    background: rgba(46, 227, 192, 1);
    border-radius: 500px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    transition: all .2s linear;
}

#content .container .button:hover {
    color: #FFFFFF;
    background: rgba(255, 78, 49, 1);
}

strong {
    font-weight: 700;
}

p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

p a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: underline!important;
}

h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: .9;
    margin-bottom: 9px;
}

h2 {
    font-size: 38px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 3px;
}

h3 {
    font-size: 23px;
    font-weight: 400;
    line-height: 1.03;
}

#info .container {
    max-width: calc(1351px + 60px);
    padding: 0 30px;
}

#buttons {
    background: rgba(150, 242, 227, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

#buttons .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 13px;
}

#buttons .container .button {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: rgba(17, 28, 63, 1);
}

.images-cn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.images-cn .left-img {
    margin-right: 20px;
    margin-left: -22px;
}

@media only screen and (max-width: 900px) {
    #content {
        margin-top: 0;
    }
}

@media only screen and (max-width: 690px) {
    h1 {
        font-size: 11vw;
    }
    #info .container {
        padding: 0 12px;
    }

    .images-cn .left-img {
        margin-left: 0;
    }
}
@media only screen and (max-width: 550px) {
    #icons .container .logo {
        max-width: 100px;
    }
    #icons .container .icon {
        max-width: 75px;
    }
}
@media only screen and (max-width: 500px) {
    h2 {
        font-size: 34px;
    }

    .images-cn {
        flex-direction: column;
        margin-top: 30px;
    }
    .images-cn .center-img {
        max-width: 127px;
        width: 100%;
    }
    .images-cn .right-img {
        max-width: 295px;
        width: 100%;
        margin-bottom: 19px;
    }
    .images-cn .left-img {
        max-width: 371px;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .images-cn img {
        width: 100% !important;
        margin: 0!important;
    }
}
@media only screen and (max-width: 400px) {
    body {
        zoom: .8;
    }
}
@media only screen and (max-width: 370px) {
    h2 {
        font-size: 28px;
    }
}


/*------------------ 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 -------------*/
/*----------------------------------------------------*/