#main.front-page .top-slider {
	height: 515px!important;
}

.content-navigation {
	margin-bottom: 50px;
}

.item-content-navigation {
	display: flex;
    padding: 30px 50px;
    background-color: #ecedef;
    width: 100%;
    color: #000000;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	max-height: 300px;
    height: 100%;
	transition: all 0.5s ease;
}

.item-content-navigation:hover {
	background-color: #dadada;
	transition: all 0.5s ease;
}

.text-content-navigation {
	max-width: 50%;
}

.icon-navigation img {
	width: 100%;
	height: 100%;
}

.text-content-navigation .title {
	font-size: 20px;
    font-weight: 500;
	line-height: 1.3em;
}

.nav-link {
	display: block;
    width: 46%;
	margin: 0% 2% 3% 2%;
}

.items-grid-nav {
	display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
	.nav-link {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.item-content-navigation {
		padding: 10px 10px;
	}
	.text-content-navigation .title {
		font-size: 18px;
	}
}

.designers {
	padding: 50px 0px 0px 0px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 70px;
}

.content-designers {
	max-width: 65%;
    line-height: 1.8em;
    font-size: 16px;
	margin-left: 37px;
	margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
	.button-designers a {
		margin-left: 32px;
	} 
	.content-designers {
		margin-left: 32px;
	}
}

@media screen and (max-width: 991px) {
	.content-designers {
		max-width: 100%;
	}
}

.button-designers a {
	display: block; 
	margin-left: 37px;
	font-size: 15px;
	background: #073255;
    width: fit-content;
    padding: 15px 30px;
    color: #ffffff;
	transition: all 0.5s ease;
	border-radius: 5px;
	border: 1px solid #073255;
}

.button-designers a:hover {
	color: #073255;
	background: #fff;
	transition: all 0.5s ease;
}

#header .phones .phone a div {
	font-size: 12px;
}

#footer .contact-block {
	margin-left: auto;
    margin-right: auto;
    width: fit-content;
    margin-top: 25px;
}

#footer .contacts-socials {
	display: flex;
}

#footer .contacts-socials .contacts-fb,#footer .contacts-socials .contacts-vk,#footer .contacts-socials .contacts-inst, #footer .contacts-socials .contacts-wa, #footer .contacts-socials .contacts-vb, #footer .contacts-socials .contacts-tg  {
    display: block;
    width: 30px;
    height: 30px;
    margin: 5px 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


@media screen and (max-width: 498px) {
	#main.base-page .container-1 .block-6 .layers .layer-3 .text p,
	.content-designers {
		font-size: 14px !important;
	}
	#main.base-page .wrapper .page-content p, 
	#main.base-page .wrapper .has-right-sidebar p, 
	#main.base-page .wrapper .col-xs-12 p, 
	#main.base-page .wrapper .col-md-9 p {
		font-size: 14px !important;
	}
	#main.base-page ol li, 
	#main.base-page ul li {
		font-size: 14px !important;
	}
}