@font-face {
    font-family: 'OpenSansHebrewRegular';
    src: url('../fonts/opensanshebrew-regular-webfont.eot');
    src: url('../fonts/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSansHebrew-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansHebrewLight';
    src: url('../fonts/OpenSansHebrew-Light.eot');
    src: url('../fonts/OpenSansHebrew-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSansHebrew-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px OpenSansHebrewRegular,Arial, sans-serif;
	width: 100%;
}
#left img{
    width: 100%;
}
.wrapper {
	max-width: 1000px;
	min-width:320px;
	margin: 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 114px;
}

#slogans{
	float:right;
	width: 80%;
}

#slogan{
    color: #006837;
    font-size: 38px;
    padding: 20px 20px 20px 0;
}

#slogan2{
    color: #fff;
    font-size: 26px;
    background: #006837;
    padding: 15px 25px 15px 0;
    margin: 8px 0 0 0;
}

#logo{
    float: left;
    width: 20%;
    padding: 63px 0 0 0;
}

#logo img{
    width: 91%;
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
    padding: 15px 0 0 0;
}

#left{
	float:left;
	width: 52%;
    color: #006837;
    text-align: center;	
}

#right{
	float:right;
	width:46%;
}

#address{
    font-size: 15px;
    padding: 5px 0;
}

#garanty{
	font-size:22px;
}

#any{
	font-size:15px;	
    margin-top: 15px;	
}

#punkts{

}

#punkts ul{
    list-style-type: decimal;
    padding: 0 45px 0 0;
}

#punkts li{
	color: #6faf01;
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 5px;
}

#punkts li span{
	color:#7b7b7b;
}

#contact-header{
    background-color: #006837;
    color: #fff;
    font-size: 20px;
    padding: 8px 20px 8px 0;
}

#contact-form{

}

#contact-form p{
    display: block;
    height: 31px;
    margin: 12px 0;
    padding: 0 20px 0 0;
}

#contact-form input{
    border: 1px solid #cacaca;
    padding: 7px 0;
    width: 89%;
    float: left;
}

#contact-form input[name="address"]{
	width: 67%;
}

#contact-form span{
    color: #808080;
    font-size: 19px;
    float: right;
    vertical-align: middle;
    line-height: 31px;
}

#contact-form button{
    float: left;
    background-color: #6faf01;
    border: none;
    color: #fff;
    font: 18px OpenSansHebrewLight;
    padding: 5px 25px;
}

#contact-form button:hover{
	background-color: #000;
	cursor: pointer;
}

p#phone{
    font-size: 26px;
    background: #006837;
    color: #fff;
    margin: 30px 0 0 0;
    padding: 12px 0;
    width: 90%;
    float: left;
}

#congratulations{
    font-size: 25px;
    margin: 25px 0 0 0;
}

@media (max-width: 930px){
	#slogan {
		font-size: 32px;
	}	
}

@media (max-width: 767px){
	#logo img{
		width: auto;
	}
	
	#logo, #slogans, #left, #right, .header{
		float:none;
		width: auto;
		height:auto;
	}
	
	#logo{
		text-align: center;
		padding: 18px 0 0;
	}
	
	#slogan{
		line-height: 24px;
		font-size: 28px;
	}
	
	#slogan2{
		font-size: 18px;
		padding: 8px 25px 8px 0;	
	}
	
	#contact-header{
		font-size:18px;
		padding: 6px 20px 6px 0;
	}	
	
	#contact-form p {
		padding: 0 20px 0 10px;
	}

	#contact-form span{
		font-size: 15px;
	}	
	
	#right{
		padding: 30px 0 0 0;
		clear: both;
	}

	#punkts li{
		font-size:15px;
	}	
}

@media (max-width: 450px){
	#right{
		margin:20px 0 0 0;
	}
	
	#slogan{
		font-size: 23px;
	}
	
	#slogan2{
		font-size: 18px;
		padding: 8px 25px 8px 0;
	}
	
	#address{
		font-size:14px;
	}
	
	#garanty {
		font-size: 18px;
	}	
	
	#contact-header{
		font-size:17px;
		padding: 6px 20px 6px 0;
	}
	
	#contact-form input{
		width: 87%;
	}
	
	#contact-form input[name="address"]{
		width: 68%;
	}
}
