*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  min-height: 100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

nav,menu,main,aside,article,figure,figcaption,details,footer,header,section,summary {
  display: block;
}

audio,video,canvas,progress {
  display: inline-block;
  vertical-align: baseline;
}

figure {
  margin: 0;
}

body {
  height: 100vh;
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  color: #444;
  letter-spacing: 0;
  overflow-x: hidden;
  font-family: Georgia, serif;
  background-image: url('/var/themes/default/skin/images/background/maintance.jpg');
  -webkit-background-size: cover;
          background-size: cover;
  background-position: bottom;
}

.container {
  padding: 15px 15px 0;
}

p,pre,address,dl,blockquote,figure,table,form,fieldset,progress,audio,video,embed {
  margin-top: 0;
  margin-bottom: 30px;
}

b,strong {
  font-weight: bold;
}

u,ins {
  text-decoration: underline;
}

i,dfn,cite,em {
  font-style: italic;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #808080;
}

small {
  font-size: 0.85em;
}

sub,sup {
  font-size: 80%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

mark {
  color: #fff;
  background: #262626;
}

address {
  font-style: normal;
}

hr {
  display: block;
  height: 1px;
  width: 100%;
  background: #e5e5e5;
  margin: 30px auto;
  border: 0;
}

a {
  text-decoration: none;
  color: #780a19;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: color 180ms ease, background-color 100ms ease;
  -o-transition: color 180ms ease, background-color 100ms ease;
  transition: color 180ms ease, background-color 100ms ease;
}

a:active,a:hover {
  outline: 0;
}

a:active,a:hover,a:focus {
  color: #262626;
}

.mobileh1 {
  display: none;
}

h1,.h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.2;
  color: #252525;
  color: rgba(0, 0, 0, 0.8);
  -webkit-font-variant-ligatures: common-ligatures;
     -moz-font-variant-ligatures: common-ligatures;
          font-variant-ligatures: common-ligatures;
}

h1,.h1 {
  font-size: 45px;
}

h2 {
  font-size: 39px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1 a,.h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  color: #262626;
}

h1 small,.h1 small,h2 small {
  font-size: 0.4em;
  font-weight: normal;
  line-height: 1;
  color: #999;
}

pre,kbd,var,code,samp {
  font-family: 'Courier New', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  font-size: 16px;
}

pre,code {
  color: #333;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
}

pre {
  padding: 15px 30px;
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
}

code {
  color: #ea1515;
  margin: 0 2px;
  padding: 2px 8px;
  border-radius: 30px;
  white-space: nowrap;
  border: 1px solid #f0f0f0;
  background-color: #f4f4f4;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

q,blockquote {
  quotes: none;
  -webkit-hyphens: none;
     -moz-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

q:before,q:after,blockquote:before,blockquote:after {
  content: "";
}

blockquote {
  padding: 0 0 0 30px;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 180%;
  border-left: 4px solid #333;
}

blockquote cite {
  display: block;
  font-weight: 300;
  font-size: 0.9em;
}

blockquote cite:before {
  content: '\2014 \00A0';
}

ul,ol {
  margin: 0 0 1.65em 0;
  padding: 0;
  list-style-position: inside;
}

ul ul,ul ol,ol ol,ol ul {
  margin: 0.5em 0 0.5em 2em;
}

ul li,ol li {
  text-align: left;
}

ol ol li {
  list-style-type: lower-alpha;
}

ol ol ol li {
  list-style-type: lower-roman;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1.65em;
}

dd,dt {
  line-height: 2.15em;
}

img,audio,video,embed,iframe {
  max-width: 100%;
}

img,video,embed {
  height: auto;
}

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

a img,th img,td img {
  vertical-align: top;
}

p > audio,p > video,p > embed {
  margin-bottom: 0;
}

table {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  line-height: 1.4em;
  border: 0;
}

table caption {
  padding: 2em;
  font-style: italic;
  font-size: 0.85em;
  text-align: center;
  border: 0;
}

table tr {
  border-style: solid;
  border-color: #e5e5e5;
  border-width: 0 1px 0 1px;
}

table tr:first-child {
  border-top-width: 1px;
}

table tr:last-child {
  border-bottom-width: 1px;
}

table td,table th {
  margin: 0;
  padding: 1em;
  font-size: inherit;
  overflow: visible;
  border-style: solid;
  border-color: #e5e5e5;
  border-width: 0 0 0 1px;
}

table thead {
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #e5e5e5;
}

table thead tr th {
  border-width: 0;
}

table thead td,table thead th {
  padding: 1.25em 1em;
}

table tbody tr:hover {
  background-color: #f4f4f4;
}

table td {
  background-color: transparent;
}

table-odd td {
  background-color: #f6f6f6;
}/**
 * 3.0 - Forms
 */form {
  width: 100%;
  max-width: 100%;
  display: block;
}

fieldset {
  padding: 0;
  border: 0;
}

button,input,optgroup,select,textarea {
  margin: 0;
  color: inherit;
  font: inherit;
  border-radius: 0;
}

optgroup {
  font-weight: bold;
  font-style: italic;
}

legend {
  display: block;
  padding: 0 15px;
  color: #262626;
}

textarea {
  height: auto;
  overflow: auto;
  vertical-align: top;
}

select[size],select[multiple] {
  height: auto;
}

button,select {
  text-transform: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

label {
  display: inline-block;
  margin: 0 5px 10px 0;
}

label.error {
  color: #ee5f5b;
}

input,select,textarea {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 14px 15px;
  height: auto;
  line-height: normal;
  color: #333;
  font-size: 14px;
  background-image: none;
  background-color: #fff;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #d5d5d5;
  max-width: 100%;
  border-radius: 0;
  vertical-align: top;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

input:hover,select:hover,textarea:hover {
  border-color: #262626;
  background-color: #fff;
}

input:focus,select:focus,textarea:focus {
  color: #050505;
  border-color: #3480df;
  background: #fff;
  outline: 0;
}

input.error,select.error,textarea.error,input:focus:invalid,select:focus:invalid,textarea:focus:invalid {
  color: #ee5f5b;
  border-color: #ee5f5b;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type="radio"],input[type="checkbox"] {
  margin: 0.5em 0.25em 0;
  width: auto;
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus {
  outline: thin dotted #333;
}

input[type="hidden"] {
  display: none;
}

input[type="color"] {
  padding: 5px;
  width: 2em;
  height: 2em;
}

button[disabled],input[disabled],select[disabled],textarea[disabled] {
  cursor: not-allowed;
  opacity: .5;
}

input[readonly],select[readonly],textarea[readonly] {
  color: #808080;
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button,input[type="button"],input[type="reset"],input[type="submit"],.btn {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 14px 25px;
  text-align: center;
  white-space: nowrap;
  line-height: normal;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  background-color: #808080;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.btn *,.btn:hover * {
  color: #fff;
}

button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover,.btn:hover,button:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,.btn:focus {
  color: #fff;
  background-color: #262626;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

::-webkit-input-placeholder {
  color: #aeaeae;
}

::-moz-placeholder {
  color: #aeaeae;
}

:-ms-input-placeholder {
  color: #aeaeae;
}

:-moz-placeholder {
  color: #aeaeae;
}/* Button helpers */.close {
  padding: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0.4;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.close:hover,.close:focus,.close:active {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

.blank {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.btn-primary {
  background-color: #333;
}

.btn.btn-large {
  padding: 15px 30px;
  font-size: 30px;
}

.btn.btn-small {
  padding: 10px 20px;
  font-size: 12px;
}

.btn.btn-mini {
  padding: 8px 15px;
  font-size: 11px;
}

.btn-group:before,.btn-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.btn-group:after {
  clear: both;
}

.btn-group > .btn {
  float: left;
  display: inline-block;
  margin-right: 5px;
}

.red,.required.invalid {
  color: #ee5f5b;
}

.btn-menu-list {
  position: relative;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  width: 32px;
  height: 30px;
}

.btn-menu-list:hover,.btn-menu-list:focus {
  background-color: transparent;
}

.btn-menu-list:hover::after,.btn-menu-list:focus::after {
  background-image: url('/var/themes/menu-subdomains/skin/images/favorite-red.svg');
}

.btn-menu-list::after {
  content: '';
  background-image: url('/var/themes/menu-subdomains/skin/images/favorite.svg');
  -webkit-background-size: 22px 22px;
          background-size: 22px;
  width: 22px;
  height: 22px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.btn-open-list {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 32px;
  height: 30px;
}

.btn-open-list:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 1px;
  background-color: #fff;
}

.btn-open-list:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
       -o-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 16px;
  height: 1px;
  background-color: #fff;
}

.btn-open-list:hover {
  background-color: transparent;
}

.btn-open-list .count {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 0 5px;
  padding-bottom: 2px;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.btn-minus-card {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  width: 32px;
  height: 30px;
}

.btn-minus-card:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.8);
}

.btn-minus-card:hover {
  background-color: transparent;
}

.btn-remove-card {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  width: 32px;
  height: 30px;
}

.btn-remove-card:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
       -o-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 16px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.8);
}

.btn-remove-card:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
       -o-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  width: 16px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.8);
}

.btn-remove-card:hover {
  background-color: transparent;
}

body.open-basket {
  overflow: hidden;
}

body.open-basket .sidebar-menu-list {
  padding: 15px 0;
  max-height: 1000px;
  z-index: 9998;
}

body.open-basket .mobile-overlay-menu-footer {
  position: fixed;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  bottom: 71px;
  display: block;
  z-index: 9998;
}

.clear-basket {
  margin-left: auto;
  font-size: 16px;
}

.sidebar-menu-list {
  padding: 0;
  position: fixed;
  left: 0;
  right: 0;
  overflow-y: scroll;
  bottom: 71px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
}

.optional {
  font-size: 0.8em;
  color: #aeaeae;
}

.basket-block-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.basket-block-bottom-el {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.basket-block-bottom-el .title {
  margin-right: 10px;
  font-size: 14px;
}

.basket-block-bottom-el .count {
  font-weight: bold;
  font-size: 16px;
}

.basket-block-row {
  padding: 0 0 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e2e2e2;
}

.basket-block-row:last-child {
  margin-bottom: 0;
}

.btn-basket-group {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.basket-block-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
  font-size: 16px;
}

.btn-basket-group button:first-child {
  margin-right: 10px;
}/**
 * 4.0 - Grid
 */.grid-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
  padding: 0;
}

.grid-container:before,.grid-container:after {
  display: table;
  line-height: 0;
  content: "";
}

.grid-container:after {
  clear: both;
}

.grid-row {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
}

.grid-row:before,.grid-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.grid-row:after {
  clear: both;
}

.grid-row [class^="col-"] {
  margin-bottom: 15px;
}

.col-1-12,.col-2-12,.col-3-12,.col-4-12,.col-5-12,.col-6-12,.col-7-12,.col-8-12,.col-9-12,.col-10-12,.col-11-12,.col-12-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-1-12 {
  width: 8.33333333%;
}

.col-2-12 {
  width: 16.66666667%;
}

.col-3-12 {
  width: 25%;
}

.col-4-12 {
  width: 33.333331%;
}

.col-5-12 {
  width: 41.66666667%;
}

.col-6-12 {
  width: 50%;
}

.col-7-12 {
  width: 58.33333333%;
}

.col-8-12 {
  width: 66.66666667%;
}

.col-9-12 {
  width: 75%;
}

.col-10-12 {
  width: 83.33333333%;
}

.col-11-12 {
  width: 91.66666667%;
}

.col-12-12 {
  width: 100%;
}/**
 * 5.0 - Helper classes
 */.clearfix:before,.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.centered {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.pull-none {
  float: none;
}

.invisible {
  visibility: hidden;
}

.show {
  display: block;
}

.hide {
  display: none ! important;
}

.element-invisible {
  display: none ! important;
}

.affix {
  position: fixed;
}

.img-rounded {
  border-radius: 900px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-y: auto;
}/* class ".sample-grid" is used for preview purpose only */.sample-grid {
  margin: 0;
}

.sample-grid [class^="col-"] {
  background-color: #f5f5f5;
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 15px;
  display: block;
}/**
 * 6.0 - Layout
 */.site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
  position: relative;
  z-index: 101;
}

.main-sidebar {
  display: block;
  height: 100%;
  z-index: 120;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-sidebar h2 {
  margin-bottom: 0;
}

.main-sidebar ul ul {
  display: none;
}

.main-sidebar ul li,.main-sidebar ol li {
  text-align: center;
}

.main-sidebar .table {
  display: table;
  width: 100%;
  height: 100%;
}

.main-sidebar .header,.main-sidebar .middle,.main-sidebar .footer {
  width: 100%;
}

.main-sidebar .header {
  vertical-align: top;
}

.main-sidebar .middle {
  vertical-align: middle;
  height: 100%;
}

.main-sidebar .middle .cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.main-sidebar .footer {
  vertical-align: bottom;
}

.main-sidebar .horizontal-line {
  width: 10px;
  height: 1px;
  display: block;
  background-color: #ddd;
  margin: 26px auto;
}

.main-sidebar .footer .horizontal-line {
  width: 10px;
  margin-top: 0;
  margin-bottom: 9px;
}

.main {
  height: 100%;
  width: 100%;
  max-width: 100%;
  display: block;
  z-index: 110;
}

.main .content {
  padding: 40px 80px 25px;
  width: 100%;
  min-height: 100%;
  z-index: 111;
  background-color: #fff;
}

.main .content.full-width {
  background: transparent;
  max-width: 100%;
  padding: 30px;
}/* Header logo */.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10000;
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
          box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
  background-color: #fff;
}

.header h2 {
  margin-bottom: 0;
}

.header-wrapper {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-submenu {
  padding: 6px 15px;
  background-color: #000;
}

.nav-submenu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
  margin: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.nav-submenu ul::-webkit-scrollbar {
  display: none;
}

.nav-submenu li {
  list-style: none;
}

.nav-submenu li.active a {
  background-color: #6E181D;
  border: 1px solid #6E181D;
}

.nav-submenu li a {
  display: block;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  border-radius: 4px;
  border: 1px solid #2E2E2E;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 6px 10px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.nav-submenu li a:hover {
  border: 1px solid #6E181D;
}

.buttons-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 12px;
}

.buttons-wrap .menu-button-all {
  display: block;
  padding: 15px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  color: #202020;
  text-align: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.buttons-wrap .menu-button-all:hover {
  color: #fff;
  border: 1px solid #444;
  background-color: #444;
}

.header .logo {
  display: block;
  margin-top: 40px;
  text-align: center;
}

.header .logo a img {
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  max-height: 80px;
}

.header .logo h1 {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 0;
}

.header .logo span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.56);
}/* Footer */.footer {
  margin-top: auto;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 10000;
  padding: 15px;
  width: 100%;
  line-height: 25px;
  font-size: 12px;
  background-color: #262626;
  -webkit-box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.25), 0 -5px 5px rgba(0, 0, 0, 0.22);
          box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.25), 0 -5px 5px rgba(0, 0, 0, 0.22);
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .copyrights {
  padding: 0 3px;
}/* To-top button */.totop {
  display: none !important;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  padding: 0;
  z-index: 99999;
  background-color: #262626;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 2px solid #fff;
}

.totop:after {
  content: '';
  position: absolute;
  top: -3px;
  bottom: 0;
  left: -3px;
  right: 0;
  width: 47px;
  height: 47px;
  border: 2px solid #262626;
}

.totop:hover {
  color: #262626;
  background-color: #fafafa;
}/**
 * 6.1 - Background section
 */.background {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  padding-left: 300px;
  z-index: 100;
}

.background-image {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.background-image .mask {
  position: relative;
  padding: 30px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.background-image .mask:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 4px double rgba(255, 255, 255, 0.25);
}/**
 * 6.2 - Masonry Layout
 */.isotope {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
     transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
}

.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
     transition-duration: 0s;
}

.isotope.infinite-scrolling {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}/* masonry nav */.masonry-nav {
  display: block;
  width: 100%;
}

.masonry-nav > ul {
  display: inline-block;
  float: right;
  padding: 10px;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  left: 20px;
}

.masonry-nav > ul li {
  float: left;
  display: block;
  font-size: 12px;
  margin: 0 2px;
  border-left: 1px solid #f0f0f0;
}

.masonry-nav > ul li:first-child {
  border-left: 0;
}

.masonry-nav > ul li a {
  display: block;
  margin: 0;
  padding: 5px 15px;
  font-size: 12px;
  color: #444;
  text-transform: uppercase;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.masonry-nav > ul li a:hover,.masonry-nav > ul li a:focus,.masonry-nav > ul li a.selected {
  background-color: #262626;
  color: #fff;
}/* masonry item */.masonry .masonry-item {
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.masonry .masonry-item .article-header > * {
  display: block;
  float: none;
}

.masonry .masonry-item .time {
  float: none;
  color: #696969;
  height: auto;
  width: auto;
  margin: 0;
  text-align: left;
  background-color: transparent ! important;
}

.masonry .masonry-item .article-image {
  margin-bottom: 0;
}

.masonry .masonry-item .article-header {
  padding: 0;
  margin-bottom: 15px;
}

.masonry .masonry-item .article-content .article-header.predlozeniya:after {
  margin-bottom: 15px;
}

.masonry .masonry-item .article-header.gallery-header {
  margin-bottom: 0px;
  border-bottom: none;
}

.masonry .masonry-item .article-content {
  padding: 18px 20px;
}

.masonry .masonry-item .article-content p:last-child {
  margin-bottom: 0;
}

.masonry .col-6-12 .masonry-item h2 {
  font-size: 30px;
}

.masonry .col-3-12 .masonry-item h2,.masonry .col-4-12 .masonry-item h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
}/* masonry pagination */.full-width .pagination .counter {
  color: #fff;
}

.full-width .pagination {
  margin-bottom: 5px;
}

.full-width .pagination ul {
  display: inline-block;
  position: relative;
  left: 50%;
  width: auto;
  margin: 0 auto;
  padding: 5px;
  line-height: 1em;
  border-color: transparent;
  background: #fff;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
   -o-transform: translateX(-50%);
      transform: translateX(-50%);
}

.full-width .pagination ul li {
  margin: 0;
  border-right: 1px solid #eee;
}

.full-width .pagination ul li:last-child {
  border: 0;
}

.full-width .pagination ul > li > a {
  border: 0;
  padding: 15px;
  display: block;
}

.full-width .pagination ul > li > a:hover,.full-width .pagination ul > li > a:focus,.full-width .pagination ul > .active > a {
  border: 0;
  color: #fff;
  background-color: #262626;
}

.full-width .pagination ul > li.disabled > a:hover,.full-width .pagination ul > li.disabled > a:focus {
  border: 0;
  color: #fff;
  background-color: #aeaeae;
}/**
 * 6.3 - Classic menu
 */.classic-menu {
  margin: 30px 0;
}

.classic-menu h2 {
  width: 100%;
  margin-bottom: 45px;
  padding: 0 0 5px;
  text-align: center;
}

.classic-menu h2:after {
  content: "";
  display: block;
  margin: 15px auto;
  height: 4px;
  width: 70px;
  opacity: 0.8;
  background-color: #aeaeae;
}

.classic-menu h4,.classic-menu h5,.classic-menu h6 {
  margin-bottom: 5px;
  width: 100%;
}

.classic-menu .btn-image img {
  display: block;
  width: 20px;
  height: 20px;
}

.classic-menu .no-image-holder {
  width: 20px;
  height: 20px;
}

.menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  font-size: 16px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  color: #202020;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin: 0 0 5px;
}

.menu-item:hover {
  color: #fff;
  border: 1px solid #444;
  background-color: #444;
}

.menu-item:hover .arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L1 13' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.menu-item .arrow {
  width: 8px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L1 13' stroke='%23444444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.classic-menu .title-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.classic-menu .title-center h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.classic-menu .title-center .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.classic-menu .title-center .link img {
  margin-right: 10px;
}

.classic-menu .dish-price {
  width: auto;
  float: right;
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
}

.classic-menu .dish-details {
  display: block;
  float: none;
  width: 100%;
  margin-bottom: 0;
  font-style: italic;
  color: #666;
  font-size: 14px;
  font-family: 'Merriweather', serif;
}/*.classic-menu p.dish-details:after{
	content:"";
	display:inline-block;
	margin:30px 0;
	width:100%;
	height:1px;
	border-bottom:1px dashed #e5e5e5;
}*//**
 * 6.4 - Contact page
 */.contact-form label,.contact-form input[type="text"],.contact-form input[type="email"],.contact-form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}

.contact-form label {
  margin: 0;
}

.contact-form legend {
  padding: 0;
  font-size: 12px;
  color: #808080;
  margin-bottom: 30px;
}

.contact-form input[type="submit"],.contact-form button[type="submit"] {
  float: right;
  margin: 0 0 30px;
 /*background-color:#baae99;*/;
}

.contact-form button[type="submit"]:hover {
  background-color: #262626;
}

.tourgallery {
  text-align: center;
}

.tourgallery li {
  float: left;
  width: 50%;
}

.tourgallery a {
  display: inline-block;
}

.tourgallery a img {
  width: 100%;
}

.tourgallery a .title {
  position: absolute;
  padding: 5px 10px;
  z-index: 100;
  bottom: 0;
  right: 0;
  color: white;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  text-align: center;
}/* Google maps */.st-maps > * {
  width: auto;
  height: 400px;
  margin: 0 auto 45px auto;
}/**
 * 7.0 - Main menu
 */.main-nav ul,.main-nav ul ul {
  margin: 0;
  padding: 0;
  line-height: 1em;
}

.main-nav ul:before,.main-nav ul:after {
  content: "";
  display: table;
}

.main-nav ul:after {
  clear: both;
}

.main-nav ul li {
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  text-decoration: none;
}

.main-nav ul li a,.main-nav ul li span {
  position: relative;
  padding: 0;
  margin: 0;
}

.main-nav > ul {
  width: 100%;
  text-align: center;
  display: none;
}

.main-nav > ul > li {
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.main-nav > ul > li > .link,.main-nav > ul > li > a,.main-nav > ul > li > span {
  display: block;
  width: 100%;
  float: none;
  line-height: 30px;
  color: #999;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

.main-nav ul > li.parent > a:after,.main-nav ul > li.parent > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 25px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #ddd;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.main-nav ul > li.parent:hover > *:after,.main-nav ul > li.active.parent > *:after {
  border-left: 3px solid #000;
}

.main-nav > ul > li > *:hover,.main-nav > ul > li.parent:hover > *,.main-nav > ul > li.active > * {
  color: #000;
  text-decoration: none;
}

.main-nav ul ul {
  display: table;
  min-height: 100%;
  height: 100%;
  width: 300px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 300px;
  z-index: 9999;
  opacity: 0;
  cursor: default;
  visibility: hidden;
  background-color: #1a1a1a;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
     transform-origin: 0 0;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.05);
          box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.05);
}

.main-nav ul ul li {
  display: table-row;
  vertical-align: middle;
  width: 100%;
  height: 30px;
  margin: 0;
  max-height: 60px;
  float: none;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.main-nav ul ul li > a,.main-nav ul ul li > span {
  float: none;
  display: block;
  line-height: 24px;
  color: #808080;
}

.main-nav ul ul ul {
  visibility: hidden;
  left: 100%;
}

.main-nav ul ul > li.parent > a:after,.main-nav ul ul > li.parent > span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  margin-top: -3px;
  display: block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #808080;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.main-nav ul ul > li.parent > a:hover:after,.main-nav ul ul > li.parent:hover > a:after,.main-nav ul ul > li.active.parent > a:after,.main-nav ul ul > li.parent > span:hover:after,.main-nav ul ul > li.parent:hover > span:after,.main-nav ul ul > li.active.parent > span:after {
  border-left: 3px solid #fff;
}

.main-nav ul ul li > a:hover,.main-nav ul ul li.parent:hover > a,.main-nav ul ul li.active > a,.main-nav ul ul li > span:hover,.main-nav ul ul li.parent:hover > span,.main-nav ul ul li.active > span {
  color: #fff;
  text-decoration: none;
}

.main-nav ul li:focus > ul,.main-nav ul li:active > ul,.main-nav ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}/**
 * 7.1 - Mobile menu
 */.menu-button {
  float: none;
  color: #262626;
  text-transform: uppercase;
  font-size: 12px;
  padding: 15px;
  margin: 9px 0;
  background-color: transparent;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.menu-button.active {
  background-color: transparent;
}

.menu-button span {
  position: relative;
  display: block;
  width: 26px;
  height: 2px;
  background: #262626;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.menu-button.active span {
  background: transparent;
}

.menu-button span:before,.menu-button span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 2px;
  background: #262626;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.menu-button span:before {
  -webkit-transform: rotate(0deg) translateY(-6px);
  -ms-transform: rotate(0deg) translateY(-6px);
  -o-transform: rotate(0deg) translateY(-6px);
     transform: rotate(0deg) translateY(-6px);
}

.menu-button span:after {
  -webkit-transform: rotate(0deg) translateY(6px);
  -ms-transform: rotate(0deg) translateY(6px);
  -o-transform: rotate(0deg) translateY(6px);
     transform: rotate(0deg) translateY(6px);
}

.menu-button.active span:before {
  -webkit-transform: rotate(135deg) translateY(0);
      -ms-transform: rotate(135deg) translateY(0);
       -o-transform: rotate(135deg) translateY(0);
          transform: rotate(135deg) translateY(0);
}

.menu-button.active span:after {
  -webkit-transform: rotate(-135deg) translateY(0);
      -ms-transform: rotate(-135deg) translateY(0);
       -o-transform: rotate(-135deg) translateY(0);
          transform: rotate(-135deg) translateY(0);
}

.mobile-overlay-menu {
  position: fixed;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}

.header-trigger-contacts {
  display: none;
}

.contacts-dialog .fancybox-inner {
  max-width: 290px;
  padding-top: 18px;
  min-width: 270px;
}

.contacts-dialog .fancybox-close {
  background: url("/var/themes/default/skin/images/close.svg") center no-repeat;
  top: 0;
  right: 0;
}

.contacts-dialog p {
  margin-bottom: 0;
}

.contacts-dialog .module {
  text-align: center;
  padding-bottom: 0;
}

.contacts-dialog .module-title {
  margin: 0;
  padding: 10px 10px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.contacts-dialog .module-title h3 {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.contacts-dialog .module-title .sub-title {
  display: none;
}

.contacts-dialog .module-title.active {
  background: #000;
}

.contacts-dialog .module-title.active h3 {
  color: #fff;
}

.contacts-dialog .social {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-ui .mobile-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.body-main .mobile-callback {
  display: none;
}

.mobile-callback {
  display: none;
}

.mobile-callback .btn {
  min-width: 290px;
  background: #fff;
  color: #7a0019;
  border: 1px solid #7a0019;
  font-family: Merriweather;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}/* Mobile Overlay */.mobile-overlay {
  position: fixed;
  top: 80px;
  right: 0;
  width: 280px;
  max-width: 100%;
  margin: 0;
  padding: 15px 20px 15px;
  color: #808080;
  z-index: 9998;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background-color: #000;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
}

.mobile-overlay .mobile-toggle {
  display: none !important;
}

.mobile-overlay.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

.mobile-overlay.active + .mobile-overlay-menu {
  display: block;
  z-index: 9997;
}

.mobile-overlay a:hover,.mobile-overlay a:focus,.mobile-overlay a:active {
  color: #585858;
}

.mobile-overlay .dismiss {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  margin: 15px;
  padding: 30px;
  font-size: 30px;
  opacity: 0.6;
  text-align: center;
  font-weight: normal;
  color: #999;
  background-color: transparent;
  background-image: url('../images/interface/close_icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotate(0deg);
   -o-transform: rotateZ(0deg);
      transform: rotateZ(0deg);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.mobile-overlay .dismiss:hover,.mobile-overlay .dismiss:focus,.mobile-overlay .dismiss:active {
  color: #fff;
  opacity: 1;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
   -o-transform: rotateZ(180deg);
      transform: rotateZ(180deg);
}

.mobile-overlay .btn.order {
  display: none;
}

.mobile-overlay .footer {
  margin: auto -20px 0;
  padding: 22px 20px 70px;
  width: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #f5f5f5;
}

.mobile-overlay .footer .horizontal-line {
  display: none;
}

.mobile-overlay .footer .social-icons {
  text-align: left;
  width: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 16px;
}

.mobile-overlay .footer .social-icons li {
  margin: 0;
}

.mobile-overlay .footer .social-icons li:not(:last-child) {
  margin-right: 8px;
}

.mobile-overlay .footer .social-icons li a {
  border: 1px solid #aeaeae;
}

.mobile-overlay .footer .langs {
  margin: 0;
}

.mobile-overlay .footer .langs .lang {
  margin: 0;
}

.mobile-overlay .footer .langs .lang:not(:last-child) {
  margin-right: 5px;
}

.mobile-overlay .footer .copyrights {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  display: none;
}

.mobile-overlay .footer ul li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  color: #aeaeae;
  border-color: rgba(255, 255, 255, 0.1);
}

.mobile-overlay .footer ul li a:hover {
  color: #fff;
}/* Mobile menu block */.mobile-nav ul,.mobile-nav ul ul {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  color: #808080;
}

.mobile-nav {
  font-family: "Playfair Display SC";
}

.mobile-nav ul {
  padding: 0;
}

.mobile-nav ul li {
  font-size: 16px;
  display: block;
  position: relative;
  float: none;
}

.mobile-nav ul li > a,.mobile-nav ul li > span {
  color: #585858;
  cursor: pointer;
  position: relative;
  padding: 15px 30px;
  display: block;
  width: auto;
  float: none;
  text-align: left;
  text-transform: uppercase;
}

.mobile-nav ul li.active > a,.mobile-nav ul li.active > span {
  color: #7a0019;
}

.mobile-nav ul ul > li > a,.mobile-nav ul ul > li > span {
  padding-left: 50px;
}

.mobile-nav ul ul > li > a:before,.mobile-nav ul ul > li > span:before {
  content: "";
  width: 10px;
  height: 1px;
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  background-color: #999;
}

.mobile-nav ul ul ul > li > a,.mobile-nav ul ul ul > li > span {
  padding-left: 70px;
}

.mobile-nav ul ul ul > li > a:before,.mobile-nav ul ul ul > li > span:before {
  content: "";
  left: 47px;
}

.mobile-nav ul ul ul ul > li > a,.mobile-nav ul ul ul ul > li > span {
  padding-left: 100px;
}

.mobile-nav ul ul ul ul > li > a:before,.mobile-nav ul ul ul ul > li > span:before {
  content: "";
  left: 64px;
}

.mobile-nav ul > li.active > a,.mobile-nav ul > li.parent:hover > a,.mobile-nav ul > li.active.parent > a,.mobile-nav ul > li.current.active > a:hover {
  color: #FFFFFF;
}

.mobile-nav ul li > a,.mobile-nav ul li > span {
  color: #808080;
}

.mobile-nav ul ul li.active > a,.mobile-nav ul ul li.parent:hover > a,.mobile-nav ul ul li.active.parent > a {
  color: #7a0019;
}

.mobile-nav ul ul li.active > a:before,.mobile-nav ul ul li.parent > a:hover:before,.mobile-nav ul ul li.parent:hover > a:before,.mobile-nav ul ul li.active.parent > a:before {
  background-color: #7a0019;
}/**
 * 8.0 - Article
 */.article-header {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 0px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.article-header > * {
  display: inline-block;
  float: left;
}

.article-header > .title-block h2 {
  margin-bottom: 10px;
}

.article-header {
  margin-bottom: 25px;
}

.article-header.centered > * {
  float: none;
  width: 100%;
}

.article-header img {
  margin-bottom: 15px;
}

.article-header .time + .title-block {
  width: 80%;
  padding-left: 30px;
}

.article-header h1,.article-header .h1 .article-header h2,.article-header h3,.article-header h4,.article-header h5,.article-header h6 {
  margin-bottom: 15px;
}

.article-header .time {
  color: #fff;
  width: 70px;
  height: 90px;
  margin: 9px 0 15px 0;
  text-align: center;
  text-transform: lowercase;
}

.article-header .title-block + .time {
  width: 20%;
}

.article-header .time .day {
  display: block;
  font-size: 30px;
  margin-top: 17px;
  padding-bottom: 5px;
}

.article-header .time .month-year {
  display: block;
  font-size: 12px;
}/* Article Meta */.article-meta {
  height: 25px;
  line-height: 25px;
}

.article-meta ul {
  list-style: none;
  padding-bottom: 30px;
}

.article-meta ul li {
  display: inline-block;
  float: left;
  font-size: 12px;
  font-style: italic;
  text-transform: none;
  color: #808080;
}

.article-meta ul li:after {
  content: "/";
  margin-right: 10px;
  padding-left: 10px;
  color: #e5e5e5;
}

.article-meta ul li:last-child:after {
  display: none;
}

.article-footer {
  line-height: 45px;
  border-top: 1px solid #eee;
  font-size: 11px;
  font-style: italic;
  color: #808080;
}/* Article Content */.article-content section {
  margin-bottom: 60px;
}

.article-content .bukv {
  font-size: 18px;
  line-height: 30px;
  line-height: 1.6em;
}

.article-content .bukv:first-letter {
  font-family: 'Playfair Display SC', serif;
  position: relative;
  display: block;
  float: left;
  margin: 24px 15px 15px 0;
  padding: 0 15px 15px 0;
  font-style: normal;
  font-size: 90px;
}

.article-content .phones p {
  margin-bottom: 0px;
}

.introtext {
  font-size: 19px;
  font-weight: 400;
  color: #262626;
}/**
 * 8.1 - Images
 */figure {
  max-width: 100%;
}

figure.pull-left {
  margin-left: 0;
  margin-right: 30px;
  max-width: 50%;
  width: auto;
  position: relative;
}

figure.pull-right {
  margin-right: 0;
  margin-left: 30px;
  max-width: 50%;
}

figure.pull-none {
  min-width: 100%;
  display: block;
  float: none;
  text-align: center;
  clear: both;
}

figure > figcaption {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 11px;
  font-style: italic;
  text-align: left;
  line-height: 25px;
  color: #808080;
  border-bottom: 1px solid #eee;
}

.image-border {
  display: block;
  padding: 30px;
  border: 4px double #d5d5d5;
}

.article-image {
  position: relative;
  overflow: hidden;
}

.article-image a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.article-image a .mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  opacity: 0;
  background-color: #780a19;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.article-image a .mask:after {
  content: "";
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px double rgba(255, 255, 255, 0.5);
}

.article-image a:hover .mask {
  opacity: 0.4;
}

.article-image a img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
   -o-transform: scale(1);
      transform: scale(1);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.article-image a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
   -o-transform: scale(1.1);
      transform: scale(1.1);
}/**
 * 8.2 - Gallery
 */.gallery {
  list-style-type: none;
  margin: 0 -15px 35px -15px;
}

.gallery li {
  padding: 15px;
  position: relative;
}

ul.gallery.col-2 li {
  width: 50%;
  float: left;
}

ul.gallery.col-3 li {
  width: 33%;
  float: left;
}

ul.gallery.col-4 li {
  width: 33.33%;
  float: left;
}

.gallery li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery li a img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
   -o-transform: scale(1);
      transform: scale(1);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.gallery li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
   -o-transform: scale(1.1);
      transform: scale(1.1);
}

.gallery li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery li a:hover:after {
  opacity: 0.2;
}

.gallery li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 28px;
  opacity: 0;
  z-index: 100;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
   -o-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
}

.gallery li a:hover i {
  opacity: 1;
}/**
 * 8.3 - Video
 */.video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  overflow: hidden;
}

.video-container object,.video-container embed,.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/**
 * 8.4 - Elements
 *//* Social Share Icons */.social-share {
  display: block;
}

.social-share ul {
  list-style-type: none;
  display: block;
  float: left;
  padding: 15px 0;
  border-right: 0px solid #262626;
}

.social-share ul li {
  display: inline-block;
  float: left;
  margin-right: 4px;
}

.social-share ul li a {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  opacity: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.social-share ul li:last-child a {
  border: 0;
}

.social-share ul li a:hover {
  border-color: transparent;
}

.social-share ul li a .svg-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.social-share ul li a .svg-icon .inner-shape {
  fill: #fff;
}

.social-share ul li.facebook a {
  background-color: #3b5998;
}

.social-share ul li.twitter a {
  background-color: #55acee;
}

.social-share ul li.viber a {
  background-color: #7a4e9d;
}

.social-share ul li.viber a svg {
  width: 60%;
  margin-top: 9px;
}

.social-share ul li.telegram a {
  background-color: #319fda;
}

.social-share ul li.telegram a svg {
  width: 43%;
  margin-top: 12px;
}

.social-share ul li.whatsapp a {
  background-color: #37d754;
}

.social-share ul li.whatsapp a svg {
  width: 45%;
  margin-top: 11px;
}

.social-share ul li.googlePlus a {
  background-color: #dc4e41;
}

.social-share ul li a:hover {
  background-color: #262626;
}/* Tags */.tags {
  float: none;
  display: block;
  overflow: hidden;
  margin: 0 0 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.tags i {
  float: left;
  line-height: 34px;
  height: 34px;
  padding-right: 15px;
  margin: 3px 5px 3px 0px;
  border-right: 1px solid #e5e5e5;
}

.tags span a {
  display: block;
  margin: 3px 5px 3px 0px;
  padding: 4px 15px;
  float: left;
  font-size: 12px;
  color: #333;
  line-height: 24px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.tags span a:hover {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
}/* Author Block */.author-block {
  margin: 30px 0;
  padding: 40px 30px;
  background: url('../images/background/bg-food.jpg') repeat top center;
}

.author-block .author-image {
  display: block;
  padding: 5px;
  float: left;
  margin: 0 30px 0 0;
  border: 1px solid #f5f5f5;
  background: transparent;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.author-block p {
  margin-bottom: 15px;
}

.author-block .author-image:hover {
  background: #fff;
  border: 1px solid #fff;
}

.author-block span {
  font-size: 14px;
}/* Article Navigation */.article-navigation {
  display: block;
  margin: 30px auto;
  padding: 30px 0 0 0;
  border-top: 1px solid #eee;
}

.article-navigation:after {
  content: "";
  display: table;
  clear: both;
}

.article-navigation ul {
  float: right;
  display: block;
  list-style-type: none;
  margin: 0;
}

.article-navigation ul > li {
  display: block;
  float: left;
  margin-left: 1px;
}

.article-navigation ul li a {
  display: block;
  color: #444;
  font-size: 11px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  position: relative;
  border: 1px solid #e5e5e5;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.article-navigation ul li i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
}

.article-navigation ul li a.item-next {
  float: left;
}

.article-navigation ul li a.item-prev {
  float: right;
}

.article-navigation ul li a:hover {
  color: #fff;
  background-color: #262626;
  border: 1px solid #262626;
}

.article-navigation ul li.disabled {
  color: #999;
  border: 1px solid #fff;
  font-size: 11px;
}

.article-navigation ul li a span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  margin-top: -45px;
  line-height: 20px;
  background-color: #262626;
  color: #fff;
  font-size: 12px;
  padding: 9px 20px;
  z-index: 999;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  white-space: nowrap;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
     transform: translateX(-15px);
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
     transition-duration: .3s;
}

.article-navigation ul li a > span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: -8px;
  margin-right: 13px;
  width: 0;
  height: 0;
  border-bottom: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #262626;
}

.article-navigation ul li a:hover > span {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
     transform: translateX(0px);
}/* Comments */.article-comments > h4 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}

.article-comments ul {
  list-style-type: none;
}

.article-comments ul ul {
  margin-left: 60px;
}

.article-comments ul li .comment-block {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.article-comments ul li h5 {
  margin-bottom: 15px;
}

.article-comments ul li p {
  margin-bottom: 5px;
}

.article-comments ul li img {
  float: left;
  margin: 0 30px 45px 0;
  max-width: 75px;
  border-radius: 75px;
}

.article-comments ul li span {
  font-size: 12px;
  color: #909090;
  margin-right: 15px;
  font-style: italic;
}

.article-comments .comments-list {
  margin-bottom: 60px;
}

.article-comments .comment-form input,.article-comments .comment-form textarea {
  width: 100%;
  max-width: 100%;
}

.article-comments .comment-form textarea {
  margin-bottom: 30px;
}/**
 * 8.5 - Pagination
 */.pagination .counter {
  font-size: 11px;
  margin-bottom: 12px;
  float: none;
  text-align: center;
}

.pagination ul {
  padding: 24px 0;
  display: block;
  width: 100%;
  text-align: center;
  list-style-type: none;
  border-top: 1px solid #eaeaea;
}

.pagination ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}

.pagination ul > li > a {
  font-size: 12px;
  text-align: center;
  float: none;
  margin: 0;
  position: relative;
  padding: 15px;
  background-color: #fff;
  border: 2px solid transparent;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.pagination ul > li.disabled a {
  color: #aaa;
}

.pagination ul > li > a:hover,.pagination ul > li > a:focus,.pagination ul > .active > a {
  border: 2px solid #e5e5e5;
  color: #444;
}/**
 * 8.6 - Blog cateogry
 */.category article {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.category .tags {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
}/**
 * 9.0 - Toggle
 */.toggle-panel {
  height: auto;
  padding: 0 10px;
  opacity: 1;
  overflow: hidden;
  display: none;
}

.toggle-panel > *:first-child {
  margin-top: 30px;
}

.toggle-panel > *:last-child {
  margin-bottom: 30px;
}

.toggle-panel.no-height {
  opacity: 0;
  height: 0px !important;
}

.toggle-header {
  margin-bottom: 5px;
}

.toggle-header a {
  display: block;
  position: relative;
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 15px;
  font-size: 16px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  color: #202020;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.toggle-header.active a {
  color: #fff;
  border: 1px solid #1f1f1f;
  background-color: #1f1f1f;
}

.toggle-header a:hover {
  color: #fff;
  border: 1px solid #444;
  background-color: #444;
}/* plus - minus icon */.toggle-header a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 1px;
  height: 15px;
  margin-top: -7px;
  background-color: #333;
}

.toggle-header a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 1px;
  margin-right: -7px;
  background-color: #333;
}

.toggle-header.active a:after,.toggle-header a:hover:after,.toggle-header.active a:before,.toggle-header a:hover:before {
  background-color: #fff;
}

.toggle-header.active a:before {
  display: none;
}/**
 * 10.0 - Tabs
 */.tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eaeaea;
}

.tabs > li {
  margin-bottom: -1px;
  float: left;
}

.tabs > li > a {
  display: block;
  padding: 12px 25px;
  margin-right: 3px;
  line-height: 24px;
  color: #656565;
  border: 1px solid #eaeaea;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.tabs > li > a:hover,.tabs > li > a:focus {
  border-top-color: #cecece;
}

.tabs > li > a.active,.tabs > li > a.active:hover,.tabs > li > a.active:focus {
  color: #262626;
  background-color: #fff;
  border-top-color: #808080;
  border-bottom-color: transparent;
  cursor: default;
}

.tabs-content {
  display: none;
  padding: 30px 0;
}

.tabs-content.active {
  display: block;
  -webkit-animation: fadeIn 1s ease;
  -o-animation: fadeIn 1s ease;
     animation: fadeIn 1s ease;
}

.tabs-content > ul,.tabs-content > ol,.tabs-content > form,.tabs-content > fieldset,.tabs-content p:last-of-type {
  margin-bottom: 0;
}/**
 * 11.0 - Social icons
 */.social-icons {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  text-align: center;
}

.social-icons li {
  display: inline-block;
  padding: 0;
  margin: 0;
  float: none;
  margin: 5px 6px 5px;
  text-align: center;
}

.social-icons li a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.social-icons li a img {
  padding: 5px;
}

.social-icons li a svg {
  width: 100%;
  height: 100%;
  padding: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: grayscale(100%) contrast(200%);
          filter: grayscale(100%) contrast(200%);
}

.social-icons li a:hover svg {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
 /*-webkit-filter:invert(100%);*/
  -webkit-filter: grayscale(100%) invert(100%) contrast(200%);
          filter: grayscale(100%) invert(100%) contrast(200%);
}

.social-icons li a:hover {
  background-color: #262626;
  border-color: #262626;
  color: #fff;
}

.social-icons li a.vk:hover,.social-icons li a[href*="vk.com"]:hover {
  background-color: #507299;
  border: 1px solid #507299;
}

.social-icons li a.google:hover,.social-icons li a[href*="plus.google.com"]:hover {
  background-color: #ce2e1a;
  border: 1px solid #ce2e1a;
}

.social-icons li a.facebook:hover,.social-icons li a[href*="facebook.com"]:hover {
  background-color: #3c599b;
  border: 1px solid #3c599b;
}

.social-icons li a.twitter:hover,.social-icons li a[href*="twitter.com"]:hover {
  background-color: #55acee;
  border: 1px solid #55acee;
}

.social-icons li a.pinterest:hover,.social-icons li a[href*="pinterest.com"]:hover {
  background-color: #cb2027;
  border: 1px solid #cb2027;
}

.social-icons li a.instagram:hover,.social-icons li a[href*="instagram.com"]:hover {
  background-color: #34648b;
  border: 1px solid #34648b;
}

.social-icons li a.youtube:hover,.social-icons li a[href*="youtube.com"]:hover {
  background-color: #c3181e;
  border: 1px solid #c3181e;
}

.social-icons li a.vimeo:hover,.social-icons li a[href*="vimeo.com"]:hover {
  background-color: #5289cc;
  border: 1px solid #5289cc;
}

.social-icons li a.flickr:hover,.social-icons li a[href*="flickr.com"]:hover {
  background-color: #ea0e7b;
  border: 1px solid #ea0e7b;
}

.social-icons li a.linkedin:hover,.social-icons li a[href*="linkedin.com"]:hover {
  background-color: #0073b2;
  border: 1px solid #0073b2;
}

.social-icons li a span {
  line-height: 30px;
}/**
 * 12.0 - Lightbox
 */body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  width: 100% !important;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9998;
  opacity: 0.5;
  background-color: #000;
}

.lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}

.lb-outerContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 15px;
}

.lb-loader {
  position: absolute;
  top: 50%;
  left: 0;
  height: 60px;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  margin: -30px auto 0 auto;
  padding: 0;
  width: 60px;
  height: 60px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-top-width: 2px;
  border-top-color: rgba(0, 0, 0, 0.8);
  border-radius: 60px;
  -webkit-animation: cancelRotate 0.7s infinite ease-in-out normal;
  -o-animation: cancelRotate 0.7s infinite ease-in-out normal;
     animation: cancelRotate 0.7s infinite ease-in-out normal;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  overflow: hidden;
}

.lb-container > .nav {
  left: 0;
}

.lb-prev,.lb-next {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  display: block;
  background-color: #fff;
  z-index: 9999;
  opacity: 1;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lb-nav a.lb-prev {
  width: 60px;
  height: 60px;
  left: -60px;
  background-image: url(../images/interface/arrow_left.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.lb-nav a.lb-next {
  width: 60px;
  height: 60px;
  right: -60px;
  background-image: url(../images/interface/arrow_right.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.lb-nav:hover a.lb-prev {
  left: 0;
}

.lb-nav:hover a.lb-next {
  right: 0;
}

.lb-prev:hover,.lb-next:hover {
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.lb-dataContainer {
  margin: 0 auto;
  width: 100%;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0;
  display: block;
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.lb-data .lb-details {
  float: left;
  padding: 15px 0;
  text-align: left;
  line-height: 1em;
}

.lb-data .lb-caption {
  font-size: 12px;
  font-style: italic;
}

.lb-data .lb-number {
  display: block;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
}

.lb-data .lb-closeContainer {
  float: right;
}

.lb-data .lb-close {
  position: absolute;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  cursor: pointer;
  opacity: 1;
  z-index: 9999;
  background-image: url("/var/themes/default/skin/images/close_icon_black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  -webkit-background-size: 20px 20px;
          background-size: 20px 20px;
  border-radius: 45px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotate(0deg);
   -o-transform: rotateZ(0deg);
      transform: rotateZ(0deg);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.lb-data .lb-close:hover {
  background-color: #d5d5d5;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
   -o-transform: rotateZ(180deg);
      transform: rotateZ(180deg);
}/**
 * 13.0 - Carousel (homepage slider)
 */.carousel {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.carousel-inner > .item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  overflow: hidden;
}

.carousel-inner > .next,.carousel-inner > .prev,.carousel-inner > .next.left,.carousel-inner > .prev.right,.carousel-inner > .active.left,.carousel-inner > .active.right {
  left: 0;
}

.carousel-inner > .item.active.left,.carousel-inner > .item.active.right {
  z-index: 1;
}

.carousel-inner > .item.active,.carousel-inner > .item.next.left,.carousel-inner > .item.prev.right {
  z-index: 5;
}

.carousel-inner .mask {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
     transition-duration: 1s;
}

.carousel-inner .mask:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 4px double rgba(255, 255, 255, 0.25);
}

.carousel-inner > .item.active .mask {
  opacity: 1;
}

.carousel-inner > .item.active.left .mask,.carousel-inner > .item.active.right .mask {
  opacity: 0;
}

.carousel-inner > .item.next.left .mask,.carousel-inner > .item.prev.right .mask {
  opacity: 1;
}

.carousel-inner > .item .slide-image {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.carousel-inner > .item.active .slide-image {
  opacity: 1;
}

.carousel-inner > .item.next.left .slide-image,.carousel-inner > .item.prev.right .slide-image {
  -webkit-animation-name: rotateIn;
       -o-animation-name: rotateIn;
          animation-name: rotateIn;
  -webkit-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
       -o-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
       -o-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.carousel-caption {
  display: block;
  position: absolute;
  bottom: 100px;
  right: 0;
  z-index: 1000;
  color: #fff;
}

.carousel-caption .title-block {
  display: block;
  margin-bottom: 20px;
  padding: 26px 20px 26px 40px;
  overflow: hidden;
  background-color: #fff;
}

.carousel-caption .title-block h2 {
  display: block;
  margin: 0;
  float: left;
  text-align: right;
  font-size: 36px;
  line-height: 42px;
  padding-right: 20px;
}

.carousel-caption .subtitle-block {
  display: block;
  float: right;
  padding: 18px 30px 18px 35px;
  background-color: #000;
}

.carousel-caption .subtitle-block h4 {
  display: inline-block;
  padding: 0;
  margin: 0;
  float: left;
  font-size: 16px;
  line-height: 1.5em;
  color: #999;
}

.carousel-caption .subtitle-block a {
  display: block;
  float: right;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #c5c5c5;
}

.carousel-caption .subtitle-block a:hover {
  color: #fff;
}

.carousel-inner > .item.next.left .carousel-caption .animate.short-delay,.carousel-inner > .item.prev.right .carousel-caption .animate.short-delay {
  -webkit-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
     animation-delay: 0.3s;
}

.carousel-inner > .item.next.left .carousel-caption .animate.medium-delay,.carousel-inner > .item.prev.right .carousel-caption .animate.medium-delay {
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
     animation-delay: 0.6s;
}

.carousel-inner > .item .carousel-caption .animate.medium-delay p:last-child {
  margin-bottom: 0px;
}

.carousel-inner > .item .carousel-caption .animate {
  opacity: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
   -o-transform-origin: 0 0;
      transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.carousel-inner > .item.active .carousel-caption .animate {
  opacity: 1;
}

.carousel-inner > .item.active.left .carousel-caption .animate,.carousel-inner > .item.active.right .carousel-caption .animate {
  opacity: 0;
}

.carousel-inner > .item.next.left .carousel-caption .animate,.carousel-inner > .item.prev.right .carousel-caption .animate {
  -webkit-animation: 1s ease fall;
  -o-animation: 1s ease fall;
     animation: 1s ease fall;
}

.carousel-nav {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 0;
}

.carousel-nav a {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  text-indent: -9999px;
  background-color: #fff;
  background-image: url('../images/interface/nav-buttons.png');
  background-repeat: no-repeat;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.carousel-nav a.left {
  background-position: 0 100%;
}

.carousel-nav a.right {
  background-position: 100% 0;
}

.carousel-nav a.left:hover {
  background-position: 100% 100%;
}

.carousel-nav a.right:hover {
  background-position: 0 0;
}

.carousel-indicators {
  position: absolute;
  bottom: 45px;
  left: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 150;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px 10px;
  text-indent: -999px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.carousel-indicators li:hover {
  background-color: #fff;
}

.carousel-indicators li.active {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid transparent;
}

.carousel-indicators li:before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  background-color: transaprent;
  border-radius: 24px;
  -webkit-transition: border .2s ease;
  -o-transition: border .2s ease;
  transition: border .2s ease;
}

.carousel-indicators li.active:before {
  border: 2px solid #fff;
}

.carousel-progress {
  position: absolute;
  top: 75px;
  right: 75px;
  z-index: 100;
  width: 150px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
}

.carousel-progress .bar {
  display: block;
  position: relative;
  height: 1px;
  width: 150px;
  opacity: 0;
  background-color: #fff;
  -webkit-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  -o-transform: translateX(-150px);
     transform: translateX(-150px);
}

.carousel-progress.active .bar {
  opacity: 1;
  -webkit-animation: loader 4000ms linear;
  -o-animation: loader 4000ms linear;
     animation: loader 4000ms linear;
}

.carousel-preloader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: #cacaca;
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
     transition-duration: .5s;
}

.carousel-preloader.complete {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
     transition-delay: .6s;
}

.carousel-preloader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #444 #fff #fff #fff;
  border-radius: 60px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.4);
          box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.4);
  -webkit-animation: preloader .9s infinite ease normal;
  -o-animation: preloader .9s infinite ease normal;
     animation: preloader .9s infinite ease normal;
}/**
 * 14.0 - Typography addons
 */.highlight-muted,.highlight-warning,.highlight-info,.highlight-success {
  padding: 3px 6px;
  margin: 0 3px;
  color: #fff;
}

.highlight-muted {
  background-color: #aaa;
}

.highlight-warning {
  background-color: #e10000;
}

.highlight-info {
  background-color: #0293c9;
}

.highlight-success {
  background-color: #9cc902;
}/* Alerts */.alert {
  padding: 15px;
  margin-bottom: 30px;
  text-shadow: none;
  background-color: #9cc902;
  border: 0;
}

.alert p {
  margin: 0;
}

.text-bigger {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  line-height: 1.6em;
  color: #262626;
}

.alert,.alert .alert-heading {
  color: #fff;
}

.alert-heading {
  margin: 0 0 10px;
}

.alert-warning,.alert-danger,.alert-error {
  background-color: #e10000;
  border-color: #e10000;
  color: #fff;
}

.alert-info,.alert-notice {
  background-color: #0293c9;
}/* dropcap */p.dropcap:first-letter {
  position: relative;
  display: block;
  float: left;
  margin: 10px 15px 15px 0;
  padding: 0 15px 15px 0;
  font-style: normal;
  font-size: 90px;
}/**
 * 15.0 - Modules
 */.module-title:before,.module-title:after,.module-content:before,.module-content:after {
  display: table;
  line-height: 0;
  content: "";
}

.module-title:after,.module-content:after {
  clear: both;
}

.module {
  display: block;
  margin: 0 0 14px;
  padding-bottom: 24px;
  border-bottom: solid 1px #f5f5f5;
}

.module a {
  font-size: 18px !important;
  font-family: Merriweather;
  color: #790118 !important;
  font-weight: 400;
}

.module a span {
  color: #790118 !important;
  font-size: 14px !important;
}

.module.basic {
  margin: 0;
}

.module-title {
  margin: 0 0 10px;
}

.module-title .sub-title {
  font-size: 12px;
  color: #959595;
  text-transform: none;
}

.module-title > * {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: Merriweather;
}

.module-title span {
  color: #eee;
}

.module-content > ul,.module-content > ol,.module-content > form,.module-content > fieldset,.module-content p:last-of-type {
  margin-bottom: 0;
}

.module.box-dark,.module.box-gray,.module.box-color,.module.box-border {
  padding: 45px 30px;
}

.module.box-border {
  border: 1px solid #e5e5e5;
}

.module.box-gray {
  background: #f2f2f2;
}

.module.box-dark {
  background: #1f1f1f;
  color: #808080;
}

.module.box-dark a,.module.box-color a {
  color: #fff;
}

.module.box-dark a:hover,.module.box-color a:hover {
  text-decoration: underline;
}

.module.box-dark .module-title,.module.box-color .module-title {
  border-color: rgba(255, 255, 255, 0.1);
}

.module.box-dark .module-title > *,.module.box-color .module-title > * {
  color: #fff;
}

.module.border-black .module-title {
  border-bottom: 2px solid #262626;
}

.module.border-black-top .module-title,.module.border-gray-top .module-title,.module.border-color-top .module-title {
  border-bottom: 0;
  padding-top: 15px;
}

.module.border-black-top .module-title {
  border-top: 2px solid #262626;
}

.module.border-gray-top .module-title {
  border-top: 2px solid #aeaeae;
}

.module.gray-title .module-title {
  background-color: #f0f0f0;
  padding: 15px;
}

.module.gray-title .module-title h3 {
  color: #444;
}

.maintance .site {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  padding: 20px ! important;
}

.maintance .site .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.maintance .background {
  padding: 0 ! important;
}

.maintance .offline-box {
  position: relative;
  z-index: 9999;
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 60px;
  text-align: center;
  background: #fff;
  border: 10px solid #fff;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.maintance .offline-box .module,.maintance .offline-box .copyrights {
  margin-bottom: 0;
}

.maintance .offline-box .header .logo {
  margin: 0 0 45px;
}

.maintance .message {
  margin: 0 0 30px 0;
  padding: 15px 0;
  font-style: italic;
  color: #0293c9;
  border-top: 2px solid #0293c9;
  border-bottom: 2px solid #0293c9;
  line-height: 25px;
}/**
 * 17.0 - Error page (404)
 */.maintance .error-box {
  position: relative;
  z-index: 9999;
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 60px;
  text-align: center;
  background: #fff;
  border: 10px solid #fff;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.maintance .error-box h1 {
  font-size: 140px;
}

.maintance .error-box h2,.maintance .error-box h3,.maintance .error-box h4,.maintance .error-box h5 {
  line-height: 1.2em;
}

.maintance .error-box .copyrights {
  margin-top: 15px;
  margin-bottom: 0;
}

#lightbox .lb-container {
  padding: 0;
}

.error-content {
  margin: 50px;
}

#callbackFormContact .caption {
  padding: 0;
  font-size: 12px;
  color: #808080;
  margin-bottom: 30px;
}

#callbackFormContact label {
  margin: 0;
  text-align: left;
}

#callbackFormContact .column > .textmess {
  clear: both;
}

#callbackFormContact .column .column-left {
  float: left;
  width: 48%;
}

#callbackFormContact .column .column-right {
  float: right;
  width: 48%;
}

.paginationControl {
  margin: 10px 0;
}

.paginationControl > * {
  width: 30px;
  display: inline-block;
  text-align: center;
}

.paginationControl > strong {
  border: 1px solid #444;
}

.paginationControl > a {
  border: 1px solid #780a19;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.paginationControl > a:hover {
  background: #780a19;
  color: white;
}

.header_title {
  display: inline-block;
  color: white;
  margin: 10px;
}

.tur3d {
  font-size: 18px;
  border: 1px solid #780a19;
  padding: 5px 8px;
}

.tur3d:hover {
  background: #780a19;
  color: white;
}

.langs > a {
  border: 1px solid #e6e5ea;
  padding: 2px 3px;
  width: 57px;
  margin: 5px;
  display: inline-block;
  color: #e6e5ea;
  font-size: 17px;
  font-family: corbel;
  font-weight: bold;
  text-align: center;
}

.langs > a.active {
  color: #780a19;
  border-color: #780a19;
}

.langs > a:hover {
  color: #780a19;
}

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

.title-block .prev,.title-block .next {
 /*text-transform:uppercase;*/
  font-family: 'Playfair Display SC', serif;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.2;
  color: #252525;
  color: rgba(0, 0, 0, 0.8);
  -webkit-font-variant-ligatures: common-ligatures;
     -moz-font-variant-ligatures: common-ligatures;
          font-variant-ligatures: common-ligatures;
}

.form-horizontal {
  text-align: center;
  padding: 10px 10px 0;
}

.form-horizontal#reservationForm .column-right {
  margin-top: 10px;
}

.mobile-image {
  display: none;
}/* min-width 979px *//* max-width 1400px *//* max-width 1199px *//* max-width 979px *//* max-width 767px *//* max-width 767px *//* max-width 480px *//* custom.css *//**
 *	@package	 Loyalé - HTML5 Template - version 1.0
 *	@copyright	 Copyright (C) 7Studio 2016 - seventhemes.com  All rights reserved.
 *	@license	 https://themeforest.net/licenses/terms/regular
**//**
 * Please use this file to store any custom CSS style.
 *//* Font families */body {
  font-family: 'Merriweather', serif;
}

.merriweather {
  font-family: 'Merriweather', serif;
}

.playfair {
  font-family: 'Playfair Display SC', serif;
}

h1,.h1,h2,h3,h4,h5,h6,button,input[type="button"],input[type="reset"],input[type="submit"],.btn,.main-nav,.tabs li a,.article-header .time,.masonry-nav > ul li a,.dropcap:first-letter {
  font-family: 'Playfair Display SC', serif;
}/* Colors */a,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
  color: #780a19;
}

button,input[type="button"],input[type="reset"],input[type="submit"],.btn {
  background-color: #780a19;
  color: white;
}

.btn-primary {
  background-color: #333;
}

.btn-primary:hover,.btn-primary:focus {
  background-color: #050505;
}

.article-header .time {
  background-color: #780a19;
  color: white;
}

.module.color-title .module-title {
  background-color: #780a19;
  color: white;
}

.module.color .module-title > * {
  color: #780a19;
}

.module.box-color {
  background-color: #780a19;
  color: white;
}

.module.border-color .module-title {
  border-bottom: 2px solid #780a19;
}

.module.border-color-top .module-title {
  border-top: 2px solid #780a19;
}

.main .content.media article {
  position: relative;
  overflow: hidden;
}

.main .content.media article .slider-block {
  margin: 0 0 35px 0;
}

.main .content.media article .slider-block .gallery {
  margin: 0;
}

.main .content.media .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 10;
}

.main .content.media .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid transparent;
}

.main .content.media .owl-dots .owl-dot.active span:before {
  border: 2px solid #fff;
}

.main .content.media .owl-dots .owl-dot:hover span {
  background: white;
}

.main .content.media .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px 10px;
  text-indent: -999px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.main .content.media .owl-dots .owl-dot span:before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  background-color: transparent;
  border-radius: 24px;
  -webkit-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
}

.media_tv {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.media_tv._mobile {
  display: none;
}

.media_tv_top {
  position: relative;
  margin-bottom: 0;
}

.media_tv_top._mobile {
  display: none;
}

.media_tv_top .screen {
  z-index: 1;
  margin: auto;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 100%;
  margin-top: -58px;
}

.media_tv:after,.media_tv_top:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.media_tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.media_tv .screen.active {
  opacity: 1;
}

.owl-carousel .owl-item .item-img._mobile {
  display: none;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
}

.social .title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90px;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  max-width: 90px;
  font-size: 11px;
  color: #959595;
  line-height: 1.27;
}

.social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 3px;
}

.social a:hover {
  background-color: #000 !important;
}

.social a.viber {
  background-color: #7a4e9d;
}

.social a.telegram {
  background-color: #319fda;
}

.data-accordion-content {
  display: none;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px;
  clear: both;
}

.footer-block a {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.footer-block > * {
  padding: 0 15px;
  margin: 20px 0 20px;
}

.footer-block .col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333333%;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.footer-block .col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66666667%;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.footer-block .col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.footer-block .col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333333%;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.footer-block .col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66666667%;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.footer-block .col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.footer-block .col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333333%;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.footer-block .col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66666667%;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.footer-block .col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.footer-block .col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333333%;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.footer-block .col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66666667%;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.footer-block .col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.footer-block .footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-block .footer-menu a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.footer-block .footer-menu a:not(:last-child) {
  margin-right: 15px;
}

.footer-block .footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-block .footer-social a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30px;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  max-width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  margin: 5px 6px;
}

.footer-block .footer-social a:hover {
  background-color: #78011d;
  border: 1px solid #78011d;
  color: #fff;
}

.footer-block .footer-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-block .footer-img img {
  max-width: 33%;
  height: auto;
}

.footer-block .footer-lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-block .footer-lang a {
  margin: 5px;
  width: 57px;
  height: 31px;
  border: 1px solid #e6e5ea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
  font-weight: bold;
  font-family: Corbel;
  color: #444;
}

.footer-block .footer-lang a.active {
  color: #780a19;
  border-color: #780a19;
}

.footer-block .footer-lang a:hover {
  color: #780a19;
  border-color: #780a19;
}

.offer-contract {
  color: #780a19;
}

.chat-telegram_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border: 1px solid #00A0E4;
  padding: 2px 12px 2px 8px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.chat-telegram_menu .telegram-icon {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3392_674)'%3E%3Cpath d='M9.15113 19.5666L28.4345 12.1316C29.3295 11.8083 30.1111 12.35 29.8211 13.7033L29.8228 13.7016L26.5395 29.17C26.2961 30.2666 25.6445 30.5333 24.7328 30.0166L19.7328 26.3316L17.3211 28.655C17.0545 28.9216 16.8295 29.1466 16.3128 29.1466L16.6678 24.0583L25.9345 15.6866C26.3378 15.3316 25.8445 15.1316 25.3128 15.485L13.8611 22.695L8.92446 21.155C7.85279 20.815 7.82946 20.0833 9.15113 19.5666Z' fill='%2300A0E4'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  border-radius: 50%;
}

.chat-telegram_menu .text {
  color: #00A0E4;
  font-size: 14px;
}

.chat-telegram_menu:hover {
  background-color: white;
}

@media screen and (min-width: 767px) {
  .mobileh1 {
    display: none;
  }
}

@media (min-width: 979px) {
  .visible-desktop {
    display: block;
  }

  .hidden-desktop {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .mobile-show {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .masonry .col-3-12 {
    width: 33.3331%;
  }

  .masonry .masonry-item .article-content {
    padding: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .background {
    padding-left: 280px;
  }

  .main-nav ul ul {
    left: 280px;
  }

  .masonry .col-3-12,.masonry .col-4-12 {
    width: 50%;
  }
}

@media (max-width: 979px) {
  .header-trigger-contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32px;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    max-width: 32px;
    text-align: center;
    line-height: 32px;
    margin-left: 30px;
  }

  .header-trigger-contacts img {
    max-width: 22px;
    height: auto;
  }

  .mobile-callback {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 15px;
    z-index: 9999;
    background: #fff;
    -webkit-box-shadow: 0 -3px 9px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 -3px 9px 0 rgba(0, 0, 0, 0.16);
  }
}

@media screen and (max-width: 979px) {
  .main-sidebar .menu {
    display: none;
  }

  .mobile-nav ul .submenu {
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .mobile-nav ul li > a,.mobile-nav ul li > span {
    padding: 15px;
  }

  .mobile-nav .parent > span:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 3px;
    border-color: transparent transparent transparent #585858;
    margin-left: 10px;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 19px;
    right: 0px;
  }

  .mobile-nav .parent.active > .submenu {
    max-height: 1200px;
  }

  .mobile-nav .parent.active > span:after {
    border-color: transparent transparent transparent #7a0019;
  }

  .mobile-image {
    display: block;
    width: 100%;
  }

  .mobile-hide {
    display: none;
  }

  .mobile-show {
    display: block;
  }

  .mobile-overlay > .order {
    margin: 8px 0 30px;
    display: inline-block;
  }

  .masonry-nav > ul {
    left: 0;
  }

  .visible-desktop {
    display: none;
  }

  .hidden-desktop {
    display: block;
  }

  .main-sidebar {
    width: 100%;
    max-height: 80px;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .menu-button {
    display: block;
  }

  .main-sidebar .table {
    height: auto;
    display: block;
 /*overflow:hidden;*/;
  }

  .main-sidebar .table br {
    display: none;
  }

  .main-sidebar .table .btn {
    position: fixed;
    top: 83px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .main-sidebar .header {
    vertical-align: none;
  }

  .main-sidebar .middle,.main-sidebar .footer {
    display: none ! important;
  }

  .main-sidebar .logo {
    margin: 0 ! important;
    padding-left: 20px;
  }

  .main-sidebar .logo {
    float: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .main .content.full-width {
    padding: 10px;
  }

  .background {
    padding-top: 80px;
    padding-left: 0;
  }

  .masonry .col-6-12 .masonry-item h2 {
    font-size: 24px;
  }

  .totop {
    right: 15px;
    bottom: 15px;
  }

  .carousel-caption {
    bottom: 80px;
  }

  .carousel-caption .title-block {
    padding: 25px;
  }

  .carousel-caption .title-block h2 {
    font-size: 30px;
    line-height: 36px;
    padding-right: 20px;
  }

  .carousel-caption .subtitle-block {
    padding: 10px 20px;
  }

  .carousel-indicators {
    bottom: 12px;
  }
}

@media (max-width: 978px) {
  hr {
    margin: 15px auto;
  }

  .menu-item {
    height: 42px;
    line-height: 42px;
  }

  .toggle-header a {
    height: 42px;
    line-height: 42px;
  }
}

@media (max-width: 768px) {
  .buttons-wrap .menu-button-all {
    font-size: 14px;
    padding: 10px;
  }

  .main .content.media article .slider-block {
    height: auto;
    min-height: 200px;
    overflow: hidden;
    margin: 0 -10px 15px;
    width: auto;
  }

  .main .content.media article .slider-block .owl-theme .owl-dots .owl-dot {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .classic-menu .title-center h4 .img-wrap {
    width: 100%;
  }

  .classic-menu .title-center .link {
    width: 100%;
  }

  .classic-menu .title-center .link img {
    display: none;
  }

  .media_tv {
    display: none;
  }

  .media_tv._mobile {
    display: block;
  }

  .media_tv_top._mobile {
    display: block;
  }

  .media_tv_top._desktop {
    display: none;
  }

  .owl-carousel .owl-item .item-img._mobile {
    display: block;
  }

  .owl-carousel .owl-item .item-img._desktop {
    display: none;
  }

  .footer_addr {
    display: none;
  }

  .totop {
    display: none !important;
  }

  .footer-block {
    padding-bottom: 20px;
  }

  .footer-block > * {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
    margin: 10px 0;
  }

  .footer-block .footer-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer-block .footer-img {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .hidden-phone {
    display: none;
  }

  .image-border {
    padding: 15px;
  }

  .masonry .masonry-item .article-content {
    padding: 20px;
  }

  .carousel-nav {
    display: none !important;
  }

  .col-1-12,.col-2-12,.col-3-12,.col-4-12,.col-5-12,.col-6-12,.col-7-12,.col-8-12,.col-9-12,.col-10-12,.col-11-12,.col-12-12 {
    width: 100%;
  }

  h1,.h1 {
    font-size: 27px;
    margin-bottom: 15px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 21px;
  }

  h4 {
    font-size: 18px;
  }

  h1 small,h2 small {
    font-size: 0.6em;
  }

  .main .content {
    padding: 0 50px;
  }

  .masonry-nav > ul {
    margin-top: 10px;
    margin-right: 10px;
  }

  .masonry-nav > ul li {
    display: block;
    float: none;
    border-left: 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .masonry .col-3-12,.masonry .col-4-12 {
    width: 100%;
  }

  .article-content section {
    margin-bottom: 30px;
  }

  ul.gallery.col-3 li,ul.gallery.col-4 li {
    width: 50%;
    float: left;
  }

  .carousel-caption {
    bottom: 0;
  }

  .carousel-caption .title-block {
    padding: 20px;
    margin-bottom: 0;
    float: none;
  }

  .carousel-caption .title-block h2 {
    font-size: 24px;
    line-height: 36px;
    padding: 0;
    margin-bottom: 0;
    text-align: left;
    float: left;
    display: block;
  }

  .carousel-caption .subtitle-block {
    padding: 10px 15px;
    display: none;
  }

  .carousel-caption .subtitle-block h4 {
    float: left;
    display: block;
    margin-right: 15px;
  }

  .carousel-caption .subtitle-block a {
    float: left;
    display: block;
    padding: 0;
    margin: 0;
  }

  .carousel-nav {
    float: right;
  }

  .carousel-indicators {
    display: none;
  }

  .tabs > li {
    display: block;
    float: none;
    width: 100%;
  }

  .tabs > li > a {
    margin-right: 0;
  }

  .tabs > li > a.active,.tabs > li > a.active:hover,.tabs > li > a.active:focus {
    background-color: #f4f4f4;
    border-top-color: #eaeaea;
    border-bottom-color: #eaeaea;
  }
}

@media all and (max-width: 600px) {
  .classic-menu h4 {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .clear-basket {
    margin-left: 0;
  }

  .basket-block-bottom-el {
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  .classic-menu .title {
    width: auto;
  }
}

@media screen and (max-width: 480px) {
  .header_title {
    margin: 30px;
    font-size: 24px;
  }

  .main .content {
    padding: 15px 20px;
  }

  .main .content.full-width {
    padding: 0;
  }

  .maintance .site {
    padding: 10px ! important;
  }

  .maintance .offline-box {
    padding: 30px;
  }

  .maintance .error-box h1 {
    font-size: 90px;
  }

  .masonry-nav > ul {
    margin: 20px 15px 15px;
  }

  .mobile-nav ul li > a {
    padding: 15px;
  }

  .article-header .time {
    display: block;
    margin: 0 auto 15px auto;
  }

  .article-header .time + .title-block {
    width: 100%;
    padding-left: 0;
  }

  .gallery li {
    padding-top: 5px;
  }

  ul.gallery.col-2 li,ul.gallery.col-3 li,ul.gallery.col-4 li {
    width: 100%;
    float: left;
  }

  .totop {
    right: 10px;
    bottom: 10px;
    margin: 0;
  }

  .classic-menu .dish-price {
    text-align: right;
  }

  .carousel-caption .title-block {
    padding: 12px 20px;
    margin-bottom: 0;
  }

  .carousel-nav {
    float: left;
    display: block;
  }

  .carousel-caption .title-block h2 {
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 1.4;
  }

  .mobile-overlay {
    text-align: left;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes cancelRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes cancelRotate {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes cancelRotate {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.24) rotate(5deg);
    transform: scale(1.24) rotate(5deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}

@-o-keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.24) rotate(5deg);
    -o-transform: scale(1.24) rotate(5deg);
       transform: scale(1.24) rotate(5deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
       transform: scale(1) rotate(0deg);
  }
}

@keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.24) rotate(5deg);
    -o-transform: scale(1.24) rotate(5deg);
       transform: scale(1.24) rotate(5deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
       transform: scale(1) rotate(0deg);
  }
}

@-webkit-keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@-o-keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-o-keyframes loader {
  0% {
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -o-transform: translateX(-150px);
       transform: translateX(-150px);
  }

  100% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
       transform: translateX(0px);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -o-transform: translateX(-150px);
       transform: translateX(-150px);
  }

  100% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
       transform: translateX(0px);
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes preloader {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes preloader {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
