@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;800;900&display=swap');

html body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Roboto;
    background-color: #ffffff;
}

@media (min-width: 1400px)
{
    .container {
        max-width: 1420px;
    }
}

@media (max-width: 576px)
{
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.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";
}

.display-5 {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-6 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.h-90 {
    height: 90%!important;
}
.h-80 {
    height: 80%!important;
}
.h-10 {
    height: 10%!important;
}
.h-20 {
    height: 20%!important;
}
.status.status-danger:before {
    background: #E4354A!important;
}
.grey_element {
    -webkit-filter: grayscale(1); filter: gray;
}

.header-btn[data-class=mobile-nav-on] {
    border-color: #497CC7;
    /* background-color: #fd2087; */
    /* background-image: -webkit-gradient(linear,left bottom, left top,from(#fd2087),to(#e7026e)); */
    background-image: linear-gradient(to top,#497CC7,#2196f3);
    color: #fff;
    width: 3.875rem;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

@media (min-width: 576px)
{
    .border-sm {
        border: 1px solid #dee2e6!important;
    }
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #F3F5F8 inset;
    -webkit-text-fill-color: inherit!important;
}

/*Запрещаем выделение в элементах, в которых прописано unselectable="on"*/
*[unselectable=on] {
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*разрешаем выделение в элементах, в которых прописано unselectable="off"*/
*[unselectable=off] {
    -moz-user-select: text;
    -o-user-select:text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.another-popup .leaflet-popup-content-wrapper {
    background: rgba(255, 255, 255, 0.90);
}
.spin-prod {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    line-height: 1.47;
    border-radius: 4px;
    height: 39px;
}
.spin-prod .spin-prod-minus, .spin-prod .spin-prod-plus{
    width: 40px;
}
.panel-overflowhidden {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.panel-overflowhidden::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.text-red {
    color:red;
}
.width-11{width:4.50rem}
.width-12{width:4.75rem}
.width-13{width:5.00rem}
.width-14{width:5.25rem}
.width-15{width:5.50rem}
.width-16{width:5.75rem}
.width-17{width:6.00rem}
.width-18{width:6.25rem}

.height-11{height:4.50rem}
.height-12{height:4.75rem}
.height-13{height:5.00rem}
.height-14{height:5.25rem}
.height-15{height:5.50rem}
.height-16{height:5.75rem}
.height-17{height:6.00rem}
.height-18{height:6.25rem}

.badge.badge-info {
    background-color: #497CC7;
}

.btn-success.disabled, .btn-success:disabled, .btn-danger.disabled, .btn-danger:disabled, .btn-info.disabled, .btn-info:disabled,
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #c7c8c9;
    border-color: #acadad;
}

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.container-fluid {
    padding:47px 82px 47px 82px;
}
@media (max-width: 576px)
{
    .container-fluid {
        padding:20px;
    }
}

.header-msb-div {
    height: 80px;
}
.header-msb {
    padding-top: 10px;
}
.header-msb a {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
}
.header-msb a:hover {
    color: rgba(0, 0, 0, 0.7);
}
.header-msb a.active {
    color: #fff;
    background-color: #000;
    padding: 10px 10px;
    border-radius: 20px;
}
.header-msb .btn-a {
    border-radius: 20px;
    background: #000;
    padding: 10px 10px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    font-style: normal;
    font-weight: 600;
    height: 36px;
    text-transform: uppercase;
}
.header-msb .btn-a:hover {
    color: rgba(255, 255, 255, 0.7);
}


.header-msb .btn-b {
    border: 1px solid #000;
    border-radius: 20px;
    background: #FFF;
    padding: 10px 10px;
    color: #000;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    font-style: normal;
    font-weight: 600;
    height: 36px;
    text-transform: uppercase;
}
.header-msb .btn-b:hover {
    color: rgba(0, 0, 0, 0.7);
}





















.modal-backdrop {
    z-index: 1000;
}
.header-msb {
    padding-bottom: 12px;
    z-index: 9991;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
.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: #000000;
}
.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);
}
.menu-main.modal-body {
    padding: 0px 0 20px 0;
    background-color: #ffffff;
    border-bottom: 2px solid #000000;
}

.menu-main.modal-body .nav {
    margin-top: 100px;
    margin-left: 0px
}
.menu-main.modal-body .nav .nav-link {
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    padding: 0.5rem 0.5rem;
}
.menu-main.modal-body .nav .nav-link:hover {
    color: #000000;
}
.menu-main.modal-body .nav .nav-link:hover {
    color: #000000;
}
#menuModal small {
    font-size: 10px;
}
#menuModal .modal-dialog {
    margin: 0px;
}

footer .head {
    margin-bottom: 25px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
footer a {
    color: #000!important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.62px;
    display: block;
}
footer a:hover {
    color: rgba(0, 0, 0, 0.7);
}
footer .border-a {
    border-right: 1px solid #AAA;
}

footer .section-a {
    margin-top: 34px;
}

footer .section-a, footer .section-a a {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.96px;
}

.page-about .section-a {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    background-image: url('/images/about/section-a.webp?v2');
    padding-top: 233px;
    padding-bottom: 124px;
}
.page-about .section-a .head-a {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 18.62px;
    margin-bottom: 16px;
}
.page-about .section-a h1 {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    max-width: 410px;
    margin-bottom: 16px;
}
.page-about .section-a .head-b {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.26px;
    max-width: 430px;
}
.page-about .section-b {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.94px;
    max-width: 1024px;
    margin: 76px auto 52px auto;
}
.page-about .section-b h2 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 45.6px;
    text-transform: uppercase;
}
.page-about .section-c {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.94px;
    margin-bottom: 69px;
}
.page-about .section-c .section-c-a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('/images/about/section-c.webp?v4');
    padding-left: 75px;
    padding-top: 84px;
    padding-bottom: 264px;
    border-radius: 20px;
}
.page-about .section-c h3 {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 45.6px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.page-about .section-c .desc-a {
    max-width: 575px;
}
.page-about .section-d {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.94px;
    margin-bottom: 72px;
}
.page-about .section-d .section-d-a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('/images/about/section-d.webp?v4');
    padding-left: 75px;
    padding-top: 84px;
    padding-bottom: 264px;
    border-radius: 20px;
}
.page-about .section-d h3 {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 45.6px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.page-about .section-d .desc-a {
    max-width: 575px;
}
.page-about .section-e {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.page-about .section-e .slider {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}
.page-about .section-e .slider .slide {
    flex: 1 0 20%; /* Базовый размер одной картинки - 20% */
}
.page-about .section-e .slider .slide img {
    width: 100%;
    display: block;
}
/* Кнопки навигации по страницам */
.page-about .section-e .pagination {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.page-about .section-e .page-btn {
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
    padding: 3px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 20px;
    color: white;
    width: 30px;
}
.page-about .section-e .page-btn.active {
    background-color: rgba(0, 0, 0, 0.8);
}
.page-about .section-e h3 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 47.5px;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .page-about .section-e .slider .slide {
        flex: 1 0 33.33%; /* Показывать 3 картинки на экранах до 1024px */
    }
}
@media (max-width: 768px) {
    .page-about .section-e .slider .slide {
        flex: 1 0 50%; /* Показывать 2 картинки на экранах до 768px */
    }
}
@media (max-width: 480px) {
    .page-about .section-e .slider .slide {
        flex: 1 0 100%; /* Показывать 1 картинку на экранах до 480px */
    }
}

.page-about .section-f {
    background: #E4E7E3;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url('/images/about/section-f.webp?v3');
    margin-top: 55px;
    padding-top: 111px;
    padding-bottom: 81px;
}
.page-about .section-f .head-a {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 42.56px;
    max-width: 520px;
    margin-bottom: 40px;
}
.page-about .section-f .head-b {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.94px;
    max-width: 620px;
    margin-bottom: 30px;
}

.page-become-supplier .section-a {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url('/images/become-supplier/section-a.webp?v2');
    padding-top: 233px;
    padding-bottom: 124px;
}
.page-become-supplier .section-a .head-a {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 18.62px;
    margin-bottom: 16px;
}
.page-become-supplier .section-a h1 {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    max-width: 410px;
    margin-bottom: 16px;
}
.page-become-supplier .section-a .head-b {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.26px;
    max-width: 430px;
    margin-bottom: 30px;
}
.page-become-supplier .section-b {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.94px;
    max-width: 1024px;
    margin: 76px auto 61px auto;
}
.page-become-supplier .section-b h2 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 45.6px;
    text-transform: uppercase;
}
.page-become-supplier .section-b .btn-a {
    border-radius: 20px;
    background: #000;
    padding: 10px 26px;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
}
.page-become-supplier .section-c h3 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 45.6px;
    text-transform: uppercase;
}

.page-become-dealer .section-a {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url('/images/become-dealer/section-a.webp?v2');
    padding-top: 233px;
    padding-bottom: 124px;
}
.page-become-dealer .section-a .head-a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.94px;
    margin-bottom: 40px;
}
.page-become-dealer .section-a h1 {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 32px;
}
.page-become-dealer .section-a .btn-a {
    border-radius: 20px;
    background: #FFF;
    padding: 10px 26px;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
}
.page-become-dealer .section-b {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.94px;
    max-width: 1024px;
    margin: 76px auto 61px auto;
}
.page-become-dealer .section-b h2 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 45.6px;
    text-transform: uppercase;
}
.page-become-dealer .section-c {
    margin-bottom: 64px;
}
.page-become-dealer .section-c h3 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 45.6px;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.page-become-dealer .section-c .card-a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.94px;
    border-radius: 20px;
    border: 1px solid #AAA;
    padding: 24px;
    height: 264px;
}
.page-become-dealer .section-c .card-a .head-a {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.92px;
    margin-bottom: 18px;
}
.page-become-dealer .section-d {
    margin-bottom: 64px;
}
.page-become-dealer .section-d h3 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 45.6px;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.page-become-dealer .section-d .card-a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.94px;
    border-radius: 20px;
    border: 1px solid #AAA;
    padding: 24px;
    height: 264px;
}
.page-become-dealer .section-d .card-a .head-a {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.92px;
    margin-bottom: 18px;
}
.page-become-dealer .section-e {
    margin-bottom: 64px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.3px;
}
.page-become-dealer .section-e h3 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 45.6px;
    text-transform: uppercase;
    margin-bottom: 63px;
}
.page-become-dealer .section-e .card-a .head-a {
    color: #000;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 82.8px;
}
.page-become-dealer .section-e .card-a .head-b {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.4px;
}
.page-become-dealer .section-k {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url('/images/become-dealer/section-k.webp?v2');
    padding-top: 233px;
    padding-bottom: 124px;
}
.page-become-dealer .section-k .head-c {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 42.56px;
    text-transform: uppercase;
    margin-bottom: 41px;
}
.page-become-dealer .section-k .btn-a {
    border-radius: 20px;
    background: #000;
    padding: 10px 26px;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
}

.page-career .section-a {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url('/images/career/section-a.webp?v2');
    padding-top: 233px;
    padding-bottom: 124px;
    margin-bottom: 108px;
}
.page-career .section-a .head-a {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 18.62px;
    margin-bottom: 16px;
}
.page-career .section-a h1 {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 16px;
}
.page-career .section-a .head-b {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.26px;
    max-width: 440px;
}
.page-career .section-b {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('/images/career/section-b.webp?v2');
    color: #000;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.94px;
    border-radius: 20px;
    padding: 98px 83px 209px 0px;
}
.page-career .section-b .section-b-a {
    max-width: 573px;
}
.page-career .section-b h2 {
    color: #000;
    text-align: right;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 45.6px;
    text-transform: uppercase;
}
.page-career .section-b .btn-a {
    border-radius: 20px;
    background: #000;
    padding: 10px 26px;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
}
.page-career .section-c {
    margin-top: 34px;
    margin-bottom: 64px;
}
.page-career .section-c h3 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 45.6px;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.page-career .section-c .card-a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.94px;
    border-radius: 20px;
    border: 1px solid #AAA;
    padding: 24px;
}
.page-career .section-c .card-a .head-a {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.92px;
    margin-bottom: 18px;
}
.page-career .section-d {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('/images/career/section-d.webp?v2');
    border-radius: 20px;
    padding: 98px 0px 209px 83px;
}
.page-career .section-d .section-d-a {
    max-width: 573px;
}
.page-career .section-d h2 {
    color: #000;
    text-align: left;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 45.6px;
    text-transform: uppercase;
    margin-bottom: 20px;
    max-width: 400px;
}
.page-career .section-d .btn-a {
    border-radius: 20px;
    background: #000;
    padding: 10px 26px;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
}

.page-contacts .section-a {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url('/images/contacts/section-a.webp?v2');
    padding-top: 244px;
    padding-bottom: 258px;
    text-align: left;
}
.page-contacts .section-a .head-a {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.94px;
}
.page-contacts .section-a h1 {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 16px;
}
.page-contacts .section-b {
    margin-top:-160px;

}
.page-contacts .section-b .card-a {
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url('/images/contacts/section-a-card-a-bg.webp?v2');
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.94px;
    padding: 79px 79px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.page-contacts .section-b .border-a {
    border-bottom: 1px solid #AAA;
}
.page-contacts .section-b .card-b {
    background-color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 143px 80px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    height: 100%;
}
.page-contacts .section-b .card-a .head-a {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.92px;
    text-transform: uppercase;
    margin-bottom: 31px;
}
.page-contacts .section-b .card-a .head-c {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.92px;
    text-transform: uppercase;
}
.page-contacts .section-b .card-b .custom-control label {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
}
.page-contacts .section-b .card-b .custom-control a {
    color: #006BEA;
}

.page-contacts .section-b .card-a .icon-panel-a {
    width: 20px;
    max-width: 20px;
    min-width: 20px;
}


.page-contacts .section-c {
    margin-top: 126px;
}
.page-contacts .section-c #map-1 {
    width: 100%;
    height: 406px !important;
}




.page-news .section-a {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    background-image: url('/images/news/section-a.webp?v2');
    padding-top: 233px;
    padding-bottom: 124px;
}
.page-news .section-a h1 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 50px;
}
.page-news .section-a .head-a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.94px;
    max-width: 435px;
    margin-bottom: 40px;
}
.page-news .section-b {
    margin: 76px auto 61px auto;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.page-news .section-b h2 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 45.6px;
    text-transform: uppercase;
    margin-top: 42px;
    margin-bottom: 42px;
}
.page-news .section-b img {
    border-radius: 20px;
    margin-bottom: 14px;
}
.page-news .section-b .news_content_full img {
    border-radius: 0px;
    margin-bottom: 0px;
}
.page-news .section-b .head-a {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 37.24px;
    text-transform: uppercase;
    margin-bottom: 24px;
    max-width: 377px;
}
.page-news .section-b .desc-a {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.62px;
    max-width: 377px;
}

.page-home .section-a .carousel-indicators {
    position: absolute;
    bottom: 10px; /* Положение индикаторов */
    left: 0%;
    z-index: 15; /* Положение выше остальных элементов */
}

.page-home .section-a .carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.2); /* Цвет фона индикаторов */
    width: 150px; /* Ширина индикаторов */
    height: 2px; /* Высота индикаторов */
    margin: 0 5px; /* Отступы между индикаторами */
    cursor: pointer; /* Курсор в виде руки при наведении */
    transition: background-color 0.3s; /* Плавный переход цвета */
    border-radius: 5px;
}

.page-home .section-a .carousel-indicators li.active {
    background-color: rgba(255, 255, 255, 0.7); /* Цвет активного индикатора */
}
.page-home .section-a {
    height: 600px;
}
.page-home .section-a h1 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 14px;
    padding-top: 115px;
}
.page-home .section-a .head-a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.94px;
    margin-bottom: 66px;
}
.page-home .section-a .btn-a {
    border-radius: 20px;
    background: #FFF;
    padding: 10px 26px;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
}
.page-home .section-b {
    background: #F5F5F5;
}
.page-home .section-b-card {
    padding-top: 131px;
    padding-bottom: 126px;
}
.page-home .section-b h2 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}
.page-home .section-b .head-a {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding-left: 5px;
}
.page-home .section-b-a {
    margin-bottom: 53px;
}
.page-home .section-с {
    margin: 76px auto 61px auto;
}
.page-home .section-с h2 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 45.6px;
    text-transform: uppercase;
    margin-bottom: 42px;
}
.page-home .section-с img {
    border-radius: 20px;
    margin-bottom: 14px;
}
.page-home .section-с .head-a {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 37.24px;
    text-transform: uppercase;
    margin-bottom: 24px;
    max-width: 377px;
}
.page-home .section-с .desc-a {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.62px;
    max-width: 377px;
}
.page-home .section-e {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url('/images/home/section-e.webp?v3');
    padding-top: 552px;
    padding-bottom: 77px;
}
.page-home .section-e h3 {
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 57.6px;
    text-transform: uppercase;
}
.page-home .section-e .btn-b {
    border-radius: 20px;
    background: #FFF;
    padding: 10px 26px;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    margin-left: 50px;
}
.page-home .section-e .btn-a {
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    border-bottom: 1px solid #FFF; /* Цвет и толщина подчеркивания */
    padding-bottom: 1px; /* Отступ между текстом и подчеркиванием */
}



.page-service .section-b {
    background: #F5F5F5;
}
.page-service .section-b-card {
    padding-top: 131px;
    padding-bottom: 126px;
}
.page-service .section-b h2 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}
.page-service .section-b .head-a {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding-left: 5px;
}
.page-service .section-b-a {
    margin-bottom: 53px;
}
.page-service .section-c {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.94px;
    max-width: 1024px;
    margin: 76px auto 61px auto;
}
.page-service .section-c h2 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 45.6px;
    text-transform: uppercase;
}
.page-service .section-d {
    margin-bottom: 64px;
}
.page-service .section-d h3 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.page-service .section-d .card-a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.94px;
    border-radius: 20px;
    border: 1px solid #AAA;
    padding: 24px;
}
.page-service .section-d .card-a .head-a {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.92px;
    margin-bottom: 18px;
}
.page-service .section-d .card-a .footer-a a {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    border-bottom: 1px solid #000;
}
.page-service .section-e .card-a {
    max-width: 930px;
    margin-bottom: 98px;
}
.page-service .section-e h3 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.page-service .section-e .num-a {
    color: #000;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 82.8px;
    margin-right: 60px;
}
.page-service .section-e .head-a {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.4px;
    margin-bottom: 5px;
}
.page-service .section-e .desc-a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.3px;
}



















#dealer-modal .modal-dialog {
    max-width: 1430px;
}
#dealer-modal .card-a {
    padding: 143px 110px 163px 110px;
}
#dealer-modal h4 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.4px;
    text-transform: uppercase;
    margin-bottom:39px;
}
#dealer-modal input {
    border: none;
    border-bottom: 1px solid #000;
    margin-bottom: 61px;
    padding-bottom: 7px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.3px;
}
#dealer-modal input::placeholder {
    color: #000;
}
#dealer-modal .card-b {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url('/images/dealer-modal/card-b-bg.webp?v3');
}
#dealer-modal .btn-a {
    border-radius: 20px;
    background: #000;
    padding: 10px 26px;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
}
#dealer-modal .btn-a[disabled] {
    background-color: #ccc;
}
#dealer-modal a {
    color: #006BEA;
}

@media (max-width: 1400px)
{
    .header-msb-div {
        height: 50px;
    }
    .header-msb {
        margin: 0px;
        padding: 0px 20px 10px 20px;
        background-color: #ffffff;
        position: fixed;
        z-index: 2030;
        top: 0;
        right: 0;
        left: 0;
    }
    .header-msb a {
        margin-right: 0px;
        padding-left: 0px;
    }
    .header-msb .logo {
        margin-top:-10px;
        height: 28px;
    }

}

@media (max-width: 576px)
{
    .animated-icon1 {
        width: 27px;
        height: 25px;
    }
    .animated-icon1 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 1px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
        background: #000000;
    }

    footer a {
        font-size: 10px;
    }
    footer .head {
        font-size: 14px;
    }
    footer .border-a {
        border-right: none;
    }
    footer .section-a, footer .section-a a {
        font-size: 10px;
    }

    .page-about .section-a {
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        background-image: url('/images/about/section-a-mobile.webp?v2');
        padding-top: 70px;
        padding-bottom: 177px;
    }
    .page-about .section-a h1 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 33px;
    }
    .page-about .section-a .head-a {
        color: #FFF;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 18.62px;
        margin-bottom: 31px;
    }
    .page-about .section-a .head-b {
        color: #FFF;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 18.62px;
        margin-bottom: 68px;
    }
    .page-about .section-b {
        font-size: 10px;
        line-height: 12px;
        margin: 60px auto 21px auto;
    }
    .page-about .section-b h2 {
        font-size: 24px;
    }
    .page-about .section-c-mobile {
        margin-bottom: 30px;
    }
    .page-about .section-c-mobile .card-a {
        color: #8B8B8B;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        border-radius: 12px;
        background: #F1F1F1;
    }
    .page-about .section-c-mobile .card-a-a {
        padding: 15px;
    }
    .page-about .section-c-mobile .head-a {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-bottom: 21px;
    }
    .page-about .section-d-mobile {
        margin-bottom: 30px;
    }
    .page-about .section-d-mobile .card-a {
        color: #8B8B8B;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        border-radius: 12px;
        background: #F1F1F1;
    }
    .page-about .section-d-mobile .card-a-a {
        padding: 15px 15px 20px 15px;
    }
    .page-about .section-d-mobile .head-a {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-bottom: 21px;
    }
    .page-about .section-f-mobile  {
        margin-top: 28px;
    }
    .page-about .section-f-mobile .card-a {
        color: #8B8B8B;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        border-radius: 12px;
        background: #F1F1F1;
    }
    .page-about .section-f-mobile .card-a-a {
        padding: 15px 15px 30px 15px;
    }
    .page-about .section-f-mobile .head-a {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-bottom: 21px;
    }
    .page-about .section-f-mobile .btn-a {
        border-radius: 20px;
        background: #FFF;
        padding: 15px 26px;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 19px;
        border: none;
    }

    .page-career .section-a {
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        background-image: url('/images/career/section-a-mobile.webp?v2');
        padding-top: 70px;
        padding-bottom: 177px;
        margin-bottom: 20px;
    }
    .page-career .section-a h1 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 33px;
    }
    .page-career .section-a .head-a {
        color: #000;
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: 12px;
        margin-bottom: 31px;
    }
    .page-career .section-a .head-b {
        color: #000;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 18.62px;
        margin-bottom: 68px;
        width: 210px;
    }
    .page-career .section-b-mobile {
        margin-bottom: 60px;
    }
    .page-career .section-b-mobile .card-a {
        color: #8B8B8B;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        border-radius: 12px;
        background: #F1F1F1;
    }
    .page-career .section-b-mobile .card-a-a {
        padding: 15px;
    }
    .page-career .section-b-mobile .head-a {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-bottom: 21px;
    }
    .page-career .section-b-mobile .btn-a {
        border-radius: 20px;
        background: #FFF;
        padding: 15px 26px;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 19px;
        border: none;
    }
    .page-career .section-s-mobile  {
        margin-top: 28px;
    }
    .page-career .section-s-mobile .card-a {
        color: #8B8B8B;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        border-radius: 12px;
        background: #F1F1F1;
    }
    .page-career .section-s-mobile .card-a-a {
        padding: 15px 15px 30px 15px;
    }
    .page-career .section-s-mobile .head-a {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-bottom: 21px;
    }
    .page-career .section-s-mobile .btn-a {
        border-radius: 20px;
        background: #FFF;
        padding: 15px 26px;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 19px;
        border: none;
    }
    .page-career .section-c-mobile h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .page-career .section-c-mobile .card-a {
        border-radius: 12px;
        background: #F1F1F1;
        padding: 15px 15px 32px 15px;
        color: #8B8B8B;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 230%;
    }
    .page-career .section-c-mobile .card-a .head-a {
        color: #1E1E1E;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-bottom: 17px;
    }

    .page-home .section-a {
        height: 420px;
    }
    .page-home .section-a .carousel-indicators li {
        background-color: rgba(255, 255, 255, 0.2); /* Цвет фона индикаторов */
        width: 23px; /* Ширина индикаторов */
        height: 4px; /* Высота индикаторов */
        margin: 0 5px; /* Отступы между индикаторами */
        cursor: pointer; /* Курсор в виде руки при наведении */
        transition: background-color 0.3s; /* Плавный переход цвета */
        border-radius: 5px;
    }
    .page-home .section-a .carousel-indicators li.active {
        background-color: rgba(255, 255, 255, 0.7); /* Цвет активного индикатора */
    }
    .page-home .section-a .head-a {
        color: #fff;
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: 12px;
        margin-bottom: 31px;
    }
    .page-home .section-a .head-b {
        color: #fff;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 18.62px;
    }
    .page-home .section-a h1 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 33px;
    }
    .page-home .section-b-a {
        margin-bottom: 40px;
    }
    .page-home .section-b-card {
        padding-top: 59px;
        padding-bottom: 80px;
    }
    .page-home .section-b h2 {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 48px;
    }
    .page-home .section-b .head-a {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 11px;
    }
    .page-home .section-с {
        margin: 60px auto 40px auto;
    }
    .page-home .section-с h2 {
        font-size: 24px;
    }
    .page-home .section-с .card-a {
        border-radius: 12px;
        background: #F1F1F1;
    }
    .page-home .section-с img {
        border-radius: 12px;
    }
    .page-home .section-с .card-a .head-a {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        text-align: left;
    }
    .page-home .section-с .card-a .desc-a {
        color: #8B8B8B;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        text-align: left;
    }
    .page-home .section-с .card-a-a {
        padding: 15px 15px 33px 15px;
    }
    .page-home .section-e {
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        background-image: url('/images/home/section-e-mobile.webp?v2');
        padding-top: 345px;
        padding-bottom: 49px;
    }
    .page-home .section-e h3 {
        color: #FFF;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 29px;
        text-transform: uppercase;
    }
    .page-home .section-e .btn-b {
        border-radius: 20px;
        background: #FFF;
        padding: 6px 14px;
        color: #000;
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: 19px;
        margin-left: 50px;
    }
    .page-home .section-e .btn-a {
        color: #FFF;
        text-align: center;
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: 19px;
        border-bottom: 1px solid #FFF; /* Цвет и толщина подчеркивания */
        padding-bottom: 1px; /* Отступ между текстом и подчеркиванием */
    }

    .page-service .section-b-a {
        margin-bottom: 40px;
    }
    .page-service .section-b-card {
        padding-top: 59px;
        padding-bottom: 80px;
    }
    .page-service .section-b h2 {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 48px;
    }
    .page-service .section-b .head-a {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 11px;
    }
    .page-service .section-c {
        font-size: 10px;
        line-height: 12px;
        margin: 60px auto 30px auto;
    }
    .page-service .section-c h2 {
        font-size: 24px;
    }
    .page-service .section-d {
        margin-bottom: 30px;
    }
    .page-service .section-d h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .page-service .section-d .card-a {
        border-radius: 12px;
        background: #F1F1F1;
        color: #8B8B8B;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        border: none;
        padding: 12px 15px;
        height: 100%;
    }
    .page-service .section-d .card-a .head-a {
        color:  #1E1E1E;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
    }
    .page-service .section-d .card-a ul {
        padding-left: 0; /* Убирает отступ у списка */
        margin-left: 14px;  /* Если нужно убрать и внешний отступ */
    }

    .page-service .section-e h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .page-service .section-e .head-a {
        color:  #1E1E1E;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        margin-bottom: 18px;
    }
    .page-service .section-e .desc-a {
        border-radius: 12px;
        background: #F1F1F1;
        color: #8B8B8B;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        border: none;
        padding: 12px 15px;
        height: 100%;
    }
    .page-service .section-e .card-a {
        margin-bottom: 30px;
    }

    .page-news .section-a {
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        background-image: url('/images/news/section-a-mobile.webp?v2');
        padding-top: 70px;
        padding-bottom: 177px;
    }
    .page-news .section-a h1 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 33px;
    }
    .page-news .section-a .head-a {
        color: #FFF;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 12px;
        margin-bottom: 31px;
        width: 260px;
    }
    .page-news .section-a .head-b {
        color: #FFF;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 18.62px;
        margin-bottom: 56px;
    }
    .page-news .section-a .btn-a {
        border-radius: 20px;
        background: #FFF;
        padding: 10px 26px;
        color: #000;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 19px;
    }
    .page-news .section-b {
        margin: 60px auto 0px auto;
    }
    .page-news .section-b h2 {
        font-size: 24px;
    }
    .page-news .section-b .card-a {
        border-radius: 12px;
        background: #F1F1F1;
    }
    .page-news .section-b img {
        border-radius: 12px;
    }
    .page-news .section-b .card-a .head-a {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        text-align: left;
    }
    .page-news .section-b .card-a .desc-a {
        color: #8B8B8B;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        text-align: left;
    }
    .page-news .section-b .card-a-a {
        padding: 15px 15px 33px 15px;
    }

    .page-contacts .section-a {
        background-repeat: no-repeat;
        background-position: 0px 0px;
        background-size: cover;
        background-image: url('/images/contacts/section-a-mobile.webp?v2');
        padding-top: 70px;
        padding-bottom: 231px;
    }
    .page-contacts .section-a h1 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 33px;
    }
    .page-contacts .section-a .head-a {
        color: #000;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
        margin-bottom: 31px;
    }
    .page-contacts .section-a .head-b {
        color: #000;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 18.62px;
        margin-bottom: 68px;
    }
    .page-contacts .section-b .card-a {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        padding: 84px 20px 100px 20px;
    }
    .page-contacts .section-b .card-a .icon-panel-a {
        width: 40px;
        max-width: 40px;
        min-width: 40px;
    }
    .page-contacts .section-b .card-a img {
        width: 40px;
        height: auto;
    }
    .page-contacts .section-b .card-b {
        padding: 84px 20px 10px 20px;
        margin-top:30px;
        filter: none;
    }
    .page-contacts .section-d-mobile  {
        margin-top: 16px;
    }
    .page-contacts .section-d-mobile .card-a {
        color: #000;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        border-radius: 12px;
        background: #F1F1F1;
        padding: 22px 15px;
    }
    .page-contacts .section-d-mobile .card-a .head-a {
        color: #1E1E1E;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }
    .page-contacts .section-m-mobile {
        margin-top: 35px;
    }
    .page-contacts .section-m-mobile .card-a {
        border-radius: 12px;
        background: #F1F1F1;
    }
    .page-contacts .section-m-mobile .card-b {
        padding: 15px 24px;
    }
    .page-contacts .section-m-mobile #map-2 {
        width: 100%;
        height: 210px !important;
        border-radius: 12px;
    }
    #dealer-modal .card-a {
        padding: 143px 20px 163px 20px;
    }

    .page-become-dealer .section-a {
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        background-image: url('/images/become-dealer/section-a-mobile.webp?v2');
        padding-top: 70px;
        padding-bottom: 177px;
    }
    .page-become-dealer .section-a h1 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 33px;
    }
    .page-become-dealer .section-a .head-a {
        color: #FFF;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 18.62px;
        margin-bottom: 31px;
    }
    .page-become-dealer .section-a .head-b {
        color: #FFF;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 18.62px;
        margin-bottom: 68px;
    }
    .page-become-dealer .section-b {
        font-size: 10px;
        line-height: 12px;
        margin: 60px auto 61px auto;
    }
    .page-become-dealer .section-b h2 {
        font-size: 24px;
    }
    .page-become-dealer .section-c {
        margin-bottom: 0px;
    }
    .page-become-dealer .section-c h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .page-become-dealer .section-c .card-a {
        border-radius: 12px;
        background: #F1F1F1;
        color: #8B8B8B;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        border: none;
        padding: 12px 15px;
        height: 100%;
    }
    .page-become-dealer .section-c .card-a .head-a {
        color:  #1E1E1E;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
    }
    .page-become-dealer .section-d {
        margin-bottom: 55px;
    }
    .page-become-dealer .section-d .card-a {
        border-radius: 12px;
        background: #F1F1F1;
        color: #8B8B8B;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        border: none;
        padding: 12px 15px;
        height: 100%;
    }
    .page-become-dealer .section-d .card-a .head-a {
        color:  #1E1E1E;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
    }
    .page-become-dealer .section-d h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .page-become-dealer .section-e h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .page-become-dealer .section-e .card-a {
        border-radius: 12px;
        background: #F1F1F1;
        padding: 15px;
        color: #8B8B8B;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }
    .page-become-dealer .section-e .card-a .head-a {
        color: #1E1E1E;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-bottom: 9px;
    }
    .page-become-dealer .section-k {
        background: none;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .page-become-dealer .section-k .card-a {
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        background-image: url(/images/become-dealer/section-k-mobile.webp?v2);
        padding-top: 59px;
        padding-bottom: 34px;
        font-size: 24px;
        border-radius: 12px;
    }
    .page-become-dealer .section-k .head-c {
        font-size: 24px;
        font-weight: 600;
        line-height: 24px
    }
    .page-become-dealer .section-k .btn-a {
        padding: 10px;
        background: #FFF;
        color: #000;
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: 19px;
    }

    .page-become-supplier .section-a {
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        background-image: url('/images/become-supplier/section-a-mobile.webp?v2');
        padding-top: 70px;
        padding-bottom: 177px;
    }
    .page-become-supplier .section-a h1 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 33px;
    }
    .page-become-supplier .section-a .head-a {
        color: #FFF;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 12px;
        margin-bottom: 31px;
    }
    .page-become-supplier .section-a .head-b {
        color: #FFF;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 18.62px;
        margin-bottom: 20px;
    }
    .page-become-supplier .section-b {
        font-size: 10px;
        line-height: 12px;
        margin: 60px auto 61px auto;
    }
    .page-become-supplier .section-b h2 {
        font-size: 24px;
    }
    .page-become-supplier .section-c h3 {
        font-size: 24px;
        margin-bottom: 23px;
    }







}







