/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

/* Libraries, which is used in current project. */
/* Libraries, which is used in current project. */
/* Some styles, which is used for correct sprite-generation, vars, mixins and etc */
/* Please, do not edit with file! */
/* This file can be overwritten by update-project! */
/* Mixins, which are specific for current project */
/* Mixins and vars for sprite generation */
/* Scss for used fonts */
/* Your custom fonts here */
/* Example

@include font-face('Open Sans', '../fonts/OpenSans-Italic', normal, italic, $exts: woff woff2 ttf);

// Var for using custom font
$font-1: 'Open Sans', Helvetica, Arial, sans-serif;
*/
@font-face {
  font-family: "PT Serif";
  font-weight: 400;
  src: url("../fonts/PT_Serif_Regular.woff") format("woff"), url("../fonts/PT_Serif_Regular.woff2") format("woff2");
}

@font-face {
  font-family: "PT Serif";
  font-weight: 300;
  src: url("../fonts/PT_Serif_Italic.woff") format("woff"), url("../fonts/PT_Serif_Italic.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-weight: 100;
  src: url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-weight: 300;
  src: url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.woff2") format("woff2");
}

/* Vars, which are specific for current project */
/* Styles for UI-elements */
/* Common styles for current project */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  font-family: "PT Serif";
  height: 100%;
  /*font-size: 0.8333333333333333vw;
    
    @include below(1199px) {
        font-size: 2.133333333333333vw;
    }
    
    @include below(749px) {
        font-size: 5vw;
    }*/
}

a {
  color: #a88550;
}

a:hover, a:active {
  color: #c19b77;
  text-decoration: none;
}

body.overflow {
  overflow: hidden;
}

body.overflow::before {
  content: '';
  position: fixed;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.other-menu .title-ico__text {
  margin-top: 0;
  font-size: 2.25rem;
}

.other-menu .title-ico__text::before {
  content: normal;
}

.other-menu .good__name, .other-menu .good__price {
  background-color: #fff;
}

.p-article {
  padding-top: 2.5rem;
}

.p-article__content {
  font-family: "Roboto";
  font-size: 0.9375rem;
  line-height: 1.875rem;
  color: #5d564f;
}
.p-article__content img {
  padding: 10px 15px;
}
.p-article__content::after {
  content: '';
  display: table;
  clear: both;
}

.p-article__content .img {
  width: 30.9375rem;
  margin-right: 1.875rem;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 1199px) {
  .p-article__content .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
}

.p-article__content h2 {
  display: inline;
}

@media screen and (max-width: 1199px) {
  .p-article__content h2 {
    display: block;
  }
}

.p-article__content .blockquote {
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
}

h1 {
  font-weight: normal;
}

h2 {
  position: relative;
  font-family: "PT Serif";
  font-size: 1.5rem;
  font-weight: normal;
  color: #29292e;
  padding-bottom: 0.6875rem;
}

h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 4.1875rem;
  height: 1px;
  background-color: #a6a6a6;
}

.clear {
  clear: both;
}

.blockquote {
  position: relative;
  padding-bottom: 1.8125rem;
  padding-right: 1.8125rem;
  padding-top: 1.1875rem;
  padding-left: 5.6875rem;
  background-color: #f4f4f4;
}

.blockquote::before {
  content: '';
  position: absolute;
  left: 1.75rem;
  top: 1.8125rem;
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  background-size: cover;
  background-position: center;
  background-image: url(../img/content/quote.png);
}

ul li {
  margin-bottom: 0;
}

/* Plugins, which is used in current project. */
/* Components, which is used in current project. */
.header {
  padding-top: 1rem;
}

@media screen and (max-width: 749px) {
  .header {
    padding-top: 0.8125rem;
  }
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 749px) {
  .header .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header__logo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: -4.9375rem;
}

@media screen and (max-width: 1199px) {
  .header__logo {
    margin-left: -5.6875rem;
  }
}

@media screen and (max-width: 749px) {
  .header__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

.header__logo img {
  width: 12.5rem;
  height: 8.8125rem;
}

@media screen and (max-width: 1199px) {
  .header__logo img {
    width: 9.375rem;
    height: auto;
  }
}

@media screen and (max-width: 749px) {
  .header__logo img {
    width: 11.3125rem;
  }
}

.header__call-data {
  width: calc(100% - 3.5625rem);
}

@media screen and (max-width: 1199px) {
  .header__call-data {
    width: calc(100% - 3.375rem);
    margin-top: 0.9375rem;
  }
}

@media screen and (max-width: 749px) {
  .header__call-data {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

.header__call-text {
  position: relative;
}

.header__call-text .link {
  font-family: "PT Serif";
  font-size: 1.375rem;
  line-height: 1.1875rem;
  color: #29292e;
  text-decoration: none;
}

@media screen and (max-width: 1190px) {
  .header__call-text .link {
    font-size: 1.25rem;
  }
}

.header__call-text .icon_arrow-call {
  width: 0.625rem;
  height: 0.3125rem;
}

.header__wrap-icon {
  position: absolute;
  top: 0;
  right: 2.125rem;
  width: 0.9375rem;
  height: 100%;
  background-image: url(../img/minified-svg/arrow-call.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.625rem 0.3125rem;
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .header__wrap-icon {
    right: 3.75rem;
  }
}

@media screen and (max-width: 749px) {
  .header__wrap-icon {
    right: -0.9375rem;
  }
}

.header__submenu {
  position: absolute;
  z-index: 1;
  top: calc(100% + 2.3125rem);
  left: 0;
  display: none;
  width: calc(100% + 2.5rem);
  padding-top: 1.875rem;
  padding-bottom: 2rem;
  padding-left: 1.3125rem;
  border-top: 0.25rem solid #a88550;
  background-color: #fff;
  box-shadow: 0 0.3125rem 0.8125rem 0 rgba(51, 51, 51, 0.4);
}

@media screen and (max-width: 749px) {
  .header__submenu {
    left: -3.125rem;
    width: calc(100% + 6.25rem);
    padding-left: 0;
  }
}

.header__submenu::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: -1.3125rem;
  left: 0.875rem;
  display: block;
  border: 0.4375rem solid transparent;
  border-bottom: 0.6875rem solid #a88550;
}

.header__submenu_open {
  display: block;
}

.header__phone {
  font-family: "PT Serif";
  font-size: 1.375rem;
  line-height: 1.1875rem;
  color: #29292e;
}

.header__type {
  margin-top: 0.1875rem;
  font-family: "PT Serif";
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #5d564f;
  letter-spacing: 0.03125rem;
}

.header__item:not(:last-of-type) {
  margin-bottom: 2.0625rem;
}

.header__call-address {
  position: relative;
  top: 0.25rem;
  font-family: "PT Serif";
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #5d564f;
  letter-spacing: 0.01875rem;
}

@media screen and (max-width: 1199px) {
  .header__call-address {
    width: 6.875rem;
  }
}

@media screen and (max-width: 749px) {
  .header__call-address {
    display: none;
  }
}

.header__content {
  padding-bottom: 0.9375rem;
  margin-bottom: 0.3125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 749px) {
  .header__content {
    margin-bottom: 0;
    border-bottom: none;
  }
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 18.3125rem;
}

@media screen and (max-width: 749px) {
  .header__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

.header__left .icon_call {
  width: 2.3125rem;
  height: 2.25rem;
  fill: #a88550;
}

@media screen and (max-width: 749px) {
  .header__left .icon_call {
    display: none;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 13.125rem;
}

@media screen and (max-width: 749px) {
  .header__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-top: 0.625rem;
  }
}

.header__soc {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .header__soc {
    display: none;
  }
}

.header__call-me {
  position: relative;
  top: -0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .header__call-me {
    top: 0;
  }
}

.header__call-me .icon_call-me {
  width: 1.75rem;
  height: 1.8125rem;
  margin-right: 0.5rem;
  fill: #a88550;
}

@media screen and (max-width: 749px) {
  .header__call-me .icon_call-me {
    display: none;
  }
}

.header__call-me .link {
  font-family: "PT Serif";
  font-size: 1.0625rem;
  line-height: 1.375rem;
  color: #29292e;
  text-decoration: none;
}

.footer {
  position: relative;
  height: 19.9375rem;
  padding-top: 2.5rem;
  background-color: #29292b;
  background-image: url(../img/assets/footer/footer.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 749px) {
  .footer {
    height: auto;
    padding-bottom: 2.8125rem;
    background-image: url(../img/assets/footer/footer-mobile.jpg);
    background-position: top;
    background-size: auto;
  }
}

.footer .container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 749px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 749px) {
  .footer__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0.6875rem;
    text-align: center;
  }
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 749px) {
  .footer__links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__center {
  position: relative;
  top: 4.375rem;
  left: 4rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: auto;
}

@media screen and (max-width: 749px) {
  .footer__center {
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 5.4375rem;
  }
}

.footer__right {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-top: 0.875rem;
}

@media screen and (max-width: 749px) {
  .footer__right {
    padding-top: 2.4375rem;
  }
}

.footer__right .icon-text:not(:last-of-type) {
  margin-bottom: 3.125rem;
}

@media screen and (max-width: 749px) {
  .footer__right .icon-text:not(:last-of-type) {
    margin-bottom: 1.625rem;
  }
}

.footer__title-menu {
  margin-bottom: 0.5rem;
  font-family: "PT Serif";
  font-size: 2.25rem;
  line-height: 3rem;
  color: #ddb87d;
}

.footer__title-icon {
  font-family: "Roboto";
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #f8f6e7;
  text-align: center;
}

.footer__link {
  font-family: "Roboto";
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 2.25rem;
  color: #f8f6e7;
  text-decoration: none;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

.footer__link:hover {
  color: #a88550;
}

.footer__soc .link {
  position: relative;
}

.footer__soc .link::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  display: block;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer__soc.soc-ico .soc-ico__item:not(:last-of-type) {
  margin-right: 0.8125rem;
}

.footer__soc.soc-ico .icon {
  position: relative;
  z-index: 1;
  width: 2.375rem;
  height: 2.375rem;
}

.footer__soc.soc-ico .icon_vk {
  fill: #4A76A8;
}

.footer__soc.soc-ico .icon_facebook {
  fill: #4267B2;
}

.footer__soc.soc-ico .icon_ok {
  fill: #ee8208;
}

.footer__soc.soc-ico .icon_instagram {
  fill: #cebfa9;
}

.container {
  max-width: 71.25rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

.link__text {
  color: #fff;
}

.link_button {
  padding: 0.625rem 4.3125rem;
  font-family: "Roboto";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: #fff;
  text-decoration: none;
  background-color: #a88550;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

@media screen and (max-width: 1199px) {
  .link_button {
    padding-right: 3.4375rem;
    padding-left: 3.4375rem;
  }
}

@media screen and (max-width: 749px) {
  .link_button {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}

.link_button:hover {
  background-color: #7f643c;
}

.link_button-lemonade {
  padding: 0.5rem 3.25rem;
  font-family: "Roboto";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: #6f5d4c;
  text-decoration: none;
  border: 1px solid #6f5d4c;
  background-color: transparent;
  -webkit-transition: background 300ms ease-in-out, border 300ms ease-in-out, color 300ms ease-in-out;
  transition: background 300ms ease-in-out, border 300ms ease-in-out, color 300ms ease-in-out;
}

.link_button-lemonade:hover {
  color: #fff;
  border-color: #a88550;
  background-color: #a88550;
}

.link_button-transparent {
  padding: 0.5rem 2.25rem;
  font-family: "Roboto";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: #fff;
  text-decoration: none;
  border: 1px solid #b7b7b7;
  background-color: transparent;
  -webkit-transition: background 300ms ease-in-out, border 300ms ease-in-out, color 300ms ease-in-out;
  transition: background 300ms ease-in-out, border 300ms ease-in-out, color 300ms ease-in-out;
}

.link_button-transparent:hover {
  border-color: #a88550;
  background-color: #a88550;
}

.menu {
  background-color: #29292e;
}

.menu .container {
  display: block;
}

.menu__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 749px) {
  .menu__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1.1875rem;
  }
}

@media screen and (max-width: 749px) {
  .menu__links_hide {
    display: none;
  }
}

.menu__title {
  position: relative;
  top: -5px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.1875rem;
  font-family: "Roboto";
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 3.75rem;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .menu__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.menu__title .burger {
  margin-right: 2rem;
}

.menu__title_open .burger__element {
  background-color: transparent;
}

.menu__title_open .burger__element::before, .menu__title_open .burger__element::after {
  -webkit-transition-delay: 0s, .3s;
          transition-delay: 0s, .3s;
}

.menu__title_open .burger__element::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu__title_open .burger__element::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 250ms ease-in-out;
  transition: background 250ms ease-in-out;
}

@media screen and (max-width: 1200px) {
  .menu__item:not(:last-of-type) {
    margin-right: 0;
  }
}

@media screen and (max-width: 749px) {
  .menu__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-right: 0;
  }
}

.menu__item:not(:last-of-type) {
  margin-right: 2.5rem;
}

@media screen and (max-width: 1200px) {
  .menu__item:not(:last-of-type) {
    margin-right: 2.0625rem;
  }
}

.menu__item:hover {
  background-color: #a88550;
}

.menu__item:hover .icon {
  fill: #fff;
}

.menu__link {
  padding: 0.625rem 0.9375rem;
  font-family: "Roboto";
  font-size: 1.0625rem;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
  }
}

@media screen and (max-width: 749px) {
  .menu__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 3.75rem;
  }
  .menu__link .link__text {
    display: block;
    width: calc(100% - 3.4375rem);
  }
}

.menu__link .icon {
  margin-right: 0.375rem;
  -webkit-transition: fill 250ms ease-in-out;
  transition: fill 250ms ease-in-out;
  fill: #ddb87d;
}

@media screen and (max-width: 749px) {
  .menu__link .icon {
    margin-right: 0;
  }
}

.menu__link .icon_zal {
  width: 2.4375rem;
  height: 1.3125rem;
}

.menu__link .icon_services {
  width: 1.9375rem;
  height: 1.6875rem;
}

.menu__link .icon_photo {
  width: 1.875rem;
  height: 1.5rem;
}

.menu__link .icon_menu {
  width: 1.625rem;
  height: 1.625rem;
}

@media screen and (max-width: 749px) {
  .menu__link .icon_menu {
    margin-left: 0.4375rem;
  }
}

.menu__link .icon_contacts {
  width: 1.9375rem;
  height: 1.6875rem;
}

.menu__link .icon_articles {
  width: 1.25rem;
  height: 1.5rem;
}

@media screen and (max-width: 749px) {
  .menu__link .icon_articles {
    margin-left: 0.4375rem;
  }
}

.soc-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.soc-ico .icon {
  width: 1.6875rem;
  height: 1.625rem;
  -webkit-transition: fill 250ms ease-in-out;
  transition: fill 250ms ease-in-out;
  fill: #cccccc;
}

.soc-ico .icon_vk:hover {
  fill: #4A76A8;
}

.soc-ico .icon_facebook:hover {
  fill: #4267B2;
}

.soc-ico .icon_ok:hover {
  fill: #ee8208;
}

.soc-ico .icon_instagram:hover {
  fill: #cebfa9;
}

.soc-ico__item:not(:last-of-type) {
  margin-right: 0.4375rem;
}

.slider {
  position: relative;
  width: 100%;
  height: 33.375rem;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .slider {
    height: 27.875rem;
  }
}

@media screen and (max-width: 749px) {
  .slider {
    height: 17.5rem;
  }
}

.slider__item {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slider__image {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .slider__image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.slider__wrapper,
.slider .slick-list,
.slider .slick-track {
  height: 100%;
}

.slider .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 3.125rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1199px) {
  .slider .slick-arrow {
    right: 0.9375rem;
  }
}

.slider .slick-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5rem;
  height: 1rem;
  background-image: url(../img/minified-svg/arrow.svg);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider .slick-prev {
  right: auto;
  left: 3.125rem;
  fill: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1199px) {
  .slider .slick-prev {
    left: 0.9375rem;
  }
}

.slider .slick-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.slider__description {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38.625rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1199px) {
  .slider__description {
    width: 37.1875rem;
    height: 17.875rem;
    padding-top: 1.75rem;
  }
}

@media screen and (max-width: 749px) {
  .slider__description {
    width: 18.1875rem;
    height: 14.125rem;
    padding-top: 1.5625rem;
  }
}

.slider__title {
  width: 100%;
  margin: 0;
  font-family: "PT Serif";
  font-size: 3.75rem;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .slider__title {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

@media screen and (max-width: 749px) {
  .slider__title {
    font-size: 1.5rem;
    line-height: normal;
  }
}

.slider__subtitle {
  width: 100%;
  margin-top: 0.5625rem;
  margin-bottom: 3.625rem;
  font-family: "PT Serif";
  font-size: 1.5rem;
  line-height: 1.3125rem;
  color: #c19b77;
}

@media screen and (max-width: 1199px) {
  .slider__subtitle {
    margin-top: 0.9375rem;
    margin-bottom: 2.0625rem;
  }
}

@media screen and (max-width: 749px) {
  .slider__subtitle {
    margin-top: 0.625rem;
    margin-bottom: 1.8125rem;
    font-size: 0.9375rem;
    line-height: 1.3125rem;
  }
}

.slider .crumbs {
  margin-top: 1.25rem;
}

.slider_index {
  margin-top: 0.4375rem;
}

@media screen and (max-width: 749px) {
  .slider_index {
    margin-top: 0;
  }
}

.slider:not(.slider_index) .slider__item {
  background-attachment: fixed;
}

.slider_inner {
  margin-top: 0.4375rem;
}

.slider_inner .slider__description {
  width: 46.875rem;
  padding-top: 3.4375rem;
}

@media screen and (max-width: 1199px) {
  .slider_inner .slider__description {
    width: 37.25rem;
    height: auto;
  }
}

@media screen and (max-width: 749px) {
  .slider_inner .slider__description {
    width: 18.1875rem;
  }
}

.slider_inner .slider__title {
  font-size: 5rem;
  line-height: 3.75rem;
}

@media screen and (max-width: 749px) {
  .slider_inner .slider__title {
    font-size: 1.875rem;
  }
}

.slider_long .slider__title {
  font-size: 3.75rem;
}

@media screen and (max-width: 1199px) {
  .slider_long .slider__title {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

@media screen and (max-width: 749px) {
  .slider_long .slider__title {
    font-size: 1.5rem;
    line-height: normal;
  }
}

.slider_long .slider__description {
  width: 62.0625rem;
}

@media screen and (max-width: 1199px) {
  .slider_long .slider__description {
    width: 37.25rem;
  }
}

@media screen and (max-width: 749px) {
  .slider_long .slider__description {
    width: 18.1875rem;
  }
}

@media screen and (max-width: 749px) {
  .slider_veryLong {
    height: auto;
  }
}

@media screen and (max-width: 749px) {
  .slider_veryLong .slider__item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.slider_veryLong .slider__title {
  font-size: 2.8125rem;
}

@media screen and (max-width: 1199px) {
  .slider_veryLong .slider__title {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

@media screen and (max-width: 749px) {
  .slider_veryLong .slider__title {
    font-size: 1.5rem;
    line-height: normal;
  }
}

.slider_veryLong .slider__description {
  width: 100%;
  max-width: 71.25rem;
  padding-right: 5rem;
  padding-left: 5rem;
}

@media screen and (max-width: 1199px) {
  .slider_veryLong .slider__description {
    width: 37.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media screen and (max-width: 749px) {
  .slider_veryLong .slider__description {
    position: static;
    width: 18.1875rem;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

.offers {
  position: relative;
  padding-top: 2.8125rem;
}

@media screen and (max-width: 1199px) {
  .offers {
    padding-bottom: 2.625rem;
  }
}

@media screen and (max-width: 1199px) {
  .offers {
    padding-top: 3.75rem;
    padding-bottom: 5.4375rem;
  }
}

.offers::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  display: block;
  width: 71.3125rem;
  height: 24rem;
  background-color: #f4f4f4;
}

@media screen and (max-width: 1199px) {
  .offers::before {
    width: 34.1875rem;
    height: 100%;
  }
}

.offers .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1199px) {
  .offers .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.offers__item {
  width: 16.4375rem;
}

@media screen and (min-width: 1200px) {
  .offers__item:not(:last-of-type) {
    margin-right: 1.875rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 1199px) {
  .offers__item {
    width: 19.5625rem;
    margin-bottom: 4.375rem;
  }
  .offers__item:not(:nth-of-type(2n)) {
    margin-right: 3.9375rem;
  }
  .offers__item:nth-child(3), .offers__item:nth-child(4) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 749px) {
  .offers__item {
    width: 100%;
    text-align: center;
  }
  .offers__item:not(:last-of-type) {
    margin-bottom: 3.4375rem;
  }
}

.offers .icon_point {
  width: 5.5625rem;
  height: 5.5rem;
}

.offers .icon_song {
  width: 3rem;
  height: 6rem;
}

.offers .icon_key {
  width: 8.375rem;
  height: 5.5rem;
}

.offers .icon_change {
  width: 4.75rem;
  height: 5.75rem;
}

.offers .icon_lemonade {
  width: 6.0625rem;
  height: 11.125rem;
  fill: #6f5d4c;
}

@media screen and (max-width: 1199px) {
  .offers .icon_lemonade {
    display: none;
  }
}

.offers__wrapper-icon {
  height: 5.75rem;
}

.offers__icon {
  fill: #ac8950;
}

.offers__lemonade {
  position: absolute;
  right: -0.5625rem;
  bottom: -8.1875rem;
}

@media screen and (max-width: 1199px) {
  .offers__lemonade {
    right: 0.75rem;
    bottom: 12.25rem;
  }
}

.offers__title {
  display: block;
  height: 3.5rem;
  margin-top: 1.5625rem;
  font-family: "PT Serif";
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #29292e;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

@media screen and (max-width: 749px) {
  .offers__title {
    height: auto;
    font-size: 1.25rem;
  }
}

.offers__title:hover {
  color: #a88550;
}

.offers__subtitle {
  margin-top: 0.9375rem;
  margin-bottom: 0;
  font-family: "Roboto";
  font-size: 0.9375rem;
  font-weight: 400;
  color: #796d62;
  letter-spacing: -0.03125rem;
}

@media screen and (max-width: 1199px) {
  .offers__subtitle {
    width: 14.375rem;
  }
}

@media screen and (max-width: 749px) {
  .offers__subtitle {
    width: auto;
  }
}

.offers__link {
  margin-top: 0.6875rem;
  font-family: "Roboto";
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.5rem;
  color: #39393c;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.offers__link:hover {
  color: #a88550;
  text-decoration: none;
}

.offers_index {
  margin-top: 2.625rem;
}

@media screen and (max-width: 1199px) {
  .offers_index {
    margin-top: 1.8125rem;
  }
}

@media screen and (max-width: 749px) {
  .offers_index {
    margin-top: 0;
  }
}

.hall {
  position: relative;
  background-image: -webkit-linear-gradient(top, #fff 39%, #efeddd 39%);
  background-image: linear-gradient(to bottom, #fff 39%, #efeddd 39%);
}

@media screen and (max-width: 1199px) {
  .hall {
    overflow: hidden;
  }
}

@media screen and (max-width: 749px) {
  .hall {
    padding-top: 3.875rem;
    background-color: #efeddd;
    background-image: none;
  }
}

.hall .container {
  position: relative;
  z-index: 1;
}

.hall__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5.75rem;
  margin-right: -2.03125rem;
  margin-left: -2.03125rem;
}

@media screen and (max-width: 1199px) {
  .hall__cards {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (max-width: 749px) {
  .hall__cards {
    margin-top: 2.9375rem;
  }
}

.hall__card {
  margin-right: 2.03125rem;
  margin-bottom: 3.1875rem;
  margin-left: 2.03125rem;
}

@media screen and (max-width: 1199px) {
  .hall__card {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media screen and (max-width: 749px) {
  .hall__card {
    margin-bottom: 2.75rem;
  }
}

@media screen and (max-width: 749px) {
  .hall .link_button {
    padding-right: 4.375rem;
    padding-left: 4.375rem;
  }
}

.hall .icon_table, .hall .icon_flower {
  position: absolute;
  fill: #6f5d4c;
}

.hall .icon_flower {
  top: 38.3125rem;
  left: -0.4375rem;
  width: 9.8125rem;
  height: 19.625rem;
}

@media screen and (max-width: 1199px) {
  .hall .icon_flower {
    display: none;
  }
}

.hall .icon_table {
  right: 7.6875rem;
  bottom: 5.5rem;
  width: 21.9375rem;
  height: 14.0625rem;
}

@media screen and (max-width: 1199px) {
  .hall .icon_table {
    z-index: 0;
    right: -7.125rem;
    bottom: 6rem;
  }
}

@media screen and (max-width: 749px) {
  .hall .icon_table {
    display: none;
  }
}

.hall_index {
  margin-top: 9.0625rem;
}

@media screen and (max-width: 1199px) {
  .hall_index {
    margin-top: 2.6875rem;
  }
}

@media screen and (max-width: 749px) {
  .hall_index {
    margin-top: 0;
  }
}

.hall_inner {
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  background-color: #efeddd;
  background-image: none;
}

.hall_inner .hall__cards {
  padding-top: 3.125rem;
  margin-top: 0;
}

.title-ico {
  text-align: center;
}

.title-ico__text {
  position: relative;
  margin-top: 2rem;
  font-family: "PT Serif";
  font-size: 3rem;
  line-height: 1.375rem;
}

@media screen and (max-width: 1199px) {
  .title-ico__text {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 749px) {
  .title-ico__text {
    margin-top: 1.75rem;
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
}

.title-ico__text::before, .title-ico__text::after {
  content: '';
  position: absolute;
  left: 50%;
  display: block;
  width: 4.1875rem;
  height: 1px;
  background-color: #a6a6a6;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.title-ico__text::before {
  top: -1rem;
}

@media screen and (max-width: 749px) {
  .title-ico__text::before {
    top: -0.8125rem;
  }
}

.title-ico__text::after {
  bottom: -1.25rem;
}

@media screen and (max-width: 749px) {
  .title-ico__text::after {
    bottom: -0.9375rem;
  }
}

.title-ico .icon {
  fill: #ac8950;
}

.title-ico .icon_banket {
  width: 5.125rem;
  height: 3.375rem;
}

.title-ico .icon_chef {
  width: 3.8125rem;
  height: 4.5625rem;
}

.title-ico .icon_services-title {
  width: 3.75rem;
  height: 4.5rem;
}

.title-ico .icon_booking {
  width: 5.375rem;
  height: 4.6875rem;
}

.card {
  width: 21rem;
  padding: 0.9375rem 0.875rem 1.5625rem;
  text-align: center;
  border-radius: 0.1875rem;
  background-color: #fff;
  box-shadow: 0 1.375rem 1.125rem 0 rgba(0, 0, 0, 0.18);
}

@media screen and (max-width: 1199px) {
  .card {
    width: 13.75rem;
    padding: 0.375rem 0.5rem 0.8125rem;
  }
}

@media screen and (max-width: 749px) {
  .card {
    width: 100%;
    padding-top: 0.9375rem;
    padding-bottom: 1.5rem;
  }
}

.card__title {
  margin-top: 0.6875rem;
  margin-bottom: 0.375rem;
  font-family: "Roboto";
  font-size: 0.9375rem;
  font-weight: 400;
  color: #898989;
}

@media screen and (max-width: 1199px) {
  .card__title {
    margin-top: 0.9375rem;
  }
}

@media screen and (max-width: 749px) {
  .card__title {
    margin-top: 0.75rem;
  }
}

.card__subtitle {
  position: relative;
  margin: 0;
  font-family: "Roboto";
  font-size: 1.5rem;
  font-weight: 500;
  color: #29292e;
}

.card__subtitle::after {
  content: '';
  position: absolute;
  bottom: -0.6875rem;
  left: 50%;
  display: block;
  width: 4.5625rem;
  height: 1px;
  background-color: #d3d3d3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.card__description {
  margin-top: 1.25rem;
  margin-bottom: 1.375rem;
  font-family: "Roboto";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.875rem;
  color: #5d564f;
}

@media screen and (max-width: 1199px) {
  .card__description {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    margin-top: 1.4375rem;
    line-height: 1.1875rem;
  }
}

@media screen and (max-width: 749px) {
  .card__description {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 1.25rem;
  }
}

.card .link:not(.link_button) {
  width: 100%;
  overflow: hidden;
}

.card .link:not(.link_button)_button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card__image {
  width: 100%;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.card__image:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-touch-callout: none;
}

.slick-list {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.gallery {
  position: relative;
  height: 36.125rem;
}

@media screen and (max-width: 1199px) {
  .gallery {
    position: relative;
    height: auto;
  }
}

.gallery .slick-list,
.gallery .slick-track, .gallery__item {
  height: 100%;
}

.gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2.8125rem;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 749px) {
  .gallery__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 1.25rem;
  }
}

.gallery .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 12.9375rem;
  left: 7.5rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  box-shadow: none;
}

@media screen and (max-width: 1199px) {
  .gallery .slick-arrow {
    top: 9.9375rem;
    left: 3.875rem;
  }
}

@media screen and (max-width: 749px) {
  .gallery .slick-arrow {
    top: 9.5625rem;
    right: 7.5rem;
    left: auto;
  }
}

.gallery .slick-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5rem;
  height: 1rem;
  background-image: url(../img/minified-svg/arrow-white.svg);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery .slick-prev {
  left: 3.6875rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1199px) {
  .gallery .slick-prev {
    left: 0.5rem;
  }
}

@media screen and (max-width: 749px) {
  .gallery .slick-prev {
    left: 6.75rem;
  }
}

@media screen and (max-width: 749px) {
  .gallery__item {
    text-align: center;
  }
}

.gallery__item:not(:last-of-type) {
  padding-right: 1.25rem;
}

@media screen and (max-width: 749px) {
  .gallery__item:not(:last-of-type) {
    padding-right: 0;
  }
}

.gallery__photos {
  width: 54.1%;
  height: 100%;
  padding-top: 2.8125rem;
  padding-left: 0.4375rem;
}

@media screen and (max-width: 1199px) {
  .gallery__photos {
    width: 49%;
    padding-left: 0;
  }
}

@media screen and (max-width: 749px) {
  .gallery__photos {
    width: 100%;
    height: auto;
    margin-top: 4.375rem;
  }
}

.gallery__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 14.75rem;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .gallery__link {
    width: 21.25rem;
  }
}

@media screen and (max-width: 749px) {
  .gallery__link {
    width: 17.1875rem;
    height: 13.75rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.gallery__link:not(.gallery__link_long) {
  margin-bottom: 1.25rem;
}

.gallery__link:last-of-type {
  margin-bottom: 0;
}

.gallery__link_long {
  height: 30.6875rem;
}

@media screen and (max-width: 749px) {
  .gallery__link_long {
    height: 28.75rem;
  }
}

.gallery__link_long .gallery__image {
  width: 100%;
  height: 34.625rem;
}

.gallery__data {
  position: relative;
  width: 28.5625rem;
  padding-top: 5.5rem;
  padding-left: 3.6875rem;
}

@media screen and (max-width: 1199px) {
  .gallery__data {
    width: 50%;
    padding-top: 2.375rem;
    padding-left: 0.5rem;
  }
}

@media screen and (max-width: 749px) {
  .gallery__data {
    position: static;
    width: 100%;
    padding-top: 2.3125rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    text-align: center;
  }
}

@media screen and (max-width: 749px) {
  .gallery__data:not(.gallery__data_mobile) .gallery__data-title, .gallery__data:not(.gallery__data_mobile) .gallery__title {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .gallery__data_mobile {
    display: none;
  }
}

.gallery__data-title {
  margin: 0;
  font-family: "Roboto";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.25rem;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 749px) {
  .gallery__data-title {
    text-align: center;
  }
}

.gallery__title {
  margin: 0;
  font-family: "PT Serif";
  font-size: 3.75rem;
  line-height: 1;
  color: #ddb87d;
}

@media screen and (max-width: 1199px) {
  .gallery__title {
    margin-top: 0.3125rem;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 749px) {
  .gallery__title {
    text-align: center;
  }
}

.gallery__description {
  padding-left: 0.375rem;
  margin-top: 5.4375rem;
  font-family: "Roboto";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #968d86;
}

@media screen and (max-width: 1199px) {
  .gallery__description {
    padding-left: 0;
    margin-top: 7.4375rem;
  }
}

@media screen and (max-width: 749px) {
  .gallery__description {
    margin-top: 1.1875rem;
    text-align: center;
  }
}

.gallery__more {
  margin-top: 2.0625rem;
  margin-left: 0.375rem;
}

@media screen and (max-width: 1199px) {
  .gallery__more {
    margin-top: 4.125rem;
    margin-left: 0;
  }
}

@media screen and (max-width: 749px) {
  .gallery__more {
    margin-top: 1.625rem;
  }
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.ui-helper-reset {
  padding: 0;
  margin: 0;
  font-size: 100%;
  line-height: 1.3;
  text-decoration: none;
  border: 0;
  outline: 0;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  position: relative;
  display: inline-block;
  margin-top: -.25em;
  overflow: hidden;
  vertical-align: middle;
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  display: block;
  margin-left: -8px;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  position: relative;
  display: block;
  padding: .5em .5em .5em .7em;
  margin: 2px 0 0 0;
  font-size: 100%;
  cursor: pointer;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  overflow: auto;
  border-top: 0;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  display: block;
  padding: 0;
  margin: 0;
  outline: 0;
  list-style: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  height: 0;
  margin: 5px 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  right: 0;
  left: auto;
}

.ui-button {
  position: relative;
  display: inline-block;
  padding: .4em 1em;
  margin-right: .1em;
  /* Support: IE <= 11 */
  overflow: visible;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  box-sizing: border-box;
  width: 2em;
  white-space: nowrap;
  text-indent: -9999px;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  width: 2.1em;
  height: 2.1em;
  padding: 0;
  white-space: nowrap;
  text-indent: -9999px;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  padding: .4em 1em;
  white-space: normal;
  text-indent: 0;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.ui-controlgroup {
  display: inline-block;
  vertical-align: middle;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-right: 0;
  margin-left: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  border: none;
  border-radius: .12em;
  box-shadow: inset 1px 1px 1px #ccc;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  overflow: visible;
  border: none;
  border-radius: 1em;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
  background-image: none;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  display: none;
  width: 17em;
  padding: .2em .2em 0;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  margin: 1px 0;
  font-size: 1em;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  margin: 0 0 .4em;
  font-size: .9em;
  border-collapse: collapse;
}

.ui-datepicker th {
  padding: .7em .3em;
  font-weight: bold;
  text-align: center;
  border: 0;
}

.ui-datepicker td {
  padding: 1px;
  border: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  padding: 0 .2em;
  margin: .7em 0 0 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background-image: none;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  width: auto;
  padding: .2em .6em .3em .6em;
  margin: .5em .2em .4em;
  overflow: visible;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  right: auto;
  left: 2px;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  right: auto;
  left: 1px;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  top: .3em;
  left: .5em;
  display: block;
  overflow: hidden;
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  position: relative;
  padding: .4em 1em;
}

.ui-dialog .ui-dialog-title {
  float: left;
  width: 90%;
  margin: .1em 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  top: 50%;
  right: .3em;
  width: 20px;
  height: 20px;
  padding: 1px;
  margin: -10px 0 0 0;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  padding: .5em 1em;
  overflow: auto;
  border: 0;
  background: none;
}

.ui-dialog .ui-dialog-buttonpane {
  padding: .3em 1em .5em .4em;
  margin-top: .5em;
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  top: 0;
  height: 2px;
}

.ui-dialog .ui-resizable-e {
  right: 0;
  width: 2px;
}

.ui-dialog .ui-resizable-s {
  bottom: 0;
  height: 2px;
}

.ui-dialog .ui-resizable-w {
  left: 0;
  width: 2px;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  bottom: 0;
  left: 0;
}

.ui-dialog .ui-resizable-ne {
  top: 0;
  right: 0;
}

.ui-dialog .ui-resizable-nw {
  top: 0;
  left: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  display: block;
  font-size: 0.1px;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  top: -5px;
  left: 0;
  width: 100%;
  height: 7px;
  cursor: n-resize;
}

.ui-resizable-s {
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 7px;
  cursor: s-resize;
}

.ui-resizable-e {
  top: 0;
  right: -5px;
  width: 7px;
  height: 100%;
  cursor: e-resize;
}

.ui-resizable-w {
  top: 0;
  left: -5px;
  width: 7px;
  height: 100%;
  cursor: w-resize;
}

.ui-resizable-se {
  right: 1px;
  bottom: 1px;
  width: 12px;
  height: 12px;
  cursor: se-resize;
}

.ui-resizable-sw {
  bottom: -5px;
  left: -5px;
  width: 9px;
  height: 9px;
  cursor: sw-resize;
}

.ui-resizable-nw {
  top: -5px;
  left: -5px;
  width: 9px;
  height: 9px;
  cursor: nw-resize;
}

.ui-resizable-ne {
  top: -5px;
  right: -5px;
  width: 9px;
  height: 9px;
  cursor: ne-resize;
}

.ui-progressbar {
  height: 2em;
  overflow: hidden;
  text-align: left;
}

.ui-progressbar .ui-progressbar-value {
  height: 100%;
  margin: -1px;
}

.ui-progressbar .ui-progressbar-overlay {
  height: 100%;
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  opacity: 0.25;
  filter: alpha(opacity=25);
  /* support: IE8 */
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  padding: 0;
  margin: 0;
}

.ui-selectmenu-menu .ui-menu {
  padding-bottom: 1px;
  overflow: auto;
  overflow-x: hidden;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  height: auto;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  width: 14em;
  text-align: left;
  white-space: nowrap;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  font-size: .7em;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-bottom: -.6em;
  margin-left: 0;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  padding: 0;
  overflow: hidden;
  vertical-align: middle;
}

.ui-spinner-input {
  padding: .222em 0;
  margin: .2em 0;
  margin-right: 2em;
  margin-left: .4em;
  color: inherit;
  vertical-align: middle;
  border: none;
  background: none;
}

.ui-spinner-button {
  position: absolute;
  right: 0;
  display: block;
  width: 1.6em;
  height: 50%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: .5em;
  text-align: center;
  cursor: default;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: .2em;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
}

.ui-tabs .ui-tabs-nav {
  padding: .2em .2em 0;
  margin: 0;
}

.ui-tabs .ui-tabs-nav li {
  position: relative;
  top: 0;
  float: left;
  padding: 0;
  margin: 1px .2em 0 0;
  white-space: nowrap;
  border-bottom-width: 0;
  list-style: none;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 1px;
  margin-bottom: -1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  padding: 1em 1.4em;
  border-width: 0;
  background: none;
}

.ui-tooltip {
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  padding: 8px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  color: #333333;
  border: 1px solid #dddddd;
  background: #ffffff;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  font-weight: bold;
  color: #333333;
  border: 1px solid #dddddd;
  background: #e9e9e9;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  font-weight: normal;
  color: #454545;
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  font-weight: normal;
  color: #2b2b2b;
  border: 1px solid #cccccc;
  background: #ededed;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  font-weight: normal;
  color: #ffffff;
  border: 1px solid #003eff;
  background: #007fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: #777620;
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  color: #5f3f3f;
  border: 1px solid #f1a899;
  background: #fddfdf;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  font-weight: normal;
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  background-image: none;
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../img/assets/booking/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../img/assets/booking/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../img/assets/booking/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../img/assets/booking/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../img/assets/booking/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../img/assets/booking/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("../img/assets/booking/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  position: absolute !important;
  top: -9999px;
  left: -9999px;
  margin: 0;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  z-index: 99992;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  position: absolute;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  direction: ltr;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: difference;
  pointer-events: none;
  -webkit-touch-callout: none;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  z-index: 99994;
  overflow: visible;
  -webkit-transform: translateZ(0);
  direction: ltr;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  position: absolute;
  z-index: 99994;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 44px;
  overflow: auto;
  text-align: center;
  white-space: normal;
  outline: none;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  padding: 44px 0;
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 0;
  padding: 24px;
  margin: 0 0 6px;
  overflow: auto;
  text-align: left;
  vertical-align: middle;
  background: #fff;
}

.fancybox-slide--image .fancybox-content {
  position: absolute;
  z-index: 99995;
  top: 0;
  left: 0;
  max-width: none;
  padding: 0;
  margin: 0;
  overflow: visible;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: opacity,-webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: visible;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  margin-bottom: 44px;
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  width: 100%;
  max-width: 400px;
  padding: 40px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #444;
}

.fancybox-button {
  display: inline-block;
  width: 44px;
  height: 44px;
  padding: 10px;
  margin: 0;
  vertical-align: top;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  cursor: pointer;
  outline: none;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  position: relative;
  display: block;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  position: absolute;
  top: 50%;
  width: 38px;
  height: 38px;
  padding: 6px;
  opacity: 0;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s,visibility 0s,color .25s;
  transition: opacity .25s,visibility 0s,color .25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  position: absolute;
  top: -25px;
  left: -25px;
  padding: 50px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 6px;
  margin: 0;
  color: #555;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

.fancybox-close-small svg {
  opacity: .8;
  -webkit-transition: stroke .1s;
  transition: stroke .1s;
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1.5;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  top: -44px;
  right: -12px;
  padding: 5px;
  color: #ccc;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  color: #fff;
  background: transparent;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 25px 44px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.fancybox-caption:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -25px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  pointer-events: none;
}

.fancybox-caption:after {
  content: "";
  position: absolute;
  top: 0;
  right: 44px;
  left: 44px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: -30px 0 0 -30px;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-top-color: #fff;
  border-radius: 100%;
  background: transparent;
  opacity: .6;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  max-width: 90%;
  padding: 30px;
  text-align: center;
  border-radius: 3px;
  background: #f4f4f4;
}

.fancybox-share h1 {
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700;
  color: #222;
}

.fancybox-share p {
  padding: 0;
  margin: 0;
}

.fancybox-share__button {
  display: inline-block;
  min-width: 130px;
  padding: 0 15px;
  margin: 0 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  white-space: nowrap;
  text-decoration: none;
  border: 0;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  width: 100%;
  padding: 10px 15px;
  margin: 10px 0 0;
  font-size: 14px;
  color: #5d5b5b;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  background: transparent;
  outline: none;
}

.fancybox-thumbs {
  position: absolute;
  z-index: 99995;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 212px;
  padding: 2px 2px 4px;
  margin: 0;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  position: relative;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
  list-style: none;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #2a2a2a;
}

.fancybox-thumbs > ul > li {
  position: relative;
  float: left;
  width: 100px;
  max-width: calc(50% - 4px);
  height: 75px;
  max-height: calc(100% - 8px);
  padding: 0;
  margin: 2px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  z-index: 99991;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

.booking {
  padding-top: 1.75rem;
  background-color: #f1f1f1;
}
.booking_js_inited + .booking{
  padding-top: 3.75rem;
}
.booking__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 2.5rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 1199px) {
  .booking__form {
    padding-bottom: 1.8125rem;
    margin-top: 1.75rem;
  }
}

@media screen and (max-width: 749px) {
  .booking__form {
    margin-top: 1.625rem;
  }
}

.booking__input {
  font-family: "Roboto";
  font-weight: 400;
  color: #26292d;
  background-color: transparent;
  outline: none;
}

.booking__input:not(.booking__input_submit) {
  width: 16.3125rem;
  height: 3.125rem;
  padding-left: 2.3125rem;
  margin-right: 1.575rem;
  border: none;
  border-bottom: 1px #000 solid;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

@media screen and (max-width: 1199px) {
  .booking__input:not(.booking__input_submit) {
    width: 13.8125rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 1199px) {
  .booking__input:not(.booking__input_submit) {
    margin-right: 1.75rem;
  }
}

@media screen and (max-width: 749px) {
  .booking__input:not(.booking__input_submit) {
    width: 100%;
    margin-right: 0;
  }
}

.booking__input:not(.booking__input_submit):hover {
  border-color: #a88550;
}

@media screen and (min-width: 750px) and (max-width: 1199px) {
  .booking__input_date {
    margin-right: 0 !important;
  }
}

.booking__input_submit {
  height: 2.5rem;
  padding-right: 4.5625rem;
  padding-left: 4.5625rem;
  font-family: "Roboto";
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  border: none;
  background-color: #2a2a2c;
  -webkit-transition: background 250ms ease-in-out;
  transition: background 250ms ease-in-out;
}

@media screen and (max-width: 1199px) {
  .booking__input_submit {
    margin-top: 2.3125rem;
    margin-right: auto !important;
    margin-left: auto;
  }
}

@media screen and (max-width: 749px) {
  .booking__input_submit {
    width: 100%;
    margin-top: 3.5rem;
  }
}

.booking__input_submit:hover {
  background-color: #a88550;
}

.booking__input:focus {
  color: #a88550;
}

.booking__input:focus + .icon {
  fill: #a88550;
}

.booking__wrapper {
  position: relative;
}

@media screen and (max-width: 749px) {
  .booking__wrapper {
    width: 100%;
  }
  .booking__wrapper:not(:nth-of-type(3)) {
    margin-bottom: 2.8125rem;
  }
}

.booking__wrapper .icon {
  position: absolute;
  z-index: 1;
  top: 0.8125rem;
  left: 0;
  fill: #ac8950;
}

.booking__wrapper .icon_arrow-calendar {
  top: 50%;
  right: 1.875rem;
  left: auto;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #29292e;
}

@media screen and (max-width: 749px) {
  .booking__wrapper .icon_arrow-calendar {
    right: 0.125rem;
  }
}

.booking__wrapper .icon_calendar, .booking__wrapper .icon_arrow-calendar {
  pointer-events: none;
}

.booking__wrapper .icon_man {
  width: 1.6875rem;
  height: 1.75rem;
}

.booking__wrapper .icon_phone {
  width: 1.75rem;
  height: 1.75rem;
}

.booking__wrapper .icon_calendar {
  width: 1.5625rem;
  height: 1.6875rem;
}

.booking__wrapper .icon_arrow-calendar {
  width: 0.8125rem;
  height: 0.5rem;
}

.booking__wrapper_checkbox {
  width: 100%;
  margin-top: 2.6875rem;
}

@media screen and (max-width: 1199px) {
  .booking__wrapper_checkbox {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 749px) {
  .booking__wrapper_checkbox {
    margin-top: 2.625rem;
    margin-bottom: 0.8125rem !important;
  }
}

.booking__wrapper_checkbox .booking__checkbox {
  display: none;
}

.booking__wrapper_checkbox .booking__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto";
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #585d62;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .booking__wrapper_checkbox .booking__label {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.booking__wrapper_checkbox .booking__label::before {
  content: '';
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 1.25rem;
  border: 1px solid rgba(28, 28, 32, 0.5);
  background-repeat: no-repeat;
  background-position: center;
}

.booking__wrapper_checkbox .booking__label .link {
  margin-left: 0.3125rem;
  color: inherit;
}

@media screen and (max-width: 749px) {
  .booking__wrapper_checkbox .booking__label .link {
    display: inline;
    margin-left: 0;
  }
}

.booking__wrapper_checkbox .booking__label_error::before {
  border-color: red;
}

.booking__wrapper_checkbox .booking__checkbox:checked + label::before {
  background-image: url(../img/minified-svg/checked.svg);
  background-size: 0.6875rem 0.5625rem;
}

@media screen and (max-width: 749px) {
  .booking__inner {
    width: calc(100% - 7.625rem);
  }
}

.booking__subtitle {
  margin-top: 2.5rem;
  font-family: "Roboto";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #5d564f;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .booking__subtitle {
    margin-top: 2.8125rem;
  }
}

@media screen and (max-width: 749px) {
  .booking__subtitle {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-top: 3.25rem;
  }
}

.booking_index .title-ico__text::after {
  bottom: -2.125rem;
}

.services {
  padding-top: 2.25rem;
  padding-bottom: 2.4375rem;
}

@media screen and (max-width: 1199px) {
  .services {
    padding-top: 3.375rem;
  }
}

@media screen and (max-width: 749px) {
  .services {
    padding-top: 2.125rem;
    padding-bottom: 3.1875rem;
  }
}

@media screen and (min-width: 1200px) {
  .services .slick-current ~ .slick-slide .services__card {
    margin-left: auto;
  }
  .services .slick-current + .slick-slide .services__card {
    margin-right: auto;
  }
}

@media screen and (max-width: 1199px) {
  .services .services__card {
    margin-right: auto;
    margin-left: auto;
  }
}

.services__slides {
  margin-top: 4.125rem;
}

.services .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 3.375rem;
  height: 3.375rem;
  border: 1px solid #6f5d4c;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 749px) {
  .services .slick-arrow {
    top: auto;
    bottom: -4.875rem;
    -webkit-transform: none;
            transform: none;
  }
}

.services .slick-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 1.4375rem;
  background-image: url(../img/minified-svg/arrow-service.svg);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.services .slick-next {
  right: -4.25rem;
}

@media screen and (max-width: 1199px) {
  .services .slick-next {
    right: 0;
  }
}

@media screen and (max-width: 749px) {
  .services .slick-next {
    right: 4.8125rem;
  }
}

.services .slick-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.services .slick-prev {
  left: -4.25rem;
}

@media screen and (max-width: 1199px) {
  .services .slick-prev {
    left: 0;
  }
}

@media screen and (max-width: 749px) {
  .services .slick-prev {
    left: 4.75rem;
  }
}

.services__all {
  margin-top: 2.6875rem;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .services__all {
    margin-top: 6.625rem;
  }
}

.services__all .link_button {
  padding-right: 3.4375rem;
  padding-left: 3.4375rem;
}

.card-services {
  position: relative;
  width: 21rem;
  height: 29.6875rem;
  padding-top: 10rem;
  overflow: hidden;
}

@media screen and (max-width: 749px) {
  .card-services {
    width: 100%;
    height: 23.875rem;
    padding-top: 7.9375rem;
  }
}

.card-services:hover .card-services__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card-services__image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-services__data {
  position: relative;
  width: 16.625rem;
  height: 17.625rem;
  padding-top: 2.5625rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background-color: #fff;
}

.card-services__title {
  position: relative;
  padding-bottom: 1.75rem;
  margin: 0;
  font-family: "Roboto";
  font-size: 0.9375rem;
  font-weight: 700;
  color: #29292e;
  text-decoration: none;
  text-transform: uppercase;
}

.card-services__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 4.1875rem;
  height: 1px;
  background-color: #a6a6a6;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.card-services__link {
  text-decoration: none;
}

.card-services__description {
  margin-top: 1.1875rem;
  font-family: "Roboto";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #797774;
}

.chef {
  position: relative;
  padding-top: 2.625rem;
  padding-bottom: 2.5rem;
  background-color: #f8f6e7;
}

@media screen and (max-width: 749px) {
  .chef {
    padding-top: 2.3125rem;
  }
}

.chef::before {
  content: '';
  position: absolute;
  right: 6.375rem;
  bottom: 3.875rem;
  display: block;
  width: 23.5rem;
  height: 19.6875rem;
  background-image: url(../img//minified-svg/fish.svg);
}

@media screen and (max-width: 749px) {
  .chef::before {
    content: normal;
  }
}

.chef__goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4.25rem;
}

@media screen and (max-width: 1199px) {
  .chef__goods {
    padding-left: 0.875rem;
  }
}

@media screen and (max-width: 749px) {
  .chef__goods {
    padding-left: 0;
    margin-top: 3.5625rem;
  }
}

.chef__good {
  width: 34.6875rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 1199px) {
  .chef__good {
    width: 33.5rem;
  }
}

@media screen and (max-width: 749px) {
  .chef__good {
    margin-bottom: 1.3125rem;
  }
}

.chef__all {
  margin-top: 0.375rem;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .chef__all {
    margin-top: 0.125rem;
  }
}

@media screen and (max-width: 749px) {
  .chef__all {
    margin-top: 1.8125rem;
  }
}

.chef__all .link {
  padding-right: 3.4375rem;
  padding-left: 3.4375rem;
}

@media screen and (max-width: 1199px) {
  .chef_inner .chef__good {
    width: 100%;
  }
}

.good:hover {
  cursor: pointer;
}

.good:hover .good__title {
  color: #a88550;
}

.good:hover .good__image {
  box-shadow: 0 0 0 0.5rem #ebebeb;
}

.good .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}

.good__title {
  position: relative;
  margin: 0;
  font-family: "PT Serif";
  font-size: 1.5rem;
  color: #29292e;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

@media screen and (max-width: 749px) {
  .good__title {
    font-size: 1.25rem;
  }
}

.good__title::before {
  content: '.........................................................................';
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  overflow: hidden;
  font-family: "PT Serif";
  font-size: 1.5rem;
  color: rgba(41, 41, 46, 0.3);
}

@media screen and (max-width: 749px) {
  .good__title::before {
    display: none;
  }
}

.good__name, .good__price {
  position: relative;
  z-index: 1;
  background-color: #f8f6e7;
}

.good__data {
  width: calc(100% - 7.5625rem);
}

@media screen and (max-width: 749px) {
  .good__data {
    width: calc(100% - 6.6875rem);
  }
}

.good__price {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 749px) {
  .good__price {
    position: static;
  }
}

.good__image {
  width: 6.3125rem;
  height: 6.3125rem;
  box-shadow: 0 0 0 0.5rem transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 749px) {
  .good__image {
    width: 5.75rem;
    height: 5.75rem;
  }
}

.good__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.good__description {
  margin-top: 0.25rem;
  font-family: "Roboto";
  font-size: 0.8125rem;
  color: #796d62;
}

@media screen and (max-width: 749px) {
  .good__description {
    display: none;
  }
}

.icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 13.1875rem;
}

@media screen and (max-width: 749px) {
  .icon-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.icon-text .icon {
  fill: #a88550;
}

.icon-text .icon_contacts {
  width: 2.625rem;
  height: 2.4375rem;
}

.icon-text .icon_call {
  width: 2.125rem;
  height: 2.125rem;
}

.icon-text__text {
  font-family: "Roboto";
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.1875rem;
  color: #fff;
  text-align: right;
  letter-spacing: 0.0375rem;
}

@media screen and (max-width: 749px) {
  .icon-text__text {
    margin-top: 0.6875rem;
    text-align: center;
  }
}

.text {
  padding-top: 4.0625rem;
  padding-bottom: 3.25rem;
}

@media screen and (max-width: 749px) {
  .text {
    padding-top: 2.375rem;
    padding-bottom: 3.9375rem;
  }
}

.text::after {
  content: '';
  display: table;
  clear: both;
}

.text .img {
  float: left;
  margin-right: 2.9375rem;
  margin-bottom: 2.3125rem;
}

.text__row {
  margin: 0;
  margin-bottom: 1.5rem;
  font-family: "Roboto";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.875rem;
  color: #5d564f;
}

@media screen and (max-width: 749px) {
  .text__description img {
    display: none;
  }
}

.text__title {
  margin-top: 0;
  margin-bottom: 1.3125rem;
  font-family: "Roboto";
  font-size: 1.5rem;
  font-weight: 400;
  color: #29292e;
}

.text__title_decoration {
  position: relative;
  padding-bottom: 0.6875rem;
}

.text__title_decoration::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 4.1875rem;
  height: 1px;
  background-color: #a6a6a6;
}

.developer {
  height: 3.875rem;
  font-family: "Roboto";
  font-size: 0.875rem;
  color: #757472;
  background-color: #efefef;
}

@media screen and (max-width: 1199px) {
  .developer {
    height: auto;
    padding-top: 0.8125rem;
    padding-bottom: 1.75rem;
  }
}

.developer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.developer__text, .developer__data {
  width: 50%;
}

@media screen and (max-width: 1199px) {
  .developer__text, .developer__data {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .developer__text {
    text-align: center;
  }
}

.developer__name {
  margin-right: 1.25rem;
}

.developer__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1199px) {
  .developer__data {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.5625rem;
  }
}

@media screen and (max-width: 749px) {
  .developer__data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .developer__data .img {
    margin-top: 0.9375rem;
  }
}

.developer__data .link {
  color: #757472;
  text-decoration: none;
}

.popup {
  position: fixed;
  z-index: -1;
  top: calc(50% - 12.40625rem);
  left: calc(50% - 19.34375rem);
  width: 38.6875rem;
  height: 24.8125rem;
  padding-top: 0.1875rem;
  background-color: #f1f1f1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-timing-function: ease-in-out, ease-in-out;
          transition-timing-function: ease-in-out, ease-in-out;
  -webkit-transition-duration: 300ms, 300ms;
          transition-duration: 300ms, 300ms;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}

@media screen and (max-width: 749px) {
  .popup {
    top: calc(50% - 12.40625rem);
    left: calc(50% - 9.375rem);
    width: 18.75rem;
  }
}

.popup__close {
  position: absolute;
  top: -2.6875rem;
  right: -2.6875rem;
  cursor: pointer;
  -webkit-transition: fill 300ms ease-in-out;
  transition: fill 300ms ease-in-out;
  fill: #a88550;
}

@media screen and (max-width: 749px) {
  .popup__close {
    top: 0.1875rem;
    right: 0.1875rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}

.popup__close:hover {
  fill: #7f643c;
}

.popup .title-ico__text::before {
  content: normal;
}

.popup .title-ico__text::after {
  bottom: -2.375rem;
}

@media screen and (max-width: 749px) {
  .popup .title-ico__text::after {
    bottom: -0.625rem;
  }
}

.popup .booking {
  padding-top: 0;
}

.popup .booking__subtitle {
  margin-top: 2.875rem;
}

@media screen and (max-width: 749px) {
  .popup .booking__subtitle {
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 749px) {
  .popup .booking__wrapper {
    margin-bottom: 0.9375rem;
  }
}

@media screen and (max-width: 749px) {
  .popup .booking__wrapper_checkbox {
    margin-top: 1.25rem;
  }
}

.popup .booking__wrapper_checkbox .booking__label {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.popup .booking__wrapper_checkbox .booking__inner {
  width: 100%;
}

.popup .booking__input {
  width: 16.375rem;
}

@media screen and (max-width: 1199px) {
  .popup .booking__input {
    margin-right: 0.3125rem;
  }
}

@media screen and (max-width: 749px) {
  .popup .booking__input {
    width: 100%;
  }
}

.popup .booking__input_submit {
  margin-top: 2.375rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 749px) {
  .popup .booking__input_submit {
    margin-top: 0.9375rem;
  }
}

.popup .booking__input_phone {
  margin-right: 0;
}

@media screen and (max-width: 1199px) {
  .popup .booking__input_phone {
    margin-right: 0;
  }
}

.popup .booking__form {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  margin-top: 2.625rem;
}

.popup_open {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

.articles {
  padding-top: 4.6875rem;
}

@media screen and (max-width: 749px) {
  .articles {
    padding-top: 2.125rem;
  }
}

.articles .article:not(:last-of-type) {
  margin-bottom: 3.375rem;
}

@media screen and (max-width: 1199px) {
  .articles .article:not(:last-of-type) {
    margin-bottom: 4.1875rem;
  }
}

@media screen and (max-width: 1199px) {
  .articles .article__description {
    width: 100%;
  }
}

.articles + .pagination {
  margin-top: 5.0625rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 1199px) {
  .articles + .pagination {
    margin-top: 2.5625rem;
    margin-bottom: 3.0625rem;
  }
}

.article .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}

.article button {
  padding: 0.625rem 4.3125rem;
  margin-top: 1.5rem;
  font-family: "Roboto";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: #fff;
  text-decoration: none;
  border: none;
  background-color: #a88550;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

@media screen and (max-width: 1199px) {
  .article button {
    padding-right: 4.375rem;
    padding-left: 4.375rem;
  }
}

@media screen and (max-width: 749px) {
  .article button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}

.article button:hover {
  background-color: #7f643c;
}

@media screen and (max-width: 1199px) {
  .article__link-image {
    display: block;
    width: 100%;
  }
}

.article__image {
  width: 22.5rem;
  height: 15.1875rem;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1199px) {
  .article__image {
    width: 100%;
    height: 22.6875rem;
  }
}

@media screen and (max-width: 749px) {
  .article__image {
    height: 13.5625rem;
  }
}

.article__data {
  width: calc(100% - 24.375rem);
}

@media screen and (max-width: 1199px) {
  .article__data {
    width: 100%;
    margin-top: 1.125rem;
  }
}

@media screen and (max-width: 749px) {
  .article__data {
    margin-top: 1.6875rem;
  }
}

.article__title {
  position: relative;
  padding-bottom: 0.6875rem;
  margin-top: -0.375rem;
  font-family: "PT Serif";
  font-size: 1.5rem;
  color: #29292e;
  text-decoration: none;
}

.article__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 4.1875rem;
  height: 1px;
  background-color: #a6a6a6;
}

.article__title:hover {
  color: #7f643c;
}

.article__description {
  padding-top: 1.375rem;
  font-family: "Roboto";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.875rem;
  color: #5d564f;
}

@media screen and (max-width: 1199px) {
  .article__description {
    width: 24.0625rem;
    padding-top: 1.125rem;
  }
}

@media screen and (max-width: 749px) {
  .article__description {
    width: 100%;
  }
}

.crumbs__link {
  position: relative;
  font-family: "PT Serif";
  font-size: 0.9375rem;
  font-weight: 300;
  color: #f9ebd5;
  text-decoration: none;
}

.crumbs__link:not(.crumbs__link_last) {
  padding-right: 0.3125rem;
  margin-right: 0.25rem;
}

.crumbs__link:not(.crumbs__link_last)::before {
  content: '.';
  position: absolute;
  top: -0.25rem;
  right: -0.1875rem;
  display: inline-block;
  font-family: "PT Serif";
  font-size: 0.9375rem;
  font-style: italic;
}

.crumbs__link_last {
  color: #c19b77;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination__link {
  padding: 0.5rem 0.9375rem;
}

.pagination__link:not(:last-of-type) {
  margin-right: 0.9375rem;
}

.pagination__link_active {
  color: #fff;
  border-color: #a88550;
  background-color: #a88550;
}

.pagination__link:hover {
  color: #a88550;
  background-color: transparent;
}

@media screen and (max-width: 749px) {
  .pagination__link_nav {
    display: none;
  }
}

.hot {
  padding-top: 3.75rem;
}

.hot__goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4.25rem;
}

@media screen and (max-width: 1199px) {
  .hot__goods {
    padding-left: 0.875rem;
  }
}

@media screen and (max-width: 749px) {
  .hot__goods {
    padding-left: 0;
    margin-top: 3.5625rem;
  }
}

.hot__good {
  width: 34.6875rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 1199px) {
  .hot__good {
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .hot__good {
    margin-bottom: 1.3125rem;
  }
}

.second {
  padding-top: 1.1875rem;
}

.second__goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4.875rem;
}

@media screen and (max-width: 1199px) {
  .second__goods {
    padding-left: 0.875rem;
  }
}

@media screen and (max-width: 749px) {
  .second__goods {
    padding-left: 0;
    margin-top: 3.5625rem;
  }
}

.second__good {
  width: 34.6875rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 1199px) {
  .second__good {
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .second__good {
    margin-bottom: 1.3125rem;
  }
}

.snacks {
  padding-top: 0.5625rem;
}

.snacks__goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4.875rem;
}

@media screen and (max-width: 1199px) {
  .snacks__goods {
    padding-left: 0.875rem;
  }
}

@media screen and (max-width: 749px) {
  .snacks__goods {
    padding-left: 0;
    margin-top: 3.5625rem;
  }
}

.snacks__good {
  width: 34.6875rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 1199px) {
  .snacks__good {
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .snacks__good {
    margin-bottom: 1.3125rem;
  }
}

.drinkables {
  padding-top: 2rem;
  padding-bottom: 5.5rem;
}

.drinkables__goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4.875rem;
}

@media screen and (max-width: 1199px) {
  .drinkables__goods {
    padding-left: 0.875rem;
  }
}

@media screen and (max-width: 749px) {
  .drinkables__goods {
    padding-left: 0;
    margin-top: 3.5625rem;
  }
}

.drinkables__good {
  width: 34.6875rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 1199px) {
  .drinkables__good {
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .drinkables__good {
    margin-bottom: 1.3125rem;
  }
}

.p-services {
  padding-top: 3.0625rem;
}

.p-services .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-services .card-services {
  width: 22.5rem;
  margin-bottom: 3.125rem;
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .p-services .card-services {
    width: 21rem;
  }
}

@media screen and (max-width: 749px) {
  .p-services .card-services {
    width: 100%;
    margin-bottom: 1.5625rem;
  }
}

.p-services + .text {
  margin-top: -3.75rem;
}

@media screen and (max-width: 749px) {
  .p-services + .text {
    margin-top: 0;
  }
}

.p-gallery {
  padding-bottom: 3.75rem;
}

.p-gallery .text {
  padding-top: 2rem;
  padding-bottom: 1.0625rem;
}

.p-gallery .text__title {
  margin-bottom: 1.9375rem;
  font-family: "PT Serif";
  font-size: 2.25rem;
  text-align: center;
}

.p-gallery .text__row {
  text-align: center;
}

.p-gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}

@media screen and (max-width: 749px) {
  .p-gallery__wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}

.p-gallery .m-gallery {
  padding-right: 0.15625rem;
  padding-left: 0.15625rem;
  margin-bottom: 0.3125rem;
}

.m-gallery {
  width: 35rem;
  height: 26.625rem;
}

@media screen and (max-width: 1199px) {
  .m-gallery {
    width: 30.375rem;
  }
}

@media screen and (max-width: 991px) {
  .m-gallery {
    width: 23.375rem;
    height: 15.625rem;
  }
}

@media screen and (max-width: 767px) {
  .m-gallery {
    width: 20rem;
    padding-right: 0;
    padding-left: 0;
  }
}

.m-gallery__link, .m-gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-gallery__link {
  position: relative;
}

.m-gallery__link::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(100% - 2.75rem);
  height: calc(100% - 2rem);
  background-color: rgba(168, 133, 80, 0.9);
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.m-gallery__link:hover::before,
.m-gallery__link:hover .icon_zoom {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.m-gallery__link .icon_zoom {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 1.8125rem;
  height: 1.875rem;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  fill: #fff;
}

.p-partners {
  padding-bottom: 1.6875rem;
}

.p-partners__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.p-partners__item {
  width: 12.125rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-bottom: 3.75rem;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .p-partners__item {
    width: 11.6875rem;
  }
}

.p-partners__title {
  margin-top: 1.0625rem;
  font-family: "PT Serif";
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #29292e;
}

.p-partners__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8.8125rem;
  border: 1px solid #a6a6a6;
}

.p-partners__image .img {
  margin: auto;
}

.p-partners .text {
  padding-top: 2.6875rem;
  padding-bottom: 1.75rem;
}

.p-partners .text__title {
  font-family: "PT Serif";
  font-size: 1.5rem;
  text-align: center;
}

.p-partners .text__title::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-service__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1199px) {
  .p-service__gallery .m-gallery {
    width: 11.25rem;
    height: 8.5625rem;
  }
}

@media screen and (max-width: 749px) {
  .p-service__gallery .m-gallery {
    width: 18.125rem;
    height: 13.5625rem;
  }
}

.p-service .text {
  padding-top: 3.5625rem;
  padding-bottom: 0;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .p-service .text {
    padding-top: 1.4375rem;
    padding-bottom: 1.3125rem;
  }
}

.p-service .text__title {
  margin-bottom: 2.8125rem;
  font-family: "PT Serif";
  font-size: 2.25rem;
}

@media screen and (max-width: 1199px) {
  .p-service .text__title {
    margin-bottom: 1.5rem;
  }
}

.p-service .text__title::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-service__events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -0.9375rem;
  margin-bottom: 3.875rem;
  margin-left: -0.9375rem;
}

@media screen and (max-width: 1199px) {
  .p-service__events {
    margin-bottom: 0;
  }
}

.p-service__event {
  width: 25%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media screen and (max-width: 1199px) {
  .p-service__event {
    width: 50%;
    margin-bottom: 3.9375rem;
  }
}

@media screen and (max-width: 749px) {
  .p-service__event {
    width: 100%;
  }
}

.p-service__title {
  margin-top: 3.875rem;
  margin-bottom: 4.9375rem;
  font-family: "PT Serif";
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #29292e;
  text-align: center;
}

.p-service__row {
  margin-bottom: 4rem;
}

@media screen and (max-width: 1199px) {
  .p-service__row {
    margin-bottom: 3.1875rem;
  }
}

.p-service__title-row {
  position: relative;
  display: block;
  padding-left: 1.5625rem;
  font-family: "PT Serif";
  font-size: 1.5rem;
}

.p-service__title-row::before {
  content: '';
  position: absolute;
  top: 0.75rem;
  left: 0;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #a88550;
}

.p-service__text-row {
  display: block;
  margin-top: 1.25rem;
  font-family: "Roboto";
  font-size: 0.9375rem;
  line-height: 1.875rem;
  color: #5d564f;
}

.event__icon {
  fill: #a88550;
}

.event .icon_final {
  width: 3.0625rem;
  height: 3.6875rem;
}

.event .icon_teambuilding {
  width: 4.1875rem;
  height: 3.8125rem;
}

.event .icon_rings {
  width: 3.8125rem;
  height: 3.8125rem;
}

.event .icon_happy-birthday {
  width: 3.875rem;
  height: 3.75rem;
}

.event__title {
  position: relative;
  padding-bottom: 0.75rem;
  margin-top: 1.5rem;
  font-family: "PT Serif";
  font-size: 1.5rem;
  line-height: 1.8125rem;
  color: #29292e;
}

.event__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 4.1875rem;
  height: 1px;
  background-color: #a6a6a6;
}

.event__text {
  margin-top: 0.875rem;
  font-family: "Roboto";
  font-size: 0.9375rem;
  line-height: 1.875rem;
  color: #5d564f;
  letter-spacing: -0.04375rem;
}

.p-hall__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
  .p-hall__gallery .m-gallery {
    width: 11.25rem;
    height: 8.5625rem;
  }
}

@media screen and (max-width: 749px) {
  .p-hall__gallery .m-gallery {
    width: 9.0625rem;
    height: 6.875rem;
  }
}

.p-hall__events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -0.9375rem;
  margin-bottom: 3.875rem;
  margin-left: -0.9375rem;
}

@media screen and (max-width: 1199px) {
  .p-hall__events {
    margin-bottom: 0;
  }
}

.p-hall__title {
  position: relative;
  padding-bottom: 0.5rem;
  margin-top: 3.5rem;
  margin-bottom: 4.6875rem;
  font-family: "PT Serif";
  font-size: 2.25rem;
  color: #29292e;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .p-hall__title {
    margin-top: 1.4375rem;
    margin-bottom: 2.6875rem;
  }
}

@media screen and (max-width: 749px) {
  .p-hall__title {
    margin-top: 2.1875rem;
    margin-bottom: 1.6875rem;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.p-hall__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 4.1875rem;
  height: 1px;
  background-color: #a6a6a6;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-hall__subtitle {
  font-family: "PT Serif";
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: center;
}

.p-hall .video {
  margin-top: 1.8125rem;
  margin-bottom: 4.125rem;
}

@media screen and (max-width: 1199px) {
  .p-hall .video {
    margin-top: 3.25rem;
    margin-bottom: 3.75rem;
  }
}

@media screen and (max-width: 749px) {
  .p-hall .video {
    margin-top: 3rem;
    margin-bottom: 5.375rem;
  }
}

.p-hall__event {
  width: 25%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-bottom: 3.9375rem;
}

@media screen and (max-width: 1199px) {
  .p-hall__event {
    width: 50%;
  }
}

@media screen and (max-width: 749px) {
  .p-hall__event {
    width: 100%;
  }
}

.p-hall__volume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-hall__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.p-hall__item_banket {
  padding-right: 0.9375rem;
}

.p-hall__item_reception {
  padding-left: 0.9375rem;
}

.p-hall__item .icon {
  fill: #a88550;
}

.p-hall__item .icon_services-title {
  width: 3.75rem;
  height: 4.5rem;
}

.p-hall__item .icon_reception {
  width: 4.4375rem;
  height: 3.9375rem;
}

.p-hall__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 14.375rem;
  margin-left: 2.5rem;
  font-family: "PT Serif";
  font-size: 1.375rem;
  color: #29292e;
}

@media screen and (max-width: 1199px) {
  .p-hall__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-left: 0;
  }
}

.p-hall__count {
  font-family: "Roboto";
  font-size: 1.125rem;
  color: #796d62;
}

@media screen and (max-width: 1199px) {
  .p-hall__count {
    width: 100%;
    text-align: center;
  }
}

.p-hall__delimeter {
  display: block;
  width: 1px;
  height: 3.125rem;
  background-color: #a6a6a6;
}

@media screen and (max-width: 1199px) {
  .p-hall__delimeter {
    width: 3.125rem;
    height: 0.0625rem;
    margin-top: 0.375rem;
    margin-bottom: 0.8125rem;
  }
}

.p-hall__event-title {
  margin-top: 3.3125rem;
  margin-bottom: 4.9375rem;
  font-family: "PT Serif";
  font-size: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .p-hall__event-title {
    margin-bottom: 3.125rem;
    font-size: 1.25rem;
  }
}

.p-hall .text {
  padding-top: 3.6875rem;
  padding-bottom: 2.3125rem;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .p-hall .text {
    padding-top: 3.25rem;
    padding-bottom: 2.8125rem;
  }
}

@media screen and (max-width: 749px) {
  .p-hall .text {
    padding-top: 2.625rem;
    padding-bottom: 1.0625rem;
  }
}

.mejs__offscreen {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.mejs__container {
  position: relative;
  font-family: Helvetica,Arial,serif;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
  background: #000;
}

.mejs__container, .mejs__container * {
  box-sizing: border-box;
}

.mejs__container video::-webkit-media-controls, .mejs__container video::-webkit-media-controls-panel, .mejs__container video::-webkit-media-controls-panel-container, .mejs__container video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.mejs__fill-container, .mejs__fill-container .mejs__container {
  width: 100%;
  height: 100%;
}

.mejs__fill-container {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background: transparent;
}

.mejs__container:focus {
  outline: none;
}

.mejs__iframe-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.mejs__embed, .mejs__embed body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #000;
}

.mejs__fullscreen {
  overflow: hidden !important;
}

.mejs__container-fullscreen {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.mejs__container-fullscreen .mejs__mediaelement, .mejs__container-fullscreen video {
  width: 100% !important;
  height: 100% !important;
}

.mejs__background, .mejs__mediaelement {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs__mediaelement {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.mejs__poster {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

:root .mejs__poster-img {
  display: none;
}

.mejs__poster-img {
  padding: 0;
  border: 0;
}

.mejs__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.mejs__layer {
  z-index: 1;
}

.mejs__overlay-play {
  cursor: pointer;
}

.mejs__overlay-button {
  width: 80px;
  height: 80px;
  background: url(mejs-controls.svg) no-repeat;
  background-position: 0 -39px;
}

.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px;
}

.mejs__overlay-loading {
  width: 80px;
  height: 80px;
}

.mejs__overlay-loading-bg-img {
  z-index: 1;
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(mejs-controls.svg) -160px -40px no-repeat;
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.mejs__controls {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  list-style-type: none;
}

.mejs__controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}

.mejs__button, .mejs__time, .mejs__time-rail {
  width: 32px;
  height: 40px;
  margin: 0;
  font-size: 10px;
  line-height: 10px;
}

.mejs__button > button {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 10px 6px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  border: 0;
  background: transparent url(mejs-controls.svg);
  cursor: pointer;
}

.mejs__button > button:focus {
  outline: 1px dotted #999;
}

.mejs__container-keyboard-inactive [role=slider], .mejs__container-keyboard-inactive [role=slider]:focus, .mejs__container-keyboard-inactive a, .mejs__container-keyboard-inactive a:focus, .mejs__container-keyboard-inactive button, .mejs__container-keyboard-inactive button:focus {
  outline: 0;
}

.mejs__time {
  box-sizing: content-box;
  width: auto;
  height: 24px;
  padding: 16px 6px 0;
  overflow: hidden;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.mejs__play > button {
  background-position: 0 0;
}

.mejs__pause > button {
  background-position: -20px 0;
}

.mejs__replay > button {
  background-position: -160px 0;
}

.mejs__time-rail {
  position: relative;
  flex-grow: 1;
  height: 40px;
  padding-top: 10px;
  margin: 0 10px;
  -webkit-box-flex: 1;
  direction: ltr;
  -ms-flex-positive: 1;
}

.mejs__time-buffering, .mejs__time-current, .mejs__time-float, .mejs__time-float-corner, .mejs__time-float-current, .mejs__time-hovered, .mejs__time-loaded, .mejs__time-marker, .mejs__time-total {
  position: absolute;
  display: block;
  height: 10px;
  border-radius: 2px;
  cursor: pointer;
}

.mejs__time-total {
  width: 100%;
  margin: 5px 0 0;
  background: rgba(255, 255, 255, 0.3);
}

.mejs__time-buffering {
  width: 100%;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.4) 75%, transparent 0, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.4) 75%, transparent 0, transparent);
  background-size: 15px 15px;
  -webkit-animation: b 2s linear infinite;
  animation: b 2s linear infinite;
}

@-webkit-keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}

@keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}

.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3);
}

.mejs__time-current, .mejs__time-handle-content {
  background: rgba(255, 255, 255, 0.9);
}

.mejs__time-hovered {
  z-index: 10;
  background: rgba(255, 255, 255, 0.5);
}

.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}

.mejs__time-buffering, .mejs__time-current, .mejs__time-hovered, .mejs__time-loaded {
  left: 0;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
}

.mejs__time-buffering {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}

.mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}

.mejs__time-handle, .mejs__time-handle-content {
  position: absolute;
  z-index: 11;
  left: 0;
  border: 4px solid transparent;
  cursor: pointer;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mejs__time-handle-content {
  top: -4px;
  left: -7px;
  width: 10px;
  height: 10px;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.mejs__time-rail .mejs__time-handle-content:active, .mejs__time-rail .mejs__time-handle-content:focus, .mejs__time-rail:hover .mejs__time-handle-content {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mejs__time-float {
  position: absolute;
  bottom: 100%;
  display: none;
  width: 36px;
  height: 17px;
  margin-bottom: 9px;
  color: #111;
  text-align: center;
  border: 1px solid #333;
  background: #eee;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mejs__time-float-current {
  left: 0;
  display: block;
  width: 30px;
  margin: 2px;
  text-align: center;
}

.mejs__time-float-corner {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px solid #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mejs__long-video .mejs__time-float {
  width: 64px;
  margin-left: -23px;
}

.mejs__long-video .mejs__time-float-current {
  width: 60px;
}

.mejs__broadcast {
  position: absolute;
  top: 15px;
  width: 100%;
  height: 10px;
  color: #fff;
}

.mejs__fullscreen-button > button {
  background-position: -80px 0;
}

.mejs__unfullscreen > button {
  background-position: -100px 0;
}

.mejs__mute > button {
  background-position: -60px 0;
}

.mejs__unmute > button {
  background-position: -40px 0;
}

.mejs__volume-button {
  position: relative;
}

.mejs__volume-button > .mejs__volume-slider {
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  display: none;
  width: 25px;
  height: 115px;
  margin: 0;
  border-radius: 0;
  background: rgba(50, 50, 50, 0.7);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
}

.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px;
}

.mejs__volume-total {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 2px;
  height: 100px;
  margin: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mejs__volume-current {
  left: 0;
  width: 100%;
  margin: 0;
}

.mejs__volume-current, .mejs__volume-handle {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}

.mejs__volume-handle {
  left: 50%;
  width: 16px;
  height: 6px;
  border-radius: 1px;
  cursor: ns-resize;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mejs__horizontal-volume-slider {
  position: relative;
  display: block;
  width: 56px;
  height: 36px;
  vertical-align: middle;
}

.mejs__horizontal-volume-total {
  top: 16px;
  width: 50px;
  height: 8px;
  background: rgba(50, 50, 50, 0.8);
}

.mejs__horizontal-volume-current, .mejs__horizontal-volume-total {
  position: absolute;
  left: 0;
  padding: 0;
  margin: 0;
  font-size: 1px;
  border-radius: 2px;
}

.mejs__horizontal-volume-current {
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.mejs__horizontal-volume-handle {
  display: none;
}

.mejs__captions-button, .mejs__chapters-button {
  position: relative;
}

.mejs__captions-button > button {
  background-position: -140px 0;
}

.mejs__chapters-button > button {
  background-position: -180px 0;
}

.mejs__captions-button > .mejs__captions-selector, .mejs__chapters-button > .mejs__chapters-selector {
  position: absolute;
  right: 50%;
  bottom: 100%;
  width: 86px;
  padding: 0;
  margin-right: -43px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 0;
  background: rgba(50, 50, 50, 0.7);
  visibility: visible;
}

.mejs__chapters-button > .mejs__chapters-selector {
  width: 110px;
  margin-right: -55px;
}

.mejs__captions-selector-list, .mejs__chapters-selector-list {
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style-type: none !important;
}

.mejs__captions-selector-list-item, .mejs__chapters-selector-list-item {
  display: block;
  padding: 0;
  margin: 0 0 6px;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  list-style-type: none !important;
}

.mejs__captions-selector-list-item:hover, .mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.mejs__captions-selector-input, .mejs__chapters-selector-input {
  position: absolute;
  left: -1000px;
  float: left;
  clear: both;
  margin: 3px 3px 0 5px;
}

.mejs__captions-selector-label, .mejs__chapters-selector-label {
  float: left;
  width: 100%;
  padding: 4px 10px 0;
  font-size: 10px;
  line-height: 15px;
  cursor: pointer;
}

.mejs__captions-selected, .mejs__chapters-selected {
  color: #21f8f8;
}

.mejs__captions-translations {
  margin: 0 0 5px;
  font-size: 10px;
}

.mejs__captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}

.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline;
}

.mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: 400;
}

.mejs__captions-position {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}

.mejs__captions-position-hover {
  bottom: 35px;
}

.mejs__captions-text, .mejs__captions-text * {
  padding: 0;
  white-space: pre-wrap;
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none;
}

.mejs__overlay-error {
  position: relative;
}

.mejs__overlay-error > img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  max-width: 100%;
}

.mejs__cannotplay, .mejs__cannotplay a {
  font-size: .8em;
  color: #fff;
}

.mejs__cannotplay {
  position: relative;
}

.mejs__cannotplay a, .mejs__cannotplay p {
  display: inline-block;
  width: 100%;
  padding: 0 15px;
}

.video {
  position: relative;
  padding-top: 1.9375rem;
}

@media screen and (max-width: 749px) {
  .video {
    padding-top: 3rem;
  }
}

.video::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 4.375rem);
  background-color: #efeddd;
}

.video__block {
  position: relative;
  width: 46.875rem;
  height: 26.25rem;
  margin-top: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1199px) {
  .video__block {
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .video__block {
    height: 10.1875rem;
  }
}

.video__title {
  position: relative;
  padding-bottom: 0.3125rem;
  font-family: "PT Serif";
  font-size: 2.25rem;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .video__title {
    padding-bottom: 1.1875rem;
    font-size: 1.5rem;
    line-height: 1.3125rem;
  }
}

.video__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 4.1875rem;
  height: 1px;
  background-color: #a6a6a6;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.video__play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

.video__play_hide {
  display: none;
}

.video .mejs__container {
  height: 100%;
}

.video .mejs__controls {
  z-index: 0;
}

.video .mejs__offscreen {
  display: none;
}

.video .mejs__layer {
  box-shadow: inset 0 0 0 0.6875rem #fff, 0 1.375rem 1.125rem 0 rgba(0, 0, 0, 0.18);
}

.p-contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5rem;
}

@media screen and (max-width: 1199px) {
  .p-contacts__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0.875rem;
  }
}

@media screen and (max-width: 749px) {
  .p-contacts__wrapper {
    padding-top: 0;
  }
}

.p-contacts .icon {
  fill: #a88550;
}

.p-contacts .icon_c-point {
  width: 0.8125rem;
  height: 1.125rem;
}

.p-contacts .icon_time {
  width: 0.9375rem;
  height: 0.9375rem;
}

.p-contacts .icon_c-phone {
  width: 0.875rem;
  height: 0.875rem;
}

.p-contacts .icon_c-mail {
  width: 0.9375rem;
  height: 0.75rem;
}

.p-contacts__left {
  padding-right: 0.9375rem;
  font-family: "Roboto";
  font-size: 0.9375rem;
  line-height: 1.875rem;
  color: #5d564f;
  letter-spacing: -0.03125rem;
}

@media screen and (max-width: 1199px) {
  .p-contacts__left {
    padding-right: 0;
  }
}

.p-contacts__right {
  padding-left: 0.9375rem;
}

@media screen and (max-width: 1199px) {
  .p-contacts__right {
    padding-left: 0;
    margin-top: 3.75rem;
  }
}

@media screen and (max-width: 749px) {
  .p-contacts__right {
    margin-top: 2.9375rem;
  }
}

.p-contacts__left, .p-contacts__right {
  width: 50%;
}

@media screen and (max-width: 1199px) {
  .p-contacts__left, .p-contacts__right {
    width: 100%;
  }
}

.p-contacts__headline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto";
  font-size: 0.9375rem;
  line-height: 1.875rem;
  color: #8b837b;
}

.p-contacts__text {
  padding-left: 1.625rem;
  margin-top: -0.5rem;
  font-family: "Roboto";
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.875rem;
  color: #26292d;
  letter-spacing: 0.0125rem;
}

.p-contacts__item:first-of-type {
  margin-top: 2.5rem;
}

@media screen and (max-width: 1199px) {
  .p-contacts__item:first-of-type {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 749px) {
  .p-contacts__item:first-of-type {
    margin-top: 1.1875rem;
  }
}

.p-contacts__item:not(:last-of-type) {
  margin-bottom: 1.375rem;
}

.p-contacts__item:last-of-type {
  margin-bottom: 3.125rem;
}

@media screen and (max-width: 749px) {
  .p-contacts__item:last-of-type {
    margin-bottom: 1.75rem;
  }
}

.p-contacts__item .icon {
  margin-right: 0.9375rem;
}

.p-contacts .link_button-lemonade {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}

@media screen and (max-width: 749px) {
  .p-contacts .link_button-lemonade {
    width: 100%;
    text-align: center;
  }
}

.p-contacts__slogan {
  position: relative;
  padding-bottom: 0.5625rem;
  margin-top: 1.875rem;
  font-family: "PT Serif";
  font-size: 1.5rem;
}

@media screen and (max-width: 1199px) {
  .p-contacts__slogan {
    max-width: 35rem;
    margin-top: 4.0625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 749px) {
  .p-contacts__slogan {
    margin-top: 1.6875rem;
  }
}

.p-contacts__slogan::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 4.1875rem;
  height: 1px;
  background-color: #a6a6a6;
}

.p-contacts__faces {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.75rem;
  margin-bottom: 3.25rem;
}

@media screen and (max-width: 1199px) {
  .p-contacts__faces {
    max-width: 35rem;
    margin-right: auto;
    margin-bottom: 0.875rem;
    margin-left: auto;
  }
}

@media screen and (max-width: 749px) {
  .p-contacts__faces {
    margin-top: 2.0625rem;
  }
}

.p-contacts__face {
  width: 16.4375rem;
}

@media screen and (max-width: 1199px) {
  .p-contacts__face {
    margin-bottom: 2.375rem;
  }
}

@media screen and (max-width: 749px) {
  .p-contacts__face {
    width: 100%;
  }
}

.p-contacts__photo {
  width: 100%;
}

.p-contacts__face-name {
  margin-top: 0.4375rem;
  margin-bottom: 0.3125rem;
  font-family: "Roboto";
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.875rem;
  color: #26292d;
}

.p-contacts__face-position, .p-contacts__face-phone {
  margin: 0;
  font-family: "Roboto";
  font-size: 0.9375rem;
  line-height: 1.875rem;
  color: #5d564f;
}

.form-contacts {
  width: 100%;
  padding-top: 2rem;
  padding-right: 1.875rem;
  padding-bottom: 2.25rem;
  padding-left: 1.875rem;
  text-align: center;
  background-color: #f1f1f1;
}

@media screen and (max-width: 749px) {
  .form-contacts {
    width: calc(100% + 1.875rem);
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.form-contacts__title {
  position: relative;
  padding-bottom: 2.0625rem;
  margin-top: 1.375rem;
  margin-bottom: 0;
  font-family: "PT Serif";
  font-size: 3rem;
  line-height: 1.3125rem;
}

@media screen and (max-width: 749px) {
  .form-contacts__title {
    font-size: 2.25rem;
  }
}

.form-contacts__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 4.1875rem;
  height: 1px;
  background-color: #a6a6a6;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.form-contacts__subtitle {
  margin-top: 0.4375rem;
  font-family: "Roboto";
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #5d564f;
}

.form-contacts__input {
  width: 100%;
  height: 3.125rem;
  padding-left: 2.3125rem;
  font-family: "Roboto";
  font-weight: 400;
  color: #26292d;
  border: none;
  border-bottom: 1px #000 solid;
  background-color: transparent;
  outline: none;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

.form-contacts__input:hover {
  border-color: #a88550;
}

.form-contacts__input_text {
  height: 6.5rem;
  padding-top: 0.5rem;
  padding-left: 0.9375rem;
  resize: none;
  border: 1px #000 solid;
}

.form-contacts__wrapper {
  position: relative;
  margin-bottom: 1.9375rem;
}

.form-contacts__wrapper .icon {
  position: absolute;
  z-index: 1;
  top: 0.8125rem;
  left: 0;
  fill: #ac8950;
}

.form-contacts__wrapper .icon_mail {
  width: 1.6875rem;
  height: 1.8125rem;
}

.form-contacts__wrapper .icon_man {
  width: 1.6875rem;
  height: 1.75rem;
}

.form-contacts__submit {
  width: 100%;
  max-width: 16.375rem;
  height: 3.4375rem;
  padding-right: 5.625rem;
  padding-left: 5.625rem;
  font-family: "Roboto";
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  border: none;
  background-color: #2a2a2c;
  -webkit-transition: background 250ms ease-in-out;
  transition: background 250ms ease-in-out;
}

@media screen and (max-width: 749px) {
  .form-contacts__submit {
    max-width: 100%;
  }
}

.form-contacts__submit:hover {
  background-color: #a88550;
}

.form-contacts__feedback {
  margin-top: 1.8125rem;
}

@media screen and (max-width: 749px) {
  .form-contacts__feedback {
    margin-top: 1.375rem;
  }
}

.form-contacts__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-contacts__captcha {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 749px) {
  .form-contacts__captcha {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.form-contacts__button {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 749px) {
  .form-contacts__button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.form-contacts__captcha, .form-contacts__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

@media screen and (max-width: 749px) {
  .form-contacts__captcha, .form-contacts__button {
    width: 100%;
  }
}

.form-contacts__checkbox {
  display: none;
}

.form-contacts__checkbox:checked + label::before {
  background-image: url(../img/minified-svg/checked.svg);
  background-size: 0.6875rem 0.5625rem;
}

.form-contacts__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-contacts__label::before {
  content: '';
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 1.25rem;
  border: 1px solid rgba(28, 28, 32, 0.5);
  background-repeat: no-repeat;
  background-position: center;
}

.form-contacts__label .link {
  margin-left: 0.3125rem;
}

.form-contacts__label_error::before {
  border-color: red;
}

.map {
  position: relative;
}

.map::before {
  content: '';
  display: block;
  padding-top: 31.6%;
}

@media screen and (max-width: 1199px) {
  .map::before {
    padding-top: 48.5%;
  }
}

@media screen and (max-width: 749px) {
  .map::before {
    padding-top: 63.2%;
  }
}

.map > ymaps {
  position: absolute;
  top: 0;
  left: 0;
}

.anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 59.0625rem;
  padding-top: 3.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1199px) {
  .anchors {
    width: 100%;
  }
}

.anchors .link {
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
}

.anchors .link_button-lemonade {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}

.anchors .link_button-lemonade:hover {
  color: #a88550;
  border-color: #a88550;
  background-color: transparent;
}

.img_left {
  float: left;
}

.img_right {
  float: right;
}

.burger {
  position: relative;
  width: 1.3125rem;
  height: 1.375rem;
}

.burger__element {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background .3s;
  transition: background .3s;
}

.burger__element::before, .burger__element::after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 1.3125rem;
  height: 0.125rem;
  background-color: #fff;
  -webkit-transition-delay: .3s, 0s, 0s;
          transition-delay: .3s, 0s, 0s;
  -webkit-transition-duration: .3s, .3s, .3s;
          transition-duration: .3s, .3s, .3s;
}

.burger__element::before {
  top: -0.5rem;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

.burger__element::after {
  bottom: -0.5rem;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.popup-requisites {
  position: fixed;
  z-index: -1;
  top: calc(50% - 12.40625rem);
  left: calc(50% - 19.34375rem);
  width: 38.6875rem;
  height: 24.8125rem;
  padding-top: 0.1875rem;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  background-color: #f1f1f1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-timing-function: ease-in-out, ease-in-out;
          transition-timing-function: ease-in-out, ease-in-out;
  -webkit-transition-duration: 300ms, 300ms;
          transition-duration: 300ms, 300ms;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}

@media screen and (max-width: 749px) {
  .popup-requisites {
    top: calc(50% - 12.40625rem);
    left: calc(50% - 9.375rem);
    width: 18.75rem;
  }
}

.popup-requisites__close {
  position: absolute;
  top: -2.6875rem;
  right: -2.6875rem;
  cursor: pointer;
  -webkit-transition: fill 300ms ease-in-out;
  transition: fill 300ms ease-in-out;
  fill: #a88550;
}

@media screen and (max-width: 749px) {
  .popup-requisites__close {
    top: 0.1875rem;
    right: 0.1875rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}

.popup-requisites__close:hover {
  fill: #7f643c;
}

.popup-requisites_open {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

.p-404 {
  padding-top: 11.4375rem;
  padding-bottom: 13.5625rem;
}

.p-404__icon {
  position: relative;
  display: inline-block;
  padding-top: 3.5rem;
  margin-bottom: 1rem;
}

.p-404__text {
  position: absolute;
  top: 0;
  right: 0.625rem;
  font-family: "PT Serif";
  font-size: 5.25rem;
  line-height: 3.125rem;
}

.p-404 .container {
  text-align: center;
}

.p-404 .icon_404 {
  width: 16.75rem;
  height: 13.5rem;
  fill: #967850;
}

.p-404 .link_button {
  padding-right: 2.0625rem;
  padding-left: 2.0625rem;
  margin-top: 0.9375rem;
}

.p-404 p {
  font-family: "PT Serif";
  font-size: 1.5rem;
  color: #29292e;
}

.scroll-to-top {
  position: fixed;
  background: #404040 url('/markup/build/static/img/scroll.png') no-repeat scroll center 14px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  right: 75px;
  bottom: 55px;
  z-index: 995;
  cursor: pointer;
}

.scroll-to-top:hover {
  background-color: #323232;
}


/* Additional style files. */


@media screen and (max-width: 400px) {
  .slider__item {
    /*background-position: -144px 0;*/
    background-attachment: initial;
  }
  .slider:not(.slider_index) .slider__item {
    background-attachment: initial;
  }
  
}

/*============================== Popup steles ===================================*/

.window-popup .container_popup table {
  border-color: rgb(218, 218, 218) !important;
  border: rgb(218, 218, 218);
  border-right: rgb(218, 218, 218);
  margin: 0 20px;
  margin-top: 11px;
  margin-bottom: 20px;
}

.window-popup .container_popup table td {
  padding: 10px 12px;
}

.window-popup .container_popup table td:first-child {
  color: #605d5d
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0;
}

.window-popup .container_popup table td:last-child {
  color: #86693d;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.05em;
}

.window-popup {
  height: 38.8125rem !important;
  top: calc(50% - 17.40625rem) !important;
}

.window-popup .container_popup .title-ico__text::after {
  display: none;
}

.p-article__content img {
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

@media (max-width: 749px) {
  .window-popup {
    top: 0 !important;
    height: 100vh !important;
    left: 50% !important;
    transform: translate(-50%);
  }

  .container_popup {
    overflow-y: scroll;
    height: calc(100vh - 30px);
  }

  .window-popup .container_popup table tr {
    display: flex;
    flex-direction: column;
  }

  .window-popup .container_popup table td {
    font-size: 11px;
    line-height: 13px;
  }

  .window-popup .title-ico__text {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .window-popup .container_popup table td {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .popup__close {
    z-index: 5;
  }

}

.good__buy_button {
  display: flex;
  padding: 10px 15px;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 185px;
  justify-content: center;
}

.menu__link:hover .icon #aktsii {
  fill: #fff;
}

.icon_aktsii {
  width: 24px !important;
}
.soc-ico.footer__soc {
  margin:0 25% 0 25%;
  width:43%;
}