@charset "UTF-8";
/* ----------------------------------- *\
      icons
\* ----------------------------------- */
.i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.fT {
  font-family: 'El Messiri', sans-serif;
}
/* ----------------------------------- *\
      main styles
\* ----------------------------------- */
body {
  color: #000000;
  background: #f2ede9;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 300;
  font-family: “Segoe UI”, Tahoma, Geneva, Verdana, sans-serif
}
p {
  margin-bottom: 1.1875em;
  text-align: justify;
}
p b {
  color: #5a4f4f;
}
a {
  color: #b8860b;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
b {
  font-weight: 500;
}
.fleft {
  display: block;
  margin: 25px auto;
  width: 100%;
  max-width: 436px;
}
.fleft:first-child {
  margin-top: 0;
}
.att-text {
  color: #b8860b;
}
.clear {
  clear: both;
}
table {
  width: auto;
  border-collapse: collapse;
  color: #5a4f4f;
  text-align: center;
  margin-bottom: 30px;
}
table.tbl-adaptive th,
table.tbl-adaptive td {
  min-width: 0;
}
table + .frm-content {
  margin-top: 60px;
}
table th {
  vertical-align: top;
  border: 1px solid #ddd7d3;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 8px 15px;
  background: #5a4f4f;
  min-width: 140px;
  font-family: 'El Messiri', sans-serif;
}
table td {
  vertical-align: top;
  padding: 8px 15px;
  min-width: 140px;
  border: 1px solid #f2ede9;
  background: #e7e2de;
}
table tr:nth-child(2n) td {
  background: #ddd7d3;
}
ul,
ol {
  margin-bottom: 20px;
}
ul li,
ol li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 22px;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul + div,
ol + div {
  margin-top: 35px;
}
ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b8860b;
  position: absolute;
  top: 0.59em;
  left: 0;
  margin-top: -4px;
}
ul.list-second li:before {
  width: 7px;
  height: 3px;
  margin-top: -2px;
  border-radius: 1px;
  background: #5a4f4f;
}
ol {
  counter-reset: li;
}
ol li:before {
  content: counter(li) '.';
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  text-align: left;
  font-weight: bold;
}
h1,
h2,
h3,
.main-title,
.second-title,
.small-title {
  margin-bottom: 34px;
  display: block;
  position: relative;
  font-size: 36px;
  line-height: 0.8889;
  text-align: center;
  font-weight: bold;
  color: #5a4f4f;
  font-family: 'El Messiri', sans-serif;
}
h1.decor-title,
h2.decor-title,
h3.decor-title,
.main-title.decor-title,
.second-title.decor-title,
.small-title.decor-title {
  padding-bottom: 10px;
}
h1.decor-title:before,
h2.decor-title:before,
h3.decor-title:before,
.main-title.decor-title:before,
.second-title.decor-title:before,
.small-title.decor-title:before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #b8860b;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
h1 *,
h2 *,
h3 *,
.main-title *,
.second-title *,
.small-title * {
  font-family: 'El Messiri', sans-serif;
}
h2,
.second-title {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 28px;
}
h3,
.small-title {
  font-size: 24px;
  line-height: 0.9167;
  margin-bottom: 25px;
}
@media (max-width: 639px) {
  table.tbl-adaptive {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
  }
  table.tbl-adaptive thead {
    display: none;
  }
  table.tbl-adaptive tbody,
  table.tbl-adaptive tr,
  table.tbl-adaptive td,
  table.tbl-adaptive th {
    display: block;
    width: 100%;
    min-width: 100%;
    position: relative;
    overflow: hidden;
    width: 100%\9;
    float: left\9;
  }
  table.tbl-adaptive td.td-button,
  table.tbl-adaptive th.td-button {
    display: inline-block;
    position: relative;
    line-height: 21px;
    max-width: 100%;
    min-width: 300px;
    background: #5a4f4f;
    padding: 7px 40px 7px 16px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #f2ede9;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    text-decoration: none;
    cursor: pointer;
    font-family: 'El Messiri', sans-serif;
  }
  table.tbl-adaptive td.td-button:before,
  table.tbl-adaptive th.td-button:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -262px -144px;
    width: 20px;
    height: 11px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    -webkit-transition: -webkit-transform ease 0.2s;
    transition: -webkit-transform ease 0.2s;
    -o-transition: transform ease 0.2s;
    transition: transform ease 0.2s;
    transition: transform ease 0.2s, -webkit-transform ease 0.2s;
  }
  table.tbl-adaptive td.td-button:hover,
  table.tbl-adaptive th.td-button:hover,
  table.tbl-adaptive td.td-button.active,
  table.tbl-adaptive th.td-button.active {
    background: #b8860b;
    text-decoration: none;
  }
  table.tbl-adaptive td.td-button:hover:before,
  table.tbl-adaptive th.td-button:hover:before,
  table.tbl-adaptive td.td-button.active:before,
  table.tbl-adaptive th.td-button.active:before {
    background-image: url(../img/spr.png);
    background-position: -262px -82px;
    width: 20px;
    height: 11px;
  }
  table.tbl-adaptive td.td-button.active:before,
  table.tbl-adaptive th.td-button.active:before {
    -webkit-transform: -webkit-rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  table.tbl-adaptive td.td-button.active ~ td,
  table.tbl-adaptive th.td-button.active ~ td,
  table.tbl-adaptive td.td-button.active ~ th,
  table.tbl-adaptive th.td-button.active ~ th {
    display: block;
  }
  table.tbl-adaptive td:not(.td-button),
  table.tbl-adaptive th:not(.td-button) {
    display: none;
    -webkit-animation: fadein ease 0.2s;
            animation: fadein ease 0.2s;
    vertical-align: middle;
    padding: 8px 15px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #d9dee2;
  }
}
@media (min-width: 1000px) {
  .fleft {
    float: left;
    margin: 5px 30px 25px 0;
    width: 436px;
  }
}
@media (min-width: 1280px) {
  body {
    font-size: 18px;
    line-height: 1.2222;
  }
  p {
    margin-bottom: 1.2222em;
  }
  table th,
  table td {
    min-width: 146px;
    padding: 9px 15px;
  }
  ul li,
  ol li {
    padding-left: 30px;
  }
  ul + div,
  ol + div {
    margin-top: 40px;
  }
  ul li:before {
    top: 0.61em;
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  ul.list-second li:before {
    width: 10px;
    height: 4px;
    margin-top: -2px;
  }
  h1,
  .main-title {
    font-size: 40px;
    line-height: 0.8750;
    margin-bottom: 55px;
  }
  h2,
  .second-title {
    font-size: 34px;
    line-height: 0.9412;
    margin-bottom: 32px;
  }
  h3,
  .small-title {
    font-size: 28px;
    line-height: 0.8214;
    margin-bottom: 30px;
  }
}
/* ----------------------------------- *\
      structura
\* ----------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.sep-page {
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
.inner-wrap,
.page {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 0 10px;
  min-width: 320px;
  max-width: 1480px;
}
.page {
  padding-top: 70px;
  margin-bottom: 55px;
}
.page:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -55px;
  left: -4999px;
  right: -4999px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), color-stop(0%, #f2ede9), to(#5a4f4f));
  background-image: -o-linear-gradient(top, #d7d7d7 0%, #f2ede9 0%, #5a4f4f 100%);
  background-image: linear-gradient(to bottom, #d7d7d7 0%, #f2ede9 0%, #5a4f4f 100%);
  opacity: 0.251;
  height: 50px;
}
.wrap,
.header,
.nav,
.footer,
.cnt-section {
  position: relative;
  clear: both;
  min-width: 320px;
}
.wrap {
  overflow: hidden;
  min-height: 100%;
}
.header {
  /*background: rgba(73, 73, 73, 0.4);*/
  color: #fff;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header .inner-wrap {
  padding-top: 15px;
  padding-bottom: 8px;
}
.header .logo-wrap {
  line-height: 1;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.header .phone-wrap {
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
.header .button {
  font-size: 15px;
  font-weight: 400;
  margin-top: -5px;
}
.header .button a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: 17px;
  font-family: 'El Messiri', sans-serif;
}
.header .button a:hover {
  padding-bottom: 1px;
  border-bottom: none;
}
.header .phone {
  height: 28px;
  line-height: 28px;
  font-size: 24px;
  font-weight: 400;
}
.header .phone a {
  text-decoration: none;
}
.header a {
  color: #fff;
  text-decoration: none;
}
.header p {
  margin: 0;
}
.footer {
  background: #3f3838;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  text-align: center;
  overflow: hidden;
}
.footer .inner-wrap {
  padding-bottom: 40px;
  overflow: hidden;
}
.footer .logo-wrap {
  padding: 50px 0 0 0;
  margin-bottom: 47px;
  line-height: 1;
}
.footer .contacts-wrap {
  margin-bottom: 45px;
}
.footer .contacts-wrap .footer-title {
  margin-bottom: 18px;
}
.footer .contacts-wrap p {
  margin-bottom: 10px;
}
.footer .contacts-wrap p:last-child {
  margin-bottom: 0;
}
.footer .soc-wrap {
  margin-bottom: 15px;
}
.footer .copy-wrap {
  font-size: 14px;
  line-height: 16px;
  font-family: 'El Messiri', sans-serif;
}
.footer .copy-wrap p {
  font-family: 'El Messiri', sans-serif;
}
.footer .menu-wrap {
  text-transform: uppercase;
  font-size: 15px;
  max-width: 232px;
  margin: 0 auto 35px auto;
}
.footer .menu-wrap ul {
  text-align: left;
  margin: 0;
  -webkit-columns: 2;
          columns: 2;
  -webkit-column-gap: 12px;
          column-gap: 12px;
  padding-left: 20px;
}
.footer .menu-wrap li {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 10px 0;
  margin: 0;
  width: 100%;
  font-weight: bold;
  text-align: left;
  font-family: 'El Messiri', sans-serif;
}
.footer .menu-wrap li:before {
  display: none;
}
.footer .menu-wrap a {
  font-family: 'El Messiri', sans-serif;
}
.footer .footer-title {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: 'El Messiri', sans-serif;
}
.footer .soc-items {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-left: 1px solid #827d7d;
  line-height: 1;
}
.footer .phone {
  font-size: 24px;
  line-height: 30px;
  white-space: nowrap;
  height: 30px;
  overflow: hidden;
  margin-bottom: 5px;
}
.footer .phone a {
  text-decoration: none;
}
.footer .phone a:hover {
  text-decoration: none;
}
.footer p {
  text-align: center;
  margin: 0;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .btn-action-soc {
  float: left;
}
.main-menu-wrap {
  font-weight: bold;
}
.main-menu-wrap .btn-action-menu {
  position: absolute;
  top: 57px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  z-index: 9;
}
.main-menu-wrap ul,
.main-menu-wrap li {
  margin: 0;
  padding: 0;
  position: relative;
}
.main-menu-wrap ul:before,
.main-menu-wrap li:before {
  display: none;
}
.main-menu-wrap li a {
  color: #5a4f4f;
  display: block;
  text-decoration: none;
  position: relative;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.main-menu-wrap li a span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 100%;
  z-index: 2;
}
.main-menu-wrap li a span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #b8860b;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  opacity: 0;
}
.main-menu-wrap * {
  font-family: 'El Messiri', sans-serif;
}
.main-menu ul {
  display: none;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
  position: relative;
  padding-left: 67px;
  font-size: 0;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  text-decoration: line-through;
  white-space: nowrap;
  text-align: left;
  font-family: 'El Messiri', sans-serif;
}
.logo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}
.logo .logo-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  margin-right: 13px;
  font-family: 'El Messiri', sans-serif;
}
.logo .logo-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 14px;
  font-weight: 500;
  text-transform: none;
  font-family: 'El Messiri', sans-serif;
}
@media (max-width: 999px) {
  .main-menu-wrap .menu-block {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background: rgba(73, 73, 73, 0.7);
    z-index: 999;
  }
  .main-menu-wrap .menu-wrap {
    display: block;
    width: 300px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    padding: 30px 0;
    -webkit-transform: -webkit-translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-height: 90%;
    overflow: auto;
    background: #f2ede9;
  }
  .main-menu-wrap .js-btn-popup-close {
    position: fixed;
    right: 50%;
    margin-right: -150px;
    height: 30px;
    line-height: 20px;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-family: 'El Messiri', sans-serif;
  }
  .main-menu {
    text-align: center;
    color: #5a4f4f;
    text-transform: uppercase;
  }
  .main-menu li.open > ul {
    display: block;
  }
  .main-menu > li.open > a {
    background: #c7a043;
  }
  .main-menu > li > a {
    font-size: 20px;
    line-height: 24px;
    padding: 4px 10px 2px 10px;
  }
  .main-menu > li > a:hover,
  .main-menu > li > a.active {
    background: #c7a043;
  }
  .main-menu > li > ul {
    background: #dfdbd7;
    padding: 12px 0;
    text-transform: none;
    text-align: left;
    margin-bottom: 25px;
  }
  .main-menu > li > ul > li {
    padding: 0 24px;
  }
  .main-menu > li > ul > li.open > a {
    background: #c7a043;
  }
  .main-menu > li > ul > li > a {
    font-size: 17px;
    line-height: 17px;
    padding: 5px 20px 5px 40px;
  }
  .main-menu > li > ul > li > a.active span:before {
    opacity: 1;
  }
  .main-menu > li > ul > li > a:hover {
    background: #c29b3e;
  }
  .main-menu > li > ul > li > a:hover span:before {
    opacity: 0;
  }
  .main-menu > li > ul ul {
    background: #ccc8c5;
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 17px;
    line-height: 17px;
  }
  .main-menu > li > ul ul a {
    padding: 5px 20px 5px 40px;
  }
  .main-menu > li > ul ul a.active span:before {
    opacity: 1;
  }
  .main-menu > li > ul ul a:hover {
    background: #c29b3e;
  }
  .main-menu > li > ul ul a:hover span:before {
    opacity: 0;
  }
}
@media (min-width: 640px) {
  .page,
  .inner-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer .menu-wrap {
    display: inline-block;
    vertical-align: top;
    width: 280px;
    margin-right: 30px;
  }
  .footer .contacts-wrap {
    display: inline-block;
    vertical-align: top;
    width: 280px;
  }
  .header .inner-wrap {
    /*padding-top: 0;*/
    padding-bottom: 0;
    height: 80px;
  }
  .header .logo-wrap {
    height: 80px;
    line-height: 78px;
    float: left;
    margin: 0;
  }
  .header .phone-wrap {
    float: right;
    margin: 0;
    padding: 28px 0 0 0;
    text-align: right;
  }
  .main-menu-wrap .btn-action-menu {
    top: 10px;
    margin-left: -13px;
  }
}
@media (min-width: 1000px) {
  .sep-page {
    height: 280px;
  }
  .page,
  .inner-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer {
    margin-top: -280px;
  }
  .footer .inner-wrap {
    padding-bottom: 20px;
    padding-top: 60px;
    min-height: 280px;
  }
  .footer .logo-wrap {
    padding-top: 49px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .footer .bottom-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 45px;
  }
  .footer .menu-wrap {
    float: left;
    text-align: left;
    width: 300px;
    padding-left: 28px;
    position: relative;
    z-index: 2;
    margin: 0;
  }
  .footer .menu-wrap ul {
    padding: 0;
  }
  .footer .contacts-wrap {
    width: 300px;
    float: right;
    padding: 0 28px 0 0;
    margin: 0;
    text-align: right;
  }
  .footer .contacts-wrap p {
    text-align: right;
  }
  .main-menu-wrap {
    position: absolute;
    bottom: 0;
    left: 330px;
    right: 240px;
    text-align: left;
  }
  .main-menu-wrap .btn-action-menu {
    display: none;
  }
  .main-menu-wrap .js-btn-popup-close {
    display: none;
  }
  .main-menu {
    margin: 0 -18px 0 0;
  }
  .main-menu a:hover span:before {
    opacity: 0 !important;
  }
  .main-menu a.active span:before {
    opacity: 1;
  }
  .main-menu li:hover > a:before {
    opacity: 1;
  }
  .main-menu li:hover > ul {
    display: block;
  }
  .main-menu ul {
    display: none;
    background: rgba(34, 34, 34, 0.85);
    position: absolute;
    top: 27px;
    left: -12px;
    width: 210px;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    padding: 10px 0;
    text-transform: none;
    text-align: left;
  }
  .main-menu ul a {
    color: #fff;
    padding: 6px 20px 4px 20px;
  }
  .main-menu ul a:hover {
    background: #926d11;
  }
  .main-menu ul a.active span:before {
    opacity: 1;
  }
  .main-menu ul a.active:hover span:before {
    opacity: 0;
  }
  .main-menu > li {
    position: relative;
    float: left;
    margin: 0 18px 0 0;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
  }
  .main-menu > li:hover {
    z-index: 9;
  }
  .main-menu > li > a {
    color: #fff;
    padding: 3px 0;
  }
  .main-menu > li > a:hover:before {
    opacity: 1;
  }
  .main-menu > li > a:before {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: -12px;
    right: -12px;
    bottom: -2px;
    background: rgba(184, 134, 11, 0.75);
    opacity: 0;
    -webkit-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
  }
  .main-menu > li ul ul {
    top: 0;
    left: 100%;
  }
  .main-menu > li li:hover > a {
    background: #926d11;
  }
  .main-menu > li li:hover > a span:before {
    opacity: 0;
  }
}
@media (min-width: 1280px) {
  .page,
  .inner-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  .page {
    padding-top: 90px;
    margin-bottom: 75px;
  }
  .page:before {
    bottom: -75px;
  }
  .sep-page {
    height: 350px;
  }
  .footer {
    margin-top: -350px;
  }
  .footer .inner-wrap {
    min-height: 350px;
    padding-top: 100px;
  }
  .footer .footer-title {
    font-size: 32px;
    margin-bottom: 35px;
  }
  .footer .menu-wrap {
    font-size: 17px;
    line-height: 20px;
    padding-left: 0;
    max-width: 212px;
  }
  .footer .contacts-wrap {
    padding-right: 0;
    font-size: 20px;
    line-height: 22px;
  }
  .footer .contacts-wrap .footer-title {
    margin-bottom: 30px;
  }
  .footer .logo-wrap {
    padding-top: 68px;
  }
  .footer .bottom-wrap {
    padding-bottom: 82px;
  }
  .footer .soc-wrap {
    margin-bottom: 25px;
  }
  .footer .copy-wrap {
    font-size: 16px;
    line-height: 20px;
  }
  .footer .phone {
    font-size: 28px;
  }
  .header .inner-wrap {
    height: 100px;
  }
  .header .logo-wrap {
    height: 100px;
    line-height: 100px;
  }
  .header .phone-wrap {
    /*padding-top: 36px;*/
  }
  .header .phone {
    font-size: 28px;
    line-height: 30px;
  }
  .header .button {
    margin-top: 0;
    font-size: 17px;
    line-height: 20px;
  }
  .main-menu-wrap {
    left: 375px;
    right: 270px;
    height: 100px;
    line-height: 104px;
  }
  .main-menu-wrap .menu-block {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 100%;
  }
  .main-menu > li > a {
    padding: 10px 0;
  }
  .main-menu > li > a:before {
    top: -5px;
    bottom: -5px;
    left: -13px;
    right: -13px;
  }
  .main-menu > li > ul {
    top: 44px;
    left: -13px;
  }
  .logo {
    height: 120px;
    padding-left: 96px;
    line-height: 83px;
  }
  .logo .logo-title {
    font-size: 32px;
    margin-right: 15px;
  }
  .logo .logo-text {
    font-size: 16px;
    line-height: 14px;
  }
}
@media (min-width: 1480px) {
  .main-menu-wrap {
    left: 405px;
  }
  .main-menu {
    margin: 0 -30px 0 0;
  }
  .main-menu > li {
    font-size: 17px;
    margin-right: 30px;
  }
  .main-menu > li > a {
    line-height: 24px;
    padding: 10px 0;
  }
  .main-menu > li > a:before {
    top: -8px;
    bottom: -8px;
    left: -20px;
    right: -20px;
  }
  .main-menu > li > ul {
    top: 49px;
    left: -20px;
  }
}
/* ----------------------------------- *\
      fonts
\* ----------------------------------- */
/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-home"></i>
```
*/
.i-a01 {
  background-image: url(../img/spr.png);
  background-position: -262px -144px;
  width: 20px;
  height: 11px;
}
.i-a02 {
  background-image: url(../img/spr.png);
  background-position: -262px -82px;
  width: 20px;
  height: 11px;
}
.i-a03 {
  background-image: url(../img/spr.png);
  background-position: -262px -113px;
  width: 20px;
  height: 11px;
}
.i-a04 {
  background-image: url(../img/spr.png);
  background-position: -262px -51px;
  width: 20px;
  height: 11px;
}
.i-a05 {
  background-image: url(../img/spr.png);
  background-position: -140px -90px;
  width: 22px;
  height: 40px;
}
.i-a06 {
  background-image: url(../img/spr.png);
  background-position: -78px 0px;
  width: 32px;
  height: 58px;
}
.i-blank {
  background-image: url(../img/spr.png);
  background-position: -262px -175px;
  width: 1px;
  height: 1px;
}
.i-ico-rate-down-active {
  background-image: url(../img/spr.png);
  background-position: 0px -160px;
  width: 40px;
  height: 40px;
}
.i-ico-rate-down-large-active {
  background-image: url(../img/spr.png);
  background-position: -192px -70px;
  width: 50px;
  height: 50px;
}
.i-ico-rate-down-large {
  background-image: url(../img/spr.png);
  background-position: -192px 0px;
  width: 50px;
  height: 50px;
}
.i-ico-rate-down {
  background-image: url(../img/spr.png);
  background-position: -120px -160px;
  width: 40px;
  height: 40px;
}
.i-ico-rate-up-active {
  background-image: url(../img/spr.png);
  background-position: -180px -160px;
  width: 40px;
  height: 40px;
}
.i-ico-rate-up-large-active {
  background-image: url(../img/spr.png);
  background-position: -70px -90px;
  width: 50px;
  height: 50px;
}
.i-ico-rate-up-large {
  background-image: url(../img/spr.png);
  background-position: 0px -90px;
  width: 50px;
  height: 50px;
}
.i-ico-rate-up {
  background-image: url(../img/spr.png);
  background-position: -60px -160px;
  width: 40px;
  height: 40px;
}
.i-ico-zoom01 {
  background-image: url(../img/spr.png);
  background-position: -262px 0px;
  width: 26px;
  height: 31px;
}
.i-ico-zoom02 {
  background-image: url(../img/spr.png);
  background-position: -130px 0px;
  width: 42px;
  height: 50px;
}
.i-ico-zoom03 {
  background-image: url(../img/spr.png);
  background-position: 0px 0px;
  width: 58px;
  height: 70px;
}
/* ----------------------------------- *\
      forms elements styles
\* ----------------------------------- */
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"] {
  height: 35px;
  padding: 0 20px;
  border: 2px solid #5a4f4f;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #b8860b;
  background: none;
  font-family: 'El Messiri', sans-serif;
}
textarea:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="password"]:focus {
  border-color: #b8860b;
}
textarea:focus[placeholder]::-webkit-input-placeholder,
input[type="text"]:focus[placeholder]::-webkit-input-placeholder,
input[type="tel"]:focus[placeholder]::-webkit-input-placeholder,
input[type="email"]:focus[placeholder]::-webkit-input-placeholder,
input[type="date"]:focus[placeholder]::-webkit-input-placeholder,
input[type="time"]:focus[placeholder]::-webkit-input-placeholder,
input[type="password"]:focus[placeholder]::-webkit-input-placeholder {
  color: #b8860b;
}
textarea:focus[placeholder]:-moz-placeholder,
input[type="text"]:focus[placeholder]:-moz-placeholder,
input[type="tel"]:focus[placeholder]:-moz-placeholder,
input[type="email"]:focus[placeholder]:-moz-placeholder,
input[type="date"]:focus[placeholder]:-moz-placeholder,
input[type="time"]:focus[placeholder]:-moz-placeholder,
input[type="password"]:focus[placeholder]:-moz-placeholder {
  color: #b8860b;
}
textarea:focus[placeholder]::-moz-placeholder,
input[type="text"]:focus[placeholder]::-moz-placeholder,
input[type="tel"]:focus[placeholder]::-moz-placeholder,
input[type="email"]:focus[placeholder]::-moz-placeholder,
input[type="date"]:focus[placeholder]::-moz-placeholder,
input[type="time"]:focus[placeholder]::-moz-placeholder,
input[type="password"]:focus[placeholder]::-moz-placeholder {
  color: #b8860b;
}
textarea:focus[placeholder]:-ms-input-placeholder,
input[type="text"]:focus[placeholder]:-ms-input-placeholder,
input[type="tel"]:focus[placeholder]:-ms-input-placeholder,
input[type="email"]:focus[placeholder]:-ms-input-placeholder,
input[type="date"]:focus[placeholder]:-ms-input-placeholder,
input[type="time"]:focus[placeholder]:-ms-input-placeholder,
input[type="password"]:focus[placeholder]:-ms-input-placeholder {
  color: #b8860b;
}
textarea {
  height: 140px;
  line-height: 1.1;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}
[placeholder]::-webkit-input-placeholder {
  color: #5a4f4f;
}
[placeholder]:-moz-placeholder {
  color: #5a4f4f;
}
[placeholder]::-moz-placeholder {
  color: #5a4f4f;
}
[placeholder]:-ms-input-placeholder {
  color: #5a4f4f;
}
.btn,
button,
input[type="submit"] {
  height: 35px;
  line-height: 36px;
  border: 2px solid #b8860b;
  padding: 0 25px;
  background: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #b8860b;
  min-width: 300px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  font-family: 'El Messiri', sans-serif;
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
  border-color: #5a4f4f;
  color: #5a4f4f;
}
.btn.btn-dark,
button.btn-dark,
input[type="submit"].btn-dark {
  border-color: #5a4f4f;
  color: #5a4f4f;
}
.btn.btn-dark:hover,
button.btn-dark:hover,
input[type="submit"].btn-dark:hover {
  border-color: #b8860b;
  color: #b8860b;
}
.btn.fancybox-button,
button.fancybox-button,
input[type="submit"].fancybox-button {
  min-width: 0;
  padding: 0;
}
.owl-prev,
.owl-next {
  display: block;
  position: relative;
  overflow: hidden;
  text-indent: -999px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  width: 40px;
  height: 40px;
}
.owl-prev:before,
.owl-next:before,
.owl-prev:after,
.owl-next:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.owl-prev:after,
.owl-next:after {
  opacity: 0;
}
.owl-prev:before,
.owl-prev:after {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-action-zoom {
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(90, 79, 79, 0.65);
  position: relative;
  overflow: hidden;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.btn-action-zoom:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -262px 0px;
  width: 26px;
  height: 31px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.btn-action-text {
  display: inline-block;
  position: relative;
  line-height: 21px;
  max-width: 100%;
  min-width: 300px;
  background: #5a4f4f;
  padding: 7px 40px 7px 16px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  color: #f2ede9;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-decoration: none;
  font-family: 'El Messiri', sans-serif;
}
.btn-action-text:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -262px -144px;
  width: 20px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
  -webkit-transition: -webkit-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  -o-transition: transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}
.btn-action-text:hover,
.btn-action-text.active {
  background: #b8860b;
  text-decoration: none;
}
.btn-action-text:hover:before,
.btn-action-text.active:before {
  background-image: url(../img/spr.png);
  background-position: -262px -82px;
  width: 20px;
  height: 11px;
}
.btn-action-text.active:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-action-menu {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.btn-action-menu:before,
.btn-action-menu:after {
  content: "";
  display: block;
  width: 30px;
  height: 14px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -15px;
}
.btn-action-menu:before {
  height: 2px;
  width: 20px;
  border-top: none;
  margin-top: -1px;
}
.btn-action-soc {
  display: block;
  position: relative;
  overflow: hidden;
  width: 44px;
  height: 30px;
  border: 1px solid #827d7d;
  border-left: none;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  line-height: 24px;
}
.btn-action-soc img,
.btn-action-soc svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 21px;
  max-height: 21px;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.btn-action-soc img.hover,
.btn-action-soc svg.hover {
  opacity: 0;
}
.btn-action-soc.soc-vk img,
.btn-action-soc.soc-vk svg {
  max-width: 26px;
}
.btn-action-soc:hover {
  background: #fff;
  color: #3f3838;
}
.btn-action-soc:hover img,
.btn-action-soc:hover svg {
  opacity: 0;
}
.btn-action-soc:hover img.hover,
.btn-action-soc:hover svg.hover {
  opacity: 1;
}
.btn-action-soc i {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-family: FontAwesome;
}
.btn-action-rate {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  height: 40px;
  line-height: 44px;
  font-size: 20px;
  font-weight: bold;
  color: #5a4f4f;
  text-decoration: none;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  cursor: pointer;
  font-family: 'El Messiri', sans-serif;
}
.btn-action-rate input {
  display: block;
  position: absolute;
  top: 0;
  left: -999px;
  opacity: 0;
}
.btn-action-rate input:checked ~ label {
  color: #b8860b;
}
.btn-action-rate input:checked ~ label:before {
  background-image: url(../img/spr.png);
  background-position: -180px -160px;
  width: 40px;
  height: 40px;
}
.btn-action-rate label {
  display: block;
  position: relative;
  height: 40px;
  cursor: pointer;
  overflow: hidden;
  padding-left: 60px;
  font-family: 'El Messiri', sans-serif;
}
.btn-action-rate label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -60px -160px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-action-rate.down label:before {
  background-image: url(../img/spr.png);
  background-position: -120px -160px;
  width: 40px;
  height: 40px;
}
.btn-action-rate.down input:checked ~ label:before {
  background-image: url(../img/spr.png);
  background-position: 0px -160px;
  width: 40px;
  height: 40px;
}
.form-wrap {
  display: block;
  position: relative;
}
.inner-form-wrap {
  position: relative;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.inner-form-wrap:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.succefull-form-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: none;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
  z-index: 4;
  font-size: 20px;
  line-height: 1;
  color: #5a4f4f;
  text-align: center;
  font-weight: bold;
  font-family: 'El Messiri', sans-serif;
}
.succefull-form-wrap * {
  font-family: 'El Messiri', sans-serif;
}
.succefull-form-wrap p {
  margin: 0 0 14px 0;
  text-align: center;
}
.succefull-form-wrap p:last-child {
  margin-bottom: 0;
}
.succefull-form-wrap .inner-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: -webkit-translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.frm-popup {
  position: relative;
  margin: 0 auto;
  max-width: 280px;
  padding: 28px 0 30px 0;
}
.frm-popup .frm-row {
  margin: 0 -10px;
}
.frm-popup .frm-row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.frm-popup .frm-field {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 15px;
  float: left;
  position: relative;
}
.frm-popup .frm-row-submit {
  margin-top: 40px;
  line-height: 1;
  text-align: center;
}
.frm-popup .frm-row-submit .btn,
.frm-popup .frm-row-submit button,
.frm-popup .frm-row-submit input[type="submit"] {
  min-width: 0;
  width: 100%;
  max-width: 300px;
  padding: 0 15px;
}
.frm-popup textarea,
.frm-popup input[type="text"],
.frm-popup input[type="tel"],
.frm-popup input[type="email"],
.frm-popup input[type="date"],
.frm-popup input[type="time"],
.frm-popup input[type="password"] {
  text-align: center;
}
.frm-popup textarea {
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}
.frm-select-list {
  margin: 0px 0 0 0;
  padding-top: 15px;
  height: 340px;
  overflow: auto;
}
.frm-select-list .items-wrap {
  font-size: 0;
}
.frm-select-list .outer-wrap {
  position: relative;
  overflow: hidden;
}
.frm-select-list:first-child {
  padding-top: 0;
}
.frm-select-list .item-wrap {
  margin-bottom: 40px;
}
.frm-succefull .inner-form-wrap {
  opacity: 0;
}
.frm-succefull .inner-form-wrap:after {
  display: block;
}
.frm-succefull .succefull-form-wrap {
  display: block;
}
.frm-content {
  max-width: 580px;
  margin-bottom: 50px;
}
.frm-row {
  margin: 0 -10px;
}
.frm-row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.frm-field {
  position: relative;
  padding: 0 10px;
  line-height: 1;
  margin-bottom: 20px;
}
.frm-row-submit {
  text-align: center;
  line-height: 1;
  margin-top: 30px;
}
.frm-actions {
  overflow: hidden;
  margin: 0 -55px 20px 0;
  line-height: 1;
}
.frm-actions .btn-action-rate {
  float: left;
  margin: 0 55px 20px 0;
  min-width: 200px;
}
.ui-dialog {
  width: 300px !important;
  left: 50% !important;
  margin-left: -150px;
}
body .ui-widget-overlay {
  background: rgba(73, 73, 73, 0.7);
}
body .ui-dialog {
  padding: 30px 0 0 0;
  background: none;
  overflow: hidden;
}
body .ui-dialog:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 30px;
  background: #f2ede9;
}
body .ui-dialog .ui-dialog-titlebar {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 0;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: block;
  padding: 0;
  margin: 0;
  float: none;
  width: 100%;
  text-align: center;
  white-space: normal;
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 5px;
  padding-top: 22px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  color: #5a4f4f;
  font-family: 'El Messiri', sans-serif;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-title:before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #b8860b;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  display: block;
  float: left;
  height: 30px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  min-width: 0;
  width: auto;
  text-indent: 0;
  text-transform: none;
  color: #fff;
  font-family: 'El Messiri', sans-serif;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close * {
  display: none;
}
body .ui-dialog .ui-dialog-content {
  padding: 0 10px;
  overflow: hidden;
}
body .ui-dialog .ui-dialog-titlebar span.ui-dialog-title {
  display: none;
}
.frm-select {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-align: left;
}
.frm-select input {
  display: block;
  position: absolute;
  top: 0;
  left: -999px;
}
.frm-select input:checked ~ label:after {
  opacity: 1;
}
.frm-select label {
  display: block;
  position: relative;
  min-height: 18px;
  padding-left: 24px;
}
.frm-select label:before,
.frm-select label:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #b8860b;
}
.frm-select label:after {
  width: 8px;
  height: 8px;
  top: 5px;
  left: 5px;
  background: #b8860b;
  opacity: 0;
}
.frm-select a {
  color: #000000;
}
.frm-popup .frm-row-submit .select-wrap {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.frm-popup .frm-row-submit .frm-select {
  display: inline-block;
  vertical-align: top;
}
.frm-popup-title {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 5px;
  padding-top: 22px;
  font-weight: bold;
  color: #5a4f4f;
  margin-top: -28px;
  margin-bottom: 28px;
  text-align: center;
  font-family: 'El Messiri', sans-serif;
}
.frm-popup-title:before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #b8860b;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.adm-workarea textarea,
.adm-workarea input[type="text"],
.adm-workarea input[type="tel"],
.adm-workarea input[type="email"],
.adm-workarea input[type="date"],
.adm-workarea input[type="time"],
.adm-workarea input[type="password"] {
  text-transform: none;
}
@media (min-width: 640px) {
  .frm-field {
    width: 50%;
    float: left;
  }
  .frm-field.full {
    width: 100%;
  }
  .frm-actions {
    margin-bottom: 30px;
  }
  .ui-dialog {
    width: 330px !important;
    margin-left: -165px;
  }
}
@media (min-width: 1000px) {
  .frm-popup {
    width: 580px;
    max-width: 100%;
  }
  .frm-popup .frm-field {
    width: 50%;
    float: left;
  }
  .ui-dialog {
    width: 640px !important;
    margin-left: -320px;
  }
  .frm-select-list .items-wrap {
    margin: 0 -10px;
  }
  .frm-select-list .item-wrap {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    margin-bottom: 40px;
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .btn,
  button,
  input[type="submit"] {
    height: 40px;
    line-height: 40px;
    min-width: 320px;
    font-size: 18px;
  }
  textarea,
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="date"],
  input[type="time"],
  input[type="password"] {
    height: 40px;
    padding: 0 28px;
    font-size: 18px;
  }
  textarea {
    height: 180px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .btn-action-text {
    min-width: 320px;
    font-size: 18px;
    line-height: 22px;
    padding: 9px 45px 9px 20px;
  }
  .btn-action-text:before {
    background-image: url(../img/spr.png);
    background-position: -262px -113px;
    width: 20px;
    height: 11px;
    right: 20px;
  }
  .btn-action-text:hover:before,
  .btn-action-text.active:before {
    background-image: url(../img/spr.png);
    background-position: -262px -51px;
    width: 20px;
    height: 11px;
  }
  .btn-action-rate {
    height: 50px;
    line-height: 54px;
    font-size: 24px;
  }
  .btn-action-rate label {
    height: 50px;
    padding-left: 72px;
  }
  .btn-action-rate label:before {
    background-image: url(../img/spr.png);
    background-position: 0px -90px;
    width: 50px;
    height: 50px;
  }
  .btn-action-rate input:checked ~ label:before {
    background-image: url(../img/spr.png);
    background-position: -70px -90px;
    width: 50px;
    height: 50px;
  }
  .btn-action-rate.down label:before {
    background-image: url(../img/spr.png);
    background-position: -192px 0px;
    width: 50px;
    height: 50px;
  }
  .btn-action-rate.down input:checked ~ label:before {
    background-image: url(../img/spr.png);
    background-position: -192px -70px;
    width: 50px;
    height: 50px;
  }
  .btn-action-soc {
    height: 40px;
    width: 59px;
    line-height: 34px;
  }
  .btn-action-soc img,
  .btn-action-soc svg {
    max-width: 28px;
    max-height: 28px;
  }
  .btn-action-soc.soc-vk img,
  .btn-action-soc.soc-vk svg {
    max-width: 34px;
  }
  .btn-action-soc i {
    font-size: 28px;
  }
  .succefull-form-wrap {
    font-size: 24px;
    line-height: 28px;
  }
  .succefull-form-wrap p {
    margin: 0;
  }
  .frm-actions {
    margin: 0 -35px 10px 0;
  }
  .frm-actions .btn-action-rate {
    min-width: 250px;
    margin-right: 35px;
    margin-bottom: 30px;
  }
  .frm-content {
    max-width: 830px;
    margin-bottom: 70px;
  }
  .frm-row {
    margin: 0 -15px;
  }
  .frm-field {
    padding: 0 15px;
    margin-bottom: 26px;
  }
  .frm-row-submit {
    margin-top: 34px;
  }
  .frm-popup {
    width: 830px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .frm-popup .frm-row {
    margin: 0 -15px;
  }
  .frm-popup .frm-field {
    margin-bottom: 26px;
  }
  .frm-popup .frm-row-submit {
    margin-top: 50px;
  }
  .frm-popup .frm-row-submit .btn,
  .frm-popup .frm-row-submit button,
  .frm-popup .frm-row-submit input[type="submit"] {
    max-width: 320px;
  }
  .frm-select-list {
    height: 396px;
  }
  .frm-select-list .items-wrap {
    margin: 0 -15px;
  }
  .frm-select-list .item-wrap {
    padding: 0 15px;
  }
  .ui-dialog {
    width: 910px !important;
    margin-left: -455px;
  }
  body .ui-dialog {
    padding-top: 40px;
  }
  body .ui-dialog:before {
    top: 40px;
  }
  body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-size: 30px;
    line-height: 34px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 8px;
  }
  body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    top: -40px;
    font-size: 18px;
    line-height: 28px;
    height: 40px;
  }
  body .ui-dialog .ui-dialog-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .frm-popup-title {
    font-size: 30px;
    line-height: 34px;
    padding-top: 30px;
    padding-bottom: 8px;
    margin-top: -60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1480px) {
  .btn-action-zoom {
    width: 80px;
    height: 80px;
  }
  .btn-action-zoom:before {
    background-image: url(../img/spr.png);
    background-position: -130px 0px;
    width: 42px;
    height: 50px;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-btn-toggle.active + .js-popup-block {
  display: block !important;
}
.js-popup-block {
  -webkit-animation: fadein ease 0.3s;
  animation: fadein ease 0.3s;
}
.ico-block {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 2px;
  text-decoration: none;
}
.ico-block img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.items-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.center-image {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  font-size: 0;
}
.center-image img,
.center-image svg,
.center-image .i,
.center-image:before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.js-tab-block {
  display: none;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
}
.js-tab-block.active {
  display: block;
}
/* ----------------------------------- *\
      animation
\* ----------------------------------- */
.item-animation {
  transition-property: -webkit-transform, opacity;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  opacity: 0;
}
.item-animation.item-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.item-aleft {
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
.item-aright {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
.item-abottom {
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}
.item-atop {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
.height-value {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
}
/* ----------------------------------- *\
      items styles
\* ----------------------------------- */
.item-select {
  display: block;
  position: relative;
  overflow: hidden;
  width: 250px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  text-decoration: none;
}
.item-select input {
  display: block;
  position: absolute;
  top: 0;
  left: -9999px;
  opacity: 0;
}
.item-select label {
  display: block;
  position: relative;
  overflow: hidden;
}
.item-select input:checked ~ label .select-button .btn:before,
.item-select input:checked ~ label .select-button button:before,
.item-select input:checked ~ label .select-button input[type="submit"]:before {
  content: attr(data-selected);
}
.item-select input:checked ~ label .select-photo:after {
  opacity: 1;
}
.item-select input:checked ~ label .select-inner-text {
  text-decoration: underline;
}
.item-select input:checked ~ label .btn,
.item-select input:checked ~ label button,
.item-select input:checked ~ label input[type="submit"] {
  border-color: #b8860b;
  color: #b8860b;
}
.item-select input:checked ~ label .btn.btn-dark,
.item-select input:checked ~ label button.btn-dark,
.item-select input:checked ~ label input[type="submit"].btn-dark {
  background: #b8860b;
  border-color: #b8860b;
  color: #fff;
}
.item-select input:checked ~ label .btn.btn-dark:hover,
.item-select input:checked ~ label button.btn-dark:hover,
.item-select input:checked ~ label input[type="submit"].btn-dark:hover {
  background: #b8860b;
  border-color: #b8860b;
  color: #fff;
}
.item-select:hover .select-photo:after {
  opacity: 1;
}
.item-select:hover .select-inner-text {
  text-decoration: underline;
}
.item-select:hover .btn,
.item-select:hover button,
.item-select:hover input[type="submit"] {
  border-color: #b8860b;
  color: #b8860b;
}
.item-select:hover .btn.btn-dark,
.item-select:hover button.btn-dark,
.item-select:hover input[type="submit"].btn-dark {
  border-color: #b8860b;
  color: #b8860b;
}
.item-select:hover .btn.btn-dark:hover,
.item-select:hover button.btn-dark:hover,
.item-select:hover input[type="submit"].btn-dark:hover {
  background: #b8860b;
  border-color: #b8860b;
  color: #fff;
}
.item-select .select-title {
  font-size: 22px;
  text-align: center;
  line-height: 28px;
  display: block;
  position: relative;
  overflow: hidden;
  height: 28px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #b8860b;
  font-family: 'El Messiri', sans-serif;
}
.item-select .select-photo {
  display: block;
  height: 166px;
  position: relative;
  overflow: hidden;
}
.item-select .select-photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
  border: 2px solid #ba8911;
}
.item-select .select-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-select .select-text {
  height: 76px;
  line-height: 76px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 5px 0;
  text-align: center;
}
.item-select .select-inner-text {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 19px;
}
.item-select .select-button {
  line-height: 1;
  text-align: center;
  display: block;
}
.item-select .select-button .btn:before,
.item-select .select-button button:before,
.item-select .select-button input[type="submit"]:before {
  content: attr(data-title);
}
.item-select .btn,
.item-select button,
.item-select input[type="submit"] {
  min-width: 150px;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  border-width: 2px;
}
.item-select .btn.btn-dark:hover,
.item-select button.btn-dark:hover,
.item-select input[type="submit"].btn-dark:hover {
  background: #5a4f4f;
  color: #fff;
  border-color: #5a4f4f;
}
.item-event {
  background: #fff;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  color: #454444;
  display: block;
  position: relative;
  overflow: hidden;
}
.item-event .event-photo {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  height: 200px;
}
.item-event .event-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-event .event-text-wrap {
  padding: 25px 20px 30px 20px;
  position: relative;
  overflow: hidden;
  height: 274px;
}
.item-event .event-title {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #5a4f4f;
  margin: 0 -5px 8px -5px;
  max-height: 40px;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-family: 'El Messiri', sans-serif;
}
.item-event .event-date {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #b8860b;
  text-align: center;
  margin-bottom: 18px;
}
.item-event .event-text {
  height: 76px;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: justify;
  margin-bottom: 25px;
}
.item-event .event-button {
  display: block;
  line-height: 1;
  text-align: center;
}
.item-event .btn,
.item-event button,
.item-event input[type="submit"] {
  padding: 0 10px;
  min-width: 220px;
  height: 30px;
  border-width: 2px;
  font-size: 16px;
  line-height: 30px;
}
.item-event .btn.btn-dark:hover,
.item-event button.btn-dark:hover,
.item-event input[type="submit"].btn-dark:hover {
  background: #b8860b;
  border-color: #b8860b;
  color: #fff;
}
.item-review {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}
.item-review .review-photo {
  display: block;
  margin: 0 auto 40px auto;
  width: 154px;
  height: 154px;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
}
.item-review .review-photo img {
  display: block;
  width: 100%;
}
.item-review .review-name {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  font-family: 'El Messiri', sans-serif;
}
.item-review .review-pos {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #d3bd86;
  font-family: 'El Messiri', sans-serif;
}
.item-review .review-text {
  margin-top: 15px;
}
.item-review p {
  margin: 0;
}
.item-gallery {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  max-height: 600px;
}
.item-gallery:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.item-gallery .btn-action-zoom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  width: 83px;
  height: 83px;
}
.item-gallery .btn-action-zoom:before {
  background-image: url(../img/spr.png);
  background-position: -130px 0px;
  width: 42px;
  height: 50px;
}
.item-gallery:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  opacity: 0;
}
.item-gallery:hover .btn-action-zoom,
.item-gallery:hover:after {
  opacity: 1;
}
.item-gallery img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.item-menu:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  z-index: 6;
  opacity: 0;
  border: 2px solid #b8860b;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.item-menu .btn-action-zoom {
  opacity: 0;
  z-index: 7;
  position: absolute;
  top: 12px;
  left: 12px;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.item-menu:hover:before,
.item-menu:hover:after,
.item-menu:hover .btn-action-zoom {
  opacity: 1;
}
.item-menu,
.item-menu-list {
  display: block;
  margin: 30px;
  position: relative;
  overflow: hidden;
  /* background: #f2ede9; */
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  color: #454444;
  text-decoration: none;
  font-weight: 300;
}
.item-menu.small,
.item-menu-list.small {
  background: #fff;
}
.item-menu .menu-photo,
.item-menu-list .menu-photo {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  height: 320px;
}
.item-menu .menu-photo img,
.item-menu-list .menu-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-menu .menu-text-wrap,
.item-menu-list .menu-text-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  height: 238px;
  padding: 15px 30px 0 30px;
}
.item-menu .menu-title-wrap,
.item-menu-list .menu-title-wrap {
  height: 66px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto 24px auto;
  max-width: 300px;
}
.item-menu .menu-text,
.item-menu-list .menu-text {
  font-style: italic;
  display: block;
  position: relative;
  overflow: hidden;
  height: 57px;
  margin: 0 auto 20px auto;
  max-width: 300px;
}
.item-menu .menu-info,
.item-menu-list .menu-info {
  display: block;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  overflow: hidden;
  height: 22px;
  font-weight: 300;
}
.item-menu .menu-title,
.item-menu-list .menu-title {
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin: 0;
  text-transform: none;
  color: #5a4f4f;
  position: relative;
  overflow: hidden;
  max-height: 80px;
}
.item-menu .menu-subtitle,
.item-menu-list .menu-subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #b8860b;
  text-transform: none;
  line-height: 22px;
  height: 22px;
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: -2px;
  font-family: 'El Messiri', sans-serif;
}
.item-menu-list {
  background: #fff;
}
.item-menu-list:hover .btn-action-zoom {
  opacity: 1;
}
.item-menu-list:hover .menu-photo:after {
  opacity: 1;
}
.item-menu-list:hover .menu-info {
  color: #b8860b;
}
.item-menu-list .btn-action-zoom {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 6;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  width: 60px;
  height: 60px;
}
.item-menu-list .btn-action-zoom:before {
  background-image: url(../img/spr.png);
  background-position: -262px 0px;
  width: 26px;
  height: 31px;
}
.item-menu-list.att .menu-text-wrap:before {
  opacity: 1;
}
.item-menu-list.att .menu-info {
  color: #b8860b;
}
.item-menu-list .menu-photo {
  height: 300px;
  position: relative;
}
.item-menu-list .menu-photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  z-index: 2;
}
.item-menu-list .menu-text-wrap {
  padding-bottom: 40px;
  min-height: 200px;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.item-menu-list .menu-text-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  border: 1px solid #d4b66d;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.item-menu-list .menu-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 28px;
  height: 40px;
  -webkit-transition: color ease 0.2s;
  -o-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
.item-menu-list .menu-title {
  padding-bottom: 10px;
  max-height: 54px;
  line-height: 22px;
  overflow: hidden;
}
.item-menu-list .menu-title:before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #b8860b;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.item-menu-list .menu-subtitle {
  height: 22px;
  line-height: 22px;
  background: #fff;
  margin-top: -8px;
  margin-bottom: -14px;
}
.item-menu-list .menu-title-wrap {
  height: auto;
  overflow: visible;
  margin-bottom: 20px;
}
.item-menu-list .menu-text {
  max-height: 76px;
  margin: 0 auto;
}
.item-text-toggle {
  display: block;
  position: relative;
  margin-bottom: 40px;
}
.item-text-toggle + .item-text-toggle {
  margin-top: -30px;
}
.item-text-toggle .text-block {
  display: none;
  font-style: italic;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 10px;
  max-width: 855px;
}
.item-text-toggle p:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .item-menu-list {
    padding-left: 200px;
    position: relative;
    margin: 0 auto;
    max-width: 585px;
    height: 200px;
    overflow: hidden;
  }
  .item-menu-list .menu-text-wrap {
    width: 100%;
  }
  .item-menu-list .menu-photo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200px;
    height: auto;
  }
  .item-menu .menu-photo {
    width: 50%;
    height: 250px;
    float: left;
  }
  .item-menu .menu-text-wrap {
    width: 50%;
    float: right;
    height: 250px;
  }
  .item-menu .menu-text {
    height: 95px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1000px) {
  .item-gallery .btn-action-zoom {
    width: 64px;
    height: 64px;
  }
  .item-gallery .btn-action-zoom:before {
    background-image: url(../img/spr.png);
    background-position: -262px 0px;
    width: 26px;
    height: 31px;
  }
}
@media (min-width: 1280px) {
  .item-select {
    width: 330px;
  }
  .item-select .select-title {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .item-select .select-photo {
    height: 220px;
  }
  .item-select .select-text {
    height: 66px;
    line-height: 66px;
    margin: 8px 0;
  }
  .item-select .select-inner-text {
    font-size: 18px;
    line-height: 22px;
  }
  .item-event .event-photo {
    height: 290px;
  }
  .item-event .event-text-wrap {
    padding: 30px 40px 40px 40px;
    height: 320px;
  }
  .item-event .event-title {
    font-size: 24px;
    line-height: 24px;
    max-height: 48px;
    margin-bottom: 10px;
  }
  .item-event .event-date {
    line-height: 24px;
    height: 24px;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .item-event .event-text {
    font-size: 18px;
    line-height: 22px;
    height: 66px;
    margin-bottom: 35px;
  }
  .item-event .btn,
  .item-event button,
  .item-event input[type="submit"] {
    min-width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .item-review {
    font-size: 20px;
    line-height: 24px;
  }
  .item-review .review-photo {
    width: 204px;
    height: 204px;
    margin-bottom: 52px;
  }
  .item-review .review-name {
    font-size: 30px;
    line-height: 34px;
  }
  .item-review .review-pos {
    font-size: 22px;
    line-height: 24px;
  }
  .item-review .review-text {
    margin-top: 25px;
  }
  .item-gallery .btn-action-zoom {
    width: 90px;
    height: 90px;
  }
  .item-gallery .btn-action-zoom:before {
    background-image: url(../img/spr.png);
    background-position: -130px 0px;
    width: 42px;
    height: 50px;
  }
}
@media (min-width: 1400px) {
  .item-text-toggle {
    margin-bottom: 42px;
  }
  .item-text-toggle + .item-text-toggle {
    margin-top: -32px;
  }
  .item-text-toggle .text-block {
    padding: 10px 0 10px 30px;
    max-width: 1025px;
  }
  .item-menu .menu-photo {
    height: 232px;
  }
  .item-menu .menu-text-wrap {
    height: 232px;
  }
  .item-menu .menu-text {
    margin-bottom: 20px;
    height: 76px;
  }
}
@media (min-width: 1480px) {
  .item-gallery .btn-action-zoom {
    width: 120px;
    height: 120px;
  }
  .item-gallery .btn-action-zoom:before {
    background-image: url(../img/spr.png);
    background-position: 0px 0px;
    width: 58px;
    height: 70px;
  }
}
@media (min-width: 1900px) {
  .item-menu .menu-photo {
    height: 316px;
  }
  .item-menu .menu-text-wrap {
    height: 316px;
    font-size: 18px;
    line-height: 22px;
    padding: 30px 20px 0 20px;
  }
  .item-menu .menu-title-wrap {
    height: 90px;
    margin-bottom: 20px;
  }
  .item-menu .menu-title {
    font-size: 16px;
    line-height: 20px;
    max-height: 80px;
  }
  .item-menu .menu-subtitle {
    font-size: 22px;
    line-height: 30px;
    height: 30px;
  }
  .item-menu .menu-text {
    height: 110px;
    margin-bottom: 20px;
  }
  .item-menu .menu-info {
    font-size: 22px;
    line-height: 30px;
    height: 30px;
  }
}
@media (min-width: 1480px) {
  .item-menu-list {
    max-width: 685px;
  }
  .item-menu-list .menu-text-wrap {
    padding: 26px 20px 40px 20px;
  }
  .item-menu-list .menu-title {
    font-size: 24px;
    line-height: 24px;
    max-height: 58px;
  }
  .item-menu-list .menu-title-wrap,
  .item-menu-list .menu-text {
    max-width: 380px;
  }
  .item-menu:after {
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
  }
  .item-menu .btn-action-zoom {
    top: 20px;
    left: 20px;
  }
}
/* ----------------------------------- *\
      content styles
\* ----------------------------------- */
.page .list-menu-box {
  padding: 0;
  margin-bottom: 45px;
}
.page .list-menu-box:before {
  display: none;
}
.page .main-events-box {
  padding: 0;
  margin-bottom: 45px;
}
.page .main-events-box:before {
  display: none;
}
.main-events-box {
  position: relative;
  padding: 70px 0 80px 0;
}
.main-events-box:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), color-stop(0%, #f2ede9), to(#5a4f4f));
  background-image: -o-linear-gradient(top, #d7d7d7 0%, #f2ede9 0%, #5a4f4f 100%);
  background-image: linear-gradient(to bottom, #d7d7d7 0%, #f2ede9 0%, #5a4f4f 100%);
  opacity: 0.251;
  height: 50px;
}
.main-events-box h1,
.main-events-box .main-title {
  font-size: 36px;
  margin-bottom: 55px;
}
.main-events-box .items-wrap {
  margin: 0 -10px;
}
.main-events-box .item-wrap {
  margin: 0 auto 20px auto;
  max-width: 320px;
  padding: 0 10px;
  display: block;
  width: 100%;
}

.main-events-box .button-wrap {
  margin-top: 40px;
  line-height: 1;
  text-align: center;
}
.main-reviews-box {
  padding: 65px 0 78px 0;
  background: #000 url(../img/main/reviews.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
}
.main-reviews-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d7d7d7), color-stop(0%, #f2ede9), to(#5a4f4f));
  background-image: -o-linear-gradient(bottom, #d7d7d7 0%, #f2ede9 0%, #5a4f4f 100%);
  background-image: linear-gradient(to top, #d7d7d7 0%, #f2ede9 0%, #5a4f4f 100%);
  opacity: 0.251;
  height: 50px;
}
.main-reviews-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(90, 79, 79, 0.45);
}
.main-reviews-box .inner-wrap {
  z-index: 1;
}
.main-reviews-box h1,
.main-reviews-box .main-title {
  color: #fff;
  margin-bottom: 58px;
  font-size: 40px;
}
.main-reviews-box .owl-prev,
.main-reviews-box .owl-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 77px;
  left: 50%;
  margin-top: -20px;
  margin-left: -160px;
}
.main-reviews-box .owl-prev:before,
.main-reviews-box .owl-next:before {
  background-image: url(../img/spr.png);
  background-position: -140px -90px;
  width: 22px;
  height: 40px;
  position: absolute;
  opacity: 0.75;
}
.main-reviews-box .owl-prev:hover:before,
.main-reviews-box .owl-next:hover:before {
  opacity: 1;
}
.main-reviews-box .owl-next {
  left: auto;
  right: 50%;
  margin-left: auto;
  margin-right: -160px;
}
.main-gallery-box {
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 3;
}
.main-gallery-box .tabs-second-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 20px;
}
.main-gallery-box .item-gallery {
  display: block;
  width: 100%;
  float: left;
}
.tabs-second-box {
  line-height: 1;
  position: relative;
}
.tabs-second-box ul {
  margin: 0;
  font-size: 0;
}
.tabs-second-box li {
  margin: 0 1px 1px 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.tabs-second-box li:before {
  display: none;
}
.tabs-second-box a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 45px;
  background: rgba(90, 79, 79, 0.85);
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 10;
  font-family: 'El Messiri', sans-serif;
}
.tabs-second-box a:hover,
.tabs-second-box a.active {
  background: rgba(184, 134, 11, 0.95);
}
.tabs-box {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 37px;
  padding: 0 10px;
}
.tabs-box ul {
  margin: 0 -38px 0 0;
  overflow: hidden;
}
.tabs-box li {
  float: left;
  margin: 0 38px 3px 0;
  padding: 0;
  font-family: 'El Messiri', sans-serif;
}
.tabs-box li:before {
  display: none;
}
.tabs-box a {
  display: block;
  color: #5a4f4f;
  text-decoration: none;
  position: relative;
  font-family: 'El Messiri', sans-serif;
}
.tabs-box a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #807675;
  height: 2px;
  opacity: 0;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.tabs-box a.active {
  color: #b8860b;
}
.tabs-box a.active:before {
  background: #b8860b;
}
.tabs-box a:hover:before {
  opacity: 1;
}
.list-menu-box {
  background: #f2ede9;
  padding: 72px 0 80px 0;
}
.list-menu-box:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), color-stop(0%, #f2ede9), to(#5a4f4f));
  background-image: -o-linear-gradient(top, #d7d7d7 0%, #f2ede9 0%, #5a4f4f 100%);
  background-image: linear-gradient(to bottom, #d7d7d7 0%, #f2ede9 0%, #5a4f4f 100%);
  opacity: 0.251;
  height: 50px;
}
.list-menu-box .item-wrap {
  margin-bottom: 15px;
  padding: 0 15px;
}
.list-menu-box .items-wrap {
  margin: 0 -15px;
}
.list-menu-box .button-wrap {
  margin-top: 45px;
  text-align: center;
  line-height: 1;
}
.main-about-box {
  padding: 80px 0;
  background: #000 url(../img/main/about.jpg) center no-repeat;
  background-size: cover;
  z-index: 2;
  background-attachment: fixed;
}
.main-about-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d7d7d7), color-stop(0%, #f2ede9), to(#5a4f4f));
  background-image: -o-linear-gradient(bottom, #d7d7d7 0%, #f2ede9 0%, #5a4f4f 100%);
  background-image: linear-gradient(to top, #d7d7d7 0%, #f2ede9 0%, #5a4f4f 100%);
  opacity: 0.251;
  height: 50px;
}
.main-about-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(90, 79, 79, 0.45);
}
.main-about-box .inner-wrap {
  z-index: 2;
}
.main-about-box .about-photo {
  display: none;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.main-about-box .about-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-about-box .about-text-wrap {
  background: rgba(255, 255, 255, 0.9);
  padding: 35px 10px 40px 10px;
  margin: 0 -10px;
}
.main-about-box h1,
.main-about-box .main-title {
  margin-bottom: 25px;
}
.main-about-box .button-wrap {
  line-height: 1;
  text-align: center;
  margin-top: 35px;
}
.main-menu-box {
  line-height: 1;
  overflow: hidden;
}
.main-menu-box .sl-item {
  position: relative;
  overflow: hidden;
}
.main-slider-box {
  background: #000;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.main-slider-box .inner-wrap {
  height: 510px;
  padding-top: 230px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.main-slider-box .text-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 1;
}
.main-slider-box .sl-item {
  position: relative;
  overflow: hidden;
}
.main-slider-box .sl-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(90, 79, 79, 0.35);
}
.main-slider-box img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-slider-box h1,
.main-slider-box .main-title {
  font-size: 26px;
  margin-bottom: 30px;
  color: #fff;
}
.main-slider-box h1.decor-title,
.main-slider-box .main-title.decor-title {
  padding-bottom: 6px;
}
.main-slider-box h1.decor-title:before,
.main-slider-box .main-title.decor-title:before {
  height: 3px;
  background: #b8860b;
}
.main-slider-box .slider-title {
  font-size: 50px;
  margin: 0;
}
.main-slider-box:hover .owl-nav {
  opacity: 1;
}
.main-slider-box .owl-nav {
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.main-slider-box .owl-prev,
.main-slider-box .owl-next {
  opacity: 0.75;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: 4px;
}
.main-slider-box .owl-prev:hover,
.main-slider-box .owl-next:hover {
  opacity: 1;
}
.main-slider-box .owl-prev:before,
.main-slider-box .owl-next:before {
  background-image: url(../img/spr.png);
  background-position: -140px -90px;
  width: 22px;
  height: 40px;
}
.main-slider-box .owl-prev {
  right: auto;
  left: 11px;
}
.main-cafe-box {
  position: relative;
  background: #fff;
}
.main-cafe-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.main-cafe-box .text-wrap {
  padding: 35px 10px 38px 10px;
  text-align: center;
}
.main-cafe-box .map-wrap {
  line-height: 1;
  position: relative;
  overflow: hidden;
  max-height: 400px;
}
.main-cafe-box .map-wrap:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.main-cafe-box .map-wrap > ymaps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.main-cafe-box .photo-wrap {
  position: relative;
  overflow: hidden;
  line-height: 1;
  max-height: 400px;
}
.main-cafe-box .photo-wrap:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.main-cafe-box .photo-wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-cafe-box .address {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 52px;
  color: #5a4f4f;
  font-family: 'El Messiri', sans-serif;
}
.main-cafe-box .phone {
  font-size: 26px;
  font-weight: 300;
  color: #b8860b;
  display: block;
  line-height: 1;
  margin-bottom: 25px;
}
.main-cafe-box .phone a {
  text-decoration: none;
  color: #b8860b;
}
.main-cafe-box h1,
.main-cafe-box .main-title {
  margin-bottom: 8px;
  font-size: 26px;
  line-height: 1;
  text-transform: none;
}
.main-contacts-box {
  position: relative;
  overflow: hidden;
  font-weight: 400;
  z-index: 3;
}
.main-contacts-box:last-child {
  margin-bottom: 0;
}
.main-contacts-box .contacts-wrap {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  color: #5a4f4f;
  background: #fff;
}
.main-contacts-box .contacts-wrap p {
  text-align: center;
  margin: 0;
}
.main-contacts-box .photo-wrap {
  line-height: 1;
  position: relative;
  max-height: 450px;
}
.main-contacts-box .photo-wrap:before {
  content: "";
  display: block;
  padding-top: 96%;
}
.main-contacts-box .photo-wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-contacts-box .address {
  text-align: center;
  margin-bottom: 15px;
  font-family: 'El Messiri', sans-serif;
}
.main-contacts-box .phone {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 28px;
  color: #b8860b;
  margin-bottom: 15px;
}
.main-contacts-box .phone a {
  text-decoration: none;
  color: #b8860b;
}
.main-contacts-box .mail {
  font-weight: 300;
  font-size: 20px;
}
.main-contacts-box .mail a {
  color: #5a4f4f;
  text-decoration: none;
}
.main-contacts-box .mail a:hover {
  text-decoration: underline;
}
.main-contacts-box .button-wrap {
  line-height: 1;
  text-align: center;
  margin-top: 35px;
}
.main-contacts-box .text-wrap {
  padding: 32px 20px 40px 20px;
}
.main-contacts-box h1,
.main-contacts-box .main-title {
  margin-bottom: 20px;
  text-align: center;
}
.main-contacts-box .map-wrap {
  position: relative;
  height: 800px;
  overflow: hidden;
}
.main-contacts-box .btn,
.main-contacts-box button,
.main-contacts-box input[type="submit"] {
  min-width: 280px;
}
.main-contacts-box .btn:hover,
.main-contacts-box button:hover,
.main-contacts-box input[type="submit"]:hover {
  border-color: #b8860b;
  color: #fff;
  background: #b8860b;
}
.main-contacts-box .btn.btn-dark:hover,
.main-contacts-box button.btn-dark:hover,
.main-contacts-box input[type="submit"].btn-dark:hover {
  background: #5a4f4f;
  border-color: #5a4f4f;
  color: #fff;
}
.main-breadcrumbs-box {
  background: #000 url(../img/main/inner.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  clear: both;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  background-attachment: fixed;
}
.main-breadcrumbs-box .inner-wrap {
  height: 265px;
  overflow: hidden;
  line-height: 265px;
  padding-right: 0;
}
.main-breadcrumbs-box .items-wrap {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  line-height: 19px;
  padding-bottom: 9px;
  overflow: hidden;
  max-height: 85px;
  position: relative;
}
.main-breadcrumbs-box .items-wrap a,
.main-breadcrumbs-box .items-wrap span {
  float: left;
  color: #fff;
  margin: 0 40px 0 0;
  position: relative;
  font-family: 'El Messiri', sans-serif;
}
.main-breadcrumbs-box .items-wrap a:last-child:before,
.main-breadcrumbs-box .items-wrap span:last-child:before {
  display: none;
}
.main-breadcrumbs-box .items-wrap a:before,
.main-breadcrumbs-box .items-wrap span:before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  position: absolute;
  left: 100%;
  top: 9px;
  margin-left: 12px;
  background: #fff;
}
.main-breadcrumbs-box .items-wrap a {
  text-decoration: underline;
}
.main-breadcrumbs-box .items-wrap a:hover {
  text-decoration: none;
}
.main-breadcrumbs-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(90, 79, 79, 0.35);
}
.main-breadcrumbs-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d7d7d7), color-stop(0%, #f2ede9), to(#5a4f4f));
  background-image: -o-linear-gradient(bottom, #d7d7d7 0%, #f2ede9 0%, #5a4f4f 100%);
  background-image: linear-gradient(to top, #d7d7d7 0%, #f2ede9 0%, #5a4f4f 100%);
  opacity: 0.251;
  height: 50px;
}
@media (min-width: 640px) {
  .main-gallery-box .tabs-second-box {
    padding: 30px 30px 0 52px;
    text-align: left;
  }
  .main-gallery-box .tabs-second-box a {
    z-index: 30;
  }
  .main-gallery-box .item-gallery {
    width: 50%;
  }
  .main-about-box .about-text-wrap {
    padding-left: 32px;
    padding-right: 32px;
    margin: 0;
  }
  .main-menu-box .sl-item {
    width: 500px;
  }
  .main-slider-box .inner-wrap {
    padding-top: 225px;
  }
  .main-slider-box h1,
  .main-slider-box .main-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .main-slider-box .slider-title {
    font-size: 60px;
  }
  .main-cafe-box .text-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .main-contacts-box .map-wrap {
    height: 800px;
  }
  .main-contacts-box .contacts-wrap {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    z-index: 3;
  }
  .main-contacts-box .text-wrap {
    width: 47%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-contacts-box .photo-wrap {
    width: 53%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
  }
  .main-contacts-box .photo-wrap:before {
    display: none;
  }
  .main-breadcrumbs-box .inner-wrap {
    height: 180px;
    line-height: 180px;
  }
}
@media (min-width: 1000px) {
  .main-events-box .items-wrap {
    width: 960px;
    position: relative;
    left: 50%;
    margin: 0 auto 0 -480px;
  }
  .main-events-box .item-wrap {
    width: 33.33%;
    float: left;
  }
  .main-events-box .item-wrap ~ .item-wrap {
    display: block;
  }
  .main-gallery-box .tabs-second-box {
    padding: 30px 40px;
    text-align: center;
  }
  .main-gallery-box .item-gallery {
    width: 25%;
  }
  .tabs-box ul {
    font-size: 0;
    text-align: center;
    margin: 0 -19px;
  }
  .tabs-box li {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0 18px;
    font-size: 22px;
  }
  .main-menu-box .owl-stage-outer .owl-stage {
    width: 100% !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .main-menu-box .sl-item {
    width: 100%;
  }
  .main-menu-box .owl-item {
    width: 50% !important;
    float: left;
  }
  .main-cafe-box {
    overflow: hidden;
  }
  .main-cafe-box .text-wrap,
  .main-cafe-box .photo-wrap,
  .main-cafe-box .map-wrap {
    width: 50%;
    float: left;
    max-height: 600px;
  }
  .main-cafe-box .map-wrap {
    float: right;
    overflow: visible;
  }
  .main-cafe-box .map-wrap > ymaps {
    height: 101% !important;
  }
  .main-cafe-box .text-wrap {
    position: relative;
    overflow: hidden;
    padding: 0;
  }
  .main-cafe-box .text-wrap:before {
    content: "";
    display: block;
    padding-top: 62.5%;
  }
  .main-cafe-box .inner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 20px;
    max-width: 360px;
    margin: 0 auto;
    -webkit-transform: -webkit-translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .main-contacts-box .contacts-wrap {
    width: 400px;
    background: rgba(255, 255, 255, 0.9);
    top: 50%;
    right: 30px;
    left: auto;
    -webkit-transform: -webkit-translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .main-contacts-box .text-wrap {
    width: 100%;
    float: none;
    padding-left: 25px;
    padding-right: 25px;
  }
  .main-contacts-box .photo-wrap {
    position: relative;
    width: 100%;
    height: 252px;
  }
  .main-contacts-box .btn,
  .main-contacts-box button,
  .main-contacts-box input[type="submit"] {
    min-width: 300px;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .main-menu-box .owl-item:nth-child(3) .item-menu .menu-photo,
  .main-menu-box .owl-item:nth-child(4) .item-menu .menu-photo,
  .main-menu-box .owl-item:nth-child(7) .item-menu .menu-photo,
  .main-menu-box .owl-item:nth-child(8) .item-menu .menu-photo,
  .main-menu-box .owl-item:nth-child(11) .item-menu .menu-photo,
  .main-menu-box .owl-item:nth-child(12) .item-menu .menu-photo,
  .main-menu-box .owl-item:nth-child(15) .item-menu .menu-photo,
  .main-menu-box .owl-item:nth-child(16) .item-menu .menu-photo {
    float: right;
  }
  .main-menu-box .owl-item:nth-child(3) .item-menu .menu-text-wrap,
  .main-menu-box .owl-item:nth-child(4) .item-menu .menu-text-wrap,
  .main-menu-box .owl-item:nth-child(7) .item-menu .menu-text-wrap,
  .main-menu-box .owl-item:nth-child(8) .item-menu .menu-text-wrap,
  .main-menu-box .owl-item:nth-child(11) .item-menu .menu-text-wrap,
  .main-menu-box .owl-item:nth-child(12) .item-menu .menu-text-wrap,
  .main-menu-box .owl-item:nth-child(15) .item-menu .menu-text-wrap,
  .main-menu-box .owl-item:nth-child(16) .item-menu .menu-text-wrap {
    float: left;
  }
  .main-menu-box .owl-item:nth-child(3) .item-menu .btn-action-zoom,
  .main-menu-box .owl-item:nth-child(4) .item-menu .btn-action-zoom,
  .main-menu-box .owl-item:nth-child(7) .item-menu .btn-action-zoom,
  .main-menu-box .owl-item:nth-child(8) .item-menu .btn-action-zoom,
  .main-menu-box .owl-item:nth-child(11) .item-menu .btn-action-zoom,
  .main-menu-box .owl-item:nth-child(12) .item-menu .btn-action-zoom,
  .main-menu-box .owl-item:nth-child(15) .item-menu .btn-action-zoom,
  .main-menu-box .owl-item:nth-child(16) .item-menu .btn-action-zoom {
    left: auto;
    right: 12px;
  }
}
@media (min-width: 1280px) {
  .main-events-box {
    padding: 88px 0 98px 0;
  }
  .main-events-box .item-wrap {
    max-width: 100%;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .main-events-box .item-wrap + .item-wrap ~ .item-wrap {
    display: none;
  }
  .main-events-box .items-wrap {
    width: 932px;
    margin-left: -466px;
  }
  .main-events-box .button-wrap {
    margin-top: 50px;
  }
  .main-events-box h1,
  .main-events-box .main-title {
    margin-bottom: 78px;
    font-size: 40px;
  }
  .main-reviews-box {
    padding: 90px 0 90px 0;
  }
  .main-reviews-box .slider-wrap {
    max-width: 1020px;
    margin: 0 auto;
  }
  .main-reviews-box h1,
  .main-reviews-box .main-title {
    margin-bottom: 78px;
  }
  .main-reviews-box .owl-prev,
  .main-reviews-box .owl-next {
    top: 102px;
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
  .main-reviews-box .owl-prev:before,
  .main-reviews-box .owl-next:before {
    background-image: url(../img/spr.png);
    background-position: -78px 0px;
    width: 32px;
    height: 58px;
  }
  .main-reviews-box .owl-prev {
    margin-left: -294px;
  }
  .main-reviews-box .owl-next {
    margin-right: -294px;
  }
  .main-gallery-box .tabs-second-box {
    padding-top: 40px;
  }
  .tabs-second-box a {
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    font-size: 26px;
  }
  .tabs-second-box li {
    margin: 0 1px 2px 1px;
  }
  .list-menu-box .items-wrap {
    width: 1230px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    left: 50%;
    margin-left: -615px;
  }
  .list-menu-box .item-wrap {
    width: 50%;
    float: left;
  }
  .list-menu-box .button-wrap {
    margin-top: 65px;
  }
  .tabs-box {
    line-height: 34px;
    margin-bottom: 65px;
  }
  .tabs-box ul {
    margin: 0 -20px;
  }
  .tabs-box li {
    font-size: 26px;
    margin: 0 20px 6px 20px;
  }
  .list-menu-box {
    padding: 90px 0 100px 0;
  }
  .main-about-box {
    padding: 100px 0;
  }
  .main-about-box .about-wrap {
    position: relative;
    padding-left: 398px;
  }
  .main-about-box .about-photo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 398px;
    display: block;
  }
  .main-about-box .about-text-wrap {
    padding: 50px 60px 92px 60px;
  }
  .main-about-box h1,
  .main-about-box .main-title {
    font-size: 40px;
    margin-bottom: 45px;
  }
  .main-about-box .button-wrap {
    margin-top: 55px;
  }
  .main-slider-box .inner-wrap {
    height: 714px;
    padding-top: 290px;
  }
  .main-slider-box h1,
  .main-slider-box .main-title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .main-slider-box h1.decor-title,
  .main-slider-box .main-title.decor-title {
    padding-bottom: 10px;
  }
  .main-slider-box .slider-title {
    font-size: 80px;
  }
  .main-slider-box .owl-prev,
  .main-slider-box .owl-next {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    right: 86px;
  }
  .main-slider-box .owl-prev:before,
  .main-slider-box .owl-next:before {
    background-image: url(../img/spr.png);
    background-position: -78px 0px;
    width: 32px;
    height: 58px;
  }
  .main-slider-box .owl-prev {
    right: auto;
    left: 86px;
  }
  .main-cafe-box h1,
  .main-cafe-box .main-title {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .main-cafe-box .address {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .main-cafe-box .phone {
    font-size: 40px;
    margin-bottom: 35px;
  }
  .main-cafe-box .inner-text {
    max-width: 100%;
    padding: 0 100px;
  }
  .main-contacts-box .map-wrap {
    height: 800px;
  }
  .main-contacts-box .contacts-wrap {
    width: 500px;
    right: 40px;
  }
  .main-contacts-box .text-wrap {
    font-size: 24px;
    line-height: 28px;
    padding: 55px 15px 60px 15px;
  }
  .main-contacts-box .phone {
    font-size: 32px;
  }
  .main-contacts-box .mail {
    font-size: 24px;
  }
  .main-contacts-box h1,
  .main-contacts-box .main-title {
    margin-bottom: 35px;
  }
  .main-contacts-box .btn,
  .main-contacts-box button,
  .main-contacts-box input[type="submit"] {
    min-width: 320px;
  }
  .main-contacts-box .photo-wrap {
    height: 315px;
  }
  .main-breadcrumbs-box {
    font-size: 18px;
  }
  .main-breadcrumbs-box .inner-wrap {
    height: 300px;
    line-height: 300px;
  }
  .main-breadcrumbs-box .items-wrap {
    padding-bottom: 15px;
    line-height: 22px;
    max-height: 125px;
  }
  .main-breadcrumbs-box .items-wrap a,
  .main-breadcrumbs-box .items-wrap span {
    margin-right: 48px;
  }
  .main-breadcrumbs-box .items-wrap a:before,
  .main-breadcrumbs-box .items-wrap span:before {
    width: 15px;
    top: 11px;
    margin-top: -1px;
    margin-left: 16px;
  }
}
@media (min-width: 1400px) {
  .main-menu-box .owl-item {
    width: 33.33% !important;
  }
  .main-menu-box .owl-item:nth-child(4) .item-menu .menu-photo,
  .main-menu-box .owl-item:nth-child(5) .item-menu .menu-photo,
  .main-menu-box .owl-item:nth-child(6) .item-menu .menu-photo,
  .main-menu-box .owl-item:nth-child(10) .item-menu .menu-photo,
  .main-menu-box .owl-item:nth-child(11) .item-menu .menu-photo,
  .main-menu-box .owl-item:nth-child(12) .item-menu .menu-photo,
  .main-menu-box .owl-item:nth-child(16) .item-menu .menu-photo,
  .main-menu-box .owl-item:nth-child(17) .item-menu .menu-photo,
  .main-menu-box .owl-item:nth-child(18) .item-menu .menu-photo {
    float: right;
  }
  .main-menu-box .owl-item:nth-child(4) .item-menu .menu-text-wrap,
  .main-menu-box .owl-item:nth-child(5) .item-menu .menu-text-wrap,
  .main-menu-box .owl-item:nth-child(6) .item-menu .menu-text-wrap,
  .main-menu-box .owl-item:nth-child(10) .item-menu .menu-text-wrap,
  .main-menu-box .owl-item:nth-child(11) .item-menu .menu-text-wrap,
  .main-menu-box .owl-item:nth-child(12) .item-menu .menu-text-wrap,
  .main-menu-box .owl-item:nth-child(16) .item-menu .menu-text-wrap,
  .main-menu-box .owl-item:nth-child(17) .item-menu .menu-text-wrap,
  .main-menu-box .owl-item:nth-child(18) .item-menu .menu-text-wrap {
    float: left;
  }
  .main-menu-box .owl-item:nth-child(4) .item-menu .btn-action-zoom,
  .main-menu-box .owl-item:nth-child(5) .item-menu .btn-action-zoom,
  .main-menu-box .owl-item:nth-child(6) .item-menu .btn-action-zoom,
  .main-menu-box .owl-item:nth-child(10) .item-menu .btn-action-zoom,
  .main-menu-box .owl-item:nth-child(11) .item-menu .btn-action-zoom,
  .main-menu-box .owl-item:nth-child(12) .item-menu .btn-action-zoom,
  .main-menu-box .owl-item:nth-child(16) .item-menu .btn-action-zoom,
  .main-menu-box .owl-item:nth-child(17) .item-menu .btn-action-zoom,
  .main-menu-box .owl-item:nth-child(18) .item-menu .btn-action-zoom {
    left: auto;
    right: 20px;
  }
}
@media (min-width: 1480px) {
  .main-events-box .item-wrap {
    width: 33.33%;
  }
  .main-events-box .item-wrap + .item-wrap ~ .item-wrap {
    display: block;
  }
  .main-events-box .items-wrap {
    width: 1398px;
    margin-left: -699px;
  }
  .list-menu-box .items-wrap {
    width: 1430px;
    margin-left: -715px;
  }
  .main-about-box .about-wrap {
    padding-left: 598px;
  }
  .main-about-box .about-photo {
    width: 598px;
  }
  .main-slider-box .inner-wrap {
    height: 10hv;
    padding-top: 290px;
  }
  .main-slider-box .owl-prev {
    left: 50%;
    margin-left: -715px;
    margin-top: -90px;
  }
  .main-slider-box .owl-next {
    right: 50%;
    margin-right: -715px;
    margin-top: -90px;
  }
  .main-contacts-box .contacts-wrap {
    right: 50%;
    margin-right: -700px;
  }
  .main-cafe-box .phone {
    padding-top: 15px;
  }
}

.pagenav-box {
  margin-bottom: 45px;
  font-size: 18px;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
}
.pagenav-box a,
.pagenav-box span {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.pagenav-box a.active,
.pagenav-box span.active {
  color: #b8860b;
  text-decoration: none;
}
.pagenav-box a:hover {
  color: #b8860b;
  text-decoration: none;
}

.frm-row-submit .frm-select input {left: 0;opacity: 0;}

.main-cafe-box .map-wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.main-menu li:last-child a { 
  background-image: url("../img/y.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 34px;
}
.main-menu li:last-child a:hover,
.main-menu li:last-child a:focus, {
  background-image: url("../img/w.png");
}
