/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * 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-.
     */
figcaption,
figure {
  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 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 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 */ }

/* Links
       ========================================================================== */
/**
     * 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 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in 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 */
  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
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 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 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* 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; }

/* 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; }
  .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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  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;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.centered {
  display: table;
  width: 100%;
  height: 100%; }
  .centered > * {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

@font-face {
  font-family: "PFDinDisplayPro";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-black.eot");
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-black.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-black.woff") format("woff"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-black.ttf") format("truetype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-black.svg#PFDinDisplayPro") format("svg"); }

@font-face {
  font-family: "PFDinDisplayPro";
  font-weight: 900;
  font-style: italic;
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-blackit.eot");
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-blackit.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-blackit.woff") format("woff"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-blackit.ttf") format("truetype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-blackit.svg#PFDinDisplayPro") format("svg"); }

@font-face {
  font-family: "PFDinDisplayPro";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-bold.eot");
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-bold.woff") format("woff"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-bold.ttf") format("truetype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-bold.svg#PFDinDisplayPro") format("svg"); }

@font-face {
  font-family: "PFDinDisplayPro";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-boldital.eot");
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-boldital.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-boldital.woff") format("woff"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-boldital.ttf") format("truetype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-boldital.svg#PFDinDisplayPro") format("svg"); }

@font-face {
  font-family: "PFDinDisplayPro";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-xthin.eot");
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-xthin.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-xthin.woff") format("woff"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-xthin.ttf") format("truetype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-xthin.svg#PFDinDisplayPro") format("svg"); }

@font-face {
  font-family: "PFDinDisplayPro";
  font-weight: 200;
  font-style: italic;
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-xthinit.eot");
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-xthinit.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-xthinit.woff") format("woff"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-xthinit.ttf") format("truetype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-xthinit.svg#PFDinDisplayPro") format("svg"); }

@font-face {
  font-family: "PFDinDisplayPro";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-reg.eot");
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-reg.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-reg.woff") format("woff"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-reg.ttf") format("truetype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-reg.svg#PFDinDisplayPro") format("svg"); }

@font-face {
  font-family: "PFDinDisplayPro";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-italic.eot");
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-italic.woff") format("woff"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-italic.ttf") format("truetype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-italic.svg#PFDinDisplayPro") format("svg"); }

@font-face {
  font-family: "PFDinDisplayPro";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-light.eot");
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-light.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-light.woff") format("woff"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-light.ttf") format("truetype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-light.svg#PFDinDisplayPro") format("svg"); }

@font-face {
  font-family: "PFDinDisplayPro";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-lightital.eot");
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-lightital.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-lightital.woff") format("woff"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-lightital.ttf") format("truetype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-lightital.svg#PFDinDisplayPro") format("svg"); }

@font-face {
  font-family: "PFDinDisplayPro";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-med.eot");
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-med.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-med.woff") format("woff"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-med.ttf") format("truetype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-med.svg#PFDinDisplayPro") format("svg"); }

@font-face {
  font-family: "PFDinDisplayPro";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-meditalc.eot");
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-meditalc.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-meditalc.woff") format("woff"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-meditalc.ttf") format("truetype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-meditalc.svg#PFDinDisplayPro") format("svg"); }

@font-face {
  font-family: "PFDinDisplayPro";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-thin.eot");
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-thin.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-thin.woff") format("woff"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-thin.ttf") format("truetype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-thin.svg#PFDinDisplayPro") format("svg"); }

@font-face {
  font-family: "PFDinDisplayPro";
  font-weight: 100;
  font-style: italic;
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-thinital.eot");
  src: url("../fonts/PFDinDisplayPro/pfdindisplaypro-thinital.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-thinital.woff") format("woff"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-thinital.ttf") format("truetype"), url("../fonts/PFDinDisplayPro/pfdindisplaypro-thinital.svg#PFDinDisplayPro") format("svg"); }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.centered {
  display: table;
  width: 100%;
  height: 100%; }
  .centered > * {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

body {
  background: #fff;
  color: #2c2c2c;
  font-family: "PFDinDisplayPro", Verdana;
  font-size: 16px;
  font-weight: 400;
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  color: #4c4c4c;
  font-family: "PFDinDisplayPro", Verdana;
  margin: 0;
  padding: 0;
  color: #000; }

h1 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700; }

h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700; }

h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600; }

h4 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600; }

h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300; }

h6 {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 300; }

p {
  padding: 0;
  margin: 0; }

hr {
  overflow: hidden;
  height: 1px;
  background: #e9e9e9;
  border: 0;
  margin: 32px 0; }

q,
blockquote {
  text-align: center;
  display: block;
  font-style: italic; }

strong,
b {
  font-weight: 700; }

a {
  color: #354fc1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none; }
  a.button {
    text-decoration: none; }
    a.button:hover {
      text-decoration: none; }

[class*="icon-"] {
  display: inline-block;
  vertical-align: top; }

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

img[style*="float: left"],
img[style*="float:left"],
img[align="left"] {
  margin: 0 20px 5px 0; }

img[style*="float: right"],
img[style*="float:right"],
img[align="right"] {
  margin: 0 0 5px 20px; }

.static-content ul li, .default-list li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 13px; }
  .static-content ul li:before, .default-list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 6px;
    width: 5px;
    height: 5px;
    background: #2c2c2c;
    border-radius: 50%; }

.static-content table {
  width: 100%;
  border-collapse: collapse; }
  .static-content table td, .static-content table th {
    border: 1px solid white;
    text-align: center;
    vertical-align: middle;
    height: 51px; }
  .static-content table th {
    background-color: #666666;
    color: #fff;
    font-size: 18px;
    border-top: 0; }
  .static-content table tbody tr {
    background-color: #f8f6f6; }
    .static-content table tbody tr:nth-child(even) {
      background-color: #f3f3f3; }

ol {
  list-style-type: decimal;
  list-style-position: inside;
  counter-reset: item; }
  ol li {
    display: block;
    position: relative; }
    ol li:before {
      content: counters(item, ".") ". ";
      counter-increment: item;
      display: inline;
      vertical-align: top;
      font-weight: 700; }

.upper {
  text-transform: uppercase; }

.br {
  display: block; }

.c-red {
  color: #ff0000; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0; }

body {
  min-height: 100%;
  width: 100%;
  min-width: 320px;
  background: rgba(255, 255, 255, 0) url(../pic/bg/main-bg.webp) 0 0 no-repeat;
  background-size: 100% 100%; }

section {
  background-color: #ffffff;
  display: block; }

html {
  min-height: 100%; }

.container {
  padding: 0 20px;
  max-width: 1240px;
  margin: 0 auto; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

.wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden; }

.btn {
  text-align: center;
  vertical-align: top;
  font-size: 25px;
  font-family: "PFDinDisplayPro" !important;
  font-weight: 500;
  line-height: 1;
  padding: 16px 10px 17px;
  cursor: pointer;
  background-color: #48c000;
  color: #fff;
  border: 0;
  border-radius: 0;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
  display: block; }
  .btn:hover, .btn.active {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6); }
  .btn.disabled, .btn[disabled="disabled"], .btn[disabled] {
    background: #ccc;
    color: #aaa;
    cursor: not-allowed; }
.btn__orange{background-color: #f27f0c;}
.input,
.textarea {
  background-color: #fff;
  border: 1px solid rgba(2, 2, 2, 0.25);
  color: #2c2c2c;
  font-size: 18px;
  line-height: 1;
  font-family: "PFDinDisplayPro" !important;
  font-weight: 300;
  padding: 10px 30px;
  width: 100%;
  height: 58px;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-appearance: none;
  border-radius: 0; }
  .input::-webkit-input-placeholder,
  .textarea::-webkit-input-placeholder {
    color: rgba(44, 44, 44, 0.51); }
  .input:-ms-input-placeholder,
  .textarea:-ms-input-placeholder {
    color: rgba(44, 44, 44, 0.51); }
  .input:focus::-webkit-input-placeholder,
  .textarea:focus::-webkit-input-placeholder {
    color: transparent; }
  .input:focus:-ms-input-placeholder,
  .textarea:focus:-ms-input-placeholder {
    color: transparent; }
  .input:focus::placeholder,
  .textarea:focus::placeholder {
    color: transparent; }
  .input.mask,
  .textarea.mask {
    font-weight: 700; }
  .input.parsley-error, .input:required,
  .textarea.parsley-error,
  .textarea:required {
    background-color: #fde7e8; }
  .input.parsley-success,
  .textarea.parsley-success {
    background-color: #fff; }
  .input:focus,
  .textarea:focus {
    border-color: #696969; }
  .input.disabled, .input[disabled="disabled"], .input[disabled],
  .textarea.disabled,
  .textarea[disabled="disabled"],
  .textarea[disabled] {
    background-color: #f3f3f3; }

.textarea {
  height: 119px;
  resize: none; }

input[type="file"] {
  display: none; }
  input[type="file"] + label {
    display: block;
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 25px 15px;
    color: #969696;
    text-align: center;
    border: 1px dashed #c4c4c4;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
    input[type="file"] + label:hover {
      border-color: #696969;
      background: #e9e9e9; }

.basket {
  margin-top: -83px;
  padding: 33px 0 33px;
  -webkit-box-shadow: 0 3px 25px rgba(1, 2, 2, 0.15);
          box-shadow: 0 3px 25px rgba(1, 2, 2, 0.15); }
  @media (max-width: 991px) {
    .basket {
      margin: 0 -20px;
      padding: 17px 0 33px; } }
  .basket--holder {
    padding: 0 42px; }
    @media (max-width: 1200px) {
      .basket--holder {
        padding: 0 20px; } }
    @media (max-width: 991px) {
      .basket--holder {
        padding: 0; } }
  .basket__hdr {
    padding-left: 50px; }
    @media (max-width: 991px) {
      .basket__hdr {
        padding-left: 30px; } }
    .basket__hdr-link {
      color: #900000;
      font-size: 20px;
      font-weight: 300;
      border-bottom: 1px solid #900000;
      line-height: 1;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .basket__hdr-link {
          font-size: 27px; } }
      .basket__hdr-link:hover {
        color: #ca0501;
        border-color: #ca0501; }
    .basket__hdr-title {
      vertical-align: middle;
      display: inline-block;
      color: #000000;
      font-size: 35px;
      font-weight: 900;
      line-height: 1;
      text-transform: uppercase;
      padding-left: 53px; }
      @media (max-width: 1075px) {
        .basket__hdr-title {
          display: block;
          padding-left: 0;
          margin-top: 10px; } }
      @media (max-width: 767px) {
        .basket__hdr-title {
          font-size: 24px;
          font-weight: 700;
          margin-top: 15px;
          letter-spacing: 0.03em; } }
      .basket__hdr-title strong {
        font-weight: 900;
        font-size: 50px; }
        @media (max-width: 767px) {
          .basket__hdr-title strong {
            font-size: 28px; } }
    .basket__hdr-sub {
      color: #000000;
      font-size: 25px;
      font-weight: 900;
      text-transform: uppercase;
      text-align: center;
      margin-top: 17px; }
      @media (max-width: 767px) {
        .basket__hdr-sub {
          text-align: left;
          padding-left: 30px;
          font-size: 27px;
          font-weight: 700;
          margin-top: 9px;
          text-transform: none; } }
  .basket__clone-row {
    display: none; }
    .basket__clone-row td {
      border-bottom: 9px solid #ffffff !important;
      font-size: 27px;
      padding-top: 0 !important;
      padding-bottom: 14px !important;
      vertical-align: middle !important; }
      .basket__clone-row td:last-child {
        text-align: right;
        white-space: nowrap; }
    @media (max-width: 767px) {
      .basket__clone-row {
        display: table-row; } }
  .basket__name-md {
    display: inline-block; }
    @media (max-width: 767px) {
      .basket__name-md {
        display: none; } }
  .basket__name-sm {
    display: none; }
    @media (max-width: 767px) {
      .basket__name-sm {
        display: inline-block; } }
  @media (max-width: 767px) {
    .basket__name-mob-dn {
      display: none; } }
  @media (max-width: 767px) {
    .basket__date-mob-dn {
      display: none; } }
  .basket__time-accent {
    background-color: #f27f0c;
    color: #2c2c2c;
    font-weight: 500;
    line-height: 1;
    padding: 1px 6px 0; }
    @media (max-width: 767px) {
      .basket__time-accent {
        background: none;
        font-weight: 300; } }
  @media (max-width: 767px) {
    .basket__row {
      text-align: left !important; } }
  .basket__place-accent {
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    display: inline-block;
    background-color: #48c000;
    padding: 4px 9px 4px;
    line-height: 1;
    margin-top: -6px; }
    @media (max-width: 459px) {
      .basket__place-accent {
        font-size: 22px;
        padding: 3px 6px 3px; } }
  @media (max-width: 767px) {
    .basket__place {
      text-align: left !important; } }
  @media (max-width: 991px) {
    .basket__hole {
      display: none; } }
  .basket__del-icon {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    display: block;
    width: 26px;
    height: 26px;
    fill: #ca0501;
    opacity: .5; }
    .basket__del-icon:hover {
      opacity: 1; }
    @media (max-width: 459px) {
      .basket__del-icon {
        width: 20px;
        height: 20px; } }
  .basket__del-btn {
    background-color: transparent;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    display: inline-block; }
  .basket__del-mob-txt {
    display: inline-block;
    vertical-align: middle;
    opacity: 0.75;
    color: #e48280;
    font-size: 25px;
    font-weight: 300;
    text-decoration: underline; }
    @media (max-width: 459px) {
      .basket__del-mob-txt {
        font-size: 20px; } }
  @media (max-width: 767px) {
    .basket__del {
      display: none; } }
  @media (max-width: 767px) {
    .basket__sector {
      display: none; } }
  @media (max-width: 459px) {
    .basket__price {
      white-space: normal; } }
  .basket__table {
    width: 100%;
    margin-top: 35px;
    border-collapse: collapse;
    border: 0; }
    @media (max-width: 767px) {
      .basket__table {
        margin-top: 6px; } }
    .basket__table tbody tr {
      background-color: #fcf2e9; }
    .basket__table th {
      color: #909090;
      font-size: 18px;
      font-weight: 300;
      text-align: left;
      padding: 0 15px 22px;
      border: 0; }
      @media (max-width: 767px) {
        .basket__table th {
          background-color: #f6e1cd;
          height: 56px;
          vertical-align: middle;
          padding: 3px 5px 0;
          font-size: 25px; } }
      @media (max-width: 459px) {
        .basket__table th {
          font-size: 16px;
          padding-top: 5px;
          height: 50px; } }
      .basket__table th:first-child {
        padding-left: 30px; }
        @media (max-width: 767px) {
          .basket__table th:first-child {
            padding-left: 20px; } }
      .basket__table th:last-child {
        padding-right: 30px; }
        @media (max-width: 767px) {
          .basket__table th:last-child {
            padding-right: 20px; } }
    .basket__table td {
      vertical-align: top;
      color: #2c2c2c;
      font-size: 18px;
      font-weight: 500;
      line-height: 26.51px;
      padding: 24px 15px 18px;
      border-bottom: 11px solid #ffffff; }
      @media (max-width: 767px) {
        .basket__table td {
          border-bottom: 0;
          font-size: 25px;
          padding: 20px 5px 16px; } }
      @media (max-width: 459px) {
        .basket__table td {
          font-size: 18px; } }
      .basket__table td:first-child {
        padding-left: 30px; }
        @media (max-width: 767px) {
          .basket__table td:first-child {
            padding-left: 20px; } }
        @media (max-width: 459px) {
          .basket__table td:first-child {
            padding-left: 15px; } }
      .basket__table td:last-child {
        padding-right: 30px; }
        @media (max-width: 767px) {
          .basket__table td:last-child {
            padding-right: 20px; } }
        @media (max-width: 459px) {
          .basket__table td:last-child {
            padding-right: 15px; } }
      .basket__table td.basket__del {
        vertical-align: middle; }
  .basket .js-date-clone-to {
    display: none;
    font-weight: 300; }
    @media (max-width: 767px) {
      .basket .js-date-clone-to {
        display: inline-block; } }
  .basket .js-del-clone-to {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px; }
    @media (max-width: 459px) {
      .basket .js-del-clone-to {
        padding-left: 0; } }
  .basket__total {
    display: none;
    background-color: #f6e1cd;
    padding: 18px 0 16px 30px;
    margin-top: 10px; }
    .basket__total p {
      color: #2c2c2c;
      font-size: 27px;
      font-weight: 300;
      line-height: 27px;
      margin-bottom: 7px; }
      .basket__total p:last-child {
        margin-bottom: 0; }
    @media (max-width: 767px) {
      .basket__total {
        display: block; } }
  .basket__sum {
    margin-top: 16px;
    text-align: right;
    padding: 0 140px 0 0;
    display: block;
    color: #000000;
    font-size: 25px;
    font-weight: 400; }
.basket__btn{padding:10px 0 0 0;}
.basket__btn .btn{display:inline-block;width:250px;}
    @media (max-width: 767px) {
      .basket__sum {
        display: none; } }
    .basket__sum-txt {
      padding-right: 52px;
      text-transform: uppercase; }
    .basket__sum strong {
      font-weight: 900; }
    .basket__sum-mob {
      display: none; }
      .basket__sum-mob .basket__sum {
        display: block !important;
        padding: 0;
        text-align: center;
        font-size: 27px; }
        .basket__sum-mob .basket__sum-txt {
          padding-right: 10px; }
      @media (max-width: 767px) {
        .basket__sum-mob {
          display: block;
          text-align: center; } }
  .basket__form {
    margin-top: 31px;
    -webkit-box-shadow: 0 -1px 25px rgba(1, 2, 2, 0.15);
            box-shadow: 0 -1px 25px rgba(1, 2, 2, 0.15);
    position: relative;
    padding: 49px calc(19% - 42px) 0 0;
    text-align: right; }
    .basket__form:after {
      content: " ";
      display: block;
      clear: both; }
    @media (max-width: 1150px) {
      .basket__form {
        padding: 49px 20px 0; } }
    @media (max-width: 767px) {
      .basket__form {
        padding: 0 14px 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        margin-top: -2px; } }
    .basket__form::before {
      content: '';
      width: 100%;
      height: 15px;
      position: absolute;
      bottom: -15px;
      left: 0;
      z-index: 1;
      background-color: #ffffff; }
    .basket__form-hdr {
      color: #000000;
      display: none;
      font-size: 35px;
      font-weight: 900;
      line-height: 54px;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 6px; }
      @media (max-width: 767px) {
        .basket__form-hdr {
          display: block; } }
      @media (max-width: 459px) {
        .basket__form-hdr {
          font-size: 24px; } }
    .basket__form-row {
      width: 100%;
      margin-bottom: 18px;
      clear: both; }
      .basket__form-row:after {
        content: " ";
        display: block;
        clear: both; }
      @media (max-width: 767px) {
        .basket__form-row {
          margin-bottom: 22px; } }
    .basket__form-input {
      width: 63.6%;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .basket__form-input {
          display: block;
          width: 100%; } }
      .basket__form-input--multi {
        text-align: left;
        word-spacing: -.36em;
        display: table;
        float: right;
        margin-bottom: -7px; }
        .basket__form-input--multi .holder {
          word-spacing: normal;
          display: inline-block;
          padding-right: 6px;
          text-align: center;
          margin-bottom: 7px; }
          .basket__form-input--multi .holder input {
            padding-left: 10px;
            padding-right: 10px;
            text-align: center; }
          .basket__form-input--multi .holder:nth-child(1) {
            width: 24.5%; }
            @media (max-width: 602px) {
              .basket__form-input--multi .holder:nth-child(1) {
                width: 140px; } }
          .basket__form-input--multi .holder:nth-child(2) {
            width: 18.8%; }
            @media (max-width: 602px) {
              .basket__form-input--multi .holder:nth-child(2) {
                width: 108px; } }
          .basket__form-input--multi .holder:nth-child(3) {
            width: 32.2%; }
            @media (max-width: 602px) {
              .basket__form-input--multi .holder:nth-child(3) {
                width: 183px; } }
          .basket__form-input--multi .holder:nth-child(4) {
            width: 24.5%; }
            @media (max-width: 602px) {
              .basket__form-input--multi .holder:nth-child(4) {
                width: 140px; } }
          .basket__form-input--multi .holder:last-child {
            padding-right: 0; }
      .basket__form-input--msg {
        opacity: 0.5;
        color: #2c2c2c;
        font-size: 18px;
        font-weight: 300;
        text-align: left;
        margin-top: -6px; }
        @media (max-width: 767px) {
          .basket__form-input--msg {
            font-size: 27px;
            text-align: center;
            margin-top: 27px; } }
        @media (max-width: 459px) {
          .basket__form-input--msg {
            font-size: 18px; } }
      .basket__form-input--captcha {
        text-align: justify; }
        .basket__form-input--captcha::before {
          content: '';
          display: block;
          width: 100%; }
        .basket__form-input--captcha::after {
          content: '';
          display: inline-block;
          width: 100%; }
    .basket__form-label {
      width: calc(36.4% - 6px);
      display: inline-block;
      vertical-align: middle;
      padding-right: 23px;
      color: #2c2c2c;
      font-size: 18px;
      font-weight: 500;
      line-height: 26.51px; }
      @media (max-width: 767px) {
        .basket__form-label {
          width: 100%;
          display: block;
          text-align: left;
          margin-bottom: 15px;
          opacity: 0.5;
          font-size: 27px;
          font-weight: 300;
          padding-left: 19px;
          padding-right: 0; } }
  @media (max-width: 767px) and (max-width: 459px) {
    .basket__form-label {
      padding-left: 0; } }
      @media (max-width: 767px) {
          .basket__form-label .c-red {
            color: #2c2c2c; }
          .basket__form-label .br {
            display: inline-block; }
          .basket__form-label strong {
            font-weight: 500; } }
    .basket__form-title {
      color: #757575;
      font-size: 18px;
      font-weight: 500;
      text-align: left;
      width: 63.6%;
      float: right;
      margin: 0 0 16px 0; }
      @media (max-width: 767px) {
        .basket__form-title {
          width: 100%;
          color: #000000;
          font-size: 27px;
          padding-left: 19px;
          margin: 0 0 11px 0; } }
      @media (max-width: 459px) {
        .basket__form-title {
          padding-left: 0; } }
    .basket__form-submit {
      width: 219px; }
      @media (max-width: 767px) {
        .basket__form-submit-md {
          display: none; } }
      .basket__form-submit-sm {
        display: none; }
        @media (max-width: 767px) {
          .basket__form-submit-sm {
            display: inline; } }
      @media (max-width: 1000px) {
        .basket__form-submit {
          display: block !important;
          margin-top: 10px; } }
      @media (max-width: 767px) {
        .basket__form-submit {
          margin: 20px auto 0;
          width: calc(100% - 28px); }
          .basket__form-submit .btn {
            font-size: 30px;
            font-weight: 500;
            line-height: 32px;
            padding: 7px 10px 9px; } }
      @media (max-width: 459px) {
        .basket__form-submit {
          width: 100%; }
          .basket__form-submit .btn {
            font-size: 24px; } }
    .basket__form-city {
      height: 58px;
      padding-top: 20px;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        .basket__form-city {
          height: 119px; } }
  .basket__captcha {
    display: inline-block;
    vertical-align: middle;
    height: 58px; }
    .basket__captcha-img {
      width: 156px;padding-top:15px;}
      .basket__captcha-img img {
        width: 100%;
        height: 100%;
        display: block; }
    .basket__captcha-refresh {
      width: 37px;
      padding-top: 10px; }
      @media (max-width: 767px) {
        .basket__captcha-refresh {
          margin-left: 30px;
          margin-right: 30px; } }
      @media (max-width: 459px) {
        .basket__captcha-refresh {
          margin: 0; } }
      .basket__captcha-refresh-link {
        width: 37px;
        height: 37px;
        display: block; }
        .basket__captcha-refresh-link:hover {
          opacity: .9; }
        .basket__captcha-refresh-link svg {
          width: 100%;
          height: 100%;
          display: block; }
      .basket__captcha-refresh svg {
        width: 37px;
        height: 37px;
        display: block; }
    .basket__captcha-input {
      width: 146px; }
      @media (max-width: 767px) {
        .basket__captcha-input .input {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (max-width: 767px) {
        .basket__captcha-input {
          width: calc(100% - 251px); } }
      @media (max-width: 459px) {
        .basket__captcha-input {
          width: calc(100% - 192px); } }
    @media (max-width: 1000px) {
      .basket__captcha-title {
        vertical-align: top; } }
    @media (max-width: 767px) {
      .basket__captcha-title {
        text-align: center;
        color: #2c2c2c;
        padding-left: 0;
        opacity: 1;
        font-size: 27px;
        font-weight: 500; } }

.tac {
  text-align: center; }

.footer {
  position: relative;
  z-index: 1;
  padding: 50px 0 51px 0;
  background: url(../pic/bg/footer-bg.png) 0 0 repeat-x, url(../pic/bg/footer-bg.png) 0 100% repeat-x;
  background-color: #ca0501; }
  @media (max-width: 767px) {
    .footer {
      padding-bottom: 43px; } }
  .footer__left {
    float: left;
    width: 36.9%;
    min-width: 327px;
    text-align: right; }
    @media (max-width: 991px) {
      .footer__left {
        width: 327px; } }
    @media (max-width: 767px) {
      .footer__left {
        display: none; } }
  .footer__right {
    float: left;
    width: 63.1%;
    padding-left: 55px; }
    @media (max-width: 991px) {
      .footer__right {
        padding-left: 20px;
        width: calc(100% - 327px); } }
    @media (max-width: 767px) {
      .footer__right {
        padding-left: 0;
        width: 100%; } }
  .footer__logo {
    display: inline-block;
    width: 327px;
    height: 209px; }
    .footer__logo:hover {
      -webkit-filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.7));
              filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.7)); }
    .footer__logo img {
      width: 100%;
      height: 100%;
      display: block; }
    .footer__logo-mob {
      display: none;
      width: 327px;
      height: 211px; }
      .footer__logo-mob img {
        width: 100%;
        height: 100%;
        display: block; }
      @media (max-width: 767px) {
        .footer__logo-mob {
          display: block;
          margin: 0 auto 0; } }
      @media (max-width: 459px) {
        .footer__logo-mob {
          width: 280px;
          height: 190px; } }
  .footer__order {
    margin-top: -8px; }
    @media (max-width: 767px) {
      .footer__order {
        width: 300px;
        margin: 0 auto 18px; } }
    .footer__order-txt {
      color: #ffffff;
      font-size: 25px;
      font-weight: 400;
      line-height: 29.08px;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .footer__order-txt {
          background-color: #fff;
          display: inline-block;
          color: #d4020f;
          line-height: 1;
          padding: 7px 10px 2px; } }
    .footer__order-tel {
      margin-top: 16px; }
      @media (max-width: 767px) {
        .footer__order-tel {
          margin-top: 6px; } }
    .footer__order-link {
      display: inline-block;
      color: #ffffff;
      font-size: 37px;
      font-weight: 700; }
      @media (max-width: 1200px) {
        .footer__order-link {
          display: block;
          margin-bottom: 3px; } }
      @media (max-width: 459px) {
        .footer__order-link {
          font-size: 30px; } }
      .footer__order-link:hover span {
        border-bottom-color: #ffffff; }
      .footer__order-link--separator {
        padding: 0 33px;
        color: #ffffff;
        font-size: 37px; }
        @media (max-width: 1200px) {
          .footer__order-link--separator {
            display: none; } }
      .footer__order-link span {
        color: #ffffff;
        display: inline-block;
        border-bottom: 1px solid transparent; }
  .footer__payment {
    margin-top: 24px; }
    @media (max-width: 767px) {
      .footer__payment {
        text-align: center;
        padding: 0 30px; } }
    @media (max-width: 459px) {
      .footer__payment {
        padding: 0; } }
    .footer__payment-item {
      display: inline-block;
      vertical-align: middle;
      margin-right: 16px;
      margin-bottom: 10px; }
      .footer__payment-item:hover {
        opacity: .8; }
      .footer__payment-item--mk {
        margin-left: 10px; }
      .footer__payment-item:last-child {
        margin-right: 0; }
  .footer__nav {
    margin-top: -1px;
    margin-bottom: 13px; }
    @media (max-width: 767px) {
      .footer__nav {
        margin-top: 28px;
        margin-bottom: 30px;
        padding-left: 30px; } }
    @media (max-width: 459px) {
      .footer__nav {
        padding-left: 0; } }
    .footer__nav li {
      display: inline-block;
      padding-right: 28px; }
      @media (max-width: 767px) {
        .footer__nav li {
          display: block;
          margin-bottom: 10px; } }
  @media (max-width: 767px) and (max-width: 459px) {
    .footer__nav li {
      margin-bottom: 0; } }
      @media (max-width: 767px) {
          .footer__nav li:last-child {
            margin-bottom: 0; } }
      .footer__nav li:last-child {
        padding-right: 0; }
      .footer__nav li a {
        color: #aee2fa;
        font-size: 18px;
        font-weight: 300;
        line-height: 43.66px;
        text-decoration: underline; }
.footer__nav li span {
        color: #aee2fa;
        font-size: 18px;
        font-weight: 300;
        line-height: 43.66px;}
        @media (max-width: 767px) {
          .footer__nav li a {
            font-size: 27px;
            font-weight: 300; } }
        @media (max-width: 459px) {
          .footer__nav li a {
            font-size: 20px; } }
        .footer__nav li a:hover {
          text-decoration: none; }
  .footer__copy {
    color: #800300;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .footer__copy {
        font-size: 27px;
        line-height: 37px;
        margin-bottom: 26px;
        margin-left: -5px;
        margin-right: -5px; } }
    @media (max-width: 459px) {
      .footer__copy {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 15px; } }
  .footer__soc {
    margin-top: 20px; }
    @media (max-width: 767px) {
      .footer__soc {
        text-align: center; } }
    @media (max-width: 459px) {
      .footer__soc {
        margin-left: -5px;
        margin-right: -5px; } }
    .footer__soc-item {
      display: inline-block;
      margin-right: 5px;
      -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
              box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4); }
      .footer__soc-item:last-child {
        margin-right: 0; }
      .footer__soc-item:hover {
        opacity: .9; }
      .footer__soc-item svg {
        display: block;
        width: 33px;
        height: 33px; }
  .footer-up__nav {
    margin-top: 42px;
    margin-bottom: 34px;
    text-align: center; }
    @media (max-width: 767px) {
      .footer-up__nav {
        background-color: #fcf3ea;
        margin: 0 -20px;
        padding: 36px 0; } }
    .footer-up__nav li {
      display: inline-block;
      padding: 0 10px; }
      @media (max-width: 767px) {
        .footer-up__nav li {
          display: block;
          margin-bottom: 16px; }
          .footer-up__nav li:last-child {
            margin-bottom: 0; } }
      .footer-up__nav li a {
        color: #ca0501;
        font-size: 18px;
        font-weight: 700;
        line-height: 25.02px;
        text-decoration: underline;
text-transform:uppercase;}
.footer-up__nav li span {
        color: #ca0501;
        font-size: 18px;
        font-weight: 700;
        line-height: 25.02px;
text-transform:uppercase;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);}
        @media (max-width: 767px) {
          .footer-up__nav li a {
            font-size: 27px;
            line-height: 1; } }
        .footer-up__nav li a:hover {
          text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }

.header {
  background: rgba(255, 255, 255, 0) url(../pic/bg/header-bg.webp) 0 0 no-repeat;
  background-size: cover;
  min-height: 343px;
  padding-bottom: 90px; }
  @media (max-width: 991px) {
    .header {
      min-height: 270px;
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .header {
      min-height: 332px;
      background-size: auto;
      background-position: 50% 0; } }
  .header__top-img {
    position: relative; }
    .header__top-img::before {
      content: '';
      width: 1331px;
      height: 106px;
      position: absolute;
      top: 0;
      left: -67px;
      background: rgba(255, 255, 255, 0) url(../pic/bg/yellow-bg.png) 0 0 no-repeat;
      background-size: cover;
      z-index: 0; }
      @media (max-width: 1331px) {
        .header__top-img::before {
          background: none; } }
  .header__container {
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding: 8px 76px; }
    .header__container:after {
      content: " ";
      display: block;
      clear: both; }
    @media (max-width: 1130px) {
      .header__container {
        padding: 8px 0; } }
  .header__info {
    float: left;
    width: calc(50% - 327px / 2);
    padding-right: 20px; }
    @media (max-width: 1331px) {
      .header__info {
        width: 50%; } }
    @media (max-width: 767px) {
      .header__info {
        width: calc(100% - 90px); } }
    @media (max-width: 459px) {
      .header__info {
        width: calc(100% - 50px); } }
  .header__logo {
    float: left;
    display: block;
    width: 327px;
    height: 209px;
    margin-top: 10px; }
    @media (max-width: 1331px) {
      .header__logo {
        position: absolute;
        top: -8px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        /*z-index: -1;*/ } }
     @media (max-width: 768px) {
     /*
      .header__logo {z-index: -1; }
      */
      }
    .header__logo:hover {
      -webkit-filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.7));
              filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.7)); }
    .header__logo img {
      display: block;
      width: 100%;
      height: 100%; }
  .header__basket {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    float: left;
    width: calc(50% - 327px / 2);
    padding-left: 90px; }
    @media (max-width: 1331px) {
      .header__basket {
        width: 50%;
        text-align: right;
        padding-left: 20px; } }
    @media (max-width: 991px) {
      .header__basket {
        margin-top: 75px; } }
    @media (max-width: 767px) {
      .header__basket {
        margin-top: 228px;
        padding-left: 0;
        width: 90px; } }
    @media (max-width: 459px) {
      .header__basket {
        margin-top: 200px;
        width: 50px; } }
    .header__basket:hover {
      text-shadow: 1px 1px 5px black; }
    .header__basket-hdr {
      margin-top: 52px;
      display: block; }
      @media (max-width: 1331px) {
        .header__basket-hdr {
          margin-top: 0; } }
    .header__basket-title {
      display: inline-block;
      vertical-align: middle;
      color: #ffffff;
      font-size: 37px;
      font-weight: 700;
      line-height: 29.06px;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .header__basket-title {
          display: none; } }
    .header__basket-icon {
      display: inline-block;
      vertical-align: middle;
      height: 50px;
      width: 46px;
      position: relative;
      margin-left: 13px; }
      @media (max-width: 767px) {
        .header__basket-icon {
          height: 68px;
          width: 69px;
          margin-right: 20px;
          margin-left: 0; } }
      @media (max-width: 459px) {
        .header__basket-icon {
          height: 50px;
          width: 46px; } }
      .header__basket-icon svg {
        width: 100%;
        height: 100%;
        display: block; }
    .header__basket-num {
      width: 36px;
      height: 36px;
      -webkit-box-shadow: -3px 2px 5px rgba(1, 2, 2, 0.35);
              box-shadow: -3px 2px 5px rgba(1, 2, 2, 0.35);
      background-color: #a7de14;
      position: absolute;
      top: -6px;
      right: -17px;
      text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
      color: #405700;
      font-size: 24px;
      font-weight: 900;
      line-height: 1;
      text-align: center;
      border-radius: 50%;
      padding: 8px 0 0; }
      .header__basket-num span {
        line-height: 1; }
      @media (max-width: 767px) {
        .header__basket-num {
          width: 55px;
          height: 55px;
          padding: 11px 0 0;
          font-size: 35px;
          top: -16px;
          right: -24px; } }
      @media (max-width: 459px) {
        .header__basket-num {
          width: 36px;
          height: 36px;
          padding: 8px 0 0;
          font-size: 24px;
          top: -6px;
          right: -17px; } }
    .header__basket-msg, .header__basket-msg_en {
      margin-top: 13px;
      color: #ffffff;
      font-size: 25px;
      font-weight: 300;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .header__basket-msg, .header__basket-msg_en {
          display: none; } }
      .header__basket-msg--medium {
        font-weight: 500;
        text-transform: none; }
      .header__basket-msg strong, .header__basket-msg_en strong{
        text-transform: none; }
  .header__flags {
    display: table;
    word-spacing: -.36em; }
    @media (max-width: 991px) {
      .header__flags {
        margin-left: -10px;
        display: inline-block;
        position: relative;
        z-index: 2;} }
    .header__flags-item {
      word-spacing: normal;
      display: inline-block;
      margin-right: 33px; }
      @media (max-width: 767px) {
        .header__flags-item {
          display: block;
          margin-bottom: 16px;
          margin-right: 0;
          width: 63px; } }
      .header__flags-item:hover span {
        text-decoration: none; }
      .header__flags-item:last-child {
        margin-right: 0; }
      .header__flags-item img {
        width: 63px;
        height: 36px;
        display: inline-block;
        vertical-align: middle; }
      .header__flags-item span {
        vertical-align: middle;
        display: inline-block;
        color: #ffffff;
        font-size: 22px;
        font-weight: 300;
        line-height: 13.85px;
        text-decoration: underline;
        padding-left: 5px; }
        @media (max-width: 991px) {
          .header__flags-item span {
            display: block;
            line-height: 1;
            margin-top: 9px;
            text-align: center;
            padding-left: 0 !important;
            width: 63px; } }
  .header__tel {
    display: block;
    padding-top: 18px; }
    @media (max-width: 767px) {
      .header__tel {
        padding-top: 45px; } }
    .header__tel-title {
      color: #ffffff;
      font-size: 25px;
      font-weight: 400;
      line-height: 29.04px;
      text-transform: uppercase;
      margin-bottom: 4px; }
      @media (max-width: 767px) {
        .header__tel-title {
          background-color: #fff;
          color: #d4020f;
          display: inline-block;
          line-height: 1;
          padding: 6px 10px 2px;
          margin-bottom: 6px; } }
    .header__tel-link {
      white-space: nowrap;
      color: #ffffff;
      font-size: 37px;
      font-weight: 700;
      margin-bottom: 2px;
      display: inline-block; }
      @media (max-width: 767px) {
        .header__tel-link {
          display: block; } }
      @media (max-width: 459px) {
        .header__tel-link {
          font-size: 24px; } }
      .header__tel-link span {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        color: #ffffff;
        border-bottom: 1px solid transparent;
        display: inline-block; }
        .header__tel-link span:hover {
          border-bottom-color: #ffffff; }
  @media (max-width: 459px) {
    .header.no-basket .container {
      padding: 0 10px; } }
  @media (max-width: 991px) {
    .header.no-basket {
      height: auto;
      min-height: 144px; } }
  @media (max-width: 459px) {
    .header.no-basket {
      min-height: 115px; } }
  .header.no-basket .header__basket {
    display: none; }
  .header.no-basket .header__flags {
    display: none; }
  .header.no-basket .header__info {
    width: calc(50% - 327px / 2); }
    @media (max-width: 1150px) {
      .header.no-basket .header__info {
        width: 50%; } }
    @media (max-width: 700px) {
      .header.no-basket .header__info {
        width: calc(100% - 138px); } }
    @media (max-width: 767px) {
      .header.no-basket .header__info {
        padding-right: 10px; } }
    @media (max-width: 459px) {
      .header.no-basket .header__info {
        width: calc(100% - 108px); } }
  @media (max-width: 991px) {
    .header.no-basket .header__logo {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      float: right;
      width: 138px;
      height: 88px;
      margin-top: 22px; } }
  @media (max-width: 459px) {
    .header.no-basket .header__logo {
      width: 108px;
      height: 68px;
      margin-top: 15px; } }
  @media (max-width: 767px) {
    .header.no-basket .header__tel {
      padding-top: 5px; } }
  @media (max-width: 767px) {
    .header.no-basket .header__tel-link {
      font-size: 33px; } }
  @media (max-width: 459px) {
    .header.no-basket .header__tel-link {
      font-size: 20px; } }
  .header.no-basket .header__tel-title {
    margin-bottom: 12px; }
    @media (max-width: 459px) {
      .header.no-basket .header__tel-title {
        font-size: 18px; } }
  .header.header-slider {
    min-height: 1120px; }
    @media (max-width: 991px) {
      .header.header-slider {
        min-height: 270px; } }
    @media (max-width: 767px) {
      .header.header-slider {
        min-height: 332px; } }

.header-fixed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0 3px 5px rgba(1, 2, 2, 0.35);
          box-shadow: 0 3px 5px rgba(1, 2, 2, 0.35);
  background-color: #ca0501;
  padding: 8px 0; }
  @media (max-width: 767px) {
    .header-fixed {
      padding-bottom: 5px; } }
  .header-fixed__tel {
    color: #ffffff;
    display: inline-block; }
    @media (max-width: 991px) {
      .header-fixed__tel {
        display: block;
        float: left;
        width: 265px; } }
    @media (max-width: 459px) {
      .header-fixed__tel {
        width: 165px; } }
    .header-fixed__tel-txt {
      line-height: 30px;
      font-size: 16px;
      font-weight: 500;
      display: inline-block;
      vertical-align: middle;
      padding-right: 10px; }
      @media (max-width: 1240px) {
        .header-fixed__tel-txt {
          display: block; } }
      @media (max-width: 767px) {
        .header-fixed__tel-txt {
          font-size: 21px;
          text-transform: uppercase;
          padding-left: 25px;
          padding-right: 0; } }
      @media (max-width: 459px) {
        .header-fixed__tel-txt {
          padding-left: 0;
          font-size: 16px;
          line-height: 1; } }
    .header-fixed__tel-link {
      white-space: nowrap;
      line-height: 30px;
      display: inline-block;
      vertical-align: middle;
      font-size: 32px;
      font-weight: 700; }
      @media (max-width: 1060px) {
        .header-fixed__tel-link {
          font-size: 28px; } }
      @media (max-width: 991px) {
        .header-fixed__tel-link {
          display: block;
          font-size: 38px;
          padding: 5px 0;
          letter-spacing: -0.065em; } }
      @media (max-width: 459px) {
        .header-fixed__tel-link {
          font-size: 20px;
          line-height: 1;
          padding-bottom: 0;
          padding-top: 3px; } }
      .header-fixed__tel-link:hover span {
        border-bottom-color: #ffffff; }
      .header-fixed__tel-link span {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        display: inline-block;
        color: #ffffff;
        border-bottom: 1px solid transparent; }
    .header-fixed__tel-separator {
      line-height: 30px;
      font-size: 32px;
      padding: 0 10px;
      display: inline-block;
      vertical-align: middle;
      margin-top: -5px; }
      @media (max-width: 1090px) {
        .header-fixed__tel-separator {
          padding: 0 10px; } }
      @media (max-width: 991px) {
        .header-fixed__tel-separator {
          display: none; } }
  .header-fixed__basket {
    display: inline-block;
    margin-left: -5px;
    padding-left: 10px; }
    @media (max-width: 991px) {
      .header-fixed__basket {
        display: block;
        float: left;
        width: calc(100% - 265px);
        text-align: center;
        padding-top: 35px;
        padding-left: 5px; } }
    @media (max-width: 767px) {
      .header-fixed__basket {
        padding-top: 0;
        text-align: center; } }
    @media (max-width: 459px) {
      .header-fixed__basket {
        width: calc(100% - 165px); } }
    .header-fixed__basket-icon {
      display: inline-block;
      vertical-align: middle; }
      .header-fixed__basket-icon .header__basket-num {
        height: 34px;
        width: 34px;
        font-size: 21px;
        padding-top: 8px; }
      .header-fixed__basket-icon .header__basket-icon svg {
        height: 48px;
        width: 44px; }
      @media (max-width: 767px) {
        .header-fixed__basket-icon {
          display: none; } }
    .header-fixed__basket-in {
      margin-left: 34px;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: middle;
      color: #ca0501;
      font-size: 18px;
      font-weight: 700;
      background-color: #fff;
      padding: 7px 7px 5px; }
      @media (max-width: 767px) {
        .header-fixed__basket-in {
          color: #ffffff;
          padding: 0;
          background-color: transparent;
          font-size: 21px;
          font-weight: 400;
          margin-left: 0;
          text-align: center;
          display: block; } }
      @media (max-width: 459px) {
        .header-fixed__basket-in {
          font-size: 16px;
          line-height: 1; } }
    .header-fixed__basket-ticket {
      display: inline-block;
      vertical-align: middle;
      color: #fff024;
      padding-left: 3px;
      font-size: 18px; }
      @media (max-width: 767px) {
        .header-fixed__basket-ticket {
          color: #fff;
          font-size: 21px;
          font-weight: 700;
          padding: 5px 0; } }
      @media (max-width: 767px) {
        .header-fixed__basket-ticket--mob-dn {
          display: none; } }
      .header-fixed__basket-ticket--mob-db {
        display: none; }
        .header-fixed__basket-ticket--mob-db-txt {
          display: inline-block;
          vertical-align: middle;
          font-size: 21px;
          font-weight: 700; }
          @media (max-width: 459px) {
            .header-fixed__basket-ticket--mob-db-txt {
              font-size: 16px; } }
        .header-fixed__basket-ticket--mob-db .header__basket-icon {
          height: 35px;
          width: 35px;
          margin-right: 25px;
          vertical-align: middle; }
          @media (max-width: 459px) {
            .header-fixed__basket-ticket--mob-db .header__basket-icon {
              margin-right: 15px; } }
        .header-fixed__basket-ticket--mob-db .header__basket-num {
          width: 40px;
          height: 40px;
          font-size: 25px;
          font-weight: 400;
          padding: 9px 0 0 1px;
          top: 0;
          right: -25px; }
          @media (max-width: 459px) {
            .header-fixed__basket-ticket--mob-db .header__basket-num {
              width: 30px;
              height: 30px;
              font-size: 20px;
              padding: 6px 0 0 1px;
              right: -15px; } }
        @media (max-width: 767px) {
          .header-fixed__basket-ticket--mob-db {
            display: block; } }
      @media (max-width: 767px) {
        .header-fixed__basket-ticket {
          display: block; } }
    .header-fixed__basket-sum {
      color: #ffffff;
      padding-left: 6px;
      display: inline-block;
      vertical-align: middle;
      font-weight: 700;
      text-transform: uppercase; }
      @media (max-width: 1070px) {
        .header-fixed__basket-sum {
          padding-left: 6px; } }
      @media (max-width: 767px) {
        .header-fixed__basket-sum {
          padding: 6px 8px 7px;
          color: #d40012;
          background-color: #fff;
          text-transform: none;
          font-size: 20px;
          margin-top: 5px;
          letter-spacing: -0.05em; } }
      @media (max-width: 459px) {
        .header-fixed__basket-sum {
          display: none; } }
      .header-fixed__basket-sum .accent {
        color: #ffe72a;
        text-transform: none;
        padding: 0 !important; }
        @media (max-width: 767px) {
          .header-fixed__basket-sum .accent {
            color: #d40012; } }
      .header-fixed__basket-sum .separator {
        padding-right: 10px; }
        @media (max-width: 1070px) {
          .header-fixed__basket-sum .separator {
            padding-right: 10px; } }
        @media (max-width: 820px) {
          .header-fixed__basket-sum .separator {
            display: none; } }

.main {
  margin-top: -5px; }
  @media (max-width: 767px) {
    .main {
      margin-top: 0;
      padding-top: 15px; } }
  .main__descr {
    text-align: justify;
    color: #787878;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    margin-top: -2px; }
    .main__descr .mob-dib {
      display: none; }
      @media (max-width: 767px) {
        .main__descr .mob-dib {
          display: inline-block; } }
    @media (max-width: 767px) {
      .main__descr {
        text-align: center;
        font-size: 25px; }
        .main__descr .mob-dn {
          display: none; } }
    @media (max-width: 459px) {
      .main__descr {
        font-size: 20px; } }
  .main__tickets {
    margin-top: 13px; }
    @media (max-width: 991px) {
      .main__tickets {
        margin: 13px -20px; } }
    .main__tickets-date {
      text-align: center;
      margin-bottom: 28px; }
      .main__tickets-date li {
        display: inline-block;
        padding: 0 10px;
        text-align: center; }
        @media (max-width: 767px) {
          .main__tickets-date li {
            padding: 0 5px;
            margin-bottom: 5px; } }
        .main__tickets-date li.active a {
          background-color: #f27f0c;
          color: #ffffff;
          pointer-events: none; }
          .main__tickets-date li.active a:hover {
            text-shadow: none; }
        .main__tickets-date li a {
          background-color: transparent;
          display: block;
          color: #900000;
          font-size: 24px;
          font-weight: 700;
          line-height: 29px;
          padding: 7px 24px;
          text-transform: uppercase; }
          @media (max-width: 767px) {
            .main__tickets-date li a {
              padding: 7px 23px; } }
          @media (max-width: 459px) {
            .main__tickets-date li a {
              padding: 5px 12px;
              font-size: 18px;
              line-height: 1; } }
          .main__tickets-date li a:hover {
            text-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
  .main__news {
    margin: 48px -24px 0; }
    @media (max-width: 1250px) {
      .main__news {
        margin: 48px -20px 0; } }
    .main__news-container {
      padding-top: 2px; }
    .main__news-item {
      width: 100%;
      background-color: #fff;
      padding: 16px 15px;
      margin-bottom: 40px; }
      .main__news-item:after {
        content: " ";
        display: block;
        clear: both; }
      @media (max-width: 991px) {
        .main__news-item {
          padding: 0 0 15px;
          margin-bottom: 0; } }
      .main__news-item:last-child {
        margin-bottom: 0; }
      .main__news-item.reverse .main__news-inner {
        float: right; }
    .main__news-inner {
      padding: 0 15px;
      float: left;
      width: 50%; }
      @media (max-width: 991px) {
        .main__news-inner:first-child {
          padding: 0; } }
      @media (max-width: 991px) {
        .main__news-inner {
          width: 100%;
          float: none; } }
      .main__news-inner img {
        display: block;
        width: 100%;
        height: 335px;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (max-width: 991px) {
          .main__news-inner img {
            height: 350px; } }
        @media (max-width: 767px) {
          .main__news-inner img {
            height: 310px; } }
    .main__news-title {
      color: #000000;
      font-size: 50px;
      font-weight: 700;
      margin-top: 12px; }
    .main__news-inner,.main__news-inner p {
      color: #000000;
      font-size: 20px;
      font-weight: 300;
      margin-bottom: 7px;
      line-height: 1.2; }
    .main__news-link {
      font-size: 20px;
      font-weight: 300;
      color: #900000;
      text-decoration: underline;
      margin-top: 29px;
      margin-bottom: 12px;
      display: inline-block; }
      .main__news-link:hover {
        text-decoration: none; }
    .main__news-more {
      color: #0c9ef2;
      font-size: 18px;
      font-weight: 300;
      line-height: 43.6px;
      text-decoration: underline; }
      .main__news-more:hover {
        text-decoration: none; }

.accent {
  background-color: transparent;
  display: inline-block;
  padding: 2px 6px 0;
  line-height: 1; }
  .accent--orange {
    background-color: #f27f0c; }
  .accent--green {
    background-color: #41b700; }
  .accent--blue {
    background-color: #0c9ef2; }
  .accent--red {
    background-color: #f20c63; }

.scheme {
  background-color: #fff;
  padding: 28px 0 35px 0; }
  .scheme__title {
    padding-left: 70px; }
    @media (max-width: 767px) {
      .scheme__title {
        padding-left: 0; } }
    .scheme__title-txt {
      display: inline-block;
      vertical-align: middle;
      color: #000000;
      font-size: 50px;
      font-weight: 700;
      line-height: 54px;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .scheme__title-txt {
          display: none; } }
    .scheme__title-link {
      display: inline-block;
      color: #900000;
      font-size: 20px;
      font-weight: 300;
      text-decoration: underline;
      margin-left: 60px;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .scheme__title-link {
          margin-left: 0; } }
      .scheme__title-link:hover {
        text-decoration: none; }
  .scheme__warn {
    margin-top: 26px;
    text-align: center;
    color: #ca0501;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 26px; }
    @media (max-width: 767px) {
      .scheme__warn {
        opacity: 0.5;
        color: #000000;
        font-size: 27px; } }
  .scheme__return {
    text-align: center;
    padding: 0 20px; }
    .scheme__return-mob {
      display: none;
      margin-top: 20px; }
      @media (max-width: 767px) {
        .scheme__return-mob {
          display: block; } }
    .scheme__return-link {
      color: #ca0501;
      font-size: 18px;
      font-weight: 400;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .scheme__return-link {
          padding: 16px 10px 15px;
          color: #ffffff;
          background-color: #ca0501;
          text-align: center;
          display: block;
          text-decoration: none !important;
          font-size: 27px;
          font-weight: 500;
          text-transform: none; } }
      .scheme__return-link:hover {
        text-decoration: underline; }

.map {
  max-width: 1920px;
  padding: 0 55px 112px; }
  .map img {
    width: 100%;
    height: 100%; }
  @media (max-width: 767px) {
    .map {
      padding: 0 5px 0; } }
  .map__section {
    padding: 44px 0 48px;
    background: #fff;
    text-align: center; }
    .map__section-back {
      display: block;
      margin: 0 auto;
      width: 268px;
      padding-bottom: 20px; }
    .map__section-text {
      font-size: 15px;
      color: #2b2b2b; }
    .map__section--ident {
      padding-top: 0; }
  .map__holder {
    position: relative; }
    @media (max-width: 767px) {
    /*  .map__holder {
        display: none; } */ }
  .map__mobile {
    display: none; }
    @media (max-width: 767px) {
     /* .map__mobile {
        display: block; } */ }
  .map__img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block; }
  .map__place {
    position: absolute;
    display: block;
    width: .9%;
    height: .9%;
    cursor: pointer;
    background: #00c759;
    color: #00c759;
    border-radius: 50%;
    -webkit-transition: none;
    transition: none; }
    .map__place:hover .map__info {
      display: block; }
    .map__place--active {
      background: #ff0000;
      color: #ff0000; }
  .map__info {
    display: none;
    position: absolute;
    min-width: 159px;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 11px;
    padding: 10px 3px 6px 6px;
    background: #fff;
    border-radius: 10px;
    border: 3px solid #b1b1b1;
    font-size: 15px;
    color: #000;
    z-index: 80; }
    .map__info:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%) rotate(-45deg);
          -ms-transform: translateX(-50%) rotate(-45deg);
              transform: translateX(-50%) rotate(-45deg);
      margin-top: -9px;
      width: 10px;
      height: 10px;
      background: #fff;
      border-radius: 4px 7px 4px 4px;
      border-right: 3px solid #b1b1b1;
      border-top: 3px solid #b1b1b1; }
    .map__info-value {
      display: block;
      padding: 0 0 3px 0; }
    .map__info-btn {
      display: block;
      margin-top: 9px;
      padding: 6px 0 7px;
      border-radius: 6px;
      background: #25af1b;
      text-align: center;
      color: #fff;
      letter-spacing: -1px; }
      .map__place--active .map__info-btn,.map__info-btn--added {
        background: #ff0000; }

.slider {
  max-width: 798px;
  margin: -890px auto 10px; }
  @media (max-width: 991px) {
    .slider {
      margin-top: 0; } }
  .slider__container {
    width: 100%;
    background-color: #ba0026;
    -webkit-box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.7);
            box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.7); }
  .slider__bordered {
    width: 100%;
    border: 38px solid #ba0026;
    -webkit-border-image: url(../pic/bg/border.png) 38 repeat repeat;
         -o-border-image: url(../pic/bg/border.png) 38 repeat repeat;
            border-image: url(../pic/bg/border.png) 38 repeat repeat; }
    @media (max-width: 459px) {
      .slider__bordered {
        border: 25px solid #ba0026;
        -webkit-border-image: url(../pic/bg/border.png) 38 repeat repeat;
             -o-border-image: url(../pic/bg/border.png) 38 repeat repeat;
                border-image: url(../pic/bg/border.png) 38 repeat repeat; } }
  .slider__main {
    margin-bottom: -1px; }
  .slider__item {
    width: 100%; }
    .slider__item img {
      display: block;
      width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .slider__footer {
    padding: 10px 15px;
    text-align: center; }
    .slider__footer-link {
      color: #f0e2d0;
      font-size: 42px;
      font-weight: 700;
      line-height: 34.59px;
      display: inline-block;
      padding: 0 20px; }
      @media (max-width: 767px) {
        .slider__footer-link {
          font-size: 24px;
          padding: 0 10px; } }
      .slider__footer-link:hover span {
        border-bottom-color: #f0e2d0; }
      .slider__footer-link span {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        line-height: 1;
        display: inline-block;
        color: #f0e2d0;
        border-bottom: 1px solid transparent; }
  @media (max-width: 767px) {
    .slider__dots {
      display: none; } }
  .slider__dots .slick-dots {
    width: 100%;
    display: block;
    text-align: center; }
    .slider__dots .slick-dots li {
      display: inline-block;
      padding: 9px; }
      .slider__dots .slick-dots li.slick-active button {
        background-color: #d40110; }
      .slider__dots .slick-dots li button {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        text-indent: -999999px;
        border: 1px solid transparent;
        outline: 0;
        width: 84px;
        height: 12px;
        background-color: #e5b55a; }
        .slider__dots .slick-dots li button:hover {
          border-color: #d40110; }

.text {
  margin-top: -83px;
  background-color: #fff;
  padding: 31px 77px 33px;
  -webkit-box-shadow: 0 3px 25px rgba(1, 2, 2, 0.15);
          box-shadow: 0 3px 25px rgba(1, 2, 2, 0.15); }
  @media (max-width: 991px) {
    .text {
      margin: 0 -20px;
      padding: 20px; } }
  .text__title {
    color: #000000;
    font-size: 50px;
    font-weight: 500;
    line-height: 54px;
    text-transform: uppercase;
    letter-spacing: 0.025em; }
    @media (max-width: 459px) {
      .text__title {
        font-size: 32px;
        line-height: 1.2; } }
  .text__link {
    margin-top: 14px;
    display: inline-block;
    color: #900000;
    text-decoration: underline;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .text__link {
        font-size: 27px; } }
    @media (max-width: 459px) {
      .text__link {
        font-size: 22px; } }
    .text__link:hover {
      text-decoration: none; }
  .text__txt {
    margin-top: 13px; }
    .text__txt p {
      color: #000000;
      font-size: 20px;
      font-weight: 300;
      line-height: 1.2;
      text-align: justify;
margin-bottom:12px;}
      @media (max-width: 767px) {
        .text__txt p {
          font-size: 27px; } }
      @media (max-width: 459px) {
        .text__txt p {
          font-size: 22px; } }
    .text__txt-more {
      display: inline-block;
      color: #0c9ef2;
      font-size: 18px;
      font-weight: 300;
      text-decoration: underline;
      margin-top: 19px; }
      .text__txt-more:hover {
        text-decoration: none; }
  .text__session {
    margin-top: 55px; }
    @media (max-width: 991px) {
      .text__session {
        margin: 55px -30px 0; } }
    .text__session-title {
      color: #000000;
      font-size: 35px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.025em; }
      @media (max-width: 991px) {
        .text__session-title {
          padding: 0 30px; } }
    .text__session-date {
      font-weight: 700;
      white-space: nowrap; }
    .text__session-link {
      color: #0c9ef2;
      font-weight: 300;
      vertical-align: middle;
      text-align: right; }
      @media (max-width: 767px) {
        .text__session-link {
          display: none; } }
      .text__session-link-a {
        color: #0c9ef2;
        text-decoration: underline; }
        .text__session-link-a:hover {
          text-decoration: none; }
    .text__session-table {
      width: 100%;
      margin-top: 10px;
      border: 0;
      border-collapse: collapse; }
      .text__session-table tr:nth-child(odd) {
        background-color: #fff3ea; }
      .text__session-table td {
        vertical-align: top;
        padding: 14px 12px 11px;
        color: #000000;
        font-size: 25px;
        font-weight: 300; }
        @media (max-width: 767px) {
          .text__session-table td {
            font-size: 27px; } }
        @media (max-width: 459px) {
          .text__session-table td {
            font-size: 20px;
            padding: 14px 5px 11px; } }
        .text__session-table td:first-child {
          padding-left: 26px; }
          @media (max-width: 459px) {
            .text__session-table td:first-child {
              padding-left: 15px; } }
        .text__session-table td:last-child {
          padding-right: 26px; }
          @media (max-width: 459px) {
            .text__session-table td:last-child {
              padding-right: 15px; } }
    .text__session .js-link-clone-to {
      display: none;
      margin-top: 6px; }
      @media (max-width: 767px) {
        .text__session .js-link-clone-to {
          display: block; } }

.ticket {
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 12px;
  position: relative;
  min-height: 123px; }
  .ticket:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 767px) {
    .ticket {
      background-color: white;
      margin-bottom: 32px; } }
  .ticket.opened {
    background-color: white; }
    @media (max-width: 767px) {
      .ticket.opened .ticket__price {
        display: none; } }
    .ticket.opened .ticket__btns-scheme {
      display: block; }
    .ticket.opened .ticket__btns-select {
      display: block; }
    .ticket.opened .ticket__btns {
      background-color: #faf4f4; }
    @media (max-width: 767px) {
      .ticket.opened .ticket__btns-mob {
        display: block; } }
  .ticket__date {
    float: left;
    width: 92px;
    padding: 4px 5px 5px;
    text-align: center; }
    @media (max-width: 767px) {
      .ticket__date {
        padding: 15px 5px 5px;
        width: 135px; } }
    .ticket__date-num {
      color: #f27f0c;
      font-size: 50px;
      font-weight: 900;
      letter-spacing: 0.05em; }
    .ticket__date-day {
      color: #000000;
      font-size: 20px;
      font-weight: 400;
      text-transform: uppercase; }
    .ticket__date-time {
      color: #000000;
      font-size: 25px;
      font-weight: 700;
      margin-top: 10px; }
  .ticket__title {
    float: left;
    width: calc(100% - 372px);
    max-width: 828px;
    padding-left: 8px; }
    @media (max-width: 767px) {
      .ticket__title {
        width: calc(100% - 130px);
        padding-left: 0;
        margin-left: -5px; } }
    .ticket__title-sup {
      display: block;
      color: #909090;
      font-size: 18px;
      font-weight: 300;
      padding-top: 8px; }
      @media (max-width: 991px) {
        .ticket__title-sup {
          display: none; } }
    .ticket__title-sub {
      color: #000000;
      font-size: 50px;
      font-weight: 700;
      padding-top: 3px;
      padding-bottom: 5px;
      text-transform: uppercase;
      min-height: 90px;
      line-height: 1.1; }
      @media (max-width: 991px) {
        .ticket__title-sub {
          font-size: 35px;
          padding-top: 20px;
          min-height: 110px; } }
      @media (max-width: 767px) {
        .ticket__title-sub {
          min-height: 130px;
          padding-right: 10px; } }
      @media (max-width: 459px) {
        .ticket__title-sub {
          font-size: 18px; } }
    .ticket__title-separator {
      padding: 0 16px; }
      @media (max-width: 1050px) {
        .ticket__title-separator {
          padding: 0 5px; } }
      @media (max-width: 991px) {
        .ticket__title-separator {
          display: none; } }
  .ticket__price {
    float: left;
    width: 145px;
    padding: 25px 10px; }
    @media (max-width: 767px) {
      .ticket__price {
        width: 100%;
        float: none;
        clear: both;
        text-align: center;
        padding: 10px 10px 20px; } }
    .ticket__price-txt {
      margin-bottom: 6px;
      color: #909090;
      font-size: 20px;
      font-weight: 300;
      line-height: 22px; }
      @media (max-width: 767px) {
        .ticket__price-txt {
          display: inline-block;
          padding: 0 5px;
          font-size: 27px; } }
      .ticket__price-txt span {
        color: #000000; }
  .ticket__btns {
    float: right;
    width: 135px;
    position: absolute;
    top: 0;
    right: 0; }
    .ticket__btns:after {
      content: " ";
      display: block;
      clear: both; }
    @media (max-width: 767px) {
      .ticket__btns {
        position: static;
        float: none;
        width: 100%;
        clear: both; } }
    .ticket__btns-btn {
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      text-align: left;
      width: 100%;
      min-height: 79px;
      background-color: #e11b27;
      outline: 0;
      border: 0;
      cursor: pointer;
      display: block;
      position: relative;
      font-family: "PFDinDisplayPro" !important;
      color: #ffffff;
      font-size: 18px;
      font-weight: 500;
      line-height: 18px;
      padding: 10px 13px 10px 54px; }
      @media (max-width: 767px) {
        .ticket__btns-btn {
          float: left;
          width: calc(50% - 14px);
          height: 80px !important;
          min-height: 80px !important;
          font-size: 27px;
          line-height: 27px;
          padding: 10px 13px 10px 60px; } }
      @media (max-width: 459px) {
        .ticket__btns-btn {
          font-size: 18px;
          line-height: 18px;
          width: 50%; } }
      .ticket__btns-btn:hover {
        color: #fcf2e9;
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.6); }
        .ticket__btns-btn:hover svg {
          fill: #fcf2e9; }
      .ticket__btns-btn.active {
        background-color: #8b8b8b;
        min-height: 106px; }
    .ticket__btns-icon {
      position: absolute;
      top: 50%;
      left: 12px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 31px;
      height: 31px;
      fill: #ffffff; }
      @media (max-width: 767px) {
        .ticket__btns-icon {
          left: 14px; } }
    .ticket__btns-last {
      width: 100%;
      background-color: #ffd800;
      min-height: 44px;
      padding: 5px 13px;
      color: #000000;
      font-size: 16px;
      font-weight: 300;
      line-height: 16px; }
      @media (max-width: 767px) {
        .ticket__btns-last {
          float: right;
          width: calc(50% - 14px);
          min-height: 80px;
          height: 80px;
          display: table;
          font-size: 27px;
          line-height: 27px; }
          .ticket__btns-last .dtc {
            display: table-cell;
            vertical-align: middle; } }
      @media (max-width: 459px) {
        .ticket__btns-last {
          width: 50%;
          font-size: 18px;
          line-height: 18px; } }
    .ticket__btns-select {
      display: none;
      background-color: #459629;
      min-height: 56px;
      width: 100%;
      padding: 11px 16px; }
      @media (max-width: 767px) {
        .ticket__btns-select {
          display: none !important; } }
      .ticket__btns-select a {
        color: #000000;
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        text-decoration: underline; }
        .ticket__btns-select a:hover {
          text-decoration: none; }
    .ticket__btns-scheme {
      margin-top: 5px;
      display: none; }
      @media (max-width: 767px) {
        .ticket__btns-scheme {
          display: none !important; } }
      .ticket__btns-scheme img {
        width: 130px;
        height: 130px;
        display: block; }
    .ticket__btns-mob {
      display: none;
      text-align: center;
      padding: 0 20px; }
      .ticket__btns-mob:after {
        content: " ";
        display: block;
        clear: both; }
      .ticket__btns-mob-select {
        display: inline-block;
        vertical-align: middle;
        font-size: 27px;
        font-weight: 700;
        line-height: 1.2;
        text-decoration: underline;
        padding: 0 20px;
        width: 50%;
        text-align: left; }
        .ticket__btns-mob-select a {
          color: #000000; }
        @media (max-width: 459px) {
          .ticket__btns-mob-select {
            font-size: 22px;
            padding: 0; } }
      .ticket__btns-mob-scheme {
        display: inline-block;
        vertical-align: middle; }
        .ticket__btns-mob-scheme img {
          display: block; }
  .ticket__drop {
    display: none;
    float: left;
    padding: 0 145px 0 100px;width:100%;}
    @media (max-width: 991px) {
      .ticket__drop {
        padding-left: 10px; } }
    @media (max-width: 767px) {
      .ticket__drop {
        padding: 0; } }
    .ticket__drop-scheme {
      padding-top: 10px;
      color: #909090;
      font-size: 18px;
      font-weight: 300; }
      @media (max-width: 767px) {
        .ticket__drop-scheme {
          text-align: center;
          font-size: 27px;
          line-height: 1.1;
          margin-bottom: 10px; } }
      @media (max-width: 459px) {
        .ticket__drop-scheme {
          font-size: 20px; } }
      .ticket__drop-scheme a {
        font-weight: 700;
        color: #f27f0c;
        text-decoration: underline; }
        .ticket__drop-scheme a:hover {
          text-decoration: none; }
      .ticket__drop-scheme .br {
        display: inline-block; }
        @media (max-width: 767px) {
          .ticket__drop-scheme .br {
            display: block; } }
  .ticket__item {
    padding: 9px 20px 10px 0;
    -webkit-box-shadow: 0 8px 10px -7px rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 10px -7px rgba(0, 0, 0, 0.1); }
    .ticket__item:after {
      content: " ";
      display: block;
      clear: both; }
    @media (max-width: 767px) {
      .ticket__item {
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 20px 25px 0 42px;
        background-color: #faf4f4;
        width: 100%;
        margin: 0; } }
    @media (max-width: 459px) {
      .ticket__item {
        padding: 20px 20px 0 30px; } }
    .ticket__item:last-child {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .ticket__item--untitled {
      padding-top: 33px; }
    .ticket__item-position {
      float: left;
      width: 24%; }
      @media (max-width: 767px) {
        .ticket__item-position {
          display: none; } }
    .ticket__item-row {
      float: left;
      width: 17%;
      text-align: center; }
      @media (max-width: 767px) {
        .ticket__item-row {
          display: none; } }
    .ticket__item-place {
      float: left;
      width: 59%; }
      @media (max-width: 767px) {
        .ticket__item-place {
          float: none;
          width: 100%; } }
      .ticket__item-place--holder:after {
        content: " ";
        display: block;
        clear: both; }
      .ticket__item-place--left {
        float: left;
        width: calc(100% - 115px);
        padding-right: 10%; }
        @media (max-width: 991px) {
          .ticket__item-place--left {
            padding-right: 0; } }
        @media (max-width: 767px) {
          .ticket__item-place--left {
            float: none;
            width: 100%;
            display: block; } }
      .ticket__item-place--right {
        float: left;
        width: 115px;
        padding: 0 10px; }
        @media (max-width: 767px) {
          .ticket__item-place--right {
            display: none;
            float: none;
            width: 100%; } }
    .ticket__item-title {
      color: #909090;
      font-size: 18px;
      font-weight: 300;
      line-height: 31px;
      margin-bottom: 20px; }
      .ticket__item-title-sub {
        color: #2c2c2c;
        font-size: 18px;
        font-weight: 500;
        line-height: 26.56px; }
    .ticket__item-select {
      line-height: 1;
      display: inline-block;
      text-transform: uppercase;
      color: #fff;
      background-color: #dc0001;
      font-weight: 500;
      padding: 8px 8px 5px; }
    .ticket__item-places {
      display: table;
      width: 100%;
      word-spacing: -.36em;
      margin-top: -6px; }
      @media (max-width: 767px) {
        .ticket__item-places {
          margin-top: 0; } }
      .ticket__item-places--item {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        display: inline-block;
        word-spacing: normal;
        margin-right: 3px;
        color: #2c2c2c;
        font-size: 26px;
        font-weight: 300;
        height: 35px;
        width: 46px;
        text-align: center;
        border: 1px solid #bbbbbb;
        cursor: pointer;
        position: relative; }
        .ticket__item-places--item span, .ticket__item-places--item button {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          display: inline-block;
          line-height: 1;
background:transparent;border:none;}
        .ticket__item-places--item:hover, .ticket__item-places--item .selected {
          border-color: #48c000; }
        .ticket__item-places--item.selected {
          background-color: #48c000;
          color: #ffffff;
          font-weight: 500; }
      .ticket__item-places--mob {
        display: none;
        width: 95px;
        text-align: center;
        border: 0;
        vertical-align: top;
        opacity: 0.5;
        color: #000000;
        font-size: 20px;
        font-weight: 500;
        line-height: 35px;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .ticket__item-places--mob {
            display: inline-block; } }
    .ticket__item-total {
      margin-right: 34px;
      display: none;
      background-color: #fcf2e9;
      padding: 0 12px 0 24px;
      margin-top: 6px; }
      .ticket__item-total:after {
        content: " ";
        display: block;
        clear: both; }
      @media (max-width: 1024px) {
        .ticket__item-total {
          margin-right: 0; } }
      @media (max-width: 991px) {
        .ticket__item-total {
          margin-left: -15%; } }
      @media (max-width: 767px) {
        .ticket__item-total {
          margin: 15px -25px 0 -42px;
          background-color: #fff;
          padding: 0 16px 0 20px; } }
      @media (max-width: 459px) {
        .ticket__item-total {
          padding: 0;
          margin: 15px -20px 0 -30px; } }
      .ticket__item-total--left {
        float: left;
        width: calc(100% - 152px);
        padding: 6px 0; }
        @media (max-width: 767px) {
          .ticket__item-total--left {
            width: calc(100% - 205px);
            padding: 7px 0; } }
        @media (max-width: 459px) {
          .ticket__item-total--left {
            width: 100%;
            padding: 7px 15px 0; } }
      .ticket__item-total--right {
        float: right;
        width: 152px;
        padding-top: 8px; }
        @media (max-width: 767px) {
          .ticket__item-total--right {
            width: 205px;
            padding-top: 9px; } }
        @media (max-width: 459px) {
          .ticket__item-total--right {
            width: 100%; } }
        .ticket__item-total--right .btn {
          font-size: 17px;
          padding: 12px 10px 11px; }
          @media (max-width: 767px) {
            .ticket__item-total--right .btn {
              font-size: 26px;
              padding: 7px 10px; } }
      .ticket__item-total--txt {
        color: #2c2c2c;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px; }
        @media (max-width: 767px) {
          .ticket__item-total--txt {
            font-size: 21px; } }
      @media (max-width: 767px) {
        .ticket__item-total--accent {
          color: #ca0501; } }
    .ticket__item-descr {
      opacity: 0.5;
      color: #000000;
      font-size: 18px;
      font-weight: 300;
      margin-top: 15px;
      margin-bottom: 8px; }
      @media (max-width: 991px) {
        .ticket__item-descr {
          display: none; } }
  .ticket__mob {
    display: none;
    width: 100%;
    margin: -4px 0 4px; }
    @media (max-width: 767px) {
      .ticket__mob {
        display: table; } }
    .ticket__mob-cell {
      display: table-cell;
      color: #2c2c2c;
      font-size: 25px;
      font-weight: 500;
      line-height: 1.3;
      padding: 0 10px; }
      @media (max-width: 459px) {
        .ticket__mob-cell {
          font-size: 16px;
          line-height: 1.1; } }
      .ticket__mob-cell:first-child {
        padding-left: 0; }
      .ticket__mob-cell:last-child {
        padding-right: 0; }


#nc_captcha_refresh_button0 {
    background: url(../img/ref_but.png);
    width: 20px;
    height: 24px;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    float: right;
    font-size:0px;
}

.tpl-block-mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:rgba(50,50,50,0.85)}
.tpl-block-mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.tpl-block-mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px}
.tpl-block-mfp-container:before{content:'';display:inline-block;zoom:1;*display:inline;vertical-align:middle;height:100%;vertical-align:middle}
.tpl-block-mfp-align-top .tpl-block-mfp-container:before{display:none}
.tpl-block-mfp-content{position:relative;display:inline-block;zoom:1;*display:inline;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045;color:#555;}
.tpl-block-mfp-inline-holder .tpl-block-mfp-content,.tpl-block-mfp-ajax-holder .tpl-block-mfp-content{width:100%;cursor:auto}
.tpl-block-mfp-ajax-cur{cursor:progress}.tpl-block-mfp-zoom-out-cur,.tpl-block-mfp-zoom-out-cur .tpl-block-mfp-image-holder .tpl-block-mfp-close{cursor:zoom-out}
.tpl-block-mfp-zoom{cursor:pointer;cursor:zoom-in}
.tpl-block-mfp-auto-cursor .tpl-block-mfp-content{cursor:auto}
.tpl-block-mfp-close,.tpl-block-mfp-arrow,.tpl-block-mfp-preloader,.tpl-block-mfp-counter{-moz-user-select:none;-webkit-user-select:none;user-select:none}
.tpl-block-mfp-loading.tpl-block-mfp-figure{display:none}
.tpl-block-mfp-hide{display:none !important}
.tpl-block-mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044;}
.tpl-block-mfp-preloader a{color:#ccc;}
.tpl-block-mfp-preloader a:hover{color:#fff}
.tpl-block-mfp-s-ready .tpl-block-mfp-preloader{display:none}
.tpl-block-mfp-s-error .tpl-block-mfp-content{display:none}
.tpl-block-mfp-close{overflow:visible;cursor:pointer;display:block;z-index:1046;-moz-transition:opacity 0.2s;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;position:absolute;right:15px;top:10px;text-decoration:none;text-align:center;opacity:.65;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;filter:alpha(opacity=#$controls-opacity*100);color:#111;font-size:20pt;}
.tpl-block-mfp-close i{pointer-events:none}
.tpl-block-mfp-close:hover,.tpl-block-mfp-close:focus{opacity:1;filter:alpha(opacity=#1*100)}
.tpl-block-mfp-iframe-holder{padding-top:40px;padding-bottom:40px;}
.tpl-block-mfp-iframe-holder .tpl-block-mfp-content{line-height:0;width:100%;max-width:900px}
.tpl-block-mfp-iframe-holder .tpl-block-mfp-close{top:-40px}
.tpl-block-mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%;}
.tpl-block-mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}
img.tpl-block-mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}
.tpl-block-mfp-figure{line-height:0;}
.tpl-block-mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}
.tpl-block-mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}
.tpl-block-mfp-figure figure{margin:0}\
.tpl-block-mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}
.tpl-block-mfp-title{text-align:left;line-height:18px;color:F3F3F3;word-wrap:break-word;padding-right:36px}
.tpl-block-mfp-image-holder .tpl-block-mfp-content{max-width:100%}
.tpl-block-mfp-gallery .tpl-block-mfp-image-holder .tpl-block-mfp-figure{cursor:pointer}
.tpl-block-popup{position:relative;padding:40px 40px 50px;max-width:970px;margin:0 auto;border:5px solid;width:400px;text-align:center}
.tpl-block-popup{background:#fff}
.tpl-block-popup{border-color:#e2a62b}
.tpl-block-popup a{display:inline-block;margin:0 0 5px 0;color:#ff1a00;text-decoration:underline;border-bottom:none;}
.tpl-block-popup a:hover{text-decoration:none;}
.tpl-block-popup-title{font-size:26px;font-weight:600;text-align:center;margin:15px 0 25px 0;line-height:1.2}
.tpl-block-message-cart-empty{font-size:18pt;text-align:center;padding:70px 0 40px 0;}
.tpl-block-order-info{font-size:16pt;line-height:160%;}
.tpl-component-order-added fieldset{padding:1.5em 3em;}
.tpl-component-order-added legend{color:#000000;font-size:25px;font-weight:700;padding:2px 6px;background-color:#41b700;}
.ord_form{border:none;padding:0;margin:0;margin-top: 31px;-webkit-box-shadow: 0 -1px 25px rgba(1, 2, 2, 0.15);box-shadow: 0 -1px 25px rgba(1, 2, 2, 0.15);position: relative;padding: 49px calc(19% - 42px) 0 0;text-align: right;padding-bottom:15px;}
@media (max-width: 991px) {
.ord_form{padding:29px 15px 0 15px;}
}
.clearfix{zoom:1;}.clearfix:before,.clearfix:after{content:"";display:table;} .clearfix:after{clear:both;}
.prev,.next{padding:19px 40px;text-decoration:none;border-bottom:0;text-transform:uppercase;font:900 13px "Roboto";color:#fff;}
.prev{background:#ffdd2d;}
.next{background:#ff1a00;}
.prev:hover{background:#ffcd33;}
.next:hover{background:#fff;color:#ff1a00}
.prev { float:left;}
.next { float:right;}
#steps{list-style:none;width:63.6%;overflow:hidden;margin:0 0 40px auto;padding:0;border-bottom:1px solid #ddd;}
#steps li{font-size:24px;font-family:"PT Serif";float:left;padding:5px 0;color:#989898;}
#steps li+li{margin-left:33%;}
#steps li span {font-size:11px;display:block;}
#steps li.current{color:#000;}
.steppgn{max-width:60%;margin:0 auto;}
@media (max-width: 667px) {
#steps{width:100%;}
.steppgn{max-width:100%;}
#steps li+li{margin-left:26%;}
}
.wtext{background:#000;color:#ff0000;font-family:PFDinDisplayPro,Verdana;font-size:12pt;text-align:center;padding:10px 0;}
.wtext p{margin:0;padding:0;}