@charset "utf-8";


html {
    background: url(../img/fon-all.gif);
}

body {
    font: 12px Arial;
    margin: 0px;
    padding: 1px 0 0;
}

.h_person {
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    color: #990000;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
}

#wr {
    margin: 0px auto;
    padding: 0px;
    height: 255px;
    width: 1200px;
    background: url(../img/lentaz1200x255end5.gif) no-repeat;
    font: 14px "Arial";
}

.ood {
    margin-top: 8px;
    margin-left: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    color: #900;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 5px;
    word-spacing: 0px;
}

.ood-1 {
    margin-top: 35px;
    margin-left: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    color: #9c1416;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 11px;
    word-spacing: 1px;
}

#data {
    font: bold normal 12px Arial, Helvetica, sans-serif;
    color: #FFF;
    margin-top: 10px;
    margin-right: 50px;
    text-align: right;
}

#wr uL {
    margin-top: 70px;
    margin-left: 980px;
    line-height: 20px;
    color: #FFF;
    list-style-type: none;
}

#gl_menu {
    margin: 0px auto;
    height: 29px;
    width: 1120px;
}

#gl_menu img {
    display: inline-block;
    margin-right: -3px;
}

#wr ul a:link {
    text-decoration: none;
    color: #FFF;
}

#wr ul a:visited {
    text-decoration: none;
    color: #FFF;
}

#wr ul a:hover {
    text-decoration: none;
    color: #F00;
}

#wr ul a:active {
    text-decoration: none;
    color: #FFF;
}

.content {
    margin: 0 auto 0 auto;
    padding: 20px;
    max-width: 1080px;
    background-color: #FFF;
    position: relative;
}

.content p {
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    text-align: justify;
    display: block;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    -webkit-margin-start: 0px;
    margin-inline-start: 0px;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
}

/*.content a {*/
/*    font: bold 12px Arial, Helvetica, sans-serif;*/
/*}*/

.content a:link {
    text-decoration: none;
    color: #990000;
}

.content a:visited {
    text-decoration: none;
    color: #990000
}

.content a:hover {
    text-decoration: none;
    color: #F00;
}

.content a:active {
    text-decoration: none;
    color: #F00;
}

#end-all {
    margin: 0 auto 0 auto;
    width: 1120px;
    height: 50px;
    background: url(../img/fon-zakladka.gif);
    font: bold 14px Arial;
    color: #FFF;
    text-align: center;
}

/*.menu-item-lvl3 {*/
/*    background-color: #A9A892;*/
/*    width: 250px;*/
/*    text-align: center;*/
/*    list-style-type: none;*/
/*    margin: 10px 20px;*/
/*}*/
.menu-item-lvl3 .menu-link {
    background-color: #A9A892;
    text-align: center;
    color: #fff;
    display: block;
    line-height: 1.5;
    width: 300px;
    height: 20px;
    padding-top: 4px;
    margin: 10px 20px;
    -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,border-color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,border-color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,border-color 0.25s ease-in-out;
}
.menu-item-lvl3 .menu-link:hover {
    background-color: #9c1416;
    color: #fff;
}

.menu-lvl3 {
    padding-top: 20px;
    z-index: 10;
}

.menu-item-lvl3 > a, .menu-item-lvl3 > a:hover, .menu-item-lvl3 > a:visited, .menu-item-lvl3 > a:link {
    color: #fff;
}

.title > h2 {
    line-height: normal;
    color: #990000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: right;
    margin-top: 30px;
}

.title-line {
    background: none;
    display: block;
    border-bottom-style: double;
    border-bottom-color: #990000;
    width: 100%;
}

.article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border: none;
}

.article-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.article:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.article:hover .article-date {
    background-color: #A9A892;
}

.article-title-news {
    text-align: right;
    background-color: #E3E3D9;
    font-size: 0.85rem;
    line-height: 23px;
    height: 23px;
}

.article-date {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #A9A892;
    z-index: 10;
    padding: .25rem 1rem;
    text-align: center;
    height: 15px;
    line-height: 16px;
}

.blogs > .article-date {
    top: 41px;
    left: 21px;
}

.article-title {
    margin-right: 20px;
}

.blogs {
    margin-top: 5px;
    margin-bottom: 10px;
}

.name-blog {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #990000;
    text-align: right;
}

.read-more-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

a.read-more, a.read-more:visited, a.read-more:link {
    display: block;
    width: 130px;
    height: 22px;
    background-color: #A9A892;
    color: #FFF;
    text-align: center;
    font-style: normal;
    padding-top: 8px;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,border-color 0.25s ease-in-out;
}
a.read-more:hover {
    background-color: #9c1416;
    color: #fff;
}

/* Меню */

.menu {
    /*margin-bottom: 18px;*/
    margin-left: auto;
    margin-right: auto;
    width: 1120px;
}

.menu-item {
    background: url(../img_all/menu_gl/navbuttoni.png) no-repeat;
    display: inline-block;
    width: 160px;
    /*height: 29px;*/
    margin: 0;
    padding: 0;
}

.menu-item:hover {
    background: url(../img_all/menu_gl/navbuttona.png) no-repeat;
}

.menu-level-1 > .menu-item + .menu-item {
    margin: 0;
}

.menu-level-1 > .menu-item > .menu-link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    padding: 0.5rem 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.menu-level-1 > .menu-item.current-menu-item > .menu-link {
    color: #9c1416;
}

.menu-level-1 > .menu-item.current-menu-item {
    background: url(../img_all/menu_gl/navbuttona.png) no-repeat;
}

a.menu-link::-moz-selection {
    color: #a77c4f;
}

a.menu-link::selection {
    color: #a77c4f;
}

.menu-item > a {
    text-align: center;
}

.menu-level-1 > .menu-item > .menu-link:hover {
    color: #988967;
}

.flex-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
    width: 1120px;
}
.menu-item > .flex-tab {
    margin-top: 22px !important;
}

ul.flex-tab {
    padding: 0;
}

.tab-blogs {
    margin-top: -35px;
}

.menu-item-lvl2 {
    background: url(../img/tab-inactive.png) no-repeat;
    margin: 0;
    width: 130px;
    /*height: 35px;*/
    text-align: center;
    list-style-type: none;
}

.menu-item-lvl2 > a {
    color: #7c6f55;
    font-size: 13px;
    line-height: 1;
    margin-top: 3px;
    font-weight: 400;
}

.menu-item-lvl2 > a:hover {
    color: #ac9f84;
}

.selected-lvl2 {
    background: url(../img/tab.png) no-repeat;
}

.selected-lvl2 > a {
    text-align: center;
}

.selected-lvl2 > a:hover {
    color: #9c1416;
}

#menu-burger {
    display: none;
}

a.read-more, a.read-more:visited, a.read-more:link {
    margin: 0 0 0 0;
}

.btn {
    height: 21px;
    line-height: 21px;
    display: block;
    width: 130px;
    background-color: #A9A892;
    color: #FFF;
    text-align: center;
    border: none;
}

.btn:hover, .btn:focus, .btn:active {
    background-color: #9c1416;
    border: none;
}

.btn-lg {
    height: 40px;
    line-height: 40px;
}

.bg-light {
    background-color: #E3E3D9;
}

.bg-text {
    color: #fff;
    background-color: #A9A892;
    z-index: 10;
    padding: .25rem 1rem;
    text-align: center;
    height: 15px;
    line-height: 16px;
    display: inline-block;
}

.fw-input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 0.75rem;
    border: 1px solid #A9A892;
}

.fw-input-group input[type="text"], .fw-input-group textarea {
    background: transparent;
    border: none;
    padding: .75rem .75rem;
    width: 100%;
    line-height: 1.5;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    font-size: 16px;
}

.fw-input-group input[type="text"]:not(:placeholder-shown), .fw-input-group textarea:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.fw-input-group input[type="text"]:not(:placeholder-shown) + label, .fw-input-group textarea:not(:placeholder-shown) + label {
    padding: .375rem .75rem;
    font-size: 12px;
}

.fw-input-group input[type="text"]::-webkit-input-placeholder, .fw-input-group textarea::-webkit-input-placeholder {
    color: transparent;
}

.fw-input-group input[type="text"]::-moz-placeholder, .fw-input-group textarea::-moz-placeholder {
    color: transparent;
}

.fw-input-group input[type="text"]:-ms-input-placeholder, .fw-input-group textarea:-ms-input-placeholder {
    color: transparent;
}

.fw-input-group input[type="text"]::-ms-input-placeholder, .fw-input-group textarea::-ms-input-placeholder {
    color: transparent;
}

.fw-input-group input[type="text"]::placeholder, .fw-input-group textarea::placeholder {
    color: transparent;
}

.fw-input-group > label {
    color: #a1a1a1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: .75rem .75rem;
    width: 100%;
    line-height: 1.5;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.form {
    background-color: #ffffff;
    padding: 1.5rem;
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.3125rem;
}

.form-sm {
    width: 20rem;
    max-width: 100%;
}

.form-lg {
    width: 50rem;
    max-width: 100%;
}

.form-md {
    width: 31.25rem;
    max-width: 100%;
}

.form-lg {
    width: 50rem;
    max-width: 100%;
}

input[type="text"]:focus, textarea:focus, input[type="email"]:focus {
    outline: 1px solid #6d6c56;
}
[href^="/fotoalbom/"],
[href^="/video/"] {
    margin-bottom: 22px
}