#right-cross-link-banner {
	display:block;
	margin: 10px auto auto auto ;
}
#right-cross-link-btn{
	display: none;
	clear: left;
	margin: 10px auto auto auto ;
}

#right h2, #left h2, #social-mob h2 {
	color: #b22222;
}
#right h3, #left h3, #social-mob h3 {
	color: #b22222;
}
#right h4, #left h4, #social-mob h4 {
	color: #b22222;
}
#news-box, #actions-box {
	margin: 10px auto 10px auto; 
}
#news-box img {
	width:200px;
}
#news-mob {
	background-color: #e7e7e7;
	margin: 10px auto 10px auto; 
}
#feedback-btn {
	/*width: 100%;*/
	font-variant: small-caps;
}
.box {
    width:200px;
    height:150px;
    background:#FFF;
    margin: 20px auto 10px;
	 padding:0px;
}
.box-icon {
    /*width:64px;
    height:64px;*/
    background:#FFF;
    margin:10px auto 10px;
	 padding:0px;
}

#banner-constructing {
	/*background: #FFF url(../img/banner-constructing.jpg) no-repeat center;
	cursor:pointer;*/
}

#banner-cleaning {
	/*background: #FFF url(../img/banner-cleaning.jpg) no-repeat center;
	cursor:pointer;*/
}

#banner-outstaffing {
	/*background: #FFF url(../img/banner-outstaffing.jpg) no-repeat center;
	cursor:pointer;*/
}

.block-shadow{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}
.block-shadow:before, .block-shadow:after {
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.block-shadow:after {
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
#social {
	height: 80px;
}
#social-mob {
	height: 100px;
	padding: 10px 20px 10px 35px;
}
#social ul, #social-mob ul {
	padding: 0;
}
#social ul li, #social-mob ul li {
	list-style-type: none;
	float: left;
	margin: 10px 0 0 10px;
}
#social ul li a, #social-mob ul li a{
	background-position: top;
	transition: .3s;
}

#social ul li a:hover, #social-mob ul li a:hover{
	background-position: bottom;
	transition: .3s;
}
#social-mob {
   display: none;
}

#right form {
	margin: auto auto 20px auto;
}
#feedback-form{
	display: block;
	
}  
#feedback-form-btn{
	display: none;
	margin: 20px auto 20px auto;
}  
#sidebar-btn {
	position: relative;
	float: right;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px 6px;
	background-color: transparent;
	background-image: none;
	border: 1px solid white;
	border-radius: 4px;
	cursor: pointer;
	display: none;
}
#sidebar-nav {
	display: block;
}
.h0 {
	height: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#descktop-slider{
	display: block;
}
#mobile-slider {
	display: none;
}
#descktop-social {
	display: block;
}
#mobile-social {
	display: none;
}
@media only screen and (min-width: 1200px) { /*Большие устройства*/
	#right-cross-link-banner {
		display:block;
	}
	#right-cross-link-btn{
		display: none;
	}
	#feedback-form{
		display: block;
	}  
	#feedback-form-btn{
		display: none;
	}  
   #sidebar-nav {
		display: block;
	}
	#sidebar-btn {
		display: none;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) { /*Средние устройства Настольные*/
	#right-cross-link-banner {
		display:none;
	}
	#right-cross-link-btn{
		display: block;
	}
   #social ul li {
		float: none;
		margin: 10px 0 0 0;
	}
	#social {
	   width:65px;
		height: 200px;
		padding: 10px 5px 10px 5px;
	}
	#social h4 {
		display: none;
	}
	#feedback-form{
		display: none;
	}  
	#feedback-form-btn{
		display: block;
	}  
	#news-box img {
		width:100%;
	}
   #sidebar-nav {
		display: block;
	}
	#sidebar-btn {
		display: none;
	}
	

}

@media only screen and (min-width: 768px) and (max-width: 991px) { /*Малые устройства Планшеты*/
   #right-cross-link-banner {
		display:none;
	}
	#right-cross-link-btn{
		display: block;
	}
   #social ul li {
		float: none;
		margin: 10px 0 0 0;
	}
	#social {
	   width:40px;
		height: 200px;
		padding: 10px 5px 10px 5px;
	}
	#social h4 {
		display: none;
	}
	#feedback-form{
		display: none;
	}  
	#feedback-form-btn{
		display: block;
	}  
	#news-box img {
		width:100%;
	}
   #sidebar-nav {
		display: block;
	}
	#sidebar-btn {
		display: none;
	}
	

}

@media only screen and (max-width: 767px) {  /*Очень маленькие устройство Телефоны */
   #right-cross-link-banner {
		display:none;
	}
	#right-cross-link-btn{
		display: block;
	}
	#feedback-form{
		display: none;
	}  
	#feedback-form-btn{
		display: block;
	}  
	/*#social{
   	display: none;
   }
	#social-mob {
		display: block;
	}*/
   .box {
    	width:200px;
    	height:150px;
    	background:#FFF;
    	margin: 40px auto auto 40px;
	} 
	#news-mob img {
		width:200px;
	}
   #sidebar-nav {
		
	}
	#sidebar-btn {
		display: block;
	}
	#descktop-slider{
		display: none;
	}
	#mobile-slider {
		display: block;
	}
	#descktop-social {
		display: none;
	}
	#mobile-social {
		display: block;
	}
}


/* значки соцсетей */

#face {
	display: block;
	height: 30px;
	width: 30px;
	background-image: url(../img/face_spr@2x.png);
	background-size: 30px 60px;
	background-repeat: no-repeat;
}

#twit {
	display: block;
	height: 30px;
	width: 30px;
	background-image: url(../img/twit_spr@2x.png);
	background-size: 30px 60px;
	background-repeat: no-repeat;
}

#gogp {
	display: block;
	height: 30px;
	width: 30px;
	background-image: url(../img/gogp_spr@2x.png);
	background-size: 30px 60px;
	background-repeat: no-repeat;
}

#youtube {
	display: block;
	height: 30px;
	width: 30px;
	background-image: url(../img/you_tube@2x.png);
	background-size: 30px 60px;
	background-repeat: no-repeat;
}

#link {
	display: block;
	height: 30px;
	width: 30px;
	background-image: url(../img/link_spr@2x.png);
	background-size: 30px 60px;
	background-repeat: no-repeat;
}

#deva {
	display: block;
	height: 30px;
	width: 30px;
	background-image: url(../img/deva_spr@2x.png);
	background-size: 30px 60px;
	background-repeat: no-repeat;
}

#pint {
	display: block;
	height: 30px;
	width: 30px;
	background-image: url(../img/pint_spr@2x.png);
	background-size: 30px 60px;
	background-repeat: no-repeat;
}

#odnokl {
	display: block;
	height: 30px;
	width: 30px;
	background-image: url(../img/odnokl@2x.png);
	background-size: 30px 60px;
	background-repeat: no-repeat;
}
#moimir {
	display: block;
	height: 30px;
	width: 30px;
	background-image: url(../img/moi_mir@2x.png);
	background-size: 30px 60px;
	background-repeat: no-repeat;
}
#vk {
	display: block;
	height: 30px;
	width: 30px;
	background-image: url(../img/vk@2x.png);
	background-size: 30px 60px;
	background-repeat: no-repeat;
}
#insta {
	display: block;
	height: 30px;
	width: 30px;
	background-image: url(../img/insta@2x.png);
	background-size: 30px 60px;
	background-repeat: no-repeat;
}
