body, .container , .top-carousel, .info_path, .benefits-wrap, .order-call-wrap{
	min-width: unset !important;
}
.menu-container {
	background-color: #5c6e92;
    border-radius: 9px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 46px;
    padding: 4px 21px;
    width: 160px;
}
.catalog-item-img-wrap {
    color: #fff;
}
.menu-container .nav-btn {
    background-image: url("menu-open.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    display: block;
    float: left;
    height: 40px;
    width: 40px;
	transition: all 0.5s;
}
@media screen and (max-width:800px){
	.main-content .catalog-item-wrap {
		clear: none !important;
	}	
}

.menu-container .nav-btn.open {
	background-image:url("menu-close.png");
	-moz-transform: rotate(360deg); /* Для Firefox */
    -ms-transform: rotate(360deg); /* Для IE */
    -webkit-transform: rotate(360deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(360deg); /* Для Opera */
    transform: rotate(360deg);
}
.menu-container .menu-text {
    display: inline-block;
    padding-left: 5px;
    padding-top: 10px;
}
.span4 {
    width: 32% !important;
	margin-right:1% !important;
}
.span4:nth-child(3n+3) {
	margin-right: 0 !important;
}
.span12 {
	width: 100% !important;
}
.oc-half {
	width: 50% !important;
}

.top-carousel-control-wrap .top-carousel-control.left {
    left: 10px !important;
}
.main-content {
	box-sizing: border-box;
	width: 100% !important;
	margin: 0;
	padding: 0 20px;
}
.main-content .catalog-item-wrap{
	width: 32% !important;
	margin: 0 1% 1% 0 !important;
}
.catalog-item_r {
	width: 100%;
}
.catalog-item__link {
	background: none;
}
@media screen and (min-width: 966px){
	.catalog-item-img {
		width: 100%;
	}
}
.nav-btn {
	display: none;
}
.span4.header-contacts-wrap {
	float: right;
	width: auto !important;
}
.projects-image {
	width: 215px;
	float: left;
}
.news-list .projects-prev-text {
	margin-left: 0;
}
.aq-form {
	background-color:#fff;
}
.aq-form .bt.bt-primary.bt-mid{
	background-color: #af0000;
	 width: 100%;
}
@media screen and (min-width: 1185px){
	.ver_g {
		padding: 0 10px;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 1200px){
	.main-nav__item:last-child .main-nav__link:hover {
		border-radius: 0 10px 10px 0;
	}
	.main-nav__item:first-child .main-nav__link:hover {
		border-radius: 10px 0 0 10px;
	}
}
@media screen and (max-width: 1200px){
	
	.span3.logo-wrap {
		float: left !important;
	}
	.container .main-content {
		width: 100% !important;
		margin: 0;
	}
	
	.main-content {
		width: 100% !important;
		max-width: 100% !important;
	}
	.slider_wra .projects-title{
		margin-left: 0 !important;
	}	
	
	.content-container {
		margin: 0 10px;
	}
	
	.main-nav__subnav {
		z-index: 10;
	}
	.span6.header-nav-wrap {display: none;}
	.span3.logo-wrap {
		float: none;
	}
	.slider_wra #topCarousel{
		width: 100%;
	}
	.slider_wra .projects-wrap {
		margin: 0 auto;
		width: 100%;
	}
	.slider_wra .carousel-inner {
		margin: 0 auto;
		width: 100% !important;
		max-width: 100% !important;
	}
	.pc-text-wrap {
		width: 100% !important;
		max-width: 100% !important;
	}
	.projects-wrap .pc-link, .projects-wrap .pc-text{
		margin: 0 0 15px;
	}
	.nav-btn {
		background-image: url('list-256.png');
		display: block;
		height: 40px;
		width: 40px;
		background-size: cover;
		cursor: pointer;
	}
	.footer-wrap .container {
		width:100% !important;
	}
}
@media screen and (max-width: 1200px) and (min-width:940px){
	.container .main-content {
		padding: 0 10px;
	}
}
.desktopHide {
	display: none;
}
@media screen and (min-width: 980px){
	.main-nav__wrap {
		text-align: center;
	}
}
.header-phone--grey a{
	color: #e71b26;
	text-decoration: none;
}
@media screen and (max-width:1190px){
	.slider_wra .carousel-inner .pc-text-wrap {
		padding: 0 65px 0 55px !important;
	}
}
@media screen and (min-width:1024px) {
	.main-nav__item:hover .main-nav__subnav {
		display: block !important;
	}
}
@media screen and (max-width:1024px){
	.desktopHide {
		display: block;
	}
}
@media screen and (max-width:980px){
	.main-aside {
		display: none;
	}
	.main-nav__wrap li.main-nav__item{
		border-bottom: 1px solid #fff;
	}
	.main-nav__wrap li {
		float: none !important;
		width: 100% !important;
	}
	.ver_g {
		width: 100%;
		margin-bottom: 20px;
	}
	.main_left_side {
		float: none;
		width: 100%;
	}
	.main-nav__wrap {
		display: none;
	}
	.content-container table{
		width: 0px;
		max-width:100%;
	}
	
	.main-nav__link {
		box-sizing: border-box;
	}
	.main-nav__wrap .main-nav__item:nth-child(1), .main-nav__wrap .main-nav__item:last-child{
		border-radius: 0;
	}
	.menu-container {
		display: block;
	}
	.main-nav__item {
		visibility: hidden;
	}
}
@media screen and (max-width:1140px){

	
	.main-content .catalog-item-wrap.catalog-double{
		 width: 220px !important;
	}
	.catalog-item-wrap:nth-child(4) {
		clear: unset;
	}
	
}

@media screen and (max-width:940px){
	.top-carousel-control-wrap, .order-call-inner{
		width: 100% !important;
	}
	.main-aside {
		display: none;
	}
	.ver_g {
		width: 100%;
		margin-bottom: 20px;
	}
	.main_left_side {
		float: none;
		width: 100%;
	}
	.main-content {
		padding: 0 !important;
	}
	
}
@media screen and (max-width:768px){
	.catalog-item-wrap.catalog-double .catalog-item__link {
		box-sizing: border-box;
		max-height: 100%;
	}
	.catalog-item-wrap.catalog-double .catalog-item-img {
		box-sizing: border-box;
		max-height: 100%;
	}
	.oc-half {
		width: 80% !important;
		display: block !important;
		margin: 0 auto !important;
		margin-bottom:15px !important;
	}	
	.main-content .catalog-item-wrap{
		width: 49% !important;
		height: 300px !important;
	}
	.main-content .catalog-item-wrap.catalog-double{
		 width: 98% !important;
		margin: 0 1% 1% !important;
		height: auto !important;
	}
	.main-content .catalog-item-wrap.catalog-double:hover{
		height: auto !important;
	}
	.logo-wrap {
		margin: 0 auto !important;
		float: none !important;
	}
	.logo {
		margin: 0 auto;
	}
	.catalog-item-wrap .catalog-item{
		width:100%;
	}
	.equip-item-text {
		padding: 0 10px !important;
	}
	.projects-image.clearfix {
		text-align: center;
	}
	.projects-image .preview_picture {
		float: none !important;
	}
	.projects-image {
		width: auto;
		float: none;
	}
	.projects-prev-text {
		margin-left: 0;
	}
}
@media screen and (max-width:1200px){
	.span6.header-nav-wrap {
		display: none;
	}
	.span4.header-contacts-wrap {
		float: right !important;
		width:auto !important;
	}
	.main-nav__item{
		text-align: center;
	}
	.main-nav__subnav-item {
		text-align: left;
	}
	.row {
		margin-left: 0;
	}
}
.main-content img {
	max-width: 100%;
}
@media screen and (max-width:768px){
	.span4.header-contacts-wrap {
		float: none !important;
		margin: 0 auto !important;
	}
	.span3.logo-wrap, .span4.header-contacts-wrap {
		width:auto !important;
		float: none !important;
		text-align: center;
	}
	.footer-wrap .matrix, .footer-wrap .footer-link-contacts, .footer-wrap .footer-phone, .footer-wrap .footer-address, .footer-wrap .social-link-wrap {
		clear: both;
		display: block;
		float: none;
		margin: 0 auto 10px;
		text-align: center;
	}
	.footer-phone, .footer-address{
		background: none;
		padding: 0;
	}
	.footer-phone .ya-phone{
		background: rgba(0, 0, 0, 0) url("/bitrix/templates/matrix_copy/img/header-phone.png") no-repeat scroll 0 center;
		padding: 0 0 0 25px;
	}
	.footer-address span{
		background: rgba(0, 0, 0, 0) url("/bitrix/templates/matrix_copy/img/address-icon.png") no-repeat scroll left center;
		padding: 0 0 0 25px;
		display: inline-block;
	}
	.logo-wrap {
		padding: 65px 0 0 !important;
	}
	.header-contacts-wrap {
		padding: 28px 0 0 !important;
	}
	.footer-wrap .social-link-wrap {
		text-align: center;
	}
	.social-link {
		display: inline-block;
		float: none;
	}
}
@media screen and (max-width: 480px){
	.main-content .catalog-item-wrap {
		width: 98% !important;
		margin: 0 1% 1% !important;
	}
}
.fadeIn{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;

    animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;

    visibility: visible !important;
}

@keyframes fadeIn {
    0% {
        transform: scale(0.8);
        opacity: 0.0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
/*
.content-container table {
	width: 100%;
    table-layout: fixed;
	
}
.content-container td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 10px;
}
.content-container th {
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 10px;
}*/

.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }
.stacktable.small-only tr td, .stacktable.small-only tr th {
    border: 1px solid;
	padding: 10px;
}
.stacktable.small-only tr th {
background-color: rgb(235, 235, 235);
}
.side-adver-body img {
    max-width: 100%;
}
.side-clients-body .side-project__title-link-text {
    word-wrap: break-word;
}
@media screen and (min-width:963px) and (max-width:1185px){	
	.container .ver_g {
		overflow-x: unset;
	}
}
.catalog-item__link {
    height: inherit;
    box-sizing: border-box;
    width: 100%;
}
.catalog-item-wrap {
    overflow: hidden;
}
@media screen and (min-width:960px){
	.catalog-item-img {
		
		width: auto;
		max-width: 100%;
		max-height:100%
	}
}
/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 800px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table;margin: 0 auto }
}