/*! 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. */
@font-face {
    font-family: "PF Din Text Comp Pro";
    src: url("../fonts/PFDinTextCompPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PF Din Text Comp Pro";
    src: url("../fonts/PFDinTextCompPro-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Circe";
    src: url("../fonts/Circe-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Circe";
    src: url("../fonts/Circe-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

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;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body {
    font-family: Circe, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.section {
    height: 100vh;
    overflow: hidden;
}

.section_bg {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
}

.section_slider {
    background: #f4f9fc;
}

@media (max-width: 768px) {
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.5) 10%,
            rgba(0, 0, 0, 0.5) 20%,
            rgba(0, 0, 0, 0.5) 80%,
            rgba(0, 0, 0, 0.5) 90%
        );
    }
}

/********content**********/

.content {
    position: relative;
}

.content_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content_flex_end {
    justify-content: flex-end;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    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;
}
/********header**********/

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    height: 210px;
    width: 100%;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 100;
    color: #0c162c;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
.header.fixed {
}
.header_white {
    background: #fff;
    color: #014a8c;
    border-bottom: 5px solid #014a8c;
    padding-bottom: 20px;
    padding-top: 0px;
}

.header__right {
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4em;
    font-weight: 400;
    font-family: "PF Din Text Comp Pro", sans-serif;
}
.header__right a {
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
}
.header__left {
    padding-top: 30px;
    padding-left: 40px;
    cursor: pointer;
    width: 170px;
}
.header__left .logo {
    height: 2rem;
    width: 12rem;
}
.header__left .logo path {
    fill: #fff;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.section_blue .header__left .logo path {
    fill: #014a8c;
}
.section_blue .header__right a {
    color: #014a8c;
}

.logo img {
    width: 100%;
}

.logo img.blue {
    display: none;
}

.section_blue .logo img.blue {
    display: block;
}

.section_blue .logo img.white {
    display: none;
}
/********text**********/

.text1 {
    text-transform: uppercase;
    font-size: 1.6em;
    font-family: "PF Din Text Comp Pro", sans-serif;
}

.text1_gray {
    color: #8e8e8e;
}

.text1_margin-bottom {
    margin-bottom: 20px;
    letter-spacing: 6px;
}

.text2 {
    letter-spacing: 2px;
    font-size: 60px;
    text-transform: uppercase;
    font-family: "PF Din Text Comp Pro", sans-serif;
}

.text2_margin-bottom {
    margin-bottom: 20px;
}

.text3 {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: "Circle", sans-serif;
}

.text3_blue {
    color: #014a8c;
    letter-spacing: 0;
    text-transform: lowercase;
    font-weight: 500;
}

.text3_margin-bottom {
    margin-bottom: 35px;
}

.text4 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 5px;
    font-family: "PF Din Text Comp Pro", sans-serif;
}

.text5 {
    color: #014a8c;
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 400;
    font-family: "PF Din Text Comp Pro", sans-serif;
}

.text6 {
    color: #014a8c;
    font-size: 1em;
    font-weight: 500;
    font-family: "PF Din Text Comp Pro", sans-serif;
}

.text7 {
    color: #014a8c;
    font-size: 1.8em;
    font-weight: 400;
    font-family: "PF Din Text Comp Pro", sans-serif;
}

.text8 {
    color: #014a8c;
    letter-spacing: 0;
    font-size: 0.9em;
    line-height: 18px;
    font-family: "PF Din Text Comp Pro", sans-serif;
}

.text9 {
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 5px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 300;
    font-family: "PF Din Text Comp Pro", sans-serif;
}

/********intro**********/

.intro {
    text-align: center;
    color: #fff;
    padding-bottom: 40px;
    padding-top: 280px;
    font-family: "PF Din Text Comp Pro", sans-serif;
}
.intro .text1 {
    color: #fff;
    letter-spacing: 7px;
    text-transform: none;
    font-size: 1.6em;
    font-weight: 300;
}
/********button**********/

.button {
    text-align: center;
    color: #014a8c;
    background: #fff;
    letter-spacing: 2px;
    border-radius: 30px;
    padding: 15px 40px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.9em;
    cursor: pointer;
    font-family: "PF Din Text Comp Pro", sans-serif;
    /* font-family: Circe, Arial, sans-serif; */
}

.button_margin {
    margin: 30px 0;
}

.button_transparent {
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: lighter;
    cursor: pointer;
    width: 100%;
    padding: 10px 0;
}

.button_blue {
    background: #014a8c;
    color: #fff;
    padding: 10px 20px;
    border: none;
}

.button_white {
    background: #fff;
    color: #014a8c;
    border: 1px solid #014a8c;
    padding: 18px 50px;
    display: block;
    text-decoration: none;
}
.button:hover {
    color: #fff;
    background: #a8b4c4;
    border-color: #a8b4c4;
}

.button_views {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100px;
    /* background: rgba(0,0,0,.5);
    color: #bababa; */
    white-space: nowrap;
}

@media (max-width: 460px) {
    .button_white {
        margin: 10px auto;
    }
}

/********arrow**********/

.arrow-down,
.arrow-up,
.arrow-left,
.arrow-right {
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    cursor: pointer;
}

.arrow-down {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}

.arrow-down:hover,
.arrow-left:hover,
.arrow-right:hover,
.arrow-up:hover {
    border-right: 1px solid #6b8195;
    border-bottom: 1px solid #6b8195;
}

.arrow-up {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}

.arrow-left,
.arrow-right {
    border-right: 1px solid #014a8c;
    border-bottom: 1px solid #014a8c;
}

.arrow-left {
    -webkit-transform: rotateZ(135deg);
    -ms-transform: rotate(135deg);
    transform: rotateZ(135deg);
    margin-left: 5px;
}

.arrow-right {
    -webkit-transform: rotateZ(315deg);
    -ms-transform: rotate(315deg);
    transform: rotateZ(315deg);
    margin-right: 5px;
}

.arrow_small {
    width: 10px;
    height: 10px;
    border-width: 1px;
    border-color: #ffe196;
}

.arrow_small:hover {
    border-color: #fff;
}

.arrow-down_medium {
    width: 15px;
    height: 15px;
    border-radius: 3px;
}

.arrow-down_margin {
    margin-top: 30px;
    margin-bottom: 40px;
    cursor: pointer;
}

.arrow-down_blue {
    border-color: #014a8c;
}

/********footer**********/

.footer {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 40px;
    position: relative;
}

.footer__view1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 360px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: lighter;
    text-align: center;
    letter-spacing: 3px;
}

.footer__left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__right {
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__button {
    position: relative;
    left: -110px;
    width: 320px;
    text-align: center;
    display: none;
}

.footer__day-icon img {
    opacity: 0.5;
    cursor: pointer;
}

.footer__day-icon img.active {
    opacity: 1;
}

.footer__night-icon img {
    opacity: 0.25;
    cursor: pointer;
}

.footer__night-icon img.active {
    opacity: 1;
}

/********floor-switcher**********/

.floor-switcher {
    text-align: center;
    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;
    margin-left: 6px;
    position: relative;
}

.floor-switcher__addit-text {
    font-size: 12px;
    font-weight: lighter;
    color: #fefea8;
    margin-top: 5px;
}

.floor-switcher__floor {
    font-size: 2.2em;
    font-weight: lighter;
}

.floor-switcher__text {
}

.floor-switcher__up-arrow,
.floor-switcher__down-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
}

.floor-switcher__up-arrow {
    right: 0;
    transform: translateY(-8px);
}

.floor-switcher__down-arrow {
    left: 0;
    transform: translateY(-80%);
}

/********about**********/

.about__header {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 86px 0 40px;
    z-index: 3;
}

.about__benefits {
    height: 100vh;
}

/********benefits**********/

.benefits {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/********benefit**********/

.benefit {
    width: 25%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

.benefit:not(:last-of-type) {
    border-right: 1px solid #ffffff75;
}

.benefit:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    display: block;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(10%, rgba(0, 0, 0, 0.25)),
        color-stop(20%, rgba(0, 0, 0, 0.1)),
        color-stop(40%, rgba(0, 0, 0, 0.1)),
        color-stop(80%, rgba(0, 0, 0, 0.7))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0.25) 10%,
        rgba(0, 0, 0, 0.1) 20%,
        rgba(0, 0, 0, 0.1) 40%,
        rgba(0, 0, 0, 0.7) 80%
    );
    background: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0.25) 10%,
        rgba(0, 0, 0, 0.1) 20%,
        rgba(0, 0, 0, 0.1) 40%,
        rgba(0, 0, 0, 0.7) 80%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.25) 10%,
        rgba(0, 0, 0, 0.1) 20%,
        rgba(0, 0, 0, 0.1) 40%,
        rgba(0, 0, 0, 0.7) 80%
    );
    background: -ms-linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.25) 10%,
        rgba(0, 0, 0, 0.1) 20%,
        rgba(0, 0, 0, 0.1) 40%,
        rgba(0, 0, 0, 0.7) 80%
    );
    z-index: 1;
    -webkit-transition: 1s opacity ease;
    -o-transition: 1s opacity ease;
    transition: 1s opacity ease;
    opacity: 0.5;
}

.benefit:hover:before {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(10%, rgba(0, 0, 0, 0.5)),
        color-stop(20%, rgba(0, 0, 0, 0.3)),
        color-stop(40%, rgba(0, 0, 0, 0.3)),
        color-stop(80%, rgba(0, 0, 0, 0.9))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0.5) 10%,
        rgba(0, 0, 0, 0.3) 20%,
        rgba(0, 0, 0, 0.3) 40%,
        rgba(0, 0, 0, 0.9) 80%
    );
    background: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0.5) 10%,
        rgba(0, 0, 0, 0.3) 20%,
        rgba(0, 0, 0, 0.3) 40%,
        rgba(0, 0, 0, 0.9) 80%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5) 10%,
        rgba(0, 0, 0, 0.3) 20%,
        rgba(0, 0, 0, 0.3) 40%,
        rgba(0, 0, 0, 0.9) 80%
    );
    background: -ms-linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5) 10%,
        rgba(0, 0, 0, 0.3) 20%,
        rgba(0, 0, 0, 0.3) 40%,
        rgba(0, 0, 0, 0.9) 80%
    );
    opacity: 1;
}

@media (max-width: 700px) {
    .benefit:before {
        display: none;
    }

    .benefit-inner__icon {
        /* display: none; */
    }
}

/********benefit-inner**********/

.benefit-inner {
    height: 30vh;
    width: 100%;
    color: #fff;
    padding: 1.5vw;
    -webkit-transition: height 0.25s ease;
    -o-transition: height 0.25s ease;
    transition: height 0.25s ease;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.benefit-inner:hover {
    height: 50%;
    -webkit-transition: height 0.25s ease;
    -o-transition: height 0.25s ease;
    transition: height 0.25s ease;
}

.benefit-inner:hover .benefit-inner__text {
    font-size: 16px;
}

.benefit-inner__icon {
    height: 40px;
    text-align: center;
    margin: 20px 0 40px;
    font-size: 40px;
}

.benefit-inner__icon img {
    height: 40px;
}

.benefit-inner__header {
    width: 100%;
    text-align: center;
    /*     font-size: 1.2em;
    line-height: 1.6;
    letter-spacing: 4px;
    color: #c3c3c3;
    font-weight: bold;
            font-family: 'PF Din Text Comp Pro', sans-serif; */
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 5px;
    margin-bottom: 23px;
    font-weight: 300;
    font-family: "PF Din Text Comp Pro", sans-serif;
}
.benefit-inner__text {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 20px;
    line-height: 1.6;
    width: 20vw;
    margin: 30px auto 0;
    font-weight: 300;
}

/********text-block**********/

.text-block__header {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
}

.text-block__main {
    text-align: center;
    margin-bottom: 20px;
}

.text-block__arrow-down {
    text-align: center;
}

/********slider1**********/

.slider1 {
    height: 100vh;
}

.cascade-slider_container {
    position: relative;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cascade-slider_slides {
    height: 100%;
}

.cascade-slider_item {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0.3);
    -ms-transform: translateX(-50%) scale(0.3);
    transform: translateX(-50%) scale(0.3);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    z-index: -1;
    height: 100%;
}

.cascade-slider_item img {
    height: 100%;
}

.cascade-slider_item.next {
    left: 50%;
    -webkit-transform: translateX(-100%) scale(0.8);
    -ms-transform: translateX(-100%) scale(0.8);
    transform: translateX(-100%) scale(0.8);
    opacity: 1;
    z-index: 1;
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4);
    top: -1%;
}

.cascade-slider_item.prev {
    left: 50%;
    -webkit-transform: translateX(0%) scale(0.8);
    -ms-transform: translateX(0%) scale(0.8);
    transform: translateX(0%) scale(0.8);
    opacity: 1;
    z-index: 1;
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4);
    top: -1%;
}

.cascade-slider_item.now {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
    z-index: 5;
    height: 100%;
}

.cascade-slider_arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 5;
    border-color: beige;
}

.cascade-slider_arrow-left {
    right: 150px;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}

.cascade-slider_arrow-right {
    left: 150px;
    -webkit-transform: rotateZ(135deg);
    -ms-transform: rotate(135deg);
    transform: rotateZ(135deg);
}

/********slider2**********/

.slider2 {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider2__slides-wrap {
    height: 70%;
    width: calc(100% - 170px);
}

.slider2__bottom {
    width: 100%;
    position: absolute;
    bottom: 50px;
    z-index: 110;
}
/********slides**********/
.slides {
    position: relative;
}

.slides__arrow-left,
.slides__arrow-right {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #385273;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.slides__arrow-left:hover,
.slides__arrow-right:hover {
    background: #a8b4c4;
    border-color: #a8b4c4;
}
.slides__arrow-left {
    left: 5vw;
}

.slides__arrow-right {
    right: 30vw;
}

.slides__arrow-left:hover .arrow-left,
.slides__arrow-right:hover .arrow-right,
.arrow-left:hover,
.arrow-right:hover {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

/********slide**********/

.slide {
    display: none;
    height: 100%;
}

.slide_active {
    display: block;
}

.slide__header {
    text-align: center;
}

.slide__header_dnone {
    display: none;
}

.slide-plan__header {
}
.slide-plan__header .text1 {
    color: #014a8c;
}
.slide__main {
    height: 100%;
}

.slides__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.slides__bottom div {
    width: 32%;
}
.slides__bottom .button {
    display: inline-block;
}
.slides__bottom div:nth-of-type(2) {
    text-align: center;
}

.slides__bottom .link {
    padding: 0;
    margin-left: 36px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #a7a7a7;
    text-align: center;
    color: #014a8c;
    /* background: #fff; */
    padding-bottom: 5px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
}

@media (pointer: fine) {
    .slides__bottom .link:hover {
        background: none;
        color: #80a5c6;
        text-decoration: none;
        border-bottom: 1px solid transparent;
    }
}

.slides__bottom img {
    margin-right: 80px;
}
/********slide-main**********/

.slide-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slide-main__plan {
    width: 60%;
}

.slide-main__desc {
    padding-right: 70px;
    width: 30%;
}

.slide-main__desc::-webkit-scrollbar {
    width: 5px;
}

.slide-main__desc::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.slide-main__desc::-webkit-scrollbar-thumb {
    background-color: #014a8c;
    outline: 1px solid slategrey;
}

.slider2_special .slider2__switches {
    min-width: 25%;
    width: 25%;
}

.slider2_special .slider2__slides-wrap {
    min-width: 75%;
    width: 75%;
    width: unset;
}

.slider2_special .slide-main__plan {
    width: 68%;
}

@media (max-width: 768px) {
    .slick-slide:before {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        display: block;
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.5) 10%,
            rgba(0, 0, 0, 0.5) 20%,
            rgba(0, 0, 0, 0.5) 80%,
            rgba(0, 0, 0, 0.5) 90%
        );
    }
}

/********slide-plan**********/

.slide-plan {
    text-align: center;
}

.slide-plan__plan {
    text-align: center;
    cursor: pointer;
    height: calc(100vh - 350px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.slide-plan__plan img {
    max-width: 100%;
    max-height: 600px;
    -o-object-fit: contain;
    object-fit: contain;
}

.slide-plan__subheader {
    margin: 10px 0 10px;
}
.slide-plan__subheader strong {
    display: block;
}

@media (max-height: 700px) {
    .slide-plan__plan img {
        max-height: 550px;
    }
}
/********switches**********/
.slider2__switches {
    z-index: 90;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.switches {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #014a8c;
    text-align: center;
    width: 170px;
    padding: 0 0 0 40px;
}

@media (max-width: 1600px) {
    .switches {
        width: 150px;
    }

    .slider2__slides-wrap {
        width: calc(100% - 150px);
    }
}

.switch {
    padding: 5px 0;
    width: 100%;
    text-align: left;
    cursor: pointer;
    opacity: 0.5;
    margin: 10px 0;
    border-bottom: 1px solid #d7d7d7;
}

@media (min-width: 1360px) {
    .switch {
        width: max-content;
        min-width: 100%;
    }
}

.switch span {
    font-size: 26px;
    font-size: 20px;
}
.switch:hover {
    color: #014a8c;
    opacity: 1;
}

.switch_active {
    color: #014a8c;
    opacity: 1;
    border-bottom: 3px solid #014a8c;
}

/********desc**********/

.desc__header {
    text-align: center;
    position: absolute;
    left: -30%;
    right: 0;
    text-align: center;
    top: -2%;
}

/********desc-spec**********/

.desc-spec,
.slide-main__desc div {
    color: #014a8c;
    margin-bottom: 5px;
}

.desc-spec__right {
    font-weight: bold;
}

.desc__benefits,
.slide-main__desc ul {
    color: #014a8c;
    font-size: 0.9em;
    line-height: 1.4;
    margin: 20px 0;
}

.desc__benefits ul,
.slide-main__desc ul {
    padding-left: 0px;
    padding-right: 80px;
}
.desc__benefits ul li,
.slide-main__desc ul li {
    padding-left: 0px;
    position: relative;
    list-style-position: outside;
    margin-left: 15px;
}
.desc__benefits ul li:before .slide-main__desc ul li:before {
    content: "";
    position: absolute;
    margin-left: -10px;
    font-size: 20px;
    vertical-align: middle;
    line-height: 20px;
}

/********button-desc**********/

.button-desc {
    color: #c5c5c5;
    font-size: 12px;
    width: 100%;
    padding: 5px;
}

.slides {
    display: none;
    height: 100%;
}

.slides_active {
    display: block;
}

.slides_bottom {
    margin: 30px;
}

.slides_bottom .button {
    margin: 0 30px;
}

.owl-carousel .owl-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100vh;
    width: 100%;
}

.description {
    position: absolute;
    bottom: 60px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 26px;
    padding: 0 10vw;
}
.description .title {
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 5px;
    margin-bottom: 23px;
    font-weight: 300;
    font-family: "PF Din Text Comp Pro", sans-serif;
}
.description .title + p {
    margin-top: 0;
}
.slick-dots {
    position: absolute;
    top: 94vh;
    margin-top: 0;
    width: 100%;
    z-index: 100;
    padding: 0 30px;
    list-style: none;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slick-dots li {
    background: #a4a39f !important;
    height: 3px !important;
    border-radius: 0 !important;
    cursor: pointer;
    margin: 0 10px;
}
.slick-dots li.active,
.slick-dots li:hover {
    background: #fff !important;
    height: 3px !important;
}
.slick-dots li {
    width: 140px !important;
}

.slick-dots li button {
    display: none;
}

.pagination {
    position: fixed;
    right: 32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination li {
    margin: 18px 10px;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    position: relative;
    display: block;
}

.pagination li a {
    color: white;
    /* position: relative; */
    display: block;
    border: 1px solid #fff;
    height: 6px;
    width: 16px;
    line-height: 3px;
    text-decoration: none;
    border-radius: 4px;
    white-space: nowrap;
}
.pagination li a:hover,
.pagination li a.active {
    background: #fff;
}

.pagination li a span {
    position: absolute;
    width: auto;
    right: 20px;
    top: -12px;
    text-align: right;
    display: none;
    padding: 5px 15px;
    height: 30px;
}

.pagination li a:hover span {
    display: flex !important;
    align-items: center;
}

.section3 .pagination li a {
    border-color: #014a8c;
}

.section3 .pagination li a.active {
    color: #014a8c;
    background: #014a8c;
}
.section3 .pagination li:hover a {
    color: #014a8c;
    background: #014a8c;
}

.panorama {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    height: 100vh;
    z-index: 5;
    display: none;
}

.panorama__inner {
    height: 100vh;
}

.panorama__close {
    position: fixed;
    right: 40px;
    top: 40px;
    font-size: 30px;
    color: #8d8da8;
    cursor: pointer;
}

.panorama__close:hover {
    color: #bebecf;
}

#popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 110;
}

#popup-inner {
    position: relative;
    padding: 50px;
    background: #fff;
    max-width: 100vw;
    height: 100vh;
    border-radius: 15px;
    z-index: 1100;
}
::-webkit-input-placeholder {
    color: #014a8c;
}
::-moz-placeholder {
    color: #014a8c;
}
:-ms-input-placeholder {
    color: #014a8c;
}
:-moz-placeholder {
    color: #014a8c;
}
:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:focus:-moz-placeholder {
    color: transparent;
}

:focus:-ms-input-placeholder {
    color: transparent;
}

.form-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.25);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    z-index: 120;
}

.form-response {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 5px;
    text-align: center;
    line-height: 30px;
}

/*MODAL*/

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.modal .modal-content {
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px;
}
.modal.modal-common .modal-content {
    background: #fff;
    color: #014a8c;
    width: 400px;
    margin-left: -200px;
}

.modal.modal-common .modal-content form {
    width: 300px;
    margin: 30px auto;
}
.modal .modal-content form label,
.modal .modal-content form label input {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: center;
}

.modal.modal-common form label {
    display: block;
    color: #014a8c;
}

.modal.modal-common form label span {
    display: block;
}

.modal.modal-common form label span.light {
    color: #014a8c;
    margin-bottom: 10px;
}
.modal-content form label input[type="text"],
.modal-content form label input[type="phone"] {
    border: none;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #8e9cb2;
    font-size: 16px;
    color: #014a8c;
}
.modal-content form label input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.modal-content form h2 {
    margin: 0 0 20px;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
}

.modal-content form button {
    font-weight: 500;
    color: #014a8c;
    font-size: 1em;
    background: transparent;
    margin: 30px auto 10px auto;
    cursor: pointer;
}

.modal.modal-apart .modal-content {
    width: 750px;
    height: 650px;
    margin-left: -375px;
    background: url(../images/bg-modal_s.jpg) no-repeat 50% 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal.modal-apart .modal-content .content {
    padding: 0;
    width: 100%;
}

.modal.modal-apart .content .line {
    height: 9px;
    width: 100%;
    margin: 10px 0;
    /* background: url(../images/line.png) 50% 50% no-repeat; */
}
.modal.modal-apart .content h2 {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 32px;
    text-align: center;
}

.modal.modal-ny .modal-content {
    background: url(../images/bg-modal.jpg) no-repeat 50% 50%;
    width: 800px;
}
.modal.modal-ny .modal-content .content {
    background: -webkit-linear-gradient(
        45deg,
        rgba(0, 31, 101, 0.3) 0%,
        rgba(1, 123, 224, 0.8) 80%,
        rgba(1, 146, 255, 0.8) 100%
    );
    background: -o-linear-gradient(
        45deg,
        rgba(0, 31, 101, 0.3) 0%,
        rgba(1, 123, 224, 0.8) 80%,
        rgba(1, 146, 255, 0.8) 100%
    );
    background: linear-gradient(
        45deg,
        rgba(0, 31, 101, 0.3) 0%,
        rgba(1, 123, 224, 0.8) 80%,
        rgba(1, 146, 255, 0.8) 100%
    );
    background: -ms-linear-gradient(
        45deg,
        rgba(0, 31, 101, 0.3) 0%,
        rgba(1, 123, 224, 0.8) 80%,
        rgba(1, 146, 255, 0.8) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d001f65', endColorstr='#cc0192ff',GradientType=1 );
}
.modal.modal-ny .modal-content h2 {
    color: #fff;
}

.modal-content .content p {
    margin: 0 0 10px;
    font-weight: 300;
}
.modal-content .content .title {
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.modal-content .content .title span {
    display: block;
    font-size: 18px;
    text-transform: none;
}
.modal-content .content .hide_text {
    text-decoration: underline;
}
.modal-content .content form {
    margin: 20px 0;
}
.modal-content .content form div {
    margin: 15px 0;
}
.modal-content .content form input {
    text-align: center;
    border-radius: 20px;
    padding: 10px 10px;
    display: inline-block;
    margin: 0 10px;
    background: rgba(255, 255, 255, 0.4);
    border: none;
}
.modal-content .content a {
    color: #fff;
}

.modal-content .content ::-webkit-input-placeholder {
    color: #fff;
}
.modal-content .content ::-moz-placeholder {
    color: #fff;
}
.modal-content .content :-ms-input-placeholder {
    color: #fff;
}
.modal-content .content :-moz-placeholder {
    color: #fff;
}
.modal-content .content :focus::-webkit-input-placeholder {
    color: transparent;
}

.modal-content .content :focus::-moz-placeholder {
    color: transparent;
}

.modal-content .content :focus:-moz-placeholder {
    color: transparent;
}

.modal-content .content :focus:-ms-input-placeholder {
    color: transparent;
}
.modal-content .content form .button {
    text-align: center;
    border-radius: 20px;
    padding: 10px 30px;
    display: inline-block;
    margin: 0 10px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    color: #022b91;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
}
.regular-checkbox {
    display: block;
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #014a8c;
    padding: 9px;
    border-radius: 0;
    display: inline-block;
    position: relative;
}
.regular-checkbox:active,
.regular-checkbox:checked:active {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.regular-checkbox:checked {
    background-color: #e9ecee;
    border: 1px solid #014a8c;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
        inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
        inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #014a8c;
}
.regular-checkbox:checked:after {
    content: "\2714";
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #014a8c;
}

.close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer;
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    z-index: 1;
}
.close:hover {
    opacity: 1;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: "";
    height: 33px;
    width: 2px;
    background-color: #014a8c;
}
.close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal-apart .close {
    right: 65px;
    top: 65px;
}
.modal-apart .close:before,
.modal-apart .close:after {
    background-color: #fff;
}

#sectionFooter {
    padding-top: 220px;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.slides__bottom-arrow {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
}

.about__arrow-down {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
}

.footer .arrow-left,
.footer .arrow-right {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.footer .arrow-left:hover,
.footer .arrow-right:hover {
    border-right: 3px solid #6b8195;
    border-bottom: 3px solid #6b8195;
}

[data-slider-1-text="2"],
[data-slider-1-text="3"],
[data-slider-1-text="4"],
[data-slider-1-text="5"] {
    display: none;
}

.header_white .header__right {
    padding-top: 30px;
}

.panorama__inner {
    cursor: move;
}
.panorama__inner .controls {
    position: relative;
    top: 40%;
}
.panorama__inner .controls a {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    color: #eee;
    font-size: 3em;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.panorama__inner .controls a.left {
    left: 50px;
}
.panorama__inner .controls a.right {
    right: 50px;
}
.panorama__inner.moving .controls a {
    opacity: 0.4;
    color: #eee;
}

.footer__view1 {
    width: 330px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/******************/
/******************/
/******************/
/*******Media******/
/******************/
/******************/
/******************/

@media (max-width: 1600px) {
    .slide-plan__plan img {
        height: 450px;
    }
}

@media (max-height: 850px) {
    body {
        font-size: 14px;
    }
    .slider1,
    .about__benefits {
    }

    .benefit-inner {
        padding: 1vw;
    }
    .benefit-inner__text {
        width: 90%;
    }
}

@media (max-width: 1440px) {
    .benefit-inner__text {
        width: 20vw;
    }

    .desc__additional:last-of-type {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 1440px), (max-height: 850px) {
    body {
        font-size: 16px;
    }
    .text-block__arrow-down {
        margin-top: 50px;
    }

    .header {
        height: 140px;
    }
    #sectionFooter {
        padding-top: 170px;
    }

    .header__left {
        padding-top: 20px;
    }

    .header__left svg {
        width: 115px;
    }

    .header__left .logo img {
        width: 100px;
    }

    .benefit-inner__text {
        width: 100%;
        font-size: 1.2em;
        line-height: 1.3;
        letter-spacing: 1px;
        margin-top: 10px;
        font-size: 0px;
    }

    .slide__main,
    .slides__bottom {
    }

    .text1 {
        font-size: 1.2em;
        color: #014a8c;
    }

    .text2 {
    }

    .text3 {
        font-size: 18px;
        line-height: 1.2;
    }

    .text2_margin-bottom {
        margin-bottom: 25px;
    }

    .text3_margin-bottom {
        margin-bottom: 35px;
    }

    .arrow-down_margin {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .text-block__main {
        margin-bottom: 10px;
    }

    .slide__header {
        height: 55px;
    }

    .text4 {
        font-size: 1.7em;
    }

    .text7 {
        font-size: 1.4em;
    }

    .desc-spec,
    .slide-main__desc div {
        line-height: 17px;
        font-size: 15px;
    }

    .desc__benefits {
        font-size: 13px;
        line-height: 18px;
        margin: 30px 0 10px 0;
    }

    .slides__bottom {
        margin-top: 0px;
    }

    .benefit-inner {
        padding: 1vw;
        position: relative;
        z-index: 999;
    }

    .benefit-inner:hover {
        height: 70%;
    }

    .footer__button {
        width: 200px;
    }

    .floor-switcher__floor {
    }
}

@media (max-width: 1440px) {
    .slides__bottom-arrow {
        bottom: -10px;
    }

    .slide-main__nodesc .slide-plan__plan img {
        /*max-height: none;*/
    }
    .about__arrow-down {
        bottom: 20px;
    }

    .floor-switcher {
        margin-left: 6px;
    }
}

@media (max-width: 1200px), (max-height: 850px) {
    .slide__main,
    .slides__bottom {
    }
}

@media (max-width: 1050px) {
    body {
        font-size: 14px;
    }
    .text4 {
    }
    .desc-spec,
    .slide-main__desc div {
        line-height: 16px;
    }

    .text8 {
    }
    .slide__main,
    .slides__bottom {
        padding: 0px 10px;
    }
    .slide-main__desc {
        width: 50%;
        padding: 0 20px 0 30px;
    }
    .slides__arrow-right {
        right: 40vw;
    }
    .slides__arrow-left {
        left: 10vw;
    }
}

@media (max-width: 900px) {
    .cascade-slider_arrow-left {
        right: 60px;
    }

    .cascade-slider_arrow-right {
        left: 60px;
    }
    .slider1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .text5 {
    }
    .text6 {
    }

    .about__header {
        padding: 20px 0;
    }

    .about__benefits {
        height: 100vh;
    }
    .footer__left {
        width: 270px;
    }
    .footer__button {
        left: -20px;
    }
}

@media (max-width: 768px) {
    .section {
        height: auto;
        min-height: 100vh;
        overflow: unset;
        position: relative;
    }

    .content_flex {
        height: auto;
        min-height: 100vh;
        overflow: unset;
    }

    .slide__main {
        padding: 0px 0px;
    }

    .slides__bottom {
        padding: 0 50px;
    }

    .slide-main__desc {
        padding-right: 0px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

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

    .slide-main__desc,
    .slide-main__plan {
        width: 100%;
        margin-bottom: 20px;
    }

    .slides__arrow-left,
    .slides__arrow-right {
        /* top: 70%; */
        /* top: 32%; */
    }

    .header_white:not([data-fixed-header]) {
        display: none;
    }

    #sectionFooter .header {
        display: none;
        opacity: 0;
    }

    .about {
        height: 1000px;
    }

    .benefits:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.5)),
            color-stop(20%, rgba(0, 0, 0, 0.2)),
            color-stop(100%, rgba(0, 0, 0, 0.2)),
            color-stop(90%, rgba(0, 0, 0, 0.5))
        );
        background: -webkit-linear-gradient(
            top,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.2) 20%,
            rgba(0, 0, 0, 0.2) 100%,
            rgba(0, 0, 0, 0.5) 90%
        );
        background: -o-linear-gradient(
            top,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.2) 20%,
            rgba(0, 0, 0, 0.2) 100%,
            rgba(0, 0, 0, 0.5) 90%
        );
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.65) 20%,
            rgba(0, 0, 0, 0.62) 100%,
            rgba(0, 0, 0, 0.5) 90%
        );
        background: -ms-linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.2) 20%,
            rgba(0, 0, 0, 0.2) 100%,
            rgba(0, 0, 0, 0.5) 90%
        );
    }

    .about__benefits {
        min-height: 100%;
        height: 100%;
    }

    .benefit-inner {
        height: auto;
    }
    .benefit-inner:hover {
        /* height: unset; */
    }

    .cascade-slider_item img {
        width: 100%;
        height: auto;
    }

    .cascade-slider_item.now {
        left: 0;
        right: 0px;
        -webkit-transform: translateX(0%) scale(1);
        -ms-transform: translateX(0%) scale(1);
        transform: translateX(0%) scale(1);
        opacity: 1;
        z-index: 5;
        width: 100%;
    }

    .footer__view1 {
        width: 180px;
        font-size: 14px;
    }

    .footer__left {
        width: 230px;
    }

    .footer {
        padding: 20px;
    }
    .hidden-768 {
        display: none;
    }
    .visible-768 {
        display: block;
    }

    .slider2__slides-wrap {
        width: 100%;
    }
    .benefit-inner__text {
        display: none;
    }

    .benefit-inner:hover .benefit-inner__text {
        display: block;
    }

    .benefit-inner__header {
        /* text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.57); */
    }
    .benefit-inner__text {
        /* text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.57); */
    }
}

@media (max-width: 768px) {
    .benefits {
        padding-top: 100px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -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;
    }
    .benefit {
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 10px;
    }
    .footer__button {
        display: none;
    }
}

@media (max-width: 650px) {
    .cascade-slider_arrow {
        top: 45%;
    }

    .slider1 {
        height: 350px;
    }

    .section_slider {
        height: auto;
        min-height: unset;
    }

    .slides__arrow-left {
        left: 30px;
    }

    .slides__arrow-right {
        right: 30px;
    }

    .slides__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .button-desc {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        margin-left: 0;
        width: 100%;
        padding: 5px 0;
    }

    .footer__button {
        position: absolute;
        bottom: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 570px) {
    .hidden-570 {
        display: none;
    }

    .text3 {
        padding: 5px;
    }

    .header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .header__left {
        padding: 0px 0 0;
        width: 100%;
    }
    .header__right {
        padding-right: 0px;
        /* padding-top: 0px !important; */
    }

    .slider1 {
        height: 70vw;
    }

    .header__left svg {
        width: 200px;
    }

    .cascade-slider_arrow-left {
        right: 5vw;
    }

    .cascade-slider_arrow-right {
        left: 5vw;
    }

    .switch {
        font-size: 14px;
    }

    .slide-plan__header {
        margin-top: 20px;
    }

    .slides__arrow-left,
    .slides__arrow-right {
    }

    .arrow-left,
    .arrow-right {
        width: 10px;
        height: 10px;
    }

    .slide-plan__plan img {
        height: auto;
    }

    .slide__main {
        /* padding: 0px 30px; */
    }

    .slides__arrow-left {
        left: 20px;
    }

    .slides__arrow-right {
        right: 20px;
    }

    .section_slider {
        /* padding-bottom: 20px; */
    }

    .benefit {
        width: 100%;
    }

    .section_slider2 {
        padding-bottom: 30px;
    }

    .footer {
        padding: 30px;
        height: 100px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        position: relative;
        top: 70px;
    }

    .footer__day-icon img,
    .footer__night-icon img,
    .footer__eye {
        width: 25px;
    }

    .footer__eye {
        display: none;
    }

    .footer__view1 {
        width: 75%;
        font-size: 12px;
        /* white-space: nowrap; */
    }
    .footer__left {
        width: 100%;
    }

    .footer__right {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: none;
    }
    .footer__right div {
        padding: 0 20px;
    }
    .cascade-slider_item {
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
    }

    .text-block__arrow-down {
        display: none;
    }

    .arrow-down_medium {
        width: 20px;
        height: 20px;
    }

    [data-arrow="1"] {
        opacity: 0;
    }

    .logo img {
        height: 170px;
        padding: 20px;
        width: auto !important;
        padding-top: 30px;
    }

    .footer__floor-switcher {
    }
}

@media (max-height: 700px) {
    .slide-plan__plan img {
        max-height: 350px;
    }

    .text-block__arrow-down {
        margin-top: 15px;
    }

    .desc-spec,
    .slide-main__desc div {
        line-height: 18px;
        font-size: 14px;
    }

    .desc__benefits {
        font-size: 12px;
        line-height: 17px;
    }

    .text8 {
    }
}

@media (max-width: 1024px) {
    .desc-spec,
    .slide-main__desc div {
        width: 250px;
    }
    .slide-main__desc {
        padding-right: 0px;
    }
}

@media (max-width: 768px) {
    .slider2 {
        height: auto;
        display: block;
    }

    [data-arrow] {
        opacity: 0;
    }
}

[data-fixed-header] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #ffffff;
    z-index: 1406;
    height: auto;
    display: none;
}

@media (max-width: 570px) {
    [data-fixed-header] {
        padding-bottom: 5px;
    }

    .header__right {
        padding-top: 30px;
    }

    [data-fixed-header] .header__left svg {
        width: 140px;
    }

    .footer-with-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-link {
        padding: 5px;
    }
}

.tel {
    text-decoration: none;
    color: inherit;
}

.footer-with-links {
    height: 70px;
    background: linear-gradient(to top, #fff0, #43434399);
    background: -ms-linear-gradient(to top, #fff0, #43434399);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 10vw 0;
    text-transform: uppercase;
    font-size: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: "PF Din Text Comp Pro", sans-serif;
}

.footer-link {
    text-decoration: none;
    color: #ffffff;
    white-space: nowrap;
    padding: 0 20px;
    position: relative;
    letter-spacing: 0px;
    display: block;
}
.footer-link:after {
    position: absolute;
    display: none;
    bottom: 0px;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #343537;
}

@media (pointer: fine) {
    .footer-link:hover {
        color: #a8b4c4;
    }

    .footer-link:hover:after {
        background: #fbcd3c;
    }
}

@media (max-width: 1366px) {
    .footer-with-links {
        padding: 0px 80px 0px;
    }

    .footer-link {
        padding: 10px 2%;
    }
}

.footer-with-links_modile-show {
    display: none;
}

@media (max-width: 768px) {
    .footer-with-links {
        padding: 0px 5px 0;
    }

    .footer-with-links_modile-hide {
        display: none;
    }

    .footer-with-links_modile-show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .slide-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .slide-plan__plan img {
        width: auto;
        height: 100%;
    }
}

@media (max-width: 768px) {
    body {
        overflow: visible;
    }
    .pagination {
        display: none;
    }
    .text2 {
        font-size: 2em;
    }
    .header {
        height: 35vh;
        position: absolute;
    }
    .section {
        overflow: visible;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 60px !important;
    }
    .footer {
        display: block;
    }
    .slide-main__plan {
        margin-left: 0;
    }
    #sectionFooter {
        padding-top: 0px;
    }
    .desc__benefits ul {
        padding-right: 0;
    }

    .slides__bottom div {
        width: 100%;
        text-align: center;
    }
    .slides__bottom .link {
        margin-left: 0;
        margin-bottom: 20px;
    }
    .slider2__switches {
        width: 100%;
        float: none;
        margin-top: 0;
        margin-left: 0;
        position: relative;
        top: 0;
        left: 0;
    }
    .switches {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        padding: 0;
    }
    .switch span {
        font-size: 20px;
    }
    .slides {
        padding: 0 5vw;
    }
    .slides__arrow-left,
    .slides__arrow-right {
        top: 28%;
    }
    .slides__arrow-right {
        right: 20px;
        left: auto;
    }
    .slide-main__desc {
        height: auto;
        overflow: hidden;
        margin-top: 0;
    }
    .desc__header {
        padding-top: 40px;
        padding-bottom: 40px;
        position: static;
    }
    .floor-switcher {
        position: absolute;
        bottom: -200px;
        left: 50%;
        margin-left: -50px;
        width: 100px;
    }
    .slider2__bottom {
        position: static;
    }
}

.owl-carousel.owl-drag .owl-item {
    width: 100vw !important;
}

.container__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

.container {
    position: relative;
}

.nybutton {
    display: block;
    max-width: 100%;
    height: 120px;
    margin: 0 auto;
    background: url(../images/nybutton.png) 50% 50% no-repeat;
}
.nybutton {
    cursor: pointer;
}

@media (max-height: 850px) {
    .slide-main__desc {
    }
    .desc__header {
        top: -1%;
    }

    .about__header {
        padding: 54px 20px 40px;
    }

    .slider2__switches {
        top: 46%;
    }
}

@media (max-height: 750px) {
    .footer-with-links {
        height: 100px;
        font-size: 18px;
    }

    .footer-link {
        letter-spacing: 3px;
        font-weight: 300;
    }
    .floor-switcher__floor {
        font-size: 1.6em;
    }
}
@media (max-height: 650px) {
    .button_white {
        padding: 15px 35px;
    }
}

@media (max-width: 460px) {
    .text9 {
        font-size: 21px;
    }
    .text3 {
        letter-spacing: 0;
    }
    .text2_margin-bottom,
    .text3_margin-bottom {
        margin-bottom: 5px;
    }
    .nybutton:hover {
        background: url(../images/nybutton.png) no-repeat 50% 50%;
    }

    .modal.modal-common .modal-content,
    .modal .modal-content,
    .modal.modal-apart .modal-content {
        width: 100%;
        left: 0;
        right: 0;
        top: 50%;
        margin: 0;
        padding: 0;
    }
    .modal-apart .close {
        top: 25px;
        right: 15px;
    }
    .modal.modal-apart .modal-content {
        -webkit-background-size: cover;
        background-size: cover;
        height: 100vh;
    }
    .modal .modal-content .content {
        padding: 10px;
    }
    .modal .modal-content .content .line {
        margin: 7px 0;
    }
    .modal .modal-content .content .title {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .modal .modal-content .content h2 {
        font-size: 22px;
    }
    .modal .modal-content .content form {
        margin: 7px auto;
    }
    .modal .modal-content .content form input {
        margin-bottom: 5px;
    }
}

.arrow-slick {
    width: 30px;
    height: 30px;
    border: 3px solid rgb(214, 214, 214);
    opacity: 0;
    transition: opacity 0.5s ease;
}
.arrow-slick:hover {
    border-color: #fff;
}
.arrow-slick_left {
    left: 90px;
    border-right: none;
    border-top: none;
    -webkit-transform: translateY(-50%) rotateZ(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotateZ(45deg);
}
.arrow-slick_right {
    right: 90px;
    border-left: none;
    border-bottom: none;
    -webkit-transform: translateY(-50%) rotateZ(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotateZ(45deg);
}

@media (max-width: 768px) {
    .benefit-inner__text {
        font-size: 16px;
    }
    #popup-inner {
        padding: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #popup-inner img {
        height: unset !important;
        width: 100%;
    }
}

.arrow-slick:hover {
    opacity: 1 !important;
}

.views-video video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#views-video .footer-with-links {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.two-halves {
    display: flex;
    height: 100%;
}

.two-halves__photo {
    width: 50%;
}

.two-halves__text {
    width: 50%;
    padding: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-block img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.text-block2 {
    color: #014a8c;
}

.text-block2__pre-header {
    letter-spacing: 0.1vw;
}

.text-block2__header {
    margin: 1vw 0 2.2vw;
    font-size: 1.6vw;
    font-family: "PF Din Text Comp Pro", sans-serif;
}

.text-block2__text {
    font-size: 1vw;
    letter-spacing: 0.05vw;
    line-height: 1.75vw;
}

@media (max-width: 1200px) {
    .two-halves__text {
        padding: 50px;
    }

    .text-block2__pre-header {
        letter-spacing: 1px;
        font-size: 14px;
    }

    .text-block2__header {
        margin: 15px 0 30px;
        font-size: 18px;
    }

    .text-block2__text {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 24px;
    }
}

@media (max-width: 768px) {
    .two-halves {
        flex-direction: column;
    }

    .two-halves__photo {
        padding: 20px 0;
        width: 100%;
    }

    .photo-block img {
        height: auto;
    }

    .two-halves__text {
        padding: 20px;
        width: 100%;
        padding-bottom: 100px;
    }
}

.section_nav-blue .pagination li a {
    border: 1px solid #014a8c;
    color: #014a8c;
}

.section_nav-blue .pagination li a:hover,
.section_nav-blue .pagination li a.active {
    background: #014a8c;
}

.section_white-logo .logo img.blue {
    display: none;
}

.section_white-logo .logo img.white {
    display: block;
}

.section:last-of-type .slick-dots li {
    display: none;
}

.intro__text-benefits {
    margin: 20px 0 30px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}

.vertical-line {
    background: white;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
}

.vertical-line_left {
    left: 16px;
}

.vertical-line_right {
    right: 16px;
}

.content__phone-logo {
    flex-direction: column;
    display: flex;
    align-items: center;
    padding: 35px 0 0;
}

.content__phone {
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 1.4em;
    font-weight: 400;
    text-decoration: none;
}

.content__logo {
    height: 150px;
    display: block;
}

.content__logo img {
    height: 170px;
    margin: 30px;
}

.gallery-content {
    position: relative;
    height: 100%;
}

.gallery-slider,
.gallery-slider__inner {
    height: 100%;
}

.gallery-slider__inner {
    display: flex;
    transition: transform 1s ease;
}

.gallery-slider__slide {
    height: 100%;
    position: relative;
    min-width: 100vw;
}
