

/* Start:/bitrix/templates/cargo/css/front.css?15004729114849*/
.stat-block{
	margin-top: 60px;
	background: url('/local/images/stat-bg.jpg') center bottom no-repeat #646d71;
	background-size: cover;
	padding: 92px 0 112px;
}
.mission-block + .stat-block{
	margin-top: 0;
}
	.stat-block .stat-block__title{
		color: #fff;
		margin-top: -42px;
		margin-bottom: 45px;
	}
	.stat-block__text{
		color: #fff;
		margin-bottom: 10px;
	}
	.stat-block__list{}
		.stat-block__item{
			text-align: center;
		}
			.stat-block__item-cnt{
				color: #e74e3e;
				font-size: 60px;
				font-weight: bold;
				margin-bottom: 3px;
				-webkit-transition: 1s;
				-o-transition: 1s;
				transition: 1s;
			}
			.animated--custom .stat-block__item-cnt{
				opacity: 0;
			}
			.animated--active .stat-block__item-cnt{
				opacity: 1;
			}
			.stat-block__item-text{
				font-size: 18px;
				color: #fff;
			}
@media screen and (min-width:768px) {
	.stat-block{
		background-attachment: fixed;
	}
}
@media screen and (max-width:767px) {
	.stat-block{
		margin-top: 30px;
		padding: 30px 0;
		background-position: right bottom;
	}
	.stat-block .stat-block__title{
		margin-top: 0;
	}
	.animated--hide .stat-block__item-cnt{
		opacity: 1;
	}
}



.blog-block{
	padding-top: 20px;
	position: relative;
	padding-bottom: 85px;
}
	.blog-block__title{}
	.blog-block__fb-wrap{
		padding: 30px;
		background: #e4e4e4;
		text-align: center;
	}
	.blog-block__link-all{
		position: relative;
		color: #a5a5a5;
		z-index: 2;
		font-weight: 600;
		margin-top: 51px;
		font-size: 14px;
		display: inline-block;
		text-decoration: none;
	}
		.blog-block__link-all > img{
			margin-top: -2px;
			margin-right: 8px;
			vertical-align: top;
		}
@media screen and (min-width:768px) and (max-width: 991px) {
	.blog-block__link-all{
		margin-top: 30px;
		margin-bottom: 55px;
	}
}
@media screen and (max-width:767px) {
	.blog-block{
		padding-bottom: 0;
	}
	.blog-block__fb-wrap{
		padding: 15px;
		margin: 30px -15px 0;
	}
	.blog-block__fb-wrap iframe{
		max-height: 100%;
	}
	.blog-block .block__triangle__wrap{
		display: none;
	}
}

.contacts{
	background: #e74e3e;
	color: #fff;
	border-color: #fff;
	padding-bottom: 80px;
	padding-top: 20px;
}
.body--kontakty .contacts,
.body--contact-us .contacts{
	background: none;
	color: #000000;
	border-color: #a5a5a5;
	padding-top: 40px;
	padding-bottom: 20px;
}
	.contacts .contacts__title{
		color: #fff;
		margin-bottom: 50px;
	}
	.body--front-page .contacts input[type="text"],
	.body--front-page .contacts input[type="password"],
	.body--front-page .contacts input[type="number"],
	.body--front-page .contacts input[type="tel"],
	.body--front-page .contacts input[type="url"],
	.body--front-page .contacts input[type="email"],
	.body--front-page .contacts textarea{
		border-color: inherit !important;
		color: inherit;
	}
	.contacts input[type="text"],
	.contacts input[type="password"],
	.contacts input[type="number"],
	.contacts input[type="tel"],
	.contacts input[type="url"],
	.contacts input[type="email"],
	.contacts textarea{
		border-color: #a5a5a5;

	}
	.contacts *::-webkit-input-placeholder {color:inherit;}
	.contacts *::-moz-placeholder          {color:inherit;}/* Firefox 19+ */
	.contacts *:-moz-placeholder           {color:inherit;}/* Firefox 18- */
	.contacts *:-ms-input-placeholder      {color:inherit;}
	.contacts a{
		color: inherit !important;
	}
	.contacts__list{
		margin-bottom: 49px;
	}
		.contacts__list img,
		.contacts__list svg{
			left: 0;
			top: 5px;
			position: absolute;
		}
		.contacts__list path{
			fill: #a5a5a5;
		}
		.contacts__phone{
			font-size: 24px;
			font-weight: bold;
			margin-top: -9px;
		}
		.body--kontakty .contacts__phone,
		.body--contact-us .contacts__phone{
			color: #e74e3e;
		}
		.contacts__address{
			margin-top: 14px;
			padding-left: 30px;
			position: relative;
		}
		.contacts__mail{
			position: relative;
			margin-top: 14px;
			padding-left: 30px;
		}
			.contacts__mail img{
				top: 6px;
			}
		.contacts__skype{
			position: relative;
			margin-top: 12px;
			padding-left: 30px;
		}
	.contacts__map{
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    	filter: grayscale(100%);
	}
	.contacts__map-link{
		color: #fff !important;
		background: #e74e3e;
		display: block;
		float: right;
		height: 38px;
		line-height: 38px;
		padding-left: 30px;
		margin-top: -38px;
		z-index: 2;
		position: relative;
	}
	.body--kontakty .contacts__map-link,
	.body--contact-us .contacts__map-link{
		color: #000 !important;
		background: #fff;
	}
		.contacts__map-link:hover{
			text-decoration: none;
		}
@media screen and (min-width:992px) and (max-width: 1199px) {
	.contacts__list {
		margin-bottom: 33px;
	}
}
@media screen and (max-width:767px) {
	.contacts{
		padding-bottom: 30px
	}
		.contacts__map{
			margin-top: 35px;
		}
		.contacts__map-link{
			padding: 0;
			width: 100%;
			text-align: left;
			float: none;
		}
}
/* End */


/* Start:/bitrix/templates/cargo/css/o-nas.css?1500472911437*/
.about-text{
	font-size: 18px;
	line-height: 1.4;
}
.mission-block{
	color: #fff;
	background-color: #e74e3e;
	padding-bottom: 44px;
}
	.mission-block .mission-block__title{
		color: inherit;
		margin-bottom: 44px;
	}
	.mission-block__text{
		padding-left: 100px;
		background: url('/local/images/micon.png') left 10px no-repeat;
	}
@media screen and (max-width:767px) {
	.mission-block__text{
		padding-left: 0;
		background: none;
	}
}
/* End */


/* Start:/bitrix/templates/cargo/components//bitrix/system.pagenavigation/.default/style.css?15004729092917*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/bitrix/templates/cargo/components/bitrix/news.list/about-photo/style.css?1500472910473*/
.about-block{
	margin-bottom: 22px;
	margin-top: 43px;
	background: #fff;
	position: relative;
}
	.about-block .about-block__title{
		margin-bottom: 54px;
	}
	.about-block__list{

	}
		.about-block .bx-wrapper .bx-viewport{

		}
		.about-block__item{
			border-radius: 3px;
		}
			.about-block__item-img-wrap{
				text-align: center;
				display: table-cell;
				width: 100%;
				vertical-align: middle;
			}
			.about-block__item-img-wrap img{
				border-radius: 3px;
			}
/* End */


/* Start:/bitrix/templates/cargo/components/bitrix/news.list/video/style.css?15004729101943*/
.video-block{
	background-color: #e4e4e4;
	background-image: url('/local/images/about-video- bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 80px;
	padding-bottom: 50px;
}
	.video-block .video-block__title{
		color: #000000;
		margin-bottom: 54px;
	}
	.video-block__main{
		margin-bottom: 30px;
		position: relative;
	}
		.video-block__main a{

		}
		.video-block__main a:before{
			display: block;
			content: "";
			position: absolute;
			width: 61px;
			height: 24px;
			background: url('/local/images/yt.png') no-repeat;
			left: 40px;
			top: 23px;
		}
		.video-block__main a:after{
			display: block;
			content: "";
			position: absolute;
			width: 81px;
			height: 62px;
			background: url('/local/images/play.png') no-repeat;
			left: 50%;
			top: 50%;
			margin-left: -40px;
			margin-top: -31px
		}
			.video-block__main .video-block__name{
				position: absolute;
				bottom: 25px;
				left: 39px;
				color: #fff;
				text-decoration: none;
			}
	.video-block__sub{
		margin-bottom: 15px;
	}
		.video-block__sub a{
			margin-bottom: 47px;
		}
		.video-block__sub a:before{
			display: block;
			content: "";
			position: absolute;
			width: 17px;
			height: 17px;
			background: url('/local/images/fs.png') no-repeat;
			right: 19px;
			bottom: 16px;
		}
		.video-block__sub a:after{
			display: block;
			content: "";
			position: absolute;
			width: 59px;
			height: 46px;
			background: url('/local/images/play-sub.png') no-repeat;
			left: 50%;
			top: 50%;
			margin-left: -30px;
			margin-top: -26px
		}
			.video-block__sub .video-block__name{
				position: absolute;
				display: block;
				bottom: -32px;
				text-decoration: underline;
				white-space: nowrap;
				text-overflow: ellipsis;
				overflow: hidden;
				width: 100%;
			}
	.video-block img{
		border-radius: 3px;
		width: 100%;
	}
	.video-block a{
		display: block;
		position: relative;
	}
/* End */


/* Start:/bitrix/templates/cargo/components/bitrix/news.list/cert/style.css?1500472911462*/
.cert-block{
	margin-bottom: 22px;
	margin-top: -1px;
	background: #fff;
	position: relative;
}
	.cert-block .cert-block__title{
		margin-bottom: 54px;
	}
	.cert-block__list{

	}
		.cert-block__item{
			min-height: 102px;
			border: 2px solid #e4e4e4;
			border-radius: 3px;
			display: table;
			width: 100%;
		}
			.cert-block__item-img-wrap{
				text-align: center;
				display: table-cell;
				width: 100%;
				height: 228px;
				vertical-align: middle;
			}
/* End */


/* Start:/bitrix/templates/cargo/components/bitrix/news.list/partners-block/style.css?1500472911487*/
.partners-block{
	margin-bottom: 22px;
	margin-top: -1px;
	background: #fff;
	position: relative;
}
	.partners-block .partners-block__title{
		margin-bottom: 54px;
	}
	.partners-block__list{

	}
		.partners-block__item{
			min-height: 102px;
			border: 2px solid #e4e4e4;
			border-radius: 3px;
			width: 100%;
			display: table;
		}
			.partners-block__item-img-wrap{
				text-align: center;
				display: table-cell;
				width: 100%;
				height: 102px;
				vertical-align: middle;
			}

/* End */


/* Start:/bitrix/templates/cargo/components/bitrix/news.list/years-block/style.css?15004729102890*/
.years-block{
	margin-bottom: 30px;
}
	.years-block .years-block__title{
		margin-bottom: 43px;
	}
	.years-block__list{
	}
		.years-block .bx-wrapper .bx-viewport{
			background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAACCAYAAABllJ3tAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmOTgyNzhmMS1mNGUxLTBkNDItYTNkMS0yMTBlZmQwNWJkN2MiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Rjk4RTY4NDFDOEVEMTFFNkE1NDhDNTlCRkQ0MzRDQkUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Rjk4RTY4NDBDOEVEMTFFNkE1NDhDNTlCRkQ0MzRDQkUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NmViMTE5MjYtZGZjNi02MTQ5LTgwYzEtMmI2ZGViMjJmZTAyIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6M2E3ZmM3ZmMtNzk5YS0xMWU2LTg0MDItYjlhNzQwMTE5ZDQzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+DAwy3wAAACJJREFUeNpifO5nt4yBgSEMiI8AsQMDGmAC4v9IGAMABBgAGnsGdDGPfZQAAAAASUVORK5CYII=');
			background-repeat: repeat-x;
			background-position: 0 27px;
			position: relative;
		}
		.years-block .bx-wrapper .bx-viewport:before{
			content: "";
			display: block;
			width: 50px;
			height: 20px;
			background: #fff;
			position: absolute;
			top: 20px;
			left: 0;
			z-index: -1;
		}
		.years-block .bx-wrapper .bx-viewport:after{
			content: "";
			display: block;
			width: 30px;
			height: 20px;
			background: #fff;
			position: absolute;
			top: 20px;
			right: 0;
			z-index: -1;
		}
		.years-block .bx-wrapper .bx-controls-direction a{
			top: 12px;
			margin-top: 0;
		}
		.years-block__item{
			width: 140px !important;
			margin: 0 48px;
			text-align: center;
			background: #fff;
			position: relative;
			z-index: 2;
		}
			.years-block__item-year{
				font-size: 56px;
				color: #e74e3e;
				font-weight: bold;
				line-height: 1;
			}
			.years-block__item-text{
				font-size: 18px;
				margin-top: 13px;
			}
@media screen and (min-width:992px) and (max-width: 1199px) {

}
@media screen and (min-width:768px) and (max-width: 991px) {
	.years-block{
		margin-top: 55px;
	}
}
@media screen and (max-width:767px) {
	.years-block__list-wrap{
		margin: 0 auto;
		overflow: hidden;
	}
	.years-block .bx-wrapper .bx-viewport{
		background: none;
		left: 0;
	}
}
/* End */


/* Start:/bitrix/templates/cargo/components/bitrix/news.list/projects-block/style.css?15004729104269*/
.projects-block{
	background: #e74e3e;
	color: #fff;
	margin-top: 75px;
	padding-bottom: 40px;
}
	.projects-block .projects-block__title{
		color: inherit;
		margin-bottom: 53px;
	}
	.projects-block__list{}
		.projects-block__item{

		}
			.projects-block__item-img-wrap{
			}
			.projects-block__item-about{
				height: 440px;
				overflow-y: auto;
			}
				.projects-block__item-about-inner{
					padding-top: 5px;
					width: 600px;
					padding-bottom: 20px;
				}
					.projects-block__item-about-title{
						font-weight: bold;
						font-size: 18px;
						text-transform: uppercase;
						margin-top: -6px;
					}
					.projects-block__item-about hr{
						margin-top: 14px;
						margin-bottom: 12px;
						border-top: 2px solid #fff;
					}
					.projects-block__item-about p{
						margin-bottom: 15px;
					}
					.projects-block__item-about i{
						padding-top: 10px;
						padding-bottom: 10px;
						border-top: 1px solid #fff;
						border-bottom: 1px solid #fff;
						display: block;
						position: relative;
						margin-top: 25px;
					}
						.projects-block__item-about i:after,
						.projects-block__item-about i:before{
							position: absolute;
							content: "";
							height: 7px;
							width: 29px;
							left: 50%;
							margin-left: -14px;
							top: -4px;
							background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAHCAIAAAB7vNGlAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmOTgyNzhmMS1mNGUxLTBkNDItYTNkMS0yMTBlZmQwNWJkN2MiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjNCRDRCQTlDQjRFMTFFNkFCOTVERDYzNjcxNTU2MjAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjNCRDRCQThDQjRFMTFFNkFCOTVERDYzNjcxNTU2MjAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NmViMTE5MjYtZGZjNi02MTQ5LTgwYzEtMmI2ZGViMjJmZTAyIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6M2E3ZmM3ZmMtNzk5YS0xMWU2LTg0MDItYjlhNzQwMTE5ZDQzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FT9lHwAAAJBJREFUeNpifO5nx0ADwESUIkERsRXbReevg3CFumdKbDzIrKhGqbkcLt5MnFy/blwFsoHGsalp/H339u/9WxSba2YFJH/fuwNiO7gBSYgdFJkLcSCQ8fPMcSDJZecEt4MicyEOhHicVd+MWUgYbgcewELQ3F/nTr2/fePf509A9r9PH953N4OswRu4QAAQYACJeDa5GCC6bgAAAABJRU5ErkJggg==');
						}
						.projects-block__item-about i:after{
							top: auto;
							bottom: -4px;
						}
					.projects-block__item-about-name{
						text-align: right;
					}
					.projects-block .bx-wrapper .bx-controls-direction a{
						border-color: #fff;
					}
						.body .projects-block .bx-wrapper .bx-prev{
							background-position: -2px -119px;
						}
							.body .projects-block .bx-wrapper .bx-prev:hover{
								background-position: -41px -119px;
							}
						.body .projects-block .bx-wrapper .bx-next{
							background-position: -2px -80px;
						}
							.body .projects-block .bx-wrapper .bx-next:hover{
								background-position: 37px -80px;
							}
@media screen and (min-width:992px) and (max-width: 1199px) {
	.projects-block__item-about{
		height: 365px;
	}
		.projects-block__item-about-inner{
			width: 450px;
		}
}
@media screen and (min-width:768px) and (max-width: 991px) {
	.projects-block__item-about{
		height: 420px;
	}
		.projects-block__item-about-inner{
			width: 200px;
		}
}
@media screen and (max-width:767px) {

	.projects-block__item-about-wrap{
		margin-top: 10px;
	}
	.projects-block__item-about-wrap{
		width: 260px !important;
	}
	.projects-block__item-about-inner{
		width: 230px;
		padding-right: 30px;
	}
	.projects-block .bx-wrapper .bx-controls-direction a{
		top: 76px;
	}
	.projects-block .jspVerticalBar{
		right: 10px;
	}
}
/* End */
/* /bitrix/templates/cargo/css/front.css?15004729114849 */
/* /bitrix/templates/cargo/css/o-nas.css?1500472911437 */
/* /bitrix/templates/cargo/components//bitrix/system.pagenavigation/.default/style.css?15004729092917 */
/* /bitrix/templates/cargo/components/bitrix/news.list/about-photo/style.css?1500472910473 */
/* /bitrix/templates/cargo/components/bitrix/news.list/video/style.css?15004729101943 */
/* /bitrix/templates/cargo/components/bitrix/news.list/cert/style.css?1500472911462 */
/* /bitrix/templates/cargo/components/bitrix/news.list/partners-block/style.css?1500472911487 */
/* /bitrix/templates/cargo/components/bitrix/news.list/years-block/style.css?15004729102890 */
/* /bitrix/templates/cargo/components/bitrix/news.list/projects-block/style.css?15004729104269 */
