﻿*, *:before, *:after {
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
                box-sizing:border-box;
}

body { 
    background-color: rgba(255,255,255);
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin:0;
    font-size:100%;
    line-height:1.125em;
	overflow-x: hidden
}

a {
	text-decoration:none;
}

a:hover {
	transition-duration: .5s;
}



/*********************************************************************************/
/*********************************************************************************/
/* Шапка */
/*********************************************************************************/
/*********************************************************************************/
/************Родительский блок: Шапка****************/
.header {
	background-color:#ffffff;
}
/******************************************/
/************Основная шапка**************/
/******************************************/
.CommonHead  {
	min-height:440px;
	background-image: url(/assets/verstkaMKSM/images/topBanner.jpg);
	padding:85px 0 0 0;
}

/********************Блок с меню**********************/

.MenuContainer {
	position:relative;
}


.topHead {
	min-height:85px;
	background-color: rgba(0, 0, 0, 0.5);
	
	left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
}

.topHeadLogo {
	min-height:85px;
	width:20%;
	float:left;
}

.topHeadLogo a:hover>.topHeadLogoRectangle>p>span{
	color:#ff0000;
	transition-duration: .9s;
}

.topHeadLogoH {	
	min-height:85px;
	width:20%;
	float:left;
	background-color:#ffcd00;
}

.topHeadLogoH a {
	display:block;
	background-color:#ffcd00;
}

.topHeadLogoH a:hover>.topHeadLogoRectangleH {
	background-color:#005297;
	transition-duration: .9s;
}

.topHeadLogoH a:hover>.topHeadLogoRectangleH >p {
	color:#fff;
}

.topHeadLogoH a:hover>.topHeadLogoRectangleH >p>span {
	color:#ffcd00;
}

.topHeadLogoRectangle {
	min-height:85px;
	width:74%;
	float:left;
	background-color:#ffcd00;
}

.topHeadLogoRectangle a{
		text-decoration:none;
		color:#212121;
	}

.topHeadLogoRectangle a:hover {
		color:#005297;
	}

.topHeadLogoRectangle a>span:hover{
		color:#002d52;
		transition-duration: .5s;
	}

.topHeadLogoRectangle span {
		color:#005297;
		font-weight:400;
}
.topHeadLogoRectangle p {
		color:#212121;
		text-align: right;
		font-weight:400;
		margin:0;
		line-height:1.2;
	}

	
.topHeadLogoRectangleH {
	min-height:85px;
	width:100%;
	float:left;
}

.topHeadLogoRectangleH a{
		text-decoration:none;
		color:#212121;
	}

.topHeadLogoRectangleH a:hover {
		color:#005297;
	}

.topHeadLogoRectangleH a>span:hover{
		color:#002d52;
		transition-duration: .5s;
	}

.topHeadLogoRectangleH span {
		color:#005297;
		font-weight:400;
}
.topHeadLogoRectangleH p {
		color:#212121;
		text-align: center;
		font-weight:400;
		margin:0;
		line-height:1.2;
	}


.topHeadLogoTriangleR {	
	width: 0;
	height: 0;
	border-top: 42px solid transparent;
	border-left: 40px solid #ffcd00;
	border-bottom: 43px solid transparent;
	float:left;
}


.top-form {
	background: #fff none repeat scroll 0 0;
    border: 2px solid #324b4e;
    border-radius: 10px;
    height: 80px;
	width:370px;
	opacity: 0.9;
    outline: medium none;
    padding-left: 15px;
    position: relative;
    transition: all 0.3s linear 0s;
}

.TopForm .inputtop{
	background: #fff none repeat scroll 0 0;
    border: 2px solid #324b4e;
    border-radius: 10px;
	opacity: 0.9;
	width:370px;
    outline: medium none;
    padding-left: 15px;
    position: relative;
    transition: all 0.3s linear 0s;
}

.inputtopsubmit:hover {
	background-color:#fff;
	opacity: 0.9;
	cursor:pointer;
}
.inputtopsubmit {
	width:150px;
}

.inputtopsubmit:focus {
	background-color:#fff;
	opacity: 0.9;
	cursor:pointer;
	width:150px;
}


.TopForm  input:focus {
	width:370px;
}

.TopForm {
	margin:0;
}

.TopForm h3 {
color:#ffcd00;
}

.topHeadMenu {
	min-height:60px;
	float:left;
}

.topHeadMenuCont {
	min-height:43px;
}

.topHeadMenuContPhone {
	float:left;
	min-height:43px;
	position:relative;
}

.fa-volume-control-phone {
	color:#ffcd00!important;
}

.fa-circle {
	color:#ffcd00;
}

.phonNumb {
	color:#ffd940;
	margin: 0;
	position:absolute;
}

.topHeadMenuContAdr {
	float:left;
	min-height:43px;
	text-align: center;
}

.topHeadMenuContAdr p {
	margin:0;
	color:#fff;
}

.topHeadMenuContAdr i{
	color:#ffcd00;
	padding: 0 5px 0 0;
}


.topHeadMenuContSearch {
	float:left;
	min-height:43px;
}

.topHeadMenuMenu {
	min-height:42px;
	border-top:1px solid #005297;
}

.topHeadMenuAdr {
	min-height:42px;
	text-align:center;	
	border-top:1px solid #005297;
}

.topHeadMenuAdr p {
	padding:13px 0 0 0;
	margin:0;
	color:#fff;
}

.topHeadMenuAdr span {
	font-size:3vw;
	padding:0 0 0 10px;
}

.topHeadMenuMenuH1 {
	min-height:42px;
	border-bottom:1px solid #ffcd00;
	border-top:1px solid #005297;
}



.topHeadMenuMenuH2 {
	min-height:42px;
	background-color:#ff00b4;
}



.topHeadCall {
	min-height:65px;
	margin: 10px 0;
	width:20%;
	float:left;
	background-color:#ff0000;
	border-radius:50px 0 0 50px;
	text-align:center;
}


.topHeadCall:hover {
	background-color:#7f0000;
	transition-duration: .9s;
}

.topHeadCall p{
	color:#fff;
}

.topHeadCall_01 {
	min-height:65px;
	width:20%;
	float:left;
	background-color:#ff0000;
	border-radius:50px 0 0 50px;
	text-align:center;
	margin: 10px 0;
}

.topHeadCall_01 p {
	color:#fff;
}

.topHeadCall_01:hover {
	background-color:#7f0000;
	transition-duration: .9s;
}

.topHeadCall_02 {
	min-height:65px;
	margin:10px 0;
	width:20%;
	float:left;
	background-color:#ff0000;
	border-radius:50px 0 0 50px;
	text-align:center;
}

.topHeadCall_02 p {
	color:#fff;
	font-size:4vw;
	margin:0;
	padding:24px 0 0 0;
	text-align:center;
}

.topHeadCall_02:hover {
	background-color:#7f0000;
	transition-duration: .9s;
}

.topHeadCall_03 {
	min-height:85px;
	width:20%;
	float:left;
	background-color:#ff0000;
	border-radius:50px 0 0 50px;
	text-align:center;
}

.topHeadCall_03 p {
    color: #fff;
    margin: 0;
    padding: 24px 0 0;
}

.topHeadCall_03:hover {
	background-color:#7f0000;
	transition-duration: .9s;
}

.topHeadCallH {
	background: red;
	border-radius: 50px 0 0 50px;
	float:left;
	min-height:85px;
	width:20%;
}

.topHeadCallH:hover {
	background-color:#7f0000;
	transition-duration: .9s;	
}

.topHeadCallH img {
	float:left;
	padding: 23px 20px 15px 35px;
}

.topHeadCallHH {
	float:left;
	background: red;
	min-height:85px;
	width:20%;
	color:#fff;
}

.topHeadCallHH:hover {
	background-color:#7f0000;
	transition-duration: .9s;	
}

.topHeadCallHH img {
	float:left;
	padding: 0;
	margin:20px;
}


.topHeadCallHHH  {
	float:left;
	background: red;
	min-height:85px;
	width:20%;
	text-align:center;
}

a>.topHeadCallHHH {
	color:#fff;
}

.topHeadCallHHH p {
	line-height:1.6;
}

.topHeadCallHHH:hover {
	background-color:#7f0000;
	transition-duration: .9s;	
}

.topHeadCallH1 {
	background: red;
	height:60px;
	width:100%;
	text-align:center;	
}

.topHeadCallH1 p {
	margin:0;
	padding: 21px 5px 0 5px;
	font-size:5vw;
}

a>.topHeadCallH1 {
	color:#fff;
}

.topHeadCallH1:hover {
	background-color:#7f0000;
	transition-duration: .9s;	
}

.ButtHatz {
    border: 1px solid #005297;
    border-radius: 20px;
    font-size: 16pt;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    transition-duration: 0.5s;
    width: 460px;
	color:#028bff;
	transition-duration: .5s;
}

.ButtHatz:hover {
	background-color:#028bff;
	color:#ffcd00;
	transition-duration: .5s;
}

/********************Текст в баннере с кнопкой**********************/




.slogan p{
	margin:0;
	color:#ffcd00;
	text-align:center;
	font-family: "Exo 2",sans-serif;
}

.sloganCat p{
	margin:0;
	color:#ffcd00;
	text-align:center;
	font-family: "Exo 2",sans-serif;
}

.SubSlogan {
    color: #028bff;
    text-align: center;
}
.SubSloganCat {
    color: #028bff;
    text-align: center;
}

.CallBack {
	margin:0 auto;
	transition-duration: .5s;
}

.CallBack:hover {
	transform: scale(1.2);
	transition-duration: .5s;
}

.CallBack i {
	color:#fff;
}


/******************************************/
/************Меню под шапкой***************/
/******************************************/
.BlockMenu  {
	background-color:#fff;
	width:100%;
}

.BlockMenuSkin {
	margin:0 auto;
	position:relative;
	background-color:#fff;
}

.BlockMenuItem {
	float:left;
	transition: all 0.3s ease 0s;
}

.BlockMenuItem:hover {
	float:left;
}

.BlockMenuItem p {
	text-align:center;
	color:#005297;
	padding:15px 0 0 0;
	margin:0;
	font-size:1.5vw;
	line-height: 1.2;
}

.BlockMenuItem img {
transition-duration: .5s;
}
/*********************************************************************************/
/*********************************************************************************/
/*Основная часть*/
/*********************************************************************************/
/*********************************************************************************/
/************Родительский блок: Основная часть***************/
.MainContent {}

/******************************************/
/************В продаже**************/
/******************************************/
.InSale {
	padding:0 0 50px 0;
	/*background-image: url(/assets/verstkaMKSM/images/gray_jean.png);
	background-image: url(/assets/verstkaMKSM/images/pw_maze_white.png);
	background-image: url(/assets/verstkaMKSM/images/squared_metal.png);*/
	background-image: url(/assets/verstkaMKSM/images/pw_pattern.png);
	/*background-image: url(/assets/verstkaMKSM/images/kindajean.png);
	background-image: url(/assets/verstkaMKSM/images/shattered.png);
	background-image: url(/assets/verstkaMKSM/images/bright_squares.png);*/
	background-repeat: repeat;
}

.InSale h2 {
	text-align:center;
	color:#005297;
	font-size:35pt;
	font-weight:200;
	margin:0;
	padding:50px 0 20px 0;
}

.InSale a {
	color:#005297;
}

.InSale hr {
	color:#ffcd00;
	width: 10%;
	margin: 0 auto 20px;
	height:1px;
}

.InSaleBlock {
	width:90%;
	padding: 0 20px 20px 20px;
	margin:0 auto;
	position:relative;
	background-color:rgba(255, 255, 255, 0.5);
}

.InSaleBlockCar {
	float:left;
}

.InSaleBlockCar table{
	width:100%;
}

.tdHead  h3{
    color: #005297;
    font-size: 30px;
    font-weight: 200;
    margin: 10px 0;
    text-align: center;
} 

.tdLeftCl {
	text-align:left;
	color:#373737;
	border-bottom:1px dotted #979797;
}

.tdRightCl {
	text-align:right;
	color:#000;
	border-bottom:1px dotted #979797;
}

.tdButton {
	text-align:center;	
    padding: 14px 0 0;
}

.tdButton a {
	text-decoration:none;
	color:#005297;
}

.tdButton a:hover {
	color:#ffcd00;
}

.tdH {
	color: #005297;
	font-size:17pt;
}

.tdPrise {
	color: #ff0000;
	font-size:17pt;	
}

.tdImg img {
	border:1px solid #fff;
}


.img-responsive {
display: block;
max-width: 100%;
height: auto;
margin:0 auto;
}

.moreCars {
    border: 1px solid #005297;
    border-radius: 20px;
    padding: 10px 0;
}

.moreCars:hover {
	background-color: #005297;
	transition-duration: .8s;
}

/*********************************************************/

.header1 {
    max-width: 100%;
}


.square {
    /*display: inline-block;*/
    float: left;
}

.square img {
	transition-duration: .5s;
}

.square img:hover {
	filter: grayscale(.8);
	cursor:pointer;
	transition-duration: .5s;
}


#lilac {
	text-align:center;
}

.testCar {
	width:90%;
}

/******************************************/
/************Навесное****************/
/******************************************/
.NavesnoeMain {
	min-height:560px;
	background-color:#fff;
	padding:0 0 50px 0;
}

.NavesnoeMainBlock {
	width:80%;
	margin:0 auto;
	position:relative;
}

.NavesnoeMain h2 {
    color: #005297;
    font-size: 25pt;
    font-weight: 200;
    margin: 0;
    padding: 50px 0 20px;
    text-align: center;
	line-height: 1.3;
}

.NavesnoeMain  a {
	color: #005297;
}

.NavesnoeMain h3 {
    color: #005297;
    font-size: 22pt;
    font-weight: 200;
    line-height: 1.3;
    margin: 0 auto;
    text-align: center;
	border:1px solid #028bff;
	border-radius:25px;
	width: 235px;
	padding: 6px 0;
}

.NavesnoeMain h3:hover {
	background-color:#028bff;
	color:#ffcd00;
	transition-duration: .5s;
}


.NavesnoeMain hr {
    color: #ffcd00;
    height: 1px;
    margin: 0 auto 20px;
    width: 20%;
}

.NavesnoeMainCar {
	width:24%;
	height:315px;
	margin:5px;
	float:left;
	background-color:#028bff;	
}

/******************************************/
/************Конверсионные блоки**************/
/******************************************/
.ConversionUnits {
	min-height:310px;
	padding: 0 0 30px 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3386cb+0,005297+100 */
background: #3386cb; /* Old browsers */
background: -moz-linear-gradient(-45deg, #3386cb 0%, #005297 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #3386cb 0%,#005297 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #3386cb 0%,#005297 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3386cb', endColorstr='#005297',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.ConversionUnitsSkin {
	margin:0 auto;
	position:relative;
}

.ConversionUnitsSkin p {
	font-size:20pt;
	line-height:1.3;
	color:#fff;
	margin:0;
	padding: 20px 0;
}

.ConversionUnitsText {
	text-align:center;
	padding:0 0 20px 0;
}

.ConversionUnitsText h1{
	color:#ffcd00;
    font-size: 35pt;
    font-weight: 200;
    margin: 0;
    padding: 40px 0 20px 0;
    text-align: center;
}

.ConversionUnitsText h2{
	color:#ffcd00;
    font-size: 35pt;
    font-weight: 200;
    margin: 0;
    padding: 40px 0 20px 0;
    text-align: center;
}

.ConversionUnitsItem {
	width:32%;
	float:left;
	text-align: center;
}

.ConversionUnitsItem a {
	display:block;
}

.ConversionUnitsItem img {
	transition-duration: .5s;
}


.ConversionUnitsItem img:hover {
	transform: scale(1.2);
	transition-duration: .5s;
}

.ConversionUnitsItem img {
}

.ConversionUnitsSkin span {
	color:#ffe373;
}

/******************************************/
/************Партнеры**************/
/******************************************/
.partners {
	background-color:#2073b8;
	padding: 0 0 0 20px;
}

.partnersItem {
	width:14%;
	float:left;
	background-color:#ffd90f;	
}

.partnersItem:hover {
	filter: brightness(50%);
}

/******************************************/
/************Трактора****************/
/******************************************/
.TractorMain {
	min-height:635px;
	background-color:#e8e8e8;
    background-image: url("/assets/verstkaMKSM/images/pw_pattern.png");
    background-repeat: repeat;
	padding-bottom:20px;
}

.TractorMain h2 {
	text-align:center;
	margin:0;
	padding:45px 0;	
	color:#ffcd00;
	font-size:30pt;
	font-weight:200;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3386cb+0,005297+100 */
background: #3386cb; /* Old browsers */
background: -moz-linear-gradient(-45deg, #3386cb 0%, #005297 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #3386cb 0%,#005297 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #3386cb 0%,#005297 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3386cb', endColorstr='#005297',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.TractorMainSkin {
	margin:0 auto;
	position:relative;
	padding: 0 0 25px;
}

.TractorMainSkin1 {
	margin:0 auto;
	position:relative;
}

.TractorMainItem {
	width:32%;
	margin: 35px 5px;
	float:left;
	background-color:#fff;	
	text-align: center;
	border-radius:10px;
	padding: 20px 0 50px 0;
	transition-duration: .5s;
}

.TractorMainItem:hover {
	background-color:#fff6d3;
	transition-duration: .5s;
}

.TractorMainItem  a {
	text-decoration:none;
	color:005297;
}

.TractorMainItem span {
	border:1px solid #005297;
	border-radius:20px;
	padding: 5px 10px;
	font-size:16pt;
	transition-duration: .5s;
}

.TractorMainItem span:hover {
	background-color:#005297;
	color:#fecc00;
	transition-duration: .5s;
}

.TractorMainItem img {
	padding:10px 0 30px;
}

.TractorMainItem h3 {
	color:#005297;
    font-weight: 200;
}



.TractorMainItem1 {
	width:48%;
	margin: 35px 5px;
	float:left;
	background-color:#fff;	
	text-align: center;
	border-radius:10px;
	padding: 20px 0 50px 0;
	transition-duration: .5s;
}

.TractorMainItem1:hover {
	background-color:#fff6d3;
	transition-duration: .5s;
}

.TractorMainItem1  a {
	text-decoration:none;
	color:005297;
}

.TractorMainItem1 span {
	border:1px solid #005297;
	border-radius:20px;
	padding: 5px 10px;
	font-size:16pt;
	transition-duration: .5s;
}

.TractorMainItem1 span:hover {
	background-color:#005297;
	color:#fecc00;
	transition-duration: .5s;
}

.TractorMainItem1 img {
	padding:10px 0 30px;
}

.TractorMainItem1 h3 {
	color:#005297;
    font-weight: 200;
}

/******************************************/
/************Мотоблоки****************/
/******************************************/
.GrilloMain {
	min-height:635px;
	background-color:#d5d5d5;
}

.GrilloMain h2 {
	text-align:center;
	background-color:#028bff;
}
/******************************************/
/************Двигатели****************/
/******************************************/
.HatzMain {
	min-height:635px;
	background-color:#bfbfbf;
}

.HatzMain h2 {
	text-align:center;
	background-color:#028bff;
}
/******************************************/
/************Контактные кнопки***************/
/******************************************/
.ContactUnits {
	min-height:400px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3386cb+0,005297+100 */
background: #3386cb; /* Old browsers */
background: -moz-linear-gradient(-45deg, #3386cb 0%, #005297 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #3386cb 0%,#005297 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #3386cb 0%,#005297 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3386cb', endColorstr='#005297',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.ContactUnits img {
	padding:0 0 30px 0;
}

.ConversionUnitsItem span {
	color:#fecc00;
	font-size:16pt;
}

.ContactUnitsSkin {
	margin:0 auto;
	position:relative;
	padding:50px 0 0 0;
}
.ContactUnitsSkin1 {
	margin:0 auto;
	position:relative;
}
.ContactUnitsText {
	text-align:center;
}

.ContactUnitsItem {
	width:32%;
	height:350px;
	margin:5px;
	float:left;
	background-color:#ffd90f;	
}

/*********************************************************************************/
/*********************************************************************************/
/*Футер*/
/*********************************************************************************/
/*********************************************************************************/
/************Родительский блок: Футер***************/
.footer {
}
/******************************************/
/*********Карта Футер*************/
/******************************************/
.footerMap {
	min-height:335px;
	background-color:#f7f1d9;
}
/******************************************/
/************Форма Футер***************/
/******************************************/
.footerForm {
	min-height:355px;
	background-color:#84beee;
}
/******************************************/
/************Адрес Футер***************/
/******************************************/
.footerAdr {
	min-height:43px;
	background-color:#005297;
}


/*********************************************************************************/
/*********************************************************************************/
/*Медиа запросы*/
/*********************************************************************************/
/*********************************************************************************/


/****Будут применяться в тех случаях, когда ширина области просмотра не превышает указанных размеров. Если ширина будет больше, то браузер игнорирует стили данного медиазапроса.******************************/
/******* Больше 1800*********************************/
@media screen and (min-width: 1800px) {
	.phonNumb {
			font-size:25pt;	
			top:10px;
	}
	.topmenu > li > a{
	  padding: 12px 22px;
	  font-size:12pt;
	}
.slogan p{
	padding:20px 0 10px 0;
	font-size:3vw;
}
.sloganCat p{
	padding:100px 0 10px 0;
	font-size:4vw;
}

	.SubSlogan {
		font-size:2vw;
		padding: 30px 0 30px 0;
	}
	.SubSloganCat {
		font-size:2vw;
		padding: 20px 0 20px 0;
	}
	.BlockMenuSkin {
		width:72%;
		padding: 20px 0 0 32px;
	}
	.InSaleBlockCar {
		margin:0 0 0 33px;
		width:95%;
	}

	.tdLeftCl {
		font-size: 15pt;
		padding: 15px 0 0;
	}

	.tdRightCl {
		font-size: 14pt;
		padding: 15px 0 0;
	}
.ConversionUnitsSkin span {
	color:#ffe373;
	font-size: 18pt;
}
.ConversionUnitsItem {
	padding:45px 0 0 90px;
}
.ConversionUnitsSkin {
	width:70%;
	margin:0 auto;
	position:relative;
}
.TractorMainSkin {
	width:70%;
}
.TractorMainSkin1 {
	width:60%;
}
.ContactUnitsSkin {
	width:70%;
}
.ContactUnitsSkin1 {
	width:70%;
}
	.BlockMenuItem:hover {
transform: scale(1.4, 1.4);
	}

}

/******* Больше 1600*********************************/
@media screen and (min-width: 1600px) {
	.topHeadCall p{
		font-size:18pt;
		margin: 5px 10px 0 0;
		line-height:1.2;
	}	
	.topHeadMenuContAdr p {
		font-size:15pt;
		padding: 10px 0 0 20px;
		text-align: center;
	}
		.ContHead {
		/*padding:85px 0 0 0;*/
		padding:0;
	}
	.diller img {
		width: 20%!important;
	}
	.diller01 img {
		width: 20%!important;
	}
	

}

/******* Больше 1440*********************************/
@media screen and (min-width: 1440px) {	
	.topHeadCall img {
		float: left;
		padding: 10px 10px 0 25px;
	}
}

/******* Больше 1440*********************************/
@media screen and (min-width: 1440px) {	
	.topHeadMenuContAdr {
		width:40%;
	}
	.topHeadMenuContSearch{
		width:30%;
	}
	.AdrHide {
		display:none;
	}
		.BlockMenuItem {
		margin:25px;
	}
}

@media screen and (min-width: 1100px) {	
	.square{	
		margin-left: 2%;
		width: 23%;
	}

}

/******* Больше 1100*********************************/
@media screen and (min-width: 1100px) {	
	.topHeadCallHHH {
			display:none;
		}
	.topHeadCallHH  {
			display:none;
		}
	input {
	  width: 200px;
	}
	input:focus {
	  width: 250px;
	}
	.topHeadCall_01 {
		display:none;
	}
.TractorMainItem h3 {
	font-size: 18pt;
}
.TractorMainItem1 h3 {
	font-size: 18pt;
}

}


/******* Больше 960*********************************/
@media screen and (min-width: 960px) {	

	.topHeadMenuMenuH1 {
		display:none;
	}

	.topHeadMenuAdr {
		display:none;
	}
	.topHeadMenuContPhone {
		width:30%;
	}
	.topHeadCallHH p {
		font-size:20pt;
		padding: 3% 0 0;
	}
	
	.BlockMenuSkin {
		min-height:300px;
	}
	.BlockMenu  {
		min-height:300px;
	}
	
	.header {
		min-height:140px;
	}
		
	.ContHead {
		/*padding:85px 0 0 0;*/
		padding:25px 0 0 0;
	}
	
}

/******* Больше 800*********************************/
@media screen and (min-width: 800px) {
	.topHeadLogoH {
			display:none;
		}
	.topHeadLogoRectangle span {
			font-size:36pt;
		}
	.topHeadLogoRectangle p {
			font-size:16pt;
		}		
	.topHeadCallH {
			display:none;
		}
	.topHeadCall_02 {
		display:none;
	}
	.topHeadMenuMenuH2 {
		display:none;
	}

}

/******* Больше 441*********************************/
@media screen and (min-width: 440px) {		
	.topHeadCall_03 {
		display:none;
	}
}

/******* Больше 415*********************************/
@media screen and (min-width: 415px) {
	.topHeadCallH1 {
		display:none;		
	}
}

/******* Больше 414*********************************/
@media screen and (min-width: 414px) {
	.topHeadLogoRectangleH span {
			font-size:5vw;
		}
	.topHeadLogoRectangleH p {
			font-size:2.2vw;
			padding:6% 0 0 0;
		}

	.topHeadMenu {
		width:60%;
	}
	.CallBack {
		width: 104px;
		height: 104px;	
		background-image: url(/assets/verstkaMKSM/images/CallBack.png);	
	}
	.CallBackCat {
		width: 104px;
		height: 104px;	
		background-image: url(/assets/verstkaMKSM/images/CallBack.png);	
	}

}

/*******Больше 321*********************************/
@media screen and (min-width: 321px) {


}




/*******Стили этого запроса будут применяться только для экранных устройств с шириной области просмотра не более указанных**********************************************************/

/******* Меньше 1800*********************************/
@media screen and (max-width: 1800px) {
	.phonNumb {
			font-size:21pt;	
			top:12px;
			transition-duration: .3s;
	}
	.topmenu > li > a{
	  padding: 12px 17px;
	  font-size:11pt;
	}
	.slogan p{
		padding:1px 0 10px 0;
		font-size:4vw;
		transition-duration: .5s;
	}
		.sloganCat p{
		padding:100px 0 10px 0;
		font-size:4vw;
		transition-duration: .5s;
	}
	.SubSlogan {
			padding: 30px 0 30px 0;
			font-size: 2vw;
		}
	.SubSloganCat {
			padding: 20px 0 20px 0;
			font-size: 2vw;
		}
		.BlockMenuSkin {
			width:82%;
			padding: 20px 0 0 32px;
		}
	.InSaleBlockCar {
		margin:0 0 0 13px;
		width:95%;
	}

	.tdLeftCl {
		font-size: 14pt;
		padding: 15px 0 0;
	}

	.tdRightCl {
		font-size: 14pt;
		padding: 15px 0 0;
	}
.ConversionUnitsSkin span {
	font-size: 16pt;
}
.ConversionUnitsItem {
text-align:center;
}
.ConversionUnitsSkin {
	width:70%;
	margin:0 auto;
	position:relative;
}
.TractorMainSkin {
	width:75%;
}
.TractorMainSkin1 {
	width:70%;
}
.ContactUnitsSkin {
	width:70%;
}
.ContactUnitsSkin1 {
	width:70%;
}
	.BlockMenuItem img:hover {
	transform: scale(1.2, 1.2);
}

}

/******* Меньше 1600*********************************/
@media screen and (max-width: 1599px) {
	.topHeadCall p{
		font-size:16pt;
		transition-duration: .5s;
		margin: 7px 5px 0 0;
		line-height:1.2;
	}
	.phonNumb {
		font-size:18pt;	
		top:12px;
		transition-duration: .3s;
	}
	
	.topHeadMenuContAdr p {
		font-size:13pt;
		padding: 10px 0 0 10px;
	}
	.topmenu > li > a{
	  padding: 12px 13px;
	  font-size:11pt;
	}
		.BlockMenuSkin {
			width:87%;
			padding: 20px 0 0 32px;
		}
	.InSaleBlockCar {
		margin:0;
	}

	.tdLeftCl {
		font-size: 13pt;
		padding: 15px 0 0;
	}

	.tdRightCl {
		font-size: 14pt;
		padding: 15px 0 0;
	}
	
.ConversionUnitsSkin span {
	font-size: 15pt;
}
.ConversionUnitsSkin {
	width:80%;
	margin:0 auto;
	position:relative;
	padding:50px 0 0 0;
}
.TractorMainSkin {
	width:80%;
}
.TractorMainSkin1 {
	width:75%;
}
.ContactUnitsSkin {
	width:80%;
}
.ContactUnitsSkin1 {
	width:80%;
}
	.BlockMenuItem img{
	transform: scale(0.9, 0.9);
}
	.BlockMenuItem img:hover {
	transform: scale(1.1, 1.1);
}
}

/******* Меньше 1500*********************************/
@media screen and (max-width: 1500px) {
	.topHeadMenuContAdr p {
		font-size:12pt;
		padding: 10px 0 0 10px;
	}
	.topmenu > li > a{
	  padding: 12px;
	  font-size:10pt;
	}
	.InSaleBlockCar {
		margin:0;
	}

	.tdLeftCl {
		font-size: 13pt;
		padding: 15px 0 0;
	}

	.tdRightCl {
		font-size: 14pt;
		padding: 15px 0 0;
	}
	.ConversionUnitsSkin span {
		margin-left: -30px;
		font-size: 15pt;
	}
	.ConversionUnitsItem {
		padding:45px 0 0 70px;
	}
	.TractorMainSkin1 {
		width:80%;
	}
	.BlockMenuSkin {
		width:99%;
		padding: 20px 0 0 32px;
	}
	
		.BlockMenuItem img {
		transform: scale(0.9, 0.9);
		margin:0 2.5%;
	}
		.BlockMenuItem img:hover {
		transform: scale(1.1, 1.1);
		margin:0 2.5%;
	}
}

/******* Меньше 1440*********************************/
@media screen and (max-width: 1439px) {
	.topHeadCall p{
		font-size:13pt;
		transition-duration: .5s;
		line-height:1.2;
		padding:5px 5px 0 0;
	}
	
	.topHeadCall img {
		float: left;
		padding: 4px 10px 0 25px;
	}	
	
	.phonNumb {
		font-size:16pt;	
		top:12px;
		transition-duration: .3s;
	}
	.topHeadMenuContAdr p {
		font-size:12pt;
		padding: 10px 0 0 10px;
	}
	.topHeadMenuContAdr {
		width:30%;
	}
	.topHeadMenuContSearch{
		width:40%;
	}
	.AdrVis {
		display:none;
	}
	.topmenu > li > a{
	  padding: 12px 10px;
	  font-size:10pt;
	}
		.BlockMenuSkin {
			width:93%;
			padding: 20px 0 0 30px;
		}
	.InSaleBlockCar {
		margin:0;
	}

	.tdLeftCl {
		font-size: 13pt;
		padding: 15px 0 0;
	}

	.tdRightCl {
		font-size: 13pt;
		padding: 15px 0 0;
	}
.ConversionUnitsSkin span {
	margin-left: -60px;
	font-size: 14pt;
}
.ConversionUnitsItem {
	padding:45px 0 0 20px;
}
.ConversionUnitsSkin {
	width:85%;
	margin:0 auto;
	position:relative;
}
.TractorMainSkin {
	width:85%;
}
.TractorMainSkin1 {
	width:85%;
}	
		.BlockMenuItem img {
		transform: scale(0.85, 0.85);
		margin:0 1.2%;
	}
		.BlockMenuItem img:hover {
		transform: scale(1, 1);
		margin:0 1.2%;
	}	
	
}

@media screen and (max-width: 1400px) {

	.BlockMenuSkin {
    padding: 20px 0 0 30px;
    width: 99%;
}
}

@media screen and (max-width: 1320px) {
	
	.BlockMenuSkin {
    padding: 20px 0 0 30px;
    width: 99%;
}
		.BlockMenuItem img {
		transform: scale(0.85, 0.85);
		margin:0 1.5%;
	}
		.BlockMenuItem img:hover {
		transform: scale(1, 1);
		margin:0 1.5%;
	}

}

/******* Меньше 1280*********************************/
@media screen and (max-width: 1280px) {
	.topHeadCall p{
		font-size:12pt;
		transition-duration: .5s;
		line-height:1.5;
		padding: 2px 5px 0 0;
	}
	
	.topHeadCall img {
		padding: 4px 10px 0 15px;
	}
	.phonNumb {
		font-size:15pt;	
		top:12px;
		transition-duration: .3s;
	}
	.topmenu > li > a{
	  padding: 12px 9px;
	  font-size:9pt;
	}
	.slogan p{
		padding:1px 0 10px 0;
		font-size:5vw;
		transition-duration: .5s;
	}
		.sloganCat p{
		padding:70px 0 10px 0;
		font-size:5vw;
		transition-duration: .5s;
	}
	.SubSlogan {
		font-size:3vw;
	}
	.SubSloganCat {
		font-size:3vw;
	}
		.BlockMenuSkin {
			width:100%;
			padding: 20px 0 0 25px;
		}
	.InSaleBlockCar {
		margin:0;
	}

	.tdLeftCl {
		font-size: 12pt;
		padding: 15px 0 0;
	}

	.tdRightCl {
		font-size: 12pt;
		padding: 15px 0 0;
	}
.ConversionUnitsSkin span {
	margin-left: -30px;
	font-size: 14pt;
}	
.ConversionUnitsItem {
	padding:45px 0 0 0;
}
.TractorMainSkin {
	width:90%;
}
.TractorMainSkin1 {
	width:90%;
}
.ContactUnitsSkin {
	width:90%;
}
.ContactUnitsSkin1 {
	width:90%;
}
		.BlockMenuItem img{
		transform: scale(0.8, 0.8);
		margin:0 1.3%;
	}
		.BlockMenuItem img:hover {
		transform: scale(1, 1);
		margin:0 1.3%;
	}
}


/******* Меньше 1200*********************************/
@media screen and (max-width: 1200px) {
		.BlockMenuItem img {
		transform: scale(0.85, 0.85);
		margin:0 1%;
	}
		.BlockMenuItem img:hover {
		transform: scale(1, 1);
		margin:0 1%;
	}

}

/******* Меньше 1180*********************************/
@media screen and (max-width: 1180px) {
	.phonNumb {
		font-size:13pt;	
		top:12px;
		transition-duration: .3s;
	}
	.topmenu > li > a{
	  padding: 12px 8px;
	  font-size:8pt;
	}
		.BlockMenuSkin {
			width:100%;
			padding: 20px 0 0 0;
		}
	.square{
		width: 48%;	
		margin: 1%;
	}
	.InSaleBlockCar {
		margin:0 0 0 70px;
	}

	.tdLeftCl {
		font-size: 15pt;
		padding: 15px 0 0;
	}

	.tdRightCl {
		font-size: 15pt;
		padding: 15px 0 0;
	}
.ConversionUnitsSkin span {
	margin-left: -40px;
	font-size: 14pt;
}	

.ConversionUnitsItem {
	padding:45px 0 0 0;
}
		.BlockMenuItem img {
		transform: scale(0.9, 0.9);
		margin:0 0.7%;
	}
		.BlockMenuItem img:hover {
		transform: scale(1, 1);
		margin:0 0.7%;
	}
}

/******* Меньше 1099*********************************/
@media screen and (max-width: 1099px) {
	.phonNumb {
		font-size:11pt;	
		top:12px;
		transition-duration: .3s;
	}
	input {
		width: 150px;
	}
	input:focus {
		width: 170px;
	}
	.topHeadMenuContAdr {
		width:36%;
	}
	.topHeadMenuContSearch{
		width:34%;
	}
	.topHeadCall {
			display:none;
	}
	.topHeadCall_01 p {
		font-size: 1.8vw;
		line-height: 1.5;
		margin: 0;
		padding: 5px 0 0;
	}
	.topmenu > li > a{
	  padding: 12px 7.5px;
	  font-size:7pt;
	}
		.BlockMenuSkin {
			width:100%;
		}
.BlockMenuSkin img {
margin:0;
padding:0;
}		
		.BlockMenuItem img {
		transform: scale(0.8, 0.8);
		margin:0 0 0 1%;
	}
		.BlockMenuItem img:hover {
		transform: scale(1, 1);
		margin:0 0 0 1%;
	}
	
	.BlockMenuItem p {
		font-size: 15pt;
		text-align:center;
	}	
	
	.InSaleBlockCar {
		margin:0 0 0 40px;
	}

	.tdLeftCl {
		font-size: 15pt;
		padding: 15px 0 0;
	}

	.tdRightCl {
		font-size: 15pt;
		padding: 15px 0 0;
	}
.ConversionUnitsSkin {
	width:90%;
	margin:0 auto;
	position:relative;
}
.TractorMainSkin {
	width:95%;
}
.TractorMainItem h3 {
	font-size: 16pt;
}
.TractorMainItem1 h3 {
	font-size: 16pt;
}
}

@media screen and (max-width: 1065px) {
		.BlockMenuItem img {
		transform: scale(0.8, 0.8);
		margin:0;
	}
		.BlockMenuItem img:hover {
		transform: scale(1, 1);
		margin:0;
	}
}

@media screen and (max-width: 1030px) {
		.BlockMenuItem img {
		transform: scale(0.8, 0.8);
		margin:-1%;
	}
		.BlockMenuItem img:hover {
		transform: scale(1, 1);
		margin:-1%;
	}
}


/*******Меньше 959*********************************/
@media screen and (max-width: 959px) {
	.topHeadLogoRectangle span {
			font-size:26pt;
		}
	.topHeadLogoRectangle p {
			font-size:11pt;
			line-height: 1.2;
			padding: 10px 0 0;
			text-align: center;
		}
	.topHeadMenuMenu {
		display:none;
	}
	.topHeadMenuContAdr {
		display:none;
	}
	.topHeadMenuContSearch {
		width:55%;
	}
	.topHeadMenuContPhone {
		width:45%;
	}
	input{
		width:200px;
	}
	input:focus {
		width:250px;
	}
	.phonNumb {
		font-size:14pt;	
		top:12px;
		transition-duration: .3s;
	}
	.topHeadCallHH p {
		font-size:15pt;
		padding: 8% 0 0;
	}
	.topHeadCall_01 p {
		font-size: 1.8vw;
		line-height: 1.5;
		margin: 0;
		padding: 9px 0 0;
	}
	.topmenu > li > a{
	  padding: 12px;
	  font-size:1.5vw;
	}
	
	.BlockMenu  {
		min-height:250px;
	}
	.BlockMenuSkin {
		width:100%;
		min-height:250px;
	}
		.BlockMenuItem img {
		transform: scale(0.8, 0.8);
		margin:-1%;
	}
		.BlockMenuItem img:hover {
		transform: scale(0.9, 0.9);
		margin:-1%%;
	}
	
	.BlockMenuItem p {
		font-size: 17pt;
		padding: 22px 0;
	}
	
	.header {
		min-height:190px;
	}
	.InSaleBlockCar {
		margin:0 0 0 15px;
	}

	.tdLeftCl {
		font-size: 13pt;
		padding: 15px 0 0;
	}

	.tdRightCl {
		font-size: 14pt;
		padding: 15px 0 0;
	}
.ConversionUnitsSkin {
	width:98%
}
.ContactUnitsSkin {
	width:95%;
}
.ContactUnitsSkin1 {
	width:95%;
}
	.ContHead {
		padding:30px 0 0 0;
	}
	
		.topHeadMenuMenuH1 {
		padding:0;
	}
	.slogan p{
		padding:20px 0 0 0;
	}
	.diller img {
		width: 50%!important;
	}
	.diller01 img {
		width: 50%!important;
	}


}
@media screen and (max-width: 925px) {
		.BlockMenuItem img {
		transform: scale(0.8, 0.8);
		margin:-2%;
	}
		.BlockMenuItem img:hover {
		transform: scale(0.85, 0.85);
		margin:-2%;
	}
}

@media screen and (max-width: 850px) {
		.BlockMenuItem img {
		transform: scale(0.7, 0.7);
		margin:-2.5%;
	}
		.BlockMenuItem img:hover {
		transform: scale(0.75, 0.75);
		margin:-2.5%;
	}
}

@media screen and (max-width: 810px) {
		.BlockMenuItem img {
		transform: scale(0.7, 0.7);
		margin:-3%;
	}
		.BlockMenuItem img:hover {
		transform: scale(0.75, 0.75);
		margin:-3%;
	}
}

/*******Меньше 799*********************************/
@media screen and (max-width: 799px) {
	.topHeadLogo {
		display:none;
		}
	.topHeadCallHHH {
		display:none;
	}
		.topHeadMenuContSearch {
		width:50%;
	}
	.topHeadMenuContPhone {
		width:50%;
	}
	input{
		width:150px;
	}
	input:focus {
		width:170px;
	}
		.phonNumb {
		font-size:13pt;	
		top:12px;
		transition-duration: .3s;
	}
	.topHeadCallHH {
			display:none;
		}
	.topHeadCall_01 {
		display:none;
	}
	.topHeadCall_01 p {
		padding: 19px 0 0;
	}
	.topHeadMenuMenuH1 {
		display:none;
	}

	.slogan p{
		font-size: 5vw;
		padding: 15px 0 20px 0;
		transition-duration: 0.5s
	}
	.sloganCat p{
		font-size: 5vw;
		padding: 15px 0 20px 0;
		transition-duration: 0.5s
	}
	.SubSlogan {
		display:none;
	}
	.BlockMenu  {
		min-height:250px;
	}
	.BlockMenuSkin {
		width:100%;
		min-height:250px;
	}
		.BlockMenuItem img {
		transform: scale(0.6, 0.6);
		margin:-4.5%;
	}
		.BlockMenuItem img:hover {
		transform: scale(0.7, 0.7);
		margin:-4.5%;
	}
	
	.BlockMenuItem p {
	font-size: 12pt;
	padding: 29px 0;
}
	.InSaleBlockCar {
		margin:0;
	}

	.tdLeftCl {
		font-size: 13pt;
		padding: 15px 0 0;
	}

	.tdRightCl {
		font-size: 13pt;
		padding: 15px 0 0;
	}
.ConversionUnitsItem {
	width:96%;
	padding: 20px 0 0 65px;
}
.partners {
	display:none;
}
.ConversionUnits {
	padding: 0 0 50px;
}
.TractorMainItem {
	width:98%;
	margin:5px;
}
.TractorMainItem1 {
	width:98%;
	margin:5px;
}
	.slogan {
		padding:0;
	}
	
	.ContHead {
		padding:10px 0 0 0;
	}
}

@media screen and (max-width: 710px) {
		.BlockMenuItem img {
		transform: scale(0.5, 0.5);
		margin:-6%;
	}
		.BlockMenuItem img:hover {
		transform: scale(0.55, 0.55);
		margin:-6%;
	}
}

/*******Меньше 660*********************************/
@media screen and (max-width: 660px) {
	.topHeadMenuContSearch {
		display:none;
	}
	.topHeadMenuContPhone {
		width:100%;
		padding:1% 0 1% 5%;
		height: 60px;
	}
	.phonNumb  {
		font-size:5vw;
		text-align:center;
		padding:2% 0 0 2%;
	}
.BlockMenuSkin {
	width:99%;
	padding: 3% 12%;
}

.square {
    margin: 1%;
    width: 98%;
}

		.BlockMenuItem img {
		transform: scale(1, 1);
		margin:1%;
	}
		.BlockMenuItem img:hover {
		transform: scale(1.1, 1.1);
		margin:1%;
	}
	
	
	.InSaleBlockCar {
		margin:0 0 0 14%;
	}

	.tdLeftCl {
		font-size: 15pt;
		padding: 15px 0 0;
	}

	.tdRightCl {
		font-size: 15pt;
		padding: 15px 0 0;
	}
	.BlockMenuItem p {
	font-size: 12pt;
	padding: 29px 0;
}

}

/******* Меньше 440*********************************/
@media screen and (max-width: 440px) {		
	.topHeadCallH {
			display:none;
		}	
	.topHeadCallHH {
			display:none;
		}
	.topHeadCall_02 {
		display:none;
	}
	.phonNumb  {
		font-size:5vw;
		text-align:center;
		padding:2% 0 0 2%;
	}
	.slogan p {
		padding: 25px 0 25px 0;
	}
	.sloganCat p {
		padding: 25px 0 25px 0;
	}
	
.BlockMenuSkin {
	width:99%;
	padding: 20px 0 20px 10px;
}

		.BlockMenuItem img {
		transform: scale(1, 1);
		margin:1%;
	}
		.BlockMenuItem img:hover {
		transform: scale(1.1, 1.1);
		margin:1%;
	}
	

.BlockMenuItem p {
	font-size: 12pt;
	padding: 29px 0;
}

	.InSaleBlockCar {
		margin:0;
	}

	.tdLeftCl {
		font-size: 15pt;
		padding: 15px 0 0;
	}

	.tdRightCl {
		font-size: 15pt;
		padding: 15px 0 0;
	}
	
.ConversionUnitsItem {
	width:96%;
	padding: 20px 0 0 25px;
}

	.ContHead {
		padding:1px 0 0 0;
	}
	
	.diller img {
		width: 70%!important;
	}
	.diller01 img {
		width: 50%!important;
	}
	
	.topHeadMenuMenuH2 {
		padding:20px 0 0 0;
	}
}

/******* Меньше 413*********************************/
@media screen and (max-width: 414px) {
	.topHeadLogoRectangleH span {
			font-size:5vw;
		}
	.topHeadLogoRectangleH p {
			font-size:2.2vw;
			padding:25% 0 0 0;
		}

	.phonNumb  {
		font-size:6vw;
		text-align:center;
		padding:1% 0 0 2%;
	}
	.topHeadCall_03 {
		display:none;
	}
	.topHeadMenu {
		width:80%;
	}
	.SubSlogan {
		display:none;
	}

	.slogan p {
		padding: 10px 0 10px 0;
	}
	.sloganCat p {
		padding: 10px 0 10px 0;
	}
	.CallBack {
		width: 85px;
		height: 85px;	
		background-image: url(/assets/verstkaMKSM/images/CallBackS.png);
		transition-duration: .5s;		
	}
	.CallBackCat {
		width: 85px;
		height: 85px;	
		background-image: url(/assets/verstkaMKSM/images/CallBackS.png);
		transition-duration: .5s;		
	}
	
.BlockMenuSkin {
	width:99%;
	padding: 20px 0 20px 10px;
}

		.BlockMenuItem img {
		transform: scale(1, 1);
		margin:1%;
	}
		.BlockMenuItem img:hover {
		transform: scale(1.1, 1.1);
		margin:1%;
	}
	

.BlockMenuItem p {
	font-size: 17pt;
	padding: 48px 0;
}
	.tdLeftCl {
		font-size: 12pt;
		padding: 15px 0 0;
	}

	.tdRightCl {
		font-size: 12pt;
		padding: 15px 0 0;
	}

	.topHeadMenuMenuH2 {
		/*padding:60px 0 0 0;*/
		padding:60;
	}

}




/*******Меньше 320*********************************/
@media screen and (max-width: 320px) {
	.topHeadLogoH {
			display:none;
		}

	.topHeadCallH1 {
		width:100%;		
	}

	.phonNumb  {
		font-size:8vw;
		text-align:center;
		padding:2% 0 0 2%;
	}
	.topHeadMenuAdr {
		display:none;
	}
	.topHeadCallHH {
		display:none;		
	}
	.topHeadMenu {
		width: 100%;
	}
	
.BlockMenuSkin {
	width:99%;
	padding: 20px 0 20px 10px;
}

		.BlockMenuItem img {
		transform: scale(1, 1);
		margin:1%;
	}
		.BlockMenuItem img:hover {
		transform: scale(1.1, 1.1);
		margin:1%;
	}
	
	.tdLeftCl {
		font-size: 10pt;
		padding: 15px 0 0;
	}

	.tdRightCl {
		font-size: 10pt;
		padding: 15px 0 0;
	}

}



/****МОДАЛЬНОЕ ОКНО************************************/

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
	text-align:center;
	color:#fff;
}

.modalDialog h2 {
	line-height:1.2;
	color:#ffcd00;
}

.modalDialog:target {
	display: block;
	pointer-events: auto;
}

.modalDialog > div {
	width: 420px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 5px;
	background-color:#005297;
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }


/*****Форма поиска********************************************************************/
* {box-sizing: border-box;}
form {
  width: auto;
  /***float: right;**/
  margin-right: 15px;
}
input {
  height: 42px;
  padding-left: 15px;
  border-radius: 42px;
  border: 2px solid #324b4e;
  background: #fff;
  opacity: 0.5;
  outline: none;
  position: relative;
  transition: .3s linear;
}

button {

  background: none;
  border: none;
  position: absolute;
  top: -2px;
  right: 0;
}
button:before{
  font-family: FontAwesome;
  color: #324b4e;
}





/****ВЫПАДАЮЩЕЕ МЕНЮ*****************************************************************************************/

.navSide {
  display: block;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  outline: none;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.topmenu {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
}
.topmenu:after {
  content: "";
  display: table;
  clear: both;
}
.topmenu li {
  display: inline-block;
  position: relative;
}
.topmenu > li > a{
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  font-family: 'Exo 2', sans-serif;
}
.topmenu > li:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 12px;
  background: #d2d2d2;
  top: 16px;
  box-shadow: 4px -2px 0 #d2d2d2;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg);
}
.topmenu > li:last-child:after {
  background: none;
  box-shadow: none;
}
.topmenu > li:hover > a{
  color: #ffcd00;
}
.submenu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 210px;
  background: #fafafa;
  border: 1px solid #ededed;
  left: 50%;
  margin-left: -105px;
  z-index: 10;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  transform: scale(.8);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.submenu > li {
  display: block;
  transition-duration: .5s;
}
.submenu > li:hover {
  background-color:#ffcd00;
}
li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.submenu li a {
  padding: 10px 0;
  margin: 0 10px;
  border-bottom: 1px solid #efefef;
  font-size: 1.2vw;
  color: #000;
  display: block;
  font-family: 'Kurale', serif;
}
.submenu li a:hover {
  color: #005297;
}

/****СЭНДВИЧ*******************************************************************************************/



/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
	background-color: #ffcd00;
}
nav {
	height: 40px;
	width: 100%;
	background: #455868;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #283744;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 600px;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
}
nav li a {
	border-right: 1px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #8c99a4;
}
nav a#pull {
	display: none;
}

/*Styles for screen 800px and lower*/
@media screen and (max-width: 800px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}


/***КАРУСЕЛЬ***************************************************************************************************/
.carousel  {
   max-width: 2000px; /* ширина всего блока */
   margin: 50px auto;
   width:100%;
}
.carousel-wrapper {
   margin: 10px 30px; /* отступы для стрелок */
   overflow: hidden; /* скрываем содержимое, выходящее за рамки основной области */
   position:relative;
   border: 1px solid #e9e9e9;
}
.carousel-items {
   width: 10000px; /* устанавливаем большую ширину для набора элементов */
   position: relative; /* позиционируем блок относительно основной области карусели */
}
.carousel-block {
   float: left; /* выстраиваем все элементы карусели в ряд */
   border:1px solid #e9e9e9;
   position:relative;
   /*max-height: 238px;*/
}

.labelCars {
	position:absolute;
	left:22%;
	bottom:10px;
	font-size:1.1vw;
	color:#005297;
}

.carousel-block img{
	display:block;
}

.TabPrice td {
	padding:0 10px;
}

/*********** BUTTONS ***********/
.carousel-button-left a, .carousel-button-right a{
   width: 81px; 
   height: 120px; 
   position: relative;
   top: 80px; 
   cursor: pointer; 
   text-decoration:none;
}

.carousel-button-left a{
   float: left; 
   background: url(/assets/verstkaMKSM/images/carousel-left.png); 
}

.carousel-button-left a:hover{
   float: left; 
   background: url(/assets/verstkaMKSM/images/carousel-leftAct.png); 
}

.carousel-button-right a{
   float: right;
   background: url(/assets/verstkaMKSM/images/carousel-right.png); 
   transition-duration: .9s;
}

.carousel-button-right a:hover{
   transition-duration: .9s;
   float: right;
   background: url(/assets/verstkaMKSM/images/carousel-rightAct.png);
}

/*********** SHADOW **********
.shadow{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}*/


/*****Тестирую ховер***********************************************************************************************/

    .effect {
      position: relative;
    } 
	
/*	
    .effect img {
      width: 100%;
      height: 100%;
    }
*/
    .eff-3-1 {
      overflow: hidden;
    }
    .eff-3-1 .caption {
      position: absolute;
      top: 0;
      left: 0px;
      background: rgba(0,0,0,0.7);
      width: 100%;
      height: 100%;
      color: #fff;
      opacity: 0;
      -o-transition: all 0.2s linear 0s;
      -moz-transition: all 0.2s linear 0s;
      -webkit-transition: all 0.2s linear 0s;
      -ms-transition: all 0.2s linear 0s;
      transition: all 0.2s linear 0s;
    }
    .eff-3-1 .caption h4 {
      font-size: 1vw;
      font-weight: 200;
      text-transform: uppercase;
      text-align: center;
      padding-bottom: 70px;
      margin-top: 20px;
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2);
      -o-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -webkit-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s;
    }
    .eff-3-1 .caption p {
      margin: 15px 0px;
      text-align: center;
      font-style: italic;
      padding: 0px 10px;
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2);
      -o-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -webkit-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s;
    }
    .eff-3-1 .caption a.btn {
      width: 120px;
      text-align: center;
      display: block;
      border:1px solid #ffcd00;
      color: #ffcd00;
      padding: 10px 0px;
      border-radius: 25px;
      margin: 0px auto 0px auto;
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2);
      -o-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -webkit-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s;
    }
	
	.eff-3-1 .caption a.btn:hover {
		background-color:#028bff;
	}
	
    .eff-3-1:hover .caption {
      opacity: 1;
    }
    .eff-3-1:hover .caption h4,
    .eff-3-1:hover .caption p,
    .eff-3-1:hover .caption a.btn {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }   

.caption a {
	text-decoration:none;
	color:#fff;
	font-weight:200;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}	
                    


/*****ФОРМА в Футер**************************************************************************************************/


.footer form {
    margin: 10px auto;
    width: 100%;
}

.footer input {
    background: transparent none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font: 16px Arial,Helvetica,sans-serif;
    height: 45px;
    outline: medium none;
    width: 100%;
}


.footer textarea {
    background: transparent none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font: 16px Arial,Helvetica,sans-serif;
    height: 45px;
    outline: medium none;
    width: 100%;
}

.footerForm	{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3386cb+0,005297+100 */
background: #3386cb; /* Old browsers */
background: -moz-linear-gradient(-45deg, #3386cb 0%, #005297 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #3386cb 0%,#005297 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #3386cb 0%,#005297 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3386cb', endColorstr='#005297',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.FormIns {
	width:60%;
	margin:0 auto;
}

.FormIns input {
	border-radius:0!important;
	border:1 px solid #c1c1c1!important;
	border-color: #c1c1c1!important;
	color:#fff!important;
	opacity:1;
}

.FormIns textarea{
	border-radius:0!important;
	border:1 px solid #c1c1c1!important;
	border-color: #c1c1c1!important;
	color:#fff!important;
	opacity:1;
}

.FormIns h3 {
	color:#fff;
	font:18px Arial,Helvetica,sans-serif;
	text-align: center;
}

.InsBut {
	position:relative;
	padding:20px 0;
	cursor:pointer;
	color:#fff;
}

.InsBut:hover {	
	color:#ffcd00;
}

.footBut:hover {
	background-color:#005297;
}

.footBut {
    border: 1px solid #005297;
    border-radius: 20px;
    font-size: 16pt;
    padding: 5px 10px;
    transition-duration: 0.5s;
	cursor:pointer;
}

#form1 {
	width:60%;
	margin:0 auto;
	text-align:center;
	border-radius:0!important;
	padding: 50px 0 0;
}

#form1 span {
    border: 1px solid #fff;
	color:#fff;
    border-radius: 20px;
    font-size: 16pt;
    padding: 5px 10px;
    transition-duration: 0.5s;
}

#form1 span:hover {
	background-color:#028bff;
	color:#ffcd00;
}

.footerAdr p {
	margin:0;
	color:#ffcd00;
	text-align:center;
	padding:12px 0 0 0;
}


/*************КАТАЛОГ******************************************************************************************************************************/
/**************************************************************************************************************************************************/
/**************************************************************************************************************************************************/
/**************************************************************************************************************************************************/
/**************************************************************************************************************************************************/

.InsSlogan p{
	margin:0;
}
.sloganCat {
	font-size: 4vw;
    padding: 10px 0 10px;
	color: #ffcd00;
    font-family: "Exo 2",sans-serif;
    margin: 0;
    text-align: center;
}

.ContHeadIns {
	width:75%;
	margin:0 auto;
	transition-duration: .5s;
}

.InsSlogan {
	/*float:left;
	padding:40px;*/
	padding:5px;
	transition-duration: .5s;
	}

.ModalCat {
	transition-duration: .5s;
}


.CallBackCat {
	margin:0 auto;
	transition-duration: .5s;
}

.CallBackCat:hover {
	transform: scale(1.2);
	transition-duration: .5s;
}

.CallBackCat i {
	color:#fff;
}

.CommonHeadCat {
	min-height:302px;
	background-image: url(/assets/verstkaMKSM/images/topBanner.jpg);
	padding: 85px 0 0;
}


.CatContent {
	min-height:2000px;
	position:relative;
}

.CatMenuLeft {
	width:20%;
	float:left;
	background-color:#ff5c00;
	min-height:1000px;
	
	position: initial; /* Фиксированное положение */
    left: 0; /* Расстояние от правого края окна браузера */
    padding: 10px; /* Поля вокруг текста */
	
}

.CatContRight {
	width:80%;
	float:right;
	background-color:#e670ff;
	height:2000px;
}




/******Плавающий блок*****************************************************/
article {
  display: block;
  float: right;
  width:80%;
  min-height: 1000px;
  background: #fff;
}
aside {
  display: block;
  float: left;
  width:20%;
  background: #ffcd00;
}
footer {
  position: relative;
  clear: both;
  height: 1px;
  background: #456;
}

.sticky {
  position: fixed;
  z-index: 101;
}
.stop {
  position: relative;
  z-index: 101;
}
/*******End Плавающий блок****************************************************/


/*******Левое фиксированное меню******************************************************/

.cd-accordion-menu {
  width: 100%;
  max-width: 600px;
  background: #ffcd00;
  margin: 15px auto;
}
.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
}
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 18px;
  background: #ffcd00;
  box-shadow: inset 0 -1px #fff;
  color: #272727;
  font-size: 1.6rem;
  transition-duration: .5s;
}

.cd-accordion-menu label:hover {
  background: #efaf04;
}

.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
  background: #52565d;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {
  /* icons */
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu label {
  cursor: pointer;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after {
  background-image: url(cd-icons.svg);
  background-repeat: no-repeat;
}
.cd-accordion-menu label::before {
  /* arrow icon */
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-accordion-menu label::after {
  /* folder icons */
  left: 41px;
  background-position: -16px 0;
}
.cd-accordion-menu a::after {
  /* image icon */
  left: 36px;
  background: url(cd-icons.svg) no-repeat -48px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label::before {
  /* rotate arrow */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu input[type=checkbox]:checked + label::after {
  /* show open folder icon if item is checked */
  background-position: -32px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  background: #ffeda1;
  box-shadow: inset 0 -1px #fff;
  padding-left: 82px;
}

.cd-accordion-menu ul label,
.cd-accordion-menu ul a:hover {
  background: #028bff;
  color:#fff;
}
.no-touch .cd-accordion-menu ul label:hover, .no-touch
.cd-accordion-menu ul a:hover {
  background: #3c3f45;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label::before {
  left: 36px;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
  left: 59px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 100px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
  left: 77px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
  left: 95px;
}
@media only screen and (min-width: 600px) {
  .cd-accordion-menu label, .cd-accordion-menu a {
    padding: 5% 5% 5% 30%;
    font-size: 1.5vw;
  }
  .cd-accordion-menu label::before {
    left: 20%;
  }
  .cd-accordion-menu label::after {
    left: 53px;
  }
  .cd-accordion-menu ul label,
  .cd-accordion-menu ul a {
    padding-left: 20%;
  }
  .cd-accordion-menu ul label::before {
    left: 48px;
  }
  .cd-accordion-menu ul label::after,
  .cd-accordion-menu ul a::after {
    left: 77px;
  }
  .cd-accordion-menu ul ul label,
  .cd-accordion-menu ul ul a {
    padding-left: 130px;
  }
  .cd-accordion-menu ul ul label::before {
    left: 72px;
  }
  .cd-accordion-menu ul ul label::after,
  .cd-accordion-menu ul ul a::after {
    left: 101px;
  }
  .cd-accordion-menu ul ul ul label,
  .cd-accordion-menu ul ul ul a {
    padding-left: 154px;
  }
  .cd-accordion-menu ul ul ul label::before {
    left: 96px;
  }
  .cd-accordion-menu ul ul ul label::after,
  .cd-accordion-menu ul ul ul a::after {
    left: 125px;
  }
}
.cd-accordion-menu.animated label::before {
  /* this class is used if you're using jquery to animate the accordion */
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.LFixedSpace h2{
	color: #005297;
    font-size: 2.5vw;
    font-weight: 200;
    margin: 0;
    padding: 10% 5% 5% 20%;
}

.SubMenuIns a {
	font-size: 1.2vw;
	padding:10px;
}


/*******End Левое фиксированное меню******************************************************/

.carousel-blockCat {
   float: left; /* выстраиваем все элементы карусели в ряд */
   border:1px solid #e9e9e9;
   position:relative;
   width:24%;
}

.carousel-blockCat img{
	display:block;
}

.NavesnoeMain h5 {
	border: 1px solid #028bff;
    border-radius: 25px;
    color: #005297;
    font-size: 22pt;
    font-weight: 200;
    line-height: 1.3;
    margin: 30px auto 0;
    padding: 6px 0;
    text-align: center;
    width: 235px;
}


.NavesnoeMain h5:hover {
	background-color:#028bff;
	color:#ffcd00;
	transition-duration: .5s;
}


.labelCarsCar {
	position:absolute;
	left:14%;
	bottom:10px;
	font-size:1.4vw;
	color:#005297;
}

.bresdCr i {
	font-size:14px;
	font-weight:100;
	color:#fff;
}

.bresdCr {
	background-color: #ffcd00;	
	border-bottom:1px solid #028bff;
}

.bresdCr p{
	margin:0;
	padding:10px;
	color:#494949;
}

.bresdCr a {
	color: #005297;
}


/***********Правый блок*******************************************************************/

.InSaleCat {
	background-color:#fff;
	background-repeat: repeat;
}

.InSaleCat h1 {
    color: #005297;
    font-size: 25pt;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
    padding: 20px 0 20px 30px;
	font-family:Roboto;
	border-bottom:1px solid #ffcd00;
}

.InSaleCover {
	padding:0% 2% 0 3%;
}

.InSaleMKSM hr {
	border: none;
	color: #028bff;
	background-color: #028bff;
	height: 2px;
	width:50%;
	float:left;
	background-image: -webkit-linear-gradient(left, #fff, #028bff, #fff);
	background-image: -moz-linear-gradient(left, #fff, #028bff, #fff);
	background-image: -ms-linear-gradient(left, #fff, #028bff, #fff);
	background-image: -o-linear-gradient(left, #fff, #028bff, #fff);
}

.InSaleMKSM img {
	float:left;
	padding:0 20px 0 0;
}

.InSaleMKSM h2 {
    color: #005297;
    font-size: 25pt;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
	font-family:Roboto;
	padding: 10px 0 0;
}

.InSaleMKSM h3 {
    color: #3f3f3f;
    font-size: 20pt;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
	font-family:Roboto;
}

.InSaleAllCarsItem {
	float:left;
	width:23%;
	margin:10px;
}

.InSaleAllCarsItem img {
	width:100%;
}

.InSaleAllCarsItemNew {
	float:left;
	width:47%;
	margin:10px;
}

.InSaleAllCarsItemNew img {
	width:100%;
}

.clear {
	clear:both;
}

.InSaleList ul {
	float:left;
	margin:1% 5% 1% 0;
	list-style-type: square;
	list-style-position: inside;
	padding: 0 0 30px;
	width:22%;
}

.InSaleList3 {
	padding:0 0 30px 0;
}

.InSaleList ul li{
	font-size:1.1vw;
	padding: 3%;
	color: #ffcd00;
}

.InSaleList a{
	color: #005297;
	font-family: Roboto;
}

.InSaleList a:hover{
	color: #00315a;
}

.InSaleAllCarsButt {
	width: 26.9%;
	height: 3%;
	background: #028bff;
	margin:0 -3.1%;
	padding: 1%;
	transition-duration: .5s;
}

.InSaleAllCarsButt:hover {
	background: #004178;
}

.InSaleAllCarsButt p {
	margin:0;
	color:#ffe786;
	font-family:Roboto;
	font-size:1.4vw;
}


.InSaleAllCars {
	background-image: url(/assets/verstkaMKSM/images/pw_pattern.png);
	background-repeat: repeat;
	margin:0 -3.1%;
	padding:1.5% 3.1% 3% 3.1%;
}

.InSaleAllCarsWh {
	background-color: #fff;
	margin:0 -3.1%;
	padding:0 3.1% 3% 3.1%;
}

.InSaleAllCarsGr {
	background-color: #f3f3f3;
	margin:0 -3.1%;
	padding:0 3.1% 3% 3.1%;
}

.InSaleTriangle {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 20px solid #ffcd00;
	float:left;
	margin:0 4% 0 0;
}

.NameCars {
	padding:30px 0;
}

.InSaleList img {
	padding: 0 10px 0 0;
    width: 100px;
}

.InSaleAllCarsWh hr {
	border: none;
	color: #028bff;
	background-color: #028bff;
	height: 1px;
	background-image: -webkit-linear-gradient(left, #fff, #028bff, #fff);
	background-image: -moz-linear-gradient(left, #fff, #028bff, #fff);
	background-image: -ms-linear-gradient(left, #fff, #028bff, #fff);
	background-image: -o-linear-gradient(left, #fff, #028bff, #fff);
	margin:0 0 20px 0;
}

.InSaleAllCarsGr hr {
	border: none;
	color: #028bff;
	background-color: #028bff;
	height: 1px;
	background-image: -webkit-linear-gradient(left, #fff, #028bff, #fff);
	background-image: -moz-linear-gradient(left, #fff, #028bff, #fff);
	background-image: -ms-linear-gradient(left, #fff, #028bff, #fff);
	background-image: -o-linear-gradient(left, #fff, #028bff, #fff);
	margin:0 0 20px 0;
}


.InSaleAllCarsWh h3 {
	color:#000;
	font-family:Roboto;
	font-size:1.5vw;
	margin: 50px 0 20px;
	font-weight:300;
}

.InSaleAllCarsGr h3 {
	color:#000;
	font-family:Roboto;
	font-size:1.5vw;
	margin: 5px 0 20px;
	font-weight:300;
}

.blueHR {
	border: none;
	color: #028bff;
	background-color: #028bff;
	height: 1px;
	background-image: -webkit-linear-gradient(left, #fff, #028bff, #fff);
	background-image: -moz-linear-gradient(left, #fff, #028bff, #fff);
	background-image: -ms-linear-gradient(left, #fff, #028bff, #fff);
	background-image: -o-linear-gradient(left, #fff, #028bff, #fff);
	margin:0;
	padding:0;
}

.InSaleAllCarsGrCover {
	padding:30px 0 0 0;
}

.tdLeft {
	color:#373737;
	border-bottom: 1px dotted #585858;
}

.tdRight {
	color:#005297;
	text-align:right;
	border-bottom: 1px dotted #585858;
	padding: 8px 0;
	height:55px;
}

.tdRight span {
	color:#ff0000;
	font-weight:600;
}

.buttonTD {
	border: 1px solid #028bff;
    border-radius: 17px;
    color: #005297!important;
    font-size: 100%;
    font-weight: 200!important;
    line-height: 1.3;
    margin: 0 auto;
    padding: 6px 10px;
    text-align: center;
	transition-duration: .5s;
}

.buttonTD:hover {
	border: 1px solid #ffcd00;
	background-color:#005297;
    color: #ffcd00!important;
}

.InsContent {
	padding:20px;
}

/*********************************************************************************/
/*Карточка*/
/*********************************************************************************/
.InSaleCardCover {
	padding:2% 2% 0 3%;
	background-color:#eaeaea;
}

 
 .clearfix:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
 }
 
 .clearfix {
     display: inline-block;
 }
 
 * html .clearfix {
     height: 1%;
 }
 
 .clearfix {
     display: block;
 }
 
 /**************************************************************************************/
  div.light_rounded .pp_top .pp_left {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
 }
 
 div.light_rounded .pp_top .pp_middle {
     background: #fff;
 }
 
 div.light_rounded .pp_top .pp_right {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
 }
 
 div.light_rounded .pp_content .ppt {
     color: #000;
 }
 
 div.light_rounded .pp_content_container .pp_left,
 div.light_rounded .pp_content_container .pp_right {
     background: #fff;
 }
 
 div.light_rounded .pp_content {
     background-color: #fff;
 }
 
 div.light_rounded .pp_next:hover {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
     cursor: pointer;
 }
 
 div.light_rounded .pp_previous:hover {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
     cursor: pointer;
 }
 
 div.light_rounded .pp_expand {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
     cursor: pointer;
 }
 
 div.light_rounded .pp_expand:hover {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
     cursor: pointer;
 }
 
 div.light_rounded .pp_contract {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
     cursor: pointer;
 }
 
 div.light_rounded .pp_contract:hover {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
     cursor: pointer;
 }
 
 div.light_rounded .pp_close {
     width: 75px;
     height: 22px;
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
     cursor: pointer;
 }
 
 div.light_rounded #pp_full_res .pp_inline {
     color: #000;
 }
 
 div.light_rounded .pp_arrow_previous {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
 }
 
 div.light_rounded .pp_arrow_previous.disabled {
     background-position: 0 -87px;
     cursor: default;
 }
 
 div.light_rounded .pp_arrow_next {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
 }
 
 div.light_rounded .pp_arrow_next.disabled {
     background-position: -22px -87px;
     cursor: default;
 }
 
 div.light_rounded .pp_bottom .pp_left {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
 }
 
 div.light_rounded .pp_bottom .pp_middle {
     background: #fff;
 }
 
 div.light_rounded .pp_bottom .pp_right {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
 }
 
 div.light_rounded .pp_loaderIcon {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
 }
 
 div.dark_rounded .pp_top .pp_left {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
 }
 
 div.dark_rounded .pp_top .pp_middle {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
 }
 
 div.dark_rounded .pp_top .pp_right {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
 }
 
 div.dark_rounded .pp_content_container .pp_left {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
 }
 
 div.dark_rounded .pp_content_container .pp_right {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
 }
 
 div.dark_rounded .pp_content {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
 }
 
 div.dark_rounded .pp_next:hover {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
     cursor: pointer;
 }
 
 div.dark_rounded .pp_previous:hover {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
     cursor: pointer;
 }
 
 div.dark_rounded .pp_expand {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
     cursor: pointer;
 }
 
 div.dark_rounded .pp_expand:hover {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
     cursor: pointer;
 }
 
 div.dark_rounded .pp_contract {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
     cursor: pointer;
 }
 
 div.dark_rounded .pp_contract:hover {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
     cursor: pointer;
 }
 
 div.dark_rounded .pp_close {
     width: 75px;
     height: 22px;
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
     cursor: pointer;
 }
 
 div.dark_rounded .currentTextHolder {
     color: #c4c4c4;
 }
 
 div.dark_rounded .pp_description {
     color: #fff;
 }
 
 div.dark_rounded #pp_full_res .pp_inline {
     color: #fff;
 }
 
 div.dark_rounded .pp_arrow_previous {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
 }
 
 div.dark_rounded .pp_arrow_previous.disabled {
     background-position: 0 -87px;
     cursor: default;
 }
 
 div.dark_rounded .pp_arrow_next {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
 }
 
 div.dark_rounded .pp_arrow_next.disabled {
     background-position: -22px -87px;
     cursor: default;
 }
 
 div.dark_rounded .pp_bottom .pp_left {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
 }
 
 div.dark_rounded .pp_bottom .pp_middle {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
 }
 
 div.dark_rounded .pp_bottom .pp_right {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
 }
 
 div.dark_rounded .pp_loaderIcon {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
 }
 
 div.dark_square .pp_left,
 div.dark_square .pp_middle,
 div.dark_square .pp_right,
 div.dark_square .pp_content {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_square/contentPattern.png) top left repeat;
 }
 
 div.dark_square .currentTextHolder {
     color: #c4c4c4;
 }
 
 div.dark_square .pp_description {
     color: #fff;
 }
 
 div.dark_square .pp_loaderIcon {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
 }
 
 div.dark_square .pp_content_container .pp_left {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
 }
 
 div.dark_square .pp_content_container .pp_right {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
 }
 
 div.dark_square .pp_expand {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
     cursor: pointer;
 }
 
 div.dark_square .pp_expand:hover {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
     cursor: pointer;
 }
 
 div.dark_square .pp_contract {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
     cursor: pointer;
 }
 
 div.dark_square .pp_contract:hover {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
     cursor: pointer;
 }
 
 div.dark_square .pp_close {
     width: 75px;
     height: 22px;
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
     cursor: pointer;
 }
 
 div.dark_square #pp_full_res .pp_inline {
     color: #fff;
 }
 
 div.dark_square .pp_arrow_previous {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
 }
 
 div.dark_square .pp_arrow_previous.disabled {
     background-position: 0 -87px;
     cursor: default;
 }
 
 div.dark_square .pp_arrow_next {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
 }
 
 div.dark_square .pp_arrow_next.disabled {
     background-position: -22px -87px;
     cursor: default;
 }
 
 div.dark_square .pp_next:hover {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
     cursor: pointer;
 }
 
 div.dark_square .pp_previous:hover {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
     cursor: pointer;
 }
 
 div.light_square .pp_left,
 div.light_square .pp_middle,
 div.light_square .pp_right,
 div.light_square .pp_content {
     background: #fff;
 }
 
 div.light_square .pp_content .ppt {
     color: #000;
 }
 
 div.light_square .pp_expand {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
     cursor: pointer;
 }
 
 div.light_square .pp_expand:hover {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
     cursor: pointer;
 }
 
 div.light_square .pp_contract {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
     cursor: pointer;
 }
 
 div.light_square .pp_contract:hover {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
     cursor: pointer;
 }
 
 div.light_square .pp_close {
     width: 75px;
     height: 22px;
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
     cursor: pointer;
 }
 
 div.light_square #pp_full_res .pp_inline {
     color: #000;
 }
 
 div.light_square .pp_arrow_previous {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
 }
 
 div.light_square .pp_arrow_previous.disabled {
     background-position: 0 -87px;
     cursor: default;
 }
 
 div.light_square .pp_arrow_next {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
 }
 
 div.light_square .pp_arrow_next.disabled {
     background-position: -22px -87px;
     cursor: default;
 }
 
 div.light_square .pp_next:hover {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
     cursor: pointer;
 }
 
 div.light_square .pp_previous:hover {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
     cursor: pointer;
 }
 
 div.facebook .pp_top .pp_left {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
 }
 
 div.facebook .pp_top .pp_middle {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
 }
 
 div.facebook .pp_top .pp_right {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
 }
 
 div.facebook .pp_content .ppt {
     color: #000;
 }
 
 div.facebook .pp_content_container .pp_left {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
 }
 
 div.facebook .pp_content_container .pp_right {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
 }
 
 div.facebook .pp_content {
     background: #fff;
 }
 
 div.facebook .pp_expand {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
     cursor: pointer;
 }
 
 div.facebook .pp_expand:hover {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
     cursor: pointer;
 }
 
 div.facebook .pp_contract {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
     cursor: pointer;
 }
 
 div.facebook .pp_contract:hover {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
     cursor: pointer;
 }
 
 div.facebook .pp_close {
     width: 22px;
     height: 22px;
     background: url(/assets/verstkaMKSM/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
     cursor: pointer;
 }
 
 div.facebook #pp_full_res .pp_inline {
     color: #000;
 }
 
 div.facebook .pp_loaderIcon {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/facebook/loader.gif) center center no-repeat;
 }
 
 div.facebook .pp_nav .pp_arrow_previous {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
     height: 22px;
     margin-top: 0;
     width: 22px;
 }
 
 div.facebook .pp_arrow_previous.disabled {
     background-position: 0 -96px;
     cursor: default;
 }
 
 div.facebook .pp_nav .pp_arrow_next {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
     height: 22px;
     margin-top: 0;
     width: 22px;
 }
 
 div.facebook .pp_arrow_next.disabled {
     background-position: -32px -96px;
     cursor: default;
 }
 
 div.facebook .pp_nav {
     margin-top: 0;
 }
 
 div.facebook .pp_nav p {
     font-size: 15px;
     padding: 0 3px 0 4px;
 }
 
 div.facebook .pp_next:hover {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
     cursor: pointer;
 }
 
 div.facebook .pp_previous:hover {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
     cursor: pointer;
 }
 
 div.facebook .pp_bottom .pp_left {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
 }
 
 div.facebook .pp_bottom .pp_middle {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
 }
 
 div.facebook .pp_bottom .pp_right {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
 }
 
 div.pp_pic_holder a:focus {
     outline: none;
 }
 
 div.pp_overlay {
     background: #000;
     display: none;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 9500;
 }
 
 div.pp_pic_holder {
     display: none;
     position: absolute;
     width: 100px;
     z-index: 10000;
 }
 
 .pp_top {
     height: 20px;
     position: relative;
 }
 
 * html .pp_top {
     padding: 0 20px;
 }
 
 .pp_top .pp_left {
     height: 20px;
     left: 0;
     position: absolute;
     width: 20px;
 }
 
 .pp_top .pp_middle {
     height: 20px;
     left: 20px;
     position: absolute;
     right: 20px;
 }
 
 * html .pp_top .pp_middle {
     left: 0;
     position: static;
 }
 
 .pp_top .pp_right {
     height: 20px;
     left: auto;
     position: absolute;
     right: 0;
     top: 0;
     width: 20px;
 }
 
 .pp_content {
     height: 40px;
 }
 
 .pp_content .ppt {
     left: auto;
     margin-bottom: 5px;
     position: relative;
     top: auto;
 }
 
 .pp_fade {
     display: none;
 }
 
 .pp_content_container {
     position: relative;
     text-align: left;
     width: 100%;
 }
 
 .pp_content_container .pp_left {
     padding-left: 20px;
 }
 
 .pp_content_container .pp_right {
     padding-right: 20px;
 }
 
 .pp_content_container .pp_details {
     margin: 10px 0 2px 0;
 }
 
 .pp_description {
     display: none;
     margin: 0 0 5px 0;
 }
 
 .pp_nav {
     clear: left;
     float: left;
     margin: 3px 0 0 0;
 }
 
 .pp_nav p {
     float: left;
     margin: 2px 4px;
 }
 
 .pp_nav a.pp_arrow_previous,
 .pp_nav a.pp_arrow_next {
     display: block;
     float: left;
     height: 15px;
     margin-top: 3px;
     overflow: hidden;
     text-indent: -10000px;
     width: 14px;
 }
 
 .pp_hoverContainer {
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 2000;
 }
 
 a.pp_next {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
     display: block;
     float: right;
     height: 100%;
     text-indent: -10000px;
     width: 49%;
 }
 
 a.pp_previous {
     background: url(/assets/verstkaMKSM/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
     display: block;
     float: left;
     height: 100%;
     text-indent: -10000px;
     width: 49%;
 }
 
 a.pp_expand,
 a.pp_contract {
     cursor: pointer;
     display: none;
     height: 20px;
     position: absolute;
     right: 30px;
     text-indent: -10000px;
     top: 10px;
     width: 20px;
     z-index: 20000;
 }
 
 a.pp_close {
     display: block;
     float: right;
     text-indent: -10000px;
 }
 
 .pp_bottom {
     height: 20px;
     position: relative;
 }
 
 * html .pp_bottom {
     padding: 0 20px;
 }
 
 .pp_bottom .pp_left {
     height: 20px;
     left: 0;
     position: absolute;
     width: 20px;
 }
 
 .pp_bottom .pp_middle {
     height: 20px;
     left: 20px;
     position: absolute;
     right: 20px;
 }
 
 * html .pp_bottom .pp_middle {
     left: 0;
     position: static;
 }
 
 .pp_bottom .pp_right {
     height: 20px;
     left: auto;
     position: absolute;
     right: 0;
     top: 0;
     width: 20px;
 }
 
 .pp_loaderIcon {
     display: block;
     height: 24px;
     left: 50%;
     margin: -12px 0 0 -12px;
     position: absolute;
     top: 50%;
     width: 24px;
 }
 
 #pp_full_res {
     line-height: 1 !important;
 }
 
 #pp_full_res .pp_inline {
     text-align: left;
 }
 
 #pp_full_res .pp_inline p {
     margin: 0 0 15px 0;
 }
 
 div.ppt {
     color: #fff;
     display: none;
     font-size: 17px;
     left: 0;
     position: absolute;
     top: 0;
     z-index: 9999;
 }
 
 /******Галерея карточки мои стили**************************************/
.CB1TopContainer {
 }
 
.CB1MainPhoto{
	float:left;
	width:45%;
	position:relative;
 }
.loop {
	position:absolute;
	top:1%;
	right:12%;
}
.loop  img {
	width:100%;
	height:100%;
	opacity: 0.7;
}

.CB1MainPhoto img {
	width:90%;
	height:90%;
	border:1px solid #cfcece;
 }
.CB1mainCont {
	float:left;
	width:50%;
 }
.CB1mainCont table {
	width:100%;
} 
.CB1mainCont td {
	border-bottom:1px dotted #979797;
	font-size: 1.2vw;
	line-height:1.4;
}
 
.CB1mainCont h2 {
	color:#ff022c;
	font-size:25pt;
	margin: 2% 0 5% 0;
} 
.CB1mainCont span {
	color:#ff022c;
	font-weight:400;
}  

.gallPhoto {
	float:left;
	width:25%;
	padding:2% 2% 0 0;
}

.gallPhoto img {
	width:100%;
	height:100%;
	border:1px solid #cfcece;
}
.CardBlock02 table {
	width:70%;
}

.CardBlock02 td{
	border-bottom:1px dotted #979797;
	padding:0.5%;
	font-size: 1.1vw;
}

.CardBlock02 tr:hover{
	background-color:#ffcd00;
	cursor:pointer;
}

.InsContent table {
	width:98%;
}

.InsContent td{
	border-bottom:1px dotted #979797;
	padding:0.5%;
	font-size: 1.1vw;
}

.InsContent tr:hover{
	background-color:#ffcd00;
	cursor:pointer;
}

.RightBord {
	border-right:1px dotted #979797;
}

.has-children a {
text-decoration:none;
}

.InsMenu {
	text-align: justify;
	width:100%;
	margin:0 auto;
	padding:10px 0 0 0;
}

.InsMenu:after {
  display: inline-block;
  content: "";
  width: 100%;
}

.InsMenuItem {
	display: inline-block;
	padding:5px;
}

.BlocInsMenu {
	text-align:center;
}



/*******************************************************************************************************************************************/
@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
/* Базовый контейнер табов */
.tabs {
	min-width: 320px;
	padding: 0px;
	margin: 0 auto;
}
/* Стили секций с содержанием */
.tabs>section {
	display: none;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
	min-height: 120px;
}
.tabs>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	/* прикрутим анимацию */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/* Описываем анимацию свойства opacity */
 
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Прячем чекбоксы */
.tabs>input {
	display: none;
	position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #aaa;
	border: 0px solid #ddd;
	border-width: 1px 1px 1px 1px;
	background: #f1f1f1;
	border-radius: 3px 3px 0 0;
}
/* Шрифт-иконки от Font Awesome в формате Unicode */
.tabs>label:before {
	font-family: fontawesome;
	font-weight: normal;
	margin-right: 10px;
}

.CardBlock03 {
	padding:30px 0;
}

/*
.tabs>label[for*="1"]:before {
	content: "\f19a";
}
.tabs>label[for*="2"]:before {
	content: "\f17a";
}
.tabs>label[for*="3"]:before {
	content: "\f13b";
}
.tabs>label[for*="4"]:before {
	content: "\f13c";
}*/
/* Изменения стиля переключателей вкладок при наведении */
 
.tabs>label:hover {
	color: #888;
	cursor: pointer;
}
/* Стили для активной вкладки */
.tabs>input:checked+label {
	color: #555;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	background: #fff;
}
/* Активация секций с помощью псевдокласса :checked */
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4 {
	display: block;
}
/* Убираем текст с переключателей 
* и оставляем иконки на малых экранах
*/
 
@media screen and (max-width: 680px) {
	.tabs>label {
		font-size: 0;
	}
	.tabs>label:before {
		margin: 0;
		font-size: 18px;
	}
}
/* Изменяем внутренние отступы 
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
	.tabs>label {
		padding: 15px;
	}
}

.CBh4{
float: right;
background-color:#1d71b6;
width:70%;
margin:0 -24px 10px 0;
border-radius:15px 0 0 15px;
transition-duration: .5s;
}

.CBh4:hover{
background-color:#003e71;
}

.CBh4 h4 {
	color:#ffcd00;
	font-size:2vw;
	font-weight: 300;
	margin:2%;
}

.CardBlock04 {
	background-color:#eaeaea;
}

.CBh5{
float: left;
background-color:#1d71b6;
width:70%;
margin:40px 0 10px -37px;
border-radius:0 15px 15px 0;
transition-duration: .5s;
}

.CBh5:hover{
background-color:#003e71;
}

.CBh5 h4 {
	color:#ffcd00;
	font-size:2vw;
	font-weight: 300;
	margin:2%;
}

.CardBlock05 {
	padding:0 0 50px 0;
}

.marContacts {
	min-height: 1040px;
	position:relative;
}

.marContacts img {
	border:1px solid #9e9e9e;
}

.contakti span {
	color:#005297;
}
.contakti b {
	color:#ff0c00;
}
.mapButt {
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	border:1px solid #0092ff;
	border-radius:20px;
	color:#0092ff;
	font-size:1.2vw;
	margin:10px;
	padding:10px;
}

.mapButt:hover {
	cursor:pointer;
	background-color:#ffd800;
}

.mapMurino {
	position:absolute;
	top:0;
	left:0;
}

/*********************************************************************************/
/*********************************************************************************/
/*Медиа запросы*/
/*********************************************************************************/
/*********************************************************************************/

/****Будут применяться в тех случаях, когда ширина области просмотра не превышает указанных размеров. Если ширина будет больше, то браузер игнорирует стили данного медиазапроса.******************************/

/******* Больше 1400*********************************/
@media screen and (min-width: 1400px) {
	.InSaleList img {
		float:left;
	}
}

/******* Больше 1201*********************************/
@media screen and (min-width: 1201px) {
	.ULInSaleList3 {
	width:35%!important;
	margin: 1% 5% 1% 0!important;
	}
	
}

/******* Больше 800*********************************/
@media screen and (min-width: 800px) {
	.ContHeadIns {
		padding: 20px 0 0;
	}
}

/******* Больше 413*********************************/
@media screen and (min-width: 414px) {
	.ModalCat {
		padding:20px 30px;
		float:left;
	}
}

/*******Стили этого запроса будут применяться только для экранных устройств с шириной области просмотра не более указанных**********************************************************/

/******* Меньше 1600*********************************/
@media screen and (max-width: 1600px) {
	.ContHeadIns {
		width:85%;
	}
	.InSaleAllCarsWh h3 {
		font-size:1.3vw;
	}
}

/******* Меньше 1400*********************************/
@media screen and (max-width: 1400px) {
    .eff-3-1 .caption h4 {
      padding-bottom: 25%;
    }
	.InSaleAllCarsItem {
		width: 22%;
	}
	.InSaleAllCarsItemNew {
		width: 98%;
	}	
	.InSaleAllCarsGr h3 {
		font-size:2vw;
	}
	.InSaleAllCarsWh h3 {
    font-size: 2vw;
    margin: 10px 0;
	}
	.InSaleList ul li {
		font-size: 1.1vw;
	}
	.CB1mainCont td {
		padding:10px;
	}
	
	.CardBlock02 table {
		width:90%;
	}
	.CardBlock02 td {
		font-size:1.3vw;
	}
}


/******* Меньше 1200*********************************/
@media screen and (max-width: 1200px) {
	.InSaleList ul {
		margin: 1% 5% 1% 0;
		width:28%;
	}
	.InSaleList ul li {
		font-size:1.5vw;
	}
	.InSaleAllCarsItem {
		width:45%;
	}
	.ULInSaleList3 {
	width:45%!important;
	}
}


/******* Меньше 1100*********************************/
@media screen and (max-width: 1100px) {
	.ContHeadIns {
		width:95%;
	}
	
	.InSaleMKSM h3 {
		font-size: 17pt;
	}
	.CardBlock02 table {
		width:100%;
	}
	.CardBlock02 td {
		font-size:1.4vw;
	}
}

/*******Меньше 959*********************************/
@media screen and (max-width: 959px) {
.CommonHeadCat {
	min-height:345px;
}

.InSaleMKSM h3 {
	font-size: 14pt;
}
	.InSaleList ul {
		margin: 1% 2% 1% 0;
		width:31%;
	}
	.InSaleList ul li {
		font-size:1.7vw;
	}
	.InSaleAllCarsGr h3 {
		font-size:2.7vw;
	}
	.CB1mainCont td {
		padding:5px;
	}
	.CB1mainCont {
		width:50%;
	}
	.InsContent td{
		font-size: 2vw;
	}
}

/******* Меньше 800*********************************/
@media screen and (max-width: 800px) {
	.ContHeadIns {
		padding: 0;
	}
	.CommonHeadCat {
		min-height:440px;
	}

	#aside1{
		display:none;
	}
	.InSaleAllCarsButt p {
		font-size:2vw;
	}
	#article {
		width:100%;
	}

	.InSaleMKSM h3 {
		font-size: 16pt;
	}
	.InSaleList ul li {
		font-size:2vw;
	}
	.CB1mainCont td {
		font-size: 1.9vw;
		padding: 5px;
	}
	.CB1mainCont {
		width:50%;
	}
	
	.CardBlock02 table {
		width:90%;
	}
	.CardBlock02 td {
		font-size:1.9vw;
	}
}

/******* Меньше 700*********************************/
@media screen and (max-width: 700px) {
	.InsSlogan {
		padding:40px 10px 10px 10px;
		}

	.ModalCat {
		padding:30px 10px;
	}
	.InSaleMKSM h3 {
		font-size: 14pt;
	}
}

/******* Меньше 601*********************************/
@media screen and (max-width: 601px) {
	.InSaleMKSM h3 {
		font-size: 12pt;
	}
	.eff-3-1 .caption h4 {
      padding-bottom: 15%;
    }
	.InSaleAllCarsButt {
		width:100%;
		margin:0;
		padding:15px;
		border-radius:30px;
	}
	.InSaleAllCarsButt p {
		padding:0 0 0 20%;
		font-size:5vw;
		font-weight:300;
	}
	.SubSloganCat {
		display:none;
	}
	/*
	.InSaleAllCars {
		display:none;
	}
	*/
	.InSaleList ul {
    margin: 1% 1% 1% 0;
    width: 95%;
	padding: 0;
	}
	.InSaleList ul li {
    font-size: 3vw;
    font-weight: 300;
	padding: 8px 0;
	}
	.InSaleList img {
		float:left;
	}
	.InSaleAllCarsWh h3 {
		font-size: 5vw;
		margin: 25px 0;
	}
	.InSaleAllCarsGr h3 {
		font-size: 4vw;
	}
	.CB1mainCont h2 {
	font-size:20pt;
	} 
	.CB04Cars {
	display:none;
	}
	.CBh4 {
		width:100%;
	}
	.CBh5 {
		width:100%;
		margin: 10px 0 10px -37px;
	}
	.CBh4 h4 {
		font-size:5vw;
		text-align: center;
	}
	.CBh5 h4 {
		font-size:5vw;
		text-align: center;
	}
	.CardBlock05 {
		padding: 0 0 20px;
	}
	.InsMenu {
		display:none;
	}
	.InSaleAllCarsItem {
		width:98%;
	}
	.InsContent td{
		font-size: 3vw;
	}

}


/*******Меньше 413*********************************/
@media screen and (max-width: 413px) {
	.sloganCat {
			display:none;
		}
	.SubSloganCat {
		display:none;
	}
	.CallBackCat {
		margin:0 auto;
		text-align:center;
		width:85px;
	}
	.ModalCat {
		padding:20px;
	}
	.InSaleMKSM h3 {
		display:none;
	}
	.InSaleList ul {
    margin: 1% 1% 1% 0;
    width: 95%;
	padding: 0;
	}
	.InSaleList ul li {
    font-size: 6vw;
    font-weight: 300;
	}
	.InsSlogan {
		display:none;
	}
	/*
	.InSaleAllCars {
		display:none;
	}*/
	.NameCars img {
		width:90%;
	}
	.InSaleAllCarsButt {
    padding:4%;
    width: 100%;
	border-radius:30px;
	}
	.InSaleAllCarsButt p {
	font-size:6vw;
	}
	.ULInSaleListEng {
    font-size: 3.5vw!important;
    font-weight: 300;
	}
	.InSaleAllCarsGr h3 {
    font-size: 6vw;
	text-align:center;
	}
	.CB1MainPhoto {
		width:100%
	}
	.CB1mainCont {
		width:100%;
	}
	.CB1MainPhoto img {
	width:100%;
	height:100%;
	}
	.CB1mainCont h2 {
		text-align:center;
		margin: 2%;
	}
	.CB1mainCont td {
		font-size: 4vw;
	}
}
/*******Меньше 360*********************************/
@media screen and (max-width: 360px) {
	.InSaleCat h1 {
		font-size:8vw;
	}
	.InSaleAllCarsWh h3 {
		font-size:7vw;
	}
	.InSaleMKSM h2 {
		font-size:12vw;
		padding: 45px 0 0;
	}
	.InSaleAllCarsGr h3 {
		text-align: center;
		font-size:12vw;
	}
	.InSaleAllCarsButt p {
		font-size:7vw;
	}
	.ULInSaleList3{
		width:95%!important;
	}
	.ULInSaleListEng {
		font-size: 6vw !important;
	}
	.gallPhoto {
		width:50%;
	}
}



/**********************************************************************/
.TopText {
    background-color: #fff;
    border-bottom: 1px solid #c1c1c1;
    padding: 3% 1%;
	font-family: Calibri;
}

.NavesnoeMainBlock p {
	font-family: Calibri;
}

.TopText  h1 {
	color: #005297;
	font-weight:200;
}

.TopText ul {
	list-style-type:square;
	margin-left: 50px;
}

.topImgLeft {
	width:300px;
	padding:10px;
	float:left;
	border:1px solid #d1d1d1;
	margin:0 15px 15px 0;
}

.topImgRight {
	width:300px;
	padding:10px;
	float:right;
	border:1px solid #d1d1d1;
	margin:0 0 15px 15px;
}

.TractorMainSkin1 p {
	font-family: Calibri;
}

.TractorMainSkin1 ul {
	list-style-type:square;
	margin-left: 50px;
	font-family: Calibri;
}

.zapchasti a {
	text-decoration:none;
	color: #005297;
}

.zapchasti a:hover {
	text-decoration:none;
}


.zapchasti h2 {
	color: #005297;
    font-family: Roboto;
    font-size: 25pt;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
    padding: 20px 0;
}

.zapchasti span {
	color:#ff0000;
}

/***********************************************************/


.WeHave01 {
	float:left;
	width:11%;
	text-align:left;
	transition-duration: .6s;
	padding:6px 0;
	color:#ca0000;
	font-size:20pt;
}

/**********/

.WeHave02 {
	float:left;
	width:19%;
	text-align:left;
	transition-duration: .6s;
	padding:6px 0;
	color:#ca0000;
	font-size:20pt;
}

.WeHave02:hover {
	color:#0054e0;
	transition-duration: .6s;
	cursor:pointer;
}


/**********/

.WeHave03 {
	float:left;
	width:15%;
	text-align:center;
	border:1px dotted #0030ff;
	transition-duration: .6s;
	border-radius: 5px;
	padding:6px 0;
	margin:0 3px;
	font-size:18pt;
	background-color:#ff0000;
	color:#fff;
}

.WeHave03:hover {
	border:1px solid #0030ff;
	transition-duration: .6s;
	background-color:#900000;
	cursor:pointer;
}

.WeHave03 a {
	display:block;
	
}

/**********/

.WeHave04 {
	float:left;
	width:16%;
	text-align:center;
	border:1px dotted #0086ee;
	transition-duration: .6s;
	border-radius: 5px;
	padding:6px 0;
	margin:0 3px;
	font-size:18pt;
	background-color:#0086ee;
	color:#fff;
}

.WeHave04:hover {
	border:1px solid #00599e;
	transition-duration: .6s;
	background-color:#00599e;
	cursor:pointer;
}

.WeHave04 a {
	display:block;
	
}

/**********/

.WeHave05 {
	float:left;
	width:16%;
	text-align:center;
	border:1px dotted #0030ff;
	transition-duration: .6s;
	border-radius: 5px;
	padding:6px 0;
	margin:0 3px;
	font-size:18pt;
}

.WeHave05:hover {
	border:1px solid #0030ff;
	transition-duration: .6s;
	cursor:pointer;
}

.WeHave05 a {
	display:block;
	
}

/**********/

.WeHave06 {
	float:left;
	width:16%;
	text-align:center;
	border:1px dotted #0030ff;
	transition-duration: .6s;
	border-radius: 5px;
	padding:6px 0;
	margin:0 3px;
	font-size:18pt;
}

.WeHave06 a {
	display:block;
	
}

.WeHave06:hover {
	border:1px solid #0030ff;
	transition-duration: .6s;
	cursor:pointer;
}

.menuContainer9 {
	width:24%;
	float:left;
	padding:5px;
}

.img-responsive9 {
    display: block;
    float: left;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
}

/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/


.CoverForm {
    position: relative;
}

.ModalPrice {
	background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 3px;
    color: #737171;
    margin: 0 auto;
    position: relative;
	font-weight:300;
}
.TopFormContr {
    background-color: transparent;
    background-image: none;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    color: #3d3d3d;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 1.42857;
    margin: 0 0 15px 13px;
    opacity: 0.8;
    outline: 0 none;
    padding: 6px 12px;
    transition: all 1s ease 0s;
    width: 90%;
}

.ClBut {
	position:absolute;
	top:0;
	right:0;
	font-size:14pt;
	border:1px solid #c5c5c5!important;
	padding:3px 9px;
	border-radius: 2px;
}

.ClBut:hover {
	background:#c5c5c5!important;
}

.ClButSend {
	font-size:12pt;
	border:1px solid #c5c5c5!important;
	padding:3px 9px;
	border-radius: 4px;
	color:#737171;
}

.ClButSend:hover {
	background:#c5c5c5!important;
	cursor:pointer;
}

.TopFormContr {
    background-color: transparent;
    background-image: none;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    color: #3d3d3d;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 1.42857;
    margin: 0 0 15px 13px;
    opacity: 0.8;
    outline: 0 none;
    padding: 6px 12px;
    transition: all 1s ease 0s;
    width: 90%;
}

.ClButSendMe {
	position:absolute;
	bottom:0;
}

.MuButt01 {
	position:absolute;
	right:0;
}

.MuButt02 {
	text-align:left;
	padding-left:10px;
}

.form-group input:focus {
	width:90%;
}


/***************************************************************************/


.WeHave02 {
	float:left;
	width:50%;
	text-align:left;
	transition-duration: .6s;
	padding:6px 0;
	color:#ca0000;
	font-size:20pt;
}

.WeHave02:hover {
	color:#0054e0;
	transition-duration: .6s;
	cursor:pointer;
}


/**********/

.WeHave03 {
	float:right;
	width:20%;
	text-align:center;
	border:1px dotted #0030ff;
	transition-duration: .6s;
	border-radius: 5px;
	padding:6px 0;
	margin:0 2%;
	font-size:18pt;
	background-color:#479f33;
	color:#fff;
	font-family: "Lato",Roboto,arial,sans-serif;
	font-weight:400;
}

.WeHave03:hover {
	border:1px solid #0030ff;
	transition-duration: .6s;
	background-color:#39792a;
	cursor:pointer;
}

.WeHave03 a {
	display:block;
	
}


/**********/

.WeHave05 {
	float:left;
	width:35%;
	text-align:center;
	border:1px dotted #0030ff;
	transition-duration: .6s;
	border-radius: 5px;
	padding:6px 0;
	margin:0 2%;
	font-size:18pt;
}

.WeHave05:hover {
	border:1px solid #0030ff;
	transition-duration: .6s;
	cursor:pointer;
}

.WeHave05 a {
	display:block;
	
}

/**********/

.WeHave06 {
	float:left;
	text-align:center;
	border:1px dotted #0030ff;
	transition-duration: .6s;
	border-radius: 5px;
	padding:6px 0;
	font-size:14pt;
	background-color:#34a6d5;
	color:#fff;
	width:30%;
	font-family: "Lato",Roboto,arial,sans-serif;
	font-weight:400;
}

.WeHave06:hover {
	border:1px solid #0030ff;
	transition-duration: .6s;
	background-color:#35b8ef;
	cursor:pointer;
}

.WeHave06 a {
	display:block;
	
}


/*******************************************************************/

@media screen and (max-width: 850px) {

	 .WeHave02{
		font-size:20pt;
		width:47%;
		margin: 2px 4px;
		text-align:center;
	}
	 .WeHave03{
		font-size:14pt;
		width:23%;
		margin: 2px 4px;
	}

	 .WeHave05{
		font-size:14pt;
		width:23%;
		margin: 2px 3px;
	}
}

@media screen and (max-width: 600px) {

	 .WeHave02{
		font-size:20pt;
		width:47%;
		margin: 2px 4px;
		text-align:center;
	}
	 .WeHave03{
		font-size:12pt;
		width:23%;
		margin: 2px 4px;
	}

	 .WeHave05{
		font-size:12pt;
		width:23%;
		margin: 2px 3px;
	}
}

@media screen and (max-width: 600px) {

	 .WeHave02{
		font-size:16pt;
		width:100%;
		margin: 2px 4px;
		text-align:center;
	}
	 .WeHave03{
		font-size:12pt;
		width:100%;
		margin: 2px 4px;
	}

	 .WeHave05{
		font-size:12pt;
		width:47%;
		margin: 2px 3px;
	}
}

@media screen and (max-width: 400px) {

	 .WeHave02{
		font-size:20pt;
		width:97%;
		margin: 2px 4px;
		text-align:center;
	}
	 .WeHave03{
		font-size:12pt;
		width:97%;
		margin: 2px 4px;
	}

	 .WeHave05{
		font-size:12pt;
		width:97%;
		margin: 2px 3px;
	}
}


/******************************************************************************/
/******************************************************************************/
/**********МОДАЛЬНОЕ ОКНО******************************************************/
/******************************************************************************/
/******************************************************************************/

.overlay {
	background: #000;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	opacity: .5;
}
.visible {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	overflow: hidden;
	z-index: 2000;
	width: 500px;
	margin-left: -250px;
	color:#fff;
	text-align:center;
	line-height:2;
	background: #f5f5f5;
	border-radius: 5px;
}
#win button {
	float: right;
	line-height: 20px;
	margin: 1.2em;
	border: none;
	background: transparent;
	color: #000;
	padding: 5px 20px;
}
#win button[type="button"]:hover {
	cursor: pointer;
	color: navy;
	text-decoration: none;
	color:#000;
}
#win h3 {
    border-radius: 3px 3px 0 0;
    font-size: 2.4em;
    font-weight: 300;
    margin: 0;
    padding: 0.4em;
    text-align: center;
	color:#000;
}
.content {
	padding: 0 1em!important;
	border-top: 1px solid #ccc!important;
	border-bottom: 1px solid #ccc!important;
	background: WhiteSmoke!important;
}

.visible span {
	font-size:20pt;
}

.visible input {
	background: #d4e1e9;
}

/*********************************************************************
*********************************************************************/

/**********/

.WeHaveSel {
	float:left;
	width:15%;
	text-align:center;
	border:1px dotted #0030ff;
	transition-duration: .6s;
	border-radius: 5px;
	padding:6px 0;
	margin:0 3px;
	font-size:18pt;
	background-color:#ff0000;
	color:#fff;
}

.WeHaveSel:hover {
	border:1px solid #0030ff;
	transition-duration: .6s;
	background-color:#900000;
	cursor:pointer;
}

.WeHaveSel a {
	display:block;
	
}

/**********/

/**********/

.WeHaveSel {
	float:left;
	width:20%;
	text-align:center;
	border:1px dotted #0030ff;
	transition-duration: .6s;
	border-radius: 5px;
	padding:6px 0;
	margin:0 2%;
	font-size:18pt;
	background-color:#479f33;
	color:#fff;
	font-family: "Lato",Roboto,arial,sans-serif;
	font-weight:400;
}

.WeHaveSel:hover {
	border:1px solid #0030ff;
	transition-duration: .6s;
	background-color:#39792a;
	cursor:pointer;
}

.WeHaveSel a {
	display:block;
	
}


/**********/

.newsItemIns img {
	width:25%;;
	float:left;
	padding:0 10px 10px 0;
}


.newsItemIns ul {
	list-style-type: circle!important;
	padding:0 0 0 15px;
	list-style-position: inside;
}


.newsItem {
	width:45%;
	float:left;
	padding:1%;
}

.NewsAnons h3 {
	text-align:left;
}

.newsItem img {
	height:100px;
	float:left;
	padding:1%;
}

.newsItem  a{
	color:#0d6ac5;
}


.newsItem1 {
	width:50%;
	float:left;
	padding:1%;
}

.NewsAnons1 h3 {
	text-align:left;
}

.newsItem1 img {
	height:100px;
	float:left;
	padding:1%;
}

.newsItem1  a{
	color:#0d6ac5;
}


.MainNews {
	border-top:1px solid #afafaf;
	border-bottom:1px solid #afafaf;
	padding:30px 0;
	background-color:#fff;
}
	
.MainNews h3 {
	text-align:left;
}

.MainNews h2 {
	text-align:center;
}


.NewsAnonsIns {
	width:90%;
	margin:0 auto;
}

.TopTextMy img{
	width:300px;
	padding:0 10px 10px 0;
	float:left;
}

.TopTextMy ul {
	list-style-type: circle!important;
	padding:0 0 0 15px;
	list-style-position: inside;
}

.MyText img {
	float:left;
	padding:0 10px 10px 0;
	width:350px;
}

.diller {
	text-align:center;
	color:#fff;
	padding:0 0 5px 0;
}

.diller img {
	width:30%;
}



.diller01 {
	text-align:center;
	color:#fff;
	padding:0 0 5px 0;
}

.diller01 img {
	width:30%;
}

.newPartner {
	background-color:#028bff!important;
	color:#fff;
	padding: 10px;
	border-radius: 5px;
	text-transform: uppercase;
}

.InSaleAllCarsItemNew table {
	width:95%;
}

.PartnerIns img{
	width:90%;
}

.newMksmIns {
	width:48%;
	float:left;
	padding: 10px;
}

.newMksmIns img {
	width:100%;
}

.InSaleNeww {
	text-align:center;
}