*, html, body{font-family: 'Open Sans', sans-serif;}

header{
	background-color:#000;
	padding: 30px;
	color:#f5f5f5;
	min-width:1140px;
}
header .address{
	font-size:14px;
	line-height:normal;
	padding-left: 30px;
	border-left:2px solid #f5f5f5;
}
header .phone{
	font-size: 24px;
	line-height: normal;
}
.menu{
	background-color: #dc3023;
	min-width:1140px;
}
.menu a{
	font-size: 14px;
	color:#f5f5f5;
}
.menu ul{
	padding:0;
	list-style: none;
}
.menu li{
	float:left;
	margin-right:40px;
}
.menu a{
	display: block;
	line-height:40px;
	height:40px;
}
.menu li.last{margin-right: 0;}

.vvideo{
	overflow: hidden;
	position: relative;
	padding-bottom: 35px;
	min-width:1140px;
}
.vvideo #video{
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.vvideo .container{
	position: relative;
}
.vvideo .title{
	font-size: 60px;
	color: #f5f5f5;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 60px;
	padding-top: 45px;
	padding-bottom: 20px;
}
.vvideo .title-3{
	font-size: 24px;
	color: #f5f5f5;
	text-transform: uppercase;
	padding-top: 11px;
	padding-bottom:30px;
}
.vvideo .title-2{
	font-size:40px;
	font-weight: 800;
	color:#f5f5f5;
}
.two-buttons{
	background-color: #000;
	padding:25px 0;
	min-width:1140px;
}
.btn-yellow{
	display: block;
	border:3px solid #ffa400;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	height:50px;
	line-height:44px;
	color:#f5f5f5;
	font-size: 16px;
	font-weight: 700;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn-yellow:hover{
	text-decoration:none;
	background-color: #ffa400;
	color:#000;
}

.btn-black{
	display: block;
	border:3px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	height:50px;
	line-height:44px;
	color:#000;
	font-size: 16px;
	font-weight: 700;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn-black:hover{
	text-decoration:none;
	background-color: #000;
	color:#f5f5f5;
}

.advantages{min-width:1140px;}
.advantages .title{
	font-size: 60px;
	color: #000;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 60px;
	margin-top: 60px;
	margin-bottom: 27px;
}
.advantages .item{
	background-color: #f5f5f5;
	padding:30px;
	margin-top: 30px;
}
.advantages .item .title-3{
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	line-height: 24px;
	padding-top: 30px;
}
.advantages .item .text{
	line-height: 20px;
	padding-top: 15px;
	font-size: 16px;
}
.gallery{min-width:1140px;}
.gallery .item{
	padding:0 !important;
}
.gallery .title{
	font-size: 60px;
	color: #000;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 60px;
	margin-top: 60px;
	margin-bottom: 27px;
}
.gallery .separator{
	margin-bottom: 20px
}
.gallery img{
	-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.gallery img:hover{
	opacity: 0.8;
}
.gallery .btn-yellow{
	color:#000;
	margin-top: 30px;
}

.peskostr, .color{
	padding-top: 70px;
	min-width:1140px;
}
.peskostr .title-2, .color .title-2{
	font-size:36px;
	font-weight:800;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 30px;
}
.peskostr .text, .color .text{
	font-size: 24px;
	color: #666;
	font-weight: 100;
	line-height: 30px;
	margin-top: 14px;
}
.peskostr .btn-yellow, .color .btn-yellow{
	color:#000;
	margin-top: 30px;
}
.online-order{min-width:1140px;}
.online-order .title{
	font-size: 60px;
	color: #000;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 60px;
	margin-top: 60px;
	margin-bottom: 27px;
}
.online-order .separator{
	margin-bottom: ;
}
.online-order .item{
	padding: 30px 30px 0 30px;
	background-color: #f5f5f5;
	margin-top: 30px;
	min-height: 400px;
}
.online-order .item .title-3{
	font-size: 24px;
    color: #000;
    text-transform: uppercase;
    line-height: 24px;
    padding-bottom: 15px;
}
.online-order .item input, .online-order .item select{
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.online-order .item label{
	font-weight: 400;
	font-size:14px;
}
.online-order .item .f-title{
	font-size:14px;
}
.online-order .item .type-morror{
	margin-bottom: 20px;
}
.online-order .item input[type="text"]{
	border:none;
	width: 100%;
	height: 30px;
	padding: 0 10px;
	font-size:14px;
	outline: none;
}
.online-order .item .address1 input[type="text"]{
	background-color: transparent !important;
	height: 20px;
	padding: 0;
}
.circle, .fig{
	margin-top: 15px;
}
.online-order .item select:disabled{
	background-color: #ebebe4;
}
.online-order .item select{
	width: 100%;
	border:none;
	height:30px;
	padding: 0 10px;
	font-size:14px;
	outline: none;
}
.online-order .item .dop{
	margin-bottom: 15px;
}

.online-order .item .delivery{
	margin-bottom: 15px;
}
.online-order .item .name, .online-order .item .phone, .online-order .item .email, .online-order .item .submit{
	margin-bottom: 12px;
}
.online-order .item.last input[type="text"]{
	height:40px;
}
.online-order .item.last{
	background: #ffa400;
}
.online-order .item.last input[type="submit"]{
	width:100%;
	padding: 0;
	margin:0;
	border:none;
	background:#dc3023;
	color:#f5f5f5;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight: 700;
	height:40px;
}
.online-order .item.last .note{
	color:#000;
	font-size:12px;
	margin-bottom: 15px;
	font-weight: 400;
	line-height:14px;
}

.service{
	padding: 50px 0;
	background: url(../images/service-bg.jpg) center top no-repeat;
	background-size: cover;
	margin-top: 50px;
	min-width:1140px;
}
.service .title{
	font-size: 60px;
	color: #f5f5f5;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 60px;
	margin-bottom: 27px;
}
.service td{
	border:none !important;
	vertical-align: middle;
	color: #f5f5f5;
	font-size: 24px;
	font-weight: 700;
}

.questions{
	background-color: #ffa400;
	padding: 10px 0 30px 0;	
	min-width:1140px;
}
.questions .title{
	font-size: 60px;
	color: #000;
	font-weight: 800;
	text-transform: uppercase;
}
.partners{
	padding-bottom: 30px;
	min-width:1140px;
}
.partners .logo{
	margin-top: 20px;
}
.partners .title{
	font-size: 24px;
	color: #000;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 0;
	margin-top: 40px;
	margin-bottom: 27px;
}
.partners img{width:30%;}

/* forms style*/

.styleForm{
	background: #ffa400;
	padding:30px;
	width: 360px;
	margin:0 auto;
}
.styleForm .f_title{
	font-size:14px;
	color:#000;
}
.styleForm input[type="text"]{
	border:none !important;
	width: 100% !important;
	height: 40px;
	padding: 0 10px !important;
	font-size:14px;
	outline: none !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.styleForm input[type="submit"]{
	width:100% !important;
	padding: 0 !important;
	margin:0;
	margin-top:10px;
	border:none !important;
	background:#dc3023 !important;
	color:#f5f5f5 !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size:14px !important;
	font-weight: 700 !important;
	height:40px !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-transform:uppercase;
	outline:none;
}
/* end forms style */

.sticky {
    position:fixed;
    top:0;
	z-index:99;
	width:100%;
}

.category{
	margin-bottom:50px;
}
.category .title{	
	font-size: 60px;
	color: #000;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 60px;
	margin-top: 60px;
	margin-bottom: 27px;
}

.category .item{
	margin-top:30px;
}
.category .item a.link{
	display:block;
	margin-top:10px;
	font-size:14px;
	text-transform:uppercase;
	color:#000;
	text-decoration:none;
	font-weight:700;
}
.category .item:hover a.link{
	color:#ffa400;
	text-decoration:underline;
}
.category img:hover{
	opacity:0.8;
}
.category .img-link{text-decoration:none;}
.category .gal .img-link{
	margin-top:30px;
	display:block;
	padding:10px;
	border:1px solid #f5f5f5;
}
.category .gal .img-link:hover{
	border:1px solid #ffa400;
}
p.foot{
	font-size:13px;
	padding-top:30px;
	border-top:1px solid #333;
	margin-top:30px;
	color:#999;
}
p.foot a.dev{
	text-decoration:underline;
	color:#FFA400;
}
p.foot a.team{
	text-decoration:underline;
	color:#DC3023;
}
p.foot a:hover{text-decoration:none;}
.fbottom{
	font-size:11px;
	color:#999;
	margin-top:10px;
}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}




