.desc--blockWrap,
.desc--whyWe{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.desc--blockWrap{
	margin-top: 30px;
	margin-bottom: 70px;
}
.page_content{
	padding-top: 90px;
}

.port--desc p{
	color: #000000;
	font-family: "Myriad Pro";
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 25px;
}
.port--desc{
	width: 100%;
}

.left--desc{
	margin: auto auto auto 0; 
	max-width: 600px;
	width: 45%
}

.left--desc p{
	color: #000000;
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: 400;
	margin: 0
}
.left--desc p + p {
	margin-top: 20px;
}
.right--desc{
	margin: 0 0 auto auto;
	max-width: 580px;
	width: 48%;
}

.right--desc p.title{
	color: #000000;
	font-size: 21px;
	font-family: "Myriad Pro";
	font-weight: 700;
	margin-bottom: 20px;
}

.desc--whyWe ul{
	list-style: none;
	margin-right: 30px;
	padding: 0
}
.desc--whyWe ul + ul{
	margin-right: 0
}

.desc--whyWe ul li{
	color: #000000;
	font-family: "Myriad Pro";
	font-size: 15px;
	font-weight: 400;
}
.desc--whyWe ul li + li{
	margin-top: 20px;
}
.desc--whyWe ul li:before{
	content: "";
	background: url('../images/arrow-li.png') no-repeat;
	width: 9px;height: 13px;
	display: inline-block;
	margin-right: 7px;
	position: relative;
	top: 2px;
}

.grid--usl{
	display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
}

.catalog .data .grid--usl .item{
    color: #000;
    font: 21px Myriad Pro;
    display: block;
	width: 30%;
	max-width: 350px;
    margin-bottom: 30px;
    margin-left: 0;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    background: #585858;
    position: relative;
    margin: 0 auto 30px;
}
.grid--usl .box .name{
	min-height: 56px;
}
.catalog .data .grid--usl .item .details{
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
    width: 80%;
    max-width: 240px;
}
.catalog .data .grid--usl .item .box{
	height: 100%;
	padding: 40px 20px;
	min-height: 355px;
}

.grid--usl .box .name,
.grid--usl .box .logo{
	margin-bottom: 35px;
}

.catalog .data .grid--serv .item .logo{
	height: auto;
	margin-bottom: 15px;
}

.grid--serv .box .name{
	margin-bottom: 25px;
	min-height: auto
}
.grid--serv .box .desc{
	color: #000000;
	font-family: "Myriad Pro";
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 76px;
}
.grid--serv .box .desc p{
	max-width: 225px;
	margin: auto
}


span.place{
	color: #000000;
	font-family: "Myriad Pro";
	font-size: 18px;
	font-weight: 400;
	display: block;
	margin-bottom: 30px;
	padding-left: 30px;
    position: relative;
}
span.place:before{
	content: "";
	background: url('../images/location_.svg') no-repeat;
	width: 23px;height: 30px;
	margin-right: 9px;
	background-size: contain;
	position: absolute;
    left: 0;
    top: -2px;
}

.slider--wrap + .slider--wrap {
	margin-top: 50px;
}

.port--sliderWrap{
	background: #d2d2d7;
	padding: 16px 22px;
}
.portfolio{
	background: #fff;
	padding: 40px 9%;
	border-radius: 4px;
}
.portfolio .item{
}
.portfolio .item img{
	width: 100%;
}

/*испарители*/
.data--inner{
	background-color: #585858;
	padding: 3px 4px;
}
.data--inner_item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	background: #fff;
	border-radius: 8px;
}
.data--inner_itemImg img{
	display: inline-block;
	vertical-align: middle;
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 7px;
}
.data--inner_itemImg p{
	color: #000000;
	font-family: "Myriad Pro";
	font-size: 19px;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	max-width: 654px;
	width: 85%;
}
.data--inner_itemImg{
	width: 66%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.data--inner_itemBut a:hover{
	    color: #000;
    border-color: #585858;
    background: #fff;
}
.data--inner_itemBut a:hover:before{
	background: url(../images/ic_arr_right_black.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.data--inner_itemBut a:before{
	content:"";
	position: relative;
	top: -1px;
	display: inline-block;
	width: 7px;
	height: 11px;
	margin-right: 10px;
	vertical-align: middle;
	background: url(../images/ic_arr_right_white.svg) 0 0 no-repeat;
	background-size: 100% 100%;
}
.data--inner_itemBut a{
	color: #fff;
    font: 18px/44px Myriad Pro;
    display: inline-block;
    width: 90%;
    height: 46px;
    transition: .2s linear;
    vertical-align: top;
    border: 1px solid #ef437f;
    border-radius: 3px;
    background: #ef437f;
    max-width: 239px;
    text-decoration: none;
    text-align: center;
    margin: auto;
}
.data--inner_itemBut{
	background: #f3f3f3;
	width: 34%;
	max-width: 430px;
	border-radius: 0 8px 8px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.data--inner_item + .data--inner_item{
	margin-top: 3px;
}

@media (max-width: 1024px){
	.catalog .data .grid--usl .item {
		width: 45%
	}
	.grid--usl{
		justify-content: space-around;
	}
}

@media (max-width: 768px){
	.catalog .data .grid--usl .item {
		width: 100%
	}
	.desc--blockWrap, .desc--whyWe{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.left--desc, .right--desc{
		width: 100%;
		margin: auto;
	}
	.right--desc{
		margin-top: 30px;
	}
	.data--inner_item{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;

		padding: 27px 13px;
	}
	.data--inner_itemImg img{display: none;}
	.data--inner_itemImg,
	.data--inner_itemBut{width: 100%;}
	.data--inner_itemBut{background: none;}
	.data--inner_itemImg p{text-align: center;margin: 0 auto 22px;}
}

@media (max-width: 640px){
	.port--sliderWrap{
		background: none;
		padding: 0;
		width: calc(100% + 60px);
    	margin: 0 -30px;
	}
	.portfolio{padding: 0;background: none;}

	.portfolio.owl-carousel .owl-nav .owl-prev,
	.portfolio.owl-carousel .owl-nav .owl-next{
		width: 48px;
		height: 66px;
		background-color: #4c4393;
		margin-top: -33px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 40%;
	}
	.portfolio.owl-carousel .owl-nav .owl-prev{
		left: 0;
		background-image: url('../images/ic_arr_left_white.svg');

	}
	.portfolio.owl-carousel .owl-nav .owl-next{
		right: 0;
		background-image: url('../images/ic_arr_right_white.svg');
	}

}
@media (max-width: 612px){
	.desc--whyWe ul + ul{
		margin-top: 20px;
	}
	.port--desc p{
		font-size: 20px;
		font-weight: 400;
		text-align: center;
	}
	.port--blockWrap{
		margin-top: 0;
	}
}

@media (max-width: 479px){
	.desc--blockWrap{
		padding: 30px;
    	background: #f1f1f1;
    	width: calc(100% + 30px);
    	margin: 0 -15px;
	}
	.port--blockWrap{
		background: none;
		padding: 0 30px;
	}
	.desc--whyWe ul li{
		line-height: 1.4;
	}
	.grid--usl .box .name, .grid--usl .box .logo{
		margin-bottom: 20px;
	}
}
.fancybox-image, .fancybox-spaceball {
    background: none;
}

.spis ul li{
	list-style-type: none;
	margin: 15px 0 6px 0px;
	
}
.spis ul{
    margin-bottom: 20px!important;
}
.spis ul li a{
	    color: #000000!important;
    font: 16px Myriad Pro;
    margin-bottom: 40px;
    text-decoration: none!important;
	 border-bottom-width: 0px!important;
    border-bottom-style: none!important;
	
}
.spis2 a{

      
	    color: #4c4393!important;
    font: 21px Myriad Pro;
	font-weight: bold;
    margin-bottom: 40px;
    text-decoration: none!important;
	 border-bottom-width: 0px!important;
    border-bottom-style: none!important;

}
.spis2 ul li{
	list-style-type: none!important;
	margin: 15px 0 6px 0px!important;
}
.spis2{
	list-style-type: none!important;
	margin: 15px 0 6px 0px!important;
}

.portfolio2 {
    background: #fff;
        padding: 25px 9% 40px;
    border-radius: 4px;
}
@media (max-width: 640px){
.port--sliderWrap2 {

    padding: 9px!important;
	}
.kons p{
	margin-bottom: 0px!important;
    margin-top: 0px!important;
	}
	.kons .seachs {
    padding-top: 20px!important;
	}
	.kons .tel2ser {
  
    font-size: 26px!important;
  
}
	.kons .tel2ser {
    padding-top: 5px!important;
		}
}
.port--sliderWrap2 {
    background: #d2d2d7;
    padding: 16px 22px;
	margin-top: 20px;
}
.linkf{
	    content: "";
    background: url(../images/arrow-li.png) no-repeat;
    width: 9px;
    height: 13px;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 2px;
}
.kons .beskon{
	color: #000;
    font: 26px Myriad Pro;
   
    text-align: center;
}
.kons .rusbesp{
padding-top: 20px;
    color: #000;
    font: 26px Myriad Pro;
   
    text-align: center;
	}
.kons .tel2ser{
padding-top: 20px;
    font: 60px Myriad Pro;
   font-weight: 700;
    text-align: center;
	}
.kons .tel2ser a{
border-bottom-width: 0px!important;
    color: #000!important;
text-decoration:none!important;
	}
.kons .seachs{
padding-top: 10px;
    color: #000;
    font: 21px Myriad Pro;
   
    text-align: center;
	}
.kons .seachs  a{
padding-top: 20px;
    color: #000!important;
    font: 21px Myriad Pro;
    text-align: center;
    border: none;
    border-bottom-width: 0px!important;
}

.vi_rich_text ul, .vi_rich_text ol {
    margin: 0;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}




.lang-switcher {
	font-size: 0;
	position: absolute;
	right: 31px;
	top: 15px;
	z-index: 1;
}
	.lang-switcher a,
	.lang-switcher img {
		display: inline-block;
		height: 24px;
		width: 24px;
	}
	.lang-switcher a + a,
	.lang-switcher img + img,
	.lang-switcher img + a,
	.lang-switcher a + img{
		margin-left: 12px;
	}
@media (min-width: 961px) and (max-width: 1440px) {
	.lang-switcher {
		right: 316px;
		top: 32px;
	}
}
@media (max-width: 960px) {
	.lang-switcher {
		right: 0px;
		top: 32px;
	}
}
@media (max-width: 680px) {
	.lang-switcher {
		right: 5%;
		top: 99px;
	}
}
