.info {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
picture {
	max-width: 50%;
    margin-right: 20px;
}
 .details {
	 max-width: 50%;
 }
.details h1 {
	font-size: 26px;
	margin-bottom: 20px;
}
.category {
	margin-bottom: 20px;
}
.category a:hover {
    background: #e6e6ea;
}
.category a {
    background: #efeef0;
    color: black;
    padding: 5px 8px;
    font-family: TTFirsNeue,sans-serif;
    font-size: 14px;
    border-radius: 100px;
}
.contacts {
	margin-top: 50px;
	font-family: TTFirsNeue,sans-serif;
    font-size: 14px;
    font-weight: 300;
}
.sh_nmr {
	cursor:pointer;
	color: #1b4b8b;
}
.sh_nmr:hover {
	font-weight: 600;
	transition: all 0.5s
}
.num_hide {
    padding: 5px 8px;
    border-radius: 100px;
	border: 1px solid #efeef0;
}
.location {
	font-size: 16px;
	margin:20px 0;
}
.location p {
	margin-bottom:0;
}
.location p:first-child span {
	font-weight:bold;
}
.location p:last-of-type {
	font-size: 14px;
	font-family: TTFirsNeue,sans-serif;
    color: #9b9b9b;
}
.category-19 .time {
	display:none;
}
.share {
	margin-top:50px
}
.breadcrumbs {
	display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
    font-size: 12px;
}
.breadcrumbs li {
	font-family: TTFirsNeue,sans-serif;
    position: relative;
}
.breadcrumbs li a, .breadcrumbs li span {
    font-size: 12px;
    line-height: 15px;
}
.breadcrumbs li:after {
    content: "/";
    margin: 0 4px;
    font-size: 12px;
    line-height: 15px;
}
.breadcrumbs li:last-child:after {
    display: none
}
.breadcrumbs li.active span {
    color: #8a94a4;
    cursor: default;
}
@media (max-width: 1199.97px) {
	picture {
    max-width: 100%;
    margin-right: 0;
}
.details {
    margin-top: 50px;
}
}
@media (max-width: 767.98px) {
.details {
    max-width: 80%;
}
}
@media (max-width: 460px) {
.details {
	margin-top: 20px;
    max-width: 100%;
}
.contacts {
	margin-top: 20px;
}
}
