.after-title-text{
	margin: -60px 0px 60px 30px;
}

header{
	height:150px;
}
.finish-production-detail .big-photo{
    background-size: contain;
    background-color: white;
    box-shadow: 0 0 2px -1px;
}

.objects-photo-block .photo{
    background-size: cover;
}

header .main_menu {
    margin: 0 0px;
}

header .main_menu>ul>li {
    margin: 0 0px;
}
.contacts-block .city .h2{
	border-bottom: 1px dashed #fff;
	cursor: pointer;
	transition: all .2s;
	display: inline-block;
	line-height: 24px;
}
.contacts-block .city.-active .h2{
	border-bottom-color: transparent;
	cursor: default;
}