@font-face {
    font-family: 'roboto_thin';
    src: url('font/Roboto-Thin.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto_light';
    src: url('font/Roboto-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto_regular';
    src: url('font/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto_regular';
    src: url('font/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto_medium';
    src: url('font/Roboto-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto_bold';
    src: url('font/Roboto-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto_black';
    src: url('font/Roboto-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto_thin_italic';
    src: url('font/Roboto-ThinItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto_light_italic';
    src: url('font/Roboto-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto_medium_italic';
    src: url('font/Roboto-MediumItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto_black_italic';
    src: url('font/Roboto-BlackItalic.ttf') format('truetype');
}
html {
    height: 100%;
}
body {
    margin: 0;
    background-color: #1B1603;
}
.displaynone {
    display:none;
}

.roboto_thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto_light {
    font-family: "roboto_light", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto_regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto_medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto_bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto_black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto_thin_italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto_light_italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto_regular_italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto_medium_italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto_bold_italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto_black_italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}


body {
    font-family: roboto_regular, sans-serif;
}
.logo {
    width: 98px;
    height: 74px;
    margin-left: 10px;
    background-image: url("img/logo.png");
    display: block;
}
.bk {
    background-image: url("img/bk.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
}

.logo_text {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    text-shadow: 0px 2px 2px black;
}
.header_box {
    background-color: rgba(52, 49, 37, 0.5);
}
.nav.nav-pills .nav-link {
    color:#fff;
    font-size: 18px;
    font-weight: 400;
}
.nav.nav-pills .nav-link:hover {

}
.nav-pills .nav-link.active {
    background-color:unset;
}
.h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 58.59px;
    text-shadow: 0px 2px 3px white;
}
.form-control
{
    display: block;
    width: 100%;
    height: 57px;
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    /*color: #A9A699;*/
    background-color:#787158;
    background-clip: padding-box;
    border-radius: 0px;
    border: none;
}
.form_poz .form-control {
     background-color: rgba(89, 84, 64, 0.6);
}
.file_input {
    display:none;
}
.file_input_label {
    border: 1px solid #F7C500;
    background-color: unset;
    border-radius: unset;
    color:#A9A699;
    width: 100%;
    height: 60px;
    cursor:pointer;
    position: relative;
    padding-left:20px;
    text-align:center;
    justify-content: center;
}
.file_input_label:before {
    background-image: url("img/files.png");
    display:block;
    width: 18px;
    height: 20px;
    content: " ";
    position: absolute;
    left: 18px;
}
.btn-primary {
    background-color:rgba(255, 218, 99, 0.8);
    border:none;
    border-radius: unset;
    height: 60px;
}
.btn-primary:hover {
    background-color: #ffda63;

}
.btn-primary:active {
    background-color: #F7C500 !important;
}
.bk2 .form-control {
    background-color:rgba(243, 236, 207, 0.5);
}
input::placeholder,
textarea::placeholder {
    color: #A9A699 !important;
}
.form_poz input::placeholder,
.form_poz textarea::placeholder {
    color: #DBD3B4 !important;
}
.box_kniga_pamyati input::placeholder {
    color: #423A1B !important;
}
.js_form_feeback input::placeholder,
.js_form_feeback textarea::placeholder {
    color: #DBD3B4 !important;
}
textarea {
    height:140px !important;
}
.search_btn, .clear_btn {
    height: 57px;
    width: 210px;
    background-color: #F7C500;
    color:#FFF;
    border-radius: 0px;
    border: none;
}
.search_btn:hover {
    background-color: #ffcf45;
}
.clear_btn {
    width: 316px;
    background-color: #343125;
}
.text {
    font-size: 14px;
    color:#A9A699;
}
.upspase {
    text-transform: uppercase;
}
.footer {
    background-color: #343125;
}
.footer .row {
    margin-right: 0;
}
.logo_footer {
    height: 92px;
    width: 100%;
    background-image: url("img/logo_footer.png");
    background-position: center;
    background-repeat: no-repeat;
}
.position_left{
    text-align: left;
}
.position_right {
    text-align: right;
}
.f_right{
     float: right;
 }
.f_left{
    float: left;
}
.position {
    padding-left: 0;
    padding-right: 0;
}
.form_poz {
    margin-top: -47px;
    margin-bottom: 100px!important;
}
.link_undecor {
    text-decoration: none;
}

.bk2 {
    background-color: #1B1603;
    background-image: url("img/bg2.png");
    background-repeat: no-repeat;
}
.box_kniga_pamyati .h2,
.box_kniga_pamyati .h1 {
    color:#fff !important;
    text-transform: uppercase;
    font-size: 40px;

}
.box_kniga_pamyati .h1 {
    text-shadow: 0px 2px 2px black;
}
.bk3 {
    background-image: url("img/bg3.png");
    background-repeat: no-repeat;
    background-color: #1B1603;
    min-height: 562px;
}
.bk4 {
    background-image: url("img/bg4.png");
    background-color: #1B1603;
    background-repeat: no-repeat;
    min-height: 562px;
}
.box_kniga_pamyati {
    margin: 0 20px;
}
.box_kniga_pamyati table {
    border-color: #A9A699;
    border-top: 3px solid #A9A699;
    border-left: 1px solid #A9A699 !important;
    border-right: 1px solid #A9A699 !important;
}
.box_kniga_pamyati th,
.box_kniga_pamyati td {
    border-top: 2px solid #A9A699;
    border-left: 2px solid #A9A699;
    border-right: 2px solid #A9A699;
}
.box_kniga_pamyati tbody tr th,
.box_kniga_pamyati thead tr .once {
    text-align: center;
}
.box_kniga_pamyati thead th {
    color: #96958F;
    background-color: #343125;
}
.box_kniga_pamyati thead tr th {
    padding: 15px 10px;

}
.box_kniga_pamyati td,
.box_kniga_pamyati tbody tr th {
    color: #F2F2F2;
    background-color:#1B1603
}
.box_kniga_pamyati .active td,
.box_kniga_pamyati .active th{
    color: #F2F2F2;
    background-color:#D7AD09
}

.box_kniga_pamyati .active_box td {
    color: #EFEFEF;
    background-color: #343125;
    padding: 20px 21px 15px 21px;
}
.box_kniga_pamyati .active_box td p {
    margin-bottom: 8px;
}
.box_kniga_pamyati .active_box td {
    cursor: default;
}
.box_kniga_pamyati tbody tr:hover {
    color: #F2F2F2;
    background-color:#D7AD09 !important;
    cursor: pointer;
}
.bx_pagination_section_two {
    display:none;
}
.bx_pagination_bottom {
    float: right;
}
.bx_pagination_bottom .bx_pagination_page li {
    border: 1px solid #A9A699;
    color: #fff;
    padding: 5px 8px;
    font-size:14px;
    vertical-align: middle;
}
.bx_pagination_bottom .bx_pagination_page li:last-child {
    margin-left: 10px;
}
.bx_pagination_bottom .bx_pagination_page li:first-child {
    margin-right: 12px;
}
.bx_pagination_bottom .arrow_r,
.bx_pagination_bottom .arrow_l {
    background-image: url("img/arrow_l.png");
    background-repeat: no-repeat;
    background-position: center;
    padding:11px;
    min-width: 22px;
}
.bx_pagination_bottom .arrow_r {
    transform: rotate(180deg);
}
.bx_pagination_bottom .bx_pagination_page li.bx_active {
    border: 1px solid #D7AD09;
    color: #fff;
    background-color: #343125;
    padding: 5px 15px !important;
}
.bx_pagination_bottom li.iz {
    border:none;
    margin: 0 5px;
    color: #8d8d8d;
}

.box_about_project .h1 {
}
.box_about_project .h1 {

}
.box_about_project .box_text2 {
    color: #F0ECDF;
    padding: 0px 45px;
    font-size: 20px;
    text-indent: 20px;
    text-align: justify;
}
.box_about_project .box_text .big {
    font-size: 27px;
    text-indent: 0px;
}
.box_about_project .star {
    background-image: url("img/star.png");
    width: 100%;
    height: 232px;
    background-position:center;
    margin-top: 50px;
    margin-bottom: 50px;
    background-repeat:no-repeat;

}
.box_about_project .box_text ul li {
    font-size:18px;
    list-style-type: none;
}
.box_about_project .h2 {
    color: #fff;
}
.foto_archive {
    padding: 0 45px;
}
.foto_archive_box h3 {
    color: #fff;
    font-size:30px;
}
.foto_archive_box .flex_box {
    display: flex;
    flex-wrap: wrap;
    gap:24px;
    justify-content: space-around;
}
.foto_archive_box .flex_box .item .img {
    width: 289px;
    height:200px;
    display: block;
    cursor:pointer;
}
.box_lz {
    position:relative;
    display: inline-block;
}
.box_feedback .text_box {
    color: #fff;
    font-size:18px;
    padding-top:0px !important;
}
.navbar {
    text-shadow: 0px 2px 2px black;
}
.navbar.bg-light {
    background-color: unset !important;
}
.navbar-toggler {
    border:none !important;
}
.navbar-toggler-icon {
    width: 2.5em;
    height: 2.5em;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.error {
    background-color: rgba(220, 139, 139, 0.4);
    border: 1px solid red;
}



@media (max-width: 1399px) {
    .bk {
        background-size: cover;
    }
}
@media (max-width: 1024px) {

}
@media (max-width: 991px) {
    .h1 {
        font-size: 38px;
    }
    .logo, .logo_text {
        z-index:1;
    }
    .logo_footer {
        height: 70px;
        background-size: contain;
        margin-top: 30px;
    }
    .footer .text {
        font-size: 13px;
    }
    .navbar-collapse {
        width: min-content;
        position: absolute;
        background-color: rgba(52, 49, 37, 0.5);
        top: 75px;
        width: max-content;
        right: 0;
        padding: 0 25px;
        margin-top: 6px !important;
    }
    .box_kniga_pamyati .h1 {
        font-size: 35px;
    }
    .box_kniga_pamyati .js_ajaxLoad { overflow-x: scroll; overflow-y: scroll; }
    .box_kniga_pamyati .title {
        padding-top: 0px !important;
        padding-bottom:0px !important;
    }
    .navbar {
        position: absolute;
        width: 100%;
        right: 0px;
    }
    .navbar-collapse {
        width: 100%;
        left: 0;
    }
    .navbar-toggler {
        margin-right:-10px
    }
    .container-fluid {
        text-align: right;
        display:block !important;
    }
    .justify-content-center {
        justify-content: left !important;
    }
    .nav.nav-pills {
        text-align:center;
    }
    .navbar-collapse {
        margin-right:-10px
    }
    .bk {
        background-size: 1874px;
        background-position-x: -250px;
    }
    .bk2 {
        min-height:187px;
    }
    .clear_btn {
        margin-right: 45px;
    }
}

@media (max-width: 768px) {
    .box_kniga_pamyati .h1 {
        font-size: 23px;
        line-height: 40px;
    }
    .h1 {
        font-size: 27px;
    }
    .logo {
        background-size: 70px;
        background-repeat: no-repeat;
        background-position: center;
        width: 70px;
    }
    logo_text {
        font-size: 16px;
    }
    .navbar {
        position: absolute;
        width: 100%;
        right: 0px;
    }
    .navbar-collapse {
        width: 100%;
        left: 0;
    }
    .navbar-toggler {
        margin-right:-10px
    }
    .container-fluid {
        text-align: right;
        display:block !important;
    }
    .justify-content-center {
        justify-content: left !important;
    }
    .nav.nav-pills {
        text-align:center;
    }
    .navbar-collapse {
        margin-right:-10px
    }
    .bk2 {
        max-height: 848px;
        background-size: 2048px;
        background-position-x: right;
    }
    .clear_btn {
        margin-right: 0px;
    }
}
@media (max-width: 575px) {
    .footer .box_text {
        width: 100%;
        text-align: center;
    }
    .footer .text {
        text-align: center;
    }
    .footer .text.f_right {
        float: none;
    }
    .logo_text {
        font-size: 15px;
    }
    .bk2 {
        max-height: 848px;
        background-size: 2048px;
        background-position-x: right;
    }
}
@media (max-width: 540px) {
    .h1 {
        font-size: 23px;
        line-height: 36px;
    }
    .nav.nav-pills {
        display: block;
    }
    .logo {
        background-size: 54px;
        width: 54px;
        background-repeat: no-repeat;
    }
    .header_box {
        padding-left: 10px !important;
    }
    .logo_text {
        font-size: 12px;
        padding-left: 10px !important;
    }
    .box_kniga_pamyati .h1,
    .box_kniga_pamyati .h2 {
        font-size: 18px;
    }
    .bk .h1_index {
        padding-top:0px !important;
    }
    .bk {
        max-height: 880px;
        background-size: 1874px;
        background-position-x: -250px;
    }
    .bk2 {
        max-height: 848px;
        background-size: 2048px;
        background-position-x: -939px;
    }
    .bk3 {
        max-height: auto;
        background-size: 1000px;
        background-position-x: center;
        min-height: 400px;
    }
    .bk4 {
        max-height: auto;
        background-size: 1000px;
        min-height: 402px;
        background-position-x: -86px !important;
    }
}
@media (max-width: 364px) {
    .logo_text {
        font-size: 9px;
        width: 200px;
    }
}