@charset "UTF-8";

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

.stand__top {
  margin-bottom: 30px;
  position: relative;
}



.stand__top .slick-arrow {
  position: absolute;
  background: #000 url("../images/arrow.svg") no-repeat 57% 50%;
  width: 46px;
  height: 46px;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
  top: 50%;
  z-index: 1;
  margin-top: -23px;
  padding: 0;
}

.stand__top .slick-next {
  right: 0;
}

.stand__top .slick-prev {
  right: 51px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}


/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.special-information__text table td {
  padding: 10px 10px;
  border: 1px solid;
  color: #404040;
}

@font-face {
  font-family: "LS";
  src: url(../fonts/../fonts/LeOsler_Sharp-Regular.eot);
  src: local("😥"), url(../fonts/../fonts/LeOsler_Sharp-Regular.otf) format("otf"), url(../fonts/../fonts/LeOsler_Sharp-Regular.woff) format("woff"), url(../fonts/../fonts/LeOsler_Sharp-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  color: #000;
  font: 14px/24px 'Roboto', sans-serif;
}

button {
  outline: none;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  padding-top: 69px;
}

@media screen and (max-width: 1250px) {
  .wrapper {
    padding-top: 0;
  }
}

.poster-page {
  background: #ebebeb url("../images/poster-bg.svg") no-repeat;
  background-size: 100% auto;
}

.special-page {
  background: #ffec1f url("../images/special-bg.svg") no-repeat;
  background-size: cover;
}

.special-page .main {
  max-width: 1018px;
}

.contacts-page .footer {
  background: #000 url("../images/pin.svg") no-repeat 50% 35%;
}

@media screen and (max-width: 767px) {
  .contacts-page .footer {
    background: #000 url("../images/pin.svg") no-repeat 50% 52%;
  }
}

.contacts-page .footer__nav {
  margin-bottom: 205px;
}

.gallery-page {
  background: #000 url("../images/gallery-decor.svg") no-repeat;
  background-size: 100% auto;
}

.gallery-page .pagination a {
  background: #333;
  color: #fff;
}

@media screen and (min-width: 1250px) {
  .gallery-page .pagination a:hover path {
    fill: #000;
  }
}

.gallery-page .pagination span {
  color: #000;
  background: #fff;
}

.gallery-page .pagination path {
  fill: #fff;
}

input.error {
  border-color: #ff1a3b !important;
}

p.error {
  color: #ff1a3b;
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}

.pagetitle {
  font-size: 56px;
  line-height: 70px;
  color: #000;
  margin-bottom: 30px;
  font-family: 'LS';
}

.breadcrumb {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb li {
  position: relative;
}

.breadcrumb li:first-child a {
  text-indent: -9999px;
  display: block;
  background: url("../images/bread-home.svg") no-repeat;
  width: 18px;
  height: 18px;
}

.breadcrumb li+li {
  margin-left: 30px;
}

.breadcrumb li+li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -18px;
  background: url("../images/arrow-bread.svg") no-repeat;
  width: 10px;
  height: 7px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: -3px;
}

.breadcrumb a {
  color: #9b9b9b;
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
  display: block;
}

.main {
  max-width: 998px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 80px;
}

@media screen and (max-width: 1250px) {
  .main {
    padding: 100px 15px 80px;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main {
    padding: 50px 15px 80px;
  }
}

.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'LS';
  font-size: 30px;
  line-height: 46px;
  text-align: center;
}

.pagination li {
  width: 46px;
  height: 46px;
}

.pagination li+li {
  margin-left: 5px;
}

.pagination li.first a,
.pagination li.last a {
  background: none;
}

@media screen and (min-width: 1250px) {

  .pagination li.first a:hover,
  .pagination li.last a:hover {
    background: #fff;
  }
}

.pagination li.first svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination a {
  color: #000;
  display: block;
  background: #fff;
  text-decoration: none;
}

@media screen and (min-width: 1250px) {
  .pagination a:hover {
    background: #000;
    color: #fff;
  }
}

.pagination span {
  color: #fff;
  display: block;
  background: #000;
}

.special-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -26px 0 0 -16px;
}

.special-section .special__box {
  margin: 26px 0 0 16px;
  -ms-flex-preferred-size: 190px;
  flex-basis: 190px;
}

@media screen and (max-width: 1250px) {
  .special-section .special__box {
    max-width: 184px;
  }
}

@media screen and (max-width: 1023px) {
  .special-section .special__box {
    max-width: 172px;
  }
}

@media screen and (max-width: 767px) {
  .special-section .special__box {
    max-width: 164px;
  }
}

@media screen and (max-width: 359px) {
  .special-section .special__box {
    max-width: 136px;
  }
}

.error-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 150px 15px;
}

.error-image {
  margin-right: 80px;
}

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

.error-title {
  font-size: 56px;
  line-height: 60px;
  color: #fff;
  font-family: 'LS';
  margin-bottom: 15px;
  max-width: 270px;
}

.error-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 40px;
}

.error-btn {
  font-size: 22px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  max-width: 185px;
  display: block;
  width: 100%;
  text-decoration: none;
  background: #ff1a3b;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 1250px) {
  .error-btn:hover {
    background: #ffec1f;
    color: #000;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

.popup__close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

@media screen and (min-width: 1250px) {
  .popup__close:hover {
    background: #ffec1f;
  }
}

.popup__holder {
  max-width: 580px;
  -ms-flex-preferred-size: 580px;
  flex-basis: 580px;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 50px 60px 20px;
}

@media screen and (max-width: 767px) {
  .popup__holder {
    padding: 50px 20px 20px;
  }
}

.popup__holder::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 229px;
  width: 485px;
  background: url(../images/popup-decor.svg) no-repeat;
  z-index: -1;
}

.popup__title {
  font-size: 38px;
  line-height: 40px;
  font-family: 'LS';
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 479px) {
  .popup__title {
    margin-bottom: 15px;
  }
}

.popup__row {
  margin-bottom: 30px;
}

@media screen and (max-width: 479px) {
  .popup__row {
    margin-bottom: 10px;
  }
}

.popup__row input {
  width: 100%;
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 0 0 2px;
  height: 48px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  outline: none;
  font-family: 'Roboto';
}

.popup__row input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.popup__row input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.popup__row input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.popup__row input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.popup__row-box {
  margin-bottom: 25px;
}

.popup__label input {
  display: none;
}

.popup__label input:checked+.popup__label-text::after {
  background: #ffec1f;
  border-color: #ffec1f;
}

.popup__label input:checked+.popup__label-text::before {
  display: block;
}

.popup__label-text {
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.25);
  font-weight: 500;
  padding-left: 33px;
  position: relative;
  display: block;
}

.popup__label-text::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.popup__label-text::before {
  content: '';
  position: absolute;
  display: none;
  height: 9px;
  width: 16px;
  top: 2px;
  left: 4px;
  border: solid #000;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

.popup__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .popup__button {
    margin-bottom: 18px;
  }
}

.popup__btn {
  color: #000;
  background: #ffec1f;
  line-height: 50px;
  padding: 0;
  border: none;
  -webkit-box-shadow: 8px 8px 0 0 #000;
  box-shadow: 8px 8px 0 0 #000;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  max-width: 244px;
  -ms-flex-preferred-size: 244px;
  flex-basis: 244px;
  width: 100%;
  font-family: 'Roboto';
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 1250px) {
  .popup__btn:hover {
    background: #ff1a3b;
    color: #fff;
  }
}

.popup__notes {
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.25);
  font-weight: 500;
  text-align: center;
}

.dev {
  padding-top: 50px;
}

.dev-link {
  text-decoration: none;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.dev-link__logo {
  height: 15px;
  overflow: hidden;
  margin-left: 10px;
}

.dev-link svg {
  width: 100px;
  height: 15px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .dev-link:hover svg {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@media only screen and (max-width: 767px) {
  .dev-link {
    margin-bottom: 20px;
  }
}

.top-section {
  background-size: cover;
  background-repeat: no-repeat;
  height: 690px;
  position: relative;
  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;
}

@media screen and (max-width: 767px) {
  .top-section {
    height: auto;
    padding: 70px 15px;
  }
}

.top-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.top-section__box {
  position: relative;
  z-index: 1;
  max-width: 720px;
  -ms-flex-preferred-size: 720px;
  flex-basis: 720px;
  width: 100%;
}

.top-section__title {
  font-size: 60px;
  line-height: 80px;
  color: #fff;
  font-family: 'LS';
  margin-bottom: 33px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .top-section__title {
    font-size: 40px;
    line-height: 56px;
  }
}

.top-section__btn {
  padding: 0 20px;
  font-size: 28px;
  line-height: 70px;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  color: #000;
  max-width: 337px;
  width: 100%;
  text-align: center;
  background: #ffec1f;
  text-decoration: none;
  -webkit-box-shadow: 8px 8px 0 0 #000;
  box-shadow: 8px 8px 0 0 #000;
}

@media screen and (max-width: 359px) {
  .top-section__btn {
    padding: 0;
  }
}

.triggers {
  background: url("../images/triggers-decor.svg") no-repeat;
  background-position: 50% 0;
  background-size: cover;
  padding: 70px 15px;
}

@media screen and (max-width: 767px) {
  .triggers {
    padding: 70px 15px 40px;
  }
}

.triggers__holder {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto 30px;
}

.triggers__title {
  font-size: 42px;
  line-height: 52px;
  color: #000;
  font-family: 'LS';
  max-width: 700px;
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}

.triggers__list {
  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: -35px 0 0;
}

@media screen and (max-width: 767px) {
  .triggers__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.triggers__item {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 35px 0 0;
  font-size: 21px;
  line-height: 24px;
}

@media screen and (max-width: 1023px) {
  .triggers__item {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .triggers__item {
    width: 100%;
    font-size: 15px;
  }
}

.triggers__item+.triggers__item {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .triggers__item+.triggers__item {
    width: 100%;
  }
}

.triggers__icon {
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.triggers__text {
  max-width: 404px;
  -ms-flex-preferred-size: 404px;
  flex-basis: 404px;
  width: 100%;
}

.triggers__text span {
  display: inline-block;
  vertical-align: top;
  vertical-align: top;
  background: #ffec1f;
}

.best-proposition {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}

.best-proposition__title {
  text-align: center;
  font-size: 56px;
  line-height: 70px;
  font-family: 'LS';
  color: #000;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.best-proposition__title::after {
  content: '';
  position: absolute;
  top: -90px;
  right: -150px;
  background: url("../images/custom-decor.svg") no-repeat;
  width: 98px;
  height: 138px;
}

@media screen and (max-width: 767px) {
  .best-proposition__holder {
    width: 100%;
    overflow-x: auto;
  }
}

.best-proposition__list {
  width: 100%;
  border-collapse: collapse;
  text-align-last: auto;
}

.best-proposition__list th {
  background: rgba(0, 0, 0, 0.1);
  border: none;
  font-size: 26px;
  font-family: 'LS';
  padding: 12px 0;
}

.best-proposition__list td {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1023px) {
  .best-proposition__list td {
    font-size: 13px;
    line-height: 16px;
  }
}

.best-proposition__list td:first-child {
  font-weight: 700;
  text-align: left;
  width: 280px;
}

@media screen and (max-width: 1023px) {
  .best-proposition__list td:first-child {
    width: 170px;
  }
}

.best-proposition__old-price {
  font-size: 36px;
  line-height: 38px;
  font-family: 'LS';
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.best-proposition__old-price::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -5px;
  right: -5px;
  background: #ff1a3b;
  height: 2px;
  margin-top: -1px;
}

.best-proposition__new-price {
  font-size: 36px;
  line-height: 38px;
  font-family: 'LS';
  position: relative;
  color: #ff1a3b;
  margin-bottom: 25px;
}

.best-proposition__btn {
  max-width: 185px;
  margin: 0 auto;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 50px;
  cursor: pointer;
  background: #ffec1f;
  text-align: center;
  -webkit-box-shadow: 6px 6px 0 0 #000;
  box-shadow: 6px 6px 0 0 #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: block;
}

@media screen and (min-width: 1250px) {
  .best-proposition__btn:hover {
    background: #ff1a3b;
    color: #fff;
  }
}

.order {
  background: #ff1a3b url("../images/special-bg.svg") no-repeat;
  background-size: cover;
  padding: 66px 15px 86px;
}

.order__holder {
  max-width: 654px;
  margin: 0 auto;
  width: 100%;
}

.order__title {
  font-size: 56px;
  line-height: 70px;
  color: #fff;
  font-family: 'LS';
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

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

.order__title::after {
  content: '';
  position: absolute;
  top: -90px;
  right: -180px;
  width: 177px;
  height: 121px;
  background: url("../images/order-decor.svg") no-repeat;
}

.order__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

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

.order__col {
  -ms-flex-preferred-size: 310px;
  flex-basis: 310px;
  max-width: 310px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .order__col {
    max-width: 100%;
  }

  .order__col+.order__col {
    margin-top: 30px;
  }
}

.order input {
  display: block;
  background: none;
  border: solid #ffec1f;
  border-width: 0 0 2px;
  width: 100%;
  padding: 0;
  height: 60px;
  font-family: 'LS';
  font-size: 32px;
  outline: none;
  color: #ffec1f;
}

.order__btn {
  color: #000;
  font-size: 22px;
  line-height: 50px;
  background: #ffec1f;
  padding: 0 30px;
  border: none;
  -webkit-box-shadow: 8px 8px 0 0 #000;
  box-shadow: 8px 8px 0 0 #000;
  cursor: pointer;
  font-weight: 500;
  font-family: 'Roboto';
}

.order__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.contacts::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 370px;
  width: 670px;
  background: url("../images/poster-decor.svg") no-repeat;
  z-index: -1;
}

.contacts__box {
  width: 50%;
  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;
}

@media screen and (max-width: 767px) {
  .contacts__box {
    width: 100%;
    padding: 70px 0;
  }
}

.contacts__title {
  font-size: 56px;
  line-height: 70px;
  color: #000;
  font-family: 'LS';
  margin-bottom: 30px;
}

.contacts__item+.contacts__item {
  margin-top: 30px;
}

.contacts__item .footer__social {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contacts__sub-title {
  font-size: 16px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 500;
  margin-bottom: 8px;
}

.contacts__text {
  font-size: 18px;
  line-height: 21px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.contacts__map {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .contacts__map {
    width: 100%;
  }
}

.contacts__map iframe {
  width: 100%;
  height: 700px;
  margin: 0;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .contacts__map iframe {
    height: 400px;
  }
}

.gallery-page .wrapper {
  padding-top: 0;
}

.gallery-page.album-page .wrapper {
  padding-top: 69px;
}

.album-page .foto {
  padding-top: 40px;
}

.foto {
  max-width: 1040px;
  margin: 0 auto 160px;
  position: relative;
}

.foto__top {
  position: absolute;
  top: 109px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1250px) {
  .foto__top {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .foto__top {
    top: 35px;
  }
}

.foto__top .gallery__top {
  margin: 0;
}

.foto .tab.active {
  padding-top: 244px;
}

@media screen and (max-width: 767px) {
  .foto .tab.active {
    padding-top: 210px;
  }
}

.foto__image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -11px 0 11px -3px;
}

@media screen and (max-width: 1023px) {
  .foto__image-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.foto__image {
  margin: 11px 0 0 3px;
}

@media screen and (max-width: 1250px) {
  .foto__image {
    max-width: 328px;
  }
}

@media screen and (max-width: 767px) {
  .foto__image {
    max-width: 100%;
  }
}

.album__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px 0 50px -10px;
}

@media screen and (max-width: 1023px) {
  .album__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.album__box {
  position: relative;
  text-decoration: none;
  margin: 10px 0 0 10px;
  max-width: 335px;
}

@media screen and (max-width: 1250px) {
  .album__box {
    max-width: 320px;
  }
}

@media screen and (max-width: 1023px) {
  .album__box {
    max-width: 335px;
  }
}

.album__box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  height: 170px;
}

.album__name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  z-index: 1;
  padding: 0 15px 10px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
}

.header {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'LS';
  font-size: 19px;
  line-height: 25px;
  position: absolute;
  padding: 12px 30px 12px 140px;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1250px) {
  .header {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding: 12px 60px 12px 95px;
    font-size: 16px;
  }
}

@media screen and (max-width: 359px) {
  .header {
    font-size: 13px;
    padding: 12px 45px 12px 63px;
  }
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .logo {
    max-width: 100px;
  }
}

@media screen and (max-width: 359px) {
  .logo {
    max-width: 78px;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    background: #000;
    width: 100%;
    height: 100vh;
    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;
    text-align: center;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }

  .nav.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.nav li+li {
  margin-left: 28px;
}

@media screen and (max-width: 1023px) {
  .nav li+li {
    margin-left: 14px;
  }
}

@media screen and (max-width: 767px) {
  .nav li+li {
    margin: 15px 0 0;
  }
}

.nav li.active a::after {
  width: 100%;
}

.nav a {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 10px 0;
}

.nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #fff;
  left: 0;
  width: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

@media screen and (min-width: 1250px) {
  .nav a:hover::after {
    width: 100%;
  }
}

.tel {
  color: #fff;
  text-decoration: none;
}

.town__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  max-width: 200px;
  margin-right: 15px;
}

@media screen and (max-width: 359px) {
  .town__active {
    max-width: 118px;
  }
}

.town__active img {
  margin-left: 5px;
}

.town__active.open img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.town__list {
  display: none;
  position: absolute;
  top: 100%;
  background: rgba(0, 0, 0, 0.75);
  margin: 0;
  padding: 0;
  list-style: none;
  width: 180px;
  padding: 20px;
}

.town__list li+li {
  margin-top: 0px;
}

.town__list a {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 1250px) {
  .town__list a:hover {
    text-decoration: underline;
  }
}

.menu-opener {
  width: 26px;
  height: 19px;
  right: 10px;
  padding: 0 26px 0 0;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 42px;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  z-index: 6;
  position: fixed;
  top: 18px;
  display: none;
}

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

.menu-opener__line {
  background: #ffec1f;
  width: 25px;
  height: 2px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.menu-opener .line-1 {
  top: 0;
}

.menu-opener .line-2 {
  top: 6px;
}

.menu-opener .line-3 {
  top: 12px;
}

.menu-opener.active .line-1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 6px;
}

.menu-opener.active .line-2 {
  display: none;
}

.menu-opener.active .line-3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 6px;
}


.slideshow .slick-slide img {
  width: 100%;
}


.slideshow .slick-arrow {
  position: absolute;
  background: rgba(0, 0, 0, 0.3) url("../images/arrow.svg") no-repeat 57% 50%;
  width: 54px;
  height: 54px;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
  top: 50%;
  z-index: 1;
  margin-top: -27px;
  padding: 0;
}

@media screen and (min-width: 1250px) {
  .slideshow .slick-arrow:hover {
    background: rgba(0, 0, 0, 0.7) url("../images/arrow.svg") no-repeat 57% 50%;
  }
}

.slideshow .slick-next {
  right: 0;
}

.slideshow .slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slideshow__info {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slideshow__info-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}

@media screen and (max-width: 1250px) {
  .slideshow__info-holder {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .slideshow__info-holder {
    padding-bottom: 0;
    display: block;
  }
}

.slideshow__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'LS';
}

.slideshow__info-date {
  background: #000;
  font-size: 56px;
  color: #fff;
  line-height: 70px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .slideshow__info-date {
    font-size: 26px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.slideshow__info-name {
  background: #fff;
  color: #000;
  font-size: 56px;
  line-height: 70px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .slideshow__info-name {
    font-size: 26px;
    width: 100%;
    text-align: center;
  }
}

.slideshow__btn {
  background: #ffec1f;
  color: #000;
  position: relative;
  font-size: 32px;
  line-height: 70px;
  -webkit-box-shadow: 8px 8px 0 0 #000;
  box-shadow: 8px 8px 0 0 #000;
  -ms-flex-preferred-size: 177px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding: 0 20px;

}

@media screen and (max-width: 767px) {
  .slideshow__btn {
    display: block;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.schedule {
  background: url("../images/schedule-bg.svg") no-repeat 0 100%;
  background-size: 100% auto;
  padding-bottom: 80px;
}

@media screen and (max-width: 1250px) {
  .schedule {
    padding: 0 15px 80px;
  }
}

@media screen and (max-width: 767px) {
  .schedule {
    background: none;
  }
}

.schedule__top {
  margin-bottom: 30px;
  position: relative;
}

.schedule__top .slick-arrow {
  position: absolute;
  background: #000 url("../images/arrow.svg") no-repeat 57% 50%;
  width: 46px;
  height: 46px;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
  top: 50%;
  z-index: 1;
  margin-top: -23px;
  padding: 0;
}

.schedule__top .slick-next {
  right: 0;
}

.schedule__top .slick-prev {
  right: 51px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.schedule__title {
  padding-top: 50px;
  font-size: 56px;
  line-height: 58px;
  color: #000;
  font-family: 'LS';
}

.schedule__holder {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.schedule__image {
  position: relative;
  top: -5px;
  left: -5px;
}

@media screen and (max-width: 767px) {
  .schedule__image {
    top: 0;
    left: 0;
  }
}

.schedule__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -46px 0 50px -12px;
}

.schedule__section .schedule__box {
  margin: 46px 0 0 12px;
}

@media screen and (max-width: 1250px) {
  .schedule__section .schedule__box {
    max-width: 189px;
  }
}

@media screen and (max-width: 1023px) {
  .schedule__section .schedule__box {
    max-width: 175px;
  }
}

@media screen and (max-width: 767px) {
  .schedule__section .schedule__box {
    max-width: 166px;
  }
}

@media screen and (max-width: 359px) {
  .schedule__section .schedule__box {
    max-width: 139px;
  }
}

.schedule__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -21px;
}

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

.schedule__box {
  margin: 0 21px;
  background: #fff;
  text-decoration: none;
  max-width: 190px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .schedule__box {
    max-width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .schedule__box {
    margin: 0 7px;
    max-width: 166px;
  }
}

@media screen and (max-width: 359px) {
  .schedule__box {
    max-width: 138px;
  }
}

.schedule__info {
  padding: 11px 17px 20px;
  font-family: 'LS';
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .schedule__info {
    background: #eee;
  }
}

.schedule__info::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  background: #dedede;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  border-radius: 50%;
}

.schedule__date {
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  color: #000;
}

.schedule__sub-date {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.special {
  background: #ffec1f url("../images/special-bg.svg") no-repeat;
  background-size: cover;
  padding: 50px 15px 100px;
}

@media screen and (max-width: 767px) {
  .special {
    padding: 40px 15px 50px;
  }
}

.special__top {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.special__top .slick-arrow {
  position: absolute;
  background: #000 url("../images/arrow.svg") no-repeat 57% 50%;
  width: 46px;
  height: 46px;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
  top: 50%;
  z-index: 1;
  margin-top: -23px;
  padding: 0;
}

.special__top .slick-next {
  right: 0;
}

.special__top .slick-prev {
  right: 51px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.special__title {
  font-size: 56px;
  line-height: 58px;
  color: #000;
  font-family: 'LS';
  position: relative;
}

.special__title::after {
  content: '';
  position: absolute;
  top: -76px;
  right: -200px;
  background: url("../images/special-decor.svg") no-repeat;
  width: 177px;
  height: 121px;
}

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

.special__holder {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.special__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.special__box {
  margin: 0 9px 8px;
  text-decoration: none;
  max-width: 190px;
  position: relative;
  -webkit-box-shadow: 8px 8px 0 0 #000;
  box-shadow: 8px 8px 0 0 #000;
}

@media screen and (max-width: 1023px) {
  .special__box {
    max-width: 166px;
  }
}

@media screen and (max-width: 767px) {
  .special__box {
    max-width: 155px;
  }
}

@media screen and (max-width: 359px) {
  .special__box {
    max-width: 127px;
  }
}

.gallery {
  background: #000;
  padding: 50px 15px 100px;
}

@media screen and (max-width: 767px) {
  .gallery {
    padding: 30px 15px 50px;
  }
}

.gallery__holder {
  max-width: 1362px;
  margin: 0 auto;
}

.gallery__slide {
  max-width: 700px;
}

.gallery .slick-slide {
  opacity: 0.6;
}

.gallery .slick-slide.slick-active {
  opacity: 1;
}

.gallery__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto 30px;
}

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

.gallery__title {
  font-size: 56px;
  line-height: 58px;
  color: #fff;
  font-family: 'LS';
}

@media screen and (max-width: 767px) {
  .gallery__title {
    margin-bottom: 15px;
  }
}

.gallery .slick-arrow {
  position: absolute;
  background: url("../images/arrow.svg") no-repeat 57% 50%;
  width: 54px;
  height: 54px;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
  top: 50%;
  z-index: 1;
  margin-top: -27px;
  padding: 0;
}

@media screen and (min-width: 1250px) {
  .gallery .slick-arrow:hover {
    background: rgba(0, 0, 0, 0.7) url("../images/arrow.svg") no-repeat 57% 50%;
  }
}

.gallery .slick-next {
  right: 0;
}

.gallery .slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tabs-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'LS';
  font-size: 20px;
  line-height: 25px;
}

@media screen and (max-width: 359px) {
  .tabs-holder {
    font-size: 18px;
  }
}

.tabs-holder a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  display: block;
  padding-bottom: 11px;
  position: relative;
}

@media screen and (min-width: 1250px) {
  .tabs-holder a:hover {
    color: #fff;
  }
}

.tabs-holder a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #fff;
}

.tabs-holder a.active {
  color: #fff;
}

.tabs-holder a.active::after {
  right: 0;
}

.custom-link {
  margin-left: 26px;
}

@media screen and (max-width: 767px) {
  .custom-link {
    margin-left: 15px;
  }
}

.tabs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-list li+li {
  margin-left: 26px;
}

@media screen and (max-width: 767px) {
  .tabs-list li+li {
    margin-left: 15px;
  }
}

.subscribe {
  background: #ff1a3b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 0 20px;
}

@media screen and (max-width: 1023px) {
  .subscribe {
    padding: 30px 0 50px;
  }
}

@media screen and (max-width: 359px) {
  .subscribe {
    padding: 30px 15px 50px;
  }
}

.subscribe--custom {
  background: #ffec1f;
  padding: 46px 0 65px;
}

.subscribe--custom .subscribe__info {
  max-width: 400px;
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
}

@media screen and (max-width: 767px) {
  .subscribe--custom .subscribe__info {
    max-width: 320px;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
    padding: 46px 15px 65px;
  }
}

.subscribe--custom .subscribe__title {
  color: #000;
}

@media screen and (max-width: 767px) {
  .subscribe--custom .subscribe__title {
    font-size: 37px;
    line-height: 49px;
  }
}

.subscribe--custom .subscribe__btn {
  background: #ff1a3b;
  color: #fff;
}

.subscribe--custom .subscribe__field {
  border-color: #ff1a3b;
  color: #ff1a3b;
}

.subscribe--custom .subscribe__field:-moz-placeholder {
  color: #ff1a3b;
}

.subscribe--custom .subscribe__field::-moz-placeholder {
  color: #ff1a3b;
}

.subscribe--custom .subscribe__field:-ms-input-placeholder {
  color: #ff1a3b;
}

.subscribe--custom .subscribe__field::-webkit-input-placeholder {
  color: #ff1a3b;
}

.subscribe--custom .subscribe__image::after {
  bottom: -82px;
  left: -226px;
}

.subscribe--custom .subscribe__image::before {
  content: '';
  position: absolute;
  top: -80px;
  left: -40px;
  background: url("../images/subscribe-decor-2.svg") no-repeat;
  width: 264px;
  height: 147px;
}

.subscribe__title {
  font-size: 47px;
  line-height: 59px;
  color: #fff;
  font-family: "LS";
  margin-bottom: 35px;
}

@media screen and (max-width: 359px) {
  .subscribe__title {
    font-size: 37px;
    line-height: 49px;
  }
}

.subscribe__image {
  position: relative;
  z-index: 1;
  margin-right: 178px;
  margin-top: -25px;
}

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

.subscribe__image::after {
  content: '';
  position: absolute;
  top: 0;
  left: -150px;
  bottom: -20px;
  width: 710px;
  background: url("../images/subscribe-decor.svg") no-repeat;
  opacity: 0.2;
  z-index: -1;
}

.subscribe__image::before {
  content: '';
  position: absolute;
  top: 60px;
  left: -30px;
  background: url("../images/subscribe-text.svg") no-repeat;
  width: 194px;
  height: 104px;
}

.subscribe__info {
  max-width: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.subscribe__form {
  max-width: 310px;
  position: relative;
}

.subscribe__form .error {
  position: absolute;
  bottom: -30px;
  color: #fff;
}

.subscribe__field {
  display: block;
  background: none;
  border: solid #ffec1f;
  border-width: 0 0 2px;
  width: 100%;
  padding: 0;
  height: 60px;
  font-family: 'LS';
  font-size: 32px;
  outline: none;
  margin-bottom: 30px;
  color: #ffec1f;
}

.subscribe__btn {
  color: #000;
  font-size: 22px;
  line-height: 50px;
  background: #ffec1f;
  padding: 0 30px;
  border: none;
  -webkit-box-shadow: 8px 8px 0 0 #000;
  box-shadow: 8px 8px 0 0 #000;
  cursor: pointer;
  font-weight: 500;
  font-family: 'Roboto';
  font-weight: 700;
}

:-moz-placeholder {
  color: #ffec1f;
}

::-moz-placeholder {
  color: #ffec1f;
}

:-ms-input-placeholder {
  color: #ffec1f;
}

::-webkit-input-placeholder {
  color: #ffec1f;
}

.footer {
  background: url(/map.jpg) no-repeat;
  background-size: cover;
  padding: 100px 15px;
  font-family: "LS";
  background-position: 0px -100px;
}

@media screen and (max-width: 1679px) {
  .footer {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 767px) {

  .footer__row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .footer__tel {
    margin-left: 0;
  }


  .footer {
    padding: 30px 15px;
    background-size: auto auto;
    background-position: 50% 38%;
    background-size: cover;

  }
}

.footer__holder {
  max-width: 600px;
  margin: 0 auto;
}

.footer__nav {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 392px;
}

@media screen and (max-width: 1679px) {
  .footer__nav {
    margin-bottom: 322px;
  }
}

@media screen and (max-width: 1439px) {
  .footer__nav {
    margin-bottom: 282px;
  }
}

@media screen and (max-width: 1023px) {
  .footer__nav {
    margin-bottom: 142px;
  }
}

@media screen and (max-width: 767px) {
  .footer__nav {
    margin-bottom: 233px;
  }
}

.footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .footer__nav ul {
    display: block;
    text-align: center;
  }
}

.footer__nav li+li {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .footer__nav li+li {
    margin: 15px 0 0;
  }
}

.footer__nav a {
  color: #fff;
  text-decoration: none;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.footer__tel {
  padding-left: 25px;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 25px;
  margin-left: 35px;
}

@media screen and (max-width: 359px) {
  .footer__tel {
    font-size: 16px;
  }
}

.footer__tel::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background: url("../images/tel.svg") no-repeat;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

.footer__address {
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  position: relative;
  padding-left: 25px;
}

@media screen and (max-width: 359px) {
  .footer__address {
    font-size: 16px;
  }
}

.footer__address::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background: url("../images/footer-address.svg") no-repeat;
  width: 13px;
  height: 18px;
  margin-top: -9px;
}

.footer__social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__social li+li {
  margin-left: 22px;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  background-image: url("../images/fancybox_sprite.png");
}

.fancybox-prev span,
.fancybox-next span {
  background: url("../images/arrow.svg") no-repeat;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: fixed;
  top: 10px;
  right: 40px;
  width: 54px;
  height: 54px;
  cursor: pointer;
  z-index: 8040;
  background: url("../images/close.svg") no-repeat;
}

.fancybox-nav {
  position: fixed;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-prev span {
  left: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fancybox-next span {
  right: 10px;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: #000;
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.poster-section {
  max-width: 1474px;
  margin: 0 0 0 auto;
  padding: 40px 0 80px;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .poster-section {
    padding: 100px 15px 80px;
  }
}

.poster-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -430px;
  height: 370px;
  width: 670px;
  background: url("../images/poster-decor.svg") no-repeat;
  z-index: -1;
}

.poster-section__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .poster-section__columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.poster-section__image {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 1023px) {
  .poster-section__image {
    max-width: 190px;
  }
}

@media screen and (max-width: 767px) {
  .poster-section__image {
    max-width: 100%;
    margin-bottom: 25px;
  }
}

.poster-section__year {
  position: absolute;
  bottom: 0;
  font-family: 'LS';
  right: 0;
  font-size: 22px;
  line-height: 24px;
}

.poster-section__year span {
  position: relative;
  z-index: 1;
  display: block;
}

.poster-section__year::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 60px;
  border-color: transparent transparent #fff transparent;
}

.poster-section__holder {
  width: 100%;
}

.poster-section__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .poster-section__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 10px;
  }
}

.poster-section__top::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.4);
}

.poster-section__top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .poster-section__top-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}

.poster-section__date {
  background: #000;
  color: #fff;
  position: relative;
  font-family: 'LS';
  font-size: 28px;
  line-height: 50px;
  padding: 0 10px 0 50px;
  margin-right: 70px;
  text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
  .poster-section__date {
    padding: 10px;
    font-size: 20px;
    line-height: 22px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .poster-section__date {
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
}

.poster-section__date::after {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #000 transparent transparent transparent;
}

@media screen and (max-width: 1023px) {
  .poster-section__date::after {
    display: none;
  }
}

.poster-section__time {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  position: relative;
  padding-left: 28px;
}

@media screen and (max-width: 1023px) {
  .poster-section__time {
    font-size: 14px;
  }
}

.poster-section__time::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/time.svg") no-repeat;
  width: 19px;
  height: 19px;
}

.poster-section__address {
  font-style: normal;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  margin-left: 20px;
  position: relative;
  padding-left: 23px;
}

@media screen and (max-width: 1023px) {
  .poster-section__address {
    font-size: 14px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .poster-section__address {
    margin-left: 40px;
  }
}

.poster-section__address::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/address.svg") no-repeat;
  width: 13px;
  height: 18px;
}

.poster-section__info {
  max-width: 761px;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .poster-section__info {
    padding: 0;
  }
}

.poster-section__title {
  font-size: 45px;
  line-height: 80px;
  color: #000;
  font-family: 'LS';
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .poster-section__title {
    font-size: 40px;
    line-height: 60px;
  }
}

.poster-section__price {
  background: #ffec1f;
  padding: 0 30px;
  font-size: 28px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  color: #000;
  max-width: 300px;
  -webkit-box-shadow: 8px 8px 0 0 #000;
  box-shadow: 8px 8px 0 0 #000;
  margin-bottom: 19px;
}

.poster-section__notes {
  color: #ff1a3b;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 25px;
}

.poster-section__text {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.schema {
  color: #1a8cff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-decoration: none;
}

@media screen and (min-width: 1250px) {
  .schema:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .schema {
    width: 100%;
    text-align: center;
  }
}

.package {
  background: #3fcf24 url("../images/special-bg.svg") no-repeat;
  background-size: cover;
  padding: 50px 15px 70px;
}

.package__holder {
  max-width: 1040px;
  margin: 0 auto;
  width: 100%;
}

.package__title {
  font-size: 56px;
  line-height: 58px;
  font-family: 'LS';
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .package__title {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }
}

.package__list {
  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: 767px) {
  .package__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.package__box {
  max-width: 331px;
  -ms-flex-preferred-size: 331px;
  flex-basis: 331px;
  width: 100%;
  background: #fff;
  padding: 29px 43px 36px;
  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;
}

@media screen and (max-width: 1023px) {
  .package__box {
    padding: 29px 15px 36px;
    max-width: 243px;
  }
}

@media screen and (max-width: 767px) {
  .package__box {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}

.package__top {
  margin-bottom: 18px;
}

.package__box-title {
  font-size: 36px;
  line-height: 45px;
  color: #000;
  text-align: center;
  margin-bottom: 28px;
  font-family: 'LS';
}

.package__include {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.5);
}

.package__include li {
  padding-left: 48px;
  position: relative;
  max-width: 230px;
}

.package__include li+li {
  margin-top: 20px;
}

.package__include li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  position: absolute;
  height: 17px;
  width: 32px;
  border: solid #3fcf24;
  border-width: 0 0 6px 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -11px;
}

.package__price {
  color: #000;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  font-family: 'LS';
  margin-bottom: 10px;
}

.package__btn {
  max-width: 185px;
  margin: 0 auto;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 50px;
  cursor: pointer;
  background: #ff1a3b;
  text-align: center;
  -webkit-box-shadow: 6px 6px 0 0 #000;
  box-shadow: 6px 6px 0 0 #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 1250px) {
  .package__btn:hover {
    background: #ffec1f;
    color: #000;
  }
}

select {
  display: none;
}

.select {
  margin: auto;
  border: 1px solid #e8e8e8;
  padding: 1em 2em;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin: 15px;
  white-space: nowrap;
  outline: none;
  overflow: hidden;
}

.select::after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: .7em;
  width: .7em;
  margin-top: -.4em;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.select:hover {
  border-color: #dbdbdb;
}

.select:focus {
  border-color: #666;
}

.select--open {
  overflow: visible;
}

.select--open::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.select--medium {
  max-width: 30em;
}

.select__list {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 0.1em rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 0.1em rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: .2em;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-2em);
  transform: scale(0.75) translateY(-2em);
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
  transition: opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
  transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out;
  transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
  z-index: -1;
}

.select--open .select__list {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.select__item {
  padding: .5em 1em;
  cursor: pointer;
}

.select__item:hover {
  background: #efefef;
}

.select__item--active {
  font-weight: bold;
  background: #eee;
}

.select__item--disabled {
  opacity: .3;
  cursor: not-allowed;
}

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

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

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

.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;
  left: 0;
  top: 0;
  display: block;
}

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

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

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

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

[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;
}

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

.main-image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 418px;
  background-position: 50% 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .main-image {
    height: 200px;
  }
}

.special-information {
  position: relative;
  padding: 0 0 75px;
}

@media screen and (max-width: 1250px) {
  .special-information {
    padding: 0 15px 75px;
  }
}

.special-information::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  height: 370px;
  width: 670px;
  z-index: -1;
  background: url("../images/poster-decor.svg") no-repeat;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.special-information__box {
  max-width: 1040px;
  width: 100%;
  margin: 40px auto 0;
}

.special-information__title {
  font-size: 56px;
  line-height: 70px;
  color: #000;
  font-family: 'LS';
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .special-information__title {
    font-size: 40px;
    line-height: 60px;
  }
}

.special-information__text {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}

.special-information__text p {
  margin: 25px 0;
}

.special-information__text p:first-child {
  margin-top: 0;
}

.special-information__text p:last-child {
  margin-bottom: 0;
}

.special-information__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .special-information__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.special-information__btn {
  background: #ff1a3b;
  max-width: 255px;
  -ms-flex-preferred-size: 255px;
  flex-basis: 255px;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 6px 6px 0 0 #000;
  box-shadow: 6px 6px 0 0 #000;
}

.special-information__tel {
  color: #000;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  text-decoration: none;
  margin-left: 35px;
}

@media screen and (max-width: 767px) {
  .special-information__tel {
    margin: 25px 0 0;
  }
}

.tab {
  height: 0;
  overflow: hidden;
}

.tab.active {
  height: auto;
}

/*# sourceMappingURL=index.css.map */

.menu-item-has-children {
  position: relative;
}

.nav .sub-menu {
  background: #404040;
  display: none !important;
  position: absolute;
  padding: 20px !important;
  min-width: 150px;


}

.nav .sub-menu li+li {
  margin-left: 0 !important;
}


.menu-item-has-children:hover .sub-menu {
  display: block !important;
}


@media screen and (max-width:800px) {
  .special-information__text {
    overflow-x: scroll;
  }
}