@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular.woff') format('woff'),
    url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-SemiBold.woff') format('woff'),
    url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold.woff') format('woff'),
    url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.eot');
    src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
    url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.eot');
    src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Italic.woff') format('woff'),
    url('../fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Pt Serif';
    src: url('../fonts/PTSerif-Regular.eot');
    src: url('../fonts/PTSerif-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PTSerif-Regular.woff') format('woff'),
    url('../fonts/PTSerif-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pt Serif';
    src: url('../fonts/PTSerif-Bold.eot');
    src: url('../fonts/PTSerif-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PTSerif-Bold.woff') format('woff'),
    url('../fonts/PTSerif-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

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

p {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 700;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a, button, input, label, select, textarea {
    outline: 0;
}

a {
    text-decoration: none;
}

button {
    cursor: pointer;
    border: 0;
    outline: 0;
    background: none;
    padding: 0;
    margin: 0;
}

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

/* Sections
   ========================================================================== */
/**
 * 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-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main { /* 1 */
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 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.
 * 1. Show the overflow in Edge.
 */
button, input { /* 1 */
    overflow: visible;
}

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: 0.5;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    -webkit-transition: -webkit-transform 100ms ease;
    -o-transition: transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    position: relative;
    top: 20px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 9px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative
}

.owl-theme .owl-dots .owl-dot span:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border: 2px solid #979797;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #979797;
}

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-wrapper.selectric-wrapper--small .selectric .label {
    margin: 0px 38px 0 22px;
}

.selectric-wrapper.selectric-wrapper--small .selectric .label {
    line-height: 40px;
    height: 40px;
}

.selectric-wrapper.selectric-wrapper--small .selectric-items li {
    padding: 6px 10px;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.2px;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: 1px solid #EFEFF4;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0;
    margin-left: 22px;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 13px;
    color: rgba(58, 58, 58, 0.3);
    line-height: 43px;
    height: 43px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 43px;
    height: 43px;
    line-height: 43px;
    background-color: transparent;
    color: #000;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric-selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    /*width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #000;
  border-bottom: none;*/
    background: url("../images/svg/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

.selectric-selectric.selectric-open .button:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.selectric-focus .selectric {

}

.selectric-hover .selectric {

}

.selectric-hover .selectric .button {
    color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
    border-top-color: #000;
}

.selectric-open {
    z-index: 9999;
}

.selectric-open .selectric {
    /*border: 1px solid #FF7D00;
  box-shadow: 0 0 4px 0 #FF7D00;*/
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    top: 97%;
    left: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    z-index: 2;
    /*box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 0.05);*/

}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items li {
    display: block;
    padding: 8px 22px;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 13px;
    color: rgba(58, 58, 58, 0.53);
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.selectric-items li:nth-child(1) {
    display: none;
}

.selectric-items li.selected {

}

.selectric-items li.highlighted {

}

.selectric-items li:hover {

}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

.row {
    display: block;
    margin: 0 auto;
    max-width: 1470px;
    position: relative;
    width: 100%;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.row {
    margin-left: -11px;
    margin-right: -11px;
    width: auto;
    max-width: none;
}

.col {
    float: left;
    padding: 0 11px;
    position: relative;
    width: 100%;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding-left: 11px;
    padding-right: 11px;
}

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.page-title {
    color: #54413C;
    font-family: "Pt Serif";
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
}

.page-title.page-title-grey {
    color: #3A3A3A;
}

.page-title-l {
    color: #3A3A3A;
    font-family: "Pt Serif";
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
}

.page-title-m, .menu__title {
    color: #000000;
    font-family: "Pt Serif";
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;

}

.page-text, li.page-list-item, .maps__item, .menu-bottom__text {
    color: #3A3A3A;
    font-size: 16px;
    line-height: 28px;
}

ul.page-list {
    padding-left: 10px;
}

li.page-list-item {
    position: relative
}

li.page-list-item:after {
    position: absolute;
    content: "•";
    top: 0;
    left: -15px;
}

.page-link {
    color: #54413C;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px
}

.page-link:hover {
    text-decoration: underline;
}

.button, .footer__icon {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    height: 43px;
    text-decoration: none;
    border-radius: 0px;
    display: inline-block;
    padding: 0 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: transparent;
    background-color: transparent;
    border: 2px solid transparent;
    text-align: center;
}

.button--small {
    line-height: 45px;
    height: 45px;
}

.button--red {
    color: #ffffff;
    background-color: #54413C;
    border-color: #54413C;
}

.button--red:hover {
    background-color: #DBC6B0;
    border-color: #DBC6B0;
}

.button--red.button--ghost {
    color: #54413C;
    background-color: transparent;
    border-color: #54413C;
}

.button--red.button--ghost:hover {
    color: #ffffff;
    background-color: #54413C;
}

.button--black {
    color: #ffffff;
    background-color: #3A3A3A;
    border-color: #3A3A3A;
}

.button--black.button--ghost {
    color: #3A3A3A;
    background-color: transparent;
    border-color: #3A3A3A;
}

.button--black.button--ghost:hover {
    color: #ffffff;
    background-color: #3A3A3A;
    border-color: #3A3A3A;
}

.button--gold, .footer__icon {
    color: #ffffff;
    background-color: #DBC4A2;
    border-color: #DBC4A2;
}

.button--gold:hover, .footer__icon:hover {
    background-color: #C7A97D;
    border-color: #C7A97D;
}

.button--gold.button--ghost, .footer__icon.button--ghost {
    color: #DBC4A2;
    background-color: transparent;
    border-color: #DBC4A2;
}

.button--gold.button--ghost:hover, .footer__icon.button--ghost:hover {
    color: #ffffff;
    background-color: #DBC4A2;
    border-color: #DBC4A2;
}

.button--dark {
    color: #2A2A2A;
}

.button--gold.button--dark {
    color: #fff;
}

.button--dark:hover {
    color: #2A2A2A;
}

.button--gold.button--dark:hover {
    color: #fff;
}

.form .svg-load {
    font-size: 12px;
    margin-left: 5px;
    position: relative;
    top: 3px;
}

.form__input, .form__textarea, .form__select {
    height: 42px;
    padding: 15px 20px;
    border: 1px solid transparent;
    border-radius: 0px;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 13px;
    line-height: 22px;
    color: rgba(58, 58, 58, 1);
    width: 100%;
}

.form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder, .form__select::-webkit-input-placeholder {
    color: rgba(58, 58, 58, 0.54);
}

.form__input::-moz-placeholder, .form__textarea::-moz-placeholder, .form__select::-moz-placeholder {
    color: rgba(58, 58, 58, 0.54);
}

.form__input::-moz-placeholder, .form__textarea::-moz-placeholder, .form__select::-moz-placeholder {
    color: rgba(58, 58, 58, 0.54);
}

.form__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder, .form__select::-ms-input-placeholder {
    color: trgba(58, 58, 58, 0.54);
}

.form__inputgroup, .form__selectgroup {
    margin-bottom: 15px;
}

.form__textareagroup {
    margin-bottom: 15px;
}

.form__inputrow:before, .form__inputrow:after {
    content: " ";
    display: table;
}

.form__inputrow:after {
    clear: both;
}

.form__inputrow .form__inputgroup:first-child {
    width: 100%;
}

.form__inputrow .form__inputgroup:last-child {
    width: 100%;
}

.form__textarea {
    height: auto;
    resize: none;
    width: 100%;
}

/*&__select {
    background-image: url("../images/svg/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 96.5% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 15px 0 20px;
    color: rgba(58, 58, 58, 0.54);
    @media(--s) {
      padding: 0 15px;
      background-size: 10px;
    }
    @media(--m) {
      padding: 12px 21px;
      background-size: 14px;
    }
  } */
.form__selectgroup {
    position: relative;
}

.form__checkbox {
    position: relative;
    display: inline-block;
}

.form__checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 0px 0px 0px 35px;
    font-size: 16px;
    line-height: 22px;
    color: rgba(58, 58, 58, 0.4674);
    vertical-align: middle;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.form__checkbox label:before {
    content: "";
    display: inline;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 0px;
    border-radius: 0px;
    border: 1px solid transparent;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 10px;
}

.form__checkbox input[type="checkbox"] {
    display: none;
}

.form__checkboxgroup input[type="checkbox"]:checked + label:before {
    background-image: url("../images/svg/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 10px;
}

.form__upload:before, .form__upload:after {
    content: " ";
    display: table;
}

.form__upload:after {
    clear: both;
}

.form__upload {
    width: 100%;
}

.form__file {
    position: relative;
    width: 222px;
    height: 60px;
    float: right;
    width: 155px;
}

.form__file button {
    height: 60px;
    width: 155px;
}

.form__file input[type=file] {
    height: 40px;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 135px;
}

.form__upload-info {
    font-size: 14px;
    line-height: 40px;
    color: rgba(58, 58, 58, 0.53);
    float: left;
}

.svg-arrow-down {
    width: 1.5em;
    height: 1em;
    fill: #B8B8C5;
}

.svg-arrow-left {
    width: 1em;
    height: 1em;
    fill: #DBC4A2;
}

.svg-arrow-right {
    width: 1em;
    height: 1em;
    fill: #C7A97D;
}

.svg-burger {
    width: 1.25em;
    height: 1em;
    fill: #FFF;
}

.svg-check {
    width: 1.21em;
    height: 1em;
    fill: #DBC4A2;
}

.svg-close {
    width: 1em;
    height: 1em;
    fill: #54413C;
}

.svg-fb {
    width: 0.52em;
    height: 1em;
    fill: #54413C;
}

.svg-inst {
    width: 1.05em;
    height: 1em;
    fill: #FFF;
}

.svg-load {
    width: 0.8em;
    height: 1em;
    fill: #FFF;
}

.svg-logo {
    width: 3.13em;
    height: 1em;
    fill: #FFF;
}

.svg-menu-1 {
    width: 1.35em;
    height: 1em;
    fill: #54413C;
}

.svg-menu-2 {
    width: 1.24em;
    height: 1em;
    fill: #3A3A3A;
}

.svg-menu-3 {
    width: 1.15em;
    height: 1em;
    fill: #3A3A3A;
}

.svg-menu-4 {
    width: 1.11em;
    height: 1em;
    fill: #3A3A3A;
}

.svg-menu-5 {
    width: 1.19em;
    height: 1em;
    fill: #3A3A3A;
}

.svg-menu-6 {
    width: 1.24em;
    height: 1em;
    fill: #3A3A3A;
}

.svg-menu-7 {
    width: 1.19em;
    height: 1em;
    fill: #3A3A3A;
}

.svg-menu-8 {
    width: 1.19em;
    height: 1em;
    fill: #3A3A3A;
}

.svg-menu-9 {
    width: 1.19em;
    height: 1em;
    fill: #3A3A3A;
}

.svg-ok {
    width: 0.57em;
    height: 1em;
    fill: #54413C;
}

.svg-plus {
    width: 1em;
    height: 1em;
    fill: #54413C;
}

.svg-vk {
    width: 1.77em;
    height: 1em;
    fill: #54413C;
}

.svg-wave {
    width: 5.73em;
    height: 1em;
    fill: #FFF;
}

.svg-yt {
    width: 1.46em;
    height: 1em;
    fill: #54413C;
}

.svg-ig {
    width: 1.46em;
    height: 1.46em;
    fill: #54413C;
}

main {
}

.is-visible {
    display: block;
}

.is-unvisible {
    display: none;
}

.page-iframe {
    height: 180px;
}

.header {
    padding-top: 23px;
    position: relative
}

.header:before, .header:after {
    content: " ";
    display: table;
}

.header:after {
    clear: both;
}

.header .svg-logo {
    fill: #ffffff;
    font-size: 32px;
}

.header .svg-burger {
    fill: #ffffff;
    font-size: 12.31px;
}

.header__logo {
    float: left;
    display: block;
    padding-left: 13px;
}

.header__nav {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header__list-item {
    display: inline;
    padding: 0 5px;
}

.header__link {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header__link:hover {
    text-decoration: underline;
}

.header__right {
    float: right;
}

.header__right:before, .header__right:after {
    content: " ";
    display: table;
}

.header__right:after {
    clear: both;
}

.header__right {
    padding-right: 10px;
}

.header__phone {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    font-family: "Pt Serif";
    font-weight: 700;
    font-size: 18px;
    line-height: 42px;
    color: #EFEFF4;
    background: #54413C;
    display: block;
    text-align: center;
    float: left;
    height: 42px;
    width: 165px;
    padding-top: 0;
    display: block;
}
/*
.header__phone:after {
    position: absolute;
    content: " ";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('../images/svg/pattern-2.svg');
    background-repeat: repeat;
    background-position: center;
    opacity: 0.4;
    z-index: 1;
}
*/
.header__phone span, .header__phone p {
    position: relative;
    z-index: 2;
}

.header__burger {
    width: 40px;
    height: 42px;
    padding: 0;
    position: relative;
    float: left;
}

.header__burger .svg-burger {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer {
    padding-top: 24px;
    padding-left: 10px;
    z-index: 0;
    position: relative;
}

.footer .svg-logo {
    fill: #54413C;
    font-size: 32px;
}

.footer .svg-vk {
    font-size: 15px;
}

.footer .svg-fb {
    font-size: 25px;
}

.footer .svg-inst {
    font-size: 21px;
}

.footer .svg-yt {
    font-size: 13px;
}

.footer .svg-ig {
    font-size: 13px;
}

.footer .svg-ok {
    font-size: 22px;
}

.footer__top {
    position: relative;
}

.footer .page-title {
    margin-bottom: 40px;
    text-align: center;
    color: #3a3a3a;
}

.footer__logo {
    margin-bottom: 18px;
    text-align: center;
    display: block;
}

.footer__body {
    font-size: 16px;
    line-height: 22px;
    color: #3a3a3a;
}

.footer__address {
    font-family: "Pt Serif";
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 24px;
}

.footer__address span {
    display: block;
}

.footer__phones {
    margin-bottom: 20px;
}

.footer__number {
    margin-bottom: 22px;
}

.footer__number span {
    display: block;
    margin-bottom: 5px;
}

.footer__number a {
    font-family: "Pt Serif";
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #54413C;
}

.footer__text span {
    display: block;
}

.footer__email {
    font-weight: 700;
    color: #3a3a3a;
    display: block;
    margin-bottom: 13px;
}

.footer__media {
    padding-bottom: 37px;
}

.footer__media span {
    max-width: 180px;
    display: block;
    width: 100%;
}

.footer .social {
    padding-top: 19px;
    padding-bottom: 0;
}

.footer__svg {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 42px;
    border: 2px solid #54413C;
    display: inline-block;
    background-color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer__svg svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #54413C;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer__svg:hover {
    background-color: #54413C;
}

.footer__svg:hover svg {
    fill: #ffffff;
}

.footer__hash {
    padding-top: 14px;
}

.footer__hash a {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #54413C;
}

.footer__nav {
    display: none;
}

.footer__icons {
    margin-bottom: 70px;
}

.footer__icon {
    position: relative;
    width: 35px;
    height: 35px;
    display: inline-block;
}

.footer__icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #ffffff;
}

.footer__link {
    font-family: 18px;
    line-height: 47px;
    color: #3a3a3a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer__link:hover {
    color: #54413C;
}

.footer__bottom {
    font-size: 10px;
    line-height: 14px;
    color: #B29E81;
    padding-top: 38px;
    padding-bottom: 24px;
    position: relative;
}

.footer__bottom:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(191, 35, 64, 0.5);
}

.footer__copy {
    color: #3a3a3a;
    opacity: 0.2;
}

.footer__copy-text {
    color: #3a3a3a;
    opacity: 0.2;
    margin-bottom: 27px;
}

.footer__dev a {
    font-weight: 700;
    color: #DBC4A2;
}

.card {
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.card:hover {
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}

.card.card--two .page-title-m {
    color: #3A3A3A;
}

.card.card--two .page-text {
    font-size: 16px;
    line-height: 20px;
}

.card.card--two .card__body {
    padding-left: 25px;
    padding-right: 25px;
}

.card .page-title-m {
    margin-bottom: 18px;
}

.card__image {
    /*background: red;
    height: 232px;*/
    overflow: hidden;
    position: relative;
}

.card__image img {
    width: 110%;
    display: block;
    /*position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);*/
}

.card__body {
    padding: 20px 30px 35px 41px;
    background-color: #ffffff;
}

.card__date {
    color: #54413C;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px;
}

.card__button {
    text-align: center;
}

.cards {
    position: relative;
    padding-top: 30px;
    padding-bottom: 32px;
}

.cards.cards--three {
    padding-top: 0;
}

.cards.cards--two .cards__body:before, .cards.cards--two .cards__body:after {
    content: " ";
    display: table;
}

.cards.cards--two .cards__body:after {
    clear: both;
}

.cards.cards--two .cards__item {
    float: left;
    padding-bottom: 10px;
}

.cards.cards--two {
    background-image: none;
}

.cards.cards--three .cards__link {
    display: none;
}

.cards.cards--two .cards__item:last-child .card__body {
    min-height: 194px;
    position: relative;
    z-index: 2;
}

.cards.cards--two .cards__item:last-child .card__body:after {
    position: absolute;
    content: " ";
    bottom: -6px;
    left: 6px;
    right: 6px;
    height: 6px;
    background-color: #FAFAFA;
    z-index: 1;
    -webkit-box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.cards.cards--two .cards__item:last-child .card__body:before {
    position: absolute;
    content: " ";
    bottom: -12px;
    left: 12px;
    right: 12px;
    height: 6px;
    background-color: #FAFAFA;
    z-index: 1;
    -webkit-box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.cards__body {
    margin-left: 11px;
    margin-right: 11px;
    display: flex;
    flex-wrap: wrap;
}

.cards .page-title {
    text-align: center;
    margin-bottom: 30px;
}

.cards:after {
    position: absolute;
    content: " ";
    top: 348px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #EFEFF4;
    z-index: -1;
}

.cards__item {
    width: 100%;
    padding-bottom: 22px;
}

.cards__link {
    text-align: center;
    padding-top: 27px;
}

.cards__link a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #3a3a3a;
}

.hero {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-bottom: 25px;
    position: relative;
}

.hero:after {
    position: absolute;
    content: " ";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.5;
}

.hero--main:after {
    display: none;
}

.hero .container {

    z-index: 3;
}

.hero .svg-wave {
    fill: #ffffff;
    font-size: 30px;
}

.hero .header {
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
}

.hero__title {
    font-family: "Pt Serif";
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #ffffff;
    position: relative;
    z-index: 3;
}

.hero__icon {
    display: none;
}

.hero.is-large .header {
    margin-bottom: 425px;
}

.hero-nav {
    background: #DBC4A2;
    padding: 30px 0 40px 0;
    text-align: center;
    position: relative
}
/*
.hero-nav:after {
    position: absolute;
    content: " ";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('../images/pattern-1.png');
    background-repeat: repeat;
    opacity: 0.4;
    z-index: 2;
}*/

.hero-nav .container {
    position: relative;
    z-index: 3;
}

.hero-nav__item:not(:last-child) {
    padding-bottom: 20px;
}

.hero-nav__link {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #3a3a3a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.hero-nav__link.is-active, .hero-nav__link:hover {
    color: #ffffff;
}

.hero-nav__link.is-active:after, .hero-nav__link:hover:after {
    left: 0;
    right: 0;
}

.hero-bottom {
    background-color: #54413C;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 7px;
    position: relative

}
/*
.hero-bottom:after {
    position: absolute;
    content: " ";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('../images/pattern-1.png');
    background-repeat: repeat;
    background-position: center;
    opacity: 0.4;
    z-index: 2;
}*/

.hero-bottom__link {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
}

.hero-bottom__link span {
    font-family: "Pt Serif";
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    display: block;
}

.connect {
    padding-top: 33px;
    padding-bottom: 40px;
    text-align: center;
    background-color: #EFEFF4;
    /*background-image: url('../images/pattern-1.png');*/
    background-repeat: repeat;
}

.connect .page-title {
    margin-bottom: 27px;
}

.connect .page-text {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 7px;
    margin-bottom: 40px;
}

.connect .button {
    color: #EFEFF4;
    font-family: "Pt Serif";
    font-weight: 700;
    font-size: 20px;
    line-height: 38px;
    width: 100%;
    /*width: 275px;*/
    max-width: 386px;
    height: 42px;
}

.connect__link {
    padding-top: 20px;
}

.modal.modal--4 .modal__header .page-title {
    margin-bottom: 16px;
}

.modal.modal--4 .modal__header .page-text {
    margin-bottom: 0;
}

.modal--4 .modal__body {
    padding-top: 10px;
}

.modal .page-text {
    margin-bottom: 36px;
}

.modal--max {
    max-width: 500px;
}

.modal__close {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 16px; height: 16px;
}

.modal__close::before {
    content:""; display:block; position:absolute; left:-20px; top:-20px; right:-20px; bottom:-20px
}

.modal__close .svg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.modal__close:hover .svg {
    fill: rgba(255, 255, 255, 0.5);
}
.top-label{height: 70px;background:#54413C;text-align:center;font-size:30px;font-weight: 700;font-family: 'Pt Serif';}
.top-label p{padding-top:15px;color:#EFEFF4;}
.top-label a{color:#EFEFF4;}
@media (max-width: 1023px) {
.top-label p{padding-top:10px;font-size:20px;}
.modal__close::before {
    content:""; display:block; position:absolute; left:-10px; top:-10px; right:-10px; bottom:-10px;
    border: 2px solid #fff; border-radius: 50%;
}

.modal__close .svg {
    fill: rgba(255, 255, 255, 1);
    transform: scale(1.1)
}
}

.modal__image {
    height: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.modal__header {
    background-color: #EFEFF4;
    padding: 39px 22px;
}

.modal__subtitle {
    color: #3A3A3A;
    font-size: 16px;
    line-height: 22px;
}

.modal__body {
    padding: 22px 22px;
    position: relative;
}

.modal__link {
    text-align: center;
}

.modal__link:not(:last-child) {
    margin-bottom: 50px;
}

.modal__link .button {
    max-width: 270px;
    width: 100%;
}

.modal__cost {
    color: #54413C;
    font-family: "Pt Serif";
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 20px;
}

.modal__more {
    text-align: center;
    padding: 30px 0;
}

.modal__more a {
    color: #54413C;
}

.modal .page-iframe {
    height: 386px;
}

.modal-gallery {
    margin-bottom: 60px;
}

.modal-gallery__image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.modal-gallery__image--min {
    height: 186px;
}

.modal-gallery__image--max {
    height: 334px;
}

.modal-gallery--two .modal-gallery__image {
    height: 204px;
}

.modal-list {
    background-color: #940000;
    padding: 30px 40px 30px 100px;
    position: relative
}
/*
.modal-list:after {
    position: absolute;
    content: " ";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('../images/svg/pattern-2.svg');
    background-repeat: repeat;
    background-position: center;
    opacity: 0.4;
    z-index: 1;
}*/

.modal-list__item {
    color: #ffffff;
    font-family: "Pt Serif";
    font-weight: 400;
    font-size: 21px;
    line-height: 30px;
    position: relative;
    z-index: 2;
}

.modal-list__item:not(:last-child) {
    padding-bottom: 40px;
}

.modal-list__item:after {
    position: absolute;
    content: " ";
    top: 8px;
    left: -60px;
    width: 18px;
    height: 18px;
    background-color: #DBC4A2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-person .page-title {
    margin-bottom: 18px;
}

.modal-person__block:before, .modal-person__block:after {
    content: " ";
    display: table;
}

.modal-person__block:after {
    clear: both;
}

.modal-person__left {
    float: left;
    width: 184px;
    color: #DBC4A2;
    font-size: 20px;
    margin-right: 33px;
}

.modal-person__right {
    float: left;
    color: #3A3A3A;
}

.modal-person__name {
    margin-bottom: 25px;
    font-weight: 700;
}

.modal-person__phone {
    margin-bottom: 10px;
}

.option {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 37px;
}

.option .page-title {
    text-align: center;
    margin-bottom: 20px;
}

.option .container {
    background-color: #EFEFF4;
}

.option__body:before, .option__body:after {
    content: " ";
    display: table;
}

.option__body:after {
    clear: both;
}

.option__body {
/ / background-color: #EFEFF4;
    position: relative;
    z-index: 2;
    display: table;
    width: 100%;
    background-size: 293px;
    background-image: url('../images/bg-house.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.option__left {
    display: none;
    text-align: center;
    background-color: #ffffff;
}

.option__item:not(:last-child) {
    margin-bottom: 30px;
}

.option__link {
    font-family: "Pt Serif";
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #3a3a3a;
    opacity: 0.87;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.option__link.is-active, .option__link:hover {
    color: #54413C;
}

.option__right {
    padding-top: 30px;
    padding-bottom: 37px;
}

.option__right:before, .option__right:after {
    content: " ";
    display: table;
}

.option__right:after {
    clear: both;
}

.option__right {
    padding-left: 10px;
    padding-right: 10px;
}

.option-item {
    float: left;
    width: 100%
}

.option-item:not(:last-child) {
    margin-bottom: 15px;
}

.option-item__body {
    background-color: #ffffff;
    padding: 12px 67px 12px 22px;
    width: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.option-item__date {
    font-family: "Pt Serif";
    font-size: 16px;
    line-height: 22px;
    color: #54413C;
    width: 100%;
}

.option-item__text {
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 22px;
    color: #3A3A3A;
}

.option-item__button {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 64px;
    border: 2px solid #54413C;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.option-item__button::before {
    content:""; display: block; position:absolute; left:-999px; top:-999px; right:-999px; bottom:-999px
}

.option-item__button .svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.option-item__button .svg-plus {
    fill: #54413C;
    font-size: 40px;
}

.option-item__button:hover {
    background-color: #54413C;
}

.option-item__button:hover svg {
    fill: #ffffff;
}

.pagination {
    padding: 38px 0;
}

.pagination__list {
    float: left;
    margin-top: 16px;
}

.pagination__item {
    display: inline;
}

.pagination__item:not(:last-child) {
    margin-right: 70px;
}

.pagination__link {
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    color: #3a3a3a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.pagination__link::before {
    content:""; 
    display: block;
    position:absolute; left:-20px; top:-20px; bottom:-20px; right:-20px;
}

.pagination a.pagination__link:hover, .pagination a.pagination__link.is-active {
    color: #DBC4A2;
}

.pagination__button {
    text-align: center;
}

.pagination__button .button {
    height: 43px;
    line-height: 40px;
    width: 192px;
}

.contacts {
    padding-top: 25px;
}

.contacts .page-title {
    text-align: center;
    margin-bottom: 19px;
}

.contacts .page-text {
    max-width: 788px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.feedback {
    background-color: #EFEFF4;
    padding-bottom: 120px;
    padding-top: 40px;
}

.feedback.is-modal {
    padding-bottom: 120px;
    padding-top: 40px;
}

.feedback .form {
    max-width: 788px;
    width: 100%;
    margin: 0 auto;
}

.feedback__buttons {
    position: relative;
}

.feedback__button {
    float: right;
    margin-left: 25px;
}

.feedback__button .button {
    width: 155px;
}

.feedback .form__upload {
    margin-bottom: 18px;
}

.maps {
    position: relative;
    height: 782px;
    padding-top: 110px;
}

.maps .page-text {
    line-height: 34px;
    margin-bottom: 60px;
}

.maps #map {
    height: 480px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.maps__block {
    background-color: #ffffff;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
}

.maps__title {
    color: #54413C;
    font-family: "Pt Serif";
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
}

.maps__item {
    margin-bottom: 12px;
}

.maps__item:before, .maps__item:after {
    content: " ";
    display: table;
}

.maps__item:after {
    clear: both;
}

.maps__item span {
    font-weight: 600;
}

.plan {
    padding-top: 30px;
}

.plan__image img {
    width: 100%;
    display: block;
}

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

.plan .page-title {
    text-align: center;
    margin-bottom: 18px;
}

.plan .page-title-l {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}

.about {
    overflow: hidden;
    padding-top: 30px;
}

.about .page-title {
    text-align: center;
    margin-bottom: 24px;
}

.about__title {
    font-family: "Pt Serif";
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #3a3a3a;
    margin-bottom: 20px;
    text-align: center;
}

.about__text {
    font-size: 16px;
    line-height: 28px;
    color: #3a3a3a;
    margin-bottom: 30px;
}

.about__description {
    text-align: center;
    margin-bottom: 30px;
    display: none;
}

.about__description img {
    margin-bottom: 10px;
    max-width: 100%;
    max-height: 100px;
}

.about__info {
    font-style: italic;
    color: #54413C;
}

.about__media {
    position: relative;
}

.about__block {
    background-color: #EFEFF4;
    padding: 64px 0 50px 37px;
    margin-left: 37px;
    text-align: center;
    position: relative;
    margin-bottom: 26px;
    padding: 39px;
    font-style: italic;
    font-size: 14px;
    line-height: 19px;
    color: #3a3a3a;
}

.about__block:after {
    position: absolute;
    content: '';
    top: 0;
    left: 100%;
    height: 100%;
    width: 3000px;
    background-color: #EFEFF4;
    z-index: 1;
}

.about__block:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: -200px;
    width: 393px;
    height: 220px;
    background-size: 393px;
    background-image: url('../images/bg-house.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 2;
}

.about__block span {
    position: relative;
    z-index: 2;
    display: block;
}

.about__block img {
    margin-bottom: 23px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.slider {
    position: relative;
    padding-bottom: 80px;
}

.slider iframe {
    width: 100%;
    height: 100%;
}

.slider .svg-arrow-left, .slider .svg-arrow-right {
    font-size: 16px;
    fill: #DBC4A2;
}

.slider--bg {
    background-color: #EFEFF4;
    background-size: 293px;
    background-image: url('../images/bg-house.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-bottom: 40px;
    padding-bottom: 35px;
}

.slider .page-title {
    padding-top: 30px;
    text-align: center;
    padding-bottom: 30px;
}

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

.slider__progressbar {
    width: 100%;
    height: 5px;
    display: block;
    top: -10px;
    position: relative;
}

.slider__body {
    width: 100%;
    position: relative;
}

.slider__item {
    position: relative;
    height: 164px;
    overflow: hidden;
}

.slider__item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100%;
}

.slider__item.slider__item.is-visible {
    display: block;
}

.slider__pagination {
    text-align: center;
}

.slider__number {
    font-family: "Pt Serif";
    font-size: 24px;
    line-height: 32px;
    color: #DBC4A2;
    display: inline-block;
    margin: 0 20px;
}

.slider__number span.from {
    font-size: 36px;
    line-height: 48px;
    position: relative;
    top: 5px;
}

.slider__title {
    font-family: "Pt Serif";
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    font-size: 18px;
    color: #3A3A3A;
    padding-top: 28px;
}

.slider__title--xs {
    display: block;
}

.slider__button {
    text-align: center;
    padding-top: 20px;
}

.slider__button .button {
    width: 191px;
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 900;
    padding: 31px 11px 41px 11px;
    display: none;
    min-height: 100%
}

.menu.is-visible {
    display: block;
}

.menu .container {
    position: relative;
}

.menu .svg-close {
    fill: #54413C;
    font-size: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.menu__close {
    position: absolute;
    top: -18px;
    right: 20px;
}

.menu__close .button {
    position: relative;
}

.menu__close .svg-close {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.menu__title {
    margin-bottom: 24px;
    color: #3a3a3a;
}

.menu__logo .svg {
    font-size: 32px;
    fill: #54413C;
}

.menu__layout {
    position: relative;
}

.menu__list {
    margin-bottom: 15px;
}

.menu__list_link {
    color: #3A3A3A;
    font-size: 16px;
    line-height: 38px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.menu__list_link:hover {
    color: #54413C;
}

.menu__list.is-small .menu__list_link {
    font-size: 13px;
}

.menu__phone {
    margin-bottom: 30px;
}

.menu__phone_title {
    color: #3A3A3A;
    font-size: 16px;
    line-height: 22px;
    opacity: 0.5;
    margin-bottom: 4px;
}

.menu__phone_num {
    color: #3A3A3A;
    font-family: "Pt Serif";
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}

.menu__block {
    padding: 30px 0 35px;
    background-color: #EFEFF4;
    /*background-image: url('../images/pattern-1.png');*/
    background-repeat: repeat;
}

.menu__block .menu__title {
    margin-bottom: 18px;
}

.menu__block .page-text {
    line-height: 40px;
    margin-bottom: 24px;
}

.menu__block .page-text a {
    color: #3A3A3A;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.menu__block .page-text a:hover {
    color: #54413C;
}

.menu__block_button .button {
    width: 156px;
    margin: 0 auto;
    display: block;
}

.menu__block_button .button:first-child {
    margin-bottom: 28px;
}

.menu-bottom__text {
    line-height: 1.38;
}

.menu-bottom__text a {
    color: #54413C;
}

.menu-bottom__item:before, .menu-bottom__item:after {
    content: " ";
    display: table;
}

.menu-bottom__item:after {
    clear: both;
}

.menu-bottom__phone {
    margin-bottom: 30px;
}

.menu-bottom__phone_title {
    color: #3A3A3A;
    font-size: 16px;
    line-height: 22px;
    opacity: 0.5;
    margin-bottom: 4px;
}

.menu-bottom__phone_num {
    color: #3A3A3A;
    font-family: "Pt Serif";
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}

.menu-bottom__social {
    text-align: center;
    padding-top: 11px;
    padding-bottom: 35px;
}

.social {
    text-align: center;
}

.social .svg-vk {
    font-size: 13px;
}

.social .svg-fb {
    font-size: 21px;
}

.social .svg-inst {
    font-size: 19px;
}

.social .svg-yt {
    font-size: 13px;
}

.social .svg-ig {
    font-size: 13px;
}

.social .svg-tg {
    width: 35px;
    height: 35px;
}

.social .svg-ok {
    font-size: 22px;
}

.social__svg {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 42px;
    border: 2px solid #54413C;
    display: inline-block;
    background-color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0 10px;
}

.social__svg svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #54413C;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.social__svg:hover {
    background-color: #54413C;
}

.social__svg:hover svg {
    fill: #ffffff;
}

.puzzle {
    padding-left: 10px;
    padding-right: 10px;
}

.puzzle--container {
    padding-top: 22px;
    position: relative;
}

.puzzle .page-title {
    text-align: center;
    margin-bottom: 26px;
}

.puzzle__block {
    margin-bottom: 20px;
}

.puzzle__body {
    width: 100%;
}

.puzzle__line:before, .puzzle__line:after {
    content: " ";
    display: table;
}

.puzzle__line:after {
    clear: both;
}

.puzzle__line {
    margin-left: -10px;
    margin-right: -10px;
}

.puzzle__item {
    float: left;
    padding: 0 10px;
}

.puzzle__line .puzzle__item {
    width: 100%;
}

.puzzle__card {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 226px;
    display: block;
}

.puzzle__card:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0.01)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.01));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.01));
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.01));
    z-index: 0;
}

.puzzle__text {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0px;
    right: 0px;
    font-family: "Pt Serif";
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #ffffff;
    display: table;
    width: 100%;
    padding-left: 20px;
    padding-right: 14px;
    padding-bottom: 12px;
}

.puzzle__name {
    vertical-align: bottom;
    /* max-height: 46px; */
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
}

.puzzle__description {
    display: none;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    height: 100px;
    overflow: hidden;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 16px;
}

.puzzle__price {
    display: table-cell;
    text-align: right;
    padding-left: 30px;
    width: 110px;
    vertical-align: bottom;
    font-size: 14px;
    line-height: 18px;
}

.puzzle__card:hover:after {
    background: #3A3A3A;
    opacity: 0.9;
    height: 100%;
}

.puzzle__card:hover .puzzle__text {
    top: 0;
    padding-top: 27px;
    height: 100%;
}

.puzzle__card:hover .puzzle__name {
    color: #DBC4A2;
    display: block;
    margin-bottom: 15px;
    height: 24px;
    overflow: hidden;
}

.puzzle__card:hover .puzzle__description {
    display: block;
}

.puzzle__card:hover .puzzle__price {
    color: #DBC4A2;
    display: block;
    padding-left: 0px;
    text-align: left;
    width: auto;
    position: absolute;
    bottom: -30px;
    left: 20px;
}

.puzzle__button {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 20px;
}

.puzzle__button .button {
    min-width: 190px;
}

.sticky-wrapper {
    height: 0 !important;
}

.puzzle-nav {
    text-align: center;
    position: absolute;
    right: -15px;
    top: 120px;
    max-width: 100px;
}

.puzzle-nav .svg {
    fill: #3a3a3a;
    margin-bottom: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.puzzle-nav .svg-menu-1 {
    font-size: 26px;
}

.puzzle-nav .svg-menu-2 {
    font-size: 28px;
}

.puzzle-nav .svg-menu-3 {
    font-size: 30px;
}

.puzzle-nav .svg-menu-4 {
    font-size: 34px;
}

.puzzle-nav .svg-menu-5 {
    font-size: 30px;
}

.puzzle-nav .svg-menu-6 {
    font-size: 30px;
}

.puzzle-nav .svg-menu-7 {
    font-size: 30px;
}

.puzzle-nav .svg-menu-8 {
    font-size: 30px;
}

.puzzle-nav .svg-menu-9 {
    font-size: 30px;
}

.puzzle-nav__item {
    margin-bottom: 17px;
}

.puzzle-nav__link {
    font-family: "Pt Serif";
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #3a3a3a;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.puzzle-nav__link.is-active, .puzzle-nav__link:hover {
    color: #54413C;
}

.puzzle-nav__link.is-active .svg, .puzzle-nav__link:hover .svg {
    fill: #54413C;
}

.puzzle-nav__icon {
    display: block;
}

.info {
    position: relative;
    padding-bottom: 40px;
}

.info__bg-image, .info:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 205px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.info__block {
    text-align: center;
    padding-top: 238px;
    min-height: 205px;
    position: relative;
    z-index: 1;
}

.info__icon {
    display: none;
    text-align: center;
}

.info__icon img {
    margin: 0 auto;
}

.info__title {
    font-family: "Pt Serif";
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #54413C;
    margin-bottom: 28px;
}

.info .button {
    font-size: 14px;
    min-width: 192px;
}

.info__text {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #3a3a3a;
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 33px;
}

.info__dots {
    padding-top: 35px;
}

.info--2:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 80%;
    background-image: url("../images/info-21.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    z-index: 0;
}

.info--2:after {
    background-image: url("../images/info-2.jpg");
}

.info--2 .info__block {
    position: relative;
}

.info--2 .info__block:before {
    position: absolute;
    content: '';
    left: -10px;
    right: 0px;
    background: #ffffff;
    z-index: 1;
}

.info--3 {
    background-color: #2A2A2A;
}

.info--3:after {
    background-image: url("../images/info-3.jpg");
}

.info--3 .info__block {
    background-color: transparent;
}

.info--3 .info__title {
    color: #DBC4A2;
}

.info--3 .info__text {
    color: #EFEFF4;
}

.dish__image {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.dish__block {
    background-color: #EFEFF4;
    background-size: 345px;
    background-image: url('../images/bg-house.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.dish__body {
    width: 100%;
    position: relative;
}

.dish__body .page-title {
    margin-bottom: 24px;
}

.dish__body .page-text {
    margin-bottom: 24px;
}

.dish__cost {
    color: #54413C;
    font-family: "Pt Serif";
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
}

.dish__pagination {
    padding-top: 30px;
}

.dish__number {
    font-family: "Pt Serif";
    font-size: 14px;
    line-height: 18px;
    color: #DBC4A2;
    display: inline-block;
    margin: 0 20px;
}

.dish__number span.from {
    font-size: 24px;
    line-height: 31px;
    position: relative;
    top: 5px;
}

.dish__close {
    position: absolute;
    top: 30px;
    right: 30px;
}

.dish__close .svg {
    fill: #DBC4A2;
}

.ico-block__ico {
    margin-bottom: 10px;
}

.ico-block img {
    height: 83px;
}

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

.ico-block__title {
    color: #3a3a3a;
    font-family: "Pt Serif";
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.vacancies.vacancies--top {
    padding-top: 26px;
    padding-bottom: 26px;
}

.vacancies.vacancies--advantages {
    padding-top: 70px;
}

.vacancies.vacancies--advantages .page-text {
    margin-bottom: 20px;
}

.vacancies.vacancies--career {
    overflow: hidden;
}

.vacancies .page-title {
    text-align: center;
}

.value__top {
    padding-top: 33px;
    padding-bottom: 37px;
    background-color: #EFEFF4;
}

.value__top .page-title {
    margin-bottom: 34px;
    font-size: 24px;
    line-height: 31px;
}

.value__director_text {
    color: #3a3a3a;
    font-style: italic;
    font-size: 13px;
    line-height: 20px;
}

.value__bottom {
    padding-top: 30px;
}

.value__bottom .page-title {
    text-align: center;
    margin-bottom: 45px;
}

.corp-nav {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.corp-nav__link {
    color: #3a3a3a;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.corp-nav__link:hover, .corp-nav__link.is-active {
    color: #54413C;
}

.corp-nav__link:not(:last-child) {
    margin-right: 55px;
}

.history__top {
    padding-top: 25px;
    position: relative;
}

.history__top .page-title {
    text-align: center;
    margin-bottom: 25px;
}

.history__top:after {
    position: absolute;
    content: " ";
    top: 348px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #EFEFF4;
    /*background-image: url('../images/pattern-1.png');*/
    background-repeat: repeat;
    z-index: -1;
}

.history__bottom {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 40px;
}

.history__bottom .svg {
    font-size: 32px;
    fill: #54413C;
}

.history__bottom .page-title {
    font-size: 24px;
    line-height: 31px;
}

.history__image {
    height: 233px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.history__body {
    background-color: #ffffff;
    padding: 20px 31px;
}

.history__body .page-title-m {
    margin-bottom: 17px;
}

.history__date {
    color: #54413C;
    font-weight: 700;
    margin-right: 18px;
}

.history__list_item {
    color: #3a3a3a;
    font-size: 16px;
    line-height: 22px;
}

.history__bottom_ico {
    margin-bottom: 19px;
}

.form-block {
    padding-top: 29px;
    padding-bottom: 41px;
    background-color: #EFEFF4;
    /*background-image: url('../images/pattern-1.png');*/
    background-repeat: repeat;
}

.form-block .page-title {
    text-align: center;
    margin-bottom: 30px;
}

.form-block .button--gold {
    display: block;
    width: 100%;
}

.form-block__dots {
    text-align: center;
}

.form-block__dots img {
    height: 14px;
}

.career__top {
    margin-bottom: 48px;
}

.career__bottom {
    margin-bottom: 85px;
}

.career__title {
    font-family: "Pt Serif";
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    color: #3a3a3a;
    position: relative;
    top: 30px;
    z-index: 2;
}

.career__body {
    margin-left: -45px;
    margin-right: -45px;
    position: relative;
    z-index: 1;
}

.career__body img {
    width: 100%;
}

.career__block {
    position: absolute;
    top: -73px;
}

.career__block:nth-child(2) {
    left: 10px;
}

.career__block:nth-child(2) .career__item {
    margin-top: 264px;
    position: relative;
}

.career__block:nth-child(2) .career__item:after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 41px;
    height: 41px;
    border-radius: 41px;
    background-color: #4CD964;
    border: 4px solid #f3f3f3;
}

.career__block:nth-child(3) {
    left: 165px;
}

.career__block:nth-child(3) .career__item {
    margin-top: 230px;
}

.career__block:nth-child(4) {
    left: 323px;
}

.career__block:nth-child(4) .career__item {
    margin-top: 195px;
}

.career__block:nth-child(5) {
    left: 477px;
}

.career__block:nth-child(5) .career__item--1 {
    margin-top: 20px;
}

.career__block:nth-child(5) .career__item--2 {
    margin-top: -20px;
}

.career__block:nth-child(5) .career__item--3 {
    margin-top: -20px;
}

.career__block:nth-child(5) .career__item--4 {
    margin-top: 165px;
}

.career__block:nth-child(6) {
    left: 635px;
}

.career__block:nth-child(6) .career__item {
    margin-top: 130px;
}

.career__block:nth-child(7) {
    left: 790px;
}

.career__block:nth-child(7) .career__item {
    margin-top: 95px;
}

.career__item {
    width: 186px;
    height: 162px;
    /*background-color: #d8d8d8;
    border: 1px solid #979797;
    border-radius: 8px;*/
    text-align: center;
    padding-top: 12px;
    background-image: url("../images/svg/bg-career-gold.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.career__image {
    width: 71px;
    height: 71px;
    border-radius: 100px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 2px;
}

.career__image img {
    max-width: 100%;
}

.career__position {
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    text-align: center;
    margin-top: -15px;
}

.new {
    padding-top: 48px;
    padding-bottom: 48px;
}

.new .page-text {
    margin-bottom: 48px;
}

.new__link {
    text-align: center;
}

.new-top {
    background-color: #EFEFF4;
}

.new-top.new-top--nonbg {
    background-image: none;
}

.new-top.new-top--nonbg .new-top__close {
    top: 45px;
}

.new-top .container {
    padding-top: 51px;
    padding-bottom: 51px;
    position: relative;
}

.new-top__subtitle {
    color: #3A3A3A;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
}

.new-top__close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #DBC4A2;
}

.new-top__close svg {
    fill: #DBC4A2;
    font-size: 13px;
    margin-right: 14px;
    position: relative;
}

.new-gallery {
    padding-top: 54px;
    padding-bottom: 54px;
}

.new-gallery .page-text {
    margin-bottom: 50px;
}

.new-gallery__link {
    text-align: center;
}

.new-gallery__link:not(:last-child) {
    margin-bottom: 32px;
}

.new-gallery__link .page-link {
    font-size: 14px;
}

.new-gallery__link .button {
    max-width: 190px;
    width: 100%;
}

.new-gallery__body {
    margin-bottom: 60px;
}

.new-gallery__image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.new-gallery__image--min {
    height: 223px;
}

.new-gallery__image--max {
    height: 400px;
}

.new-gallery--two .new-gallery__image {
    height: 223px;
}

.new-vacancy .s--3 {
    float: right;
}

.new-vacancy .page-title-m {
    margin-bottom: 20px;
}

.new-vacancy .page-text {
    margin-bottom: 35px;
    line-height: 23px;
}

.new-vacancy .page-list:not(:last-child) {
    margin-bottom: 43px;
}

.new-vacancy__body {
    padding-top: 55px;
    padding-bottom: 45px;
}

.new-vacancy .new-vacancy-list {
    margin-top: -30px;
}

.new-vacancy-list {
    background-color: #940000;
    padding: 30px 20px 30px 59px;
    position: relative;
}

.new-vacancy-list:after {
    position: absolute;
    content: " ";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-image: url('../images/svg/pattern-2.svg');*/
    background-repeat: repeat;
    background-position: center;
    opacity: 0.4;
    z-index: 1;
}

.new-vacancy-list__item {
    color: #ffffff;
    font-family: "Pt Serif";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    z-index: 2;
    list-style-type: none;
}

.new-vacancy-list__item:not(:last-child) {
    padding-bottom: 20px;
}

.new-vacancy-list__item:after {
    position: absolute;
    content: " ";
    top: 8px;
    left: -33px;
    width: 8px;
    height: 8px;
    background-color: #DBC4A2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.new-person .page-title {
    margin-bottom: 18px;
}

.new-person__title {
    font-family: "Pt Serif";
    font-size: 36px;
    line-height: 47px;
    color: #3a3a3a;
    font-weight: 700;
    margin-bottom: 36px;
}

.new-person__block:before, .new-person__block:after {
    content: " ";
    display: table;
}

.new-person__block:after {
    clear: both;
}

.new-person__left {
    float: left;
    width: 184px;
    color: #DBC4A2;
}

.new-person__right {
    float: left;
    color: #3A3A3A;
}

.new-person__name {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}

.new-person__phone {
    margin-bottom: 7px;
}

.new-person__mail {
    font-size: 18px;
    line-height: 29px;
}

.state--rel {
    position: relative;
}

@media (min-width: 320px) {
    .xs--1 {
        width: 8.33333%;
    }

    .xs--2 {
        width: 16.66667%;
    }

    .xs--3 {
        width: 25%;
    }

    .xs--4 {
        width: 33.33333%;
    }

    .xs--5 {
        width: 41.66667%;
    }

    .xs--6 {
        width: 50%;
    }

    .xs--7 {
        width: 58.33333%;
    }

    .xs--8 {
        width: 66.66667%;
    }

    .xs--9 {
        width: 75%;
    }

    .xs--10 {
        width: 83.33333%;
    }

    .xs--11 {
        width: 91.66667%;
    }

    .xs--12 {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .modal-dialog {
        width: 684px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;;
    }

    .owl-theme .owl-nav.disabled + .owl-dots {

    }

    .owl-theme .owl-dots .owl-dot span {
        width: 5px;
        height: 5px;
        margin: 9px;
    }

    .owl-theme .owl-dots .owl-dot span:after {
        width: 8px;
        height: 8px;
    }

    .container {
        width: 970px;
    }

    .s--1 {
        width: 8.33333%;
    }

    .s--2 {
        width: 16.66667%;
    }

    .s--3 {
        width: 25%;
    }

    .s--4 {
        width: 33.33333%;
    }

    .s--5 {
        width: 41.66667%;
    }

    .s--6 {
        width: 50%;
    }

    .s--7 {
        width: 58.33333%;
    }

    .s--8 {
        width: 66.66667%;
    }

    .s--9 {
        width: 75%;
    }

    .s--10 {
        width: 83.33333%;
    }

    .s--11 {
        width: 91.66667%;
    }

    .s--12 {
        width: 100%;
    }

    .s-offset--0 {
        margin-left: 0%;
    }

    .s-offset--1 {
        margin-left: 8.33333%;
    }

    .s-offset--2 {
        margin-left: 16.66667%;
    }

    .s-offset--3 {
        margin-left: 25%;
    }

    .s-offset--4 {
        margin-left: 33.33333%;
    }

    .s-offset--5 {
        margin-left: 41.66667%;
    }

    .s-offset--6 {
        margin-left: 50%;
    }

    .s-offset--7 {
        margin-left: 58.33333%;
    }

    .s-offset--8 {
        margin-left: 66.66667%;
    }

    .s-offset--9 {
        margin-left: 75%;
    }

    .s-offset--10 {
        margin-left: 83.33333%;
    }

    .s-offset--11 {
        margin-left: 91.66667%;
    }

    .page-title {
        font-size: 32px;
        line-height: 57px;
    }

    .page-title-l {
        font-size: 24px;
    }

    .page-title-m, .menu__title {
        font-size: 20px;
    }

    .page-text, li.page-list-item, .maps__item, .menu-bottom__text {
        font-size: 13px;
        line-height: 20px;
    }

    .page-link {
        font-size: 18px;
        line-height: 25px;
    }

    .button, .footer__icon {
        font-size: 14px;
    }

    .form .svg-load {
        margin-left: 10px;
        font-size: 12px;
    }

    .form__input, .form__textarea, .form__select {
        height: 36px;
        padding: 15px 15px;
        font-size: 13.5px;
        line-height: 22px;
    }

    .form__inputgroup, .form__selectgroup {
        margin-bottom: 15px;
    }

    .form__textareagroup {
        margin-bottom: 10px;
    }

    .form__inputrow .form__inputgroup:first-child {
        width: 50%;
        float: left;
        padding-right: 12px;
    }

    .form__inputrow .form__inputgroup:last-child {
        width: 50%;
        float: right;
        padding-left: 12px;
    }

    .form__textarea {
        height: auto;
    }

    .form__checkbox label {
        padding: 0px 0px 0px 23px;
        font-size: 13px;
        line-height: 18px;
    }

    .form__checkbox label:before {
        width: 14px;
        height: 14px;
    }

    .form__file {
        width: 222px;
    }

    .form__file button {
        width: 222px;
    }

    .form__file input[type=file] {
        width: 222px;
        height: 60px;
    }

    .form__upload-info {
        font-size: 13px;
        line-height: 30px;
    }

    .page-iframe {
        height: 670px;
    }

    .header {
        padding-top: 38px;
    }

    .header .svg-logo {
        font-size: 46px;
    }

    .header__logo {
        padding-left: 5px;
    }

    .header__nav {
        top: 48px;
    }

    .header__list-item {
        padding: 0 20px;
    }

    .header__list-item:first-child {
        padding-left: 0;
    }

    .header__link {
        font-size: 14px;
        line-height: 29px;
    }

    .header__right {
        padding-top: 3px;
        padding-right: 5px;
    }

    .header__phone {
        font-family: "Pt Serif";
        font-weight: 700;
        font-size: 18px;
        line-height: 42px;
        color: #EFEFF4;
        background: #54413C;
        display: block;
        text-align: center;
        float: left;
        height: 42px;
        width: 165px;
        padding-top: 0;
        display: block;
    }

    .header__phone span {
        font-family: "Pt Serif";
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        display: block;
    }

    .footer {
        padding-top: 54px;
        padding-left: 0;
    }

    .footer .svg-logo {
        font-size: 46px;
    }

    .footer__top:before, .footer__top:after {
        content: " ";
        display: table;
    }

    .footer__top:after {
        clear: both;
    }

    .footer__top {
        border-bottom: 1px solid rgba(191, 35, 64, 0.5);
        padding-bottom: 10px;
    }

    .footer .page-title {
        float: right;
        text-align: left;
        margin-bottom: 0;
    }

    .footer__logo {
        float: left;
        text-align: left;
    }

    .footer__body {
        font-size: 13px;
    }

    .footer__body:before, .footer__body:after {
        content: " ";
        display: table;
    }

    .footer__body:after {
        clear: both;
    }

    .footer__body {
        padding-top: 30px;
        padding-bottom: 17px;
    }

    .footer__contact {
        float: left;
    }

    .footer__address {
        margin-bottom: 38px;
    }

    .footer__address span {
        display: inline;
    }

    .footer__number {
        margin-bottom: 3px;
    }

    .footer__number span {
        display: inline-block;
        width: 165px;
    }

    .footer__text span {
        display: inline;
    }

    .footer__email {
        padding-top: 4px;
    }

    .footer__media {
        float: right;
        max-width: 280px;
        width: 100%;
        padding-bottom: 0;
    }

    .footer__media span {
        max-width: none;
    }

    .footer .social {
        padding-top: 32px;
        padding-bottom: 0;
    }

    .footer .social__svg {
        width: 25px;
        height: 25px;
        margin: 0px 2px;
    }

    .footer__hash {
        padding-top: 3px;
    }

    .footer__hash li {
        display: inline;
        margin-right: 10px;
    }

    .footer__hash a {
        font-size: 13px;
    }

    .footer__nav {
        display: block;
        padding-left: 57px;
    }

    .footer__icons {
        text-align: right;
        padding-right: 10px;
        padding-top: 10px;
        margin-bottom: 60px;
    }

    .footer__icon {
        width: 32px;
        height: 32px;
    }

    .footer__icon:nth-child(2) {
        margin: 0 30px;
    }

    .footer__bottom {
        font-size: 10px;
        line-height: 14px;
        text-align: left;
        padding-top: 30px;
    }

    .footer__bottom:after {
        right: 10px;
    }

    .footer__copy {
        color: #B29E81;
        opacity: 1;
    }

    .footer__copy {
        padding-left: 8px;
        padding-right: 0;
        margin-top: 3px;
    }

    .footer__copy-text {
        text-align: center;
        margin-bottom: 0;
        margin-top: -5px;
        font-size: 10px;
    }

    .footer__dev {
        text-align: right;
        padding-right: 23px;
        margin-top: 3px;
    }

    .card.card--two .page-title-m {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .card.card--two .card__date {
        margin-bottom: 18px;
    }

    .card.card--two .page-text {
        font-size: 13px;
    }

    .card.card--two .card__button .button {
        margin-top: 20px;
        max-width: 176px;
        width: 100%;
    }

    .card.card--two .card__body {
        min-height: 207px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .card .page-title-m {
        font-size: 24px;
        margin-bottom: 28px;
    }

    .card__body {
        padding: 24px 28px 25px 28px;
    }

    .card__date {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 12px;
    }

    .cards.cards--two:after {
        background-color: #EFEFF4;
        /*background-image: url('../images/pattern-1.png');*/
        background-repeat: repeat;
        top: 312px;
    }

    .cards.cards--three:after {
        top: 253px;
    }

    .cards {
        background-size: 293px;
        background-image: url('../images/bg-house.png');
        background-repeat: no-repeat;
        background-position: bottom right;
        padding-top: 40px;
        padding-bottom: 22px;
    }

    .cards__body {
        margin-left: -11px;
        margin-right: -11px;
    }

    .cards__item {
        width: 33.3333333333%;
        padding-left: 11px;
        padding-right: 11px;
    }

    .cards .page-title {
        margin-bottom: 37px;
    }

    .cards:after {
        top: 380px;
    }

    .cards__link {
        text-align: right;
        padding-top: 0;
        padding-right: 5px;
        padding-top: 10px;
    }

    .cards__link a {
        font-size: 12px;
        line-height: 16px;
    }

    .hero {
        padding-bottom: 80px;
    }

    .hero .container {
        position: relative;
    }

    .hero .svg-wave {
        font-size: 43px;
    }

    .hero .header {
        margin-bottom: 60px;
    }

    .hero__title {
        font-size: 60px;
    }

    .hero__icon {
        display: block;
        margin-bottom: 5px;
    }

    .hero.is-large .header {
        margin-bottom: 365px;
    }

    .hero-nav {
        padding: 0;
        text-align: left;
    }

    .hero-nav__list {
        text-align: center;
    }

    .hero-nav__item {
        display: inline-block;
    }

    .hero-nav__item:not(:last-child) {
        padding-bottom: 0;
        padding-right: 30px;
    }

    .hero-nav__link {
        font-size: 14px;
        line-height: 50px;
        display: block;
    }

    .hero-nav__link:after {
        position: absolute;
        content: '';
        bottom: 0px;
        left: 50%;
        right: 50%;
        height: 9px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        background: #ffffff;
    }

    .hero-bottom {
        display: none;
    }

    .connect {
        padding-top: 48px;
        padding-bottom: 30px;
    }

    .connect .page-title {
        margin-bottom: 14px;
    }

    .connect .page-text {
        max-width: 520px;
        margin-bottom: 27px;
    }

    .connect .page-text span {
        display: block;
    }

    .connect .button {
        max-width: 276px;
        line-height: 40px;
    }

    .connect__link {
        padding-top: 22px;
    }

    .connect__link .page-link {
        font-size: 14px;
    }

    .modal.modal--4 .modal__header {
        padding-top: 10px;
    }

    .modal--4 .modal__body .page-link {
        font-size: 14px;
    }

    .modal--4 .modal-dialog {
        width: 680px;
    }

    .modal .modal-list {
        float: right;
        margin-right: -60px;
        margin-top: -30px;
        width: 334px;
    }

    .modal__close {
        right: 40px;
        top: 35px;
    }

    .modal__image {
        height: 387px;
    }

    .modal__header {
        padding: 29px 60px;
        background-size: 345px;
        background-image: url('../images/bg-house.png');
        background-repeat: no-repeat;
        background-position: bottom right;
    }

    .modal__subtitle {
        font-size: 13px;
        line-height: 18px;
    }

    .modal__body {
        padding: 30px 60px;
    }

    .modal__cost {
        font-size: 32px;
        line-height: 41px;
    }

    .modal-gallery__image:not(:last-child) {
        margin-bottom: 20px;
    }

    .modal-gallery {
        margin-left: -10px;
        margin-right: -10px;
    }

    .modal-gallery:before, .modal-gallery:after {
        content: " ";
        display: table;
    }

    .modal-gallery:after {
        clear: both;
    }

    .modal-gallery__item {
        width: 33.3333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .modal-gallery--two .modal-gallery__item {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .modal-gallery--two .modal-gallery__item {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .modal-gallery--two .modal-gallery__image {
        height: 182px;
    }

    .option {
        padding-top: 40px;
    }

    .option .page-title {
        margin-bottom: 35px;
    }

    .option.is-small .option-item {
        width: 33.333333333%;
    }

    .option.is-small .option-item:not(:nth-child(3n)) {
        padding-right: 15px;
    }

    .option .container {
        position: relative;
        background-color: transparent;
    }

    .option .container:after {
        position: absolute;
        content: '';
        top: 0;
        left: 30px;
        right: -9999px;
        height: 100%;
        background-color: #EFEFF4;
        z-index: 0;
    }

    .option__left {
        display: table-cell;
        width: 177px;
        padding-top: 40px;
        padding-right: 20px;
        text-transform: uppercase;
        vertical-align: top;
    }

    .option__link {
        font-size: 14px;
        line-height: 18px;
    }

    .option__right {
        display: table-cell;
        padding-bottom: 50px;
        padding-top: 55px;
        padding-left: 80px;
        padding-right: 0;
    }

    .option-item {
        font-size: 20px;
        line-height: 32px;
    }

    .option-item__body {
        line-height: 87px;
        padding: 0 67px 0 24px;
    }

    .option-item__date {
        font-size: 14px;
        line-height: 18px;
        max-width: 150px;
        display: inline-block;
        vertical-align: middle;
    }

    .option-item__date span {
        display: block;
    }

    .option-item__text {
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        display: inline-block;
        vertical-align: middle;
    }

    .option-item__button {
        right: 30px;
    }

    .pagination:before, .pagination:after {
        content: " ";
        display: table;
    }

    .pagination:after {
        clear: both;
    }

    .pagination__button .button {
        width: 162px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .pagination__button {
        float: right;
    }

    .contacts {
        padding-top: 35px;
    }

    .contacts .page-title {
        margin-bottom: 27px;
    }

    .contacts .page-text {
        text-align: center;
        max-width: 488px;
        margin-bottom: 20px;
    }

    .feedback {
        padding-bottom: 45px;
        padding-top: 55px;
    }

    .feedback.is-modal {
        padding-bottom: 205px;
        padding-top: 20px;
    }

    .feedback .form {
        max-width: 480px;
    }

    .maps__block {
        width: 495px;
        padding: 40px 50px;
    }

    .maps__item span {
        float: right;
    }

    .plan {
        padding-top: 40px;
    }

    .plan__item:nth-child(2n+1) .plan__image {
        float: right;
    }

    .plan__item:not(:last-child) {
        margin-bottom: 50px;
    }

    .plan__item {
        /*display: table;
      width: 100%; */
    }

    .plan__item:before, .plan__item:after {
        content: " ";
        display: table;
    }

    .plan__item:after {
        clear: both;
    }

    .plan__image {
        /*display: table-cell;
      width: 50%;
      vertical-align: middle; */
        float: left;
        width: 50%;
    }

    .plan__body {
        /*display: table-cell;
      width: 50%;
      vertical-align: middle; */
        float: left;
        width: 50%;
        text-align: center;
    }

    .plan .page-title {
        margin-bottom: 35px;
    }

    .plan .page-text {
        text-align: center;
        max-width: 345px;
        margin: 0 auto;
    }

    .about {
        padding-top: 38px;
    }

    .about .page-title {
        margin-bottom: 16px;
    }

    .about__title {
        font-size: 24px;
        line-height: 55px;
        text-align: left;
        margin-bottom: 9px;
    }

    .about__text {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 60px;
    }

    .about__description {
        display: block;
        margin-bottom: 60px;
    }

    .about__info {
        font-size: 13px;
        line-height: 1.2;
    }

    .about__media {
        margin-bottom: 60px;
    }

    .about__media img {
        max-width: 100%;
        width: 100%;
    }

    .about__media--mobile {
        display: none;
    }

    .about__block {
        padding-right: 0;
        font-size: 13px;
        line-height: 18px;
        position: relative;
        padding: 38px 0 50px 20px;
        margin-left: 20px;
    }

    .about__block--mobile {
        display: none;
    }

    .about__block img {
        margin-bottom: 29px;
        max-width: 220px;
    }

    .slider .svg-arrow-left, .slider .svg-arrow-right {
        font-size: 11px;
    }

    .slider--bg {
        margin-bottom: 0;
        background: none;
    }

    .slider .page-title {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .slider__image {
        height: 455px;
    }

    .slider__progressbar {
        top: auto;
        bottom: 10px;
    }

    .slider__body {
        position: absolute;
        width: 450px;
        bottom: 55px;
        right: 0;
    }

    .slider__item {
        height: 127px;
    }

    .slider__item .slider__title {
        display: none;
    }

    .slider__pagination {
        padding-top: 30px;
    }

    .slider__number {
        font-size: 14px;
        line-height: 32px;
        margin: 0 20px;
    }

    .slider__number span.from {
        font-size: 24px;
        line-height: 32px;
        top: 3px;
    }

    .slider__title {
        padding-top: 0;
        bottom: 0px;
        left: 0;
        position: absolute;
        text-align: left;
        font-size: 24px;
        bottom: 30px;
        left: 60px;
        right: 60px;
        color: #ffffff;
    }

    .slider__title--xs {
        display: none;
    }

    .slider__button {
        display: none;
    }

    .menu {
        padding-top: 40px;
        padding-left: 31px;
        padding-right: 25px;
    }

    .menu .svg-close {
        fill: #DBC4A2;
        font-size: 10px;
    }

    .menu__close {
        top: 5px;
        right: 23px;
    }

    .menu__close .button {
        width: 32px;
        height: 32px;
    }

    .menu__close .button:hover .svg-close {
        fill: #ffffff;
    }

    .menu__title {
        margin-bottom: 7px;
    }

    .menu__logo {
        text-align: center;
        margin-bottom: 53px;
        margin-left: -5px;
    }

    .menu__logo .svg {
        font-size: 46px;
    }

    .menu__body:before, .menu__body:after {
        content: " ";
        display: table;
    }

    .menu__body:after {
        clear: both;
    }

    .menu__body {
        padding-right: 8px;
        display: flex;
        justify-content: center;
    }

    .menu__item {
        width: 23.5%;
    }
/*
    .menu__item:last-child {
        width: 29.5%;
        margin-top: -20px;
        padding-left: 15px;
        padding-right: 0px;
    }
*/
    .menu__list {
        margin-bottom: 30px;
    }

    .menu__list_link {
        font-size: 13px;
        line-height: 32px;
    }

    .menu__list.is-small .menu__list_link {
        font-size: 13px;
        line-height: 32px;
    }

    .menu__phone {
        margin-bottom: 37px;
        float: left;
    }

    .menu__phone:first-child {
        margin-right: 46px;
    }

    .menu__phone_title {
        margin-bottom: 17px;
        font-size: 13px;
    }

    .menu__phone_num {

    }

    .menu__block {
        padding: 20px 34px 35px 34px;
    }

    .menu__block .menu__title {
        margin-bottom: 5px;
    }

    .menu__block .page-text {
        line-height: 30px;
        margin-bottom: 15px;
    }

    .menu__block_button .button:first-child {
        margin-bottom: 19px;
    }

    .menu__block_button .button {
        height: 32px;
        line-height: 28px;
    }

    .menu-bottom:before, .menu-bottom:after {
        content: " ";
        display: table;
    }

    .menu-bottom:after {
        clear: both;
    }

    .menu-bottom {
        padding-top: 18px;
    }

    .menu-bottom__text {
        float: left;
        max-width: 350px;
        width: 100%;
        line-height: 1.7;
    }

    .menu-bottom__item {
        float: left;
        width: 50%;
    }

    .menu-bottom__item:before, .menu-bottom__item:after {
        content: " ";
        display: table;
    }

    .menu-bottom__item:after {
        clear: both;
    }

    .menu-bottom__item:first-child {
        width: 47%;
    }

    .menu-bottom__item:last-child {
        width: 53%;
    }

    .menu-bottom__phone {
        float: left;
    }

    .menu-bottom__phone:first-child {
        margin-right: 46px;
    }

    .menu-bottom__phone_title {
        margin-bottom: 17px;
        font-size: 13px;
    }

    .menu-bottom__phone_num {

    }

    .menu-bottom__social {
        text-align: left;
        float: right;
        padding-top: 25px;
        padding-bottom: 0;
        padding-right: 5px;
    }

    .social {
        text-align: left;
    }

    .puzzle {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px;
    }

    .puzzle--container {
        padding-top: 30px;
    }

    .puzzle .page-title {
        margin-bottom: 33px;
    }

    .puzzle__block {
        margin-bottom: 0px;
    }

    .puzzle__body {
        max-width: 862px;
        padding-left: 5px;
    }

    .puzzle__line:not(:last-child) {
        padding-bottom: 20px;
    }

    .puzzle__line--1 .puzzle__item {
        width: 33.3333333333%;
    }

    .puzzle__line--2 .puzzle__item:first-child {
        width: 42%;
    }

    .puzzle__line--2 .puzzle__item:last-child {
        width: 58%;
    }

    .puzzle__line--3 .puzzle__item {
        width: 42%;
    }

    .puzzle__line--3 .puzzle__item:first-child {
        width: 58%;
    }

    .puzzle__line--3 .puzzle__item:nth-child(2) {
        padding-bottom: 20px;
    }

    .puzzle__line--3 .puzzle__item:first-child .puzzle__card {
        min-height: 472px;
    }

    .puzzle__button {
        display: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .puzzle-nav {
        right: calc(50% - 500px) !important;
    }

    .info {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .info__bg-image, .info:after {
        top: 60px;
        left: calc(50% + 11px);
        right: 0;
        bottom: 0px;
        height: auto;
    / / height: 434 px;
    }

    .info__block {
        min-height: none;
        padding-top: 0;
    / / min-height: 434 px;
        background-color: #ffffff;
    }

    .info__icon {
        display: block;
        margin-bottom: 20px;
    }

    .info__title {
        color: #3a3a3a;
        margin-bottom: 33px;
    }

    .info .button {
        min-width: 192px;
    }

    .info__text {
        font-size: 13px;
        line-height: 20px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }

    .info--1 .info__icon img {
        width: 348px;
    }

    .info--1 .info__text {
        max-width: 361px;

    }

    .info--2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .info--2:before {
        height: 434px;
        top: 30px;
        height: 500.8px;
    }

    .info--2:after {
        right: calc(50% - 81px);
        left: 0;
        top: 30px;
        height: 500.8px;
    }

    .info--2 .info__title {
        margin-bottom: 25px;
    }

    .info--2 .info__icon {
        margin-bottom: 25px;
    }

    .info--2 .info__icon img {
        width: 100px;
    }

    .info--2 .info__block {
        padding-top: 85px;
        padding-bottom: 30px;
    }

    .info--2 .info__block:before {
        bottom: -36px;
        height: 36px;
        left: 0px;
    }

    .info--2 .info__text {
        max-width: 260px;
    }

    .info--3 {
        background-color: #571F2A;
        background-image: url("../images/bg-info-3.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }

    .info--3 .info__icon {
        margin-bottom: 25px;
    }

    .info--3 .info__icon img {
        width: 60px;
    }

    .info--3 .info__text {
        max-width: 284px;
    }

    .info--3 .info__title {
        color: #EFEFF4;
        margin-bottom: 20px;
    }

    .dish:before, .dish:after {
        content: " ";
        display: table;
    }

    .dish:after {
        clear: both;
    }

    .dish__image {
        float: left;
        width: 49%;
        height: 570px;
    }

    .dish__block {
        float: left;
        width: 51%;
        height: 570px;
        padding-left: 48px;
        padding-top: 67px;
        /*100px */
    }

    .dish__body {
        max-width: 289px;
    }

    .dish__body .page-title {
        margin-bottom: 38px;
    }

    .dish__body .page-text {
        margin-bottom: 34px;
    }

    .dish__cost {
        font-size: 32px;
        line-height: 41px;
    }

    .dish__pagination {
        padding-top: 65px;
    }

    .dish__number {
        margin: 0 20px;
    }

    .dish__number span.from {
        top: 3px;
    }

    .dish__close {
        top: 0px;
        /*-33px */
        right: -142px;
    }

    .col:nth-child(n+4) .ico-block__item {
        margin-bottom: 64px;
    }

    .ico-block__ico {
        margin-bottom: 21px;
    }

    .ico-block__item {
        margin-bottom: 35px;
    }

    .ico-block__title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .ico-block .page-text {
        min-height: 140px;
        max-width: 230px;
        width: 100%;
        margin: 0 auto;
    }

    .vacancies.vacancies--top {
        padding-top: 58px;
        padding-bottom: 53px;
    }

    .vacancies.vacancies--advantages .page-text {
        margin-bottom: 73px;
    }

    .vacancies .page-title {
        margin-bottom: 25px;
    }

    .vacancies.vacancies--top .page-title {
        margin-bottom: 38px;
    }

    .vacancies.vacancies--advantages .ico-block__item {
        margin-bottom: 110px;
    }

    .value__top {
        padding-top: 63px;
        padding-bottom: 73px;
        background-size: 345px;
        background-image: url('../images/bg-house.png');
        background-repeat: no-repeat;
        background-position: bottom right;
    }

    .value__top .page-title {
        font-size: 32px;
        line-height: 41px;
        margin-bottom: 40px;
        max-width: 550px;
    }

    .value__director {
        width: 173px;
        margin: 0 auto;
        padding-top: 11px;
        position: relative;
        left: -15px;
    }

    .value__director_image {
        margin-bottom: 27px;
    }

    .value__director_image img {
        width: 100%;
        display: block;
    }

    .value__bottom {
        padding-top: 68px;
    }

    .value__bottom .page-title {
        margin-bottom: 55px;
    }

    .history__top {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .history__top .page-title {
        margin-bottom: 70px;
    }

    .history__top:after {
        top: 439px;
    }

    .history__bottom {
        padding-top: 42px;
        padding-bottom: 60px;
    }

    .history__bottom .svg {
        font-size: 42px;
    }

    .history__bottom .page-title {
        font-size: 32px;
        line-height: 41px;
        width: 100%;
        max-width: 570px;
        margin: 0 auto;
    }

    .history__image {
        height: 252px;
    }

    .history__body {
        min-height: 223px;
        padding: 21px 30px;
    }

    .history__date {
        margin-right: 30px;
    }

    .history__list_item {
        font-size: 13px;
        line-height: 20px;
    }

    .history__bottom_ico {
        margin-bottom: 20px;
    }

    .form-block {
        padding-top: 51px;
        padding-bottom: 39px;
    }

    .form-block .page-title {
        margin-bottom: 42px;
    }

    .form-block .form {
        margin-bottom: 40px;
    }

    .form-block .form__input {
        height: 43px;
    }

    .new__link .page-link {
        font-size: 14px;
    }

    .new-top {
        background-size: 345px;
        background-image: url('../images/bg-house.png');
        background-repeat: no-repeat;
        background-position: bottom right;
    }

    .new-top.new-top--nonbg .container {
        background-size: 345px;
        background-image: url('../images/bg-house.png');
        background-repeat: no-repeat;
        background-position: calc(50% + 100px) bottom;
    }

    .new-top.new-top--nonbg .new-top__close {
        right: 290px;
        top: 52px;
    }

    .new-top__subtitle {
        font-size: 13px;
        line-height: 13px;
    }

    .new-top__close {
        top: 48px;
        right: 16px;
    }

    .new-top__close svg {
        margin-right: 13px;
        top: 2px;
    }

    .new-gallery__image:not(:last-child) {
        margin-bottom: 20px;
    }

    .new-gallery__body {
        margin-left: -10px;
        margin-right: -10px;
    }

    .new-gallery__body:before, .new-gallery__body:after {
        content: " ";
        display: table;
    }

    .new-gallery__body:after {
        clear: both;
    }

    .new-gallery__item {
        width: 33.3333333333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .new-gallery--two .new-gallery__item {
        width: 33.3333333333%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .new-gallery--two .new-gallery__item:not(:nth-last-child(-n+2)) {
        margin-bottom: 20px;
    }

    .new-gallery--two .new-gallery__image {
        height: 223px;
    }

    .new-vacancy .page-title-m {
        font-size: 32px;
        line-height: 41px;
        margin-bottom: 15px;
    }

    .new-vacancy .new-vacancy-list {
        margin-top: -115px;
    }

    .new-vacancy iframe {
        height: 575px;
    }

    .new-vacancy__feedback .feedback {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .new-person {
        padding: 54px 0 55px 0px;
    }

    .new-person__title {
        font-size: 32px;
        line-height: 41px;
        margin-bottom: 24px;
    }

    .new-person__left {
        width: 130px;
        font-size: 14px;
        margin-right: 19px;
    }

    .new-person__name {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 14px;
    }

    .new-person__phone {
        font-size: 14px;
        line-height: 19px;
    }

    .new-person__mail {
        font-size: 14px;
        line-height: 19px;
    }
}

@media (min-width: 1280px) {
    .new--1 {
        width: 8.33333%;
    }

    .new--2 {
        width: 16.66667%;
    }

    .new--3 {
        width: 25%;
    }

    .new--4 {
        width: 33.33333%;
    }

    .new--5 {
        width: 41.66667%;
    }

    .new--6 {
        width: 50%;
    }

    .new--7 {
        width: 58.33333%;
    }

    .new--8 {
        width: 66.66667%;
    }

    .new--9 {
        width: 75%;
    }

    .new--10 {
        width: 83.33333%;
    }

    .new--11 {
        width: 91.66667%;
    }

    .new--12 {
        width: 100%;
    }

    .new-offset--0 {
        margin-left: 0%;
    }

    .new-offset--1 {
        margin-left: 8.33333%;
    }

    .new-offset--2 {
        margin-left: 16.66667%;
    }

    .new-offset--3 {
        margin-left: 25%;
    }

    .new-offset--4 {
        margin-left: 33.33333%;
    }

    .new-offset--5 {
        margin-left: 41.66667%;
    }

    .new-offset--6 {
        margin-left: 50%;
    }

    .new-offset--7 {
        margin-left: 58.33333%;
    }

    .new-offset--8 {
        margin-left: 66.66667%;
    }

    .new-offset--9 {
        margin-left: 75%;
    }

    .new-offset--10 {
        margin-left: 83.33333%;
    }

    .new-offset--11 {
        margin-left: 91.66667%;
    }

    .new-top.new-top--nonbg .new-top__close {
        right: 285px;
    }

    .new-top .container {
        padding-top: 53px;
    }

    .new-top__subtitle {
        margin-bottom: 2px;
        line-height: 1;
    }

    .new-vacancy .new-vacancy-list {
        margin-top: -105px;
    }

    .new-person {
        padding: 48px 0 55px 0px;
    }

    .new-person__name {
        margin-bottom: 10px;
    }

    .new-person__phone {
        margin-bottom: 10px;
    }
}

@media (min-width: 1600px) {
    .modal-dialog {
        width: 954px;
        margin: 30px auto;
    }

    .modal-lg {
        width: 900px;
    }

    .owl-theme .owl-nav.disabled + .owl-dots {
        top: 35px;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 7px;
        height: 7px;
        margin: 14px;
    }

    .owl-theme .owl-dots .owl-dot span:after {
        width: 10px;
        height: 10px;
    }

    .container {
        width: 1470px;
    }

    .m--1 {
        width: 8.33333%;
    }

    .m--2 {
        width: 16.66667%;
    }

    .m--3 {
        width: 25%;
    }

    .m--4 {
        width: 33.33333%;
    }

    .m--5 {
        width: 41.66667%;
    }

    .m--6 {
        width: 50%;
    }

    .m--7 {
        width: 58.33333%;
    }

    .m--8 {
        width: 66.66667%;
    }

    .m--9 {
        width: 75%;
    }

    .m--10 {
        width: 83.33333%;
    }

    .m--11 {
        width: 91.66667%;
    }

    .m--12 {
        width: 100%;
    }

    .m-offset--0 {
        margin-left: 0%;
    }

    .m-offset--1 {
        margin-left: 8.33333%;
    }

    .m-offset--2 {
        margin-left: 16.66667%;
    }

    .m-offset--3 {
        margin-left: 25%;
    }

    .m-offset--4 {
        margin-left: 33.33333%;
    }

    .m-offset--5 {
        margin-left: 41.66667%;
    }

    .m-offset--6 {
        margin-left: 50%;
    }

    .m-offset--7 {
        margin-left: 58.33333%;
    }

    .m-offset--8 {
        margin-left: 66.66667%;
    }

    .m-offset--9 {
        margin-left: 75%;
    }

    .m-offset--10 {
        margin-left: 83.33333%;
    }

    .m-offset--11 {
        margin-left: 91.66667%;
    }

    .page-title {
        font-size: 48px;
    }

    .page-title-l {
        font-size: 36px;
        line-height: 47px;
    }

    .page-title-m, .menu__title {
        font-size: 32px;
        line-height: 40px;
    }

    .page-text, li.page-list-item, .maps__item, .menu-bottom__text {
        font-size: 18px;
        line-height: 29px;
    }

    .button, .footer__icon {
        font-size: 20px;
        line-height: 56px;
        height: 60px;
    }

    .form .svg-load {
        margin-left: 40px;
        font-size: 20px;
    }

    .form__input, .form__textarea, .form__select {
        height: 60px;
        padding: 12px 21px;
        font-size: 18px;
        line-height: 25px;
    }

    .form__inputgroup, .form__selectgroup {
        margin-bottom: 24px;
    }

    .form__textareagroup {
        margin-bottom: 20px;
    }

    .form__textarea {
        height: auto;
    }

    .form__checkbox label {
        padding: 0px 0px 0px 35px;
        font-size: 14px;
        line-height: 24px;
    }

    .form__checkbox label:before {
        width: 22px;
        height: 22px;
    }

    .form__upload-info {
        font-size: 14px;
        line-height: 60px;
    }

    .page-iframe {
        height: 900px;
    }

    .header {
        padding-top: 65px;
    }

    .header .svg-logo {
        font-size: 71px;
    }

    .header .svg-burger {
        font-size: 20px;
    }

    .header__nav {
        top: 86px;
    }

    .header__list-item {
        padding: 0 14px;
    }

    .header__link {
        font-size: 18px;
        line-height: 29px;
    }

    .header__right {
        padding-top: 3px;
    }

    .header__phone {
        font-family: "Pt Serif";
        font-weight: 700;
        font-size: 24px;
        line-height: 65px;
        width: 249px;
        height: 65px;
        padding-top: 0;
    }

    .header__phone span {
        font-size: 24px;
        line-height: 32px;
    }

    .header__burger {
        width: 65px;
        height: 65px;
    }

    .footer {
        padding-top: 84px;
    }

    .footer .s--10 {
        padding-right: 112px;
    }

    .footer .svg-logo {
        font-size: 71px;
    }

    .footer__top {
        padding-bottom: 20px;
    }

    .footer .page-title {
        padding-top: 20px;
    }

    .footer__body {
        padding-top: 38px;
        padding-bottom: 30px;
        font-size: 18px;
    }

    .footer__address {
        margin-bottom: 50px;
        font-size: 30px;
        padding-top: 5px;
    }

    .footer__phones {
        margin-bottom: 40px;
    }

    .footer__number {
        margin-bottom: 10px;
    }

    .footer__number span {
        font-size: 18px;
        width: 225px;
    }

    .footer__number a {
        font-size: 30px;
    }

    .footer__email {
        margin-top: 14px;
        padding-top: 0;
    }

    .footer__media {
        max-width: 390px;
    }

    .footer .social {
        padding-top: 59px;
        padding-bottom: 0;
    }

    .footer .social__svg {
        width: 35px;
        height: 35px;
    }

    .footer__hash {
        padding-top: 10px;
    }

    .footer__hash a {
        font-size: 18px;
    }

    .footer__nav {
        padding-left: 130px;
    }

    .footer__icons {
        padding-top: 20px;
        margin-bottom: 70px;
    }

    .footer__icon {
        width: 50px;
        height: 50px;
    }

    .footer__icon:nth-child(2) {
        margin: 0 26px;
    }

    .footer__bottom {
        font-size: 14px;
        line-height: 19px;
        text-align: left;
        padding-top: 30px;
    }

    .footer__bottom:after {
        right: 0px;
    }

    .footer__copy {
        opacity: 1;
        margin-top: 0;
    }

    .footer__copy-text {
        font-size: 12px;
        margin-top: 0;
    }

    .footer__dev {
        padding-right: 0;
        margin-top: 0px;
    }

    .card.card--two .page-title-m {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .card.card--two .card__image {
        height: 355px;
    }

    .card.card--two .card__date {
        margin-bottom: 22px;
    }

    .card.card--two .page-text {
        font-size: 18px;
        line-height: 29px;
    }

    .card.card--two .card__button .button {
        max-width: 270px;
    }

    .card.card--two .card__body {
        min-height: 291px;
        padding-left: 45px;
        padding-right: 45px;
        padding-top: 30px;
    }

    .card .page-title-m {
        font-size: 32px;
        margin-bottom: 18px;
    }

    .card__body {
        padding: 35px 41px;
    }

    .card__date {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .cards.cards--two:after {
        top: 477px;
    }

    .cards.cards--three:after {
        top: 390px;
    }

    .cards.cards--two .cards__item:last-child .card__body {
        min-height: 271px;
        position: relative;
        z-index: 2;
    }

    .cards.cards--two .cards__item:last-child .card__body:after {
        position: absolute;
        content: " ";
        bottom: -10px;
        left: 10px;
        right: 10px;
        height: 10px;
        background-color: #FAFAFA;
        z-index: 1;
    }

    .cards.cards--two .cards__item:last-child .card__body:before {
        position: absolute;
        content: " ";
        bottom: -20px;
        left: 20px;
        right: 20px;
        height: 10px;
        background-color: #FAFAFA;
        z-index: 1;
    }

    .cards {
        background-size: 482px;
        padding-top: 70px;
        padding-bottom: 32px;
    }

    .cards .page-title {
        margin-bottom: 70px;
    }

    .cards:after {
        top: 594px;
    }

    .cards__link {
        padding-right: 0;
        padding-top: 15px;
    }

    .cards__link a {
        font-size: 18px;
        line-height: 25px;
    }

    .hero {
        padding-bottom: 75px;
    }

    .hero .svg-wave {
        font-size: 70px;
    }

    .hero .header {
        margin-bottom: 85px;
    }

    .hero__title {
        font-size: 90px;
    }

    .hero__icon {
        margin-bottom: 20px;
    }

    .hero.is-large .header {
        margin-bottom: 405px;
    }

    .hero-nav__item:not(:last-child) {
        padding-right: 50px;
    }

    .hero-nav__link {
        font-size: 20px;
        line-height: 80px;
    }

    .hero-nav__link:after {
        height: 14px;
    }

    .connect {
        padding-top: 75px;
        padding-bottom: 85px;
    }

    .connect .page-title {
        margin-bottom: 30px;
    }

    .connect .page-text {
        max-width: 690px;
        margin-bottom: 30px;
    }

    .connect .page-text span {
        display: inline;
    }

    .connect .button {
        font-size: 30px;
        max-width: 390px;
        height: 60px;
        line-height: 56px;
    }

    .connect__link {
        padding-top: 35px;
    }

    .connect__link .page-link {
        font-size: 18px;
    }

    .modal.modal--4 .modal__header .page-title {
        margin-bottom: 30px;
    }

    .modal.modal--4 .modal__header {
        padding-top: 30px;
    }

    .modal--4 .modal__body {
        padding-top: 30px;
    }

    .modal--4 .modal__body .page-link {
        font-size: 18px;
    }

    .modal--4 .modal-dialog {
        width: 956px;
    }

    .modal__image {
        height: 540px;
    }

    .modal__header {
        padding: 46px 82px;
    }

    .modal__subtitle {
        font-size: 18px;
        line-height: 25px;
    }

    .modal__body {
        padding: 46px 82px;
    }

    .modal__link .button {
        font-size: 20px;
    }

    .modal__cost {
        font-size: 48px;
        line-height: 62px;
        margin-bottom: 28px;
    }

    .modal-gallery--two .modal-gallery__image {
        height: 255px;
    }

    .modal-person .page-title {
        margin-bottom: 40px;
    }

    .option {
        padding-top: 70px;
    }

    .option .page-title {
        margin-bottom: 76px;
    }

    .option__left {
        width: 245px;
        padding-top: 85px;
        text-transform: none;
    }

    .option__item:not(:last-child) {
        margin-bottom: 53px;
    }

    .option__link {
        font-size: 24px;
        line-height: 32px;
    }

    .option__right {
        padding-top: 90px;
        padding-left: 122px;
        padding-bottom: 82px;
    }

    .option-item__body {
        line-height: 144px;
        padding: 0 100px 0 36px;
    }

    .option-item__date {
        font-size: 24px;
        line-height: 31px;
        max-width: 206px;
        margin-top: -10px;
    }

    .option-item__text {
        font-size: 20px;
        line-height: 32px;
    }

    .option-item__button .svg-plus {
        font-size: 64px;
    }

    .option-item__button {
        width: 64px;
        height: 64px;
        right: 38px;
    }

    .pagination {
        padding: 60px 0;
    }

    .pagination__link {
        font-size: 20px;
        line-height: 27px;
    }

    .pagination__button .button {
        width: 222px;
        margin-right: 0;
        margin-top: 0;
        height: 60px;
        line-height: 60px;
    }

    .contacts {
        padding-top: 70px;
    }

    .contacts .page-title {
        margin-bottom: 65px;
    }

    .contacts .page-text {
        margin-bottom: 80px;
    }

    .feedback {
        padding-top: 88px;
        padding-bottom: 79px;
    }

    .feedback.is-modal {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .feedback .form {
        max-width: 788px;
    }

    .feedback__buttons {
        margin-bottom: 25px;
    }

    .feedback__button .button {
        width: 222px;
    }

    .maps .page-text {
        margin-bottom: 49px;
    }

    .maps__title {
        margin-bottom: 16px;
    }

    .plan {
        padding-top: 70px;
    }

    .plan__item:not(:last-child) {
        margin-bottom: 90px;
    }

    .plan .page-title {
        margin-bottom: 60px;
    }

    .plan .page-title-l {
        font-size: 48px;
    }

    .plan .page-text {
        max-width: 463px;
    }

    .about {
        padding-top: 70px;
    }

    .about .page-title {
        margin-bottom: 65px;
    }

    .about__title {
        font-size: 36px;
        line-height: 55px;
    }

    .about__text {
        font-size: 18px;
        line-height: 34px;
        margin-bottom: 60px;
    }

    .about__description img {
        max-height: none;
    }

    .about__num--place {
        display: block;
        margin: 0 auto;
    }

    .about__num--times {
        display: block;
        margin: 0 auto;
    }

    .about__num--awards {
        display: block;
        margin: 0 auto;
    }

    .about__info {
        font-size: 18px;
        line-height: 27px;
    }

    .about__block {
        margin-bottom: 71px;
        padding: 64px 0 50px 37px;
        margin-left: 37px;
        font-size: 18px;
        line-height: 27px;
    }

    .about__block img {
        margin-bottom: 20px;
        max-width: none;
    }

    .slider {
        padding-bottom: 125px;
        padding-left: 0;
        padding-right: 0;
    }

    .slider .svg-arrow-left, .slider .svg-arrow-right {
        font-size: 16px;
    }

    .slider .page-title {
        padding-top: 70px;
    }

    .slider__image {
        height: 752px;
    }

    .slider__body {
        bottom: 130px;
        width: 745px;
    }

    .slider__item {
        height: 196px;
    }

    .slider__pagination {
        padding-top: 50px;
    }

    .slider__number {
        margin: 0 40px;
        font-size: 24px;
        line-height: 32px;
    }

    .slider__number span.from {
        font-size: 36px;
        line-height: 48px;
        top: 5px;
    }

    .slider__title {
        font-size: 48px;
        bottom: 65px;
        left: 93px;
    }

    .menu {
        padding-top: 83px;
    }

    .menu .svg-close {
        font-size: 21px;
    }

    .menu__close {
        top: -15px;
        right: 20px;
    }

    .menu__close .button {
        width: 65px;
        height: 65px;
    }

    .menu__title {
        font-size: 28px;
        margin-bottom: 22px;
    }

    .menu__logo {
        margin-bottom: 115px;
        margin-left: 0;
    }

    .menu__logo .svg {
        font-size: 71px;
    }

    .menu__item {
        width: 21%;
    }

    .menu__item:nth-child(2) {
        width: 17.5%;
    }
/*
    .menu__item:last-child {
        width: 40.5%;
        margin-top: -32px;
        padding-left: 25px;
        padding-right: 0px;
    }
*/
    .menu__list_item {
        margin-bottom: 10px;
    }

    .menu__list_link {
        font-size: 16px;
        line-height: 38px;
    }

    .menu__list.is-small .menu__list_link {
        font-size: 16px;
        line-height: 38px;
    }

    .menu__phone_num {
        font-size: 26px;
    }

    .menu__block {
        padding: 30px 43px 45px 43px;
    }

    .menu__block .menu__title {
        margin-bottom: 29px;
    }

    .menu__block .page-text li {
        margin-bottom: 18px;
    }

    .menu__block_button:before, .menu__block_button:after {
        content: " ";
        display: table;
    }

    .menu__block_button:after {
        clear: both;
    }

    .menu__block_button {
        padding-top: 40px;
    }

    .menu__block_button .button:first-child {
        margin-bottom: 0px;
        float: left;
    }

    .menu__block_button .button {
        height: 45px;
        line-height: 41px;
        width: 219px;
        float: right;
    }

    .menu-bottom {
        padding-top: 47px;
        padding-bottom: 35px;
    }

    .menu-bottom__text {
        max-width: 480px;
        font-size: 16px;
        padding-left: 18px;
        margin-top: -4px;
        line-height: 1.9;
    }

    .menu-bottom__phone {
        margin-bottom: 0;
    }

    .menu-bottom__phone:first-child {
        margin-right: 70px;
    }

    .menu-bottom__phone_title {
        margin-bottom: 31px;
        font-size: 16px;
    }

    .menu-bottom__phone_num {
        font-size: 26px;
    }

    .menu-bottom__social {
        padding-top: 20px;
    }

    .social__svg {
        margin: 0 5px;
    }

    .puzzle {
        padding-top: 40px;
    }

    .puzzle--container {

    }

    .puzzle .page-title {
        margin-bottom: 75px;
    }

    .puzzle__body {
        max-width: 1348px;
    }

    .puzzle__line--3 .puzzle__item:first-child .puzzle__card {
        min-height: 730px;
    }

    .puzzle__card {
        min-height: 355px;
    }

    .puzzle__text {
        font-weight: 400;
        font-size: 24px;
        line-height: 29px;
        padding-bottom: 19px;
        padding-left: 30px;
    }

    .puzzle__name {
        font-size: 24px;
        line-height: 31px;
    }

    .puzzle__description {
        height: 150px;
        font-size: 18px;
        line-height: 26px;
    }

    .puzzle__price {
        width: 150px;
        font-size: 24px;
        line-height: 31px;
    }

    .puzzle__card:hover .puzzle__name {
        height: 58px;
        margin-bottom: 36px;
    }

    .puzzle__card:hover .puzzle__price {
        bottom: -40px;
        left: 30px;
    }

    .puzzle-nav {
        top: 200px;
        right: calc(50% - 750px) !important;
    }

    .puzzle-nav .svg {
        margin-bottom: 0;
    }

    .puzzle-nav .svg-menu-1 {
        font-size: 35px;
    }

    .puzzle-nav .svg-menu-2 {
        font-size: 39px;
    }

    .puzzle-nav .svg-menu-3 {
        font-size: 44px;
    }

    .puzzle-nav .svg-menu-4 {
        font-size: 48px;
    }

    .puzzle-nav .svg-menu-5 {
        font-size: 43px;
    }

    .puzzle-nav .svg-menu-6 {
        font-size: 41px;
    }

    .puzzle-nav .svg-menu-7 {
        font-size: 44px;
    }
  .puzzle-nav .svg-menu-8 {
        font-size: 44px;
    }
.puzzle-nav .svg-menu-9 {
        font-size: 44px;
    }

    .puzzle-nav__item {
        margin-bottom: 25px;
    }

    .puzzle-nav__link {
        font-size: 18px;
        line-height: 21px;
    }

    .info {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .info__bg-image, .info:after {
    / / height: 609 px;
        top: 90px;
        bottom: 35px;
    }

    .info__block {
    / / min-height: 609 px;
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .info__icon {
        margin-bottom: 35px;
    }

    .info__title {
        font-size: 48px;
        margin-bottom: 48px;
    }

    .info .button {
        min-width: 270px;
        font-size: 20px;
    }

    .info__text {
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 30px;
    }

    .info__dots {
        padding-top: 50px;
    }

    .info--1 .info__icon img {
        width: 391px;
    }

    .info--1 .info__text {
        max-width: 463px;
    }

    .info--2 {
        padding-bottom: 0;
        padding-top: 0;
    }

    .info--2:before {
        top: 35px;
        height: 644px;
    }

    .info--2:after {
        right: calc(50% - 122px);
        height: 644px;
        top: 35px;
    }

    .info--2 .info__icon img {
        width: 164px;
    }

    .info--2 .info__block {
        padding-bottom: 0px;
    }

    .info--2 .info__block:before {
        bottom: -50px;
        height: 50px;
        left: -10px;
    }

    .info--3 {
        background-position: -100px;
    }

    .info--3 .info__icon img {
        width: 99px;
    }

    .info--3 .info__text {
        max-width: 399px;
    }

    .dish {
        padding-top: 50px;
        padding-top: 0;
    }

    .dish__image {
        height: 802px;
        width: 50%;
    }

    .dish__block {
        height: 802px;
        padding-left: 61px;
        padding-top: 90px;
        /*146px */
        width: 50%;
    }

    .dish__body {
        max-width: 542px;
    }

    .dish__body .page-title {
        margin-bottom: 64px;
    }

    .dish__body .page-text {
        margin-bottom: 72px;
    }

    .dish__cost {
        font-size: 48px;
        line-height: 62px;
    }

    .dish__pagination {
        padding-top: 80px;
    }

    .dish__number {
        margin: 0 40px;
        font-size: 24px;
        line-height: 32px;
    }

    .dish__number span.from {
        font-size: 36px;
        line-height: 48px;
        top: 5px;
    }

    .dish__close .svg {
        font-size: 22px;
    }

    .dish__close {
        top: 0px;
        /*-55px */
        right: -115px;
    }

    .col:nth-child(n+4) .ico-block__item {
        margin-bottom: 116px;
    }

    .ico-block__ico {
        margin-bottom: 31px;
    }

    .ico-block img {
        height: 115px;
    }

    .ico-block__item {
        margin-bottom: 67px;
    }

    .ico-block__title {
        font-size: 24px;
        line-height: 34px;
    }

    .ico-block .page-text {
        min-height: 190px;
        max-width: none;
        width: auto;
    }

    .vacancies.vacancies--top {
        padding-top: 119px;
        padding-bottom: 45px;
    }

    .vacancies.vacancies--advantages .page-text {
        margin-bottom: 95px;
    }

    .vacancies .page-title {
        margin-bottom: 35px;
    }

    .vacancies.vacancies--top .page-title {
        margin-bottom: 28px;
    }

    .vacancies.vacancies--advantages .ico-block__item {
        margin-bottom: 150px;
    }

    .vacancies.vacancies--advantages .ico-block__title {
        font-size: 20px;
    }

    .vacancies.vacancies--advantages .ico-block__ico {
        margin-bottom: 25px;
    }

    .value__top {
        padding-top: 111px;
        padding-bottom: 125px;
    }

    .value__top .page-title {
        font-size: 48px;
        line-height: 62px;
        margin-bottom: 50px;
        max-width: none;
    }

    .value__director {
        width: 274px;
        padding-top: 16px;
        padding-left: 30px;
        left: 0;
    }

    .value__director_image {
        margin-bottom: 38px;
    }

    .value__director_text {
        font-size: 18px;
        line-height: 25px;
    }

    .value__bottom {
        padding-top: 70px;
    }

    .value__bottom .page-title {
        margin-bottom: 82px;
    }

    .corp-nav {
        padding-top: 61px;
        padding-bottom: 57px;
    }

    .corp-nav__link {
        font-size: 20px;
        line-height: 27px;
    }

    .corp-nav__link:not(:last-child) {
        margin-right: 75px;
    }

    .history__top {
        padding-top: 73px;
        padding-bottom: 82px;
    }

    .history__top .page-title {
        margin-bottom: 70px;
    }

    .history__top:after {
        top: 560px;
    }

    .history__bottom {
        padding-top: 93px;
        padding-bottom: 136px;
    }

    .history__bottom .svg {
        font-size: 70px;
    }

    .history__bottom .page-title {
        font-size: 48px;
        line-height: 62px;
        max-width: none;
    }

    .history__image {
        height: 360px;
    }

    .history__body {
        min-height: 314px;
        padding: 27px 42px;
    }

    .history__body .page-title-m {
        margin-bottom: 22px;
    }

    .history__date {
        margin-right: 45px;
    }

    .history__list_item {
        font-size: 18px;
        line-height: 29px;
    }

    .history__bottom_ico {
        margin-bottom: 15px;
    }

    .form-block {
        padding-top: 73px;
        padding-bottom: 55px;
    }

    .form-block .page-title {
        margin-bottom: 59px;
    }

    .form-block .form {
        margin-bottom: 56px;
    }

    .form-block .form__input {
        height: 60px;
    }

    .form-block__dots img {
        height: 18px;
    }

    .career__top {
        margin-bottom: 70px;
    }

    .career__title {
        font-size: 90px;
        top: 40px;
        left: 40px;
    }

    .career__body {
        margin-left: 0;
        margin-right: 0;
    }

    .career__block:nth-child(2) {
        left: 12px;
    }

    .career__block:nth-child(2) .career__item {
        margin-top: 334px;
    }

    .career__block:nth-child(2) .career__item:after {
        bottom: 25px;
        width: 58px;
        height: 58px;
        border-radius: 58px;
    }

    .career__block:nth-child(3) {
        left: 230px;
    }

    .career__block:nth-child(3) .career__item {
        margin-top: 290px;
    }

    .career__block:nth-child(4) {
        left: 453px;
    }

    .career__block:nth-child(4) .career__item {
        margin-top: 240px;
    }

    .career__block:nth-child(5) {
        left: 669px;
    }

    .career__block:nth-child(5) .career__item--1 {
        margin-top: -10px;
    }

    .career__block:nth-child(5) .career__item--2 {
        margin-top: -50px;
    }

    .career__block:nth-child(5) .career__item--3 {
        margin-top: -50px;
    }

    .career__block:nth-child(5) .career__item--4 {
        margin-top: 195px;
    }

    .career__block:nth-child(6) {
        left: 890px;
    }

    .career__block:nth-child(6) .career__item {
        margin-top: 145px;
    }

    .career__block:nth-child(7) {
        left: 1110px;
    }

    .career__block:nth-child(7) .career__item {
        margin-top: 95px;
    }

    .career__item {
        width: 265px;
        height: 250px;
    }

    .career__image {
        width: 100px;
        height: 100px;
    }

    .career__position {
        font-size: 18px;
        line-height: 25px;
    }

    .new {
        padding-top: 148px;
        padding-bottom: 111px;
    }

    .new__link .page-link {
        font-size: 18px;
    }

    .new-top.new-top--nonbg .container {
        background-position: calc(50% + 300px) bottom;
    }

    .new-top.new-top--nonbg .new-top__close {
        right: 485px;
        top: 80px;
    }

    .new-top .container {
        padding-top: 77px;
        padding-bottom: 79px;
    }

    .new-top__subtitle {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 3px;
    }

    .new-top__close {
        font-size: 18px;
        top: 76px;
        right: 18px;
    }

    .new-top__close svg {
        font-size: 21px;
        top: 4px;
    }

    .new-gallery .page-text {
        margin-bottom: 84px;
    }

    .new-gallery__link:not(:last-child) {
        margin-bottom: 50px;
    }

    .new-gallery__link .page-link {
        font-size: 18px;
    }

    .new-gallery__link .button {
        font-size: 20px;
        max-width: 270px;
    }

    .new-gallery {
        padding-top: 84px;
        padding-top: 84px;
    }

    .new-gallery--two .new-gallery__image {
        height: 346px;
    }

    .new-gallery__image--min {
        height: 350px;
    }

    .new-gallery__image--max {
        height: 624px;
    }

    .new-vacancy .page-title-m {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .new-vacancy .page-text {
        margin-bottom: 35px;
    }

    .new-vacancy .page-list:not(:last-child) {
        margin-bottom: 40px;
    }

    .new-vacancy .page-list {
        margin-left: 15px;
    }

    .new-vacancy__body {
        padding-top: 80px;
        padding-bottom: 75px;
    }

    .new-vacancy .new-vacancy-list {
        margin-top: -163px;
    }

    .new-vacancy iframe {
        height: 820px;
    }

    .new-vacancy__feedback .feedback {
        padding-top: 45px;
        padding-bottom: 40px;
    }

    .new-vacancy-list {
        padding-left: 83px;
        padding-top: 33px;
        padding-bottom: 45px;
        padding-right: 40px;
    }

    .new-vacancy-list__item {
        font-size: 21px;
        line-height: 30px;
    }

    .new-vacancy-list__item:not(:last-child) {
        padding-bottom: 30px;
    }

    .new-vacancy-list__item:after {
        left: -60px;
        width: 14px;
        height: 14px;
        left: -50px;
    }

    .new-person {
        padding: 82px 0 80px 5px;
    }

    .new-person .page-title {
        margin-bottom: 40px;
    }

    .new-person__title {
        font-size: 36px;
        line-height: 47px;
        margin-bottom: 36px;
    }

    .new-person__left {
        width: 184px;
        font-size: 20px;
        margin-right: 33px;
    }

    .new-person__name {
        margin-bottom: 37px;
        font-size: 20px;
        line-height: 20px;
    }

    .new-person__phone {
        font-size: 18px;
        line-height: 29px;
    }

    .new-person__mail {
        font-size: 18px;
        line-height: 29px;
    }
}

@media (min-width: 1920px) {
    .owl-theme .owl-dots .owl-dot span {
        width: 6px;
        height: 6px;
    }

    .owl-theme .owl-dots .owl-dot span:after {
        width: 10px;
        height: 10px;
    }

    .selectric .label {
        height: 60px;
        line-height: 60px;
    }

    .selectric .button {
        height: 60px;
        line-height: 60px;
    }

    .container {
        width: 1470px;
    }

    .l--1 {
        width: 8.33333%;
    }

    .l--2 {
        width: 16.66667%;
    }

    .l--3 {
        width: 25%;
    }

    .l--4 {
        width: 33.33333%;
    }

    .l--5 {
        width: 41.66667%;
    }

    .l--6 {
        width: 50%;
    }

    .l--7 {
        width: 58.33333%;
    }

    .l--8 {
        width: 66.66667%;
    }

    .l--9 {
        width: 75%;
    }

    .l--10 {
        width: 83.33333%;
    }

    .l--11 {
        width: 91.66667%;
    }

    .l--12 {
        width: 100%;
    }

    .l-offset--0 {
        margin-left: 0%;
    }

    .l-offset--1 {
        margin-left: 8.33333%;
    }

    .l-offset--2 {
        margin-left: 16.66667%;
    }

    .l-offset--3 {
        margin-left: 25%;
    }

    .l-offset--4 {
        margin-left: 33.33333%;
    }

    .l-offset--5 {
        margin-left: 41.66667%;
    }

    .l-offset--6 {
        margin-left: 50%;
    }

    .l-offset--7 {
        margin-left: 58.33333%;
    }

    .l-offset--8 {
        margin-left: 66.66667%;
    }

    .l-offset--9 {
        margin-left: 75%;
    }

    .l-offset--10 {
        margin-left: 83.33333%;
    }

    .l-offset--11 {
        margin-left: 91.66667%;
    }

    .modal .modal-list {
        float: right;
        margin-right: -82px;
        margin-top: -46px;
        width: 334px;
    }

    .form-block .form__input {
        height: 60px;
    }

    .new-top.new-top--nonbg .new-top__close {
        right: 481px;
        top: 77px;
    }

    .new-top .container {
        padding-top: 78px;
        padding-bottom: 82px;
    }

    .new-top__subtitle {
        margin-bottom: 2px;
    }

    .new-top__close svg {
        margin-right: 18px;
    }

    .new-vacancy .new-vacancy-list {
        margin-top: -160px;
    }
}

@media (min-width: 1600px) and (max-width: 1919px) {
    .footer__copy {
        padding: 0;
    }
}

@media (min-width: 1280px) and (max-width: 1679px) {
    .header__logo {
        position: relative;
/*        left: -107px;*/
    }

    .header__right {
        position: relative;
/*        right: -112px;*/
    }

    .cards.cards--four {
        padding-top: 36px;
    }

    .cards.cards--four .cards__item .card__image img {
        width: 100%;
    }

    .cards.cards--four .cards__item .card__body {
        padding: 18px 27px;
    }

    .cards.cards--four .cards__item .page-title-m {
        line-height: 31px;
        margin-bottom: 15px;
    }

    .cards.cards--four .cards__item .card__date {
        display: none;
    }

    .cards.cards--four .cards__item .page-text {
        line-height: 18px;
    }

    .cards.cards--four .cards__link {
        display: none;
    }

    .cards.cards--five {
        padding-top: 36px;
    }

    .cards.cards--five .cards__item .card__image img {
        width: 100%;
    }

    .cards.cards--five .cards__item .card__body {
        padding: 18px 27px;
    }

    .cards.cards--five .cards__item .page-title-m {
        line-height: 31px;
        margin-bottom: 18px;
    }

    .cards.cards--five .cards__item .page-text {
        line-height: 18px;
    }

    .cards.cards--five .cards__link {
        display: none;
    }

    .hero {
        padding-bottom: 30px;
    }

    .hero--main {
        padding-bottom: 80px;
    }

    .connect {
        padding-top: 55px;
        padding-bottom: 60px;
    }

    .connect .page-title {
        margin-bottom: 7px;
    }

    .option.is-small .option__right {
        padding-top: 60px;
        padding-left: 72px;
    }

    .option.is-small .option__left {
        width: 145px;
        padding-top: 90px;
        text-transform: none;
    }

    .option.is-small .option__link {
        font-size: 18px;
        line-height: 23px;
    }

    .option.is-small .option-item__body {
        line-height: 101px;
    }

    .option.is-small .option-item__button {
        width: 45px;
        height: 45px;
    }

    .option.is-small .svg-plus {
        font-size: 44px;
    }

    .option.is-large {
        padding-top: 30px;
    }

    .option.is-large .option__left {
        padding-top: 44px;
        width: 148px;
        text-transform: none;
    }

    .option.is-large .option__link {
        font-size: 18px;
        line-height: 23px;
    }

    .option.is-large .option__right {
        padding-top: 50px;
        padding-left: 72px;
    }

    .option.is-large .option-item__date {
        max-width: 123px;
    }

    .pagination__list {
        padding-left: 5px;
    }

    .pagination__button {
        margin-right: -4px;
    }

    .contacts {
        padding-top: 30px;
    }

    .contacts .page-text {
        max-width: 620px;
        margin-bottom: 40px;
    }

    .maps {
        padding-top: 70px;
        height: 480px;
    }

    .maps .page-text {
        line-height: 20px;
        margin-bottom: 32px;
    }

    .maps .page-text span {
        display: inline-block;
        line-height: 20px;
    }

    .maps #map .ymaps-2-1-62-map {
        height: 480px !important;
    }

    .maps__block {
        margin-left: -80px;
        width: 345px;
        padding: 20px 25px;
    }

    .maps__title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 6px;
    }

    .maps__list {
        padding-right: 13px;
    }

    .maps__item {
        margin-bottom: 4px;
    }

    .about {
        padding-top: 30px;
    }

    .about .page-title {
        line-height: 42px;
    }

    .about__text {
        margin-bottom: 4px;
    }

    .about__description {
        padding-top: 20px;
    }

    .about__description img {
        max-height: 75px;
        display: block;
        margin: 0 auto;
    }

    .about__description img:not(:first-child) {
        margin-bottom: 20px;
    }

    .about__info {
        max-width: 220px;
        margin: 0 auto;
    }

    .about__media {
        margin-top: 15px;
        margin-bottom: 27px;
    }

    .slider .page-title {
        padding-top: 28px;
    }

    .puzzle {
        padding-bottom: 15px;
    }

    .puzzle__name {
        max-width: 153px;
    }

    .info--1 {
        height: 540px;
    }

    .info--1 .info__bg-image {
        left: calc(50% - 30px) !important;
        z-index: 2;
    }

    .info--1 .col {
        margin-left: -50px;
    }

    .info--3 {
        height: 540px;
    }

    .info--3:after {
        left: calc(50% - 60px) !important;
        z-index: 2;
    }

    .info--3 .col {
        margin-left: -80px;
    }

    .dish {
        padding-top: 50px;
    }

    .dish__image {
        width: 49.5%;
        height: 430px;
    }

    .dish__block {
        width: 50.5%;
        padding-left: 100px;
        padding-top: 35px;
        height: 430px;
    }

    .dish__body .page-title {
        margin-bottom: 14px;
    }

    .dish__body .page-text {
        line-height: 23px;
        margin-bottom: 25px;
    }

    .dish__pagination {
        padding-top: 30px;
    }

    .dish__pagination .svg {
        font-size: 9px;
    }

    .dish__number {
        margin: 0 10px;
    }

    .dish__close .svg {
        font-size: 11px;
    }

    .dish__close {
        top: 11px;
        right: -64px;
    }

    .vacancies.vacancies--top {
        padding-top: 28px;
        padding-bottom: 16px;
    }

    .vacancies.vacancies--top .page-title {
        margin-bottom: 30px;
    }

    .vacancies.vacancies--top .page-text {
        margin-left: -10px;
        margin-right: -10px;
    }

    .vacancies.vacancies--advantages {
        padding-top: 30px;
    }

    .vacancies.vacancies--advantages .page-title {
        margin-bottom: 15px;
    }

    .vacancies.vacancies--advantages .page-text {
        margin-left: -18px;
        margin-right: -18px;
    }

    .vacancies.vacancies--career {
        /*margin-top: -27px;*/
    }

    .vacancies.vacancies--career .page-title {
        margin-bottom: 13px;
    }

    .vacancies.vacancies--career .page-text {
        margin-left: -30px;
        margin-right: -30px;
    }

    .value__director {
        margin-left: 20px;
    }

    .value__bottom {
        padding-top: 40px;
    }

    .value .s--8 {
        position: relative;
        left: -50px;
    }

    .history__top {
        padding-top: 30px;
    }

    .history__top .page-title {
        margin-bottom: 33px;
    }

    .history__top:after {
        top: 372px;
    }

    .history__bottom {
        padding-bottom: 50px;
    }

    .history__body {
        padding: 20px 30px;
    }

    .history__bottom_ico {
        margin-bottom: 27px;
    }

    .form-block {
        padding-top: 40px;
    }

    .form-block .page-title {
        margin-bottom: 30px;
    }

    .form-block__dots img {
        height: 16px;
    }

    .career {
        margin-top: 30px;
    }

    .new-top .container {
        width: 1030px;
    }

    .new-top .page-title {
        font-size: 36px;
        line-height: 40px;
    }

    .new-vacancy .container {
        width: 1030px;
    }

    .new-vacancy .page-text {
        line-height: 23px;
        margin-bottom: 35px;
    }
}

@media (min-width: 1024px) and (max-width: 1679px) {
    .form__checkbox label:before {
        width: 14px;
        height: 14px;
    }

    .footer .svg-vk {
        font-size: 9.7px;
    }

    .footer .svg-fb {
        font-size: 14px;
    }

    .footer .svg-inst {
        font-size: 13.3px;
    }

    .footer .social .svg-vk {
        font-size: 10px;
    }

    .footer .social .svg-fb {
        font-size: 18px;
    }

    .footer .social .svg-yt {
        font-size: 10px;
    }

    .footer .social .svg-ig {
        font-size: 10px;
    }

    .footer .social .svg-ok {
        font-size: 17px;
    }

    .footer__link {
        font-size: 13px;
        line-height: 32px;
    }

    .card.card--two {
        padding-left: 1px;
        padding-right: 1px;
    }

    .card__button .button {
        line-height: 40px;
    }

    .cards .page-title {
        line-height: 48px;
    }

    .modal.modal--1 .modal__header {
        padding-bottom: 20px;
    }

    .modal.modal--1 .page-text {
        margin-bottom: 15px;
    }

    .modal.modal--1 .page-link {
        font-size: 13px;
    }

    .modal.modal--1 .modal__close {
        top: 27px;
        right: 24px;
    }

    .modal .page-text {
        line-height: 23px;
    }

    .contacts .page-text {
        line-height: 22px;
    }

    .feedback__button {
        margin-left: 15px;
    }

    .feedback__button .button {
        width: 135px;
        height: 36px;
        line-height: 36px;
    }

    .feedback .form__upload {
        margin-bottom: 10px;
    }

    .feedback .form__upload .button {
        width: 135px;
        height: 36px;
        line-height: 36px;
    }

    .feedback .form__file {
        width: 135px;
        height: 36px;
    }

    .plan {
        padding-top: 30px;
    }

    .about__num--10 {
        width: 85.8px;
    }

    .about__num--km {
        width: 72.2px;
        position: relative;
        top: -20px;
        left: 15px;
    }

    .about__num--56 {
        width: 94.6px;
    }

    .about__num--place {
        width: 137.25px;
    }

    .about__num--160 {
        width: 136.6px;
    }

    .about__num--3 {
        width: 46.11px;
    }

    .about__num--27 {
        width: 85.78px;
    }

    .about__num--times {
        width: 113.28px;
        display: block;
        margin: 0 auto;
    }

    .about__num--27 {
        width: 95.78px;
    }

    .about__num--awards {
        width: 171.83px;
    }

    .slider {
        padding-bottom: 50px;
        margin-bottom: 35px;
    }

    .slider .container {
        padding-left: 45px;
        padding-right: 45px;
    }

    .slider__image {
        height: 485px;
    }

    .slider__number {
        margin: 0 30px;
    }

    .social .svg-vk {
        font-size: 7px;
    }

    .social .svg-fb {
        font-size: 11.8px;
    }

    .social .svg-inst {
        font-size: 9.7px;
    }

    .social .svg-yt {
        font-size: 8px;
    }

    .social .svg-ig {
        font-size: 8px;
    }

    .social .svg-ok {
        font-size: 12px;
    }

    .social__svg {
        width: 19.5px;
        height: 19.5px;
        border-width: 1px;
        margin: 0 5px;
    }

    .info .s-offset--7 {
        padding-left: 0;
    }

    .info--1 .info__bg-image {
        bottom: 35px;
        top: 75px;
        left: calc(50% + 22px);
    }

    .info--1 .info__icon {
        margin-bottom: 34px;
    }

    .info--1 .info__block {
        padding-left: 25px;
    }

    .info--2 .info__icon {
        margin-bottom: 45px;
    }

    .info--2 .info__text {
        margin-bottom: 45px;
    }

    .info--2 .col.s--5 {
        padding-right: 0;
    }

    .info--3 {
        padding-bottom: 68px;
        padding-top: 70px;
    }

    .info--3:after {
        bottom: 70px;
        top: 70px;
        left: calc(50% + 22px);
    }

    .info--3 .info__icon {
        margin-bottom: 38px;
    }

    .info--3 .info__text {
        margin-bottom: 48px;
    }

    .info--3 .info__block {
        padding-left: 30px;
    }

    .value__top .page-text {
        line-height: 23px;
        opacity: 0.87;
    }

    .history__body .page-title-m {
        font-size: 24px;
        line-height: 28px;
    }

    .new-top .page-title {
        font-size: 36px;
        line-height: 47px;
    }

    .new-vacancy .page-list {
        padding-left: 20px;
    }

    .new-vacancy .page-list-item {
        line-height: 23px;
    }
}

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

    .footer__top:after {
        position: absolute;
        content: '';
        top: 47%;
        left: 50%;
        -webkit-transform: translate(-50, -50%);
        -ms-transform: translate(-50, -50%);
        transform: translate(-50, -50%);
        height: 1px;
        left: 0;
        right: 0;
        background: rgba(191, 35, 64, 0.5);
    }

    .cards.cards--two .cards__item {
        padding-bottom: 23px;
    }

    .hero {
        min-height: 190px;
    }

    .hero__title {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
    }

    .connect .page-title {
        font-size: 30px;
        line-height: 39px;
    }

    .connect .page-text {
        line-height: 22px;
    }

    .modal .page-title {
        line-height: 41px;
    }

    .modal__subtitle {
        margin-bottom: 11px;
    }

    .modal-gallery__image {
        margin-bottom: 20px;
    }

    .option.is-small .option-item__body {
        height: 100px;
        line-height: 80px;
    }

    .option.is-small .option-item__text {
        display: inline-block;
    }

    .pagination__list {
        display: none;
    }

    .feedback__button {
        margin-left: 0;
        position: absolute;
        top: 150px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .feedback .form__upload {
        margin-bottom: 10px;
    }

    .feedback .form__upload .button {
        width: 145px;
        height: 40px;
        line-height: 40px;
    }

    .feedback .form__file {
        width: 145px;
        height: 36px;
    }

    .maps__item span {
        margin-top: 15px;
        display: block;
    }

    .plan__item {
        position: relative;
        padding-top: 90px;
    }

    .plan__image {
        margin-left: -11px;
        margin-right: -11px;
    }

    .plan__body {
        padding-top: 27px;
        padding-bottom: 35px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .plan .page-title-l {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .about__text {
        padding-left: 10px;
        padding-right: 10px;
    }

    .about__media {
        overflow: hidden;
        height: auto;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 30px;
    }

    .about__media img {
/*        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);*/
    }

    .about__media--desktop {
        display: none;
    }

    .about__block--desktop {
        display: none;
    }

    .slider__image {
        display: none;
    }

    .slider__body {

    }

    .slider__pagination {
        display: none;
    }

    .slider .isGallery {
        padding-left: 15px;
        padding-right: 15px;
    }

    .isGallery .slider__item {
        margin-bottom: 14px;
    }

    .isGallery .slider__item:nth-child(n+4) {
        display: none;
    }

    .isGallery .slider__item img {
        width: 100%;
    }

    .slider .isGallery + .slider__progressbar {
        display: none;
    }

    .menu__close .button {
        border: none;
        background: none;
    }

    .menu__close .button:hover {
        border: none;
        background: none;
    }

    .menu__close .button:hover .svg-close {
        fill: #54413C;
    }

    .menu__logo {
        margin-bottom: 199px;
    }

    .menu__block {
        margin-left: -11px;
        margin-right: -11px;
        margin-top: 40px;
        text-align: center;
    }

    .menu-bottom__item:first-child {
        position: absolute;
        top: 65px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .menu-bottom__item:last-child {
        padding-top: 30px;
    }

    .menu-bottom__text a {
        display: block;
    }

    .puzzle__item {
        padding-bottom: 20px;
    }

    .puzzle-nav {
        display: none;
    }

    .dish__body {
        padding: 30px 11px;
    }

    .ico-block__item {
        max-width: 250px;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .vacancies.vacancies--career {
        display: none;
    }

    .vacancies .page-title {
        max-width: 240px;
        margin: 0 auto;
        margin-bottom: 16px;
    }

    .vacancies.vacancies--advantages .ico-block__title {
        font-size: 16px;
        line-height: 21px;
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
    }

    .value__top {
        padding-left: 12px;
        padding-right: 12px;
    }

    .value__director {
        display: none;
    }

    .corp-nav {
        display: none;
    }

    .history__item {
        margin-bottom: 20px;
    }

    .form-block .form__group {
        margin-bottom: 12px;
    }

    .form-block .button--gold {
        max-width: 154px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .form-block__dots {
        display: none;
    }

    .career {
        display: none;
    }

    .new-gallery__image {
        margin-bottom: 20px;
    }
}

.about-inline {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.about-inline img {
    margin: 0;
}

.about-inline .about__num--km {
    top: 0;
    left: 10px;
    margin-bottom: 0 !important;
}

.modal-person__mail a {color:#54413C}

.tripadvisor {text-align:center}

@media (max-width:1023px) {
    .news-main .cards__item:nth-child(n + 2) {display:none}
}

.menu__list_link span {display:block; font-size:0.8em; line-height:1em}

@media (max-width:1023px) {
    .menu__list_link span {margin-bottom:15px}
}