*{
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: Tahoma, sans-serif;
	background: url(../img/bg-el.png) no-repeat 50% 0, 
				url(../img/bg-up.png) no-repeat 177% 0,
				url(../img/bg-line-d.png) no-repeat -33% 100%;
	background-color: #7f7f7f;			
}

p {
	margin: 0;
	padding: 0;
}

h1 {
	text-transform: uppercase;
	font-size: 1.3em;
	color: #d35103;
	font-weight: 100;
	/*outline: 1px solid red;*/
	margin-bottom: 10px;
}

h2 {
	text-transform: uppercase;
	font-size: 1.15em;
	color: #d35103;
	font-weight: 100;
	/*outline: 1px solid red;*/
	margin-bottom: 10px;
}

h3 {
	text-transform: uppercase;
	font-size: 1.05em;
	color: #d35103;
	font-weight: 100;
	/*outline: 1px solid red;*/
	margin-bottom: 10px;
}

img {
	border: 0;
}

a{
	color: #d0540c;
}

#clear {
	clear: both;
}

.clear {
	clear: both;
}

.center{
    text-align: center;
}

#header {
	/*outline: 1px solid yellow;*/
	height: 101px;
	max-width: 1224px;
	min-width: 300px;
	margin: 0 auto;
	padding: 0 12px;
}

#logo {
	padding-top: 33px;
	margin-right: 15px;
	float: left;
/*	outline: 1px solid blue;*/
}

#logo img {
	width: 298px;
	height: 39px;
}

#textlogo {
	/*outline: 1px solid yellow;*/
	padding-top: 33px;
	color: #e0e0e0;
	font-size: 1.15em;
	text-transform: uppercase;
	float: left;
}

#phonelogo {
	/*outline: 1px solid yellow;*/
	padding-top: 30px;
	color: #fefefe;
	float: right;
}

#phonelogo p{
	font-size: 1.7em;
}

#phonelogo span{
	font-size: 1.480em;
}

#orangeline {
	height: 8px;
	background-color: #d0540c;
	min-width: 300px;
	/*outline: 1px solid black;*/
}

#wrapper123 {
	/*outline: 1px solid red;*/
	max-width: 1224px;
	min-width: 300px;
	margin: 0 auto 18px auto;
	padding: 0 12px;
}

#coolMenu, #coolMenu ul {
	list-style: none;
	float: left;
}
#coolMenu {
	/* outline: 1px solid red; */
	float: left;
}
#coolMenu > li {
	/* outline: 1px solid yellow; */
	float: left;
	margin-right: 2px;
}
#coolMenu li a {
	/* outline: 1px solid blue; */
	display: block;
	height: 2.5em;
	line-height: 2.5em;
	padding: 0 1em;
	text-decoration: none;
	color: #fafafa;
}

#coolMenu li #start{
	background: #d0540c;
}


#coolMenu #prod {
	/* outline: 1px solid black; */
	position: absolute;
	display: none;
	z-index: 99999;
	background: #d0540c;
}

#prod li a {
	height: 2em;
	line-height: 2em;
}

#prod li a:hover {
	background: #d46d30;
}

/* Main menu
------------------------------------------*/
#coolMenu {
	text-transform: uppercase;
	font-size: 15px;
	/*background: #d0540c;*/	
}
#coolMenu > li > a {
	color: #fafafa;
	-moz-transition: background-color 0.3s 0.1s ease;
	-o-transition: background-color 0.3s 0.1s ease;
	-webkit-transition: background-color 0.3s 0.1s ease;
}
#coolMenu > li:hover > a {
	background: #d0540c;
	color: #fafafa;
	-moz-transition: background-color 0.3s 0.1s ease;
	-o-transition: background-color 0.3s 0.1s ease;
	-webkit-transition: background-color 0.3s 0.1s ease;
}



#online {
	float: right;
	margin-top: 10px;
}

#online a{
	padding: 5px 0 5px 20px;
	text-transform: uppercase;
	font-size: 1.1em;
	text-decoration: none;
	color: #fafafa;
	background: url(../img/send.png) no-repeat 0 8px;
}

#online a:hover{
	text-decoration: underline;
}


#advantages {
	/*outline: 1px solid red;*/
	background: url(../img/bg-preim.jpg) repeat-x 0 50%;
	background-color: #e2e2e2;
	width: 100%;
	height: 160px;
	margin-top: 20px;
	text-align: center;
	color: #dc621f;
	text-transform: uppercase;
	font-size: 1.1em;
	margin-bottom: 16px; 
}

#advantages img{
	/*outline: 1px solid blue;*/
	display: block;
	margin: 0 auto;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}

#advantages img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

#time {
	border-right: 1px solid #cdcdcd;
	width: 24.4%;
	float: left;
}

#auto {
	border-right: 1px solid #cdcdcd;
	width: 24.9%;
	float: left;
}

#interest {
	border-right: 1px solid #cdcdcd;
	width: 24.9%;
	float: left;
}

#factory {
	width: 24.9%;
	float: left;
}

#content {
	/*outline: 1px solid yellow;*/
	background: #fefefe;
	padding: 32px 30px 32px 30px;
	margin-right: 294px;
}

#conimgtext img {
	display: block;
	width: 333px;
	height: 222px;
	float: left;
	margin: 0 20px 6px 0;
}

#conimgtext p {
	color: #686868;
	font-size: 1.1em;
}

#news{
	/*outline: 1px solid yellow;*/
	background: url(../img/bg-news-up.jpg) repeat-x;
	background-color: #d25207;
	padding: 24px 10px 0 19px;
	width: 249px;
	float: right;
	
}

#news p {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	
}

.blocknews {
	/*outline: 1px solid blue;*/
	background: url(../img/news-line.jpg) no-repeat 50% 100%;
	padding: 18px 0 24px 0;
}

.blocknews span {
	color: #fff;
	font-size: 1.2em;
}

.blocknews p {
	color: #ebdac0 !important;
	font-size: 1.050em !important; 
	font-style: italic;
	text-transform: none !important;
}

#archive {
	margin-top: 24px;
}

#archive a {
	color: #fff;
}

#archive a:hover {
	text-decoration: none;
}

#bgdownnews {
	width: 259px;
	height: 29px;
	background: url(../img/bg-news-down.png) no-repeat 100% 0;
	background-color: #7f7f7f;
}

#footerwrap {
	background: url(../img/pixfoot.png);
	/*outline: 1px solid red;*/
	width: 100%;
	height: 160px;
	padding-top: 25px;
}

#footer {
	/*outline: 1px solid blue;*/
	margin: 0 auto;
	max-width: 1224px;
	min-width: 300px;
	height: 160px;
	padding: 0 12px;
	/*position: relative;*/
}

#copy {
	/*outline: 1px solid yellow;*/
	width: 270px;
	/*position: absolute;
	top: 0;
	left: 12px;*/
	
}

#copy p {
	color: #fff;
	font-size: 1.1em;
}

#footblocks {
	/*outline: 1px solid pink;*/
	/*position: absolute;
	top: 0;
	right: 80px;*/
	float: right;
}

.block {
	float: left;
	/*outline: 1px solid blue;*/
	width: 250px;
	margin-right: 80px;
}

.block p {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	padding-bottom: 12px;
}

.block a {
	color: #dcdcdc;
	font-size: 1.2em;
	padding-right: 16px;
}

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

#content-page{
	background: #fefefe;
	padding: 32px 30px 32px 30px;
	min-height: 500px;
	margin-top: 15px;
}

.tprice{
	border-collapse: collapse;
	width: 100%;
}

.tprice td{
	border: 1px solid #CCC;
	padding: 5px;
}

.wide{
	width: 300px;
	height: 36px;
	padding: 0 15px;
	margin-bottom: 10px;
}

.widetext{
	width: 600px;
	height: 200px;
	padding: 10px 15px;
	margin-bottom: 10px;
}

#sec_code{
	height: 80px;
	float: left;
	padding: 0 15px;
}

.btn-big{
	display: block;
	background-color: #d0540c;
	color: #FFF;
	border: none;
	height: 36px;
	padding: 0 15px;
	margin: 20px auto 0 auto;
	cursor: pointer;
	font-weight: bold;
}

.hrnews{
	margin: 10px 0 20px 0;
}

.speedbar{
	margin-bottom: 15px;
}

.berrors{
	background: #990000;
	color: #FFF;
	padding: 15px;
}

.berrors ul{
	list-style-type: none;
}


.berrors a{
	margin-top: 10px;
	color: #FFF;
}


#footbeton{
	color: #FFF;
}

#phonelogo a{
		color: #FFF;
		text-decoration: none;
	}
.grey{
	background: #EFEFEF;
}	

#content p, #content-page p{
	margin-bottom: 10px;
}

.limg{
	width: 650px;
	float: left;
	padding: 0 15px 15px 0;
}

.interesno{
	margin-left: 30px;
}

.gallery-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.gallery-list li{
    float: left;
    text-transform: uppercase;
    margin: 0 20px 30px 0;
    text-align: center;
}

.gallery-img{
    height: 300px;
    overflow: hidden;
    margin-bottom: 7px;
}

.gallery-img:hover{
    opacity: .9;
}

.menu-icon{
	display: none;
	background: #d0540c;
	position: absolute;
	top: 81px;
	right: 12px;
	width: 35px;
	height: 34px;
	border: 1px solid #FFF;
	border-radius: 10px;
	padding: 6px  0 0 5px;
	cursor: pointer;
}

.menu-icon span{
	display: block;
	background: #FFF;
	height: 3px;
	width: 30px;
	margin-top: 5px;
}

.menu-icon:hover,
.menu-act{
	background-color: #FFF;
}

.menu-icon:hover span,
.menu-act span{
	background-color: #d0540c;
}

.calc-box{
	background-color: #d25207;
	color: #FFF;padding: 30px 20px;
	text-align: center;
}
.jcalc-title{  
	text-transform: uppercase;
    font-size: 1.3em;
    color: #FFF;
	margin-bottom: 15px;
}

.jcalc ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

.jcalc ul li{
	display: inline-block;
	margin-right: 15px;
}

.jcalc ul li:list-child{
	margin-right: 0;
}


.jcalc input,
.jcalc select{
	padding: 5px 10px;
	
}

.jcalc input[type=text]{
	width: 40px;
	
}

.jcalc input[type=submit]{
	background: #555;
	color: #FFF;
	border: 1px solid #FFF;
	cursor: pointer;
	
	/*margin-top: 20px;*/
}
.jcalc input[type=submit]:hover{
	background: #666;
}

.jcalc-error{
	display: none;
	background: #FFFFCC;
	color: #333;
	padding: 10px;
	margin-bottom: 10px;
}

.jcalc-result{
	
	display: none;
	margin-top: 15px;
	border-top: 1px solid #FFF;
	padding-top:  15px;
}

.clearfix::after{
	content: '';
	display: table;
	clear: both;
}



@media all and (max-width: 1050px){
	#logo{
		width: 290px;
		overflow: hidden;
	}
	#textlogo,
	#online{
		display: none;
	}
	
	
}

@media all and (max-width: 968px){


	#slide-next,
	#slide-prev,
	#news,
	.block{
		display: none;
	}
	
	#header{
		height: 140px;
	}
	
	#slider{
		height: auto;
	}
	
	.menu-icon{
		display: block;
	}	

	#coolMenu{
		display: none;
		position: absolute;
		top: 129px;
		right: 12px;
		background-color: #d25207;
		width: 260px;
		padding: 10px 0;
	}
	
	#coolMenu li{
		float: none;
		padding: 5px 0;
	}
	#advantages {
		background: #FFF;
		height: auto;

	}
	
	#advantages div{
		width: 48%;
		margin: 10px 0 20px 0;
	}
	
	#auto{
		border-right: none;
	}
	
	#content {
		margin-right: 0;
}

.interesno li{
	margin: 10px 0;
}

.calc-box{
	display: none;
}
}

@media all and (max-width: 668px){

	#header{
		height: 190px;
	}
	
	.menu-icon{
		top: 131px;
	}
	
	#coolMenu{
		top: 179px;
	}
	
	#logo,
	#phonelogo {
		float: none;
		width: 298px;
		margin: 0 auto;
		text-align: center;
	}
	
	#phonelogo {
		padding-top: 5px;
		text-align: center;
	}

	#conimgtext img{
		display: block;
		float: none;
	}
}

@media all and (max-width: 544px){
	#slider{
		display: none;
	}

	#advantages div{
		width: 98%;
		margin: 10px 0 20px 0;
		border-right: none;
	}
	
	
}

@media all and (max-width: 400px){
	#conimgtext img{
		width: 100%;
	}
}

