/*! 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;
}

@font-face {
  font-family: "romul";
  src:
    url("../fonts/romul/regular/romul.eot?#iefix") format("embedded-opentype"),
    url("../fonts/romul/regular/romul.otf") format("opentype"),
    url("../fonts/romul/regular/romul.woff") format("woff"),
    url("../fonts/romul/regular/romul.ttf") format("truetype"),
    url("../fonts/romul/regular/romul.svg#romul") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src:
    url("../fonts/montserrat/regular/montserrat-regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/montserrat/regular/montserrat-regular.woff") format("woff"),
    url("../fonts/montserrat/regular/montserrat-regular.ttf") format("truetype"),
    url("../fonts/montserrat/regular/montserrat-regular.svg#montserrat-regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Bebas";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src:
    local(""),
    url("/local/templates/mainpage/fonts/bebasneue.woff2") format("woff2");
}

.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: #4f4247;
  font-family: "romul", "montserrat";
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4c4c4c;
  font-family: "Bebas", "montserrat";
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 400;
}

h1 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 200;
}

h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

h4 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

h6 {
  font-size: 12px;
  line-height: 1.4;
}

p {
  padding: 0 0 24px;
  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: #5c78f4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  outline: none;
}
a.button {
  text-decoration: none;
}
a.button:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

[class*="icon-"] {
  display: inline-block;
  vertical-align: top;
}

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 .content__main ul li,
.default-list li {
  position: relative;
  padding-left: 10px;
}
.static-content .content__main ul li:before,
.default-list li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: pink;
  border-radius: 50%;
}

.upper {
  text-transform: uppercase;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: 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;
  max-width: 100%;
}
.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;
}

.btn {
  text-align: center;
  vertical-align: top;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  padding: 15px 20px 14px;
  text-transform: uppercase;
  background: #8f1f47;
  color: #fff;
  border: 0;
  border-radius: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  display: block;
  outline: none;
  font-family: "romul";
  cursor: pointer;
}
.btn:hover,
.btn.active {
  color: #fff;
  background: #af0c17;
}
.btn.disabled,
.btn[disabled="disabled"],
.btn[disabled] {
  background: #ccc;
  color: #aaa;
  cursor: not-allowed;
}

.btn-red {
  background: #8f1f47;
  border: none;
  color: #fff;
}
.btn-red:hover {
  opacity: 0.8;
  background: #8f1f47;
}

.btn-border {
  border: 1px solid #e8e8e8;
  color: #8f1f47;
  background: #fff;
}
.btn-border:hover {
  background: #e8e8e8;
  color: #8f1f47;
}

.btn-m {
  margin: 0 10px;
  padding: 11px 23px;
}
@media (max-width: 470px) {
  .btn-m {
    margin: 0 0 10px 0;
  }
}

.btn-small {
  font-size: 13px;
  width: auto;
  padding: 1px 19px;
}

.btn-large {
  font-size: 13px;
  padding: 19px 44px;
}
@media (max-width: 1000px) {
  .btn-large {
    font-size: 12px;
    padding: 16px 24px;
  }
}

.btn-biggest {
  font-size: 13px;
  padding: 26px 44px;
}

input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
input[type="checkbox"] + span {
  display: inline-block;
  vertical-align: top;
  padding: 3px 0 0 41px;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  line-height: 24px;
  width: auto !important;
  text-transform: none;
  font-family: "montserrat";
}
input[type="checkbox"] + span:before,
input[type="checkbox"] + span:after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input[type="checkbox"] + span:before {
  width: 26px;
  height: 26px;
  border: 1px solid #beb1b1;
  border-radius: 50%;
  left: 0;
  top: calc(50% - 13px);
}
input[type="checkbox"] + span:after {
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: 5px;
  background: #beb1b1;
  border-radius: 50%;
  opacity: 0;
}
input[type="checkbox"]:checked + span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input[type="checkbox"]:checked + span:after {
  opacity: 1;
}

.place-ico {
  width: 10px;
  height: 16px;
}

.search-ico {
  width: 16px;
  height: 16px;
}

.chevron-ico {
  width: 7px;
  height: 12px;
}

.burger-ico {
  width: 35px;
  height: 25px;
}

.close-ico {
  width: 20px;
  height: 20px;
}

textarea,
select,
.input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  padding: 18px 20px;
  font-weight: 400;
  outline: none;
  height: auto;
  background-color: #fff;
  border: 1px solid #beb1b1;
  color: #4f4247;
  font-size: 17px;
  line-height: 27px;
  /* padding: 4px 25px; */
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  border-radius: 2px;
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.input::-webkit-input-placeholder {
  color: #9c9c9c;
}
textarea:-moz-placeholder,
select:-moz-placeholder,
.input:-moz-placeholder {
  color: #9c9c9c;
  opacity: 1;
}
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.input:-ms-input-placeholder {
  color: #9c9c9c;
}
textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder,
.input:focus:-moz-placeholder {
  color: transparent;
  opacity: 1;
}
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
.input:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
.input:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::placeholder,
select:focus::placeholder,
.input:focus::placeholder {
  color: transparent;
}
textarea:focus,
select:focus,
.input:focus {
  outline: none;
  border-color: #696969;
  background-color: #fff;
}
textarea.disabled,
textarea[disabled="disabled"],
textarea[disabled],
select.disabled,
select[disabled="disabled"],
select[disabled],
.input.disabled,
.input[disabled="disabled"],
.input[disabled] {
  background-color: #f3f3f3;
}

textarea {
  height: 150px;
}

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: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
input[type="file"] + label:hover {
  border-color: #696969;
  background: #e9e9e9;
}

input[type="radio"] {
  position: absolute;
  left: -9999px;
}
input[type="radio"] + label {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 30px;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  line-height: 24px;
  width: auto !important;
}
input[type="radio"] + label:before,
input[type="radio"] + label:after {
  position: absolute;
  content: "";
}
input[type="radio"]:checked + label:after {
  opacity: 1;
}

select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-transition: none;
  transition: none;
  background-position: right 25px center;
  background-repeat: no-repeat;
  background-image: url("../img/sprite/retina/2x/select-down.png");
  background-size: 29px 17px;
  background-color: #fff;
}
select:focus {
  background-image: url("../img/sprite/retina/2x/select-up.png");
}

.spinner {
  border: 2px solid #000;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 13px;
  width: 122px;
  border-radius: 5px;
}
.spinner__minus {
  display: inline-block;
  vertical-align: middle;
  fill: blue;
}
.spinner__plus {
  display: inline-block;
  vertical-align: middle;
  fill: blue;
}
.spinner__text {
  color: #000;
  font: 700 16px "romul";
  padding: 0;
  border: 0;
  outline: none;
  border-radius: 0;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  text-align: center;
}

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

body {
  height: 100%;
  min-width: 320px;
}

.container {
  padding: 0 80px;
  max-width: 1900px;
  min-width: 320px;
  margin: 0 auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
.container--min {
  max-width: 1200px;
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
}

.slick-slide {
  outline: none;
}

.slick-arrow {
  padding: 0;
  background: none;
  border-radius: 0;
  border: 0;
  color: transparent;
  font-size: 0;
  outline: none;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
}
.slick-arrow:before,
.slick-arrow:after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff9ec;
  position: absolute;
  top: 50%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-arrow:after {
  z-index: 2;
  background: transparent;
}
.slick-arrow:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-arrow:hover:before,
.slick-arrow:hover::after {
  opacity: 1;
  visibility: visible;
}

.slick-prev {
  background-image: url(../img/sprite.png);
  background-position: -337px -430px;
  width: 59px;
  height: 16px;
}
.slick-prev:before,
.slick-prev:after {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick-next {
  background-image: url(../img/sprite.png);
  background-position: -401px -430px;
  width: 57px;
  height: 14px;
}
.slick-next:before,
.slick-next:after {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.content-title {
  display: block;
  text-transform: uppercase;
  font-size: 48px;
  position: relative;
  padding-top: 55px;
  color: #4f4247;
  line-height: 1.2;
}
.content-title::before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 80px;
  background: #8f1f47;
}
@media (max-width: 1000px) {
  .content-title {
    padding-top: 20px;
    font-size: 38px;
  }
}
@media (max-width: 700px) {
  .content-title {
    font-size: 30px;
    padding-top: 15px;
  }
}

.stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1px;
}
.stars__item {
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -401px -486px;
  width: 14px;
  height: 13px;
  margin: 0 1px;
}
.stars__item--active {
  background-image: url(../img/sprite.png);
  background-position: -463px -430px;
  width: 15px;
  height: 13px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}
.social__item {
  margin: 0 8px;
}
.social__item.social-fb {
  background-image: url(../img/sprite.png);
  background-position: -337px -451px;
  width: 30px;
  height: 30px;
}
.social__item.social-vk {
  background-image: url(../img/sprite.png);
  background-position: -372px -451px;
  width: 30px;
  height: 30px;
}
.social__item.social-youtube {
  background-image: url(../img/sprite.png);
  background-position: -407px -451px;
  width: 30px;
  height: 30px;
}
.social__item.social-inst {
  background-image: url(../img/sprite.png);
  background-position: -442px -451px;
  width: 29px;
  height: 29px;
}

.tab-container__item {
  display: none;
}
.tab-container__item.is-visible {
  display: block;
}

.tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-nav__link {
  display: block;
  font-size: 18px;
  color: #8f1f47;
  border: 1px solid transparent;
  border-radius: 30px;
  padding: 16px 33px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tab-nav__link.is-active {
  border-color: #c0c0c0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.label-mark {
  display: table;
  font-size: 14px;
  color: #8f1f47;
  border: 1px solid #c0c0c0;
  border-radius: 30px;
  padding: 11px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "montserrat";
  position: relative;
  cursor: pointer;
}
.label-mark:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  border-color: #8f1f47;
}
.label-mark.is-active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #8f1f47;
  color: #fff;
}
.label-mark__drop {
  position: absolute;
  background: #8f1f47;
  border-radius: 3px;
  top: 100%;
  margin-top: 0px;
  left: 0;
  -webkit-box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 10px;
  z-index: 10;
}
.label-mark__drop.is-open {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
}
.label-mark__drop-list {
  padding: 10px 0;
}
.label-mark__drop-item {
  padding: 2px 0;
}
.label-mark__drop-link {
  font-size: 14px;
  font-family: "montserrat";
  color: #fff;
  display: block;
  padding: 3px 10px;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overlay {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.overlay.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-form {
  margin-bottom: 260px;
}
.contact-form__title {
  padding: 0 0 20px;
}
@media (max-width: 1000px) {
  .contact-form__title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .contact-form__title {
    font-size: 30px;
  }
}
.contact-form__title:before {
  display: none;
}
.contact-form__form {
  padding: 50px;
  border: 1px solid #8f1f47;
  position: relative;
  background-color: #fff;
}
@media (min-width: 1000px) {
  .contact-form__form {
    display: flex;
    align-items: center;
    min-height: 640px;
  }
}
@media (max-width: 1000px) {
  .contact-form__form {
    padding: 70px 50px 50px 55px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .contact-form__form {
    padding: 40px 20px;
  }
}
.contact-form__form:before {
  content: "";
  background: url("../pic/girls/girl-form2.png") no-repeat;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
  position: absolute;
  background-size: contain;
  background-position: bottom right;
  z-index: 0;
}
@media (max-width: 1000px) {
  .contact-form__form:before {
    width: 60%;
    right: -18%;
  }
}
@media (max-width: 767px) {
  .contact-form__form:before {
    width: 230px;
    right: -18%;
  }
}
@media (max-width: 400px) {
  .contact-form__form:before {
    width: 200px;
    right: -18%;
  }
}
.contact-form__form-box {
  max-width: 400px;
}
@media (max-width: 767px) {
  .contact-form__form-box {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-form__button {
    margin-top: 95px;
    padding: 19px 5px;
    font-size: 12px;
  }
}
.contact-form__info {
  display: block;
  font-size: 16px;
  font-family: "montserrat";
  padding-bottom: 47px;
}
@media (max-width: 1000px) {
  .contact-form__info {
    font-size: 14px;
  }
}
.contact-form__row {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-form__row {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .contact-form__row .input {
    font-size: 12px;
    height: 53px;
  }
}
@media (max-width: 1000px) {
  .contact-form {
    margin-bottom: 112px;
  }
}

.contact-map {
  padding-bottom: 180px;
}
.contact-map__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 70px;
}
.contact-map__map-elem {
  width: 100%;
  height: 485px;
}
.contact-map .header-address__phone {
  font-size: 28px;
  padding-bottom: 9px;
}
.contact-map .header-address__street {
  font-size: 18px;
}
@media (max-width: 1200px) {
  .contact-map__map-elem {
    height: 370px;
  }
  .contact-map .header-address__phone {
    font-size: 20px;
    padding-bottom: 4px;
  }
  .contact-map .header-address__street {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .contact-map {
    padding-bottom: 15px;
  }
  .contact-map__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
  }
  .contact-map .header-address {
    margin-bottom: 30px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contact-map .header-callback {
    width: auto;
    max-width: 250px;
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  .contact-map {
    padding: 0;
  }
  .contact-map__map {
    margin: 0 -15px;
  }
  .contact-map__top {
    display: block;
  }
  .contact-map .header-address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-map .header-address__item {
    padding-bottom: 20px;
  }
  .contact-map .header-address__item:last-child {
    padding-bottom: 0;
  }
}

[class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}

.employee {
  display: block;
  padding-bottom: 280px;
  position: relative;
  overflow: hidden;
}
.employee:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 60px;
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 332px;
  height: 566px;
}
.employee .container {
  max-width: 1500px;
}
.employee__main {
  position: relative;
}
.employee__img img {
  display: block;
  max-width: 100%;
}
.employee__list {
  display: block;
  position: relative;
}
.employee__list::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  height: 1px;
  width: 80px;
  background: #8f1f47;
}
.employee__item {
  display: block;
}
.employee__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.employee__content {
  max-width: 570px;
}
.employee__name {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 10px;
}
.employee__type {
  display: block;
  font-size: 14px;
  font-family: "montserrat";
  padding-bottom: 60px;
}
.employee__text {
  display: block;
  font-family: "montserrat";
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 55px;
}
.employee__btn {
  display: table;
  width: auto;
}
@media (max-width: 1200px) {
  .employee:before {
    right: -200px;
  }
}
@media (max-width: 1000px) {
  .employee {
    padding-bottom: 134px;
  }
  .employee__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .employee__img {
    width: 300px;
    margin-bottom: 40px;
  }
  .employee__list:before {
    display: none;
  }
  .employee__name {
    position: relative;
    padding-top: 30px;
    font-size: 18px;
  }
  .employee__name::before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: 80px;
    background: #8f1f47;
  }
  .employee__type {
    padding-bottom: 25px;
  }
  .employee__main {
    max-width: 400px;
    margin: 0 auto;
  }
  .employee__text {
    padding-bottom: 34px;
  }
}
@media (max-width: 700px) {
  .employee {
    padding-bottom: 80px;
  }
  .employee:before {
    bottom: auto;
    top: 20px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.employee-controls {
  position: absolute;
  bottom: 20px;
  left: 300px;
}
@media (max-width: 1000px) {
  .employee-controls {
    left: 170px;
  }
}

.footer {
  background: #f8f8f8;
  padding: 60px 0 100px;
}
@media (max-width: 1000px) {
  .footer {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 15px 0;
  }
}
.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .footer__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer__left {
  max-width: 240px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .footer__left {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    max-width: 100%;
    margin-top: 55px;
  }
}
.footer__logo {
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .footer__logo {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    margin-bottom: 8px;
  }
}
.footer__logo img {
  display: block;
  max-width: 100%;
}
@media (max-width: 767px) {
  .footer__logo img {
    max-width: 130px;
  }
}
.footer__copyright {
  display: block;
  font-size: 12px;
  font-family: "montserrat";
  line-height: 1.8;
}
@media (max-width: 1000px) {
  .footer__copyright {
    font-size: 10px;
  }
}
@media (max-width: 350px) {
  .footer .header-address__street {
    font-size: 12px;
  }
  .footer .header-address__phone {
    font-size: 14px;
  }
}
.footer__address {
  padding-right: 20px;
}
@media (max-width: 1000px) {
  .footer__address {
    padding-right: 16%;
  }
}
@media (max-width: 800px) {
  .footer__address {
    padding-right: 0%;
  }
}
@media (max-width: 767px) {
  .footer__address {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 767px) {
  .footer__address .header-callback {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 12px;
  }
}
.footer__address .header-address {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .footer__address .header-address {
    padding-top: 7px;
  }
}
@media (max-width: 767px) {
  .footer__address .header-address {
    padding-top: 11px;
  }
}
.footer__address .header-address__item {
  padding: 0 0 30px;
}
@media (max-width: 1000px) {
  .footer__address .header-address__item {
    padding: 0 0 25px;
  }
  .footer__address .header-address__item:last-child {
    padding-bottom: 35px;
  }
}

.footer-nav {
  padding-right: 20px;
}
@media (max-width: 1000px) {
  .footer-nav {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer-nav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
    padding-right: 0;
  }
}
.footer-nav__item {
  padding-bottom: 25px;
}
@media (max-width: 1000px) {
  .footer-nav__item {
    padding-bottom: 15px;
  }
}
.footer-nav__item:last-child {
  padding-bottom: 0;
}
.footer-nav__link {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #4f4247;
}
@media (max-width: 1000px) {
  .footer-nav__link {
    font-size: 12px;
  }
}

@media (max-width: 1000px) {
  .footer-social {
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .footer-social {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 90px;
  }
}

@media (max-width: 1000px) {
  .footer-social .social {
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.footer-social__title {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 30px;
}
@media (max-width: 1000px) {
  .footer-social__title {
    font-size: 14px;
    padding-bottom: 10px;
  }
}

.girl-banner {
  position: relative;
  padding: 0 150px 200px;
  overflow: hidden;
}
.girl-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 80px;
  background-image: url(../img/sprite.png);
  background-position: -337px 0px;
  width: 158px;
  height: 425px;
  z-index: -1;
}
.girl-banner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 616px;
  position: relative;
}
.girl-banner__left {
  width: 100%;
  padding: 30px 0;
  padding-right: 720px;
  position: relative;
  z-index: 2;
}
.girl-banner__right {
  width: 720px;
  position: absolute;
  right: 0;
  top: 0;
}
.girl-banner__bottom {
  margin: 40px 0;
  position: relative;
}
.girl-banner__bottom-text {
  display: block;
  font-size: 14px;
  font-family: "montserrat";
  padding-bottom: 40px;
}
.girl-banner__bottom-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.girl-banner__bottom-btns .btn {
  display: table;
  margin: 0 10px;
  width: auto;
}
@media (max-width: 1800px) {
  .girl-banner {
    display: block;
    padding: 0 0 200px;
  }
  .girl-banner:before {
    left: -80px;
  }
}
@media (max-width: 1600px) {
  .girl-banner__left {
    padding-right: 520px;
  }
  .girl-banner__right {
    right: -200px;
  }
}
@media (max-width: 1400px) {
  .girl-banner__left {
    padding-right: 320px;
  }
  .girl-banner__right {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .girl-banner:before {
    display: none;
  }
  .girl-banner__bottom {
    margin: 25px 0;
  }
  .girl-banner__bottom-text {
    padding-bottom: 25px;
  }
}
@media (max-width: 1000px) {
  .girl-banner {
    padding-bottom: 50px;
  }
  .girl-banner__box {
    min-height: 500px;
  }
  .girl-banner__left {
    padding-right: 220px;
  }
  .girl-banner__right {
    width: 500px;
    right: -180px;
  }
  .girl-banner__bottom .btn {
    padding: 12px 11px;
  }
}
@media (max-width: 767px) {
  .girl-banner__box {
    min-height: auto;
    padding-bottom: 100px;
  }
  .girl-banner .tab-container__box {
    display: none;
  }
  .girl-banner__left {
    position: absolute;
    top: 0;
    left: 0;
  }
  .girl-banner__right {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: -150px;
    left: auto;
    margin: 0 0 0 auto;
  }
  .girl-banner__bottom {
    display: none;
  }
}

.girl-banner-tabs .tab-nav {
  margin: 0 -20px 50px;
}
.girl-banner-tabs .tab-nav__link {
  padding: 0 0 20px;
  border: 0;
  font-size: 21px;
  color: #4f4247;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  background: transparent;
  border-radius: 0;
  margin: 0 20px;
}
.girl-banner-tabs .tab-nav__link:hover {
  color: #4f4247;
  background: transparent;
}
.girl-banner-tabs .tab-nav__link.is-active {
  color: #8f1f47;
  background: transparent;
  border-color: #8f1f47;
}

.girl-banner-tabs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px;
}

.girl-banner-tabs .label-mark {
  margin: 6px;
}

@media (max-width: 1500px) {
  .girl-banner-tabs .tab-nav {
    margin: 0 -10px 30px;
  }
  .girl-banner-tabs .tab-nav__link {
    font-size: 18px;
    margin: 0 10px;
  }
}

@media (max-width: 1200px) {
  .girl-banner-tabs .tab-nav {
    margin: 0 -10px 30px;
  }
  .girl-banner-tabs .tab-nav__link {
    font-size: 14px;
    margin: 0 10px;
    padding: 0 0 5px;
  }
  .girl-banner-tabs .label-mark {
    font-size: 12px;
    padding: 8px 15px;
  }
}

@media (max-width: 767px) {
  .girl-banner-tabs .tab-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .girl-banner-tabs .tab-nav__link {
    margin-bottom: 10px;
    border: 0;
  }
}

.girl-banner-woman {
  position: relative;
}
.girl-banner-woman:before {
  content: "";
  position: absolute;
  background: #fff9ec;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  bottom: -20%;
  left: calc(50% - 50%);
}
.girl-banner-woman__img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.girl-banner-woman__img--main {
  position: static;
  width: 100%;
  height: auto;
  opacity: 1;
  visibility: visible;
}
.girl-banner-woman__img.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.girl-banner-bottom {
  display: none;
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .girl-banner-bottom {
    display: block;
  }
  .girl-banner-bottom__button {
    margin-bottom: 12px;
    padding: 12px 11px;
  }
  .girl-banner-bottom__button:last-child {
    margin-bottom: 0;
  }
}

.gold-card {
  padding-bottom: 145px;
  overflow: hidden;
}
.gold-card__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gold-card__left {
  width: 60%;
}
.gold-card__right {
  width: 40%;
  padding-left: 30px;
}
.gold-card__title {
  padding-bottom: 36px;
}
.gold-card__info {
  font-size: 18px;
  font-family: "montserrat";
  padding-bottom: 40px;
  display: block;
}
.gold-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: gold-card;
  margin: 0 -30px;
}
.gold-card__list-item {
  display: block;
  padding: 0 30px;
  position: relative;
}
.gold-card__list-item:before {
  content: "";
  width: 50%;
  border-top: 4px dotted #cdc2b9;
  position: absolute;
  top: 38px;
  right: 0;
  z-index: -1;
}
.gold-card__list-item:after {
  content: "";
  width: 50%;
  border-top: 4px dotted #cdc2b9;
  position: absolute;
  top: 38px;
  left: 4px;
  z-index: -1;
}
.gold-card__list-item:first-child:after {
  display: none;
}
.gold-card__list-item:last-child:before {
  display: none;
}
.gold-card__list-item:nth-child(2) .gold-card__list-number {
  background: #780541;
}
.gold-card__list-item:nth-child(2) .gold-card__list-text {
  color: #780541;
}
.gold-card__list-item:nth-child(3) .gold-card__list-number {
  background: #b48b50;
}
.gold-card__list-item:nth-child(3) .gold-card__list-text {
  color: #b48b50;
}
.gold-card__list-item:nth-child(3) .gold-card__list-number {
  background: #b47350;
}
.gold-card__list-item:nth-child(3) .gold-card__list-text {
  color: #b47350;
}
.gold-card__list-number {
  position: relative;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #c55b62;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.gold-card__list-number:before {
  counter-increment: gold-card;
  content: counter(gold-card);
  color: #fff;
  display: block;
  font-size: 24px;
}
.gold-card__list-number:after {
  content: "";
  width: 60px;
  height: 60px;
  left: 10px;
  top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
}
.gold-card__list-text {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #c55b62;
}
.gold-card__text {
  display: block;
  padding-top: 30px;
  font-size: 14px;
  font-family: "montserrat";
  line-height: 1.8;
  position: relative;
}
.gold-card__text::before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 80px;
  background: #8f1f47;
}
@media (max-width: 1000px) {
  .gold-card {
    padding-bottom: 100px;
  }
  .gold-card__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gold-card__left {
    width: 100%;
    padding: 0 0 40px;
  }
  .gold-card__right {
    width: 100%;
    padding: 0;
  }
  .gold-card__title {
    padding-bottom: 15px;
  }
  .gold-card__info {
    padding-bottom: 20px;
  }
  .gold-card__info br {
    display: none;
  }
  .gold-card__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 700px) {
  .gold-card {
    padding-bottom: 40px;
  }
  .gold-card__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gold-card__list-item {
    width: 50%;
    margin-bottom: 20px;
  }
  .gold-card__list-item:nth-child(2n):before {
    display: none;
  }
  .gold-card__list-item:nth-child(2n + 1):after {
    display: none;
  }
}

.header {
  padding: 20px 0;
  /* -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.1); } */
}
.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 550px) {
  .header .header-callback {
    display: none;
  }
}

.header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  .header-logo {
    width: 150px;
  }
}

.header-menu {
  padding: 0 30px;
}
.header-menu__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-menu__item {
  padding: 0 15px;
}
.header-menu__link {
  color: #4f4247;
  font: 15px "romul";
  display: block;
  text-transform: uppercase;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px solid transparent;
}
.header-menu__link:hover {
  border-color: #8f1f47;
}
.header-menu__close {
  display: none;
  background-image: url(../img/sprite.png);
  background-position: -337px -513px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
@media (max-width: 1850px) {
  .header-menu {
    position: fixed;
    background: #8f1f47;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    width: 375px;
    padding: 70px 50px;
    opacity: 0;
    visibility: hidden;
    right: -375px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: auto;
  }
  .header-menu.is-active {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  .header-menu .header-menu__close {
    display: block;
  }
  .header-menu .header-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-menu .header-menu__item {
    padding: 0 0 30px;
  }
  .header-menu .header-menu__item:last-child {
    padding: 0;
  }
  .header-menu .header-menu__link {
    color: #fff;
    padding: 0;
    border: 0;
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .header-menu .header-address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 70px;
  }
  .header-menu .header-address__item {
    padding: 0 0 20px;
  }
  .header-menu .header-address__phone {
    color: #fff;
    font-size: 20px;
  }
  .header-menu .header-address__street {
    font-size: 14px;
    color: #fff;
  }
}
@media (max-width: 550px) {
  .header-menu {
    width: 100%;
  }
}

.header-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-address__item {
  padding: 0 20px;
}
.header-address__phone {
  display: block;
  font-size: 16px;
  color: #282828;
  padding-bottom: 4px;
}
.header-address__street {
  display: block;
  font-size: 13px;
  color: #696969;
  font-family: "montserrat";
}
@media (max-width: 1200px) {
  .header-address__item {
    padding: 0 10px;
  }
  .header-address__phone {
    font-size: 14px;
  }
}

.header-callback {
  display: table;
  width: auto;
}
.header-callback__ico {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/sprite.png);
  background-position: -476px -451px;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.header-callback__text {
  display: inline-block;
  vertical-align: middle;
}

.header-burger {
  background-image: url(../img/sprite.png);
  background-position: -372px -486px;
  width: 24px;
  height: 18px;
  display: none;
  margin-left: 30px;
}
@media (max-width: 1850px) {
  .header-burger {
    display: block;
  }
}

.office-contact {
  padding-bottom: 265px;
}
@media (max-width: 1300px) {
  .office-contact {
    padding-bottom: 125px;
  }
}
.office-contact__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 60px;
}
@media (max-width: 1300px) {
  .office-contact__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 45px;
  }
}
@media (max-width: 950px) {
  .office-contact__top {
    overflow: hidden;
  }
}
.office-contact__title {
  display: block;
  font-size: 48px;
  margin-right: 70px;
}
@media (max-width: 1300px) {
  .office-contact__title {
    font-size: 38px;
  }
}
@media (max-width: 800px) {
  .office-contact__title {
    font-size: 30px;
  }
}
@media (max-width: 1300px) {
  .office-contact .tab-nav {
    margin-top: 20px;
    overflow: hidden;
  }
}
@media (max-width: 950px) {
  .office-contact .tab-nav {
    overflow-x: scroll;
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .office-contact .tab-nav__link {
    padding: 16px 22px;
  }
}
@media (max-width: 950px) {
  .office-contact .tab-nav__link {
    white-space: nowrap;
    word-wrap: break-word;
  }
}
@media (max-width: 800px) {
  .office-contact .tab-nav__link {
    font-size: 14px;
    padding: 12px 17px;
  }
}
.office-contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1300px) {
  .office-contact__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.office-contact__left {
  width: 50%;
}
@media (max-width: 1300px) {
  .office-contact__left {
    width: 100%;
  }
}
.office-contact__right {
  width: 50%;
  padding: 30px 10% 120px;
}
@media (max-width: 1600px) {
  .office-contact__right {
    padding: 0 5% 120px;
  }
}
@media (max-width: 1300px) {
  .office-contact__right {
    width: 100%;
    padding: 35px 0 0 6%;
  }
}
@media (max-width: 800px) {
  .office-contact__right {
    padding-left: 0;
  }
}
.office-contact__main-slider img {
  display: block;
  width: 100%;
  height: auto;
}
.office-contact__main-slider-controls {
  margin: 60px 190px 0 auto;
  display: table;
}
@media (max-width: 1300px) {
  .office-contact__main-slider-controls {
    margin: 30px 0 0 25px;
  }
}
@media (max-width: 800px) {
  .office-contact__main-slider-controls {
    margin: 15px auto 0;
  }
}
.office-contact__name {
  font-size: 24px;
  display: block;
  padding-bottom: 6px;
}
.office-contact__street {
  font-size: 16px;
  display: block;
  font-family: "montserrat";
  padding-bottom: 30px;
  color: #696969;
}
.office-contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  padding-bottom: 30px;
}
.office-contact__info-item {
  display: block;
  font-size: 16px;
  font-family: "montserrat";
  padding: 7px 15px;
  position: relative;
  border-right: 1px solid #8f1f47;
  color: #4f4247;
}
.office-contact__info-item:last-child {
  border: 0;
}
@media (max-width: 800px) {
  .office-contact__info-item {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .office-contact__info-item {
    padding: 7px 5px;
  }
}
.office-contact__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.office-contact__labels .label-mark {
  margin: 5px;
  border-color: #e8e8e8;
}
@media (max-width: 800px) {
  .office-contact__labels .label-mark {
    font-size: 12px;
  }
}
.office-contact__bottom {
  width: 60%;
  margin: -150px -80px 0 auto;
}
@media (max-width: 1300px) {
  .office-contact__bottom {
    display: none;
  }
}
.office-contact__bottom-slider .slick-list {
  padding: 0 200px 0 0 !important;
}
.office-contact__bottom-slider-item {
  padding: 0 12px;
  cursor: pointer;
}
.office-contact__bottom-slider img {
  display: block;
  width: 100%;
  height: auto;
}

.products {
  display: block;
  padding-bottom: 180px;
}
.products__title {
  display: block;
  text-transform: uppercase;
  font-size: 48px;
  position: relative;
  padding-top: 43px;
  margin-top: 60px;
}
.products__title::before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 80px;
  background: #8f1f47;
}
.products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.products__list.large .products__item {
  width: 33.33%;
}
.products__item {
  padding: 12px;
  width: 25%;
  min-height: 315px;
}
.products__item--large {
  width: 50%;
}
.products__link {
  display: block;
  position: relative;
  cursor: pointer;
  color: #4f4247;
  height: 100%;
}
.products__link img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
}
.products__text {
  display: block;
  font-size: 21px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 0 30px 30px;
}
.products__btn {
  display: table;
  width: auto;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .products__item {
    width: 33.33%;
  }
  .products__item--large {
    width: 66.66%;
  }
}
@media (max-width: 1000px) {
  .products {
    padding-bottom: 40px;
  }
  .products__title {
    font-size: 38px;
    padding-top: 20px;
    margin: 0;
  }
  .products__item {
    width: 50%;
    padding: 8px;
    min-height: auto;
  }
  .products__item:first-child {
    width: 100%;
  }
  .products__list {
    padding-bottom: 20px;
  }
  .products__list.large .products__item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .products__list.large .products__title {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
@media (max-width: 700px) {
  .products__title {
    font-size: 30px;
  }
}
@media (max-width: 650px) {
  .products__item {
    width: 100%;
    padding: 6px;
  }
  .products__list.large .products__item {
    width: 100%;
  }
  .products__link {
    max-height: 250px;
  }
  .products__text {
    font-size: 18px;
  }
}

.reviews {
  padding-bottom: 225px;
  position: relative;
  overflow: hidden;
}
.reviews:before {
  content: "";
  position: absolute;
  left: 0;
  top: 80px;
  background-image: url(../img/sprite.png);
  background-position: -337px 0px;
  width: 158px;
  height: 425px;
  z-index: -1;
}
.reviews__title {
  padding-bottom: 80px;
}
.reviews__box {
  background: #8f1f47;
  padding: 87px 40px 40px;
  position: relative;
  margin-bottom: 70px;
}
.reviews__box:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 40px;
  background-image: url(../img/sprite.png);
  background-position: -337px -486px;
  width: 30px;
  height: 22px;
}
.reviews__box:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #e8e8e8;
  top: 10px;
  left: 10px;
  z-index: -1;
  position: absolute;
}
.reviews__name {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 8px;
}
.reviews__age {
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: "montserrat";
  padding-bottom: 25px;
}
.reviews__text {
  font-family: "montserrat";
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
}
.reviews__item {
  padding: 0 15px;
}
@media (max-width: 1000px) {
  .reviews {
    padding-bottom: 85px;
  }
  .reviews:before {
    display: none;
  }
  .reviews__box {
    padding-right: 0;
  }
  .reviews__item {
    padding: 0 15px;
  }
  .reviews .slick-list {
    padding-right: 70px;
  }
  .reviews__title {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .reviews {
    padding-bottom: 40px;
  }
  .reviews__box {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 -15px;
  }
  .reviews .slick-list {
    padding: 0;
  }
  .reviews__controls {
    padding-top: 30px;
    text-align: center;
  }
  .reviews__item {
    padding: 0;
  }
}

.reviews-comments {
  margin-top: 60px;
  padding-bottom: 40px;
}
.reviews-comments__img {
  min-height: 50px;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews-comments__img img {
  display: block;
  max-width: 100%;
}
.reviews-comments__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 -15px;
}
.reviews-comments__item {
  width: 33.33%;
  padding: 0 15px;
  position: relative;
}
.reviews-comments__item:before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -20px;
  width: 40px;
  height: 1px;
  background: #8f1f47;
}
.reviews-comments__item:last-child:before {
  display: none;
}
.reviews-comments__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.reviews-comments__count {
  position: relative;
  font-size: 14px;
  font-family: "montserrat";
  padding-left: 20px;
  margin-left: 15px;
}
.reviews-comments__count:before {
  content: "";
  background-image: url(../img/sprite.png);
  background-position: -420px -486px;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1000px) {
  .reviews-comments__list {
    overflow: auto;
  }
  .reviews-comments__item {
    width: 200px;
    min-width: 200px;
  }
}

.sertificats {
  padding-bottom: 340px;
}
.sertificats__title {
  display: block;
  padding-bottom: 70px;
}
.sertificats__list {
  padding-bottom: 60px;
}
.sertificats__item {
  padding: 12px;
}
.sertificats__box {
  display: table;
  padding: 30px;
  border: 1px solid #e8e8e8;
  position: relative;
  margin: 0 auto;
}
.sertificats__box:before {
  content: "";
  border: 1px solid #e8e8e8;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10px;
  left: -10px;
}
@media (max-width: 1000px) {
  .sertificats {
    padding-bottom: 110px;
  }
  .sertificats .slick-list {
    padding-right: 80px;
  }
  .sertificats__title {
    padding-bottom: 55px;
  }
  .sertificats__box {
    padding: 15px;
  }
}
@media (max-width: 700px) {
  .sertificats .slick-list {
    padding-bottom: 80px;
    padding-right: 0;
  }
}
