@charset "utf-8";

html {
  font-family: 'Wix Madefor Display', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: ' (' attr(href) ')';
  }

  abbr[title]:after {
    content: ' (' attr(title) ')';
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.reset-indents {
  padding: 0;
  margin: 0;
}

.reset-font {
  line-height: 0;
  font-size: 0;
}

.clear-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0;
  font-size: 0;
}
.clearfix:after {
  clear: both;
}

.clear {
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0;
}

.clear-self::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

.overflowHidden {
  overflow: hidden;
}

.thumb,
.YMaps,
.ymaps-map {
  color: #000;
}

.table {
  display: table;
}
.table .tr {
  display: table-row;
}
.table .tr .td {
  display: table-cell;
}

.table0,
.table1,
.table2 {
  border-collapse: collapse;
}
.table0 td,
.table1 td,
.table2 td {
  padding: 0.5em;
}

.table1,
.table2 {
  border: 1px solid #555354;
}
.table1 td,
.table2 td,
.table1 th,
.table2 th {
  border: 1px solid #555354;
}

.table2 th {
  padding: 0.5em;
  color: #fff;
  background: #2a2829;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.no-js .owl-carousel {
  display: block;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bx-viewport {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  zoom: 1;
  display: inline;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

@-webkit-keyframes vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    -o-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -ms-transform: translateX(1px);
    -o-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    -o-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -ms-transform: translateX(1px);
    -o-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    -o-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -ms-transform: translateX(1px);
    -o-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    -o-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -ms-transform: translateX(1px);
    -o-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

html.hidden-mobile-menu,
body.hidden-mobile-menu {
  overflow: hidden;
}

html {
  font-size: 20px;
  font-weight: 500;
}

body {
  position: relative;
  min-width: 320px;
  text-align: left;
  height: 100%;
  color: #2a2829;
  background: #fff;
  font-family: 'Wix Madefor Display', sans-serif;
  line-height: 1.25;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #343233;
  font-family: 'BetinaScript', sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1 {
  margin-top: 0;
  font-size: 2.5rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 2.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

a {
  text-decoration: underline;
  color: #0a6a8a;
}

a:hover {
  text-decoration: none;
}

a img {
  border-color: #2a2829;
}

a[href^='tel:'] {
  color: inherit;
  text-decoration: none;
  cursor: default;
}

.table2 {
  border: none;
}
.table2 td {
  border: none;
}
.table2 tr:nth-child(2n + 1) {
  background: #ededed;
}

img,
textarea,
object,
object embed,
.table-wrapper {
  max-width: 100%;
}

.table-wrapper {
  overflow: auto;
}

img {
  height: auto;
}

table img {
  max-width: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.site-path {
  margin-bottom: 10px;
  white-space: pre-wrap;
  line-height: 1;
}

.site-header a img,
.site-sidebar a img,
.site-footer a img {
  border: none;
}

.site-header p,
.site-footer p {
  margin: 0;
}

/* .site-wrapper { */
/* min-height: 100%; */
/* display: -moz-box; */
/* display: -webkit-box; */
/* display: -webkit-flex; */
/* display: -moz-flex; */
/* display: -ms-flexbox; */
/* display: flex; */
/* -webkit-box-direction: normal; */
/* -webkit-box-orient: vertical; */
/* -moz-box-direction: normal; */
/* -moz-box-orient: vertical; */
/* -webkit-flex-direction: column; */
/* -moz-flex-direction: column; */
/* -ms-flex-direction: column; */
/* flex-direction: column; } */
.ie .site-wrapper {
  height: 100%;
}

.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  left: -100%;
  z-index: 9999;
  display: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.mobile-menu-wrapper.mobile-menu-open {
  left: 0;
  -webkit-transition: all 0.4s 0.3s;
  -moz-transition: all 0.4s 0.3s;
  -o-transition: all 0.4s 0.3s;
  -ms-transition: all 0.4s 0.3s;
  transition: all 0.4s 0.3s;
}

.mobile-menu-wrap {
  background: rgba(25, 24, 25, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 48px;
  padding: 42px 33px 20px 37px;
  overflow-y: auto;
}

.mobile-menu .has-child {
  position: relative;
}
.mobile-menu .has-child > a > .tree-link {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 24px;
  text-align: center;
  font: 700 18px/24px 'Wix Madefor Display', sans-serif;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.mobile-menu .has-child > a > .tree-link:after {
  content: '+';
}
.mobile-menu .has-child > a:hover .tree-link:after {
  text-decoration: none;
}
.mobile-menu .has-child.sublist-opened > a > .tree-link:after {
  content: '\2013';
}
.mobile-menu .sublist-opened > ul {
  display: block;
}
.mobile-menu > li {
  padding-right: 30px;
  margin-bottom: 15px;
  font: 400 14px/24px 'Wix Madefor Display', sans-serif;
}
.mobile-menu > li > a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.mobile-menu > li > a:hover {
  text-decoration: underline;
}
.mobile-menu > li ul {
  list-style: none;
  padding: 4px 0 0 20px;
  margin: 0;
  display: none;
}
.mobile-menu > li ul li {
  font: 400 16px/16px 'Wix Madefor Display', sans-serif;
}
.mobile-menu > li ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 10px 10px 7px 19px;
}
.mobile-menu > li ul li a:hover {
  background: #8a9d2b;
  font-weight: 700;
}
.mobile-menu > li > ul {
  margin: 0 -30px 0 0;
  padding: 4px 0 0 6px;
}
.mobile-menu > li.delete-menu {
  display: none;
}

.exit-mobile-menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 49px;
  bottom: 0;
}
.exit-mobile-menu div {
  width: 49px;
  height: 49px;
  background: #8a9d2b
    url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%232a2829%22%20d%3D%22M17.66-.013l2.54%202.535L2.52%2020.2l-2.54-2.535z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%232a2829%22%20d%3D%22M2.58.08l-2.5%202.5L17.6%2020.103l2.5-2.5z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E')
    50% 50% no-repeat;
  cursor: pointer;
}

.burger-btn {
  display: none;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 999;
  background: url('data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAgMAAABjUWAiAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEUTERL///8AAACm20GXAAAAAXRSTlPmCY+fKwAAAAFiS0dEAmYLfGQAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAYSURBVCjPY2AY/kA0FAQCSOaNLBuGHgAAsg8YqUNaI24AAAAASUVORK5CYII=')
    0 0 no-repeat;
  -webkit-transition: all 0.4s 0.3s;
  -moz-transition: all 0.4s 0.3s;
  -o-transition: all 0.4s 0.3s;
  -ms-transition: all 0.4s 0.3s;
  transition: all 0.4s 0.3s;
}
.burger-btn.mobile-menu-open {
  left: -100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 1007px) {
  .burger-btn,
  .mobile-menu-wrapper {
    display: block;
  }
}

.site-header {
  background-color: #fff;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
}

.header {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 982px;
  min-width: 320px;
  padding: 31px 0 25px;
  min-height: 60px;
}

.site-logo {
  width: 270px;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 270px;
  -moz-box-flex: 1;
  -moz-flex: 1 1 270px;
  -ms-flex: 1 1 270px;
  flex: 1 1 270px;
}
.site-logo .logo {
  float: left;
  display: block;
  margin-right: 10px;
}
.site-logo .logo img {
  display: block;
}
.site-logo .site-name a {
  color: #3e2a27;
  font: 300 24px/24px 'Wix Madefor Display', sans-serif;
  text-decoration: none;
}
.site-logo .site-desc {
  color: #151112;
  font: 800 14px/18px 'Wix Madefor Display', sans-serif;
  text-transform: uppercase;
  padding-top: 12px;
}

.address {
  padding-right: 15px;
  color: #151112;
  font: 400 13px/20px 'Wix Madefor Display', sans-serif;
  padding-left: 26px;
  padding-top: 14px;
  width: 228px;
}

.address-top {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 228px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 228px;
  -ms-flex: 0 1 228px;
  flex: 0 1 228px;
}

.work-time {
  width: 170px;
  padding-right: 18px;
  color: #151112;
  font: 400 13px/20px 'Wix Madefor Display', sans-serif;
  padding-left: 31px;
  padding-top: 14px;
  background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%238fa134%22%20d%3D%22M10%2020a10%2010%200%201%201%207.07-2.93A9.934%209.934%200%200%201%2010%2020zM10.01.586a9.414%209.414%200%201%200%209.4%209.4%209.424%209.424%200%200%200-9.4-9.4zm.674%209.058a.293.293%200%200%201-.24-.125.313.313%200%200%201%20.046-.39l1.59-1.507a.293.293%200%200%201%20.453.063.3.3%200%200%201-.057.368l-1.59%201.51a.3.3%200%200%201-.202.08zm-1.386-.106a.29.29%200%200%201-.214-.093L5.76%205.87a.293.293%200%201%201%20.43-.4l3.323%203.574a.292.292%200%200%201-.213.494zm.8%201.64a1.183%201.183%200%201%201%201.083-1.082%201.184%201.184%200%200%201-1.08%201.083zm-.018-1.77a.6.6%200%201%200%20.514.514.6.6%200%200%200-.516-.514zm-.115-6.443a.3.3%200%200%201-.256-.3V1.453a.3.3%200%200%201%20.255-.3.293.293%200%200%201%20.33.29v1.234a.294.294%200%200%201-.332.288zm0%2015.9a.3.3%200%200%201-.256-.3v-1.212a.3.3%200%200%201%20.255-.3.294.294%200%200%201%20.33.29v1.235a.294.294%200%200%201-.332.283zm8.6-8.563h-1.223a.3.3%200%200%201-.3-.256.294.294%200%200%201%20.29-.33h1.224a.3.3%200%200%201%20.3.256.292.292%200%200%201-.29.328zm-15.9%200H1.442a.3.3%200%200%201-.3-.256.293.293%200%200%201%20.29-.33h1.223a.3.3%200%200%201%20.3.256.293.293%200%200%201-.286.328z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E')
    0 25px no-repeat;
}

.work-time-top {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 170px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 170px;
  -ms-flex: 0 1 170px;
  flex: 0 1 170px;
}

.phones {
  padding-top: 9px;
}
.phones div {
  color: #151112;
  font: 700 22px/22px 'Wix Madefor Display', sans-serif;
  margin-bottom: 8px;
  text-align: right;
}

.phones-top {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  /*@include flex(0 0 197px);*/
}

@media screen and (max-width: 1007px) {
  .header {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 22px 20px 20px;
  }

  .site-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 27px;
    padding: 0;
  }
  .site-logo .logo {
    float: none;
    margin: 0;
    display: inline-block;
  }
  .site-logo .logo img {
    display: inline-block;
  }
  .site-logo .site-name {
    margin: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 28px 20px 20px;
  }

  .site-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
    width: auto;
  }

  .phones {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .address-top {
    display: none !important;
  }

  .work-time {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .phones {
    margin-bottom: 18px;
    display: inline-block;
  }

  .header {
    padding-top: 14px;
    display: block;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.top-menu-wrap {
  padding: 34px 0 0 80px;
  margin: 0 auto;
  width: 902px;
  position: relative;
  z-index: 10;
  background: rgba(19, 17, 18, 0.9);
}

.top-menu {
  padding-bottom: 21px;
}
.top-menu > li {
  margin-right: 18px;
  padding-bottom: 14px;
  display: inline-block;
  vertical-align: top;
  font: 400 14px/14px 'Wix Madefor Display', sans-serif;
}
.top-menu > li.has-child > a:after {
  content: '+';
  display: inline-block;
  padding-left: 12px;
  font-size: 16px;
  vertical-align: top;
  font-weight: 700;
}
.top-menu > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
}
.top-menu > li > a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.top-menu > li > a:hover:before {
  width: 100%;
}
.top-menu > li ul {
  display: none;
  position: absolute;
  z-index: 100;
  list-style: none;
  margin: 34px 0 0 0;
  padding: 0 10px 10px;
  background: rgba(19, 17, 18, 0.9);
  min-width: 167px;
  max-width: 300px;
}
.top-menu > li ul li {
  font: 400 16px/16px 'Wix Madefor Display', sans-serif;
}
.top-menu > li ul li ul {
  margin: 0 0 0 10px;
  padding: 0;
}
.top-menu > li ul li .s3-menu-allin-revert {
  margin-left: -10px;
}
.top-menu > li ul li a {
  color: #fff;
  display: block;
  padding: 12px 10px 10px 18px;
  text-decoration: none;
}
.top-menu > li ul li a:hover {
  background: #8a9d2b;
  font-weight: 700;
}
.top-menu > li.delete-menu {
  display: none;
}
.top-menu > .active > a:before,
.top-menu > .s3-menu-allin-active > a:before {
  width: 100%;
}

.home {
  position: absolute;
  top: 28px;
  left: 35px;
  width: 25px;
  height: 22px;
  background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2225px%22%20height%3D%2222px%22%20%20viewBox%3D%220%200%2025%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.83%2016.405a.43.43%200%201%200%20.43.43.43.43%200%200%200-.43-.43zm14-5.813L12.5%200%20.166%2010.592a.485.485%200%200%200-.05.688.493.493%200%200%200%20.692.05l2.385-2.05v11.745H2A.487.487%200%201%200%202%2022h21a.487.487%200%201%200%200-.975h-1.193V9.28l2.385%202.05a.493.493%200%200%200%20.692-.05.485.485%200%200%200-.05-.688zM8.916%2021H4.173v-2.33h4.743V21zm6.183%200H9.9v-6.56a2.603%202.603%200%200%201%205.205%200V21zm5.724%200h-4.74v-2.33h4.742V21zm0-2.82h-4.74v-3.74a3.583%203.583%200%200%200-7.168%200v3.743H4.173V8.44L12.5%201.287l8.327%207.15v9.745z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E')
    0 0 no-repeat;
}
.home:after {
  content: '';
  display: block;
  position: absolute;
  left: -7px;
  bottom: -9px;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.home:hover:after {
  width: 37px;
}
.home.active:after {
  width: 37px;
}

@media screen and (max-width: 1007px) {
  .top-menu-wrap {
    display: none;
  }
}

.slider_top_wrap {
  position: relative;
  min-height: 697px;
  z-index: 1;
}
.slider_top_wrap .bx-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

.top-menu-wrap + .slider_top_wrap {
  margin-top: -83px;
}

.bx_slider .item {
  height: 650px;
  width: 100%;
  background-size: cover !important;
}

.slider_top {
  margin: 0 auto;
  max-width: 982px;
  min-width: 320px;
  position: relative;
  padding-top: 233px;
}
.slider_top .btn_bot {
  padding-top: 0;
}
.slider_top .btn_bot a:after,
.slider_top .btn_bot a:before {
  display: none;
}

.slogan {
  color: #fff;
  font: 800 69px/66px 'Wix Madefor Display', sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
  text-shadow: 3px 3px 40px rgba(0, 0, 0, 0.8);
}

.stock {
  padding-top: 57px;
  min-height: 326px;
  margin: 0 auto;
  max-width: 982px;
  width: 100%;
  min-width: 320px;
  position: relative;
}
.stock .edit-text {
  background: #b14463;
  padding: 33px 40px 24px 50px;
  width: 492px;
  float: right;
}
.stock .edit-text .title {
  color: #fff;
  font: 700 30px/30px 'Wix Madefor Display', sans-serif;
  margin-bottom: 15px;
}
.stock .edit-text .body {
  color: #fff;
  font: 600 18px/26px 'Wix Madefor Display', sans-serif;
  padding-left: 7px;
}
.stock .edit-text .body p {
  margin: 0;
}
.stock .edit-text .body a {
  color: #fff;
}
.stock .edit-text .link {
  padding-top: 38px;
  padding-left: 9px;
}
.stock .edit-text .link a {
  background: #932746;
  color: #fff;
  text-transform: uppercase;
  font: 400 12px/35px 'Wix Madefor Display', sans-serif;
  display: inline-block;
  text-decoration: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: relative;
  padding: 0 18px;
}
.stock .edit-text .link a:hover {
  -webkit-animation: vertical 1s ease-in-out;
  -moz-animation: vertical 1s ease-in-out;
  -o-animation: vertical 1s ease-in-out;
  animation: vertical 1s ease-in-out;
}
.stock .edit-text .link a:after {
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  top: -2px;
  height: 14px;
  width: 2px;
  background: #fff;
}
.stock .edit-text .link a:before {
  content: '';
  display: block;
  position: absolute;
  right: -2px;
  top: 100%;
  width: 21px;
  height: 2px;
  background: #fff;
}

@media screen and (max-width: 1007px) {
  .top-menu-wrap + .slider_top_wrap {
    margin-top: 0;
  }

  .slider_top {
    padding-top: 120px;
  }

  .slider_top_wrap {
    min-height: 370px;
  }

  .slogan {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 40px;
  }

  .bx_slider .item {
    height: 370px;
  }

  .stock {
    padding-top: 47px;
    background-position: 0 26px !important;
  }
}

@media screen and (max-width: 767px) {
  .bx_slider .item {
    height: 245px;
  }

  .slider_top_wrap {
    min-height: 245px;
  }

  .slider_top {
    padding-top: 110px;
  }

  .slogan {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .slider_top_wrap .btn_bot a span {
    padding: 18px 20px 14px;
  }

  .stock {
    padding-top: 26px;
    background: none !important;
    min-height: 0;
  }
  .stock .edit-text {
    float: none;
    width: auto;
    padding: 40px 15px 20px;
  }
  .stock .edit-text .title {
    font-size: 23px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 23px;
  }
  .stock .edit-text .body {
    font-weight: 400;
  }
  .stock .edit-text .link {
    text-align: center;
    padding-top: 20px;
    padding-left: 0;
  }

  .slider_top_wrap + .stock {
    padding-top: 0;
  }
}

.dishes_menu_wrap {
  padding-top: 44px;
}
.dishes_menu_wrap .dishes_menu {
  margin: 0 auto;
  max-width: 982px;
  min-width: 320px;
  position: relative;
}

.dishes_menu_title {
  color: #343233;
  font: 700 42px/30px 'BetinaScript', sans-serif;
  margin-bottom: 30px;
  text-align: center;
}

.menu-name {
  padding-left: 46px;
  position: relative;
  z-index: 1;
}
.menu-name .next-tabs,
.menu-name .prev-tabs {
  display: block;
  position: absolute;
  width: 28px;
  height: 23px;
  top: 13px;
  cursor: pointer;
}
.menu-name .prev-tabs {
  left: 0;
  background: url(../scroll-right.svg) 50% 0 no-repeat;
}
.menu-name .next-tabs {
  right: 0;
  background: url(../scroll-left.svg) 50% 0 no-repeat;
}

.over-tabs {
  width: 100%;
  overflow: hidden;
  height: 51px;
}

.name-tabs {
  white-space: nowrap;
  height: 51px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 100%;
  margin-bottom: -100%;
}
.name-tabs:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
  border-top: 1px solid #e9e9e8;
  border-bottom: 1px solid #f4f4f3;
  z-index: -1;
}
.name-tabs li {
  margin-left: 7px;
  padding-right: 13px;
  display: inline-block;
  vertical-align: top;
  font: 400 16px/51px 'Wix Madefor Display', sans-serif;
}
.name-tabs li span {
  cursor: pointer;
  color: #151112;
  display: block;
  padding: 0 6px 0 14px;
  position: relative;
  border-radius: 3px 0 0 3px;
}
.name-tabs li span:after {
  content: '';
  display: block;
  position: absolute;
  right: -12px;
  width: 13px;
  top: 0;
  bottom: 0;
  background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2274px%22%20height%3D%2251px%22%20%20viewBox%3D%220%200%2074%2051%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23221916%22%20d%3D%22M3%200h58a3%203%200%200%201%203%203l10%2045a3%203%200%200%201-3%203H3a3%203%200%200%201-3-3V3a3%203%200%200%201%203-3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E')
    100% 0 no-repeat;
  opacity: 0;
}
.name-tabs li span:before {
  content: '';
  display: block;
  position: absolute;
  background: #4e4745;
  left: 13px;
  right: 5px;
  bottom: 5px;
  height: 1px;
  opacity: 0;
}
.name-tabs li span.active {
  background: #221916;
  color: #fff;
  font-weight: 700;
}
.name-tabs li span.active:after,
.name-tabs li span.active:before {
  opacity: 1;
}

.menu-body {
  padding-top: 36px;
}
.menu-body > div {
  display: none;
}
.menu-body > div.active {
  display: table;
}
.menu-body .body {
  display: table-cell;
  width: 427px;
  vertical-align: top;
  border-right: 1px solid #e3e3e2;
}
.menu-body .body .title {
  padding-left: 30px;
  padding-bottom: 5px;
  color: #343233;
  font: 700 22px/30px 'Wix Madefor Display', sans-serif;
}
.menu-body .body .image img {
  display: block;
  border: none;
}
.menu-body .body .text {
  font: 400 16px/24px 'Wix Madefor Display', sans-serif;
  padding-left: 30px;
  padding-right: 40px;
}

.dishes {
  display: table-cell;
  padding-left: 42px;
  padding-right: 20px;
  vertical-align: top;
}
.dishes .item {
  margin-bottom: 37px;
}
.dishes .item .dishes_name {
  color: #141112;
  font: 700 16px/16px 'Wix Madefor Display', sans-serif;
  margin-bottom: 8px;
}
.dishes .item .recipe {
  color: #928b7f;
  font: 400 14px/19px 'Wix Madefor Display', sans-serif;
  margin-bottom: 8px;
  padding-left: 18px;
}
.dishes .item .recipe p {
  margin: 0;
}
.dishes .item .price {
  padding-left: 18px;
  color: #778d07;
  font: 800 26px/26px 'Wix Madefor Display', sans-serif;
}

@media screen and (max-width: 1007px) {
  .menu-name {
    padding: 0 30px;
  }

  .menu-body {
    margin: 0 28px;
    padding-top: 30px;
  }
  .menu-body .body {
    display: block;
    border: none;
    width: auto;
  }
  .menu-body .body .title {
    padding-left: 0;
    padding-bottom: 20px;
  }
  .menu-body .body .image,
  .menu-body .body .text {
    display: none;
  }

  .dishes_menu_title {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 26px;
  }

  .dishes {
    display: block;
    padding-left: 0;
  }
  .dishes .item .price {
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .menu-body .body .title {
    font-size: 18px;
    line-height: 18px;
  }

  .menu-body {
    margin: 0 9px;
  }
}

.advan_wrap {
  background-size: cover;
  margin-top: 80px;
  background-position: center;
}
.advan_wrap .advan {
  margin: 0 auto;
  max-width: 982px;
  min-width: 320px;
  position: relative;
  background: #080a16b5;
  padding: 50px 30px;
}
.advan_wrap .advan .advan_title {
  margin-bottom: 40px;
  text-align: center;
  font: 700 30px/30px 'Wix Madefor Display', sans-serif;
  color: #fff;
}
.advan_wrap .advan .list {
  padding-bottom: 40px;
  margin-left: -25px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: center;
}
.advan_wrap .advan .list .item {
  margin-bottom: 38px;
  width: 310px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 310px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 310px;
  -ms-flex: 0 1 310px;
  flex: 0 1 310px;
  margin-left: 25px;
  position: relative;
  color: #fff;
}
.advan_wrap .advan .list .item .title {
  vertical-align: middle;
  display: inline-block;
  /*  color: #fff; */
  text-transform: uppercase;
  font: 600 20px/22px 'Wix Madefor Display', sans-serif;
  min-height: 70px;
  padding-left: 85px;
}
.advan_wrap .advan .list .item .title span {
  display: table-cell;
  height: 70px;
  width: 100%;
  vertical-align: middle;
}
.advan_wrap .advan .list .item.type1 .title {
  background: url('../../../../../../images/checked.png') 0 0 no-repeat;
}
.advan_wrap .advan .list .item.type2 .title {
  background: url('../../../../../../images/checked.png') 0 0 no-repeat;
}
.advan_wrap .advan .list .item.type3 .title {
  background: url('../../../../../../images/checked.png') 0 0 no-repeat;
}
.advan_wrap .advan .list .item.type4 .title {
  background: url('../../../../../../images/checked.png') 0 0 no-repeat;
}
.advan_wrap .advan .list .item.type5 .title {
  background: url('../../../../../../images/checked.png') 0 0 no-repeat;
}
.advan_wrap .advan .list .item.type6 .title {
  background: url('../../../../../../images/checked.png') 0 0 no-repeat;
}

@media screen and (max-width: 1007px) {
  .advan_wrap {
    padding-top: 20px;
    background-position: 50% 20px !important;
  }
  .advan_wrap .advan {
    margin: 0 28px;
  }
  .advan_wrap .advan .advan_title {
    margin-bottom: 45px;
    font-size: 26px;
    line-height: 26px;
  }
  .advan_wrap .advan .list {
    padding-bottom: 10px;
  }
  .advan_wrap .advan .list .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 300px;
    -moz-box-flex: 1;
    -moz-flex: 1 1 300px;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
  }
}

@media screen and (max-width: 767px) {
  .advan_wrap {
    margin-top: 0;
  }
  .advan_wrap .advan {
    margin: 0;
    padding-top: 40px;
  }
  .advan_wrap .advan .advan_title {
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 24px;
  }
  .advan_wrap .advan .list {
    margin: 0 15px;
  }
  .advan_wrap .advan .list .item {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .advan_wrap .advan .list .item .title {
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    min-height: 60px;
    padding-left: 60px;
  }
  .advan_wrap .advan .list .item .title span {
    height: 60px;
  }
  .advan_wrap .advan .list .item.type1 .title {
    background-size: 47px 47px;
    background-position: 0 50%;
  }
  .advan_wrap .advan .list .item.type2 .title {
    background-size: 47px 47px;
    background-position: 0 50%;
  }
  .advan_wrap .advan .list .item.type3 .title {
    background-size: 47px 47px;
    background-position: 0 50%;
  }
  .advan_wrap .advan .list .item.type4 .title {
    background-size: 47px 47px;
    background-position: 0 50%;
  }
  .advan_wrap .advan .list .item.type5 .title {
    background-size: 47px 47px;
    background-position: 0 50%;
  }
  .advan_wrap .advan .list .item.type6 .title {
    background-size: 47px 47px;
    background-position: 0 50%;
  }
}

.info_wrap {
  padding-top: 46px;
  /*   background: url(../bg-review.jpg) 50% 36px no-repeat; */
}
.info_wrap .info {
  margin: 0 auto;
  max-width: 982px;
  min-width: 320px;
  width: 100%;
}

.review {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 12px;
}
.review .review-slider {
  display: block;
}
.review .review-title {
  padding-top: 60px;
  color: #392e2c;
  font: 700 38px/30px 'BetinaScript', sans-serif;
  margin-bottom: 30px;
  text-align: center;
}
.review .item {
  padding: 0 32px 0 54px;
  display: block;
  position: relative;
}

.review .item .title {
  color: #392e2c;
  font: 400 18px/18px 'Wix Madefor Display', sans-serif;
  margin-bottom: 28px;
}
.review .item .body {
  color: #392e2c;
  font: 400 15px/19px 'Wix Madefor Display', sans-serif;
}

.bx-wrapper .bx-pager {
  position: static;
  bottom: auto;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  width: 4px;
  height: 4px;
  margin: 0 2px;
  outline: 0;
  border: 3px solid #928b7f;
  border-radius: 50%;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  border-color: #202020;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.info_content {
  background: #f7fcf3;
  position: relative;
  border-radius: 20px;
  padding: 31px 39px 41px 34px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border-bottom: 5px solid #a6be29;
  border-top: 5px solid #a6be29;
}
.info_content:after {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  right: 100%;
  height: 69px;
  width: 4px;
  /*  background: #a6be29; */
}
.info_content:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  right: -4px;
  height: 4px;
  width: 35px;
  /*  background: #a6be29; */
}
.info_content .info_title {
  margin-bottom: 27px;
  font: 700 30px/30px 'Wix Madefor Display', sans-serif;
  color: #fff;
}
.info_content .info_body {
  padding-left: 13px;
  font: 400 18px/24px 'Wix Madefor Display', sans-serif;
  color: #363636;
}
.info_content .link {
  padding-left: 13px;
  padding-top: 14px;
}
.info_content .link a {
  color: #a6be29;
  font: 400 15px/15px 'Wix Madefor Display', sans-serif;
  text-decoration: none;
}
.info_content .link a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1008px) {
  .bx-wrapper .bx-pager.bx-default-pager a:hover {
    border-color: #202020;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 1007px) {
  .info_wrap {
    margin: 0 27px;
    background: none !important;
    padding-top: 30px;
  }
  .info_wrap .info {
    display: block;
  }

  .review {
    display: block;
    padding-left: 0;
    padding-top: 20px;
    width: auto;
  }
  .review .review-title {
    text-align: center;
    font-size: 26px;
    line-height: 26px;
  }

  .info_content {
    display: block;
    width: auto;
    margin-left: 0;
  }
  .info_content .info_title {
    font-size: 26px;
    line-height: 26px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .info_wrap {
    margin: 0;
    margin-top: -250px !important;
  }

  .info_content {
    margin-left: 4px;
    border-radius: 0 !important;
  }
  .info_content .info_title {
    font-size: 23px;
    line-height: 23px;
  }

  .review .review-title {
    font-size: 23px;
    line-height: 23px;
  }
}

.top_pic {
  background: url(../bg-site.jpg) 50% 50% no-repeat;
  height: 372px;
  position: relative;
  background-size: cover;
}

.top-menu-wrap + .top_pic {
  margin-top: -83px;
}

@media screen and (max-width: 1007px) {
  .top-menu-wrap + .top_pic {
    margin-top: 0;
  }

  .top_pic {
    height: 280px;
    background-position: 50% -15px;
    background-size: 1100px auto;
  }
}

@media screen and (max-width: 767px) {
  .top_pic {
    height: 250px;
    background-position: 50% 0;
    background-size: 800px auto;
  }
}

@media screen and (max-width: 479px) {
  .top_pic {
    height: 230px;
    background-position: 50% 0;
    background-size: 600px auto;
  }
}

.site-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.site-main {
  margin: 0 auto;
  max-width: 982px;
  min-width: 320px;
  position: relative;
  /* background: #fff; */
}
.site-main__inner {
  padding: 43px 36px 10px;
  min-height: 90px;
}

.top_pic + .site-container .site-main {
  margin-top: -135px;
}

@media screen and (max-width: 1007px) {
  .site-main {
    margin: 0 13px;
  }

  .top_pic + .site-container .site-main {
    margin-top: -142px;
  }
}

@media screen and (max-width: 767px) {
  .site-main {
    margin: 0;
  }

  .site-main__inner {
    padding: 40px 18px 10px;
  }
  .site-main__inner input,
  .site-main__inner textarea {
    max-width: 100%;
  }
}

.gallery_bot_wrap {
  padding-top: 53px;
}
.gallery_bot_wrap .gallery_bot {
  margin: 0 auto;
  max-width: 982px;
  min-width: 320px;
  position: relative;
}
.gallery_bot_wrap .gallery_bot .slide-gallery,
.gallery_bot_wrap .gallery_bot .slide-gallery2 {
  display: none;
}
.gallery_bot_wrap .gallery_bot .slide-gallery .item,
.gallery_bot_wrap .gallery_bot .slide-gallery2 .item {
  background-size: cover !important;
  width: 670px;
  height: 350px;
}

.gallery_bot_title {
  color: #343233;
  font: 700 30px/30px 'Wix Madefor Display', sans-serif;
  margin-bottom: 21px;
  text-align: center;
}

.gallery_bot_list {
  margin-left: -1px;
}
.gallery_bot_list .item {
  margin-left: 1px;
  margin-bottom: 1px;
  display: block;
  text-decoration: none;
  background-size: cover !important;
  float: left;
}
.gallery_bot_list .item img {
  display: block;
  border: none;
}

.link-gallery {
  text-align: center;
}
.link-gallery a {
  color: #fff;
  margin-top: -20px;
  border-top: 2px solid #a6be29;
  border-right: 2px solid #a6be29;
  background: rgba(19, 17, 18, 0.9);
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font: 700 20px/55px 'Wix Madefor Display', sans-serif;
  padding: 0 20px;
  position: relative;
  z-index: 20;
}
.link-gallery a:hover {
  -webkit-animation: vertical 1s ease-in-out;
  -moz-animation: vertical 1s ease-in-out;
  -o-animation: vertical 1s ease-in-out;
  animation: vertical 1s ease-in-out;
}
.link-gallery a:after {
  position: absolute;
  display: block;
  content: '';
  right: -2px;
  bottom: -2px;
  width: 23px;
  height: 2px;
  background: #a6be29;
}
.link-gallery a:before {
  position: absolute;
  display: block;
  content: '';
  left: -2px;
  top: -2px;
  width: 2px;
  height: 20px;
  background: #a6be29;
}

.owl-stage-outer {
  z-index: 10;
}

.owl-controls {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.owl-controls .owl-prev,
.owl-controls .owl-next {
  position: absolute;
  z-index: 15;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  display: block;
  font-size: 0;
  line-height: 0;
}
.owl-controls .owl-prev {
  left: 49px;
  background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAtFBMVEURERFCQkJSUlJFRUWGhoZKSkqqqqpbW1uWlpZmZmaOjo5xcXF+fn6CgoJvb2+amppXV1erq6tLS0uysrLIyMj19fUvLy8TExPKysrw8PAwMDAlJSXOzs7e3t4bGxuNjY0oKCgtLS3X19fY2NgZGRkXFxfOzs7u7u7y8vK4uLhAQEBISEifn59UVFSTk5NjY2OFhYVubm51dXV9fX1oaGhdXV2VlZWsrKw8PDy7u7v///8AAACI3du6AAAAOnRSTlPm6+zr8uv17fPu8vDx8e/07fbs9vn+6eb5/eno+fvn8ujp+vrn5vr9/ffr6/Tt8+7y7/Dx7+3z9ur3qoInPgAAAAFiS0dEOzkO9GwAAAAJcEhZcwAACxIAAAsSAdLdfvwAAACZSURBVEjH7dQ3EsJAEETREV7CS3gvjDDCe/r+B4Mr/IxgO36/apJdMze337wM81nlkM+rgHxRJeR9BciXVUG+qhrygXzk62og31SIfCQP+Va7Q3i31x8QPxyNJ+ieqWbIWzxfLFmxStYxKyzZ0GKrHSwipbDY6wCLo06wOOsCi6tusLjDN2320BMWoV6wSOFPZvb+wMDtX/cFEqwMFBjZnT8AAAAASUVORK5CYII=)
    50% 50% no-repeat;
}
.owl-controls .owl-next {
  right: 49px;
  background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAtFBMVEURERFSUlJCQkKGhoZFRUWqqqpKSkqWlpZbW1uOjo5mZmZ+fn5xcXFvb2+CgoJXV1eamppLS0urq6uysrIvLy/19fXIyMgwMDDw8PDKysoTExMbGxve3t7Ozs4lJSUoKCiNjY0ZGRnY2NjX19ctLS3u7u7Ozs4XFxfy8vJAQEC4uLhISEhUVFSfn59jY2OTk5Nubm6FhYV9fX11dXVoaGiVlZVdXV2srKy7u7s8PDz///8AAACmX+6wAAAAOnRSTlPm7Ovy6/Xr8+3y7vHw7/Ht9Oz29un++en9+ebn+/no6PLn+vrp/frm/ev36+307vPv8vHw7/Pt9vfqSvSztAAAAAFiS0dEOzkO9GwAAAAJcEhZcwAACxIAAAsSAdLdfvwAAACWSURBVEjH7dFXDoJQFEXRJwr6UFDsvSIW7N0z/4Exhv1p5HzvldzkGpPvT1dwICiqBIUrD4qyKlBY+VBUVYMiUAiFLwtFXQ0oIjWhcNSCot3pQtHrD4ZMjMaTKRMzzVG/WK5i0sfrZIP6bYLu2WmP+hT+7aAj6k86o/6iK+pvuqPe6oH6p16ofytCvasU9ebzZX2+H1kGLpMMGBTE2gQAAAAASUVORK5CYII=)
    50% 50% no-repeat;
}

@media screen and (max-width: 1007px) {
  .gallery_bot_wrap .gallery_bot .slide-gallery2 {
    display: block;
  }

  .gallery_bot_title {
    font-size: 26px;
    line-height: 26px;
  }

  .gallery_bot_list {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .gallery_bot_title {
    font-size: 23px;
    line-height: 23px;
  }

  .gallery_bot_wrap .gallery_bot .slide-gallery2 {
    display: none;
  }

  .gallery_bot_wrap .gallery_bot .slide-gallery {
    display: block;
  }

  .gallery_bot_wrap {
    padding-top: 30px;
  }

  .owl-controls .owl-prev {
    left: 0;
  }
  .owl-controls .owl-next {
    right: 0px;
  }

  .gallery_bot_wrap .gallery_bot .slide-gallery .item {
    width: 100%;
  }
}

.site-footer {
  padding-top: 42px;
  min-height: 104px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
}

.btn_bot-wrap {
  margin-bottom: -37px;
  position: relative;
  z-index: 1;
}

.btn_bot-wrap + .contacts-footer-wrap .contacts-footer:after,
.btn_bot-wrap + .contacts-footer-wrap .contacts-footer:before {
  opacity: 0;
}

.site-main__inner .g-button,
.site-main__inner .g-button:active {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #8a9d2b),
    color-stop(11.11111%, #d5c724)
  );
  background-image: -o-linear-gradient(top, #8a9d2b, #d5c724);
  background-image: -moz-linear-gradient(top, #8a9d2b, #d5c724);
  background-image: -webkit-linear-gradient(top, #8a9d2b, #d5c724);
  background-image: -ms-linear-gradient(top, #8a9d2b, #d5c724);
  background-image: linear-gradient(to bottom, #8a9d2b, #d5c724);
  -pie-background: linear-gradient(to bottom, #8a9d2b, #d5c724);
}

.site-main__inner .g-button:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #d5c724),
    color-stop(11.11111%, #8a9d2b)
  );
  background-image: -o-linear-gradient(top, #d5c724, #8a9d2b);
  background-image: -moz-linear-gradient(top, #d5c724, #8a9d2b);
  background-image: -webkit-linear-gradient(top, #d5c724, #8a9d2b);
  background-image: -ms-linear-gradient(top, #d5c724, #8a9d2b);
  background-image: linear-gradient(to bottom, #d5c724, #8a9d2b);
  -pie-background: linear-gradient(to bottom, #d5c724, #8a9d2b);
}

.btn_bot {
  text-align: center;
  margin: 0 auto;
  max-width: 982px;
  min-width: 320px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.btn_bot a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #8a9d2b),
    color-stop(11.11111%, #d5c724)
  );
  background-image: -o-linear-gradient(top, #8a9d2b, #d5c724);
  background-image: -moz-linear-gradient(top, #8a9d2b, #d5c724);
  background-image: -webkit-linear-gradient(top, #8a9d2b, #d5c724);
  background-image: -ms-linear-gradient(top, #8a9d2b, #d5c724);
  background-image: linear-gradient(to bottom, #8a9d2b, #d5c724);
  -pie-background: linear-gradient(to bottom, #8a9d2b, #d5c724);
  font: 800 20px/23px 'Wix Madefor Display', sans-serif;
  display: inline-block;
  position: relative;
  margin: 0 120px;
}
.btn_bot a:hover {
  -webkit-animation: horizontal 1s ease-in-out;
  -moz-animation: horizontal 1s ease-in-out;
  -o-animation: horizontal 1s ease-in-out;
  animation: horizontal 1s ease-in-out;
}
.btn_bot a:before {
  content: '';
  display: block;
  position: absolute;
  left: -9999px;
  right: 100%;
  margin-right: 7px;
  background: #cac7c8;
  height: 1px;
  top: 58px;
}
.btn_bot a:after {
  content: '';
  display: block;
  position: absolute;
  right: -9999px;
  left: 100%;
  margin-left: 7px;
  background: #cac7c8;
  height: 1px;
  top: 58px;
}
.btn_bot a span {
  padding: 24px 30px 27px;
  display: block;
  z-index: 1;
}
.btn_bot a span:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border-style: solid;
  border-width: 5px 10px;
  border-color: transparent;
  border-top-color: #5e7004;
}
.btn_bot a span:before {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: -5px;
  z-index: 0;
  box-shadow: 0 1px 10px 3px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 479px) {
  .btn_bot a {
    font-size: 17px;
    line-height: 18px;
    margin: 0 60px;
  }
  .btn_bot a:before,
  .btn_bot a:after {
    top: 37px;
  }
  .btn_bot a span {
    padding: 20px;
  }
}

.contacts-footer-wrap {
  position: relative;
  background: #fff;
}

.contacts-footer {
  margin: 0 auto;
  max-width: 982px;
  min-width: 320px;
  position: relative;
  padding-bottom: 40px;
  padding-top: 42px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.contacts-footer:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 35%;
  background: #cac7c8;
  height: 1px;
  top: 0;
}
.contacts-footer:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 35%;
  background: #cac7c8;
  height: 1px;
  top: 0;
}

.soc {
  padding-top: 18px;
  padding-right: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 250px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 250px;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
}
.soc .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  margin-bottom: 3px;
}
.soc .item:hover span,
.soc .item:hover img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.soc .item span,
.soc .item img {
  display: block;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.soc .item img {
  border-radius: 50%;
  border: none;
  width: 32px;
  height: 32px;
}
.soc .item span {
  width: 33px;
  height: 32px;
  background-size: 100% 100% !important;
}
.soc .item .type1 {
  background: url(../pin.svg) 50% 50% no-repeat;
}
.soc .item .type2 {
  background: url(../twitter.svg) 50% 50% no-repeat;
}
.soc .item .type3 {
  background: url(../facebook.svg) 50% 50% no-repeat;
}
.soc .item .type4 {
  background: url(../instagram.svg) 50% 50% no-repeat;
}
.soc .item .type5 {
  background: url(../vk.svg) 50% 50% no-repeat;
}
.soc .item .type6 {
  background: url(../ok.svg) 50% 50% no-repeat;
}

.address-bot {
  padding-left: 31px;
  width: 240px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 240px;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
}

.work-time-bot {
  width: 170px;
  padding-right: 10px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 170px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 170px;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
}

@media screen and (max-width: 1007px) {
  .contacts-footer {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 38px 26px 34px;
  }

  .soc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 27px;
    padding: 0;
  }
  .soc .item {
    margin: 0 2px;
  }
  .soc .item img {
    width: 55px;
    height: 55px;
  }
  .soc .item span {
    width: 57px;
    height: 55px;
  }
}

@media screen and (max-width: 767px) {
  .work-time-bot {
    display: none;
  }

  .address-bot {
    margin: 0 auto 12px auto;
    display: block !important;
    padding-right: 0;
    padding-top: 0;
    width: 210px;
    background-position: 0 9px;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .contacts-footer {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .phones-bot {
    display: block;
    margin: 0 auto;
  }

  .soc {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .soc .item span,
  .soc .item img {
    width: 38px;
    height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .map-block {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  #myMap {
    display: none;
  }
}

.footer-bot {
  min-height: 104px;
  margin: 0 auto;
  max-width: 982px;
  min-width: 320px;
  position: relative;
}

.copyrights {
  position: absolute;
  top: 45px;
  left: 20px;
  color: #696969;
  font: 400 11px/11px 'Wix Madefor Display', sans-serif;
  width: 250px;
}

.mega {
  color: #696969;
  font: 400 11px/11px 'Wix Madefor Display', sans-serif;
  position: absolute;
  top: 45px;
  right: 22px;
  width: 250px;
  text-align: right;
}
.mega span {
  font-size: 11px !important;
}
.mega a {
  color: #696969;
}

.counters {
  position: absolute;
  top: 65px;
  left: 20px;
}

.link-top {
  width: 128px;
  height: 124px;
  background-color: rgba(166, 190, 41, 0.9);
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2274px%22%20height%3D%2238px%22%20%20viewBox%3D%220%200%2074%2038%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%228px%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.99%2027.37L37%203.99l33.008%2023.38%22%2F%3E%3C%2Fsvg%3E');
  background-position: 50% 42px;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  left: 50%;
  top: -28px;
  margin-left: -66px;
  border-top: 3px solid #212121;
  border-right: 3px solid #212121;
}
.link-top:after {
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  top: -3px;
  width: 3px;
  height: 47px;
  background: #212121;
}
.link-top:before {
  content: '';
  display: block;
  position: absolute;
  right: -3px;
  top: 100%;
  width: 35px;
  height: 3px;
  background: #212121;
}

@media screen and (max-width: 1007px) {
  .footer-bot {
    padding-bottom: 30px;
  }

  .link-top {
    position: relative;
    left: auto;
    top: auto;
    margin: -23px auto 32px auto;
    background-size: 44px 22px;
    width: 88px;
    height: 104px;
  }

  .copyrights,
  .mega,
  .counters {
    position: static;
    width: auto;
    text-align: center;
  }

  .copyrights {
    margin-bottom: 9px;
  }

  .mega {
    margin-bottom: 10px;
  }

  .counters {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .link-top {
    width: 68px;
    height: 94px;
    background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2247px%22%20height%3D%2229px%22%20%20viewBox%3D%220%200%2047%2029%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%228px%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.99%2018L23.5%203.99%2043%2018%22%2F%3E%3C%2Fsvg%3E');
    background-position: 50% 50%;
    margin-top: 0;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 479px) {
  .link-top {
    width: 58px;
    height: 74px;
    background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2274px%22%20height%3D%2238px%22%20%20viewBox%3D%220%200%2074%2038%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%228px%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.99%2027.37L37%203.99l33.008%2023.38%22%2F%3E%3C%2Fsvg%3E');
    background-position: 50% 50%;
    background-size: 26px 12px;
  }
}

.tab_edit_text {
  padding: 0 0 10px;
}

.menu-body + .tab_edit_text {
  padding-top: 10px;
}

.site-container .g-form-field__hint--popup {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: 15;
  margin: -16px 0 0 0;
  height: 14px;
  top: auto;
}
.site-container .g-form-field__hint--popup:before {
  content: '';
  position: absolute;
  left: 17px;
  top: -6px;
  width: 10px;
  height: 10px;
  font-size: 0;
  border: 0;
  box-sizing: border-box;
  background-color: #fff2c1;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
