@font-face {
    font-family: "FuturaPT-Book";
    src: url("../fonts/FuturaPT-Book/FuturaPT-Book.eot");
    src: url("../fonts/FuturaPT-Book/FuturaPT-Book.eot%3F") format("embedded-opentype"), url("../fonts/FuturaPT-Book/FuturaPT-Book.woff") format("woff"), url("../fonts/FuturaPT-Book/FuturaPT-Book.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "FuturaPT-Demi";
    src: url("../fonts/FuturaPT-Demi/FuturaPT-Demi.eot");
    src: url("../fonts/FuturaPT-Demi/FuturaPT-Demi.eot%3F") format("embedded-opentype"), url("../fonts/FuturaPT-Demi/FuturaPT-Demi.woff") format("woff"), url("../fonts/FuturaPT-Demi/FuturaPT-Demi.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "FuturaPT-Bold";
    src: url("../fonts/FuturaPT-Bold/FuturaPT-Bold.eot");
    src: url("../fonts/FuturaPT-Bold/FuturaPT-Bold.eot%3F") format("embedded-opentype"), url("../fonts/FuturaPT-Bold/FuturaPT-Bold.woff") format("woff"), url("../fonts/FuturaPT-Bold/FuturaPT-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/*! 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 {
    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"], /* 1 */
[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 {
    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"] {
    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, /* 1 */
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;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

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

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

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

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

    content: '';
}

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

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

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

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

.slick-slide img {
    display: block;
}

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

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

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

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

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

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

html {
    line-height: 1;
    font-size: 16px;
}

body {
    font-family: FuturaPT-Book;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

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

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: #000;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

textarea {
    resize: none;
}

section {
    position: relative;
}

input,
select,
button {
    outline: none;
}

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

.container {
    width: 100%;
    max-width: 1620px;
    padding: 0 10px;
    margin: 0 auto;
}

.container-slider {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.phone-icon {
    display: none;
}

.title2 {
    display: none;
}

.container-title2, .interior-title2, .technologies-title2 {
    display: none;
}

a.top-banner__info__button2.g-btn {
    display: none;
}

#toTop {
    position: absolute;
    right: 0%;
    top: -140px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
}

#toTop img {
    margin-right: 15px;
}

#toTop:hover {
    opacity: 0.5;
}

a.g-btn {
    padding: 31px 47px;
    background-color: #000;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.72px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

a.g-btn:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.g-btn {
    padding: 31px 47px;
    background-color: #000;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.72px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    border: none;
}

#ord-submit {
    font: 24px FuturaPT-Book;
    line-height: 36px;
    letter-spacing: 0.72px;
}

#ord-submit:hover {
    opacity: 0.5;
}

.mobile-menu__list {
    display: none;
}

.privacy-policy-popup {
    display: none;
}

.popup-thanks {
    display: none;
}

.main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 50px 0;
    background-color: transparent;
    z-index: 1;
}

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

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

.main-header--logo {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-right: 45px;
}

.main-header--phone:hover {
    opacity: 0.5;
}

.main-header--logo {
    color: #000;
    font-size: 18px;
    line-height: 30px;
}

.main-header--phone:hover {
    opacity: 0.5;
}

.main-header__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-header__nav__list--item {
    position: relative;
    color: #000;
    font-size: 18px;
    line-height: 30px;
    margin-right: 30px;
}

.main-header__nav__list--item a {
    padding: 5px 0;
}

.main-header__nav__list--item:last-child {
    margin-right: 0;
}

.main-header__nav__list--item:hover a {
    color: #ffb973;
}

.main-header__nav__list--item:hover a:before {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #ffb973;
}

.mobile-menu {
    display: none;
}

.main-footer {
    background-image: url("../img/general/footer-bg.jpg");
    background-size: cover;
    background-position: center center;
    color: #fff;
}

.main-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 55px 0;
}

.main-footer__logo {
    font: 24px FuturaPT-Demi;
    line-height: 30px;
    margin-bottom: 20px;
}

.main-footer__copyright {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

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

.main-footer__social--item {
    margin-right: 25px;
}

.main-footer__social--item:last-child {
    margin-right: 0;
}

.top-banner {
    background-image: url("../img/general/PumpkinHouse-WS-2-11092017-2.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 50px;
    width: 100%;
}

.top-banner {
    overflow: hidden;
}

.top-banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-banner__info {
    margin-right: 135px;
    margin-top: 86px;
    width: 100%;
    max-width: 540px;
}

.top-banner__info--title {
    font: 120px FuturaPT-Demi;
    line-height: 100px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.top-banner__info--descr {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 55px;
}

.top-banner__info__characteristics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 59px;
}

.top-banner__info__characteristics__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px;
    min-width: 100px;
    min-height: 134px;
    border: 1px solid #fff;
    border-top: 5px solid #fff;
}

.top-banner__info__characteristics__item--name {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1.44px;
}

.top-banner__info__characteristics__item--value {
    font: 24px FuturaPT-Demi;
    line-height: 32px;
}

.top-banner__info__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 75px;
    max-width: 120px;
}

.top-banner__info__more:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.top-banner__info__more--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

.top-banner__info__more--icon img {
    max-width: 100%;
    max-height: 65px;
}

.top-banner__info__more--text {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}

.top-banner__slider {
    position: relative;
    margin-right: -160px;
    width: 100%;
    max-width: 1085px;
    max-height: 780px;
    min-width: 100px;
}

.top-banner__slider .slick-dots {
    position: absolute;
    bottom: 43px;
    left: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.top-banner__slider .slick-dots li {
    cursor: pointer;
}

.top-banner__slider .slick-dots li:last-child a {
    margin-right: 6px;
}

.top-banner__slider__dots {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 6px;
    background-color: #fff;
    margin-right: 21px;
}

.top-banner__slider__dots:hover:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
}

.slick-active .top-banner__slider__dots:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
}

.top-banner__slider__controls {
    position: absolute;
    top: 50%;
    left: -96px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 24px;
    min-height: 40px;
    z-index: 1;
}

.top-banner__slider__controls--prev-arrow,
.top-banner__slider__controls--next-arrow {
    padding: 37px;
    min-width: 24px;
    min-height: 40px;
    cursor: pointer;
}

.top-banner__slider__controls--prev-arrow:hover,
.top-banner__slider__controls--next-arrow:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.top-banner__slider__container {
    box-shadow: 0px 45px 75px 0px rgba(191, 163, 134, 0.705);
}

.top-banner__slider__container--item {
    width: 100%;
    max-width: 1085px;
    max-height: 780px;
}

.top-banner__slider__container--item img {
    width: 100%;
    max-width: 1085px;
    max-height: 780px;
}

.exterior {
    padding-top: 150px;
    position: relative;
}

.exterior .slick-dots {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    left: 24%;
}

.exterior .container-slider .xxx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.exterior__slider {
    position: relative;
    width: 100%;
    max-width: 870px;
    min-width: 100px;
    max-height: 611px;
    margin-right: 155px;
    margin-left: -80px;
    margin-bottom: 40px;
}

.exterior__slider:before {
    content: '';
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 100%;
    height: 100%;
    max-height: 540px;
    border: 1px solid #000;
    z-index: -1;
}

.exterior__slider .slick-dots {
    position: absolute;
    bottom: -73px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.exterior__slider .slick-dots li {
    cursor: pointer;
}

.exterior__slider .slick-dots li:last-child a {
    margin-right: 6px;
}

.exterior__slider__dots {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 6px;
    background-color: #000;
    margin-right: 21px;
}

.exterior__slider__dots:hover {
    background-color: #ffb973;
}

.exterior__slider__dots:hover:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 1px solid #ffb973;
    border-radius: 50%;
}

.slick-active .exterior__slider__dots {
    background-color: #ffb973;
}

.slick-active .exterior__slider__dots:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 1px solid #ffb973;
    border-radius: 50%;
}

.exterior__slider__controls {
    position: absolute;
    top: 121px;
    right: -243px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 24px;
    min-height: 40px;
    z-index: 1;
}

.exterior__slider__controls--prev-arrow,
.exterior__slider__controls--next-arrow {
    padding: 15px;
    min-width: 24px;
    min-height: 40px;
    cursor: pointer;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.exterior__slider__controls--prev-arrow:hover,
.exterior__slider__controls--next-arrow:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.exterior__slider__container__item {
    width: 100%;
    max-width: 870px;
    margin-bottom: 40px;
}

.exterior__slider__container__item img {
    width: 100%;
    max-width: 870px;
    box-shadow: 0px 45px 75px 0px rgba(191, 163, 134, 0.705);
}

.exterior__info {
    width: 100%;
    max-width: 655px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.exterior__info--title {
    font: 100px FuturaPT-Demi;
    line-height: 84px;
    text-transform: uppercase;
    margin-bottom: 145px;
}

.exterior__info--subtitle {
    font: 36px FuturaPT-Bold;
    line-height: 36px;
    color: #ffb973;
    margin-bottom: 42px;
}

.exterior__info--descr {
    font-size: 24px;
    line-height: 36px;
}

.interior {
    padding-bottom: 151px;
}

.interior .slick-dots {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 22%;
    left: 50%;
}

.interior .container-slider .xxx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.interior__info {
    margin-top: 160px;
    margin-right: 50px;
    width: 100%;
    max-width: 582px;
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.interior__info--title {
    font: 100px FuturaPT-Demi;
    line-height: 84px;
    text-transform: uppercase;
    margin-bottom: 145px;
}

.interior__info--subtitle {
    font: 36px FuturaPT-Bold;
    line-height: 36px;
    color: #ffb973;
    margin-bottom: 30px;
}

.interior__info--descr {
    font-size: 24px;
    line-height: 36px;
}

a.interior__info.g-btn {
    max-width: 282px;
    margin-top: 48px;
}

.interior__slider--wrapper {
    width: 100%;
    max-width: 945px;
    /*-ms-flex-item-align: end;
        align-self: flex-end;*/
}

.interior__slider {
    position: relative;
    width: 100%;
    max-width: 405px;
    min-width: 100px;
    max-height: 405px;
    margin-bottom: 80px;
    margin-right: 540px;
}

.interior__slider:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    height: 450px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 1px solid #ffbe7d;
    border-radius: 50%;
}

.interior__slider .slick-dots {
    position: absolute;
    bottom: -73px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.interior__slider .slick-dots li {
    cursor: pointer;
}

.interior__slider .slick-dots li:last-child a {
    margin-right: 6px;
}

.interior__slider__dots {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 6px;
    background-color: #000;
    margin-right: 21px;
}

.interior__slider__dots:hover {
    background-color: #ffb973;
}

.interior__slider__dots:hover:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 1px solid #ffb973;
    border-radius: 50%;
}

.slick-active .interior__slider__dots {
    background-color: #ffb973;
}

.slick-active .interior__slider__dots:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 1px solid #ffb973;
    border-radius: 50%;
}

.interior__slider__controls {
    position: absolute;
    top: -20px;
    left: -655px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 24px;
    min-height: 40px;
    z-index: 1;
}

.interior__slider__controls--prev-arrow,
.interior__slider__controls--next-arrow {
    padding: 15px;
    min-width: 24px;
    min-height: 40px;
    cursor: pointer;
}

.interior__slider__controls--prev-arrow:hover,
.interior__slider__controls--next-arrow:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.interior__slider__container__item {
    position: relative;
    width: 405px;
    height: 405px;
}

.interior__slider__container__item img {
    width: 405px;
    height: 405px;
    border-radius: 50%;
    width: 405px;
    height: 405px;
    border-radius: 50%;
    box-shadow: 0px 45px 75px 0px rgba(191, 163, 134, 0.4);
}

.interior__second-slider__container {
    position: absolute;
    top: 50%;
    right: -133%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 675px;
    max-height: 675px;
    border-radius: 50%;
    z-index: -1;
}

.interior__second-slider__container__item {
    width: 100%;
    max-height: 675px;
    max-width: 675px;
    border-radius: 50%;
}

.interior__second-slider__container__item img {
    height: 675px;
    width: 675px;
    border-radius: 50%;
}

.technologies {
    padding-bottom: 60px;
}

.technologies .slick-dots {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 22%;
    left: 12%;
}

.technologies .container-slider .xxx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;

    margin-bottom: 80px;
}

.technologies__info {
    width: 100%;
    max-width: 655px;
    min-width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.technologies__info--title {
    font: 100px FuturaPT-Demi;
    line-height: 84px;
    text-transform: uppercase;
    margin-bottom: 145px;
}

.technologies__info--subtitle {
    font: 36px FuturaPT-Bold;
    line-height: 36px;
    color: #ffb973;
    margin-bottom: 30px;
}

.technologies__info--descr {
    font-size: 24px;
    line-height: 36px;
}

.technologies__slider {
    position: relative;
    width: 100%;
    max-width: 700px;
    max-height: 572px;
    min-width: 100px;
    margin-left: -80px;
    margin-right: 306px;
    margin-bottom: 160px;
}

.technologies__slider:before {
    content: '';
    position: absolute;
    top: 40px;
    right: -40px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid #000;
    z-index: 2;
}

.technologies__slider .slick-dots {
    position: absolute;
    bottom: -110px;
    left: 180px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.technologies__slider .slick-dots li {
    cursor: pointer;
}

.technologies__slider .slick-dots li:last-child a {
    margin-right: 6px;
}

.technologies__slider__dots {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 6px;
    background-color: #000;
    margin-right: 21px;
}

.technologies__slider__dots:hover {
    background-color: #ffb973;
}

.technologies__slider__dots:hover:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 1px solid #ffb973;
    border-radius: 50%;
}

.slick-active .technologies__slider__dots {
    background-color: #ffb973;
}

.slick-active .technologies__slider__dots:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 1px solid #ffb973;
    border-radius: 50%;
}

.technologies__slider__controls {
    position: absolute;
    top: 120px;
    right: -410px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 24px;
    min-height: 40px;
    z-index: 1;
}

.technologies__slider__controls--prev-arrow,
.technologies__slider__controls--next-arrow {
    padding: 15px;
    min-width: 24px;
    min-height: 40px;
    cursor: pointer;
}

.technologies__slider__controls--prev-arrow:hover,
.technologies__slider__controls--next-arrow:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.technologies__slider__container__item {
    position: relative;
    width: 100%;
    height: 100%;
}

.technologies__slider__container__item img {
    width: 100%;
    height: 100%;
}

.technologies__second-slider__container {
    position: absolute;
    top: 448px;
    left: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 405px;
    max-height: 570px;
    z-index: 3;
}

.technologies__second-slider__container__item {
    width: 100%;
    max-height: 570px;
    max-width: 405px;
}

.technologies__second-slider__container__item img {
    height: 570px;
    width: 405px;
    box-shadow: 0px 45px 75px 0px rgba(191, 163, 134, 0.4);
}

.order .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 140px;
}

.order__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 655px;
    min-width: 600px;
    margin-right: 155px;
}

.order__form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.order__form__wrapper--title {
    font: 36px FuturaPT-Bold;
    line-height: 36px;
    color: #ffb973;
    margin-bottom: 36px;
}

.order__form__wrapper--descr {
    font-size: 24px;
    line-height: 36px;
    color: #000;
    margin-bottom: 36px;
}

.order__form__wrapper__data {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 50px;
}

.order__form__wrapper__data__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 325px;
    margin-right: 37px;
}

.order__form__wrapper__data__inputs input {
    width: 100%;
    background-color: none;
    fonnt: 24px FuturaPT-Book;
    line-height: 36px;
    padding: 14px 0;
    border: none;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 20px;
    outline: none;
    box-shadow: none;
}

.order__form__wrapper__data__inputs input:last-child {
    margin-bottom: 0;
}

.g-btn {
    min-width: 280px;
    font-size: 24px;
    line-height: 36px;
    padding: 22px 47px;
}

.order__form__wrapper__data__inputs--phone,
.order__form__wrapper__data__inputs--name {
    font: 24px FuturaPT-Book;
    line-height: 36px;
    color: #000;
}

.red-placeholder::-webkit-input-placeholder {
    color: red;
}

.red-placeholder::-moz-placeholder {
    color: red;
}

.red-placeholder:-moz-placeholder {
    color: red;
}

.red-placeholder:-ms-input-placeholder {
    color: red;
}

.red-placeholder-phone::-webkit-input-placeholder {
    color: red;
}

.red-placeholder-phone::-moz-placeholder {
    color: red;
}

.red-placeholder-phone:-moz-placeholder {
    color: red;
}

.red-placeholder-phone:-ms-input-placeholder {
    color: red;
}

.order__map {
    position: relative;
    width: 100%;
    max-width: 790px;
    min-width: 300px;
    min-height: 600px;
    background-color: transparent;
    -webkit-box-shadow: 0px 45px 75px 0px rgba(191, 163, 134, 0.15), 40px 40px 0px -1px rgb(255, 255, 255), 40px 40px 0px 0px rgb(0, 0, 0);
    -moz-box-shadow: 0px 45px 75px 0px rgba(191, 163, 134, 0.15), 40px 40px 0px -1px rgb(255, 255, 255), 40px 40px 0px 0px rgb(0, 0, 0);
    box-shadow: 0px 45px 75px 0px rgba(191, 163, 134, 0.15), 40px 40px 0px -1px rgb(255, 255, 255), 40px 40px 0px 0px rgb(0, 0, 0);
}

.order__form__wrapper__check {
    font-size: 18px;
    color: #ccc;
}

.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

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

.checkbox input[type="checkbox"]:checked ~ .custom-checkbox:after {
    background-color: #000;
}

.custom-checkbox {
    position: relative;
    display: block;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    margin-right: 20px;
    border: 2px solid black;
}

.custom-checkbox:after {
    content: '';
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
}

.privacy-policy {
    font-size: 24px;
    line-height: 30px;
    color: #6d6d6d;
    border-bottom: 1px solid #6d6d6d;
    cursor: pointer;
}

.privacy-policy-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 25px 25px 25px 25px;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    color: #000;
}

.popup-thanks {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 25px 25px 25px 25px;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    color: #000;
}

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

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

.privacy-policy-popup__wpapper {
    background-color: #fff;
    widows: 100%;
    max-width: 790px;
    padding: 115px 50px 50px 50px;
    overflow-y: auto;
}

.popup-thanks__wrapper {
    position: relative;
    background-color: #fff;
    width: 100%;
    max-width: 790px;
    padding: 170px 50px 170px 50px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title {
    font: 14px FuturaPT-Demi;
    color: #000;
    margin-bottom: 20px;
}

.popup-thanks--title {
    font: 24px FuturaPT-Demi;
    line-height: 38px;
    color: #000;
    margin-bottom: 15px;
}

.popup-thanks--descr {
    font-size: 24px;
    line-height: 38px;
    color: #000;
}

.privacy-policy-popup__wpapper {
    position: relative;
}

.privacy-policy-popup__wpapper p {
    margin-bottom: 20px;
}

.close_popup_th {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
}

.close_popup {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
}

.close-menu {
    position: absolute;
    top: 0px;
    right: 25px;
    cursor: pointer;
}

@media screen and (max-width: 1910px) {
    .top-banner__slider {
        margin-right: 0px;
    }

    .exterior__slider {
        margin-left: 0px;
    }

    .technologies__slider {
        margin-left: 0;
        margin-right: 226px;
    }

    .technologies__slider__controls {
        right: -315px;
    }

    .order__map {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1680px) {
    .container {
        padding: 0 50px;
    }

    .container-slider {
        padding: 0 50px;
    }

    #toTop {
        position: absolute;
        right: 5%;
        top: -10%;
    }

    .technologies__second-slider__container {
        top: 380px;
    }

}

@media screen and (max-width: 1620px) {
    .order__form {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1599px) {
    .exterior .container-slider .xxx {
        margin-bottom: 150px;
    }

    .interior .container-slider .xxx {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }

    .interior .slick-dots {
        bottom: 110px;
        left: 50%;
    }

    .exterior .slick-dots {
        bottom: 110px;
    }

    .interior .interior__info {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        margin-top: 0;
    }

    .interior .interior__info--title {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .interior .interior__info--subtitle {
        width: 100%;
        text-align: center;
    }

    .interior .interior__info--descr {
        width: 100%;
        text-align: center;
    }

    .interior a.interior__info.g-btn {
        margin-bottom: 150px;
    }

    .interior .interior__slider__controls {
        left: -70px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .interior .interior__slider__controls--prev-arrow {
        margin-right: 97%;
    }
}

@media screen and (max-width: 1590px) {
    .technologies__second-slider__container {
        left: 50%;
    }

    .technologies__slider {
        margin-right: 126px;
    }

    .technologies__slider__controls {
        right: -215px;
    }

    .exterior__slider {
        margin-right: 90px;
    }

    .exterior__slider__controls {
        right: -180px;
    }
}

@media screen and (max-width: 1366px) {
    .container-slider {
        padding: 0px 25px;
    }

    .container {
        padding: 0px 25px;
    }
}

@media screen and (max-width: 1450px) {
    .technologies__slider .slick-dots {
        left: 50px;
    }

    .technologies .slick-dots {
        left: 8%;
    }

    .technologies__second-slider__container {
        left: 43%;
        top: 320px;
    }

    .exterior__info--title {
        font-size: 70px;
        margin-bottom: 100px;
    }

    .technologies__info--title {
        font-size: 70px;
        margin-bottom: 100px;
    }

    .interior__info--title {
        font-size: 70px;
        margin-bottom: 30px;
    }

    .main-header {
        padding: 20px 0;
    }

    .top-banner {
        padding-top: 30px;
    }

    .top-banner__info__more {
        margin-top: 25px;
    }

    /*  .exterior {
        padding-top: 100px;
      }*/
    .exterior__slider__controls {
        top: 100px;
    }

    .technologies__slider__controls {
        top: 100px;
    }

    .interior__info {
        margin-top: 0px;
    }

    a.interior__info.g-btn {
        margin-bottom: 40px;
    }

    /*  .interior {
        padding-bottom: 200px;
      }*/
    /*  .technologies {
        padding-bottom: 310px;
      }*/
    .main-footer .container {
        padding: 30px 0;
    }

    #toTop {
        bottom: 210px;
    }
}

@media screen and (max-width: 1199px) {
    .exterior__slider__container__item img, .exterior__slider__container__item img, .interior__slider__container__item img, .technologies__second-slider__container__item img, .order__map {
        box-shadow: none;
    }

    .technologies__slider__controls--prev-arrow, .technologies__slider__controls--next-arrow {
        top: 50%;
        /*    transform: translateY(-50%);*/
    }

    .exterior .slick-dots {
        bottom: 15%;
    }

    .technologies .slick-dots {
        bottom: 21%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .top-banner__slider__container--item img {
        max-height: 600px;
    }

    .exterior .slick-dots {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .top-banner__slider__container {
        box-shadow: none;
    }

    .xxx {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #toTop {
        position: absolute;
        top: 0%;
    }

    .top-banner {
        background-image: none;
        padding-bottom: 0px;
    }

    .top-banner .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        background-color: #ffb973;
        padding-bottom: 50px;
    }

    .top-banner .top-banner__info {
        margin-right: 0px;
        width: 100%;
        text-align: center;
    }

    .top-banner .top-banner__info__characteristics {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .top-banner .top-banner__info__characteristics__item {
        background-color: #ffb973;
        border-color: #fff;
    }

    .main-header {
        background-color: #fff;
    }

    .main-header--logo {
        color: #000;
    }

    .top-banner__info__more {
        display: none;
    }

    .top-banner__slider {
        margin-top: 50px;
    }

    .top-banner__slider__controls {
        left: 0px;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .top-banner__slider .slick-dots {
        left: 50%;
    }

    /*  #toTop {
        visibility: hidden;
      }*/
    .exterior {
        padding-top: 50px;
        /*    padding-bottom: 100px;*/
    }

    .exterior .container-slider .xxx {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 0px;
    }

    .exterior .exterior__info {
        width: 100%;
        max-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }

    .exterior .exterior__info--title {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .exterior .exterior__info--subtitle {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .exterior .exterior__info--descr {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .exterior .exterior__slider {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        margin-right: 0px;
    }

    .exterior .exterior__slider:before {
        display: none;
    }

    .exterior .exterior__slider .slick-dots {
        bottom: 20px;
    }

    .exterior .exterior__slider .exterior__slider__controls {
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .exterior .exterior__slider .exterior__slider__container__item {
        width: 100%;
        max-width: 100%;
    }

    .exterior .exterior__slider .exterior__slider__container__item img {
        width: 100%;
        max-width: 100%;
        max-height: 600px;
    }

    .interior__second-slider__container {
        display: none;
    }

    .interior__slider--wrapper {
        width: 100%;
        max-width: 100%;
    }

    .interior__slider--wrapper .interior__slider {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        margin-bottom: 0;
    }

    .interior__slider--wrapper .interior__slider:before {
        display: none;
    }

    .interior__slider__container {
        width: 100%;
        height: 100%;
    }

    .interior__slider__container__item {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 600px;
    }

    .interior__slider__container__item img {
        border-radius: 0%;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        margin: 0 auto;
        height: 100%;
        max-height: 600px;
    }

    .interior .interior__slider__controls {
        left: 0;
        width: 100%;
        height: auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .interior .interior__slider__controls--prev-arrow {
        margin-right: 0;
    }

    .interior a.interior__info.g-btn {
        margin-bottom: 30px;
    }

    .interior__slider .slick-dots {
        bottom: 20px;
    }

    .interior {
        padding-bottom: 0px;
    }

    .technologies__second-slider__container {
        display: none;
    }

    .technologies {
        padding-bottom: 0px;
    }

    .technologies .container-slider .xxx {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        margin-bottom: 0px;
    }

    .technologies .container-slider .xxx .technologies__info--title {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .technologies .container-slider .xxx .technologies__info--subtitle {
        width: 100%;
        text-align: center;
    }

    .technologies .container-slider .xxx .technologies__info--descr {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .technologies .container-slider .xxx .technologies__slider {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .technologies .container-slider .xxx .technologies__slider:before {
        display: none;
    }

    .technologies .container-slider .xxx .technologies__second-slider__container {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .technologies .container-slider .xxx .technologies__second-slider__container img {
        width: 100%;
        max-width: 100%;
        margin: 0;
        max-height: 600px;
    }

    .technologies .container-slider .xxx .technologies__slider__container__item {
        height: 600px;
    }

    .technologies .container-slider .xxx .technologies__slider__container__item img {
        width: 100%;
        height: 100%;
        max-height: 600px;
    }

    .technologies .container-slider .xxx .technologies__slider__controls {
        right: 0;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .technologies .container-slider .xxx .technologies__slider .slick-dots {
        bottom: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .technologies__info {
        max-width: 100%;
    }

    .order .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }

    .order__form {
        margin-right: 0;
        margin-bottom: 30px;
        min-width: 100%;
    }

    .order__map {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    /*  .order__map:before {
        display: none;
      }*/
    .order__form__wrapper__data {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 992px) {
    /*  .main-header {
        position: fixed;
        background-color: #fff;
        z-index: 2;
      }*/
    .top-banner__info--title {
        font-size: 70px;
    }

    .top-banner__info__characteristics {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .exterior__info--title {
        font-size: 40px;
    }

    .technologies__info--title {
        font-size: 40px;
    }

    .interior__info--title {
        font-size: 40px;
    }
}

@media screen and (max-width: 768px) {
    .main-header__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main-header--phone {
        display: none;
    }

    .phone-icon {
        display: block;
    }

    .main-header__nav__list {
        display: none;
    }

    .mobile-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 25px;
    }

    .mobile-menu__list {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        height: 100%;
        padding: 25px;
        background-color: rgba(0, 0, 0, 0.9);
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
        color: #fff;
    }

    .mobile-menu__list.active-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mobile-menu__list--item {
        font-size: 48px;
        margin-bottom: 30px;
        color: #fff;
    }

    .mobile-menu__list--item a {
        color: #fff;
    }

    .mobile-menu__list--item:last-child {
        margin-bottom: 0;
    }

    .mobile-menu__list--item.logo {
        font-size: 18px;
        margin-bottom: 60px;
    }

    .mobile-menu__list--item.social {
        font-size: 18px;
        margin-top: 30px;
    }

    .mobile-menu__list--item.social a {
        margin-right: 20px;
    }

    .mobile-menu__list--item.social a:last-child {
        margin-right: 0;
    }

    .top-banner .container {
        background-color: transparent;
    }
}

@media screen and (max-width: 780px) {
    .order__form__wrapper__data__inputs {
        margin-bottom: 30px;
    }

    .order__form__wrapper__check {
        margin-bottom: 30px;
    }

    .order__form__wrapper__data {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }

    .order__form__wrapper__data__submit {
        width: 100%;
        max-width: 100%;
    }

    .order__form__wrapper__data__submit .g-btn {
        width: 100%;
        max-width: 100%;
    }

    .technologies .container-slider .xxx .technologies__slider__container__item {
        max-height: 500px;
    }

    .technologies .slick-dots {
        bottom: 22px;
    }
}

/*@media screen and (max-width: 400px) {
  .technologies .container-slider .xxx .technologies__slider__container__item {
    height: 300px;
  }
}*/
@media screen and (max-width: 768px) {

    media screen and

(max-width:

780px

)
    main.css:

2706
    .order__form__wrapper__data__submit .g-btn {
        width: 100%;
        max-width: 100%;
        min-width: 270px;
        font-size: 18px;
        line-height: 36px;
        letter-spacing: 0.54px;
        padding: 22px 47px;
    }

    .top-banner__slider__container--item img, .exterior .exterior__slider .exterior__slider__container__item img, .interior__slider__container__item img {
        max-height: 300px;
        min-height: 300px;
    }

    .top-banner__info {
        max-width: 100%;
    }

    .container {
        padding: 0;
    }

    .container-slider {
        padding: 0;
    }

    .main-header {
        padding-right: 25px;
        padding-left: 25px;
        border-bottom: 1px solid #ccc;
    }

    .top-banner .top-banner__info {
        padding-top: 30px;
        margin-top: 0;
        /*    padding-bottom: 40px;*/
    }

    .top-banner__info {
        background-color: #ffb973;
        padding-left: 25px;
        padding-right: 25px;
    }

    .top-banner__info .top-banner__info--title {
        display: none;
    }

    .title2 {
        display: block;
        text-align: left;
        line-height: 63px;
        font: 58px FuturaPT-Demi;
        text-transform: uppercase;
        width: 100%;
        margin-top: 60px;
        margin-bottom: 20px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .top-banner__info .top-banner__info--descr {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
        margin-bottom: 28px;
    }

    .top-banner__info .top-banner__info__button {
        display: none;
    }

    .top-banner__info a.top-banner__info__button2.g-btn {
        display: block;
        margin-bottom: 30px;
        min-width: 270px;
        font: 18px FuturaPT-Book;
        line-height: 36px;
        letter-spacing: 0.54px;
        padding: 20px;
        text-align: center;

    }

    .top-banner .top-banner__info__characteristics__item {
        border-color: #fff;
    }

    .top-banner__slider {
        margin-top: 0;
    }

    .top-banner__info__characteristics {
        margin-bottom: 30px;
    }

    .top-banner__slider__controls--prev-arrow,
    .top-banner__slider__controls--next-arrow {
        padding: 10px;
    }

    .top-banner__slider .slick-dots {
        bottom: 10px;
    }

    .container-title2, .interior-title2, .technologies-title2 {
        display: block;
        text-align: left;
        margin-bottom: 20px;
        line-height: normal;
        width: 100%;
        font: 38px FuturaPT-Demi;
        text-transform: uppercase;
        padding-left: 25px;
        padding-right: 25px;
    }

    .interior .container-slider .xxx {
        margin-top: 0;
    }

    .interior__slider--wrapper {
        margin-bottom: 30px;
    }

    .exterior .slick-dots {
        top: 120px;
    }

    .interior .slick-dots {
        top: -40px;
    }

    .interior a.interior__info.g-btn, .order__form__wrapper__data__submit .g-btn {
        display: block;
        margin-bottom: 30px;
        min-width: 270px;
        font: 18px FuturaPT-Book;
        line-height: 36px;
        letter-spacing: 0.54px;
        padding: 20px;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }

    .exterior {
        padding-bottom: 90px;
        padding-top: 0px;
    }

    .exterior .exterior__info,
    .interior .interior__info,
    .technologies__info,
    .order__form {
        padding-right: 25px;
        padding-left: 25px;
    }

    .exterior .exterior__info--title,
    .interior .interior__info--title,
    .technologies .container-slider .xxx .technologies__info--title {
        text-align: left;
        font-size: 38px;
        margin-bottom: 20px;
        line-height: normal;
        display: none;
    }

    .exterior .exterior__info--subtitle,
    .interior .interior__info--subtitle,
    .technologies .container-slider .xxx .technologies__info--subtitle,
    .order__form__wrapper--title {
        font-size: 22px;
        text-align: left;
        margin-bottom: 30px;
    }

    .exterior .exterior__info--descr,
    .interior .interior__info--descr,
    .technologies .container-slider .xxx .technologies__info--descr,
    .order__form__wrapper--descr {
        font-size: 16px;
        line-height: 25px;
        text-align: left;
    }

    .exterior__slider__controls--prev-arrow,
    .exterior__slider__controls--next-arrow,
    .interior__slider__controls--prev-arrow,
    .interior__slider__controls--next-arrow,
    .technologies__slider__controls--prev-arrow,
    .technologies__slider__controls--next-arrow {
        padding: 10px;
    }

    .exterior .exterior__slider .slick-dots,
    .interior .interior__slider .slick-dots,
    .technologies .container .technologies__slider .slick-dots {
        bottom: 10px;
    }

    .exterior__slider {
        margin-bottom: 0px;
    }

    .interior,
    .technologies {
        padding-bottom: 90px;
    }

    .interior .interior__info--descr {
        margin-bottom: 30px;
    }

    .interior a.interior__info.g-btn {
        margin-top: 0;
        text-align: center;
        margin-bottom: 0;
    }

    .order__form {
        padding-bottom: 45px;
    }

    .order__form__wrapper--descr {
        margin-bottom: 30px;
    }

    .order__form__wrapper__data__inputs {
        margin: 0;
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 25;
        outline: none;
    }

    .order__form__wrapper__data__inputs input {
        font-size: 16px;
        line-height: 25px;
    }

    .main-footer__logo,
    .main-footer__copyright {
        font-size: 22px;
        line-height: 25px;
    }

    .top-banner .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    /*  .top-banner__info .top-banner__info--title {
        position: relative;
        top: -250px;
      }*/
    /*  .top-banner__slider {
        position: relative;
        top: 200px;
      }*/
    .exterior .container-slider .xxx {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    /*  .exterior .exterior__info--title {
        position: relative;
        top: -230px;
      }*/
    /*  .exterior__slider {
        position: relative;
        top: 50px;
      }*/
    .exterior .exterior__info--descr {
        margin-bottom: 0;
    }

    .interior .container-slider .xxx {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    /*  .interior .interior__info--title {
        position: relative;
        top: -270px;
      }*/
    /*  .interior__slider--wrapper {
        position: relative;
        top: 50px;
      }*/
    .technologies .container-slider .xxx {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .technologies .container-slider .xxx .technologies__slider__container__item {
        height: auto;
    }

    .technologies .container-slider .xxx .technologies__slider__container__item img {
        max-height: 300px;
    }

    .technologies .container-slider .xxx .technologies__slider__controls {
        top: 50%;
    }

    .interior {
        padding-bottom: 0px;
    }

    .technologies__slider {
        margin-bottom: 30px;
    }

    .technologies .slick-dots {
        top: 10%;
    }

    .interior .slick-dots {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    /*  .technologies .container-slider .xxx .technologies__info--title {
        position: relative;
        top: -310px;
      }*/
    /*  .technologies .container-slider .xxx .technologies__slider {
        position: relative;
        top: 50px;
      }*/
}

@media screen and (max-width: 695px) {
    .technologies .slick-dots {
        top: 5%;
    }
}

@media screen and (max-width: 581px) {
    .technologies .slick-dots {
        top: 0%;
    }
}

@media screen and (max-width: 550px) {
    .exterior .slick-dots {
        top: 70px;
    }
}

@media screen and (max-width: 450px) {
    .technologies .slick-dots {
        top: 0%;
    }

    #toTop {
        top: -5%;
    }
}

@media screen and (max-width: 446px) {
    .technologies .slick-dots {
        top: -5%;
    }
}

@media screen and (max-width: 430px) {
    .exterior .slick-dots {
        top: 50px;
    }
}

@media screen and (max-width: 385px) {
    .exterior .slick-dots {
        top: 30px;
    }
}

@media screen and (max-width: 357px) {
    .technologies .slick-dots {
        top: -10%;
    }
}

@media screen and (max-width: 345px) {
    .exterior .slick-dots {
        top: 10px;
    }
}

@media screen and (max-width: 340px) {
    .technologies .slick-dots {
        top: -17%;
    }
}

.xxx {
    /*background: green;*/
    /*width: 50%;*/
    /*height: 100px;*/
    max-width: 1600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*flex-wrap: wrap;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 40px auto;
}

.interior .container-slider .xxx {
    margin-bottom: 60px;
}

@media screen and (min-width: 1199px) {
    .interior__slider--wrapper {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1590px) {
    .interior__slider--wrapper {
        margin-top: 300px;
    }
}



/* Madgentl Words */

.animate {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.madgentle_hover {
	position: fixed;
	bottom: 0;
	right: 0;
}

.white {
	color: #fff;
}

.black{
	color: #000;
}

.madgentle {
	position: relative;
    z-index: 100;
    width: 200px;
    height: 200px;
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    transform: scale(0.4);
    bottom: -60px;
    right: -60px;
}

.madgentle .m {
	position: absolute;
	top: 25%;
	left: 25%;
	transform: translate(-25%, -25%);
	line-height: 42px;
    height: 34px;
    z-index: 100000;
}

.madgentle .m span {
	position: absolute;
    left: -150px;
}

.madgentle .a {
	position: absolute;
	top: 21%;
	left: 22%;
	line-height: 42px;
    height: 34px;
    opacity: 0;
}

.madgentle_hover:hover .a {
	opacity: 1;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -25%);
}

.madgentle .d {
	position: absolute;
	top: 21%;
	left: 22%;
	line-height: 42px;
    height: 34px;
    opacity: 0;
}

.madgentle_hover:hover .d {
	opacity: 1;
	top: 25%;
	left: 75%;
	transform: translate(-75%, -25%);
}

.madgentle .g {
	position: absolute;
	top: 21%;
	left: 22%;
	line-height: 42px;
    height: 34px;
    opacity: 0;
}

.madgentle_hover:hover .g {
	opacity: 1;
	top: 50%;
	left: 25%;
	transform: translate(-25%, -50%);
}

.madgentle .e--1 {
	position: absolute;
	top: 21%;
	left: 22%;
	line-height: 42px;
    height: 34px;
    z-index: 100;
    opacity: 0;
}

.madgentle_hover:hover .e--1 {
	opacity: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.madgentle .n {
	position: absolute;
	top: 21%;
	left: 22%;
	line-height: 42px;
    height: 34px;
    opacity: 0;
}

.madgentle_hover:hover .n {
	opacity: 1;
	top: 50%;
	left: 75%;
	transform: translate(-75%, -50%);
}

.madgentle .t {
	position: absolute;
	top: 21%;
	left: 22%;
	line-height: 42px;
    height: 34px;
    opacity: 0;
}

.madgentle_hover:hover .t {
	opacity: 1;
	top: 75%;
	left: 25%;
	transform: translate(-25%, -75%);
}

.madgentle .l {
	position: absolute;
	top: 21%;
	left: 22%;
	line-height: 42px;
    height: 34px;
    opacity: 0;
}

.madgentle_hover:hover .l {
	opacity: 1;
	top: 75%;
	left: 50%;
	transform: translate(-50%, -75%);
}

.madgentle .e--2 {
	position: absolute;
	top: 21%;
	left: 22%;
	line-height: 42px;
    height: 34px;
    opacity: 0;
}

.madgentle_hover:hover .e--2 {
	opacity: 1;
	top: 75%;
	left: 75%;
	transform: translate(-75%, -75%);
}

.front_copy {
	display: none;
}


@media (max-width: 1024px) {
	
	.front {
		display: none;
	}
	
	.front_copy {
		display: block;
		width: 100%;
		text-align: center;
		margin: 15px 0 25px 0;
		font-size: 11px;
	}
		
}

.container-slider:focus{
    outline: none;
}

.youtube{margin-top: 50px;}
.youtube_title{font: 100px FuturaPT-Demi;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 70px;
    text-align: center;
    margin-bottom: 40px;}
.youtube_title_pre{font-size: 36px;text-transform: none;}
.youtube_container{width: 719px;
    height: 480px;
    margin-left: auto;
    margin-right: auto;}

@media (max-width: 750px) {

.youtube_container{margin-bottom: 70px;    width: 100%;
    height: 270px;}


}

.sale { 
    height: 42px;
    background-image: url(../images/__sale.jpg); /* Путь к фоновому рисунку */
    background-position: left bottom; /* Положение фона */
    background-repeat: repeat-x; /* Повторяем фон по горизонтали */
   }

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

.sale {
    background-size: contain;
}
.top-banner {
    padding-top: 56px;
}
}