* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    scrollbar-width: thin;
    scrollbar-color: #d02228 #d8d8d8;
}
html{
    background:#dedede; overflow-x: hidden;
}
body
{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    background: #fff;
    color: #002857;
    overflow-x: clip;
}

ul,ol
{
    list-style: none;
    margin-bottom: 0px;
    padding:0;
}
a
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}
a:hover
{
    color: #002856;
}
::selection
{
    color: #002856;
    background:#f1f1f1;
}

h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{

    -webkit-font-smoothing: antialiased;
}
div.p ul li{
    list-style:disc;
    clear: none;
}
div.p ol li{
    list-style: decimal;
    clear: none;
}
div.p ul li,div.p ol li{
    padding-bottom: 5px;
    list-style-position: outsite;

}

#facebook_slider_widget {
    border-radius: 5px 0 0 5px;
    color: #FFF;
    height: 105px;
    right: 0;
    margin-right: -290px;
    margin-top: -110px;
    position: fixed;
    top: 45%;
    transition: all .3s ease 0s;
    width: 330px;
    z-index: 3000;
    cursor: pointer;
    background: url(/images/front/button_fb.png) left 0 no-repeat #3B579D;
    padding-left: 40px;
}
#facebook_slider_widget div {
    display: table-cell;
    vertical-align: top;
}
#facebook_slider_widget:hover{
    margin-right: 0;
}
.back_top {
    display: none;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    color:#fff;
    background: #002856;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    cursor: pointer;
    font-size: 28px;
    text-align: center;
    line-height: 36px;
}
.back_top:hover{
    opacity:0.8;
}
header .container,.top-bar .container{max-width:1550px;}
header.main-header.bg-menubs{margin-bottom:0;background:rgba(0, 40, 86,0.91)}
header.main-header.bg-menubs:after{display: none;background:#002856 }
header.main-header{
    position: sticky;z-index: 200;width:100%;top:0;margin-bottom: -122px;
}
.top-bar{background:#002856;padding:8px 0;position: relative;z-index: 3;}
.top-bar p{color:#fff;margin:0;letter-spacing: 0.5px;}
header.main-header .top_bar_menu{position: relative;z-index: 2;}
header.main-header:after {
    background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
    content: "";
    opacity: .91;
    height: 100%;
    min-height:130px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}
.top-bar .social-icons{margin-left:auto;display: flex;justify-content: flex-end;}
.top-bar .social-icons ul{display: flex;}
.top-bar .social-icons ul li a{color:#fff;font-size:11px;width:24px;height: 24px;display: flex;align-items:center;border:1px solid #fff;border-radius:50%;margin:0 2px;justify-content: center;}
.top-bar .social-icons ul li a:hover{background:#fff;color:#002856}
.top_bar_menu a.navbar-brand {margin-right: 50px;}
.top_bar_menu a.navbar-brand img{
    width: 106px;
}
.top_bar_menu .navbar ul > li.nav-item {
    position: relative;padding:0 12px;
}
.top_bar_menu .navbar ul li a{
    color:#fff;font-size:clamp(17px,1.35vw,23px);font-weight: 400;text-transform: uppercase;width:100%;display: block;text-align: center;letter-spacing: 1px;
}
.top_bar_menu .navbar ul{align-items:center;}
.top_bar_menu .navbar ul li a > span{
    font-size:16px;padding:11px 22px;background:#d02228;color:#fff !important;text-transform: none;display: inline-block;
    transition: all 0.25s ease-in-out 0s;
}
.top_bar_menu .navbar ul li a:hover span{
    background:#002856;color:#fff !important;bottom: 2px;
}
.top_bar_menu .navbar ul li a span.fa{
    margin-left: 4px;
}
.top_bar_menu .navbar ul li a:hover{
    color:#e30613;
}
.top_bar_menu .navbar ul li .dropdown-menu{
    background:#000;padding:10px;margin-top:0;
}
.top_bar_menu .navbar ul li .dropdown-menu a:hover,.top_bar_menu .navbar ul li .dropdown-menu a:focus{
    background: transparent;
}
.top_bar_menu .navbar ul li.dropdown:hover > .dropdown-menu {
    display: block;
}
.top_bar_menu .navbar ul li.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

.top_bar_menu .navbar ul li.dropdown > .dropdown-menu{
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
    -webkit-transform: translate(-50%,3px);
    -moz-transform: translate(-50%,3px);
    transform: translate(-50%,3px);
    display: block;
    width: 250px;
    margin-left: 50%;
    text-align: center;
}

.top_bar_menu .navbar ul li.dropdown:hover > .dropdown-menu{
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}
.top_bar_menu .navbar ul li.dropdown > .dropdown-menu .li-item {
    padding:5px;
}
.home-slider .owl-theme .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    right: auto;
}
.home-slider .owl-theme .owl-nav{
    position: absolute;top:50%;left: 0;right: 0;height: 0;margin:0;
}
.home-slider .owl-theme .owl-nav .owl-prev{
    float: left;transform: translateY(-50%);margin: 0;margin-left:10px;
}
.home-slider .owl-theme .owl-nav .owl-next{
    float: right;transform: translateY(-50%);margin: 0;margin-right:10px;
}
.home-slider{
    background:#fff;
}
.owl-theme .owl-nav{
    background:transparent;
}
.owl-theme .owl-nav [class*="owl-"]{
    background:transparent;font-size:30px;color:#e30613;
}
.home_content_inner{
    padding:0 50px;
}
.home_content_inner.balign1{
    margin-left:auto;margin-right: auto;text-align: center;
}
.home_content_inner.balign2{
    margin-left:auto;text-align: right;
}

.home_content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    color:#fff;
}
.home-slider .home_title h2{
    font-size:54px;
}
.home-slider .home_text p{
    font-size:22px;

}
.home-slider .home_button a{
    background: rgb(97,199,48);
    background: linear-gradient(180deg, rgba(97,199,48,1) 0%, rgba(37,146,12,1) 100%);
    padding: 12px 30px;
    font-size:15px;font-weight: bold;
    color:#fff;
    border-top:1px solid #77f738;
    border-bottom-color:#69d633; 

}
.home-slider .home_button a:hover{
    background: linear-gradient(0deg, rgba(97,199,48,1) 0%, rgba(37,146,12,1) 100%);
}
.home-slider .active .home_content .home_title{
    opacity: 1;
    margin-top: 0px;
}
.home-slider .home_content .home_title{
    transition: all 0.45s ease-in-out 1.0s;
    margin-top: 40px;
    opacity: 0;
}
.home-slider .active .home_content .home_text{
    opacity: 1;
    margin-top: 10px;
}
.home-slider .home_content .home_text{
    transition: all 0.45s ease-in-out 1.15s;
    margin-top: 40px;
    opacity: 0;
}
.home-slider .active .home_content .button.home_button{
    opacity: 1;
    margin-top: 34px;
}
.home-slider .home_content .button.home_button{
    transition: all 0.45s ease-in-out 1.5s;
    margin-top: 64px;
    opacity: 0;
}

.home_content_inner.black-t{
    color:#000;
}
.footer{
    background:#002856;padding:5px 0 30px 0;color:#fff;
}
footer .right ul{
    margin-right: -10px;
}
footer .right ul li a{

    color:#fff;
    font-size: 13px;
    text-transform: uppercase;
    padding:0 5px;
}
footer .right ul li a:hover,footer .right ul li a.active{
    color:#002856;
}
footer .right ul li{
    display: inline-block;padding:5px;position: relative;
}
footer .right ul li::after {
    height: 13px;
    width: 1px;
    display: inline-block;
    background: 
        #fff;
    content: '';
    right: -1px;
    top: 50%;
    margin-top: -7px;
    position: absolute;
    z-index: 0;
}
footer .right ul li:last-of-type:after{
    display: none;
}
footer .copyright_content{
    font-size:11px;margin-top:20px;
}
footer .left ul li a:hover,footer .right ul li a.active{
    color:#002856;
}
footer .left ul li a{
    color:#fff;padding-right: 4px;
}
footer .left ul li{
    display: inline-block;padding:5px;position: relative;
}

.special-btn{
    background: rgb(97,199,48);
    background: linear-gradient(180deg, rgba(97,199,48,1) 0%, rgba(37,146,12,1) 100%);
    padding: 10px 25px;
    font-size:15px;
    font-weight: normal;
    color:#fff;
    border-top:1px solid #77f738;
    border-bottom-color:#69d633; 

    display: inline-block;
    text-transform: uppercase;
}
.special-btn:hover{
    background: linear-gradient(0deg, rgba(97,199,48,1) 0%, rgba(37,146,12,1) 100%);
    color:#fff;
}
.footer .left-s{
    padding-right: 15px;padding-top:5px;padding-bottom: 10px;
}
.footer .right-s{
    padding: 5px 0;
}
.footer .right-s a{
    color:#fff; 
    font-size:20px;

    text-transform: uppercase;
    display: flex;
    align-items: center;
    flex-wrap:wrap;
    justify-content: center;
}
.footer .right-s a .footer-place{
    font-weight: 700;
}
.footer .right-s a img{
    max-width: 135px;margin:10px 0px;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #002856;
    z-index: 99999;
    background-size:cover;
    background-position: center;
    overflow: hidden;
}
#preloader .preloader:before {
    background-image: url("/images/front/logo.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    height: 100px;
    margin-left: 0px;
    margin-top: -100px;
    position: absolute;
    width: 140px;
}

#preloader .status {
    height: 100%;
}
.preloader {
    width: 140px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 0px;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;left:30px;
    height: 80px;
    margin-top:40px;
}
.lds-ellipsis div {
    position: absolute;margin-left:-4px;
    top: 0px;
    width: 11px;
    height: 11px;
    border-radius: 0%;
    background: #e30613;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 38px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 68px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0) skew(-24deg);
    }
    100% {
        transform: scale(1) skew(-24deg);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1) skew(-24deg);
    }
    100% {
        transform: scale(0) skew(-24deg);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0) skew(-24deg);
    }
    100% {
        transform: translate(30px, 0) skew(-24deg);
    }
}
.section_title {
    position: relative;margin:15px auto;
}

.white-section{
    background:#fff;
}
.white-section .section_title h2{
    background:transparent;
}
.section_title h2{
    background:transparent;display: inline-block;padding:0 15px;position: relative;z-index: 2;font-size:clamp(24px,2.2vw,42px);font-weight: 400;color:#002856;text-transform: uppercase;margin:0;
}
section.section {
    padding:20px 0;
}
.car-a-one{
    padding:0 15px;
    cursor: pointer;
}
.aixmsld{
    padding:0 0px;
}
.car-a-one_title{
    color:#002857;font-weight: bold;margin:0 0 0px 0;font-size:20px; 
}
.car-a-one_text{
    color:#002857;font-weight: 400;margin:4px 0 4px 0;font-size:16px; opacity:0.91;
}
.car-a-one_text.engine-t{
    color:#9b9b9b;
}
.car-a-one_text.engine-t p{
    font-size: 86%;
}
.car-a-one_text p{
    margin-bottom: 0;
}
.car-a-one_button{
    margin-top:10px;
}
.car-a-one_button a{
    color:#002856;font-size:18px; font-weight: bold;
}
.car-a-one_button a:hover{
    color:#d02229;
}
.owl-theme.aixmsld .owl-nav [class*="owl-"]{
    background: #002856;color:#fff;
}
.aixmsld.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 0;
    margin: 0;
}
.aixmsld.owl-theme .owl-nav .owl-prev{
    float: left;
}
.aixmsld.owl-theme .owl-nav .owl-next{
    float: right;
}
.aixmsld.owl-theme .owl-nav [class*="owl-"]{
    margin:0;
}

.motobike-sell{
    background:#fff;padding:15px;box-shadow: 0px 1px 3px 1px #aeaeae;margin: 3px; margin-bottom:0px;height: calc(100% - 5px);margin-top:0px;
}

.aixmsld.owl-carousel .owl-stage{
    margin:0 auto;
}
.motobike-sell h2{
    font-weight: bold;font-size:28px;margin:5px auto;
}
.motobike-sell h3{
    font-weight: bold;font-size:20px;margin-bottom: 5px;text-transform: uppercase;
}
.top-place{
    color:#fff;font-size:20px;margin-left: 15px;

    font-weight: 700;
    vertical-align: middle;
    line-height: 1;
    text-transform: uppercase;
}
#motobike-sell{
    padding-bottom: 15px;
}
.aixmsld.owl-theme .owl-nav [class*="owl-"]{
    margin-top:-25px;
}

.rs-news{
    display: flex;
}
.rs-news .media-box{
    width: 45%
}
.rs-news .media-box{
    padding-left: 12px;border-left:1px solid #d9d9d9;position: relative;
}
.rs-news .media-box a:hover{
    opacity: 0.7;
}
.rs-news .news-info{
    width: 55%;padding:10px 0 10px 15px;
}
.rs-news .news-info.full-width{
    width:100%;
}
#news-slider.owl-theme .owl-dots{
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
}
#news-slider.owl-theme{
    padding-top:40px;padding-bottom: 40px;
}
.rs-news .news-info .date{

    font-weight: 400;color:#575757;font-size:16px;
}
.rs-news .news-info .title a{

    font-weight: 700;color:#000;font-size:20px;
    margin:5px 0;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rs-news .news-info .title a:hover{
    color:#d02229;
}
.rs-news .news-info p{
    margin:0;
}
.rs-news .news-info p a{
    margin-left: 5px; color:#002856;font-weight: bold;
}
.rs-news .news-info p a:hover{
    color:#d02229;
}
.rs-news .media-box:before{
    content:"";
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #d9d9d9;
    position: absolute;
    left: 0px;
    top:50%;
    margin-top:-5px;
}
.page-header .container{width:100%;max-width: 100%;padding:0;}
.page-header{
    background:#002856;text-align: center;position: relative;
}
.page-header img{
    max-width: 100%;width:100%;
}
.flex-center{
    align-items:center;
}
div.p img{
    max-width: 100%;height: auto !important;object-fit: cover;object-position: center;
}

.files-row{
    margin:15px 0;
}
.files-row .files_title{margin-top: 30px;}
.files-row .files_title h3:before{
    width: calc(50vw + 50px);
    min-width: 350px;
    height: 100%;
    left: 50%;
    transform: skewX(-40deg);
    background: #e9e9e9;
    bottom: 0%;
    content: '';
    position: absolute;
    z-index: 2;
    margin-left: calc(-50vw - 80px);
    margin-bottom: 0px;
    z-index: -1;
}
.files_title + ul{margin:20px 0 30px 0;}
.files-row .files_title h3{position: relative;z-index: 2;
                           font-size:22px;color:#292826;background: transparent;padding:10px 0;margin:0;
}
.files-row li a{
    color:#292826;text-decoration: underline;padding:4px;display: block;
}
.files-row li a:hover{
    color:#d02229;
}
div.p .files-row ul li{
    list-style: none;padding:0;
}

.photos-section{
    margin:15px 0;
}
.photos-section #aixam-page .box-gallery{
    padding-bottom: 3px;
}
.photos-section .box-gallery{
    padding-bottom: 30px;
}
.photos-section .box-gallery a{
    position: relative;
    display:block;
    overflow: hidden;
}
.photos-section .box-gallery a img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.photos-section .box-gallery a:hover{
    box-shadow: 0 0 0 3px #d02229;
}
.photos-section .box-gallery a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.photos-section .box-gallery i.video-icon{
    position: absolute;top:50%;left: 50%;width:40px;height: 40px;text-align: center;color:#fff;margin:-20px 0 0 -20px;line-break: 40px;font-size:30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.photos-section .box-gallery a:hover i.video-icon{
    color:#d02229;
}
.gallery-page p{
    font-size:12px;margin:10px 0 0 0;padding:0 5px
}
.top_bar_menu .navbar ul li.active > a, .top_bar_menu .navbar ul li a.active {
    color: #e30613;
}
.motobike-sell-list{
    margin-bottom: 30px;
}
.padding-sell-list{
    padding:20px 50px 0;
}
#miniatures-slider{
    height: auto;display: inline-block;
}
#miniatures-slider a{
    padding-top: 100%; position: relative;display: block;
}
#miniatures-slider{
    margin-bottom:30px;
}
#miniatures-slider a img{
    position: absolute;top:0;left:0;height: 100%;width: 100%;
    object-fit: cover;
    object-position: center;
}

.car-a-one-primary-img{
    background:#fff;
    padding: 15px;
    box-shadow: 0px 1px 3px 1px #aeaeae;
    text-align: center;
    margin:0 15px;
    margin-bottom: 30px;
}
.car-a-one-primary-img img{
    width:100%;
}
.motobike-sell.aixmsld-details{
    background:transparent;box-shadow: none;
}
.motobike-sell.aixmsld-details h3{
    font-size:24px;
}
.motobike-sell.aixmsld-details h2{
    font-size:26px;
}
.back-to-list{
    margin-top:-10px;color:#292826;font-weight: 600;text-transform: uppercase;vertical-align: middle;display: inline-block;
}
.back-to-list i{
    margin-top: -4px;font-size:16px;vertical-align: middle;
}
.description-acc{
    display: none;padding-bottom: 20px;line-height: 1.7;
}
.accordion-list{
    margin-top: 25px;
}
.accordion-list .one-accordion:nth-of-type(1) .description-acc{
    display: block;
}
.accordion-list .one-accordion .title{
    cursor: pointer;font-size:17px;color:#857d7d;text-transform: uppercase;font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    display: block;
}
.accordion-list .one-accordion .title span{
    background:#F1F1F1;padding-right: 10px;position: relative;
}
.accordion-list .active .title,.accordion-list .one-accordion .title:hover{
    color:#002856;
}

.accordion-list .one-accordion.active .title:after{
    border-width: 0 5px 8px 5px ;
    border-color: transparent transparent #000 transparent;
}
.accordion-list .one-accordion .title:after{
    content:"";
    border-style: solid;
    border-width: 8px 5px 0 5px ;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    right: 0px;
    top:50%;
    margin-top:-5px;
}
.accordion-list .one-accordion .title:before{
    top: 50%;
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background: #000;
    left: 0;
}
.description-acc .files-row{
    margin:0;
}
.news-home.owl-theme .owl-dots .owl-dot span{
    background:#000;
}
.news-home.owl-theme .owl-dots .owl-dot.active span,.news-home.owl-theme .owl-dots .owl-dot:hover span {
    background: #002856;
}
#map{
    width:100%;height: 300px;border:1px solid #000;margin-bottom: 15px;
}
.contact-row{
    padding:0 15px;padding-top: 30px;
}
#contact-person{
    padding-top:50px;
}
.title-contact{
    font-size:24px;margin-bottom: 20px;
}
.title-contact span{
    font-size:20px;
}
.contact-data{
    display: inline-block;
    margin-top: 5px;
    width: 100%;
}
.contact-data a{
    color:#000;
}
.contact-data a:hover{
    color:#002856;
}
.contact-data p{
    margin:0;line-height: 1.7
}
.form_col{
    display: none;padding:30px 0;width: 100%;
}

.one-person img{
    background:#fff;padding: 10px;margin-bottom: 15px;
}
.one-person .team_member_pos{
    font-size:16px;margin-bottom: 5px;
}
.one-person .team_member_name{
    font-size:24px;margin-bottom: 5px;text-transform: uppercase;font-weight: 700;
}
.one-person .team_member_title{
    font-size:14px;margin-bottom: 5px;
}
.profile-contact li{
    font-size:12px;margin-bottom: 5px;
}
.profile-contact a{
    color:#000;
}
.profile-contact a:hover{
    color:#002856;
}
.profile-contact .phone{
    font-size:16px;
}
.one-person .person-btn{
    color: #002856;
    font-size: 16px;

    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}
.one-person{
    padding:20px 10px;
}
.one-person .person-btn:hover{
    color: #d02229;
}
.show-form{
    font-size:24px;

    font-weight: bold;
    cursor: pointer;
}
section.section.small-pd{
    padding:10px 0;
}
.form-control{
    border-radius:0;
    margin-bottom: 30px;
    border:1px solid #d7d7d7;
    box-shadow: 0 0 0 1px #707070;
    font-size: 14px;border:none;
}
.form-control:focus {
    color: #000;
    background-color:
        #fff;
    border-color:#d02229;
    outline: 0;
    box-shadow: 0 0 0 1px #707070;
}
p.agree-p{
    font-size:12px;text-align: center;
}
.contact_form_container{
    width:100%;max-width: 800px;margin:0 auto;text-align: center;
}

.info{
    padding-top: 10px;display: none;
    text-decoration: underline;
    color: #707070;
    font-size: 20px;
}
.newsletter{
    background:#002856;color:#fff;
}
.newsletter h2 span{
    font-size:46px;display: block;
}
.newsletter h2{
    font-weight: 400;font-size:32px;line-height: 1;
}
.newsletter .one-col{
    padding:5px 15px;
}
.newsletter .newsletter-title{
    font-size:18px;font-weight: bold;

    margin-bottom: 15px;
}
.newsletter .custom-control-input:checked ~ .custom-control-label::before {
    color: 
        #fff;
    border-color:
        #000;
    background-color:
        #000;
}
.newsletter .custom-control-label,.newsletter p{
    font-size:12px;
}
.newsletter .custom-control-label{
    cursor: pointer;
}
.newsletter .custom-control-label::before,.newsletter .custom-control-label::after{
    top:0;
}
.newsletter .custom-checkbox .custom-control-label::before{
    border-radius: 0
}
.newsletter .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none
}
.newsletter #newsletter_form a.btn{
    background: #000;
    padding: 10px 15px;
    border-radius: 0;
    font-size:14px;
    line-height: 1;
    cursor: pointer;
    font-weight: 500;
}
.newsletter #newsletter_form a.btn:hover{
    background:#857d7d;
}
.newsletter #newsletter_form{
    display: flex;
}
.newsletter .form-control{
    margin:0;width:calc(100% - 75px);border-color:#fff;box-shadow: none;
}

.form-content{
    padding:40px 0;
}
.form-content h2{
    font-size:24px;margin-bottom:20px;
}
.form-content p{
    margin-bottom: 30px;
}
.form-content form .form-group,.form-content form select,.form-content form .files-row ,.form-content form .custom-control{
    width: 310px;max-width: 100%;margin:0 auto;
}
.form-content form .files-row{
    text-align: left;margin-bottom: 20px;
}
.form-content form .custom-control{
    text-align: left;margin-bottom: 20px;
}
.form-content form .form-group {
    position: relative;
}
.form-content form .form-group i.req{
    position: absolute;
    right: -15px;
    top: 10px;
    color:#8d8d8d;
}
.form-content p.req-info{
    color:#8d8d8d;font-size:12px;
}
.form-content form .form-group .form-control{
    background:transparent;margin-bottom: 15px;
}
.form-content h3 {
    font-size:16px;margin:5px 0 15px 0;
}

.input-rows{
    display: flex;flex-wrap:wrap;width: 310px;max-width:100%;margin:0 auto;justify-content: space-between;
}
.form-content form .input-rows .form-group{
    width:45%;margin:0px;
}
.form-content .custom-control-label::before, .form-content .custom-control-label::after {
    top: 0;
}
.form-content .custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.form-content .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color:#000;
    background-color: #000;
}
.form-content .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.form-content .custom-control-label {
    cursor: pointer;font-size:12px;color:#8d8d8d;
}
.form-content .custom-select{
    font-size:14px;background-color:transparent;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 0 1px #707070;
    border-radius:0;
    background:url(/images/front/select.png) no-repeat center right;
    padding-right: 38px;
    cursor: pointer;
}
.form-content #datetimepicker1{ 
    background:url(/images/front/select.png) no-repeat center right;
    padding-right: 38px;
    cursor: pointer;
}
.form-content #datetimepicker2{ 
    background:url(/images/front/select.png) no-repeat center right;
    padding-right: 38px;
    cursor: pointer;
}

#news-list-slider .rs-news{
    padding:0 0 20px 0;align-items:center;height: 190px;overflow: hidden;
}

.blog-img.box-gallery a img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.blog-img.box-gallery a {
    position: relative;
    display: block;
    overflow: hidden;
}
.blog-img.box-gallery a:hover {
    box-shadow: 0 0 0 3px #d02229;
}
.blog-img.box-gallery a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.news_body .date-post{

    font-weight: 400;
    color:#575757;
    font-size: 16px;
    margin:10px 0 0;
    display: block;
}
.news_body .author-post{

    font-weight: 400;
    color:#575757;
    font-size: 14px;
    margin:0px 0 0;
    display: block;
}
.news_body h2.news_title {
    font-size:24px;margin-bottom:30px;font-weight: 700;
}
.news_text div.p{
    line-height: 1.7;font-size:14px;
}

.photos-section #aixam-page-blog .box-gallery{
    padding:3px;
}

#aixam-page-blog a {
    padding-top: 100%;
    position: relative;
    display: block;
}
#aixam-page-blog a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
#aixam-page-blog{
    padding-top:10px;
}
.news_item{
    padding:40px 0;
}

#news-list-slider .slick-next.slick-arrow{
    text-indent: -99999px;background:none;border:none;
    width: 0;
    height: 0;
    border-style: solid;
    outline:none !important;
    border-width: 17.3px 10px 0 10px;
    border-color: #000 transparent transparent transparent;
    left: 50%;
    position: relative;
    margin-left:-10px;
    margin-top:10px;
}
#news-list-slider .slick-next.slick-arrow.slick-disabled{  
    border-color: #919191 transparent transparent transparent;
}
#news-list-slider .slick-prev.slick-arrow.slick-disabled{ 
    border-color: transparent transparent #919191 transparent;
}

#news-list-slider .slick-prev.slick-arrow{
    text-indent: -99999px;background:none;border:none;
    width: 0;
    height: 0;
    border-style: solid;
    outline:none !important;
    border-width: 0 10px 17.3px 10px;
    border-color: transparent transparent #000 transparent;
    left: 50%;
    position: relative;
    margin-left:-10px;
    margin-bottom: 10px;
}
#news-list-slider.slider-itms{
    margin-top: -27px;
}

#newsletter_form .has-error{
    box-shadow: 0 0 4px red;
}
.custom-control.has-error{
    text-shadow:0 0 3px red;
}
.newsletter .custom-checkbox.has-error .custom-control-label::before{
    box-shadow: 0 0 4px red;
}
.none{
    display: none;
}
.file-icon-span{
    text-decoration: none;display: inline-block;
}
.partners.footer{
    background:#fff;padding:10px 0;
}
.partners .owl-carousel .owl-stage{
    margin:0 auto;
}
.home_slider_container{position: relative;}
.home_slider_container:before{width:calc(50vw + 50px);height:46px;left:-50px;transform: skewX(-40deg);background:#fff;bottom:-1px;content:'';position: absolute;z-index: 2;margin-left:-40px;}
.page-header:before{width:calc(50vw + 50px);height:46px;left:-50px;transform: skewX(-40deg);background:#fff;bottom:-1px;content:'';position: absolute;z-index: 2;margin-left:-40px;}
.home_slider_container .container{width:100%;max-width:100%;padding: 0;}
.home_slider_container .container .banner-home-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cookies-message-container #cookies-message{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#cookies-message-container{
    background:rgba(0, 40, 86, 0.85);position: fixed;bottom:0;width:100%;color:#fff;padding:5px 5px;border-top:2px solid #002856;text-align: center;z-index: 1000;font-size:13px;
}
#cookies-message-container a{
    margin:5px;color:#fff;text-decoration: underline;
}
#cookies-message-container a:hover{
    color:#dedede;
}
#cookies-message-container a#accept-cookies-checkbox:hover{
    background: #fff;color:#e30613;
}
#cookies-message-container a#accept-cookies-checkbox{
    text-decoration: none;
    background: #e30613;
    padding: 5px 25px;
    font-size: 14px;
    margin-right: 10px;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
}

p.lead.faq-tx {
    font-size: 16px;
    font-weight: 400;
}
.gallery-page.owl-carousel .box-gallery{
    padding:3px;
}

.home-slider .mobile-slider-home .owl-item .home_slider_background{
    width:100%;height: 100%;position: absolute;top:0;left:0;background-size: cover;
}
.home-slider .mobile-slider-home .owl-item img{display: block;}
.newsletter_info {
    background:#fff;
    color:#000;
    font-size: 12px;
    padding: 8px 10px;
    border-radius: 0;
    margin-right: 7px;
}
.car-a-one-img{
    margin-bottom: 10px;padding:0 15px;
}
section.section{
    overflow: hidden;
}
.custom-control.has-error .custom-control-label{
    text-shadow: none;color:#ff0000;text-decoration: underline;
}
div.p ul,div.p ol{
    padding: 10px 0 10px 15px;
}
.slider-video{
    position: relative;overflow: hidden;
}
.slider-video .video-bg{
    background:#000;position: absolute;height:100%;width:100%;z-index: 2;opacity: 0.3;
}
.slider-video video{
    width: 1280px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 440px;
    object-fit: cover;
    object-position: center;
}
.form-tlt{position: relative;padding:0 10px;}
.decx{width:195px;max-width:100%;height: 2px;background: #d02228;display: block;margin-bottom: 30px;margin-top:5px;}
.form-section .section_title{margin:0;}
.form-section .section_title h2{
    color:#002857;text-transform: none;font-size:24px;font-weight: 300;padding:0
}
.btn-row{
    display: flex;flex-wrap:wrap;
}
.btn-row a{
    padding:10px 25px;color:#fff !important;background:#d02228;margin: 0 10px;font-size:clamp(16px,2vw,18px);cursor: pointer;
}
.btn-row a:hover,.btn-row a.active{
    background:#002857;
}
.btn-row a.active{margin-bottom: -1px;}
.form-section .rodo-info{padding:10px;font-size:12px;}
.form-section .section_title::before{
    display: none;
}
.form-section .subheading {
    font-size:24px;font-weight: 300;color:#002857;
}
.form-section .subheading b{font-weight: 700;}
.form-section .form-control{
    border:1px solid #b3b3b3;box-shadow: none;font-size: 12px;height: auto;
    padding: 3px 7px;
}
.form-section .form-control{
    margin-bottom: 10px;
}
.form-section .custom-select{
    font-size: 12px;box-shadow: none !important;border-color:#b3b3b3 !important;border-radius: 0;
}

.form-btn{
    padding:5px 20px;font-size: 14px;min-width: 200px;text-align: center;border:none;box-shadow: none;background:#dbdbdb;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.form-btn:hover{
    background:#d02229;color:#fff;
}
.form-section .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff; 
    border-color: #dbdbdb;
    background-color: #d02229;
    box-shadow: none !important;
    border-radius: 0;
}
.form-section .custom-control-input:after,.form-section .custom-control-label:before,.form-section .custom-control-label::after {
    box-shadow: none !important;
    border-radius: 0;
    top:4px;
}
.form-section p.agree-p{
    font-size:15px;color:#6a6a6a;padding:15px 0 0;
}
.form-section .custom-control-label{
    font-size:16px;
}
.form-section p.req-p{
    font-size:12px;color:#6a6a6a;
}
.form-section .custom-select{
    background: url(/images/front/select.png) no-repeat center right;background-size:contain;
    background-color: #fff;
    cursor: pointer;
    height: 26px;padding:0px 7px;
}
.home_form{
    padding-top:0px;padding-bottom: 0px;
}
.home_form > .row{
    padding:30px 10px;background:#002857;margin-bottom: 30px;
}
.contact-form-row{background:transparent;margin:0;padding-top: 1px;}
.carchoose .col-lg-3{
    padding:0;
}
.carchoose .car-a-one:hover,.carchoose .car-a-one.active{
    background:transparent;
}

.carchoose .col-lg-3.left-info{
    background:#000;color:#fff;padding:20px;
}
.left-info h2{
    font-size:20px;text-align: center;margin-bottom: 30px;font-weight: 400;padding-top:20px;
}
.left-info p{
    font-size:16px; font-weight: 300;line-height: 1.6;
}
.left-info p a{
    text-decoration: underline;color:#fff;font-weight: 700;
}
.left-info p a:hover{
    color:#d02229
}
.right-info{
    padding:20px;background:#f2f2f2
}

.carchoose .car-a-one_title{
    font-size:20px;width:100%;
}
.carchoose .car-a-one_text{
    font-size:14px;width:100%;
}
.carchoose .car-a-one_button {
    margin-top: 35px;display: block;padding-right: 15px;text-align: right;width:100%;align-self: flex-end;
}
.carchoose .car-a-one_button a{
    font-size:16px;font-weight: 500;background:#d02228;padding:10px 28px;color:#fff;display: inline-block;position: relative;height: 40px;
    clip-path: polygon(35px 0%, 100% 0%, 100% 100%, 0% 100%);padding-left: 60px;

}

.carchoose .car-a-one_button a:hover,.carchoose .active .car-a-one_button a{
    background:#002857;
}
.carchoose form label{
    font-size:24px;padding-left: 10px;font-weight: 500;margin-bottom: 15px;
}
.carchoose .form-control,
.carchoose form .form-control{
    padding:5px 10px;
    min-height: 42px;
    height: auto;
    border:1px solid #b3b3b3;
    box-shadow: none;
    font-size:14px;
    margin-bottom: 20px;
    font-weight: 500;
}
.carchoose .custom-select {
    background: url(/images/front/select.png) no-repeat center right;border:none;
    background-color:  #fff;
    cursor: pointer;
    height: 42px;
    padding: 0px 7px;
    font-size: 14px;
    box-shadow: none !important;
    border-color:#b3b3b3 !important;
    border-radius: 0;
    font-weight: 500;
    padding-right: 45px;
    text-overflow: ellipsis;
}
.carchoose form .date-input {
    background: url(/images/front/select.png) no-repeat center right;
    background-color: #fff;
    cursor: pointer;
    font-weight: 500;
    padding-right: 45px;
    text-overflow: ellipsis;

}
.carchoose form p.info-t{
    font-size:12px;
    color:#fff;
    margin-bottom: 20px;
}
.carchoose form p.info-t2{

    font-size:18px;
    font-weight: 400;
    color:#fff;margin-top:30px;
    margin-bottom: 20px;
}

.agree-label{
    background:#002856;color:#fff;padding:20px 0px;width:100%;margin-bottom: 20px;
}
.carchoose form .agree-label label{
    font-size:13px;padding-left: 0;margin:0;font-weight: 400;
}

.carchoose .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff; 
    border-color: #dbdbdb;
    background-color: #d02229;
    box-shadow: none !important;
    border-radius: 0;
}
.carchoose .custom-control-input:after,.carchoose .custom-control-label:before,.carchoose .custom-control-label::after {
    box-shadow: none !important;
    border-radius: 0;
    top:4px;
}
.carchoose form .in-f{

    font-size:11px;
    color:#fff;
}

.axm-reset-btn ,.axm-btn {
    padding: 10px 15px;
    font-size: 18px;
    text-align: center;
    border: none;
    color:#fff;
    box-shadow: none;
    background: #002856;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    text-transform: uppercase;
    font-weight: 500;
}
.axm-btn{
    background:#d02229;color:#fff;
}
.axm-btn:hover{
    background:#002856;color:#fff
}
.axm-reset-btn:hover{
    background:#6a6a6a;color:#d5d4d4
}
#map_canvas{
    width:100%;height: 650px;border:1px solid #dedede;margin-top:0px;min-height:65vh;
}
.no-padding-lr{
    padding-left: 0;padding-right: 0;
}
@media only screen and (max-width: 767px)
{
    .axm-reset-btn, .axm-btn{
        margin:5px auto;font-size:16px;
    } 
    .carchoose .form-control,
    .carchoose form .form-control{
        min-height: 40px;font-size:14px;margin-bottom: 15px;
    }
    .carchoose form label {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .carchoose .custom-select{
        height: 40px;font-size:14px;
    }
    .carchoose form .agree-label label {
        font-size: 12px;
    }
    .right-info,.carchoose .col-lg-3.left-info {
        padding: 15px;
    }
    .left-info p{
        font-size: 14px;
    }
    .carchoose form p.info-t{
        font-size:11px;
    }
    .carchoose form p.info-t2{
        font-size:12px;
    }
    .d-sm-none{
        display: none;
    }
}

.car-a-one{
    height:calc(100% - 50px);margin:50px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ax-form{
    display: none;overflow: unset !important;color:#fff;padding:40px 0;
}
.ax-form:before{
    width:100vw;height: 100%;background:#002856;position: absolute;top:0;left:50%;margin-left: -50vw;content:'';
}
.ax-form .right-info{background: transparent;}
.carchoose .ax-form .col-lg-3.left-info {background: transparent;}
.contact-form-row{
    display: none;
}
.has-error{
    box-shadow: 0 0 3px red !important;
}
.custom-control.has-error{
    box-shadow: none !important;
}
#contact_form .info{
    display: none;
    margin-top: 20px;
    background:#002856;
    padding: 10px;
    color:#fff;
    text-decoration: none;
    text-align: center;
}
#models-dealer:not(.display_block){
    display: none;
}
.navbar-nav{margin-bottom: 22px;}
.navbar-expand-xl{
    padding-top:3px;padding-bottom:3px;
}

.form-more-info{
    font-size: 14px;
    line-height: 1.3;
}
.desc-fade{
    display: none;
    padding: 5px;
}
.a-fade {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 18px;
}
.one-fade-row .a-fade::before {
    width: 20px;
    height: 20px;margin-right:5px;
    content: "\f196";
    font: normal normal normal 20px/1 FontAwesome; 
    font-size:20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
} 
.one-fade-row .a-fade.opened:before{
    content:"\f147"
}
.a-fade{
    font-weight: bold;
    color: #000;
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    margin-top: 0px;
    padding-right: 30px;
    position: relative;
    padding-bottom: 10px;
    padding-right:30px;
    position:relative;
}
.one-fade-row .a-fade::before {
    position:absolute;right:0;
    top: 50%;
    margin-top: -10px;
    content:'\f067';
    font-size:16px;
}
.one-fade-row .a-fade.opened::before{
    content:'\f068'; 
}


.card-header:first-child{
    border-radius:0;
}
.faq-row{
    padding:30px 0;
}
.faq-wrap .panel-default .active a.collapsed::after {
    content: "\f068";
}
.faq-wrap .panel-default a.collapsed::after {
    content: "\f067";
}
.faq-wrap .panel-default a::after {
    height: 100%;
    width: 35px;
    font-size: 18px;
    line-height: 1;
    display: flex;
    font: normal normal normal 16px/1 FontAwesome; 
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    position:absolute;
}
.accordion_panel {
    display: none;
    padding: 20px 15px;
}
.faq-wrap .panel-default a {
    display: block;
    position: relative;
    background: #000;
    color: #fff;
    overflow: hidden;
    font-size: 18px;
    margin-top: 0px;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 50px 10px 15px;
}
.faq-wrap .panel-default a:hover{
    color:#002856 !important;
}
.faq-wrap .panel {
    margin-bottom: 10px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    -moz-box-shadow: none;
    color: #222;
}
.event-item-one{
    display: flex;padding:15px;background:#fff;margin-bottom: 20px;align-items:Center;border:5px solid #aaa;margin-top:20px;
}
.event-item-one h3 a{
    color:#002856
}
.event-item-one h3 a:hover{
    color:#777
}
.event-item-one .rt-image{
    flex:0 0 30%;margin-right: 30px;
}
.event-item-one.first-event-promo{
    border:5px solid #002856;background:#fff;
}
.event-item-one .list-content {
    width:100%;
}
.event-item-one .entry-meta {
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content: space-between;

    margin: 0 0 10px 0;
}
.event-item-one .entry-meta .post-date,
.page-header .entry-meta .post-date{
    background: #002856;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    margin:0 0 3px 0;
    font-weight: bold;
    font-size: 16px;

}
.event-item-one .entry-meta .post-author{
    color: #000;
    display: block;
    font-weight: 400;
    margin:0 0 3px 0;
    font-size: 16px;

}
.event-item-one.finish-event{
    border:5px solid #aaa;background:#f2f2f2;
}
.event-item-one .entry-title{
    padding:6px 0;
}
.page-link{
    color:#000;
}
.pagination{
    justify-content: center;margin-top:15px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #002856;
    border-color: #002856;
}
.contact_number{
    display: flex;align-items:center;
}
.contact_number p a{color:#002856}
.contact_number p{
    margin:4px 0;padding-left: 0px;
}
.contact_number i{
    margin-right: 5px;
}
.maps-row .col-md-4{
    margin-bottom: 20px;
}
.maps-row .col-md-4 .btn{
    margin-top:10px;
}
.maps-row .col-md-4.maps-window {
    position: absolute;
    background: #fff;
    z-index: 32;
    width: auto;
    padding: 20px;
    margin: 0;
    margin-bottom: 0px;
    top: 50%;
    right: 70px;
    transform: translateY(-50%);

}


.page-header .home_title, .page-header .home_text p{
    text-shadow: 1px 1px 0px #000;
    color: #002856;
}
.page-header .entry-meta .post-date{
    margin: 10px 0 0;
    font-size: 15px;
}
.page-header h4{
    background: #aaa;
    display: inline-block;
    text-transform: uppercase;
    padding: 8px 15px;
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
}
@media only screen and (max-width: 767px)
{
    .maps-row .col-md-4.maps-window,.maps-row .col-md-4 {
        position: relative;transform: none;margin-bottom: 20px;width:100%;right: auto;top:auto;text-align: center;
    }
    .contact_number{
        justify-content: center;
    }
    .page-header h4, .page-header .entry-meta .post-date{
        font-size: 11px;
        padding: 4px 10px;
        margin: 0;
        font-weight: normal;
    }
    .page-header .home-slider .home_title h2{
        font-size: 18px;
    }
}
@media only screen and (max-width: 480px)
{
    .page-header .home-slider .home_title h2{
        font-size: 14px;
    }
}
@media only screen and (min-width: 1200px)
{
    .main-header.fixed-navbar{
		background:rgba(0, 40, 86,0.91);
	}
	.main-header{height:108px;transition: all 0.2s ease-in-out;}
	.main-header.fixed-navbar{
		margin-bottom:-84px;height:70px;
	}
	.main-header.fixed-navbar.bg-menubs{		
		height: 70px;
		margin-bottom: 38px !important;
	}
	header.main-header.bg-menubs{height:108px;transition: all 0.2s ease-in-out;}
    .main-header.fixed-navbar .top_bar_menu a.navbar-brand img{
        padding: 15px;
        margin-bottom: -20px;
        margin-top: -20px;
    }
    .main-header.fixed-navbar::after {
        display: none;
    }
    .main-header .top_bar_menu a.navbar-brand img,header.main-header  .navbar-nav{
        transition: all 0.2s ease-in-out;
    }

    header.main-header.fixed-navbar  .navbar-nav {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1441px)
{
	.main-header.bg-menubs.fixed-navbar {
		height: 83px;margin-bottom:40px;
	}
	.main-header.fixed-navbar{
		margin-bottom:-97px;height:83px;
	}
	header.main-header.bg-menubs{height:123px}
}
.dsg-title{margin-top: 75px;position: relative;padding:50px 10px;margin-bottom:75px;}
.dsg-title p,.promo-info p{font-size:clamp(16px,1.6vw,25px);font-weight: 300;margin-bottom: 25px;z-index: 2;position: relative;}
.dsg-title p b,.promo-info p b{font-weight: 700;}
.dsg-title .section_title h2,.promo-info .section_title h2{
    text-transform: none;font-size: clamp(24px,2.35vw,40px);
    padding:20px 0 10px 0;z-index: 2;position: relative;
}
.dsg-title .infx{position: relative;z-index: 3;}
.dsg-title:before{
    width:100%;height: 100%;background:#e9e9e9;content:'';position: absolute;top:0;left:0;transform:skewX(-40deg);
}
.dsg-title:after{
    width:70vw;height: 90%;background:#e9e9e9;content:'';position: absolute;top:-20%;left:50%;transform:skewX(-40deg);margin-left: -80vw;
}
.dsg-title .rhs{
    width:70vw;height: 70%;background:#e9e9e9;content:'';position: absolute;bottom:-20%;left:50%;transform:skewX(-40deg);margin-right: -80vw;
}
.footer{position: relative}
section.section.form-section{padding:40px 0;padding-bottom: 80px;background:#E9E9E9;position: relative;overflow: unset;}
section.section.form-section:before{
    width: calc(50vw + 50px);
    height: 46px;
    left: -50px;
    transform: skewX(-40deg);
    background: #e9e9e9;
    bottom: 100%;
    content: '';
    position: absolute;
    z-index: 2;
    margin-left: -40px;
    margin-bottom: -1px;
}
.footer:before{
    width: calc(75vw + 50px);
    height: 46px;
    left: -50px;
    transform: skewX(-40deg);
    background: #002856;
    bottom: 100%;
    content: '';
    position: absolute;
    z-index: 2;
    margin-left: -40px;
    margin-bottom: -1px;
}
footer .ft-tl{
    font-size:22px;color:#fff;position:relative;padding-bottom: 15px;margin-bottom: 15px;letter-spacing: 1px;padding-top:15px;
}
footer .ft-tl:after{
    width:195px;max-width:100%;height: 2px;background:#d02228;content:'';position: absolute;bottom:0;left:0;
}
footer ul.ftds {padding-left:0;}
footer ul.ftds li{
    list-style: none;font-size:13px;padding-bottom: 7px;
}
footer a{
    color:#fff;
}
footer a:hover{
    color:#d02228;
}
footer p{font-size:13px;}
.info-dealer-m {padding:20px;overflow-y: auto;}
.info-dealer-m > div{
    width:1300px;margin:0 auto;padding:30px;border:1px solid #e9e9e9;text-align: center;max-height: 100%;
}
.one-opt .custom-checkbox2{display: flex;align-items:center;padding:0;}
.one-opt .custom-checkbox2 label{
    font-size: 20px;
    margin: 0;
    padding-left: 40px;
    margin-left: 10px;
    font-weight: bold;
    cursor:pointer;
}
.custom-checkbox2 .custom-control-label::before {
    width:24px;height: 24px;
    left: 3px;
    top: 1px;
    background: #fff;
    border: 1px solid #fff;
}
.custom-checkbox2 .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #fff;
    background-color: #002856;
}
.custom-checkbox2 .custom-control-label::after {
    width:24px;height: 24px;
    left: 3px;
    top: 1px;
}
.custom-checkbox2 .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.one-opt{display: inline-block;width: 50%;}

.carchoose .right-info form .col-md-6 .agree-label{
    background:#d02228;padding:12px 20px;
}
.carchoose .right-info form .col-md-6 .agree-label label{
    font-size:18px;display: flex;align-items:center;flex-wrap:wrap;padding-top: 0;
}
.carchoose .right-info form  .col-md-6 .agree-label label .form-more-info{
    padding-top:10px;font-size:14px;width:100%;
}
.carchoose .right-info form .col-md-6 .agree-label label .inform{
    font-size: 26px;
    margin-left: auto;line-height: 0.5;
}
.carchoose form .agree-label label{
    padding-top:3px;
}
.ax-form{padding-bottom:80px;}
.ax-form::after {
    width: calc(75vw + 50px);
    height: 46px;
    left: 50%;
    transform: skewX(-40deg);
    background: #fff;
    bottom: -1px;
    content: '';
    position: absolute;
    z-index: 2;
    margin-left: -60vw;
}
.salon_select{position: relative;}
.carchoose .salon_select .custom-select{
    margin-top: 0px !important;margin-bottom: 0px !important;
}
.carchoose .salon_select:before{
    height: 100%;width:1px;background:#d02228;content:'';left:-15px;top:0;position: absolute;    
}
.pages-promo-item img{
    height: 24.3vw;width: 100%;object-position: center;object-fit: cover;transition: all 200ms ease;
}
.pages-promo-item a:hover img{opacity: 0.75}
.pages-promo-item .tlx{
    font-size:clamp(16px,2.1vw,36px);color:#fff;padding:5px 15px;text-align: center;font-weight: 700;filter: drop-shadow(2px 2px 0px #000);line-height: 1.15;text-align: right;width: 100%;
    display: block;
}
.pages-promo-item .tlxnamebtn:hover{background:#002857}
.pages-promo-item .tlxnamebtn{
    transition: all 200ms ease-in-out;
    margin-top:20px;
    font-size: clamp(13px,1.4vw,16px);
    font-weight: 500;
    background: #d02228;
    padding: 10px 28px;
    padding-left: 28px;
    color: #fff;
    display: inline-block;
    position: relative;
    min-height: 40px;
    clip-path: polygon(35px 0%, 100% 0%, 100% 100%, 0% 100%);
    padding-left: 60px;
}
.pages-promo-item .nameinfo{
    position: absolute;bottom:0;right:0;padding:15px;max-width:69%;
    display: flex;
    flex-wrap: wrap;
    max-height: 100%;
    overflow: auto;
    justify-content: flex-end;
}
@media (max-width:1199px){
    .pages-promo-item .nameinfo{max-width:100%;}
    .pages-promo-item .tlxnamebtn{margin-top:5px;}
}

.count-m{font-size:10px;color:#fff;background:#d02228;width:20px;height: 20px;border:1px solid #fff;border-radius: 50%;text-align: center;position: absolute;right:0px;top:0;display: flex;  align-items: center;  justify-content: center;  font-style: normal;}

.has-error{
    box-shadow: 0 0 6px red inset !important;
    border-color: red !important;
    text-shadow:0 0 1px red;
}
.carchoose .salon_select .custom-select.has-error{
    box-shadow: 0 0 6px red inset !important;
    border-color: red !important;
    text-shadow: none;
}

.btn.btn-default{
    padding: 10px 25px;
    color: #fff !important;
    background: #d02228;
    margin: 0 10px;
    font-size: clamp(16px,2vw,18px);
    cursor: pointer;
    border-radius: 0;
}
.btn.btn-default.btn-sm{
    padding: 5px 15px;
    margin: 0 10px;
    font-size: clamp(14px,1.8vw,16px);
}
.btn.btn-default.btn-green{
    background-color: #3d9c39;
}
.simple-button.new-btn:hover{
    color: #fff !important;
    background: #002857 !important;
    border-color: #002857 !important;
}

.maps-content{position: relative;}
.info-dealer-m{z-index: 22;position: absolute;top:0;width:500px;max-width:100%;height: 100%;background:#fff;display: flex;align-items: center;left:-500px;transition: all 200ms ease;}
.info-dealer-m.active{left:0;}
.info-dealer-m > div{max-width:100%;overflow: auto;}
.info-dealer-m .close{
    position: absolute;top:0;right:0;width: 40px;
    height: 40px;
    color: #fff;
    background: red;
    display: flex;
    opacity: 1;
    justify-content: center;
    align-items: center;
    line-height: 1;
    z-index: 44;
    cursor: pointer;
}
.info-dealer-m .close i{height: 28px;color: #fff;}

section.section.form-section.form-section-promo{
    margin-bottom: -50px !important;
}
section.section.form-section.form-section-promo:before{
    left: -15%;
}
section.section.form-section.form-section-promo .rodo-info{padding-bottom: 50px;}
section.section.form-section.form-section-promo .carchoose form .in-f{margin:0;}
section.section.form-section.form-section-promo,section.section.form-section.form-section-promo:before{
    background:#002857;color: #fff;
}
section.section.form-section.form-section-promo .section_title h2{color:#fff;}
section.section.form-section.form-section-promo .home_form > .row{
    background:#d02228;margin:0;margin-bottom: 20px;
}
section.section.form-section.form-section-promo .agree-label{margin:0 0 20px 0;padding:0;background: transparent;}
section.section.form-section.form-section-promo  .custom-control.has-error .custom-control-label{
    color: #002857;
}
.promo-info{margin-bottom: 50px;margin-top:-50px;padding:30px 0;}
.custom-control-label{cursor: pointer;}

.sm-ic a{color: #d02228;}

.card-header{
    background-color: #002856;
    color: white;
    padding: 0;
    margin: 0;
}
.card-header h5{
    background-color: #002856;
    color: white;
    padding: 1rem 1.25rem;
    cursor: pointer;
    margin-bottom: 0;
    text-transform: uppercase;
}
.card-body {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-top: none;
}

.card-body .map-info-phone a.btn:first-of-type{
    margin-left: 0 !important;
}
.btn-link {
    text-decoration: none;
    color: white;
    font-weight: bold;
    display: block; /* Aby cały nagłówek był klikalny */
    text-align: left;
    padding: 0;
}
.btn-link:hover {
    color: #d1ecf1; /* Jaśniejszy kolor na najechaniu */
}
.card-body a{
    color: #d02228;
}
.card-body a:hover{
    color: #002856;
}

.maps-content .cluster > div > span {
    padding-right: 2px;
    color: #fff;
    font-size: 12px;
}

.map-search{
    background: #E9E9E9;
    padding: 30px 10px 20px 10px;
}
.map-search-form{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.map-search-form-t{
    display: flex;
    width: 30%;
    min-width: 300px;
    max-width: 100%;
    margin: 0 10px;
    align-items: center;
}
.map-search-form-t > span{
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 8px;
}

.map-search-form-a{
    display: flex;
    width: 65%; 
    min-width: 300px;
    max-width: 100%;
    margin: 0 10px;
    align-items: flex-start;
}
.map-search-form-a .map-search-form-ai{
    width: 100%;
}
.map-search-form-a a{
    color: #d02228;
}
.map-search-form-a a:hover{
    color: #002856;
}
.map-search-form-a .btn.btn-default.btn-sm{
    display:flex;min-height: 42px;align-items: center;
}
.map-search-form-a a,.diler-search-form-reset a{cursor: pointer;}
.btn.btn-default:hover{
    background: #002856;
}
.btn.btn-default.btn-nohover:hover{
    cursor: default;
    background: #d02228;
}
.map-info-contacts .btn.btn-default.btn-sm{
    margin: 0 5px 5px;
    padding: 4px 13px;
    font-size: clamp(13px,1.4vw,14px);
}
.features-label{
    font-size: 14px;
    color: #999;
    padding-top: 20px;
}
.features-label .one-feature img{
    width: 28px;
    vertical-align: middle;
    margin: 0 6px 0px 0;
}
.features-label .one-feature{
    display: inline-block;
    vertical-align: baseline;
    margin: 2px 4px;
}


.diler-search{
    background: #E9E9E9;
    padding: 30px 10px 20px 10px;
    margin-bottom: 20px;
}
.diler-search-form{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.diler-search-form-t{
    display: flex;
    width: 30%;
    min-width: 300px;
    max-width: 100%;
    margin: 0 10px;
    align-items: center;
}
.diler-search-form-t > span{
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 8px;
}

.diler-search-form-a{
    display: flex;
    width: 30%;
    min-width: 300px;
    max-width: 100%;
    margin: 0 10px;
    align-items: flex-start;
}
.diler-search-form-a .diler-search-form-ai{
    width: 100%;
}
.diler-search-form-a a{
    color: #d02228;
}
.diler-search-form-a a:hover{
    color: #002856;
}
.diler-search-form-a .btn.btn-default.btn-sm{
    margin-top: 3px;
}

@-webkit-keyframes m-loader-rotate {
    to {
        transform: rotate(360deg);
    }
}
@-moz-keyframes m-loader-rotate {
    to {
        transform: rotate(360deg);
    }
}
@-o-keyframes m-loader-rotate {
    to {
        transform: rotate(360deg);
    }
}
@keyframes m-loader-rotate {
    to {
        transform: rotate(360deg);
    }
}
.site_loader:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.0);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 123123;
    cursor: progress;
}
.site_loader:after {
    content: '';
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    border-top: 2px solid #002856;
    border-top-width: 2px;
    border-right: 2px solid transparent;
    border-right-width: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: m-loader-rotate .6s linear infinite;
    -moz-animation: m-loader-rotate .6s linear infinite;
    -ms-animation: m-loader-rotate .6s linear infinite;
    -o-animation: m-loader-rotate .6s linear infinite;
    animation: m-loader-rotate .6s linear infinite;
    border-top-color: #002856;
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    margin-left: -1rem;
    border-top-width: 3px;
    border-right-width: 3px;
    z-index: 32324;
}
.map-search-form-cont > .map-search-form{width:100%;}
.map-search-form-cont .map-search-form-t{width:40%;}
.map-search-form-cont .diler-search-form-t{width:calc(40% - 68px);}
.map-search-form-cont {
    width: 1200px;max-width:82%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.map-search-form-cont .map-search-form-a{width:79%;padding-left: 87px;}
.map-search-form-cont .map-search-form-t > span{margin-left:-15px;}
.map-search-form-cont .rfrs{margin-right: -4px;}
.map-search-form .map-search-form-a .form-control{border:none;}


.home-slider .home_slider_container.mobile-slider-home .owl-item .home_slider_background{
    width:100%;height: 100%;position: absolute;top:0;left:0;background-size: cover;
}
.home-slider .home_slider_container.mobile-slider-home .owl-item img{display: block;width: 100vw;}
.home-slider .home_slider_container.mobile-slider-home .owl-item {height: auto;}
.home-slider .home_slider_container.mobile-slider-home .owl-carousel .owl-stage{ display: flex;}

.home-slider .home_slider_container .owl-carousel .owl-item .item{ display: inline-block;width: 100%;height: 100%;}
@media only screen and (min-width: 1300px)
{
    .map-search-form-cont{left:-30px;position: relative;}
}