html {
  scroll-behavior: smooth;
}
body{
	font-family: 'Spartan';
}
.container {
    max-width: 960px;
}
.block {
    width: 100%;
    float: left;
}
.float-left{
	float: left;
}
h1,h2,h3,h4,p,ul,li{
	margin: 0;
	padding: 0;
}
h1{
	font-size: 54px;
	font-weight: 700;
}
h2{
	font-size: 42px;
	font-weight: 400;
}
h3{
	font-size: 36px;
	font-weight: 700;
}
h4{
	font-size: 30px;
	font-weight: 700;
}
p{
	font-size: 18px;
	font-weight: 400;
}
a:hover{
	text-decoration: none;
}
.white-dec{
	width: 150px;
	height: 3px;
	float: left;
	background: #fff;
}
.red-dec{
	width: 150px;
	height: 3px;
	display: inline-block;
	background: #e73231;
}
.red-btn{
	display: inline-block;
	padding: 10px 45px;
	background: #e73231;
	border-radius: 10px;
	color: #fff;
}
.red-btn:hover{
	background: #b52524;
	transition: background .5s ease;
	color: #fff;
}
.top-header{
	padding: 20px 0 15px 0;
	background: rgba(54, 54, 53, 0.7);
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
}
.top-header img{
	width: 100px;
	margin: -10px 10px 0 0;
}
.header-navigation{
	text-align: right;
	float: right;
}
.header-navigation ul{
	text-align: right;
	float: right;
}
.header-navigation li{
	border-right: 1px solid #fff;
}
.header-navigation li:last-child{
	border: none;
}
.header-navigation li a{
	color: #fff;
	font-size: 16px;
}
.header-navigation li a.active,
.header-navigation li a:hover{
	color: #e73231;
	transition: color .5s ease;
}
.navbar-toggler{
	width: 35px;
	height: 35px;
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 0;
	border: 0;
	outline: 0;

}
.navbar-toggler:hover,
.navbar-toggler:active{
	border: 0;
	outline: 0;
}
.navbar-toggler span{
	width: 30px;
	height: 3px;
	float: left;
	margin-bottom: 4px;
	background: #fff;
	border-radius: 3px;
	margin-left: 0;
}
header{
	min-height: 650px;
	position: relative;
	padding-top: 100px;
	background: #363435 url(../img/banners/header-banner.jpg) no-repeat left;
	background-size: cover;
	color: #fff;
	box-shadow: 0 30px 40px rgba(0,0,0,.3);
}
.header-info{
	margin-top: 70px;
}
.header-info .white-dec{
	margin: 10px 0 20px 0;
}
.header-info p{
	margin-bottom: 15px;
	font-size: 16px;
}
.header-info a{
	margin-top: 15px;
}
.header-info ul li{
	display: block;
}
.contact,
.gallery,
.services,
.forklift,
.about-us,
.services-box,
.galery-wrapp{
	padding: 100px 0;
}
.main-subtitle .red-dec,
.main-subtitle .white-dec{
	margin: 15px 0 50px 0;
}
.about-us{
	box-shadow: 0 30px 40px rgba(0,0,0,.8);
}
.about-us .about-us-img img{
	max-width: 88%;
	margin-top: 5px;
	border-radius: 5px;
}
.forklift{
	padding-bottom: 50px;
	border-bottom: 5px solid #363435;
	box-shadow: 0 30px 40px rgba(0,0,0,.3);
}
.forklift-type{
	margin-top: 100px;
}
.forklift-type img{
	width: 350px;
	float: left;
}
.forklift-wrapp{
	margin-bottom: 50px;
}
.forklift-box{
	width: calc(100% - 430px);
	float: left;
	margin: 0 40px;
	padding: 0 15px;
}
.forklift-box h2{
	padding-bottom: 5px;
	font-weight: 600;
}
.forklift-box p{
	margin-top: 10px;
	font-size: 14px;
}
.gallery .red-btn,
.about-us .red-btn{
	display: inline-block;
	margin-top: 50px;
}
.services{
	background: #363435;
	color: #fff;
	box-shadow: 0 30px 40px rgba(0,0,0,.3);
}
.main-subtitle .white-dec{
	display: inline-block;
	float: none;
}
.services .main-subtitle{
	margin-bottom: 50px;
}
.services .services-icon{
	width: 100px;
	height: 100px;
	position: relative;
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 50px 0 50px 0;
}
.services .services-icon:hover{
	background: #e73231;
	border: 2px solid #e73231;
	transition: all .6s ease-in-out;
}
.services img{
	width: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}
.services h3{
	margin: 30px 0;
	font-size: 19px;
}
.services p{
	min-height: 90px;
	font-size: 14px;
}
.services a{
	margin-top: 15px;
	padding: 10px 25px;
	font-size: 14px;
}
.gallery{
	box-shadow: 0 30px 40px rgba(0,0,0,.3);
}
.gallery img{
	width: 100%;
}
.gallery-box{
	margin-top: 50px;
}
.gallery-wrapp{
	width: 100%;
	position: relative;
}
.gallery-box p{
	position: absolute;
	bottom: 0;
	right: 0;
	margin-top: 10px;
	padding: 10px 10px 5px 5px;
	color: #fff;
	font-size: 18px;
	text-align: right;
}
.contact{
	background: #363435 url(../img/banners/footer-banner.jpg) no-repeat left;
	background-size: cover;
	background-position: center;
	border-top: 2px solid #e73231;
	color: #fff;
}
.contact-info p{
	margin-bottom: 50px;
}
.contact-form form{
	padding: 30px 20px;
	background: rgba(54, 52, 53, 0.8);
	border-radius: 10px;
	-moz-box-shadow:0 5px 5px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.75);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.75);
}
.contact-form span{
	display: block;
	color: #fff;
	font-weight: 400;
}
.contact-form input,
.contact-form textarea{
	width: 100%;
	height: 40px;
	margin-bottom: 15px;
	padding: 5px;
	border: 0;
	outline: 0;
	border-radius: 5px;
}
.contact-form textarea{
	height: 150px;
}
.contact-form .red-btn{
	width: 150px;
	height: 44px;
	display: block;
	float: none;
	margin: 0 auto;
	cursor: pointer;
}
.contact-data{
	margin-top: 15px;
}
.contact-data img{
	height: 40px;
	margin-right: 10px;
}
.contact-data a{
	color: #fff;
	line-height: 40px;
}
.contact-data a:hover{
	color: #e73231;
	transition: color .5s ease;
}
footer{
	padding: 20px 0 10px 0;
	background: #363435;
}
footer img{
	width: 60px;
	margin-bottom: 15px;
}
footer ul li{
	display: inline;
	padding: 0 15px;
	border-right: 1px solid #fff;
}
footer ul li:last-child{
	border: none;
}
footer ul li a{
	color: #fff;
	font-size: 12px;
}
footer ul li a:hover{
	color: #fff;
}
footer p{
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 12px;
}
.contact-banner{
	background: #363435 url(../img/banners/contact-banner.jpg) no-repeat left;
	background-size: cover;
	min-height: 350px;
}
.gallery-banner .white-dec,
.services-banner .white-dec,
.about-banner .white-dec,
.contact-banner .white-dec{
	float: none;
	display: inline-block;
}
.contact-wrapp{
	background: #fff;
	border: none;
	color: #363435;
}
.contact-wrapp .contact-data a{
	color: #363435;
}
.contact-wrapp form{
	background: rgba(54, 52, 53, 1);
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  padding: 10px 10px 0 10px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 34px;
}
#myBtn img{
	width: 25px;
}
.about-banner{
	background: #363435 url(../img/banners/about-banner.jpg) no-repeat left;
	background-size: cover;
	min-height: 350px;
}
.about-us-wrapp .red-btn{
	margin: 30px 0 15px 0;
}
.about-us-wrapp p{
	margin-top: 15px;
}
.about-us-wrapp img{
	max-width: 100%;
	margin-top: 15px;
}
.about-us-wrapp ul{
	margin: 15px 0 0 20px;
}
.about-us-wrapp ul li::marker {
  color: red;
}
.gallery-banner{
	background: #363435 url(../img/banners/gallery-banner.jpg) no-repeat left;
	background-size: cover;
	min-height: 350px;
}
.galery-wrapp p{
	margin-bottom: 15px;
}
.galery-box{
	margin-top: 50px;
}
.galery-box img{
	max-width: 100%;
	border-radius: 10px;
}
.galery-box p{
	padding-top: 15px;
	font-size: 16px;
}
.galery-box .red-dec{
	margin-top: 20px;
}
.services-banner{
	background: #363435 url(../img/banners/services-banner.jpg) no-repeat left;
	background-size: cover;
	min-height: 350px;
}
.services-box p{
	margin-bottom: 15px;
}
.services-wrapp .services-icon{
	display: inline-block;
	border: 2px solid #363435;
    border-radius: 50px 0 50px 0;
}
.services-wrapp.second .services-icon{
	border: 2px solid #fff;
}
.services-wrapp{
	padding: 0 0 100px 0;
}
.services-wrapp.second{
	margin-bottom: 100px;
	padding-top: 100px;
	background: #363435 url(../img/banners/battery-banner.jpg) no-repeat left;
	background-size: cover;
	color: #fff;
}
.services-wrapp .services-icon{
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
}
.services-wrapp .services-icon img{
	width: 70px;
	padding-top: 10px;
}
.services-wrapp h2{
	font-size: 24px;
	font-weight: 600;
}
.services-wrapp p{
	margin-top: 15px;
}
.serv-box{
	width: calc(100% - 140px);
	margin: 30px 20px 0 20px;
}
.serv-box .white-dec{
	margin-top: 15px;
}

@media all and (max-width: 993px){
	.header-info{
		min-width: 100%;
	}
	.header-navigation{
		position: absolute;
		top: 20px;
		right: 0;
	}
	.header-navigation ul{
		width: 200px;
		margin-top: 40px;
		background: #fff;
		border-radius: 10px 0 10px 10px;
	}
	.header-navigation ul li{
		width: 100%;
		display: block;
		border: 0;
	}
	.header-navigation ul li a{
		color: #363435;
	}
	.services h3{
		font-size: 15px;
	}
	.forklift-box h2 {
 	   font-size: 32px;
	}
	.gallery-box p {
    	bottom: -8px;
	}
}
@media all and (max-width: 768px){
	p{
		font-size: 16px;
	}
	.contact, .gallery, .services, .forklift, .about-us, .services-box, .galery-wrapp, .services-box{
		padding: 50px 0;
	}
	.about-us h2{
		font-size: 32px;
	}
	.services .col-sm-3{
		width: 50%;
		min-width: 50%;
		margin-bottom: 30px;
	}
	.forklift-type img {
	    width: 200px;
	    float: left;
	}
	.forklift-box {
    	width: calc(100% - 220px);
    	margin: 0 10px;
	}
	.gallery-box p {
    	bottom: -7px;
    	font-size: 13px;
	}
	.contact-info p {
    	margin-bottom: 20px;
	}
	.contact-data a{
		font-size: 14px;
	}
	.about-us-wrapp{
		text-align: left;
	}
	.about-us-wrapp img{
		width: 280px;
	}
	.services-wrapp{
		padding-bottom: 50px;
	}
	.services-wrapp.second{
		margin-bottom: 50px;
		padding-top: 50px;
	}
}
@media all and (max-width: 575px){
	.top-header img{
		width: 80px;
		z-index: 999;
		position: relative;
	}
	.navbar-toggler{
		top: 4px;
	}
	.header-navigation ul{
		margin-top: 30px;
	}
	header{
		min-height: 100px;
		padding: 50px 0;
	}
	header h1{
		font-size: 40px;
	}
	.header-info a{
		font-size: 14px;
	}
	h2,
	.about-us h2{
		font-size: 32px;
	}
	.about-us,
	.forklift-wrapp {
		text-align: center;
	}
	.main-subtitle .red-dec, .main-subtitle .white-dec{
		margin-bottom: 20px;
	}
	.about-us .about-us-img img{
		max-width: 300px;
		margin-bottom: 20px;
	}
	.forklift-type{
		margin-top: 50px;
	}
	.forklift-wrapp{
		margin-bottom: 0;
	}
	.gallery .red-btn, .about-us .red-btn{
		margin-top: 20px;
	}
	.forklift-type img{
		width: 280px;
		float: none!important;
		margin: 20px 0;
		display: inline-block;
	}
	.forklift-box{
		width: 100%;
		text-align: center!important;
	}
	.gallery-wrapp{
		width: 280px;
		float: none;
		display: inline-block;
	}
	.gallery img{
		width: 280px;
		margin-bottom: 20px;
	}
	.gallery-box p {
	    bottom: 16px;
	    font-size: 24px;
	}
	.contact-form{
		margin-top: 20px;
	}
	.contact-banner,
	.gallery-banner,
	.about-banner,
	.services-banner{
		min-height: 100px;
		padding-bottom: 10px;
	}
	.about-us-wrapp{
		text-align: left;
	}
	.serv-box {
    	width: 100%;
    	margin: 0;
	}
	.galery-box{
		width: 50%;
		margin-top: 20px;
	}
	.contact-info p{
		margin-bottom: 15px;
	}
	.contact-wrapp form{
		width: 390px;
		margin-top: 20px;
	}
}
@media all and (max-width: 425px){
	header h1{
		font-size: 30px;
	}
	h2,
	.about-us h2,
	.forklift-box h2{
		font-size: 22px;
	}
	.services{
		padding-bottom: 10px;
	}
	.services .col-sm-3 {
    	width: 100%;
    	margin-bottom: 40px;
	}
	.services h3 {
    	margin: 10px 0;
	}
	.services p{
		min-height: 10px;
	}
	footer ul li{
		padding: 0 4px;
	}
	.services-wrapp h2{
		font-size: 18px;
	}
	.galery-box{
		width: 80%;
		margin-top: 20px;
		margin-left: 10%;
	}
	.contact-wrapp form{
		width: 100%;
		margin-top: 20px;
	}
}