@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&family=Manrope:wght@200..800&family=Onest:wght@100..900&display=swap');

html body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Manrope", sans-serif;
    background-color: #ffffff;
}

.dropdown-menu .dropdown-menu {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
    visibility: visible;
}
body.no-scroll {
    overflow: hidden;
}

.tox-tinymce-aux{z-index:99999999999 !important;}

/*Повышение резкости картинки*/
.sharp-img {
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.row-m {
    display: flex;
    flex-wrap: wrap;
}
.row-m > div[class*='col-'] {
    display: flex;
}
#customFile .custom-file-control:lang(en)::after {
    content: "Select file1...";
}
#customFile .custom-file-control:lang(en)::before {
    content: "Click me1";
}

.header-msb-div {
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.header-msb-div .modal-top-models .card-a {
    border-radius: 20px;
    background: #F3F5F8;
    padding:10px 50px 10px 10px;
}
.header-msb-div .modal-top-models .card-a.bg-a {
    background: #FFA100;
    padding: 10px;
}
.header-msb-div .modal-top-models .card-a .head-a {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.header-msb-div .modal-top-models .card-a .card-a-b {
    min-width: 140px;
    max-width: 140px;
}
.header-msb-div .modal-top-models .close {
    opacity: 1;
}

.header-msb .section-1 {
    background: #F3F5F8;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-msb .section-1 a {
    color: rgba(51, 51, 51, 0.3);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: -0.14px;
}
.header-msb .section-1 a:hover {
    color: rgba(51, 51, 51, 0.6);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: -0.14px;
}

.header-msb a {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: -0.16px;
}
.header-msb a.dropdown-item {
    color: rgba(0, 0, 0, 0.7);
}
.header-msb a:hover {
    color: rgba(0, 0, 0, 0.7);
}
.header-msb a.active {
    color: #000;
    text-decoration-line: underline!important;
}
.header-msb .btn-a {
    border-radius: 46px;
    background: #FFF;
    padding: 18px 30px;
    font-family: Gilroy;
    color: #DD0B0E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    box-shadow: 5px 4px 34px 0px rgba(90, 13, 13, 0.25);
}
.header-msb .btn-a:hover {
    color: rgba(221, 11, 14, 0.7);
}
.header-msb .mr-80 {
    margin-right: 80px;
}

.modal-backdrop {
    z-index: 1000;
}
.header-msb {
    padding-bottom: 18px;
    z-index: 9991;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    box-shadow: 0px 4px 30.1px 0px rgba(0, 0, 0, 0.15);
}
.navbar-wrap {
    top: 0;
    width: 100%;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}
.nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.navbar-toggler {
    padding: 0;
    font-size: 10px;
    line-height: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    transition: box-shadow .15s ease-in-out;
    position: relative;
    z-index: 2000;
    display: inline-block
}
.animated-icon1 {
    width: 35px;
    height: 30px;
    position: relative;
    margin: 0px;
    transform: rotate(0deg);
    cursor: pointer;
}
.animated-icon1 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    background: #333;
}
.animated-icon1 span:nth-child(1) {
    top: 0px
}
.animated-icon1 span:nth-child(2) {
    top: 12px
}
.animated-icon1 span:nth-child(3) {
    top: 24px
}
.animated-icon1.open span {
    background: #000000;
}
.animated-icon1.open span:nth-child(1) {
    top: 10px;
    transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: 0px;
}
.animated-icon1.open span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg);
}

.pagination .page-item.disabled .page-link,
.pagination .page-item:first-child:not(.active) .page-link,
.pagination .page-item:last-child:not(.active) .page-link {
    background: transparent;
}
.pagination .page-link:hover {
    background-color: rgba(239, 36, 45, 0.7) !important;
    color: #fff
}
.pagination .page-link {
    color: #D0D0D0;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.pagination .page-item.active .page-link {
    z-index: 3;
    background-color: transparent;
    border-color: transparent;
    color: #EF242D;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.pagination .page-item.active .page-link:hover {
    color: #ffffff;
}

.footer {
    background: #333;
    color: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 81px 59px;
}
.footer .head-a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.footer a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none!important;
}
.footer a:hover {
    color: rgba(255, 255, 255, 0.7);
}

a[target]:not(.btn) {
    font-weight: 500;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration: none !important;
}

.breadcrumbs-a {
    color: #9FA4BC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.breadcrumbs-a a {
    color: #9FA4BC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.breadcrumbs-a a:hover {
    color: #333;
}

.mt-a {
    margin-top:200px;
}

.page-gallery {
    margin-bottom: 112px;
}
.page-gallery h1 {
    color: #333;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-top: 45px;
    margin-bottom: 60px;
}
.page-gallery .img-a {
    border-radius: 20px;
}

.page-contacts {
    margin-bottom: 112px;
}
.page-contacts #map-1 {
    height: 100%;
    border-radius: 10px;
}
.page-contacts h1 {
    color: #333;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-top: 45px;
    margin-bottom: 60px;
}
.page-contacts .section-2 h2 {
    color: #333;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 70px;
}
.page-contacts .section-2 .head-a {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 5px;
}
.page-contacts .section-2 .select-contacts {
    max-width: 305px;
    border: 1px solid #FFA100;
}
/* Обёртка для радио-кнопки */
.page-contacts .section-2 .flex.rel {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
}
/* Скрываем стандартную радиокнопку */
.page-contacts .section-2 .radio-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Стилизуем кастомный чекмарк */
.page-contacts .section-2 .checkmark {
    position: absolute;
    left: 0;
    top: 0px;
    height: 20px;
    width: 20px;
    background-color: #f1f1f1;
    border-radius: 50%;
    border: 2px solid #ccc;
    transition: all 0.3s ease;

}
/* При наведении — чуть затемняем */
.page-contacts .section-2 .flex.rel:hover .checkmark {
    background-color: #e0e0e0;
}
/* Отметка, когда радиокнопка выбрана */
.page-contacts .section-2 .radio-input:checked ~ .checkmark {
    background-color: #FFA100; /* ваш цвет */
    border-color: #FFA100;
}
/* Добавляем внутреннюю точку при активном состоянии */
.page-contacts .section-2 .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}
.page-contacts .section-2 .radio-input:checked ~ .checkmark::after {
    display: block;
}
.page-contacts .section-2 .checkmark::after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.page-contacts .section-2 .btn-a {
    border-radius: 10px;
    border: none;
    background: #FFA100;
    padding: 20px 86px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: -0.16px;
}
.page-contacts .section-2 .btn-a:hover {
    background: #333;
    color: #ffffff;
}



.page-rent .section-1 {
    background-image: url('/images/page-rent/section-1-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 45px;
    padding-top: 170px;
    height: 845px;
    margin-bottom: 60px;
}
.page-rent .section-1 h1 {
    color: #FFF;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 30px;
}
.page-rent .section-1 h2 {
    color: #FFF;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 30px;
}
.page-rent .section-1 .desc {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 440px;
}
.page-rent .section-2 {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 43px;
}
.page-rent .section-2 h2 {
    color: #333;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 57px;
}
.page-rent .section-2 .btn-a {
    border-radius: 10px;
    border: none;
    background: #FFA100;
    padding: 20px 80px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: -0.16px;
}
.page-rent .section-2 .btn-a:hover {
    background: #333;
    color: #ffffff;
}
.page-rent .section-3 {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 43px;
}
.page-rent .section-3 h2 {
    color: #333;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 57px;
}
.page-rent .section-3 .head-a {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-top: 43px;
}
.page-rent .section-4 {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 43px;
}
.page-rent .section-4 h2 {
    color: #333;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 43px;
}
.page-rent .section-4 .text-red {
    color: #e82929;
}
.page-rent .section-4 #rentalCalculator {
    max-width: 500px;
}
.page-rent .section-5 {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 77px;
}
.page-rent .section-5 h2 {
    color: #333;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 77px;
}






.page-guarantee .section-1 {
    background-image: url('/images/page-guarantee/section-1-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 45px;
    padding-top: 170px;
    height: 845px;
    margin-bottom: 60px;
}
.page-guarantee .section-1 h1 {
    color: #FFF;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 30px;
}
.page-guarantee .section-1 h2 {
    color: #FFF;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 30px;
}
.page-guarantee .section-1 .desc {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 440px;
}
.page-guarantee .section-2  {
    margin-bottom: 100px;
}
.page-guarantee .section-2 .head-a {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-top: 25px;
    margin-bottom: 20px;
}
.page-guarantee .section-2 .desc-a {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.page-guarantee .section-3 {
    background-image: url('/images/page-guarantee/section-3-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 63px;
}
.page-guarantee .section-3 h2 {
    color: #FFF;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 30px;
}
.page-guarantee .section-3 .desc-a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.page-guarantee .section-3 .head-a {
    color: #FFF;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-top: 5px;
    margin-bottom: 24px;
}
.page-guarantee .section-3 .btn-a {
    border-radius: 10px;
    border: none;
    background: #FFA100;
    padding: 20px 80px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.page-guarantee .section-3 .btn-a:hover {
    background: #333;
    color: #ffffff;
}

.page-leasing .section-1 {
    background-image: url('/images/page-leasing/section-1-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 45px;
    padding-top: 170px;
    height: 845px;
    margin-bottom: 100px;
}
.page-leasing .section-1 h1 {
    color: #FFF;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 30px;
}
.page-leasing .section-1 h2 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 30px;
    max-width: 537px;
}
.page-leasing .section-1 .desc {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 440px;
}
.page-leasing .section-2 {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 120px;
}
.page-leasing .section-2 h2 {
    color: #333;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 57px;
}
.page-leasing .section-2 .btn-a {
    border-radius: 10px;
    border: none;
    background: #FFA100;
    padding: 20px 80px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: -0.16px;
}
.page-leasing .section-2 .btn-a:hover {
    background: #333;
    color: #ffffff;
}
.page-leasing .section-2 .section-2-1 {
    max-width: 620px;
}
.page-leasing .section-3 {
    margin-bottom: 120px;
}
.page-leasing .section-3 .head-a {
    color: #333;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -2.88px;
}
.page-leasing .section-3 .head-b {
    color: #333;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.92px;
}
.page-leasing .section-3 .desc-a {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 5px;
}
.page-leasing .section-4 {
    margin-bottom: 120px;
}
.page-leasing .section-4 h2 {
    color: #333;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 80px;
}
.page-leasing .section-4 .card-a {
    border-radius: 20px;
    background: #F3F5F8;
    padding: 20px;
    height: 290px;
}
.page-leasing .section-4 .card-a .head-a {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 20px;
}
.page-leasing .section-4 .card-a .desc-a {
    color: #9FA4BC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.page-leasing .section-4 .card-a .btn-a {
    border-radius: 10px;
    border: none;
    background: #FFA100;
    padding-top: 19px;
    padding-bottom: 19px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    width: 100%;
}
.page-leasing .section-4 .card-a .btn-a:hover {
    background: #333;
    color: #ffffff;
}
.page-leasing .section-4 .card-a.bg-a {
    background-image: url('/images/page-leasing/section-4-icon-1.webp');
    background-size: auto;
    background-position: bottom -18px  center;
    background-repeat: no-repeat;
}
.page-leasing .section-4 .card-a.bg-b {
    background-image: url('/images/page-leasing/section-4-icon-2.webp');
    background-size: auto;
    background-position: bottom -20px  center;
    background-repeat: no-repeat;
}
.page-leasing .section-4 .card-a.bg-c {
    background-image: url('/images/page-leasing/section-4-icon-3.webp');
    background-size: auto;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.page-leasing .section-5 {
    margin-bottom: 120px;
}
.page-leasing .section-5 h2 {
    color: #333;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 80px;
}
.page-leasing .section-5 .head-a {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 18px;
}
.page-leasing .section-5 .desc-a {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.page-leasing .section-6 {
    margin-bottom: 120px;
}
.page-leasing .section-6 h2 {
    color: #333;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 67px;
}
.page-leasing .section-6 .head-a {
    color: #333;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 40px;
}
.page-leasing .section-6 .head-b {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.page-leasing .section-6 {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.page-leasing .panel-leasingCalculator {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 500px;
    margin-bottom: 120px;
}
.page-leasing .panel-leasingCalculator h2 {
    color: #333;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 57px;
}


.page-installment .section-1 {
    background-image: url('/images/page-installment/section-1-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 45px;
    padding-top: 170px;
    height: 845px;
    margin-bottom: 100px;
}
.page-installment .section-1 h1 {
    color: #FFF;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 30px;
}
.page-installment .section-1 h2 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 30px;
    max-width: 537px;
}
.page-installment .section-1 .desc {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 440px;
}
.page-installment .section-2 {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 120px;
}
.page-installment .section-2 h2 {
    color: #333;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 57px;
}
.page-installment .section-2 .btn-a {
    border-radius: 10px;
    border: none;
    background: #FFA100;
    padding: 20px 80px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: -0.16px;
}
.page-installment .section-2 .btn-a:hover {
    background: #333;
    color: #ffffff;
}
.page-installment .panel-calculator {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 600px;
    margin-bottom: 120px;
}
.page-installment .panel-calculator h2 {
    color: #333;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 57px;
}
.page-installment .section-3 {
    margin-bottom: 120px;
}
.page-installment .section-3 .head-a {
    color: #333;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -2.88px;
}
.page-installment .section-3 .head-b {
    color: #333;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.92px;
}
.page-installment .section-3 .desc-a {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 5px;
}
.page-installment .section-4 {
    margin-bottom: 120px;
}
.page-installment .section-4 h2 {
    color: #333;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 80px;
}
.page-installment .section-4 .card-a {
    border-radius: 20px;
    background: #F3F5F8;
    padding: 20px;
    height: 290px;
}
.page-installment .section-4 .card-a .head-a {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 20px;
}
.page-installment .section-4 .card-a .desc-a {
    color: #9FA4BC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.page-installment .section-4 .card-a .btn-a {
    border-radius: 10px;
    border: none;
    background: #FFA100;
    padding-top: 19px;
    padding-bottom: 19px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    width: 100%;
}
.page-installment .section-4 .card-a .btn-a:hover {
    background: #333;
    color: #ffffff;
}
.page-installment .section-4 .card-a.bg-a {
    background-image: url('/images/page-leasing/section-4-icon-1.webp');
    background-size: auto;
    background-position: bottom -18px  center;
    background-repeat: no-repeat;
}
.page-installment .section-4 .card-a.bg-b {
    background-image: url('/images/page-leasing/section-4-icon-2.webp');
    background-size: auto;
    background-position: bottom -20px  center;
    background-repeat: no-repeat;
}
.page-installment .section-4 .card-a.bg-c {
    background-image: url('/images/page-leasing/section-4-icon-3.webp');
    background-size: auto;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.page-trade-in .section-1 {
    background-image: url('/images/page-trade-in/section-1-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 45px;
    padding-top: 170px;
    height: 845px;
    margin-bottom: 100px;
}
.page-trade-in .section-1 h1 {
    color: #FFF;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 30px;
}
.page-trade-in .section-1 h2 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 30px;
    max-width: 537px;
}
.page-trade-in .section-1 .desc {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 440px;
}
.page-trade-in .section-2 {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 120px;
}
.page-trade-in .section-2 h2 {
    color: #333;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 57px;
}
.page-trade-in .section-2 .btn-a {
    border-radius: 10px;
    border: none;
    background: #FFA100;
    padding: 20px 80px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: -0.16px;
}
.page-trade-in .section-2 .btn-a:hover {
    background: #333;
    color: #ffffff;
}
.page-trade-in .section-3 {
    margin-bottom: 120px;
}
.page-trade-in .section-3 .head-a {
    color: #333;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -2.88px;
}
.page-trade-in .section-3 .head-b {
    color: #333;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.92px;
}
.page-trade-in .section-3 .desc-a {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 5px;
}
.page-trade-in .section-4 {
    margin-bottom: 120px;
}
.page-trade-in .section-4 h2 {
    color: #333;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 80px;
}
.page-trade-in .section-4 .card-a {
    border-radius: 20px;
    background: #F3F5F8;
    padding: 20px;
    height: 290px;
}
.page-trade-in .section-4 .card-a .head-a {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 20px;
}
.page-trade-in .section-4 .card-a .desc-a {
    color: #9FA4BC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.page-trade-in .section-4 .card-a .btn-a {
    border-radius: 10px;
    border: none;
    background: #FFA100;
    padding-top: 19px;
    padding-bottom: 19px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    width: 100%;
}
.page-trade-in .section-4 .card-a .btn-a:hover {
    background: #333;
    color: #ffffff;
}
.page-trade-in .section-4 .card-a.bg-a {
    background-image: url('/images/page-leasing/section-4-icon-1.webp');
    background-size: auto;
    background-position: bottom -18px  center;
    background-repeat: no-repeat;
}
.page-trade-in .section-4 .card-a.bg-b {
    background-image: url('/images/page-leasing/section-4-icon-2.webp');
    background-size: auto;
    background-position: bottom -20px  center;
    background-repeat: no-repeat;
}
.page-trade-in .section-4 .card-a.bg-c {
    background-image: url('/images/page-leasing/section-4-icon-3.webp');
    background-size: auto;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.page-service .section-1 {
    margin-top: 45px;
    margin-bottom: 100px;
}
.page-service .section-1 h1 {
    color: #333;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 30px;
}
.page-service .section-1 h2 {
    color: #333;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 45px;
    max-width: 570px;
}
.page-service .section-1 .desc {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 620px;
}
.page-service .section-2 {
    margin-bottom: 104px;
}
.page-service .section-2 .desc {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.page-service .section-2 .desc li::marker  {
    color: #FFA100;
}
.page-service .section-2 .desc li  {
    margin-bottom: 5px;
}
.page-service .section-3 {
    background-image: url('/images/page-guarantee/section-3-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 63px;
}
.page-service .section-3 h2 {
    color: #FFF;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 30px;
}
.page-service .section-3 .desc-a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 620px;
}
.page-service .section-3 .btn-a {
    border-radius: 10px;
    border: none;
    background: #FFA100;
    padding: 20px 60px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.page-service .section-3 .btn-a:hover {
    background: #333;
    color: #ffffff;
}

.page-home .section-1 {
    aspect-ratio: 1920 / 821;
    width: 100%;
    margin-bottom: 100px;
}
.page-home .section-1 .carousel,
.page-home .section-1 .carousel-inner,
.page-home .section-1 .carousel-item {
    height: 100%;
}

.page-home .section-1 .caption {
    position: absolute;
    top: 0px;
    left:0px;
    width: 100%;
    padding-top: 140px;
}
.page-home .section-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-home .section-1 h1 {
    color: #FFF;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -2.88px;
    margin-bottom: 30px;
}
.page-home .section-1 .btn-a {
    border-radius: 10px;
    border: none;
    background: #FFA100;
    padding: 22px 92px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.page-home .section-1 .btn-a:hover {
    background: #333;
    color: #ffffff;
}
.page-home .section-2 {
    margin-top: 190px;
    margin-bottom: 50px;
}
.page-home .section-2 h1 {
    color: #333;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -2.88px;
    margin-bottom: 79px;
}
.page-home .section-2 .card-a {
    border-radius: 20px;
    background: #F3F5F8;
    padding: 30px 30px 5px 30px;
}
.page-home .section-2 .card-a:hover {
    background: #C6C6C6;
}
.page-home .section-2 .card-a .head-a {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.page-home .section-3 {
    margin-bottom: 130px;
}
.page-home .section-3 .section-3-a {
    height: 100%;
    padding: 40px;
    color: #9FA4BC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    border-radius: 20px;
    background: #F3F5F8;
    background-image: url('/images/page-home/section-3-a.webp');
    background-size: 70%;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.page-home .section-3 .section-3-a .head-a {
    color: #333;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 25px;
}
.page-home .section-3 .section-3-b {
    height: 290px;
    padding: 40px;
    color: #9FA4BC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    border-radius: 20px;
    background: #F3F5F8;
    background-image: url('/images/page-home/section-3-b.webp?v1');
    background-size: 50%;
    background-position: bottom right 7px;
    background-repeat: no-repeat;
}
.page-home .section-3 .section-3-b .head-a {
    color: #333;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 15px;
}
.page-home .section-3 .section-3-c {
    height: 290px;
    padding: 40px;
    color: #9FA4BC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    border-radius: 20px;
    background: #F3F5F8;
    background-image: url('/images/page-home/section-3-c.webp');
    background-size: 50%;
    background-position: bottom right 20px;
    background-repeat: no-repeat;
}
.page-home .section-3 .section-3-c .head-a {
    color: #333;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 15px;
}
.page-home .section-4 {
    margin-bottom: 84px;
}
.page-home .section-4 h2 {
    color: #333;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 20px;
}
.page-home .section-4 .desc-a {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0 auto;
    margin-bottom: 80px;
}
.page-home .section-4 .card-a {
    border-radius: 20px;
    background: #F3F5F8;
    padding: 40px;
    color: #9FA4BC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    height: 540px;
}
.page-home .section-4 .card-a .head-a {
    color: #333;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 25px;
}
.page-home .section-4 .card-a.section-4-a {
    background-image: url('/images/page-home/section-4-a.webp');
    background-size: 100%;
    background-position: bottom 20px right;
    background-repeat: no-repeat;
}
.page-home .section-4 .card-a.section-4-b {
    background-image: url('/images/page-home/section-4-b.webp?v1');
    background-size: 70%;
    background-position: bottom right 20px;
    background-repeat: no-repeat;
}
.page-home .section-5 {
    background-image: url('/images/page-home/section-5-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 45px;
    padding-top: 97px;
    height: 745px;
}
.page-home .section-5 .card-a {
    padding: 45px 45px 45px 45px;
    border-radius: 30px;
    background: #F3F5F8;
    max-width: 510px;
}
.page-home .section-5 .card-a input {
    padding: 24px 27px;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    border-radius: 10px;
    background: #FFF;
    border:none;
}
.page-home .section-5 .card-a input::placeholder {
    color: #9FA4BC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.page-home .section-5 .card-a .head-a {
    color: #333;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.page-home .section-5 .card-a .desc-a {
    color: #9FA4BC;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 20px;
}
.page-home .section-5 .card-a .btn-a {
    border-radius: 10px;
    border: none;
    background: #FFA100;
    padding-top: 19px;
    padding-bottom: 19px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    width: 100%;
}
.page-home .section-5 .card-a .btn-a:hover {
    background: #333;
    color: #ffffff;
}
.page-home .section-5 .card-a .message {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.page-home .section-5 .card-a .message .close-modal {
    color: #3B3B3B;
}
.page-home .section-5 .card-a .message .close-modal:hover {
    color: #3B3B3B;
    text-decoration: underline!important;
}

.page-category .section-2 {
    margin-top: 50px;
}
.page-category .section-2 .card-a {
    border-radius: 20px;
    border:1px solid #9FA4BC;
    background: #ffffff;
    padding: 40px 40px 30px 40px;
    min-height: 624px;
}
.page-category .section-2 .card-a .panel_products_in_stock {
    height: 30px;
}
.page-category .section-2 .card-a .products_in_stock {
    color: red;
    border: 1px solid red;
    border-radius: 5px;
    padding: 1px 8px 1px 8px;
    background: #ffffff;
}
.page-category .section-2 .card-a .head-a {
    color: #333;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.page-category .section-2 .card-a .desc-a {
    color: #9FA4BC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.page-category .section-2 .card-a .btn-a {
    border-radius: 5px;
    border: 1px solid #FFA100;
    background: #ffffff;
    color: #FFA100;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    padding: 22px;
    margin-top: 22px;
}
.page-category .section-2 .card-a .btn-a:hover {
    border: 1px solid #333;
    background: #333;
    color: #ffffff;
    text-decoration: none;
}

.page-model .section-2 {
    margin-top: 50px;
    margin-bottom: 71px;
}
.page-model .section-2 .products_in_stock {
    top:10px;
    right: 10px;
    color: #2EA734;
    border: 1px solid #2EA734;
    border-radius: 20px;
    padding: 8px 12px 8px 12px;
    background: #ffffff;
}
.page-model .section-2 h1 {
    color: #333;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 10px;
}
.page-model .section-2 .head-a {
    color: #333;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 30px;
}
.page-model .section-2 .head-b {
    color: #333;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 41px;
}
.page-model .section-2 .desc-a {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 30px;
    max-height: 180px;
    overflow-y: auto;
}
.page-model .section-2 .price-a {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.page-model .section-2 .btn-a {
    border-radius: 5px;
    border: 1px solid #FFA100;
    background: #FFA100;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    padding: 20px 60px;
    margin-top: 18px;
    width: 50%;
}
.page-model .section-2 .btn-a:hover {
    border: 1px solid #333;
    background: #333;
    color: #ffffff;
}
.page-model .section-2 .btn-b {
    border-radius: 5px;
    border: 1px solid #FFA100;
    background: #ffffff;
    color: #FFA100;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    padding: 20px;
    margin-top: 18px;
}
.page-model .section-2 .btn-b:hover {
    border: 1px solid #333;
    background: #333;
    color: #ffffff;
    text-decoration: none;
}














.page-model .section-3  {
    margin-bottom: 70px;
}
.page-model .section-3 .head-a {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    min-height: 50px;
}
.page-model .section-3 .desc-a {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.page-model .section-2 .carousel-indicators {
    bottom: -40px;
}
.page-model .section-2 .carousel-indicators li {
    background-color: rgba(255, 161, 0, 0.90);
    border-radius: 50%;
    border: 1px solid rgba(255, 161, 0, 0.90);
}
.page-model .section-2 .carousel-indicators .active {
    border: 1px solid rgba(255, 161, 0, 0.90);
    background-color: rgba(255, 161, 0, 0.15);
}

#contact-us-modal {
    color: #3B3B3B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
#contact-us-modal .modal-content {
    max-width: 450px;
}
#contact-us-modal .modal-title {
    color: #3B3B3B;
    font-size: 37px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
#contact-us-modal input {
    border: none;
    border-bottom: 1px solid #3B3B3B;
    border-radius: unset;
    padding-left: 0px;
    padding-bottom: 0px;
}
#contact-us-modal #fb_send {
    border-radius: 10px;
    border: none;
    background: #FFA100;
    padding-top: 19px;
    padding-bottom: 19px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    width: 100%;
}
#contact-us-modal #fb_send:hover {
    background: #333;
    color: #ffffff;
}
#contact-us-modal .close-modal {
    color: #3B3B3B;
}
#contact-us-modal .close-modal:hover {
    color: #3B3B3B;
    text-decoration: underline!important;
}



















.footer-section-7 {
    margin-bottom: 100px;
}
.footer-section-7 .card-a {
    padding: 55px 58px 78px 58px;
    border-radius: 30px;
    background: #F3F5F8;
}
.footer-section-7 .card-a input {
    padding: 24px 27px;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    border-radius: 10px;
    background: #FFF;
    border:none;
}
.footer-section-7 .card-a input::placeholder {
    color: #9FA4BC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.footer-section-7 .card-a .head-a {
    color: #333;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    margin-bottom: 47px;
}
.footer-section-7 .card-a .btn-a {
    border-radius: 10px;
    border: none;
    background: #FFA100;
    padding-top: 19px;
    padding-bottom: 19px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    width: 100%;
}
.footer-section-7 .card-a .btn-a:hover {
    background: #333;
    color: #ffffff;
}
.footer-section-7 .card-a .message {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.footer-section-7 .card-a .message .close-modal {
    color: #3B3B3B;
}
.footer-section-7 .card-a .message .close-modal:hover {
    color: #3B3B3B;
    text-decoration: underline!important;
}
.footer-section-7 h2 {
    color: #333;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 70px;
}
.footer-section-7 .head-b {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 5px;
}
.footer-section-7 .desc-b {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}


@media (max-width: 1397px)
{
    .mt-a {
        margin-top:100px;
    }
    .footer {
        font-size: 16px;
        padding: 20px 20px;
    }
    .footer a {
        font-size: 16px;

    }
    .header-msb-div {
        height: 60px;
    }
    .header-msb {
        margin: 0px;
        padding: 10px 20px 10px 20px;
        background-color: #fff;
        position: fixed;
        z-index: 2030;
        top: 0;
        right: 0;
        left: 0;
    }
    .header-msb a, .header-msb a:active  {
        color: #333;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 25px;
        letter-spacing: 0.48px;
    }
    .header-msb a:hover {
        color: rgba(51, 51, 51, 0.7);
    }
    #menuModal .modal-content {
        background: #FFF;
        box-shadow: 0px 24px 34px 0px rgba(0, 0, 0, 0.35);
    }

    .lng-section .dropdown-toggle::after {
        font-size: 12px;
    }
}









.page-battery .section-a {
    background-image: url('/images/page-battery/section-a/bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 45px;
    padding-top: 170px;
    height: 845px;
    margin-bottom: 60px;
}
.page-battery .section-a h1 {
    color: #FFF;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 30px;
}
.page-battery .section-a h2 {
    color: #FFF;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 30px;
}
.page-battery .section-a .desc {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 440px;
}
.page-battery .section-b {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.page-battery .section-b .head-a {
    color: #333;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 57px;
}
.page-battery .section-b .mb-a {
    margin-bottom: 100px;
}

.page-esg .section-a {
    background-image: url('/images/page-esg/section-a/bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 45px;
    padding-top: 170px;
    height: 616px;
    margin-bottom: 60px;
}
.page-esg .section-a h1 {
    color: #FFF;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 30px;
}
.page-esg .section-b {
    color: #3B3B3B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.page-esg .section-b .panel-a {
    max-width: 758px;
    text-align: center;
}
.page-esg .section-b .mb-a {
    margin-bottom: 80px;
}
.page-esg .section-b .head-a {
    color: #3B3B3B;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 46px;
}
.page-esg .section-c {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    background-image: url('/images/page-esg/section-c/bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 144px;
    height: 610px;
    margin-bottom: 80px;
}
.page-esg .section-c .head-a {
    color: #FFF;
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 46px;
}
.page-esg .section-c .panel-a {
    max-width: 1072px;
}

















.page-mini-forklift-heli .section-1 .head-a {
    color: #333;
    font-size: 96px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
}
.page-mini-forklift-heli .section-1 .head-b {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}
.page-mini-forklift-heli .section-1 .head-c {
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
}
.page-mini-forklift-heli .section-1 .desc-a {
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.page-mini-forklift-heli .text-red-a {
    color: #C42A22;
}
.page-mini-forklift-heli .section-1 .btn-a {
    border-radius: 5px;
    background: #C42A22;
    border: 1px solid #C42A22;
    padding: 15px 20px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.page-mini-forklift-heli .section-1 .btn-a:hover {
    border: 1px solid #333;
    background: #333;
    color: #ffffff;
}
.page-mini-forklift-heli .section-1 .btn-b {
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #000;
    padding: 15px 20px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.page-mini-forklift-heli .section-1 .btn-b:hover {
    background: #C42A22;
    border: 1px solid #C42A22;
    color: #ffffff;
}
.page-mini-forklift-heli .section-1 .mt-a {
    margin-top: 90px;
}
.page-mini-forklift-heli .section-1 .table .thead-red-a {
    background: #C42A22;
    color: #FFF;
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.page-mini-forklift-heli .section-1 .table {
    color: #333;
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.page-mini-forklift-heli .section-1 .table tbody {
    background: #ECECEC;
}
.page-mini-forklift-heli .section-1 .table {
    border-collapse: collapse;
}
.page-mini-forklift-heli .section-1 .table td,
.page-mini-forklift-heli .section-1 .table th {
    border: 1px solid #CDCDCD;
}



@media (max-width: 576px)
{
    .page-mini-forklift-heli .section-1 .mt-a {
        margin-top: 50px;
    }

    .page-esg .section-a {
        background-image: url(/images/page-esg/section-a/bg-mobile.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 45px;
        padding-top: 100px;
        height: 530px;
        margin-bottom: 54px;
    }
    .page-esg .section-a h1 {
        font-size: 26px;
    }
    .page-esg .section-b .panel-a {
        text-align: left;
    }
    .page-esg .section-b .head-a {
        font-size:26px;
        font-weight: 700;
        line-height: 100%;
        margin-bottom: 20px;
    }
    .page-esg .section-b .mb-a {
        margin-bottom: 45px;
    }

    .page-battery .section-a {
        background-image: url(/images/page-battery/section-a/bg-mobile.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 45px;
        padding-top: 170px;
        height: 530px;
        margin-bottom: 54px;
    }
    .page-battery .section-a h1 {
        font-size: 26px;
    }
    .page-battery .section-a h2 {
        font-size: 16px;
    }
    .page-battery .section-a .desc {
        width: 305px;
    }
    .page-battery .section-b .table {
        font-size: 12px;
    }
    .page-battery .section-b .head-a {
        font-size:26px;
        font-weight: 700;
        line-height: 100%;
        margin-bottom: 20px;
    }
    .page-battery .section-b .mb-a {
        margin-bottom: 50px;
    }













    .footer-section-7 h2 {
        font-size: 26px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .container {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }

    .footer .head-a {
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }
    .footer .head-b {
        color: #8B8B8B;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }
    .footer .head-c {
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }
    .footer .col-b {
        min-width: 30px;
    }
    .footer .container {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .header-msb-div .modal-top-models .card-a {
        border-radius: 20px;
        background: #F3F5F8;
        padding: 10px 10px 10px 10px;
    }
    .header-msb-div .modal-top-models .card-a .head-a {
        font-size: 16px;
    }
    .header-msb-div .modal-top-models .modal-body {
        padding: 0rem!important;
    }
    .header-msb-div .modal-top-models .close {
        opacity: 1;
    }
    .header-msb-div .modal-top-models .modal-header {
        background: transparent;
        box-shadow: 0px 4px 30.1px 0px rgba(0, 0, 0, 0.15);
    }
    .header-msb-div .modal-top-models .container {
        padding-right: 0rem!important;
        padding-left: 0rem!important;
    }
    .header-msb-div #menuModal .close {
        opacity: 1;
    }
    .header-msb-div #menuModal .modal-dialog {
        margin: 0rem;
    }
    .header-msb-div #menuModal .modal-content {
        margin-top: 68px;
    }
    .header-msb-div #menuModal .modal-body {
        padding: 2.25rem 1.25rem 4.25rem 1.25rem;

    }
    .header-msb-div #menuModal .modal-body .head-a {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .header-msb-div #menuModal .modal-body .head-b {
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .header-msb-div #menuModal .modal-body .btn-f {
        border-radius: 250px;
        border: 1px solid #FFA100;
        background: #FFA100;
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        padding: 20px 60px;
    }
    .header-msb-div #menuModal .modal-body .btn-f:hover {
        border: 1px solid #333;
        background: #333;
        color: #ffffff;
    }

    .page-home .section-1 {
        height: 530px;
        margin-bottom: 70px;
    }
    .page-home .section-1 h1 {
        font-size: 26px;
        line-height: 100%;
        letter-spacing: 0px;
    }
    .page-home .section-1 .btn-a {
        font-size: 12px;
        padding: 10px 45px;
    }
    .page-home .section-2 {
        margin-bottom: 0px;
    }
    .page-home .section-2 h1 {
        font-size: 26px;
        line-height: 100%;
        letter-spacing: 0px;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .page-home .section-2 .card-a {
        padding: 20px 12px 5px 12px;
    }
    .page-home .section-2 .card-a .head-a {
        font-size: 16px;
    }
    .page-home .section-3  {
        margin-bottom: 70px;
    }
    .page-home .section-3 .section-3-a  {
        min-height: 400px;
        font-size: 16px;
        background-size: 70%;
        background-position: bottom center;
    }
    .page-home .section-3 .section-3-a .head-a {
        font-size: 24px;
        line-height: 100%;
        margin-bottom: 25px;
    }
    .page-home .section-3 .section-3-b {
        min-height: 250px;
        font-size: 16px;
        background-size: 70%;
        background-position: bottom center;
    }
    .page-home .section-3 .section-3-b .head-a {
        font-size: 24px;
        line-height: 100%;
        margin-bottom: 25px;
    }
    .page-home .section-3 .section-3-c {
        min-height: 350px;
        font-size: 16px;
        background-size: 90%;
        background-position: bottom center;
    }
    .page-home .section-3 .section-3-c .head-a {
        font-size: 24px;
        line-height: 100%;
        margin-bottom: 25px;
    }
    .page-home .section-4 .card-a {
        height: 370px;
        font-size: 16px;
        line-height: 140%;
    }
    .page-home .section-4 .card-a .head-a {
        font-size: 24px;
        line-height: 100%;
    }
    .page-home .section-4 h2 {
        font-size: 26px;
    }

    .page-model .section-2 .head-b {
        margin-bottom: 20px;
    }
    .page-model .section-2 .desc-a {
        margin-bottom: 10px;
        height: auto;
        overflow-y: hidden;
    }
    .page-model .section-2 h1 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 11px;
    }
    .page-model .section-2 .head-a {
        font-size: 16px;
        margin-bottom: 11px;
    }
    .page-model .section-2 .head-b {
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 15px;
    }
    .page-model .section-2 .btn-a {
        width: 100%;
    }

    .page-category .section-2 .card-a .head-a {
        font-size: 26px;
    }

    .page-gallery {
        margin-bottom: 10px;
    }
    .page-gallery h1 {
        font-size: 26px;
        line-height: 110%;
        margin-bottom: 22px;
    }

    .page-contacts {
        margin-bottom: 10px;
    }
    .page-contacts h1 {
        font-size: 26px;
        line-height: 110%;
        margin-bottom: 22px;
    }
    .page-contacts .section-2 h2 {
        font-size: 16px;
        margin-bottom: 35px;
    }
    .page-contacts .section-2 .head-b {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .page-service .section-1 {
        margin-bottom: 10px;
    }
    .page-service .section-1 h1 {
        font-size: 26px;
    }
    .page-service .section-1 h2 {
        font-size: 16px;
    }
    .page-service .section-1 .desc {
        font-size: 16px;
    }
    .page-service .section-2 {
        margin-bottom: 50px;
    }
    .page-service .section-3 h2 {
        font-size: 24px;
    }
    .page-service .section-3 .desc-a {
        font-size: 16px;
    }


    .page-rent .section-1 {
        background-image: url(/images/page-rent/section-1-bg-mobile.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 45px;
        padding-top: 117px;
        height: 530px;
        margin-bottom: 54px;
    }
    .page-rent .section-1 h1 {
        font-size: 26px;
    }
    .page-rent .section-1 h2 {
        font-size: 16px;
    }
    .page-rent .section-1 .desc {
        width: 305px;
    }
    .page-rent .section-2 {
        margin-bottom: 40px;
    }
    .page-rent .section-2 h2 {
        font-size: 26px;
        margin-bottom: 22px;
    }
    .page-rent .section-2 .btn-a {
        width: 100%;
    }
    .page-rent .section-3 {
        margin-bottom: 0px;
    }
    .page-rent .section-3 h2 {
        font-size: 26px;
        margin-bottom: 54px;
    }
    .page-rent .section-3 .col-sm-4 {
        margin-bottom: 58px;
    }
    .page-rent .section-4 {
        margin-bottom: 43px;
    }
    .page-rent .section-4 h2 {
        font-size: 26px;
        margin-bottom: 19px;
    }
    .page-rent .section-5 {
        margin-bottom: 43px;
    }
    .page-rent .section-5 h2 {
        font-size: 26px;
        margin-bottom: 19px;
    }






    .page-guarantee .section-1 {
        background-image: url(/images/page-guarantee/section-1-bg-mobile.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 45px;
        padding-top: 170px;
        height: 530px;
        margin-bottom: 54px;
    }
    .page-guarantee .section-1 h1 {
        font-size: 26px;
    }
    .page-guarantee .section-1 h2 {
        font-size: 16px;
    }
    .page-guarantee .section-1 .desc {
        width: 305px;
    }
    .page-guarantee .section-2 {
        margin-bottom: 20px;
    }
    .page-guarantee .section-3 h2 {
        font-size: 24px;
    }
    .page-guarantee .section-3 .desc-a {
        font-size: 16px;
    }
    .page-guarantee .section-3 .head-a {
        font-size: 26px;
    }

    .page-leasing .section-1 {
        background-image: url('/images/page-leasing/section-1-bg-mobile.webp');
        padding-top: 100px;
        height: 530px;
        margin-bottom: 54px;
    }
    .page-leasing .section-1 h1 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .page-leasing .section-1 h2 {
        font-size: 16px;
        max-width: 537px;
    }
    .page-leasing .section-1 .desc {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        max-width: 440px;
    }
    .page-leasing .section-2 {
        margin-bottom: 40px;
    }
    .page-leasing .section-2 h2 {
        font-size: 26px;
    }
    .page-leasing .section-3 {
        margin-bottom: 22px;
    }
    .page-leasing .section-3 .head-a {
        font-size: 48px;
    }
    .page-leasing .section-3 .head-b {
        font-size: 24px;
    }
    .page-leasing .section-3 .card-a {
        border-radius: 20px;
        background: #F3F5F8;
        padding: 26px;
    }
    .page-leasing .section-4 {
        margin-bottom: 27px;
    }
    .page-leasing .section-4 h2 {
        font-size: 26px;
        margin-bottom: 37px;
    }
    .page-leasing .section-4 .card-a {
        height: auto;
    }
    .page-leasing .section-4 .card-a.bg-a, .page-leasing .section-4 .card-a.bg-b, .page-leasing .section-4 .card-a.bg-c {
        background-image: none;
    }
    .page-leasing .section-5 {
        margin-bottom: 50px;
    }
    .page-leasing .section-5 h2 {
        font-size: 26px;
        margin-bottom: 37px;
    }
    .page-leasing .section-6 {
        margin-bottom: 50px;
    }
    .page-leasing .section-6 h2 {
        font-size: 26px;
        margin-bottom: 40px;
    }
    .page-leasing .section-6 .head-a {
        font-size: 14px;
        margin-bottom: 20px;
    }







    .page-installment .section-1 {
        background-image: url('/images/page-installment/section-1-bg-mobile.webp');
        padding-top: 100px;
        height: 530px;
        margin-bottom: 54px;
    }
    .page-installment .section-1 h1 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .page-installment .section-1 h2 {
        font-size: 16px;
        max-width: 537px;
    }
    .page-installment .section-1 .desc {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        max-width: 440px;
    }
    .page-installment .section-2 {
        margin-bottom: 40px;
    }
    .page-installment .section-2 h2 {
        font-size: 26px;
        margin-bottom: 22px;
    }
    .page-installment .panel-calculator h2 {
        font-size: 26px;
    }
    .page-installment .section-3 {
        margin-bottom: 22px;
    }
    .page-installment .section-3 .head-a {
        font-size: 48px;
    }
    .page-installment .section-3 .head-b {
        font-size: 24px;
    }
    .page-installment .section-3 .card-a {
        border-radius: 20px;
        background: #F3F5F8;
        padding: 26px;
    }
    .page-installment .section-4 {
        margin-bottom: 27px;
    }
    .page-installment .section-4 h2 {
        font-size: 26px;
        margin-bottom: 37px;
    }
    .page-installment .section-4 .card-a {
        height: auto;
    }
    .page-installment .section-4 .card-a.bg-a, .page-installment .section-4 .card-a.bg-b, .page-installment .section-4 .card-a.bg-c {
        background-image: none;
    }

    .page-trade-in .section-1 {
        background-image: url('/images/page-trade-in/section-1-bg-mobile.webp');
        padding-top: 100px;
        height: 530px;
        margin-bottom: 54px;
    }
    .page-trade-in .section-1 h1 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .page-trade-in .section-1 h2 {
        font-size: 16px;
        max-width: 537px;
    }
    .page-trade-in .section-1 .desc {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        max-width: 440px;
    }
    .page-trade-in .section-2 {
        margin-bottom: 40px;
    }
    .page-trade-in .section-2 h2 {
        font-size: 26px;
        margin-bottom: 22px;
    }
    .page-trade-in .section-3 {
        margin-bottom: 22px;
    }
    .page-trade-in .section-3 .head-a {
        font-size: 48px;
    }
    .page-trade-in .section-3 .head-b {
        font-size: 24px;
    }
    .page-trade-in .section-3 .card-a {
        border-radius: 20px;
        background: #F3F5F8;
        padding: 26px 12px 26px 12px;
    }
    .page-trade-in .section-4 {
        margin-bottom: 27px;
    }
    .page-trade-in .section-4 h2 {
        font-size: 26px;
        margin-bottom: 37px;
    }
    .page-trade-in .section-4 .card-a {
        height: auto;
    }
    .page-trade-in .section-4 .card-a.bg-a, .page-trade-in .section-4 .card-a.bg-b, .page-trade-in .section-4 .card-a.bg-c {
        background-image: none;
    }



}
@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}
@media (max-width: 575.98px) {
    .hidden-xs-down {
        display: none !important;
    }
}


