@font-face {
    font-family: 'Blagovest';
    src: url('assets/fonts/ofont.ru_Blagovest.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.header {
    color: #600300;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.header-photos {
    display: flex;
    list-style: none;
    padding: 0 0 15px 0;
    justify-content: space-evenly;
    align-items: center;
}

#hdtitle {
    color: #600300;
    padding: 0 5px;
    background: #fff;
}

#hdtitle a { text-decoration: none; }

#hdtitle .main-title {
    font-size: 3em;
    margin: 0;
    padding-top: .25em;
    letter-spacing: 1px;
    font-family: 'Blagovest', Trebuchet MS, Franklin Gothic Medium;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    color: #600300;
    font-weight: 400;
}

.orn
{
    height: 15px;
    background: url(http://hram-ks.ru/img/orn6.png);
    margin-bottom: 10px;
}

.main-title
{
    text-align: center;
}

.hd-contacts {
    display: inline-block;
    display: -moz-inline-stack;
    zoom: 1;
    float: left;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

.jurisdiction {
    display: inline-block;
    display: -moz-inline-stack;
    zoom: 1;
    float: right;
    text-align: right;
    margin-top: 10px;
}

.menu
{
    width: 100%;
	height: 40px;
    display: flex;
    background-image: linear-gradient(180deg, #c3466a 0, #5f1123 20%, #5f1123 50%, #5f1123 80%, #a30330) !important;
	/*background: #600300;*/
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}

.menu li
{
    list-style: none;

}

.dropdown {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #600300;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Разные цвета для каждого выпадающего списка */
.dropdown:nth-child(1) .dropdown-content { background-color: #600300; }
.dropdown:nth-child(2) .dropdown-content { background-color: #600300; }
.dropdown:nth-child(3) .dropdown-content { background-color: #600300; }
.dropdown:nth-child(4) .dropdown-content { background-color: #600300; }

.links
{
    cursor: pointer;
    font-size: large;
    color: white;
    text-decoration: none;
    font-family: sans-serif;
}

.link1 {
    display: flex;
    font-size: 15px;
    font-family: sans-serif;
    color: rgb(255, 255, 255);
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    white-space: nowrap;
}