/* НАЧАЛО ГЛАВНЫХ СТИЛЕЙ */
img {
    display: none;
}

* {
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    background: white !important;
    color: black !important;
}

table {
    border-spacing: 0;
}

textarea {
    resize: none;
}

li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

input::-ms-clear {
    display: none;
}

html, body, #big_wrapper {
    height: 100%;
    width: 100%;
    font-size: 18px;
}

body {
    min-width: 1024px;
    font-family: Arial, sans-serif;
}

#outer_container {
    width: 1010px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    z-index: 0;
}

#footer {
    height: 323px;
    z-index: -10;
    margin-top: -323px;
    position: relative;
}

#hat {
    margin-top: 7px;
    height: 143px;
    width: 100%;
}

#hat table {
    width: 100%;
}

#logo {
    width: 640px;
}

#logo img {
    display: block;
    margin: 16px auto 0 auto;
    width: 578px;
}

#info {
    text-align: right;
    padding-top: 5px;
}

#search_input {
    margin-top: 10px;
    border: 2px solid #000000;
    border-radius: 6px;
    height: 18px;
    line-height: 18px;
    padding: 8px 32px 8px 10px;
    width: 249px;
    background-color: #F1EEE9;
    color: #53452c;
    font-size: 18px;
    z-index: 0;
}

#search_button {
    display: inline-block;
    background: url('/css/images/search.png') no-repeat center !important;
    margin-left: -22px;
    position: relative;
    left: -10px;
    cursor: pointer;
    z-index: 10;
    width: 18px;
    height: 19px;
}

#slogan {
    margin: -2px 0 0 -4px;
    width: 1018px;
    height: 68px;
}

#main {
    width: 100%;
    table-layout: fixed;
}

#main > tbody > tr > td, #main > tr > td {
    vertical-align: top;
}

#left_block {
    width: 277px;
    height: 100px;
}

#left_block>div:nth-child(4), #left_block>div:nth-child(5), #left_block>div:nth-child(6) {
    display: none;
}

#menu_header {
    text-align: center;
    width: 100%;
    color: #53452c;
    font-size: 20px;
    margin-top: 17px;
}

.left_separator {
    width: 277px;
    height: 13px;
    margin: 12px 0;
}

#menu > li {
    margin: 7px 15px 7px 12px;
    color: #53452c;
    font-weight: bold;
    font-size: 19px;
    padding: 0 10px 0 16px;
    cursor: pointer;
}

.nomarker a {
    margin-left: 17px;
}

#menu a {
    display: block;
    height: 100%;
    padding: 3px 0;
}

#menu li:hover, #menu .active {
    background-color: RGBA(255, 255, 255, 0.3);
}

#menu .marker_opened {
    list-style: url('/css/images/marker_opened.png') inside;
}

#menu .marker_closed {
    list-style: url('/css/images/marker_closed.png') inside;
}

.submenu {
    color: #7e512d;
    font-weight: normal;
    display: none;
}

.submenu > li {
    margin: 7px 15px 7px 40px;
    color: #7e512d;
    font-size: 19px;
    padding: 0 10px 0 16px;
    cursor: pointer;
}

#recommended_wr a {
    /*display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 16px;*/
}

#bottom_info {
    width: 100%;
}

#bottom_info tr td {
    padding-bottom: 19px;
    vertical-align: top;
}

#bottom_info .bottom_separator {
    height: 165px;
    width: 12px;
}

#bottom_info .text {
    height: 135px;
    width: 295px;
    padding: 22px 0 0 33px;
}

#bottom_info h4 {
    color: #f0c890;
    font-weight: normal;
    font-size: 20px;
}

#bottom_info span {
    color: #ffffff;
    font-size: 19px;
    margin: 3px 0;
    display: block;
}

#footer_table {
    margin: 10px 0 25px 5px;
    width: 1005px;
}

#footer_text {
    /*color: #ffe2b0;
    font-size: 16px;*/
}

#content {
    max-width: 713px;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
}