body {
    margin: 0;
	font-family: 'ducati-condensed', Arial, sans-serif;
}
.name h3 {
    font-size: 18px;
    line-height: 1.2;
}
a {
    color: #4c4c4c;
}

.form_wrp.corect_form .input_box::placeholder {
  font-size: 16px;
}

p.info_trxt_g {
    color: #c0bebe;
    font-size: 0.9vw;
}

.meny ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.meny {
    width: 45%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
}
.two_meny {
    width: 45%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: flex-end;
}



.home .img_content {
    height: 100vh;
}

.top_nav.home {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}


.meny ul li a {
    font-family: 'ducati-condensed', Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 20px;
    text-decoration: none;
}


.two_meny ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.two_meny ul li a {
    font-family: 'ducati-condensed', Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 20px;
    text-decoration: none;
}
.coin p {
    color: #fff;
    font-weight: 600;
    padding-right: 5px;
    font-size: 14px;
}

.item_moto img {
    width: 100%;
}
.moto_in_home_h {
    padding: 20px;
    display: block;
}

.slider_moto {
    width: 100%;
}
.swiper-wrapper {
    margin-bottom: 30px;
}
.name_block {
    text-align: center;
    padding: 60px 0px;
}








.name_block>.name_dis:before, .name_block>.name_dis:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    content: '';
    background-color: #bbbcbc;
    opacity: 0.5;
    height: 1px;
    width: 30px;
}


    .name_block>.name_dis:before, .name_block>.name_dis:after {
        width: 200px;
    }



    .name_block>.name_dis:before {
        margin-right: 30px;
    }

    .name_block>.name_dis:after {
        margin-left: 30px;
    }








.name_dis {
    position: relative;
    font-family: 'ducati-extended', Arial, sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 0.91;
    color: #bbbcbc;
    text-align: center;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}































.swiper-button-next:after, .swiper-button-prev:after {
    color: #000 !important;
    font-size: 22px !important;
    font-weight: 600;
}
.swiper-button-next {
    width: 60px !important;
    height: 60px !important;
    background: #fff;
    border-radius: 30px;
    cursor: pointer;
    transition: opacity .2s ease-out;
    box-shadow: 0 6px 15px 6px rgba(0, 0, 0, .2);
}
.swiper-button-prev {
    width: 60px !important;
    height: 60px !important;
    background: #fff;
    border-radius: 30px;
    cursor: pointer;
    transition: opacity .2s ease-out;
    box-shadow: 0 6px 15px 6px rgba(0, 0, 0, .2);
}




h2.dgwsteg {
    font-family: 'ducati-condensed', Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    border: solid 1px #bbbcbc;
    background-color: transparent;
    color: #bbbcbc;
    min-width: 120px;
    height: 37px;
    line-height: 35px;
    padding: 0 1em;
    border-radius: 100px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}
h2.dgwsteg {
    border-color: #0f0f0f;
    color: #fafafa;
    background-color: #0f0f0f;
    display: inline-block;
    width: 200px;
}

.hamburger {
    z-index: 90;
    height: 24px;
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    /* position: relative; */
    /* top: 53%; */
    /* left: -14px; */
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    align-items: center;
    margin-right: 10px;
}

.hamburger>.line {
    position: relative;
    display: inline-block;
    height: 2px;
    width: 18px;
    border-radius: 5px;
    background: #0f0f0f;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.hamburger>.line::after, .hamburger>.line::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0f0f0f;
    border-radius: 5px;
    -webkit-transition: top 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, background-color 0.3s, transform 0.3s;
    transition: top 0.3s, background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.hamburger>.line::after {
    top: 5px;
}

.hamburger>.line::before {
    top: -5px;
}






.nav.open_nav .hamburger>.line {
    background-color: transparent;
}

.nav.open_nav .hamburger>.line::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}


.nav.open_nav .hamburger>.line::after {
    top: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}






.harak p {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px 0px;
}
font.color_point {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #444;
}
span.label_text.label_text_caps span {
    display: flex;
    align-items: center;
    flex-direction: row;
}


.price_item p {
    position: relative;
    display: flex;
    align-items: flex-end;
}
.price_item p b {
    font-size: 20px;
    position: relative;
    display: block;
    margin-left: 10px;
    top: 15px;
}
a.text_zaster {
    display: block;
    margin-top: 0px;
    text-decoration: none;
    display: block;
    font-size: 12px;
    font-weight: 100;
}






.content_moto {
    display: flex;
    flex-direction: row;
    width: 80%;
    margin: 0 auto;
    margin-top: 45px;
}
.filter {
    width: 20%;
}
.catalog_car {
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
}

.img_info, .text_info {
    width: 48%;
    padding: 1%;
}
.item_car {
    width: 96%;
    padding: 1%;
    margin: 1%;
    border-radius: 2px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .1);
    text-decoration: none;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    display: flex;
    flex-direction: row;
}
.item_car:hover {
-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
	label.new_label {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}

label.new_label span.label_text.label_text_caps {
    color: #7e7e7e;
}

input.fn_form_url_value {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
input.fn_form_url_value+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
input.fn_form_url_value+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #8b9095;
    border-radius: 0;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
input.fn_form_url_value:checked+label::before {
    border-color: #05141f;
    background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000' 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");
}
.img_content img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: none;
    transform: none;
    position: static;
    zoom: normal;
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}
.img_content {
    height: 50vh;
}
.top_nav {
    width: 100%;
    height: 50vh;
    overflow: hidden;
}
.logo a img {
    height: 59px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.content_top {
    width: 100%;
    /* height: 50vh; */
    top: 0;
    position: fixed;
    z-index: 99;
}
.nav {
    width: 83%;
    border-radius: 2px;
    background: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #ebebeb), linear-gradient(#fafafa, #fafafa);
    /* padding: 21px 30px; */
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-top: 70px;
    -webkit-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.2);
    max-width: 1330px;
    flex-wrap: wrap;
    flex-direction: row;
}
.top_m_nav {
    width: 100%;
    border-radius: 2px;
    background: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #ebebeb), linear-gradient(#fafafa, #fafafa);
    padding: 21px 30px;
    display: flex;
    justify-content: space-around;
    max-width: 1330px;
    flex-wrap: wrap;
    flex-direction: row;
}
.nav_m_s {
    padding: 40px 30px;
}
.nav_m_s ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav_m_s ul li a {
    font-family: 'ducati-condensed', Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 20px;
    text-decoration: none;
    display: block;
}


































.su_menu_in {
    width: 100%;
    height: 0;
    border-top: 1px solid #cccccc;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    overflow: hidden;
}

.nav.open_nav .su_menu_in {
    height: 100px;
	    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}


.nav.open_nav .meny ul li a {
    color: #b1b1b1;
	    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.nav.open_nav .two_meny ul li a {
    color: #b1b1b1;
	    -webkit-transition: all .2s ease;
    transition: all .45s ease-in-out;
}





.img_info img {
    width: 70%;
}
.footer {
    background-color: #0f0f0f;
    width: 100%;
    min-height: 200px;
}
.img_info {
    text-align: center;
}

.img_info p {
    text-align: left;
}
.pagination {
    text-align: center;
    padding: 90px 0px;
}
.pagination ul {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: center;
    /* display: inline-block; */
    color: #a6a6a6;
    font-size: 1.22vw;
    vertical-align: middle;
    text-decoration: none;
}
.pagination ul li {
    width: 40px;
    text-align: center;
    margin-bottom: 20px;
}
.pagination ul li.active a {
    background: #000;
    color: #fff;
}
.pagination ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    background: #fff;
    border-radius: 2px;
    color: #464646;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
    font-size: 12px;
    text-decoration: none;
}

button.btnMedium.btnType1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(#c00));
    background-image: linear-gradient(to bottom, red, #c00);
    padding: 10px 20px;
    padding-bottom: 11px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    margin-right: 40px;
    border: none;
    margin-top: 20px;
}

.dn {
    text-align: center;
}
a.btnMedium.btnType1 {
    background: #000;
    color: #fff;
    border-radius: 15px;
    padding: 7px 15px;
    opacity: 0.7;
    text-decoration: none;
}


div#myBtn .arrow_r {
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(#c00)); */
    /* background-image: linear-gradient(to bottom, red, #c00); */
    /* padding: 10px 20px; */
    /* padding-bottom: 11px; */
    /* color: #fff; */
    /* text-decoration: none; */
    /* border-radius: 3px; */
    margin-right: 10px;
    background: #000;
    color: #fff;
    border-radius: 15px;
    padding: 7px 15px;
    opacity: 0.7;
    text-decoration: none;
}
.beer {
    display: flex;
    align-items: center;
}
b.adfa {
    top: 0px !important;
}
.more .beer {
    display: flex;
    align-items: center;
    height: 70px;
}



.more .img_info, .more .text_info {
    width: 48%;
    padding: 1%;
}

.more .galery {
    cursor: pointer;
}
.more .img_info img {
    width: 100%;
}
.more .img_info .galery img+img {
    width: 50%;
}
.more .img_info .galery img+img {
    width: 50%;
}



.modal {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}


.modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    width: calc(50% - 40px);
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-header {
    width: 100%;
}
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}


.close {
    color: #999;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.galery_one.open_galery {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0px;
    top: 0px;
    background: #fff;
    z-index: 9999999999;
    align-items: center;
}
p.close_menu {
    width: 60px;
    height: 60px;
    position: absolute;
    background: #fff;
    z-index: 999999;
    border-radius: 50%;
    top: 20px;
    right: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 3px 19px -5px #b8b5b5;
}
.galery_one {
    display: none;
}
.img_info .galery img+img {
    width: 50%;
}
.content_moto.more .item_car {
    width: 100%;
    border: none;
    display: flex;
}

.content_moto.more .item_car:hover {
    box-shadow: none;
}
.name_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.name_form img {
    margin-bottom: 20px;
    width: 50px;
    margin-top: 50px;
}
.name_form h4 {
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 25px;
}
.form_wrp.corect_form .input_box {
    width: calc(100% - 26px);
    margin-bottom: 20px;
}
.form_wrp .input_box {
    width: 100%;
    min-height: 18px;
    border: 1px solid #d6d6d6;
    background: #fff;
    padding: 5px 12px;
    border-radius: 2px;
}
img.f_log {
    width: 80%;
    margin: auto;
    margin-top: 20px;
}
.cont_top_men img {
    height: 30px;
    padding: 15px 0px;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    max-width: 70%;
    max-height: 70%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.swiper-slide {
    text-align: center !important;
}
a.csh {

}
.su_menu {
    position: absolute;
    top: 0px;
    width: 100%;
    /* margin: 0 6%; */
    z-index: 999;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.home_in_slider_text {
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%);
    /* z-index: 999; */
    position: absolute;
    height: 50vh;
    margin-top: -50vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}




.svg_w_anim .d-icon-scrolling-hero {
    margin-bottom: 80px;
    fill: #fafafa;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 3px;
    position: absolute;
    width: 22px;
    height: 53px;
}

.text_h_m {
    font-family: 'ducati-extended', Arial, sans-serif;
    font-weight: 700;
    font-size: 27px;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1;
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
    width: 45%;
    padding-right: 50%;
    padding-left: 5%;
}

.svg_w_anim {
    height: 100px;
    width: 100%;
}
.d-icon-scrolling-hero .arrow-top, .d-icon-scrolling-hero .arrow-bottom {
    -webkit-animation-name: bounceAlpha;
    animation-name: bounceAlpha;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


.d-icon-scrolling-hero .arrow-bottom {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}





@-webkit-keyframes bounceAlpha{0%,35%,50%{-webkit-animation-timing-function:cubic-bezier(0, 0, 0.2, 1);animation-timing-function:cubic-bezier(0, 0, 0.2, 1);-webkit-transform:none;transform:none}40%{-webkit-animation-timing-function:cubic-bezier(0.2, 0, 1, 1);animation-timing-function:cubic-bezier(0.2, 0, 1, 1);-webkit-transform:translateY(40%);transform:translateY(40%)}}@keyframes bounceAlpha{0%,35%,50%{-webkit-animation-timing-function:cubic-bezier(0, 0, 0.2, 1);animation-timing-function:cubic-bezier(0, 0, 0.2, 1);-webkit-transform:none;transform:none}40%{-webkit-animation-timing-function:cubic-bezier(0.2, 0, 1, 1);animation-timing-function:cubic-bezier(0.2, 0, 1, 1);-webkit-transform:translateY(40%);transform:translateY(40%)}}













.nav.hidden {
    margin-top: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.nav {
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}



.nav.hidden .logo a img {
    height: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.text_info {
    margin-top: 20px;
}
.cont_top_men {
    border-radius: 2px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    max-width: 1330px;
    align-items: center;
}


.color_model_filtr.model_true p.info_trxt_g {
    display: none;
}


.contey {
    padding: 0 40px;
    max-width: 1460px;
    margin: auto;
}

.img_b_50 img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: none;
    transform: none;
    position: static;
    zoom: normal;
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}

.block_news {
    display: flex;
    justify-content: center;
}
.new_b {
    width: 25%;
    /* border: 1px solid #444; */
    background: #fff;
    min-height: 300px;
    margin: 15px;
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.1);
}


.new_b:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}


.fafafa {
    background-color: #fafafa;
}
.ssrer {
    display: flex;
}
.ssrer .block_as {
    width: 100%;
    min-height: 250px;
    background: #444;
}


.block_as img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: none;
    transform: none;
    position: static;
    zoom: normal;
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}















































button#clearFilterButton {
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(#c00));
    background-image: linear-gradient(to bottom, red, #c00);
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
    border: none;
}

    .filter_mobile {display: none;}


.color_model_filtr.model_true label {
    display: flex;
}

.color_model_filtr label {
    display: none;
}

.non_flex {
    display: block;
}
.vert_block {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.block_50 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.block_50 .b50 {
    width: 50%;
    min-height: 50vh;
    background: #333;
}



































































@media screen and (max-width: 800px) {

.content_top {
    z-index: 999999;
}	
	
	
	
	
	
body.non_scroll .filter_mobile img {
    display: none;
}
	
	.see_filtr {
		display: none;
	}	
body.non_scroll .filter_mobile	.see_filtr {
		display: block;
	}
	
	
	.filter {
		width: 100%;
	}
    .filter {
        width: 100%;
        display: none;
    }
    .filter_mobile {
        display: flex;
        width: 60px !important;
        height: 60px !important;
        border: 1px solid #e7e7e7;
        border-top: none;
        border-left: none;
        background: #fff;
        font-weight: 600;
        position: fixed;
        top: 151px;
        left: 0;
        align-items: center;
        justify-content: center;
        align-content: center;
        box-shadow: 3px 6px 13px -9px #444;
        z-index: 99999999;    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    }
	
	
body.non_scroll .filter_mobile {
    width: 240px !important;
    text-align: center;
    left: calc(50% - 120px);    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}	
	
	
    .filter_mobile img {
        max-width: 60%;
    }
    .filter_content .filter {
        display: none;
    }
    .filter_content .catalog_car {
        width: 100%;
    }
    .content_moto {
        width: 80%;
        max-width: 1280px;
        margin: 0 auto;
        padding: 20px;
        /* background: #fff; */
        margin-top: 10px;
        display: block;
    }
    .filter_content .filter {
        display: none;
    }
    .filter.open {
        position: fixed;
        display: block;
        background: #fff;
        width: calc(100% - 30px);
        left: 0;
        top: 0;
        padding: 15px;
        height: calc(100vh - 155px);
        overflow: auto;
        padding-top: 211px;
        z-index: 99999;
    }
	
	
	
	
	
	
	
	
	
body.non_scroll .nav {
    margin-top: 10px;
    padding: 10px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
	
	
	
	
	
	
	
	
	
	.catalog_car {
		display: block;
		width: 100%;
	}
	
    .item_car {
        width: 96%;
        margin-bottom: 40px;
        display: block;
    }	
	
.content_moto.more .item_car {
    width: 100%;
    border: none;
    display: flex;
    flex-direction: column;
}
.more .img_info, .more .text_info {
    width: 98%;
    padding: 1%;
}	
.top_nav {
    width: 100%;
    height: 35vh;
    overflow: hidden;
}
.img_content {
    height: 35vh;
}	
    .img_info, .text_info {
        width: 90%;
        padding: 5%;
    }
	
	
    .price_item a.btnMedium.btnType1 {
        margin: 0 auto;
        display: list-item;
        text-align: center;
        width: 120px;
        display: block;
    }
p.info_trxt_g {
    color: #c0bebe;
    font-size: 16px;
}
	
.dafaf {
    margin-bottom: 100px;
    padding-bottom: 200px;
}
	
	
	
	
	
	
	
	
}
