.main-header .container {
	background: #3089c3;
	min-height: 130px;
	padding: 30px;
}

.logo-container {
	height: 120px;
	width: auto;
	max-width: 200px;
	margin: 0 auto;
	background: #fff;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 15px solid #fff;
}

.main-header-name {
	color: #fff;
}

.main-header-name .profession{
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

.main-header-name .name{
	font-weight: 500;
    font-size: 30px;
}

@media (min-width: 576px) and (max-width: 991px) {
	.main-header-name .name{
		font-size: 24px;
		line-height: 34px;
}
}

@media (max-width: 575px) {
	.main-header-name {
		text-align: center;
		padding: 15px;
}
}

.main-header-information {
	font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.main-header-information ul {
	margin: 0;
	padding: 0;
}

.main-header-information li {
	list-style: none;
}

@media (min-width: 576px) and (max-width: 991px) {
	.main-header-information li:nth-child(2),
	.main-header-information li:nth-child(4) {
		font-size: 14px;
}
}


/*--------------------------------------------------------*/

.container h1 {
	text-align: center;
    font-size: 50px;
    font-weight: 700;
}

.main-content-image {
	max-width: 300px;
	float: left;
	margin-right: 20px;
}

@media (max-width: 767px) {
	.main-content-image {
	width: inherit;
	max-width: 100%;
	margin-bottom: 20px;
}
}

.main-content-text {
	font-size: 16px;
	line-height: 22px;
}

.main-content-text h4 {
	color: #3089c3;
}

.main-content-text .btn-more {
	margin-top: 20px;
}

.main-content {
	margin-bottom: 30px;
}

/*--------------------------------------------------------*/

.services-container {
	margin-bottom: 30px;
}

.services-container-service {
	margin-bottom: 20px;
}

.services-container-service-logo {
	width: auto;
	max-width: 50px;
	height: 50px;
	background: #3089c3 no-repeat center;
	border-radius: 50%;
	background-size: 65%;
}

.first-logo {
	background-image: url(../img/www.svg);
}

.second-logo {
	background-image: url(../img/file.svg);
}

.third-logo {
	background-image: url(../img/job.svg);
}

.fourth-logo {
	background-image: url(../img/contract.svg);
}

@media (max-width: 400px) {
.services-container-service-logo {
	max-width: 45px;
	height: 45px;
}
}

.services-container-service-text {
	font-weight: 500;
	margin: auto 0;
}

/*--------------------------------------------------------*/

.map-container {
	margin-bottom: 30px;
}

.map-container .plus{
	font-weight: 700;
    font-size: 20px;
}

.map-container-map {
	margin-bottom: 10px;
}

/*--------------------------------------------------------*/

.footer {
	border-top: 2px solid #333;
	height: 100px;
	padding: 15px;
	margin-bottom: 20px;
}

.footer-working-hours ul{
	margin: 0;
	padding: 0;
}

.footer-working-hours li{
	list-style: none;
}

.footer-working-hours li:first-child,
.footer-working-hours li span {
	font-weight: bold;
}

.footer-working-hours li:last-child {
	padding-left: 38px;
}

@media (max-width: 575px) {
	.footer-working-hours {
		margin-bottom: 10px;
	}
}

.footer-adress {
	font-weight: 500;