/*!
Theme Name: ukr-leasing
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ukr-leasing
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/


.personal_img {
    overflow: hidden;
    border-radius: 50%;
}

p#modalMessage {
    text-align: center;
    padding: 10px;
}

.nav_buttons{
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    font-family: Inter;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    z-index: 1002;
}

.nav_buttons a{
    align-items: center;
    backface-visibility: hidden;
    background: #FFF;
    border: none;
    color: #333;
    display: inline-flex;
    height: 40px;
    padding: 0 11px 0 55px;
    position: relative;
    text-decoration: none;
    transition: .25s ease-in-out;
    white-space: nowrap;
}

.nav_buttons:hover {
    background: #FFF;
    ccolor: #333;
    text-decoration: none;
}

span.nav_button_icone {
    align-items: center;
    display: flex;
    height: 30px;
    justify-content: center;
    left: 9px;
    position: absolute;
    top: 7px;
    width: 30px;
}

span.nav_button_icone img {
    flex-shrink: 0;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.nav_buttons a:not(.is-hidden):hover {
    transform: translateX(calc(-100% + 45px));
}

.nav_buttons_mob{
    display: none;
}


.leasing_container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 70px;
    justify-content: center;
    border-radius: 3.125rem;
    background: #232323;
    padding: 1.125rem 0;
    margin: 0 auto 60px;
}

.leasing_calc_item .btn_show_calculator{
    border-radius: 50px;
    border: 1px solid #FFF;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 320px;
    padding: 18px 0px;
    text-align: center;
    cursor: pointer;
    transition: .25s ease-in-out;
}

.leasing_calc_item .btn_show_calculator:hover{
    border: 1px solid #fff;
    color: #333;
    background: #fff;
}

.leasing_calc_item p{
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 767px) {
    .leasing_container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        border-radius: .625rem;
        padding: 1.25rem 0;
        background: #232323;
        margin: 0 auto 60px;
        flex-direction: column;
    }
    .leasing_calc_item p {
        font-size: 16px;
        text-align: center;
    }
    .nav_buttons{
        display: none;
    }
    .nav_buttons_mob{
        display: flex;
        background: #232323;
        bottom: -1px;
        border-radius: 10px 10px 0px 0px;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
        left: 0;
        right: 0;
        top: auto;
        padding: 14px 10px 8px;
        width: auto;
        height: 86px;
        position: fixed;
        z-index: 1002;
        justify-content: space-evenly;
        gap: 30px;
        text-align: center;
    }
    .nav_buttons_mob span.nav_button_icone {
        align-items: center;
        display: flex;
        height: 24px;
        justify-content: center;
        left: 0;
        position: relative;
        top: 0;
        width: 25px;
    }
    .nav_button_item a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
}
