#toggle-menu {
	display: none;
	width: 40px;
	cursor: pointer;
}
#toggle-menu span {
	display: block;
	height: 4px;
	width: 100%;
	background: #2681ca;
	border-radius: 4px;
	margin-bottom: 4px;
}

#toggle-navigation {
	position: fixed;
	transition: all 0.3s ease 0s;
	left: -240px;
	top: 0;
	width: 200px;
	padding: 20px;
	background: #fff;
	height: 100%;
	
	z-index: 10;
}
#close-toggle {
	text-align: right;
}
.fancybox-opened .fancybox-skin {
	background: none;
}
body.open #toggle-navigation {
	left: 0;
	transition: all 0.3s ease 0s;
	box-shadow: 2px 1px 7px #999;
}
body.open .header .languages {
	display: none;
}
#toggle-navigation li {
	display: block;
}
#toggle-navigation li a {
	display: block;
	padding: 10px 0 5px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid transparent;
	color: #4c4c4c;

	font-size: 15px;
	
	text-decoration: none;
}
body #main-content, body {
	transition: all 0.3s ease 0s;
}
body.open {
	overflow-x: hidden;
	transition: all 0.3s ease 0s;
}
body.open #main-content {
	margin-left: 240px;
	transition: all 0.3s ease 0s;
	width: 100%;
}
#toggle-navigation li.current-menu-item a, #toggle-navigation li:hover a  {
	border-color: #2681ca 
}

.header .bottom #navigation {
	float: right;
	margin-top: 13px;
}
.header .bottom {
	padding-top: 19px;
	padding-bottom: 20px;
}
#navigation li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7.5px;
}
#navigation li:last-child {
	margin-right: 0;
}
#navigation li a {
	color: #4c4c4c;
	font-size: 15px;
	padding: 3px 0;
	text-decoration: none;
	border-bottom: 1px  solid transparent;
}
#navigation li.current-menu-item a, #navigation li:hover a {
	border-color: #2681ca; 
}
#slider {
	/*position: relative;*/
}
#slider .slick-dots {
	position: absolute;
	bottom: 44px;
	width: 100%;
	text-align: center;
}
#slider .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin: 0 5px;
}
#slider .slick-dots li button {
	background: #fff;
	border: 2px solid #868686;
	border-radius: 12px;
	width: 16px;
	height: 16px;
	padding: 0;
	cursor: pointer;
	display: block;
}

#slider .slick-dots li.slick-active button{
	background: #2681ca;
}
#slider .slide {
	background-size: contain;
	background-repeat:no-repeat;
}
#slider .text {
	width: 570px;
	margin-top: 165px;
}
#slider .text p {
	line-height: 30px;
	font-size: 18px;
	color: #111;
	text-align: left;
}
#slider .text h3 {
	border-bottom: 1px solid #fbc606;
	padding-bottom: 25px;
	color: #111;
	font-size: 36px;
	margin-bottom: 42px;
}
#slider .text a {
	color: #303030;
	display: inline-block;
	width: 290px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 4px;
	font-weight: 700;
	margin-top: 44px;
	text-decoration: none;
	background: #fbc606;
	transition: all 0.3s ease 0s;
}
#slider .text a:hover {
	background: #ffd43a;
	transition: all 0.3s ease 0s;
}

@media screen and (max-width: 500px){
	#slider .text a{
		width: 220px;
	}
}


.title, .maintitle {
	color: #4c4c4c;
	font-size: 36px;
	text-align: center;
	margin-bottom: 36px;
	margin-top: 64px;
}
#about-us {
	text-align: center;
	padding-bottom: 9px;
}
.description p a {
	line-height: 24px;
	color: #4c4c4c;
	display: block;
	text-decoration: none;
}
#benefits .slick-slide img {
	display: inline-block;
}
#benefits .slick-slide {
	text-align: center;
}
.slick-prev {
	width: 25px;
	height: 47px;
	display: inline-block;
	background: url(../img/prev.png) no-repeat center;
	border: none;
	cursor: pointer;
	left: 0;
	top: 50%;
	margin-top: -24px;
	position: absolute;
	z-index: 10;
}
.slick-next {
	width: 25px;
	height: 47px;
	display: inline-block;
	background: url(../img/next.png) no-repeat center;
	border: none;
	cursor: pointer;
	right: 0;
	top: 50%;
	margin-top: -24px;
	position: absolute;
	z-index: 10;
}
#benefits {
	margin-top: 43px;
	
}
#benefits .slick-slider {
	position: relative;
	padding: 0 40px;
}
#benefits p {
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #303030;
	margin-top: 20px;
	display: block;
}



#products {
	margin-top: 60px;
	padding-bottom: 60px;
	background: url(../img/products-background.jpg) no-repeat center 0;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 20px;
}
#product-items {
	padding: 0 50px;
}
#products .item{
	padding: 0 15px;
}
#products .item > div{
	/*width: 270px;*/
	background: #fff;
 
	text-align: center;
}
#products .item .image {
	background: #f1f4f7;
	padding: 20px 0;
	text-align: center;
}
#products .item .desc {
	padding: 0 8px;  
	padding-top: 20px;
}
#products .item .desc p {
	color: #4c4c4c;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
}
#products .item .image img {
	display: inline-block;
}
#products .item .prod-title {
	padding: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #4c4c4c;
}
#products .item .prod-title h3 a {
	line-height: 1.5;
	font-size: 16px;
	color: #4c4c4c;
}
#products .item .prod-title h3 a:hover {
	text-decoration: none;
}
.detail {
	margin-top: 17px;
	padding-bottom: 20px;
}
#products .item a {
	color: #2681ca;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
	
}
#products .item a:hover {
	text-decoration: underline;
}
#news {
	padding-bottom: 47px;
}
#news .title {
	margin-top: 45px;
	margin-bottom: 46px;
}
.news-block {
	display: inline-block;
	vertical-align: top;
	width: 256px;
}
@media only screen and (min-width: 800px)  and (max-width: 899px) {
	.news-block {
	width: 200px;
	position:relative;
	min-height:300px;}
    div.news-block > div.detail > a{
    position:absolute;
	bottom:0px;
	left:0px;}
}
@media only screen and (min-width: 600px)  and (max-width: 799px) {
	.news-block {
	display:inline;}
}
.news-block h6 {
	color: #4c4c4c;
	font-size: 14px;
	margin-bottom: 6px;
} 
.news-block h4 a{
	color: #303030;
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 17px;
}
.news-block p {
	color: #4c4c4c;
	font-size: 14px;
	line-height: 20px;
 
	text-align: left;
} 
.news-block a {
	color: #2681ca;
	font-size: 14px;
	text-decoration: none;
}
.news-block a:hover {
	text-decoration: underline;
}
.news-block:nth-child(1), .news-block:nth-child(2) {
	margin-right: 92px;
}
#footer {
	background: #4c4c4c;
	padding-top: 68px;
	padding-bottom: 64px;
}

#footer-right ul li {
	display: inline-block;
	vertical-align: middle;
}

#footer-left,
#footer-center{
	float: left;
}

#footer-left .phones span {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
#footer-left .phones span:nth-child(2) {
	float: right;
}
.work p {
	color: #ededed;
	font-size: 18px;
}
#footer .work {
	margin-top: 26px;
}
.copy p {
	color: #fff;
	font-size: 14px;
	margin-top: 72px;
}
#footer .copy2 {
	display: none;
}
#footer .copy2 p {
	margin-top: 30px;
}
#footer-center {
	margin-left: 150px;
}
#footer-center li a {
	color: #fff;
	text-decoration: none;
	
}
#footer-center li {
	margin-bottom: 10px;
}
#footer-center li.current-menu-item a, #footer-center li:hover a{
	text-decoration: underline;
	color: #fbc606;
}
#footer-right {
	float: right;
}
#footer-right p {
	color: #ededed;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 18px;
}
#footer-right div a {
	background: #fbc606 none repeat scroll 0 0;
	border-radius: 4px;
	color: #303030;
	display: inline-block;

	font-weight: 700;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: 220px;

}
#footer-right li:nth-child(1), #footer-right li:nth-child(2){
	margin-right: 18px;
}
#footer-right div a:hover {
	background: #ffd43a
}
.fancybox-margin {
	margin-right: 0 !important;
}
#callback {
	width: 570px;
	border: 2px solid #fbc606;
	display: none; 
	padding-bottom: 40px;
	background: #fff;
	text-align: center;
}
#callback h3 {
	color: #4c4c4c;
	font-size: 36px;
	margin-top: 34px;
	margin-bottom: 27px;
}
#callback input[type="text"]{
	width: 388px;
	height: 40px;
	padding-left: 15px;
	background: #ededed;
	border: 1px solid #b3b3b3;
	margin-bottom: 10px;
}
input[type="text"].error {
	box-shadow: 0 0 2px #ff0000;
}
#callback input[type="submit"]{
	cursor: pointer;
	background: #fbc606 none repeat scroll 0 0;
	border-radius: 4px;
	color: #303030;
	display: inline-block;

	font-weight: 700;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #303030;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: 220px;
	margin-top: 20px;
	border: none;
}
#callback input[type="submit"]:hover {
	background: #ffd43a;
}
.fancybox-close {
	background: url(../img/close.png) no-repeat center 0;
	width: 15px;
	height: 18px;
}
#thanks-page {
	text-align: center;
	margin-top: 100px;

}
#thanks-page h1 {
	font-size: 30px;
	margin-bottom: 15px;

	font-weight: 700;
	text-transform: uppercase;
}
#thanks-page h2 {
	font-size: 24px;
	margin-bottom: 15px;
}
#thanks-page h3 {
	font-size: 20px;
}