.swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
.swiper-slide {
	position: relative;
}
.slider-left-content {
	width: 45%;
	display: inline-block;
	text-align: left;
	padding-left: 5%;
}
.slider-right-content {
	width: 50%;
	display: inline-block;
	text-align: center;
}
.slider-img {
	height: 200px;
	margin: 25px 0;
}
body {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1799e2+0,207cca+0,ffffff+76&1+0,0.57+25 */
background: -moz-linear-gradient(top, rgba(32,124,202,1) 0%, rgba(105,167,219,0.57) 25%, rgba(255,255,255,0.57) 76%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(32,124,202,1) 0%,rgba(105,167,219,0.57) 25%,rgba(255,255,255,0.57) 76%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(32,124,202,1) 0%,rgba(105,167,219,0.57) 25%,rgba(255,255,255,0.57) 76%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207cca', endColorstr='#91ffffff',GradientType=0 ); /* IE6-9 */
background-repeat: no-repeat;
}
* {
    border: medium none;
    color: #000000;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	/*font-family: 'Open Sans', Arial, sans-serif;*/
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

h2, h3 {
    /*color: #c30;*/
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;
	font-family: 'Open Sans', Arial, sans-serif;
}
h1 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
	margin-left: 19px;
	font-family: 'Open Sans', Arial, sans-serif;
	margin-bottom: 20px;
}
#partners .swiper-wrapper img {
	height: 50px;
	
}
#partners .swiper-button-next,
#partners .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 12px 20px;
	background-position: center;
	background-repeat: no-repeat;
}
.footer {
	padding: 20px 50px;
	border-bottom: 1px solid #1799e2;
}
#menu {
	
}
#menu li {
	list-style: none;
}
#menu li a{
	text-decoration: none;
	font-size: 18px;
}
.footer-left-container,
.footer-right-container {
	width: 49%;
	display: inline-block;
}
table.footer {
	background-color: #1799e2;
}

.header-contact {
	position: absolute;
	right: 40px;
	top: 10px;
}
.logotypes {
	
}
.logotypes  td{
	width: 20%;
}
.logotypes  td img{
	width: 100%;
}
.sites td img {
	width: 180px;
}
.address-ico {
	background-image: url(../img/registeredCo.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
	background-size: 20px;
}
.callUs-ico {
	background-image: url(../img/callUs.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
	background-size: 20px;
}
.emailUs-ico {
	background-image: url(../img/emailUs.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
	background-size: 20px;
}
.copyright {
	
}
.copyright span{
	color: #fff;
	font-weight: bold;
	
}