@media screen and (max-width: 800px) {
.in_cont h4 {
    font-size: 1.5pc;
}
.in_cont table tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
}
.btn_tth {
    width: auto;
    font-size: 16px;
}
	.window_video video#myVideo {
		display: none;
	}
	
	.modal_top_scrin {
		display: block;
	}
	
	.logo_car {
		display: none;
	}	
	.logo_model {
		position: absolute;
		margin-top: 70vh;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.logo_car_mob {
		display: block;
		width: 80%;
	}	
.name_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}
	.text_one .content p, .text_two .content p, .text_thre .content p, .style .content p, .material .content p{
		grid-column: 1 / span 4;
		margin: 0;
		font-family: Anko-Regular, sans-serif;
		font-size: 1.125rem;
		line-height: 1.66667;
		width: 100%;
	}
	.rozdil {
		font-family: Everett-Light, sans-serif;
		font-size: 1.125rem;
		line-height: 1.14;
		letter-spacing: -.27px;
		margin-bottom: 0;
	}
    .text_foto_anim p {
        font-size: 1.5rem;
    letter-spacing: -1px;
    }
	
	

	
	
	
.text_foto_anim p.see span {
    margin-left: 10px;
}
.button {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
}
.button .item {
    width: 100%;
}	
	
.filter {
	display: none;
    position: absolute;
    width: 100% !important;
}	
.bg_E5E5E5 .filter_content .catalog_car {
    width: 98%;
    margin-right: 0;
    margin: 1%;
}
.item_car {
    display: flex;
    flex-direction: column;
    margin-bottom: 4%;
}
.mob_nav {
    display: block;
}
	
	
	
.item_car .img_info {
    width: 100%;
    margin-right: 0;
}	
	
.item_car .text_info {
    width: 98%;
    margin-left: 0;
    margin: 1%;
}	
	
	
	
	
	
	
	
	
.top_nav .content .nav {
    display: none;
}
	
.top_nav .content {
    min-height: 70px;
}
	
.mobile_menu_nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}
	
	
	
.mobile_menu_nav .su_mmenu {
    display: block;
    padding-left: 0;
}	
	
.mobile_menu_nav .su_mmenu {
    display: block;
    background: #000;
    position: absolute;
    width: 100%;
    height: auto;
    top: -100vh;
    left: 0;
    z-index: 9999;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mobile_menu_nav.see {
    display: block;
}
	
.bg_E5E5E5 .intro_car {
    display: flex;
    flex-direction: column;
}	
.mobile_menu_nav .su_mmenu ul {
    display: block;
    height: calc(100vh - 66px);
    margin: 0;
}
.mobile_menu_nav .su_mmenu ul li a {
    padding: 20px 10px;
    font-size: 20px;
}
.bg_E5E5E5 .galery {
    display: flex;
    flex-direction: column;
    width: 100%;
}	
.bg_E5E5E5 .galery .car_imm {
    width: 100%;
    margin-right: 0;
}
.bg_E5E5E5 .galery .mm_car {
    width: 100%;
}	
.bg_E5E5E5 .flex_car {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 30px 20px 30px;
}	
.bg_E5E5E5 .nav_bar {
    width: 98%;
    margin: 0 auto;
}	
.bg_E5E5E5 .content_trw {
    width: 98%;
    margin: 0 auto;
}
	
.bg_E5E5E5 .info_car_its {
    width: 100%;
}	
.name_block .text_block h2 {
    font-size: 1.75rem;
}	
.text_block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 20px 20px;
}
.name_block .text_block p {
    font-size: 1.25rem;
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
    font-weight: 400;
    letter-spacing: -.4px;
}	
	
	
	
.burger {
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.burger span {
    position: relative;
    display: block;
    height: 1px;
    background-color: #000;
    background: #fff ;
    margin-bottom: 5px;
    -webkit-transition: transform .3s ease, top .3s ease, width .3s ease, right .3s ease;
    transition: transform .3s ease, top .3s ease, width .3s ease, right .3s ease;
    border-radius: 1px;
    z-index: 9999;
}
	body.not_home.black	.burger span {
		
    background: #000 ;
	}
	
	
.burger span:nth-child(2) {
    right: 0;
    width: 18px;
}	
	
	
	
.burger span:last-child {
    margin-bottom: 0;
    -webkit-transform-origin: 18px;
    transform-origin: 18px;
    width: 18px;
}
	
	
	
	
	
	
	
	
	
	

	
	
	
	
	
.mobile_menu_nav.open_nav .burger span:first-child {
    top: 8px;
    right: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile_menu_nav.open_nav .burger span:nth-child(2) {
    width: 19px;
    top: 4px;
    right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mobile_menu_nav.open_nav .burger span:last-child {
    top: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile_menu_nav.open_nav .mob_nav .su_mmenu {
    top: 0;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mobile_menu_nav.open_nav .burger {
    z-index: 999999;
    position: relative;
}
.mobile_menu_nav.open_nav .burger span {
    background: #fff !important;
}	
.su_mmenu_logo {
    padding: 0 40px;
    max-width: 1460px;
    margin: auto;
    height: 66px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}	
	
	
body.no_scrol {
    overflow: hidden;
}
	
	
img.black {
    display: none;
}	
body.not_home.black img.white {
    display: none;
}
	
body.not_home.black img.black {
    display: block;
}		
.slider_frim_nodel .slid .content h3 {
    font-size: 20px;
    padding-bottom: 40px;
}
.swiper-slide {
    height: 500px !important;
}

	
	
.slid 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;
}
	
	
.slider {
    height: 370px;
}	
	
	
.slider 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;
}
	
	
	
	
	
.news .content {
    padding: 0;
}
.new_car .content {
    padding: 0;
}	
	
.nuwss {
    display: flex;
    flex-direction: column;
}
.swiper-slide.new_j {
    width: calc(100% - 48px);
    margin: 0;
    margin-bottom: 20px;
}
body.newses .nuwss .swiper-slide.new_j {
    width: calc(100% - 48px);
    margin: 0;
    margin-bottom: 20px;
    height: auto !important;
}
	
	

.contacts_info {
    display: flex;
    flex-direction: column;
}
.contacts_img {
    width: 100%;
    margin-bottom: 20px;
}
.contacts_text {
    width: 100%;
    margin-left: 0%;
}

.menu_model_moby  {
    height: calc(100vh - 70px);
    background: #000;
    list-style: none;
    top: 70px;
    left: 0px;
    left: 100%;
    position: absolute;
    width: calc(100% - 30px);
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.menu_model_moby.open_model {
    left: 0;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}	
	
.mobile_menu_nav .su_mmenu ul .menu_model_moby ul {
    height: auto !important;
}
p.nazad {
    color: #adadad;
    padding: 20px 30px;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
}
	
    p.nazad::before {
        content: "<";
    }
	
	
.footer_contact {
    display: flex;
    flex-direction: column;
}	
.g_fore {
    width: 100%;
    padding-bottom: 30px;
}
.g_fore:after {
    position: absolute;
    content: "";
    width: 81%;
    height: 1px;
    background-color: #e6e6e6;
    margin-top: 10px;
}
.text_two .content, .text_thre .content {
    height: auto;
}
.butt {
    font-size: 16px;
    height: 20px;
}	
	
.salon_image {
    display: block;
    width: 100%;
    height: 35vh;
}
.salon_image img.goli {
    position: absolute;
    height: 35vh;
}	
.swiper-slide {
    height: auto !important;
}	
	
p.price_d {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}
	
	
.price_item {
    padding-bottom: 30px;
}	
	
	
.bg_E5E5E5 {
    padding-top: 75px;
}
.content_text h1 {
    font-size: 42px;
    line-height: 41px;
}	
	
	
	
	
	
	
	
	
	
	
.slid_item {
    display: block;
    width: 100%;
    height: 40vh;
    position: relative;
}	
#point_1 {
    margin-left: 9%;
    margin-top: 22vh;
}	
#point_2 {
    margin-left: 19%;
    margin-top: 21vh;
}	
#point_3 {
    margin-left: 31%;
    margin-top: 26vh;
}	
#point_4 {
    margin-left: 40.3%;
    margin-top: 19vh;
}	
#point_5 {
    margin-left: 86%;
    margin-top: 17vh;
}
	
#point_6 {
    margin-left: 11%;
    margin-top: 20vh;
}
#point_7 {
    margin-left: 49%;
    margin-top: 26vh;
}	
#point_8 {
    margin-left: 67%;
    margin-top: 23vh;
}	
#point_9 {
    margin-left: 73%;
    margin-top: 19vh;
}	
#point_10 {
    margin-left: 10.3%;
    margin-top: 7vh;
}	
#point_11 {
    margin-left: 16%;
    margin-top: 17vh;
}	
#point_12 {
    margin-left: 40%;
    margin-top: 11vh;
}	
#point_13 {
    margin-left: 43%;
    margin-top: 16vh;
}	
#point_14 {
    margin-left: 46.3%;
    margin-top: 24vh;
}	
#point_15 {
    margin-left: 62%;
    margin-top: 15vh;
}	
	
	
.content_mod_car_piont {
    display: flex;
    flex-direction: column;
}	
.img_point_car {
    width: 100%;
    height: 35vh;
}	
.text_point_car {
    width: 100%;
}
.in_text_point_car {
    width: 100%;
    padding: 20px;
}	
.in_text_point_car p.point {
    font-size: 18px;
}	
	
	
	
.param_car {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    align-items: center !important;
    margin-bottom: 20px !important;
}
.bg_E5E5E5 .flex_car {
    display: flex;
    flex-direction: column;
}	
.param_car font {
    width: 49%;
}
.param_car font+font {
    margin-left: 2%;
}	
    .slider_frim_nodel {
        height: auto;
    }
	
.slider_frim_nodel .slid .content {
    margin-top: -300px;
}
.sal_slid {
    height: auto;
    width: 100%;
}	
	
	
	
.text_two h4 {
    color: #000;
    font-family: Everett, sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 100;
    width: 90%;
}	
.text_one .content .w40_60 p.name {
    font-size: 25px;
    text-align: left;
    padding: 0px;
    word-wrap: break-word;
    letter-spacing: -2px;
    line-height: 22px;
    font-weight: 100;
    padding-bottom: 20px;
}	
	
.w40_60 {
    width: 100%;
    display: flex;
    flex-direction: column;
}	
.w40_60 .w60 {
    width: 100%;
}
	.w40_60 .w40 {
    width: 100%;
}
	
.foto_bg {
    width: 100%;
    height: 25vh;
}
.text_one .white h4 {
    color: #fff;
    font-family: Everett, sans-serif;
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 100;
    width: 90%;
}
.text_foto_anim {
    width: 100%;
    height: 24vh;
    position: absolute;
    margin-top: -25vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}	
	
.img_slid {
    display: none;
}	
	
	
swiper-slide {
    height: 25vh;
}
.car_j {
    min-height: auto !important;
}	
body.mc20-cielo .slid_ret.bleak .car_j p.title {
    color: #fff;
    /* text-align: center; */
    font-size: 13px;
    font-weight: 100;
}	
.w360_style_name p {
    font-size: 30px;
}	
.color1 {
    margin-right: -4px;
    margin-left: 10px;
    border: 3px #fff0 solid;
    border-radius: 50%;
    padding: 0px;
}	
    .hsr_h {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        padding: 30px 0px;
        padding-bottom: 150px;
        flex-wrap: wrap;
    }
.fr_h p {
    font-size: 10px;
}
    .fr_h p+p {
        font-size: 14px;
    }	
.fr_h {
    padding: 10px 2px;
    text-align: center;
}	
	
.slider_frim_nodel .swiper-button-next, .slider_frim_nodel .swiper-button-prev {
    display: none;
}
	
	
	
	
	
	
	
.slider_frim_nodel .content {
    padding: 0 10px;
}
	
.in_cont {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 200px;
}
	
	
	
	
	
	
.buttof {
    display: block;
}
.cl-cta
 {
    width: 298px;
}	
.cl-cta.-primary {
    margin: 0;
    margin-top: 10px;
    width: 300px;
}	
	
	

}