html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover,
a {
  text-decoration: none;
}

:focus {
  outline: 0;
}

ul {
  list-style-type: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font: 13px/15px arial, verdana, tahoma;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  color: #544A1A;
  -webkit-text-size-adjust: 100%;
  background: #45301C;
}
@media (max-width: 992px) {
  body {
    background: url(../images/bg.jpg) repeat;
  }
}

.wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  header {
    display: none !important;
  }
}

h1, h2, h3 {
  font-family: Times;
  color: #6F5713;
  font: bold 25px;
  padding: 0 0px 0px 0;
  margin-bottom: 0px;
  line-height: normal;
  text-transform: uppercase;
}

a {
  color: #9B6310;
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  outline: none;
}
a:hover {
  text-decoration: underline;
}

p {
  margin: 1em 0;
}

.header-mobile {
  display: none;
  position: relative;
}
@media (max-width: 992px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.header-mobile__bottom a {
  font-size: 16px;
  color: #5F3E0A;
}
.header-mobile__bottom a:last-child {
  font-weight: bold;
  color: #BE770F;
}
.header-mobile__top {
  display: none;
  align-items: center;
  justify-content: space-between;
  background: url(../images/bg.jpg) repeat;
  border-bottom: 1px solid #45301C;
  height: 60px;
  padding: 0 15px;
}
@media (max-width: 992px) {
  .header-mobile__top {
    display: flex;
  }
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 59px;
  left: 0;
  width: 100%;
  background: url(../images/bg.jpg) repeat;
}
.mobile-menu.open {
  display: block;
  box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.1);
}
.mobile-menu ul li {
  width: 100%;
  text-align: center;
  padding: 15px 0;
}
.mobile-menu ul li.active a {
  color: #6F5713;
}
.mobile-menu ul li a {
  font-size: 20px;
  text-transform: uppercase;
  color: #45301C;
  font-weight: bold;
}

.burger {
  display: none;
  position: relative;
  width: 26px;
  height: 23px;
  cursor: pointer;
  z-index: 111;
  margin-left: 10px;
}
.burger.open:before {
  background: #45301C;
  transform: rotate(-45deg);
  top: 8px;
  height: 4px;
}
.burger.open:after {
  background: #45301C;
  top: 8px;
  transform: rotate(45deg);
  height: 4px;
}
.burger.open span:before {
  display: none;
}
.burger:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 26px;
  height: 2px;
  background: #45301C;
  transition: 0.5s;
}
.burger:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 26px;
  height: 2px;
  background: #45301C;
  transition: 0.5s;
}
.burger span {
  position: relative;
  display: block;
  width: 26px;
  height: 23px;
}
.burger span:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 26px;
  height: 2px;
  background: #45301C;
}
@media (max-width: 992px) {
  .burger {
    display: block;
  }
}

.header-main {
  display: flex;
}
.header-main__center {
  position: relative;
}
img {
  margin: 0;
  padding: 0;
  display: block;
}

.header-middle {
  display: flex;
}
.header-bottom {
  height: 47px;
  background: url(../images/lin1.jpg) 0 0 repeat-x;
  display: flex;
  align-items: center;
  width: 100%;
}
.header-bottom__left {
  padding-left: 15px;
}
.header-bottom__map {
  width: 31%;
  text-align: center;
}
.header-bottom__map a {
  font-weight: normal;
  font-size: 11px;
  font-family: Arial;
  color: #5F3E0A;
}
.header-bottom__map a:hover {
  text-decoration: underline;
}
.header-bottom__content {
  width: 69%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-bottom__content-text {
  font-weight: bold;
  font-size: 11px;
  font-family: Tahoma;
  color: #5D4912;
  text-decoration: none;
  margin-left: -5px;
}
.header-bottom__content-text a {
  color: #9B6310;
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  outline: none;
}
.header-bottom__content-text a:hover {
  text-decoration: underline;
}
.header-bottom__content-about a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  font-family: Tahoma;
  color: #9B6310;
  text-decoration: none;
}
.header-bottom__content-about a:hover {
  color: #BE770F;
}
.header-under {
  display: flex;
}
.header-fiv {
  display: flex;
}
.header-fiv__center {
  width: 100%;
  height: 13px;
  background: url(../images/fiv.jpg) repeat;
}
.main-menu ul {
  display: flex;
}
.main-menu ul li a:hover img.menu-img {
  display: none;
}
.main-menu ul li a:hover img.menu-img-hover {
  display: block;
}

.menu-img-hover {
  display: none;
}

.top-menu {
  display: flex;
  align-items: center;
  position: absolute;
  top: 35px;
  left: 10px;
}
.top-menu ul {
  display: flex;
  margin-right: 10px;
}
.top-menu li a:hover img.img {
  display: none;
}
.top-menu li a:hover img.img-hover {
  display: block;
}
.top-menu__text {
  font-weight: bold;
  font-size: 10px;
  font-family: Tahoma;
  color: #95671F;
  line-height: 11px;
  text-decoration: none;
  text-transform: uppercase;
}
.top-menu__text a {
  font-weight: bold;
  font-size: 10px;
  font-family: Tahoma;
  color: #95671F;
  line-height: 11px;
  text-decoration: none;
}

.img-hover {
  display: none;
}

.word {
  position: absolute;
  top: 94px;
  left: 37px;
  display: flex;
  align-items: center;
}
.word__image {
  margin-right: 15px;
}
.word__image img {
  width: 83px;
  height: 88px;
  -o-object-fit: cover;
     object-fit: cover;
}
.word__text strong {
  display: block;
}

main {
  background: url(../images/bg.jpg) repeat;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  main {
    flex-direction: column;
  }
}
main aside {
  width: 285px;
}
@media (max-width: 992px) {
  main aside {
    width: 100%;
    padding-right: 15px;
    order: 1;
  }
}
main .content {
  width: calc(100% - 300px);
}
@media (max-width: 992px) {
  main .content {
    width: 100%;
    padding: 0 15px;
    order: -1;
  }
}
main .content table td {
  vertical-align: top;
}

.aside-block {
  margin-bottom: 30px;
}
.aside-block__top {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .aside-block__top {
    display: flex;
    justify-content: center;
  }
}
.aside-block__image {
  border: 1px solid #A49056;
  background: #F6F2E2;
  padding: 10px;
  display: flex;
  justify-content: center;
}
.aside-block__image img {
  max-width: 100%;
}
.aside-block__all {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.aside-block__all a {
  color: #9B6310;
  font-family: Tahoma;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
  outline: none;
}
.aside-block__title {
  display: block;
  text-align: center;
  padding-top: 5px;
}
.aside-block__content {
  padding-left: 15px;
}
.aside-block__content .list-column {
  padding-left: 15px;
}
.aside-block__content .list-column li {
  list-style-type: disc;
  margin-bottom: 1px;
}
.aside-block__content .list-column li a {
  font-weight: normal;
  font-size: 13px;
  font-family: Arial;
  color: #643805;
  line-height: 17px;
  text-decoration: none;
}
.aside-block__content .list-column li a:hover {
  text-decoration: underline;
}
.aside-block__content .list-inline li {
  display: inline;
}
.aside-block__content .list-inline li a {
  font-weight: normal;
  font-size: 13px;
  font-family: Arial;
  color: #643805;
  line-height: 17px;
  text-decoration: none;
  margin-right: 4px;
}
.aside-block__content .list-inline li a:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .search {
    background: url(../images/search-bg.jpg) 0 0 repeat-x;
  }
}
.search img {
  display: block;
  margin: 0;
}
.search__middle {
  display: flex;
}
.search__middle-center {
  background: url(../images/search3.jpg);
  width: 143px;
  height: 22px;
}
@media (max-width: 992px) {
  .search__middle-center {
    width: 100%;
  }
}
.search__middle-center input {
  border: 1px solid #3E5320;
  background: #F8FCE7;
  color: #3C4733;
  font-family: Tahoma;
  font-size: 11px;
  padding: 2px 3px 0px 4px;
  width: 143px;
  height: 22px;
}
@media (max-width: 992px) {
  .search__middle-center input {
    width: 100%;
  }
}
.search__bottom {
  position: relative;
  margin: -3px 0 0 0;
}
.search__bottom:before {
  content: "";
  width: 35px;
  height: 21px;
  background: url(../images/search-bottom.png);
  bottom: -21px;
  left: 0;
  position: absolute;
}

.search-button {
  display: flex;
}
.search-button__left {
  display: block;
}
.search-button__center {
  display: block;
}
.search-button__center button {
  cursor: pointer;
  border: 0;
  margin: 0;
  background: transparent;
}
.search-button__right {
  display: block;
}

.content-title {
  display: flex;
  align-items: center;
  background: url(../images/conttitul.jpg) 0 50% repeat;
  margin-top: 15px;
  position: relative;
  margin-bottom: 30px;
  min-height: 36px;
}
.content-title:before {
  content: "";
  width: 100%;
  height: 15px;
  background: url(../images/cont1.jpg) 0 0 repeat-x;
  position: absolute;
  top: -15px;
  left: 0;
}
.content-title:after {
  content: "";
  width: 100%;
  height: 10px;
  background: url(../images/cont2.jpg) 0 0 repeat-x;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.content-title__icon {
  margin-right: 10px;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3, h3 a {
  font-family: Times;
  font-size: 1.17em;
}

.content-bottom a {
  margin-right: 4px;
}
.content-bottom__title {
  margin-bottom: 5px;
}

.content-bottom-img {
  padding-top: 70px;
  margin-bottom: 40px;
}
.content-bottom-img img {
  width: 100%;
}

footer {
  width: 100%;
  height: 196px;
  background: url(../images/footer.jpg);
  padding-left: 300px;
  padding-top: 65px;
}
@media (max-width: 992px) {
  footer {
    background: transparent;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
}

.footer-content p {
  font-weight: normal;
  font-size: 11px;
  font-family: Tahoma;
  color: #5D4D0C;
  line-height: 13px;
  text-decoration: none;
  max-width: 360px;
  margin: 0px;
  padding-left: 5px;
}

.footer-logo {
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}

.footer-mobile-img {
  display: none;
  padding-top: 30px;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.footer-mobile-img img {
  width: 100%;
}
@media (max-width: 992px) {
  .footer-mobile-img {
    display: block;
  }
}/*# sourceMappingURL=styles.css.map */