.navigation_pathline {
	font-size: 87%;
	color: #323232;
	text-align: center;
	padding: 1em 0 0;
}

.navigation_pathline a {
    color: #323232;
}

.navigation_title {
	font-size: 3em;
	font-family: Flai, Georgia, Times, serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: -0.2em;
	letter-spacing: 2px;
}

.navigation_subtitle {
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	color: #505050;
	margin: 0.5em 0 0.2em;
	font-variant: normal;
}

.info_box {
	border-radius: 9px;
	-moz-border-radius: 9px;
	background-color: #f1f0ec;
	padding: 1em 3em;
}

.main_photoset__item_image {
    margin-bottom: 10px;
}

.main_photoset__item_description {
    color: #aaa;
    font-size: 70%;
    line-height: 1.3em;
    /*max-width: 14em;/**/
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.clear {
    height: 1px;
    width: 100%;
    clear: both;
    overflow: hidden;
    position: relative;
}

.person_wide_content h2 {
    margin-bottom: 0.4em;
    text-align: center;
    font-size: 2em;
    font-family: Flai, Georgia, Times, serif;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.0em;
}

.disc_hr {
    border-bottom: 1px solid #cdcdcd;
    position: relative;
    margin: 2em 0;
}

.disc_hr:after {
    content: '';
    position: absolute;
    background: #ffffff url('/bitrix/images/design/icons.png') 0 -54px no-repeat;
    width: 76px;
    height: 36px;
    left: 50%;
    margin-left: -38px;
    top: -18px;
}
