#icons {
	width: 100%;	
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
#akciya {
	background-image: url("../img/akciya.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 500px;	
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-start;
	margin-top: 30px;
}	
#akciya-counter {
	background: rgba(51,51,51,0.85);
	border-radius: 15px;
	align-self: center;
	margin-bottom: -30px;
	padding: 15px;
}
#akciya-text {
	align-self: center;
	width: 1100px;
	height: 200px;
	margin-bottom: 100px;
}
#akciya-text ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 700px;	
}
#akciya-text ul li {	
	font-weight: 700;	
	margin-bottom: 40px;
	letter-spacing: 1.5px;
}
#akciya-text-a {
	font-size: 187.5%;
	color: #324033;
}
#akciya-text-b {
	font-size: 375%;
	color: #b1033f;	
	padding-bottom: 5px;
}
#we-work {
	width: 100%;
	background-image: url("../img/we-work-fon.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
	padding: 30px 0;
	margin-left: 0;
	margin-right: 0;
}
#we-work ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
#we-work ul li h2 {
	padding-bottom: 4px;
}
#company {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#company-all {
	display: flex;
	flex-direction: row;
	width: 1100px;	
}
#company-left {
	width: 45%;
	align-self: center;
	padding: 20px;
}
#company-left img {
	width: 100%;
}
#company-right {
	width: 55%;
	align-self: center;
	padding: 20px;
}
#company-right p {
    text-align: justify;
    text-indent: 15px;
}
#partnery {	
	width: 1100px;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}
#partnery ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
#partnery ul li h2 {
	padding-bottom: 4px;
}
#partnery p {
	text-align: center;
	margin: 30px 50px 10px 50px;	
}
#myvkontakte {
	margin-top: 30px; 
	height: 360px;
	width: 100%; 
	background-image: url(../img/fon-group-vk.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column; 
}
#modul-vk {
	margin-top: 20px;
	margin-bottom: 20px;  
	padding: 2px;
	border: 1px solid #a5a5a5;
}
* {	
	margin: 0px;
	padding: 0px;
	outline: none;
}
.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 0px;
}
#slider {
	width: 100%;
	height: 400px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;	
}
.container {
	display: block;
	margin: 0px auto;
}
#iview {
	display: block;	
	position: relative;
	margin: 0px auto;
	overflow: hidden;
}
#iview .iviewSlider {
	display: block;
	width: 1920px;
	height: 400px;
	overflow: hidden;	
}
.iview-caption {
	padding: 22px 15px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 600;
	font-size: 24px;
	color: #fff;
}
.iview-caption.caption {
	font-size: 48px;
}
#iview-timer {
	border-radius: 10px;
}
#iview-timer div {
	border-radius: 10px;
}
.iview-controlNav {
	position: absolute;
	bottom: 0px;
	left: calc((100% - 174px)/2);
	height: 44px;
}
.iview-controlNav a {
	text-indent: -9999px;
}
.iview-controlNav a.iview-controlPrevNav {
	float: left;
	width: 50px;
	height: 44px;
	background: url('../img/slider-controls.png') no-repeat;
}
.iview-controlNav a.iview-controlNextNav {
	float: left;
	width: 50px;
	height: 44px;
	background: url('../img/slider-controls.png') no-repeat -50px 0px;
}
.iview-controlNav div.iview-items {
	float: left;
	padding: 0px 10px 0px 10px;
	height: 44px;
	background: url('../img/nav-bg.png');
}
.iview-controlNav a.iview-control {
	padding: 0px;
	float: left;
	width: 11px;
	height: 12px;
	background: url('../img/bullets.png') no-repeat;
	line-height: 0px;
	-webkit-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}
.iview-controlNav a.iview-control.active {
	background-position: 0px -12px;
}
.iview-controlNav div.iview-items ul li {
	padding: 0px;
	float: left;
	width: 11px;
	height: 12px;
	margin: 3px;
	margin-top: 16px;
	line-height: 0px;
}
.iviewSlider {
	overflow: hidden;
}
#iview-timer {
	position: absolute;
	z-index: 100;
	border-radius: 5px;
	cursor: pointer;
}
#iview-timer div {
	border-radius: 3px;
}
#iview-preloader {
	position: absolute;
	z-index: 1000;
	border-radius: 3px;
	border: #000 1px solid;
	padding: 1px;
	width: 100px;
	height: 3px;
}
#iview-preloader div {
	float: left;
	border-radius: 2px;
	height: 3px;
	background: #000;
	width: 0px;
}
.iview-strip {
	display:block;
	position:absolute;
	z-index:5;
}
.iview-block {
	display:block;
	position:absolute;
	z-index:5;
}
.iview-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.iview-prevNav {
	left:0px;
}
.iview-nextNav {
	right:0px;
}
.iview-controlNav {
	position:absolute;
	z-index:9;
}
.iview-controlNav a {
	z-index:9;
	cursor:pointer;
}
.iview-controlNav a.active {
	font-weight:bold;
}
.iview-controlNav .iview-items ul {
	list-style: none;
}
.iview-controlNav .iview-items ul li {
	display: inline;
	position: relative;
}
.iview-controlNav .iview-tooltip {
	position: absolute;
}
.iview-caption {
	position:absolute;
	z-index:4;
	overflow: hidden;
	cursor: default;
}