/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

/*Услуги начало*/
.services_items {
	list-style-type:none;

}

.services_items li {
	display:block;
	float:left;
	width:160px;
	height:160px;
	border:#3b3b3b 1px solid;
	border-radius:2px;
	padding:10px;
	margin:0 30px 30px 0;
	background-image:url(/img/services-iconset.png);
	background-position:46px 30px;
	background-repeat:no-repeat;
}

.services_items li:nth-child(2) {
	background-position:-142px 27px;
}

.services_items li:nth-child(3) {
	background-position:-335px 27px;
}

.services_items li:nth-child(4) {
	background-position:-519px 27px;
}

.services_items li:nth-child(5) {
	background-position:-709px 27px;
}

.services_items li:nth-child(6) {
	background-position:-899px 27px;
	margin-right:0;	
}

.services_items li a {
	display:block;
	text-align:center;
	color:#fff;
	font-family: "BebasRegular";
	margin-top:92px;
}
/*услуги конец*/

/*о технологиях начало*/

.about-work-items {
	list-style-type:none; 
}

.about-work-item {
	display:block;
	float:left;
	margin:0 32px 80px 0;
	border-top:4px solid #ac160a;
	width:280px;
}

.about-work-item img {width:280px;}

.about-work-item:nth-child(3), .about-work-item:nth-child(6) {
	margin-right:32px;
}

.about-work-item span {
	text-align:center;
	display:block;
	margin-top:15px;
}

/*о технологиях конец*/

/*нам доверяют начало*/

.our-clients {
	padding:80px 0 80px 0;
	text-align:center;
}

.our-cliens-items {
	list-style-type:none;
	margin-top:30px;
}

.our-cliens-items li {
	display:block;
	float:left;
	width:220px;
	margin-right:15px;
}

.our-cliens-items li:last-child {
	margin-right:none;
}

/*нам доверяют конец*/




}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

div.logo a {
    font-size: 37px;
}

/*Услуги начало*/
.services_items {
	list-style-type:none;
}

.services_items li {
	display:block;
	float:left;
	width:160px;
	height:160px;
	border:#3b3b3b 1px solid;
	border-radius:2px;
	padding:10px;
	margin: 0 27px 27px 0;
	background-image:url(/img/services-iconset.png);
	background-position:46px 30px;
	background-repeat:no-repeat;
}

.services_items li:nth-child(2) {
	background-position:-142px 27px;
}

.services_items li:nth-child(3) {
	background-position:-335px 27px;
}

.services_items li:nth-child(4) {
	background-position:-519px 27px;
}

.services_items li:nth-child(5) {
	background-position:-709px 27px;
}

.services_items li:nth-child(6) {
	background-position:-899px 27px;
	margin-right:0;	
}

.services_items li a {
	display:block;
	text-align:center;
	color:#fff;
	font-family: "BebasRegular";
	margin-top:92px;
}
/*услуги конец*/


/*о технологиях начало*/

.about-work-items {
	list-style-type:none; 
}

.about-work-item {
	display:block;
	float:left;
	margin:0 10px 30px;
	border-top:4px solid #ac160a;
	width:220px;
}

.about-work-item img {width:220px;}

.about-work-item:nth-child(3), .about-work-item:nth-child(6) {
	margin-right:10px;
}

.about-work-item span {
	text-align:center;
	display:block;
	margin-top:15px;
}

/*о технологиях конец*/


/*о клиентах*/

.our-cliens-items li {
	display:block;
	float:left;
	width:180px;
	margin-right:0px;
}

.our-cliens-items li img {
	width:80%;
}


/*о клиентах*/

/*нижнее меню начало*/

div.footer-menu a {
	color:#fff;
	font-family:"BebasRegular";
	text-decoration:underline;
	text-transform:uppercase;
	font-size:18px;
}

/*нижнее меню конец*/


.section_5_block {
    width: 48%;
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: top;
}


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}