﻿/* Fujiyama */
/* @font-face {
	font-family: 'Terminator Cyr 4';
	src: url('../fonts/TERMINATOR_CYR_V4.TTF');
} */

/* 
#ED1E23; - красный 
#f2f1ed; - светло-серый(футер)
#2C3544; - темно-серый (кнопки, текст)

#2C3544; - средне-серый - ДА
*/

/* @media (max-width: 1000px)


 */





 .example_list_title{
        color: #F00;
    font-size: 24px;
 }


.cwtrni-zg a{
    font-size: 19px;
}

.clearfix{
	clear: both;
}   
body{
	margin: 0px; padding: 0px;
	font-family: 'Open Sans',sans-serif; letter-spacing: 0.1px;
	font-size: 14px;
	color: black;
	background: white;
}
h1{
	font-size: 25px;
	margin-top: 20px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
h2{
	font-size: 20px;
	/* margin-top: 20px; */
	margin-bottom: 15px;
	font-weight: 700;
}
h3{
	font-weight: 700;
}
h6{
	font-size: 15px;
	font-weight: bold;
}
p {
    margin-bottom: 10px;
	line-height: 1.5; /* Расстояние между строками */
	text-align: left; /* Выравнивание по ширине */
	font-size:16px;
	letter-spacing: 1px;
	
}
a{
	/*color: #000;
*/	text-decoration: none;	
}
a:hover{
	color: red;
	text-decoration: underline;	
}
#main{
	width: 100%;
	height: 100%;
	position: relative;	
	margin: 0px auto;	
}

/* <header> НАЧАЛО */

.header{
	width: 100%;
	height: auto;	
	margin: 0px auto;	
}
.header-wrap{
	position: relative;
	width: 100%;	
	max-width: 1920px;
	height: auto;
	margin: 0px auto;
}
@media (max-width: 1100px) {
	.header-wrap{
		width: 100%;	
		margin-left: 0px;
	}
}
.header-top{
	width: 100%;
	height: 70px;
	background: #f2f1ed;
}
@media (max-width: 1100px){
	.header-top{
		height: auto;
		overflow: hidden;		
	}
}
.header-top-pos{
	position: relative;
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.header-top-left{
	float: left;
	width: 55%;	
}
@media (max-width: 480px){
	.header-top-left{
		width: 98%;
	}
}
.header-top-left-1{
	float: left;
	width: 49%;	
	margin-bottom: 10px;
}
@media (max-width: 850px){
	.header-top-left-1{
		width: 98%;			
	}	
}
.header-top-left-2{
	float: left;
	width: 49%;	
	margin-bottom: 10px;
}
@media (max-width: 850px){
	.header-top-left-2{
		width: 98%;			
	}	
}
.header-top-left-item{
	float: none;
}
.header-top-left-item a{
	color: blue;
}
.header-top-left-item a:hover{
	color: red;
	text-decoration: none;
}
.header-top-left-item i{
	color: red;
}
.header-top-right{
	float: right;
	width: 44%;
	text-align: right;
}
@media (max-width: 480px){
	.header-top-right{
		float: left;
		width: 98%;
		text-align: left;
	}
}
.header-top-right-1{
	float: right;
	width: 40%;
	margin-bottom: 10px;
}
@media (max-width: 850px){
	.header-top-right-1{
		width: 98%;			
	}	
}
.header-top-right-2{
	float: right;
	width: 59%;
	margin-bottom: 10px;
}
@media (max-width: 850px){
	.header-top-right-2{
		width: 98%;			
	}	
}
.header-bottom{
	position: relative;
	width: 100%;
	height: 150px;
}
.header-bottom-pos{
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 220px;
	
    position: relative;
}	
.header-bottom-left{
	float: left;
	width: 170px;	
	margin-right: 20px;	
}
@media (max-width: 640px){
	.header-bottom-left{
		float: none;
		clear: both;
		margin: 10px auto 10px auto;
	}
}
.header-logo{
	width: auto;
	height: auto;
	margin-left: 10px;
}
.header-left-txt a{
	font-size: 18px;
}

/* Экран - настройка логотипов в футере*/
.header-bottom-center-mobile{
	display: none;
	/*position: relative;*/
	    left: 170px;
	    position: absolute;
    right: 0;
	width: 250px;
	margin: 40px auto 0 auto;	
}	
@media (max-width: 700px){
	/*.header-bottom-center-mobile{
		
		float: left;
		clear: both;
		width: 90%;	
		margin: 0 0 20px 0;	
		text-align: left;
	}*/
}
@media (max-width: 600px){
	.header-bottom-center-mobile{
			
	}
}
@media (max-width: 300px){
	.header-bottom-center-mobile{
		width: 170px;		
	}
}
.car-model-mobile-img{
	float: left;
	width: 30px;
	height: 20px;
	margin-left: 5px;
	margin-right: 10px;
}
.car-model-mobile-img img{
	max-width: 30px;
	height: auto;
	max-height: 20px;	
}
	
#touch-menu-1{
	display: none;	
}
.touch-menu-nav-1{
	display: none;
}
/* Планшет - настройка логотипов в футере*/
@media (max-width: 900px){
	/*.header-bottom-center-mobile{
		display: block;		
	}*/	
	#touch-menu-1{
		display: block;	
	}
}
.car-model-button{
	font-size: 16px;
	color: #2C3544;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;	
	text-align: center;
}
@media (max-width: 700px){
	.car-model-button {
		text-align: left;
		padding: 10px 0 0 10px;
	}
}
a.car-model-button{
	color: rgb(44, 53, 68);
}

@media (max-width: 600px){
	.car-model-button{
		text-align: left;
		/*margin-left: 10px;*/
	}
}
.car-model-level-1{
	float: none;
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	width: 200px;
	margin: auto;
	text-align: center;
	z-index: 10;
	background: #fff;
	
	    -webkit-box-shadow: 0 0 10px rgba(134,134,134,.4);
    box-shadow: 0 0 10px rgba(134,134,134,.4);
}
@media (max-width: 700px){
	.car-model-level-1{
		/*top: 50px;
		width: 100%;*/
	}		
}
@media (max-width: 600px){
	.car-model-level-1{
		top: 30px;
		width: 200px;
		margin: 0;
		margin: auto;
		text-align: left;
	}
}
@media (max-width: 300px){
	.car-model-level-1{
		top: 50px;		
	}		
}
.car-model-level-1>li{
	float: none; 	
}
.car-model-level-1 a{
	display: block;
	font-size: 16px;
	color: #2C3544;	
	padding: 13px 10px 13px 10px;
	text-transform: uppercase;
	text-decoration: none;	
	text-align: left;
}
.car-model-level-1 a:hover {
	color: red;
	text-decoration: underline;		
}
.header-bottom-center{	
	text-align: center;
	width: auto;
	height: auto;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	/* overflow: hidden; */
}
@media (max-width: 1000px){
	.header-bottom-center{
		display: inline-block;
		width: 60%;
		padding-top: 0px;
	}
}
@media (max-width: 900px){
	/*.header-bottom-center{
		display: none;
	}*/
}

.header-bottom-img-wrap{
           display: inline;
}
.header-bottom-center a{
	display: block;
	float: none;
	display: inline-block;
	height: 60px;
	margin: 10px 10px 0 10px;
}
.header-bottom-img{
	width: 50px;
	height: 40px;
	margin: auto;
}
@media (max-width: 1100px){
	.header-bottom-img{
		width: 70px;		
	}
}
.header-bottom-img img{
	max-width: 50px;
	height: auto;
	max-height: 40px;
}
.header-bottom-center > a > span {
	display: block;
	height: 20px;
}
.header-bottom-right{
	/* float: right; */
	float: none;
	position: absolute; 
	top: 10px;
	right: 10px;
	width: 200px;
	text-transform: uppercase;
	text-align: center;
}
@media (max-width: 450px){
	.header-bottom-right{
		position: relative;
		float: none;
		clear: both;		
		width: 200px;
		margin: 20px auto;
	}
}
.header-bottom-right a{
	display: block;
	color: white;
}
/*.header-bottom-right a:hover{
	color: #fff;
}*/
.header-bottom-right-item{
	width: 190px;
	height: 28px;
	margin-bottom: 10px;
	padding-top: 10px;
	color: #fff;
	background:	#2C3544;
}
/* <header> - КОНЕЦ */

.menu-top{
	width: 100%;
	max-width: 1920px;
	margin: 0px auto;
	z-index: 99999;
}
.menu-top-wrap{
	position: relative;
	width: 100%;	
	max-width: 1920px;
	/*height: 45px; */
	margin: 0px auto;
		
	background: #4088b8;
	 border-radius: 5px 5px 5px 5px;
}
@media (max-width: 1100px){
	.menu-top-wrap{
		text-align: left;	
		width: 100%;	
		margin-left: 0px;	
	}
}
.menu-top-pos{
	position: relative;
	/*height: 100%;*/
	text-align: center;
}
.menu-level-1{
	display: inline-block;
	float: none;
}
.menu-level-1 a{
	display: block;
	font-size: 14px!important;
	padding: 10px 16px 10px 16px;
	color: #fff;
	text-decoration: none;	
	font-family: Tahoma, Arial!important;
	letter-spacing: 1.2;
}
.mobile-menu-nav .menu-level-1 a{
;
	font-size: 20px!important;

}

.menu-level-1 a span{

	font-size: 20px!important;

}

.menu-level-1.menu-level-1--auct-page a{
    	letter-spacing: 1;
}


.menu-level-1 a:hover {
	color: #2C3544;
	background: #fff;	
}
.menu-level-1 li:hover a{
	color: #2C3544;
	background: #fff;	
}
.menu-level-1>li{
	/*position: relative;	
	float: left; */
	position: relative;
   
    width: auto;

       display: inline-block;
    vertical-align: middle;
}
.menu-level-2{
	display: none;	
	position: absolute;
	background: #fff;
	top: 45px;	
	text-align: left; 
}
.menu-level-1>li:hover .menu-level-2{
	width: 250px;
	display: block;
	background: #2C3544;	
}
.menu-level-1>li:hover .menu-level-2>li{
	width: 100%;
	border-bottom: 1px solid #fff;
}   
 .menu-level-1>li:hover .menu-level-2 a{
	width: 95%;
	padding-right: 0px; 
	padding-left: 5%;
	font-size: 16px;
	text-transform: none;	
	color: #fff;
	background: #2C3544;	
} 
.menu-level-1>li:hover .menu-level-2  a:hover {
	color: #fff;
	text-decoration: underline;		
}
.menu-level-1>li:hover .menu-level-2 .menu-level-3 a{
	width: 85%;
	padding-left: 15%;
	padding-top: 0px;
	padding-bottom: 15px;
}


/* Экран - настройка кнопки и выпадающего Меню*/
#touch-menu {
	display: none;
	float: none;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 18px;
	color: black;	
	margin-bottom: 4px;
}
.left_side-bottom {
	margin: 20px 0 0 0;
}
@media (max-width: 600px){
	.cwtl-index-text > div {
		margin: 0 20px 0 0 !important;
	}
}
	
/* Планшет - Настройка кнопки и выпадающего Меню*/	
@media (max-width: 1100px) {
    
	.cwtl-news-item{
	     display: none; 
	}
	
	.cwtr-3 a.cwtr-more{
	    display: none;
	
	}
    
    
    
	#touch-menu {
		display: block;		
	}
	
	.menu-level-1.touch-menu-nav li{
	    max-width: inherit;
	        width: 100%;
	}
	
	/* touch-menu-nav - присваивается всем блокам, которые исчезают и вызываются кнопкой МЕНЮ */
	.touch-menu-nav {
		display: none;
	}
	.menu-top-pos{
		position: absolute;
		top: 0;
		left: 0;
		width: 200px;
		margin-left: 0;
		float: left;
		text-align: left;
		z-index: 2;
	}
	.menu-level-1 li{
		float: none;
		background: #f2f1ed; 
	}
	.menu-level-1 a{
		float: none;
		margin-left: 0;
		padding-left: 10px;
		padding-top: 18px;
		padding-bottom: 18px;
		color: #2C3544;
	}
	.menu-level-2{
		position: absolute;
		top: 0px;
		left: 200px;
	}	
}
@media (max-width: 400px){
	.menu-level-2{
		position: relative;
		top: 0px;
		left: 0px;	
		width: 140px;
		padding-right: 0px;
		z-index: 999;
	}
}
@media (max-width: 400px){
	.menu-level-1>li:hover .menu-level-2{
		width: 200px;			
	} 
}

/* Контент Главная - НАЧАЛО  */

.content-wrap{
	width: 100%;	
	max-width: 1920px;
	margin: 0px auto;

	clear: both;	
}
@media (max-width: 1100px) {
	.content-wrap{
		/*width: 1920px;*/
		width: 100%;	
		margin-left: 0px;
	}	
}
.content-pos{
	width: auto;
	max-width: 1920px;
	height: auto;
	padding: 40px 10px 20px 10px;	
}
.content-home-img{
	width: auto;
	max-width: 1920px;
	height: auto;
}
.content-home-img img{
	width: 100%;
	height: auto;
}
.article-1{
	
}
.home-header-wrap-1{
	width: 70%;
	margin-left: 20%;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
}
.home-header-txt{
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.home-header-wrap-1 a{
	color: blue;
}
.home-header-wrap-1 a i{
	font-size: 30px;	
}
.home-slider-1{
	width: 100%;	
}
.home-slider-1-images{
	position: relative;
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.home-slider-1-images a{
	display: block;
}
.home-slider-1 .carousel-item{
	width: 212px;
	height: 230px;
	margin: 0 auto;
}
.home-slider-1 .carousel-item img{
	width: 100%;
	max-width: 212px;
	height: auto;
	max-height: 162px;
	margin: auto; 
}
.home-slider-1 .carousel-item-txt-pos{
	display: table;
	width: 100%;
	height: 68px;	
}
.home-slider-1 .carousel-item-txt{
	display: table-cell;
	padding: 0 5px;
	vertical-align: middle;
	text-align: center;
	background: #fff;
}

.home-header-wrap-2{
	width: 70%;
	margin-left: 20%;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
}
.home-header-wrap-2 a{
	color: blue;
}
.home-header-wrap-2 a i{
	font-size: 30px;	
}
.home-slider-2{
	width: 100%;	
}
.home-slider-2-images{
	position: relative;
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.home-slider-2-images a{
	display: block;
}
.home-slider-2-images a:hover{
	color: #fff;
}
.home-slider-2 .carousel-item{
	width: 212px;
	height: 230px;
	margin: 0 auto;
}
.home-slider-2 .carousel-item img{
	width: 100%;
	max-width: 212px;
	height: auto;
	max-height: 162px;
	margin: auto; 
}
.home-slider-2 .carousel-item-txt-pos{
	display: table;
	width: 100%;
	height: 68px;	
}
.home-slider-2 .carousel-item-txt{
	display: table-cell;
	padding: 0 5px;
	vertical-align: middle;
	text-align: center;
	color: #fff;	
	background: #2C3544;
}
.home-slider-2 .carousel-item-txt span{
	padding-left: 5px;
	color: red;
	text-transform: uppercase;
	font-weight: bold;
}
.home-header-wrap-3{
	width: 70%;
	margin-left: 20%;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
}

.logos-wrap{
	width: 100%; 
	/*height: 240px;*/
	height:auto;
	margin-bottom: 60px;
}
.slider-wrap .logos-wrap{
	width: 100%; 
	height: 200px;
	margin-bottom: 0px;
	
}



.logos-wrap-1{
	width: 100%; 
	height: 240px;
}
.logos-images{
	position: relative;	
	width: 90%;	/* отступы по бокам для стрелок */	
	height: 250px; 	/* или auto */	
	margin: 0 auto;	
}
.logos-images-1{
	position: relative;	
	width: 90%;	/* отступы по бокам для стрелок */	
	height: 250px; 	/* или auto */	
	margin: 0 auto;	
}
.img-item{
	width: 150px; 		/* можно auto или не ставить */	
	height: 250px;	 	/* можно auto или не ставить */
	margin: 0 auto;	/* центрирование картинок между собой */
	background: #fff;	
}
.img-item-pos {
	width: 150px; 
	margin: 0 auto;
	text-align: center;
}
.item-txt-1 {
	width: 100%;
	background: red;
	color: #fff;
	font-size: 12px;
	/*padding: 5px 0;*/
}
.item-txt-2 {
	width: 100%;	
	padding: 10px 0;
	text-transform: uppercase;
	line-height: 0.9;
}
.owl-carousel .owl-item img{
	display: block;
	width: 150px; 	
	margin: 0 auto;	
}
.owl-carousel-1 .owl-item img{
	display: block;
	width: 150px; 	
	margin: 0 auto;	
	 border-radius: 0 0 5px 5px;
}
.owl-carousel .owl-nav.disabled{
	display: block; 	/* видимость стрелок */	
}
.owl-carousel-1 .owl-nav.disabled{
	display: block; 	/* видимость стрелок */	
}
.owl-nav{
	 font-size: 0px !important; /* для удаления текста prev и next */	
}
.owl-prev{
	position: absolute;	
	/*top: 55px;	*/	
	left: -4%;
	width: 60px;
	height: 60px;
	 font-size: 0px !important;
	 background-image: url(../images/under_head_flash_ls.png); 
	 background-repeat: no-repeat; 
}
.owl-next{	
	position: absolute;	
	/*top: 55px;*/	
	right: -4%;	
	width: 60px;
	height: 60px;
	 font-size: 0px !important;
	 background-image: url(../images/under_head_flash_rs.png); 
	 background-repeat: no-repeat; 
}


.slider-wrap .owl-prev,.slider-wrap .owl-next{
    top: 55px;
}


/*Контент Главная - КОНЕЦ */

/* <footer> НАЧАЛО */

#footer{	
	width: 100%;	
	margin: 0px auto;
	font-size: 15px;
	line-height: 1.2; 	
}
.footer-wrap{	
	position: relative;
	width: 100%;	
	max-width: 1920px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	font-size: 15px;
	color: #fff;
	background-color: #2C3544;	
	 border-radius: 5px 5px 0 0;
}
@media (max-width: 1100px){
	.footer-wrap{
		margin-left: 0px;		
	}	
}
.footer-wrap a{
	color: #fff;
}	
.footer-wrap a:hover{
	color: #fff;
}
.footer-pos{
	width: auto;
	max-width: 1920px;
	height: auto;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.footer-left{
	float: left;
	width: 20%;	
	margin-right: 20px;
	margin-bottom: 15px;	
}
@media (max-width: 700px){
	.footer-left{
		margin-left: 0px !important;
	}
}
@media (max-width: 300px){
	.footer-left{
		float: none;
		width: 90%;			
	}
}
.footer-left-txt{
	font-weight: bold;
	margin-bottom: 10px;
	color: white;
}
.footer-left a{
	display: block;
	margin-bottom: 6px;
}
.footer-right{
	float: right;
	width: 20%;	
	margin-bottom: 15px;	
}
@media (max-width: 700px){
	.footer-right{
		float: left;
		width: 48%;			
	}
}
@media (max-width: 300px){
	.footer-right{
		float: none;
		width: 90%;			
	}
}
.footer-right-txt-1{
	font-weight: bold;
	margin-bottom: 10px;
}
.footer-right-txt-2{
	margin-bottom: 10px;
}
.footer-right a{
	display: block;
	margin-bottom: 6px;	
}


/* <footer> КОНЕЦ */
.left_side{
	float:left; 
	width:350px; 
	margin-right: 16px;
}
.center_side{	
	float: left;
/*	overflow: hidden;*/
	width: 54%;
	/*padding: 0 10px;*/
}
@media (max-width: 1400px){
	.left_side {
		width: 19%;
	}
	.center_side {		
		width: 59%;
	}
}
@media (max-width: 800px){
	.left_side {		
		float: none;
		width: 90%;
		max-width: 350px;
		margin: 20px auto  0 auto;
	}
	.center_side {		
		clear: both;
		float: none;
		width: 90%;
		margin: 20px auto;
	}
	
}
.center_side-top {	
	height: auto;
	min-height: 100px;
}
.center_side-bottom {	
	margin: 30px 0 0 0;
	color: #22252d;
    font-family: 'Open Sans', sans-serif; 	
	font-size: 16px; 
	line-height: 1.2; 
	text-align: left;	
}
.right_side{
	float:right; 
	/* width:350px; */
	width: 24%;
	margin: 0 0 0 16px;	
}
@media (max-width: 1400px){
	.right_side {
		float: left;
		max-width: 19%;		
	}
}
@media (max-width: 1800px){
	.right_side {
		float: left;
		max-width: 19%;		
	}
}
@media (max-width: 1500px){
	.right_side {
		float: left;
		max-width: 18%;		
	}
}
@media (max-width: 1100px){
	.right_side {
		clear: left;
		float: none;		
		margin: 0;	
		width: 98%;
		max-width: 98%;
		/* text-align: center; */
	}
}
/* карточка товара */
.center_side_top_one {
	width:100%; 
	height:100%; 
	padding: 30px 0px 0px 0px;
}
.top_one_left {
	float: left; 
	width:366px;
	margin-bottom:40px;
}
.top_one_right {
	overflow: hidden; 
	margin-bottom:0px;
}
.center_side_comments {
	width:100%; 
	margin: 20px 0 0 0;
}

.mark_mobile{
	      display:none;
	}


@media (max-width: 1200px){
	.top_one_left {
		float: none; 		
		margin: 0 auto 40px auto;
	}
	.top_one_right {
		float: none; 
		overflow: none; 
		margin: 0 auto ;
	}
	
	
	.mark_base{
	      display:none
	}
	
	.mark_mobile{
	      display:block
	}
	
}
@media (max-width: 400px){
	.top_one_left {			
		width: 100%;
	}
}




/* главное меню*/

@media (max-width: 1200px) {
    .menu-item-1{
	    max-width: 123px;
    }
     .menu-item-2{
	        max-width: 125px;
    }
     .menu-item-3{
	       max-width: 186px;
    }
     .menu-item-4{
	       max-width: 132px;
    }
     .menu-item-5{
	       max-width: 192px;
    }
     .menu-item-6{
	      max-width: 100px;
    }
   
     .menu-item-7{
	     max-width: 100px;
    }
    
}
@media (min-width: 1201px) {
    
    
    
    .menu-item-1{
	    max-width: 16%;
    }
     .menu-item-2{
	        max-width: 15%;
    }
     .menu-item-3{
	      max-width: 17%;
    }
     .menu-item-4{
	      max-width: 11%
    }
     .menu-item-5{
	       max-width: 16%;
    }
     .menu-item-6{
	      max-width: 8%;
    }
   
     .menu-item-7{
	     max-width: 25%;
    }
    
}

.auto-slider-name-label{
        color: #22252d;
    font-family: 'Open Sans',sans-serif;
    letter-spacing: 0.1px;
    font-size: 13px;
    font-weight: 600;
    
}


.auto-slider-price-label{
      color: #22252d;
    font-family: 'Open Sans',sans-serif;
    letter-spacing: 0.1px;
        font-size: 13px;
}

.autosonmain-is_stock_label{
    width: 130px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: white;
    background-color: #EC1E22;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Tahoma, Arial;
    font-size: 9px;
}
.autosonmain-is_stock_label2{
    width: 130px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: white;
    background-color: #2c3544;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Tahoma, Arial;
    font-size: 9px;
}


.slider_in_order{
    
    line-height: 20px;
    text-align: center;
    color: white;
    background-color: #2c3544;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Tahoma, Arial;
    font-size: 9px;
	 border-radius: 5px 5px 0 0;
}
.slider_is_stock{
  
    line-height: 20px;
    text-align: center;
    color: white;
    background-color: #599855;/*#EC1E22*/;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Tahoma, Arial;
    font-size: 9px;
}

.auto-list-item--label.slider_is_stock{
  
   
    color: white;
    background-color: #599855;/*#EC1E22*/;
   
}




.slider_is_path_label{

    line-height: 20px;
    text-align: center;
    color: white;
    background-color: #759fcb;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Tahoma, Arial;
    font-size: 9px;
}



/*
старое---------------------
*/


.catalog_tabs{
	margin-left: 32px;
	 margin-top: 5px;
	        margin-bottom: 20px;
}

@media (min-width: 580px){
    .catalog_tabs.catalog_tabs__moto a.catalog-tab-item-wrap{
        width: 23.3%;    
        margin-right: 6px;
    }
}



.catalog-tab span {
	    line-height: 1;
    display: inline-block;
        vertical-align: middle;
	
	 font-size: 13px;
    /* padding: 12px; */
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Tahoma, Arial;
    
}



.catalog-tab {
    width: 86%;
    height: 100%;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    max-width: 160px;
    
    background-image: url(/images/auto_tab_unactive.png);
    
    display: block;
   text-align: center;
    
        line-height: 33px;
	
	
	    background-position-x: center;
	
	
}

.catalog-tab--active {
	background-image: url(/images/auto_tab_active.png);
	
	
}


.catalog-tab-item-wrap {
   
    /*display: inline-block;*/
    float: left;
    
}


a.catalog-tab-item-wrap:hover{
	text-decoration: none;
	
}
a.catalog-tab-item-wrap{
        width: 33.3%;
    height: 110px;
}

.catalog_tabs{
	margin-left: 32px;
	 margin-top: 5px;
	        margin-bottom: 20px;
}


.catalog-tab span {
	    line-height: 1;
    display: inline-block;
        vertical-align: middle;
	
	 font-size: 13px;
    /* padding: 12px; */
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Tahoma, Arial;
    
}





.auto-list-item--left_side{
	float: left;
	width: 200px;
	height: 200px;
	
	margin-right: 13px;
}



.auto-list-item--label{
    height: 30px;
    text-align: center;
    line-height: 30px;
    /* line-height: 1; */
    /* display: inline-block; */
    vertical-align: middle;
    font-size: 13px;
    /* padding: 12px; */
    color: white;
    background-color:  #ED1E24;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Tahoma, Arial;
}


.auto-list-item--cost{
	
	float: left;
    height: 25px;
    width: 200px;
    line-height: 25px;
    background-color: #F1F1F1;
        margin-top: 5px;
}

.auto-list-item--cost font{
	    margin-left: 5px;
    font-size: 14px;
}

.auto-list-item--cost-value{
	    font-weight: bold;
}


.auto-list-item--title a{
	font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #F11E25;
}


.auto-list-item--title a:visited {
    color: #F11E25;
}

.auto-list-item--title a:hover{
	
	text-decoration: none;
}

.auto-list-item--title{
	   /* height: 30px;*/
    line-height: 30px;
}


.car-item-list-fielslist--value {
    font-weight: 600;
    /* font-style: italic; */
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.auto-list-item--more-link{
	    margin-top: 18px;
    display: inline-block;
    font-size: 16px;
    text-decoration: underline;
    font-style: italic;
    color: #82B5E0;
}


.auto-list-item--label--in-path{
	background-color: #759fcb;
}


.auto-list-item--label--in-order{
   background-color: #252525;
   
    line-height: 13px;
    vertical-align: middle;
}
.auto-list-item--label--in-order span{
  
    color: white;
    line-height: 13px;
   font-size: 11px;
}



.auto-list-item--label--in-abh{
   /*font-size: 11px;
    background-color: #F1F1F1;
    line-height: 14px;
    color: black;*/
   
    /* line-height: 20px;*/
    text-align: center;
    color: white;
    background-color: #2c3544;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Tahoma, Arial;
   font-size: 10px;
    line-height: 13px;
}
.auto-list-item--label.auto-list-item--label--isstock{
    background-color: #599855;
}

.cwtrn-item {
   
	margin:0px 0px 30px 0px;
	
	padding:20px; 
}

.cwtrn-item-img{
	float: left;	
} 

.cwtrn-item-img+.cwtrni-wrap{
	margin-left: 110px;
}

.news-one-images{
	width: 100%;
	margin-top: 20px;
}

.news-one-images a.news_pic{
	display: inline-block;
}

.cwtrn-item-info {
	overflow:hidden;
	border-bottom:1px solid rgba(0,0,0,0.2);
}
.cwtrn-item-author {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	padding:5px 0px;
	float:left;
	font-weight:bold;
}
.cwtrn-item-city {
}
.cwtrn-item-date {
	padding:5px 0px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:rgba(0,0,0,0.5);
}
.cwtrn-item-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}



.cwrtcswraf-textarea {
	width: 450px;
	
}

.cwrtcswraf-input {
	width: 450px;
}

#cwrtcswr-addreview-form {
    transition: all 0.2s linear 0s;
	padding:20px 0px;
	margin:20px 0px 0px 0px;
}



#comments-form #Comments_user_name {
    background: none repeat scroll 0 0 #ffffff;
    border: medium none;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    padding: 4px 4px 5px;
	display:table;
    position: relative;
    top: 1px;
	margin:0px 0px 20px 0px;
	max-width: 600px;
    width: 100%;
    transition: all 0.2s linear 0s;
}
#comments-form #Comments_city {
    background: none repeat scroll 0 0 #ffffff;
    border: medium none;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    padding: 4px 4px 5px;
	display:table;
    position: relative;
    top: 1px;
	margin:0px 0px 20px 0px;
	max-width: 600px;
    width: 100%;
    transition: all 0.2s linear 0s;
}

#comments-form #Comments_user_city {
    background: none repeat scroll 0 0 #ffffff;
    border: medium none;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    padding: 4px 4px 5px;
	display:table;
    position: relative;
    top: 1px;
	margin:0px 0px 20px 0px;
	max-width: 600px;
    width: 100%;
    transition: all 0.2s linear 0s;
}
#comments-form #Comments_text {
    background: none repeat scroll 0 0 #ffffff;
    border: medium none;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    padding: 4px 4px 5px;
	display:table;
    position: relative;
    top: 1px;
	max-width: 600px;
    width: 100%;
	height:200px;
	margin:0px 0px 20px 0px;
    transition: all 0.2s linear 0s;
}
.row {
	margin:0px 0px 20px 0px;
}
.cwcbccif-label {
	display:block;
	float:left;
}
#comments-form #yw0 {
	margin:0px 0px 0px 10px;
	height: 52px;
}
#comments-form #Comments_verifyCode {
    background: none repeat scroll 0 0 #ffffff;
    border: medium none;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    padding: 4px 4px 5px;
    position: relative;
	float:left;
    top: 1px;
    transition: all 0.2s linear 0s;
    width: 30px;
        width: 64px;
    height: 40px;
}




.cwtl-news-item em{
        font-style: normal;
	font-size: 12px;
    font-style: italic;
}
.cwtl-news-item{
        margin-bottom: 32px;
}


.cwtr3-inner h2 a{
    font-size:20px;
}

.cwtlni-text,.review_text{
    font-size:16px;
	line-height: 1.5;
    letter-spacing: 0.1px;
	margin-bottom: 10px;
}



.cwtr3-inner h2 a{
		font-family:"Open Sans", sans-serif;
		font-size:20px;
		color: #4088b8;
}
.cwtr3-inner h2 {
		font-family:"Open Sans", sans-serif;
		font-size:20px;
		color: #4088b8;
}

.review_title{
	 color: #4088b8;
	 font-family: 'Open Sans',sans-serif;
	 letter-spacing: 0.1px;
	 font-size: 16px;
	 line-height: 1.2;
	 text-align: left;
}



.review_text{
	font-style: italic;
}


.cwtr3-inner {
	padding:7px 0px 0px 0px;
	margin:0px 12px;
	    margin-bottom: 30px;
}


.auction_list_table{
	width:100%;
}

.auction_list_table tr td{
	vertical-align: top;
	    padding-bottom: 18px;
	        padding-left: 10px;
    padding-right: 10px;
}



.cwtrn-item .cwtrn-item-text img{
    margin-right:10px;
    margin-top:10px;
    float:left;
}


.cwtrni-text{
	font-size:16px;
	line-height: 1.5;
    letter-spacing: 0.1px;
	margin-bottom: 10px;
}
/*
.cwtl-news-item h3{
     line-height: 1.5;
}*/


.cwtr-news table td{
   border: 1px solid black;
    vertical-align: middle;
    text-align: center;
}
.cwtr-news{
	font-size:20px;
	line-height: 1.5;
    letter-spacing: 0.1px;
	margin-bottom: 10px;
}

.cwtr-news p, .cwtr-news a{
	font-size:20px;
	line-height: 1.5;
    letter-spacing: 0.1px;
}
.cwtr-news p{
	margin-bottom: 25px;
}

/*-----старые------*/


.table_global {
     margin-top: 0px; 
    width: 1000px!important;
   
    margin: auto;
}


/*пункты списка*/
@media (max-width: 800px) {
    .auto-list-item--left_side {
	
	width: 100%;
	height: auto;
	margin-right: 13px;
    }
    
    
    .auto-list-item--label{
        line-height: 30px!important;
    }
    
    .auto-list-item--left_side  img{
	width: 100%;
	height: 100%;
    }
    
    div.part_filter__wrap{
        margin-left:0px;
    }
    
 div.auto-list{
   
    margin-left:0px;
}
    
    .auto-list-item--cost{
	width: 100%;
    }
    
    
    .auto-list-item--info_side{
	float: left;
    margin-top: 7px;
    }
    
    .auto-list-item--title {
	height: auto;
    }
    
    
    .auto-list-item--label--in-abh{
	line-height:30px;
    }
}
.contact-wrap {
	width: 100%;
}
.contact-top {
	width: 100%;
	
}
.contact-bottom {
	width: 100%;
	margin: 30px 0 0 0;
}
.contact-left {
	float: left;
	width: 50%;
}
@media (max-width: 660px){
	.contact-left {
		width: 100%;
	}
}
.contact-txt-pos {
	padding: 0 5px 0 0;
}
.contact-txt-title {
font-weight: bold; 
}
.contact-txt {
	font-size:16px;
	line-height: 1.5;
    letter-spacing: 0.1px;
	
	margin: 0 0 20px 0;
}
.contact-line {
	width: 100%;
	height: 5px;
	margin: 50px 0 70px 0;
	border-bottom: 1px solid grey;
}
 
.slider_complite_order{
    			        font-size: 13px;
    /* padding: 12px; */
    color: white;
    background-color: #ED1E24;
}

@media (max-width: 1062px and min-width: 800px){
    
    .catalog-tab-item-wrap {
	float:none;
    }
    
    .catalog-tab{
    
    margin:auto;
    
    }
}


@media (max-width: 580px){
    
    a.catalog-tab-item-wrap{
        width: 100%;
    
    }
    .catalog-tab{
	margin: auto;
    }
}




.auto-list-item {
    height: auto;
    width: 100%;
    display: inline-block;
}

.auto-list .auto-list-item {
    
    margin-bottom: 40px;
}

.auto-list{
    /* margin-top: 40px;*/
  /*  margin-left:33px;*/
}

.spoiler{
    display:none;
}

.spoiler_controll a{
        font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1px;
    margin-bottom: 10px;
    color: #ed1e23;
    
}


.auto-one-item--label.auto-list-item--label--in-order{
        line-height: 30px;
        text-aling-center;
}

.auto-one-item--label.auto-list-item--label--in-abh{
       line-height: 30px;
    font-size: 13px;
}



 .part_filter__wrap{
        
       float: left;
    padding: 20px;
   /* width: 100%;*/
    margin-bottom: 42px;
    background-color: #f1f1f1;
    margin-left:33px;
    }
    
    .parts-filter-item{
        float: left;
    width: 50%;
    margin-bottom: 14px;
    }
    
    .parts-filter-item label{
        
    }
    
    .parts-filter-item input{
         
         width:80%;
	     height: 22px;
    }
    
    
    .parts-filter-button-submin{
      
            border: none;
            color: white;
            background-color: #ed1e23;
            width: 124px;
            height: 34px;
            font-size: 16px;
            text-transform: uppercase;
            margin-top: 14px;
   
    }
    
    
    .parts-filter-button-reset{
    
            border: none;
            color: white;
            background-color: #c1bfbf;
            width: 197px;
            height: 34px;
            font-size: 16px;
            text-transform: uppercase;
    
    }
    
    .parts-filter-inputs_wrap{
        float: left;
    width: 100%;
        
    }
    
    
    .auto-analog-slider--label.auto-list-item--label--in-order{
        line-height: 30px;
  
    font-size: 11px;
    }
    
    
    div.slider-in-stock.auto-list-item--label--in-path{
        line-height: 20px;
    text-align: center;
    color: white;
    background-color: #759fcb;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Tahoma, Arial;
    font-size: 9px;
    }
    
    
    
    #Comments_row_id {
    background: none repeat scroll 0 0 #ffffff;
    border: medium none;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    padding: 4px 4px 5px;
    display: table;
    position: relative;
    top: 1px;
    margin: 0px 0px 20px 0px;
  
    transition: all 0.2s linear 0s;
       max-width: 600px;
    width: 100%!important;
  
}



#Comments_row_id+.select2.select2-container
{
         margin-bottom: 19px;
}

.cwtrn-item-info .comment_url{
           font-size: 20px;
	   
	      font-size: 20px;
      font-family: 'Open Sans',sans-serif;
    letter-spacing: 0.1px;
    font-size:20px;
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}


.review_title .comment_url{
          
	   
	      color: #4088b8;
    font-family: 'Open Sans',sans-serif;
    letter-spacing: 0.1px;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    font-weight: bold;
    text-decoration: underline;
}

.right_side .cwtr3-inner{
       padding:0px;
}



.right_side .cwtr3-inner h2
{
           position: relative;
    top: -2px;
}


.review-auto-selector-window{
       width: 588px;
    height: 490px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: none repeat scroll 0 0 #ffffff;
    border: medium none;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    padding: 20px;
    padding-right: 0px;
    z-index: 9999;
    
    display: none;
}

.review-auto-selector-wrap {
   width: 588px;
    height: 381px;
    overflow-y: scroll;
}


.ras-item {
    width: 32.3%;
    display: inline-block;
    text-align: center;
    
      cursor: pointer;
  
    height: 130px;
    vertical-align: top;
}

    .rasi-img-wrap {
    display: inline-block;
    width: 100%;
  
}

.review-auto-selector-window-title{
     font-size: 20px;
    text-transform: uppercase;
    padding-right: 20px;
    margin-bottom: 17px;
}

.review-auto-selector-window-close{
       float: right;
       color:red;
       cursor: pointer;
}


.rasi-label.rasi-label-empty{
           line-height: 95px;
    font-weight: bold;
}


.review-auto-selector-botton{
       text-decoration: underline;
}


.review-auto-selector-preview-wrap{
       
    margin-bottom: 10px;
}

.rasi-img-wrap{
        margin-top: 10px;
}

.review-auto-selector-window-search-input{
       
}

.review-auto-selector-window-search-button{
    margin-top: 22px; */
    border: none;
    color: white;
    background-color: #ed1e23;
    width: 26%;
    height: 35px;
    font-size: 16px;
    /* padding: 13px 16px 13px 16px; */
    /* color: #fff; */
    text-transform: uppercase;
    /* float: right; */
    /* margin-bottom: 47px; */
    display: inline-block;
    border: 0;
    cursor: pointer;
    
    
}


.review-auto-selector-window-search-input{
        width: 69%;
    height: 28px;
    padding-left: 1%;
    display: inline-block;
}


.review-auto-selector-window-search{
           margin-bottom: 15px;
}


.rasi-label {
    width: 154px;
    text-align: center;
    margin: auto;
}



.review-auto-selector-preview-wrap .rasi-label{
        margin: 0;
	 text-align: left;
}

.rasi-img-wrap img{
       width: 118px;
}

@media (max-width:700px) {
       .review-auto-selector-window{
	      width: 100%;
	   height: 100%;
	       padding-top: 70px;
       }
       
       
       .review-auto-selector-window-search {

    padding-right: 40px;
}
       
       .review-auto-selector-window-search-input {
	      width: 100%;
	     
	      padding-left:0 ;
	     
       }
       
       
       .review-auto-selector-window-search-button{
	      width: 100%;
       }
       
       .review-auto-selector-wrap {
	      width: 92%;
	      height: auto;
	      overflow-y: scroll;
	      /* padding-right: 52px; */
	      
	      
	          position: absolute;
    top: 91px;
    bottom: 0;
	      
	  }
	  
	  
	  
	  
	  .ras-item{
	      width: 100%;
	      height: auto;
	      margin-bottom: 20px;
	  }
	  
	  .rasi-img-wrap img {
	      width: 100%;
	  }
	  
	  .rasi-label {
	      width: 100%;
	      text-align: center;
	      margin: auto;
	          font-size: 24px;
	  }
       
}



#btn_cwrtcswr-addreview{
    
 
    color: white;
    background-color: #ed1e23;
  /*  width: 180px;
    height: 46px;*/
    font-size: 16px;
   
    text-transform: uppercase;
    margin-left: 20px;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    
        padding-left: 12px;
    padding-right: 12px;
}

.center_side #cwrtcswr-addreview-form{
           margin-left: 20px;
}



.one-auto-comment-wrap{
       margin-top: 16px;
}



.one-auto-comment-left-subwrap,.one-auto-comment-right-subwrap{
           display: inline-block;
    width: 49%;
    
   vertical-align: top;
}

.one-auto-comment-footer-subwrap{
        display: inline-block;
    width: 100%;
}



.one-auto-comment-wrap #Comments_user_name,.one-auto-comment-wrap #Comments_user_city{
  
   
    max-width: 100%;
    width: 45%;
    
     
  
   
}


.one-auto-comment-wrap #Comments_user_name.error,
.one-auto-comment-wrap #Comments_text.error,
.one-auto-comment-wrap #Comments_user_city.error,
.one-auto-comment-wrap #Comments_verifyCode.error{
       
      background-color:#f5d8da;
}



.one-auto-comment-field_wrap{
     margin: 0px 0px 20px 0px;     
}
 

#Comments_user_name{
           margin-right: 2%;
}

.one-auto-comment-wrap #Comments_text{
 
    max-width: 100%;
   

     height:73px;
     width:100%;
       
}


.one-auto-comment-wrap #yw0{
           float: left;
	   margin:0px;
	 height: 37px;
   
}

.one-auto-comment-input{
          border: medium none;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    padding: 4px 4px 5px;

    transition: all 0.2s linear 0s;
    display: inline-block;
}


.one-auto-comment-wrap #Comments_verifyCode{
           float: right;
        width: 38px;
        height: 28px;
	top:0px;
}


.one-auto-comment-capthca-wrap{
         display: inline-block;
  
    vertical-align: middle;
   
  
}


#Comments_verifyCode{
   
      border: medium none;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    padding: 4px 4px 5px;

    transition: all 0.2s linear 0s;
    display: inline-block;
    
    
    margin-left: 5px;
    max-width: 100%;
}

@media (max-width:800px) {
       
       .center_side-slider {
		max-width: 1080px !important;
	   }
       .one-auto-comment-left-subwrap,.one-auto-comment-right-subwrap{
	      width:100%;
       }
       
      .one-auto-comment-wrap #Comments_text{
	   width:100%;
       }
       
       .one-auto-comment-wrap #Comments_user_name,.one-auto-comment-wrap #Comments_user_city{
	      width:100%;
       }
       
       
       
       .one-auto-comment-wrap #Comments_user_name,.one-auto-comment-wrap #Comments_user_city{
  
   
   
    
        margin-bottom: 15px;
  
   
}

}



.one-auto-comment-rules-wrap{
       margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}


.one-auto-comment-submit{
       background-image: url(/images/green_button.png);
    width: 230px;
    height: 43px;
    border: 0px;
    background-color: white;
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    text-transform: uppercase;
    float:right;
        margin-top: 20px;
}


.cwtrn-item.cwtrn-item-answer {
      margin-top: 0px;
    /* border-left: 10px solid #ed1e23; */
    padding-top: 9px;
    
}


.cwtrn-item.cwtrn-item-answer .cwtrn-item-info{
       color:#ed1e23;
           font-style: normal;
}

.rewiew-answer-link{
       margin-top: 10px;
    margin-bottom: 15px;
}

.review-answer-label{
       font-weight: bold;
}

.review-answer-wrap{
           margin-bottom: 40px;
	   display: none;
}

.reviews-answer-cansel{
       color:red;
}


.to-answer{
       font-weight: bold;
       cursor: pointer;
}

.right_side .review_text{
       word-break: normal;
}

@media (min-width:1700px) {
       
       .center_side {

			padding: 0 80px;
		   width: 45%;
		}


}


@media (max-width: 490px) {
	.owl-carousel-1 .img-item,.img-item{
		width: 100%;
    	height: auto;			
	}
	.owl-carousel-1 .img-item .img-item-pos{
		width: 100%;			
	}

	.owl-carousel-1 .owl-item img{
		width: 100%;
	}

	.slider-wrap .logos-wrap,.slider-wrap .logos-images,.slider-wrap .img-item,
	.slider-wrap .logos-wrap-1,.slider-wrap .logos-images-1,.slider-wrap .img-item
	
	{
	 height: auto;
	}
	
	.slider-wrap .owl-prev, .slider-wrap .owl-next {
		bottom: 0;
		top: 0;
		margin: auto;
	}

}

.center_side-slider {
	max-width: 855px;
    height: 150px;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 16px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
	margin-bottom: 15px;
}

.center_side-slider::-webkit-scrollbar {
  display: none;
}

.center_side-slider-block {
	display: flex;
    flex: 0 0 248px;
	max-width: 275px;
    border-radius: 5px;
	background-image: url("/images/japan_slider_back.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 12px;
	text-decoration: none;
}

.center_side-slider-block.china {
	background-image: url("/images/china_slider_back.png");
}

.center_side-slider-block.korea {
	background-image: url("/images/korea_slider_back.png");
}

.center_side-slider-block-titlebtn {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.center_side-slider-block-title {
	font-family: Open Sans;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.1px;
}

.center_side-slider-block-btn {
	width: 36px;
	height: 36px;
	background-color: #000000;
	border-radius: 15px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	outline: none;
}


@media (min-width:770px) {
	.center_side-slider {
		max-width: 1080px !important;
		justify-content: space-between;
	}
}

@media (max-width:700px) {
	.center_side-slider-block {
		flex: 0 0 200px;
		padding: 22px;
	}

	.center_side-slider {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		height: fit-content;
	}
}

@media (max-width:700px) {
	.center_side-slider-block {
		flex: 0 0 170px;
	}
}

.banner-block {
    position: relative;
    width: 100%;
    height: 400px;
    background-image: url(/images_new/fujiyamabanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	margin-bottom: 25px;
}

.banner-block-info {
    position: relative;
    height: fit-content;
    padding: 20px 0px 0px 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 2; 
}

.banner-block-info h1 {
    font-size: 30px;
    font-weight: 700;
    color: #2C3544;
    text-transform: initial;
    margin: initial !important;
}

.banner-block-info span {
    font-size: 30px;
    color: #ED1E23;
}

.banner-block-info p {
    font-size: 20px;
    color: #2C3544;
    line-height: 140%;
    margin: initial !important;
}

.banner-block-button {
    width: 330px;
    height: 60px;
    background-color: #ED1E23;
    border-radius: 8px;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    position: absolute;
    bottom: 60px;
    left: 20px;
    cursor: pointer;
    z-index: 1000;
    flex-direction: column;
    justify-content: center;
}

.banner-block-button h4 {
    font-size: 20px;
    color: white;
}

.banner-block-button p {
    font-size: 18px;
    color: white;
    padding: initial;
    margin: initial;
}

.little-block {
    width: 90%;
	background: #ffffffa3;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    position: absolute;
    left: 20px;
	bottom: 140px;
    justify-content: space-between;
}

.little-block-item {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    flex-direction: row;
}

.little-block-text h3 {
    font-size: 16px;
    color: #2C3544;
    font-weight: 700;
}

.little-block-item p {
    margin: initial !important;
    font-size: 14px;
    color: #012559;
}

.little-block-item svg {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
}

.little-block-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.modal-overlay-banner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000; 
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	padding: 16px;
	box-sizing: border-box;
}

.modal-overlay-banner.active-banner {
	opacity: 1;
	visibility: visible;
}

.modal-form-banner {
	width: 30%;
    min-width: 570px;
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
}

.modal-form-banner *, 
.modal-form-banner *::before, 
.modal-form-banner *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.modal-close-banner {
	position: absolute;
	top: 16px;
	right: 20px;
	background: none;
	border: none;
	font-size: 28px;
	color: #a0aec0;
	cursor: pointer;
	z-index: 10;
	line-height: 1;
}

.modal-close-banner:hover {
	color: #0f1c3f;
}

.modal-content-banner {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.form-col-banner {
	padding: 40px;
	display: flex;
	flex-direction: column;
}

.badge-banner {
	display: inline-block;
	align-self: flex-start;
	background-color: #0066cc;
	color: white;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 14px;
	border-radius: 20px;
	margin-bottom: 16px;
}

.title-banner {
	color: #2C3544;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 12px;
}

.description-banner {
	color: #6c757d;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 24px;
}

.form-inputs-block-banner {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.form-input-banner {
	width: 100%;
	padding: 16px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	font-size: 15px;
	color: #333;
	outline: none;
	background-color: #ffffff;
	transition: border-color 0.2s;
}

.form-input-banner::placeholder {
	color: #a0aec0;
}

.form-input-banner:focus {
	border-color: #0066cc;
}

textarea.form-input-banner {
	resize: vertical;
	min-height: 80px;
}

.submit-btn-banner {
	width: 100%;
	background-color: #ED1E23;
	color: white;
	border: none;
	padding: 16px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	margin-top: 4px;
	transition: background-color 0.2s;
}

.submit-btn-banner:hover {
	background-color: #cc1414;
}

.agreement-banner {
	color: #718096;
	font-size: 11px;
	text-align: center;
	line-height: 1.4;
	margin-top: 12px;
}

.features-col-banner {
	padding: 0px 40px 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.feature-item-banner {
	display: flex;
	align-items: center;
	gap: 16px;
}

.feature-item-banner svg {
	width: 32px;
	height: 32px;
	fill: #0f1c3f;
	flex-shrink: 0;
}

.feature-item-banner div {
	color: #0f1c3f;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}


@media (max-width: 768px) {
	.modal-form-banner {
    	width: 90%;
		min-width: initial;
	}

	.modal-content-banner {
		flex-direction: column;
	}

	.title-banner {
		font-size: 22px;
	}

	.feature-item-banner div {
    color: #0f1c3f;
    font-size: 12px;
	}

	.feature-item-banner {
		gap: 6px;
	}

	.modal-close-banner {
		font-size: 38px;
	}
}


@media (max-width: 1300px) {
	.header-top {
		height: 80px;
	}

	.banner-block {
		height: 330px;
	}

	.banner-block-info h1 {
		font-size: 22px;
	}

	.banner-block-info span {
    	font-size: 22px;
	}

	.banner-block-info p, .banner-block-button h4 {
		font-size: 16px;
	}

	.little-block {
		bottom: 110px;
	}

	.little-block-text h3, .banner-block-button p {
		font-size: 14px;
	}

	.little-block-item p {
		font-size: 13px;
	}

	.banner-block-button {
		height: 50px;
		bottom: 20px;
	}

	.little-block-item svg {
		flex-shrink: 0;
		width: 25px;
		height: 25px;
	}
}

@media (max-width: 770px) {
	.banner-block-button {
		bottom: 10px;
	}
	
	.little-block {
        bottom: 90px;
    }
}