@font-face {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    src: local('Mulish Regular'), local('Mulish-Regular'), url('/fonts/Mulish-Regular.ttf') format('truetype');
}
@font-face {
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    src: local('Mulish Bold'), local('Mulish-Bold'), url('/fonts/Mulish-Bold.ttf') format('truetype');
}
@font-face {
    font-family: Mulish;
    font-style: normal;
    font-weight: 800;
    src: local('Mulish ExtraBold'), local('Mulish-ExtraBold'), url('/fonts/Mulish-ExtraBold.ttf') format('truetype');
}
@font-face {
    font-family: Mulish;
    font-style: normal;
    font-weight: 600;
    src: local('Mulish Semibold'), local('Mulish-Semibold'), url('/fonts/Mulish-Semibold.ttf') format('truetype');
}
@font-face {
    font-family: Mulish;
    font-style: normal;
    font-weight: 500;
    src: local('Mulish Medium'), local('Mulish-Medium'), url('/fonts/Mulish-Medium.ttf') format('truetype');
}
@font-face {
    font-family: Mulish;
    font-style: normal;
    font-weight: 300;
    src: local('Mulish Light'), local('Mulish-Light'), url('/fonts/Mulish-Light.ttf') format('truetype');
}
@font-face {
    font-family: Mulish;
    font-style: normal;
    font-weight: 200;
    src: local('Mulish ExtraLight'), local('Mulish-ExtraLight'), url('/fonts/Mulish-ExtraLight.ttf') format('truetype');
}

.offcanvas.show {
    background-color:#EAECEE;
}
body {
    background-color: #F6F7F8;
    font-family: Mulish;
}
.main#leasing {
    background-image: url('/images/background_leasing.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
}
.main#privacy{
    background-image: none;
}
.main#contacts {
    background-image: url('/images/background_contacts.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
}
.main#credit {
    background-image: url('/images/background_credit.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-light,a.btn-outline-primary{
    color:#30408A;
}

.btn-outline-primary {
    border-color:#30408A ;
}

.btn-outline-primary:hover,.btn-outline-primary:active,.btn:focus-visible,:not(.btn-check)+.btn:active,.btn:first-child:active {
    color: #fff;
    background-color: #30408a;
    border-color: #30408a;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #30408a;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(48,64,138,.25);
}


.offcanvas-body nav.menu a{
    color:#313132;
    font-weight:500;
    font-size:45px;
}

.btn-light img {
     width:28px;
}
 a.count#leasing_btn, a.count#credit_btn, button.navi, a.blueBtn  {
    background-color: #30408A;
    border-color: #FFFFFF;
    color:#FFFFFF;
}
ul.list-group li {
    background: transparent;
}
ul.list-group li.list-group-item {
    display: list-item;
    margin-left: 19px;
}
div.row.footer nav a, div.row.footer p, div.row.footer p a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#313132;
}
.offcanvas.offcanvas-end {
     width:50%!important;
 }

#plus_amo, #minus_amo,#plus_term, #minus_term, #minus_chart, #plus_chart {
    cursor: pointer;
}

@media only screen and (min-width: 972px){
    .mobile {
        display:none!important;
    }
}


.amounts:after{
    content: ' €';
}
.percents:after{
    content: ' %';
}

.amounts-offer:before{
    content: '€ ';
}
.progress {
    height:4px;
}
.progress-bar{
    background-color: #30408a;
}
.form-control:focus, .form-check-input:focus {
    border-color: #98a0c5;
    box-shadow: 0 0 0 0.25rem rgba(48,64,138,.25);
}

.form-check-input:checked {
    background-color: #30408a;
    border-color: #30408a;
}

.disable-dbl-tap-zoom {
    touch-action: manipulation;
}

div.customImgBlock {
    height: 385px;
}

.apexcharts-canvas, #chart, #chart1{
width:400px;
}

 #plus_chart,#minus_chart {
    height:30px;
}

#credit_chart div.from, #credit_chart div.to{
     font-size: 20px;
}


@media all and (max-width: 971px) {

    .row.border.footer_list div,.row.border.footer_list {
        border-right:0!important;
        border-bottom:0!important;
    }
    .offcanvas.offcanvas-end {
        width:100%!important;
    }
    .cfs-40{
        font-size:40px;
    }
    .screen{
        display:none!important;
    }

    .mobile img.logo, .footer img{
        width:95px;
    }
    #credit_chart div.from, #credit_chart div.to{
        font-size: 14px;
        --bs-gutter-y: 0;
        --bs-gutter-x: 0;
    }

}

.spinner-grow.text-primary {
    color:#30408A!important;
}

.gray_container {
    background-color: #EAECEE;
}

.contacts_list_odd {
    font-size: 24px;
    line-height: 1;
}
.contacts_list_even {
    font-size: 32px;
    line-height: 1.4;
}

a, .nav-link{color:#30408a;}



section.static_footer{
    padding:20px;
    padding-bottom:50px;
}

.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    will-change: transform;
    transform: translateZ(0);
    display: flex;
    height: 100px;
    /*box-shadow: 0 -2px 5px -2px #333;*/
    /*background-color: #fff;*/
}

.mobile-bottom-nav .mobile-bottom-nav__item{
     flex-grow:1;
     text-align:center;
     font-size:12px;

     display:flex;
     flex-direction:column;
     justify-content:center;
 }

.mobile-bottom-nav .mobile-bottom-nav__item-content{
     display:flex;
     flex-direction:column;
 }

.dropdown-toggle::after {
    display: none;
}
button.dropdown-toggle, button.dropdown-toggle span, button.dropdown-toggle.btn:focus,.btn:first-child:active  {
    color:#30408A;
    border:none;
    box-shadow:none;
    background-color: transparent;
}

.apexcharts-legend-marker {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 3px;
    border-style: solid;


    height: 12px;
    width: 12px; left: 0px; top: 0px;
    border-width: 0px;
    border-color: rgb(255, 255, 255);
    border-radius: 12px;
}

.apexcharts-legend-marker.gray {
    background: rgb(247, 248, 249) !important;
    color: rgb(247, 248, 249);
}

.apexcharts-legend-marker.blue{
    background: rgb(48, 64, 138) !important;
    color: rgb(48, 64, 138);
}

.apexcharts-legend-marker.yellow{
background: rgb(248, 212, 71) !important;
    color: rgb(248, 212, 71);
}

#leasing .calc{
    padding-top:100px;padding-bottom:100px;
}