@charset "UTF-8";

/*! normalize.css v8.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 iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    font-family: "Open Sans", Arial, sans-serif;
}

/**
 * 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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

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

@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    src: local("Open Sans Regular"), local("OpenSansRegular"), local("Open-Sans-Regular"), local("OpenSans-Regular"), url("../fonts/Open Sans Regular.woff") format("woff"), url("../fonts/Open Sans Regular.woff2") format("woff2");
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    src: local("Open Sans Bold"), local("OpenSansBold"), local("Open-Sans-Bold"), local("OpenSans-Bold"), url("../fonts/Open Sans Bold.woff") format("woff"), url("../fonts/Open Sans Bold.woff2") format("woff2");
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    src: local("Roboto"), local("Roboto Regular"), local("Roboto-Regular"), local("RobotoRegular"), url("../fonts/Roboto.woff") format("woff"), url("../fonts/Roboto.woff2") format("woff2");
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 800;
    font-style: normal;
    src: local("MontserratExtraBold"), local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("../fonts/Montserrat ExtraBold.woff") format("woff"), url("../fonts/Montserrat ExtraBold.woff2") format("woff2");
}

#invester-block__filter select::-ms-expand {
    display: none;
}


.unit-content__title-text {
    width: 100%;
}

.unit-content__title-text img {
    width: 100%;
    height: auto;
}

.invester-block__contant li,
.administration-block li,
.zdanie-block li {
    position: relative;
    padding-left: 20px !important;
}

.invester-block__contant li::before,
.administration-block li::before,
.zdanie-block li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

.city-filter__wrapper-checkbox > input {
    display: none;
}

.header {
    font-family: "Open Sans", Arial, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header__first-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 15px;
}

.header__phone {
    font-weight: 700;
    font-size: 12px;
    color: black;
    text-decoration: none;
}

.header__mail {
    font-weight: 700;
    font-size: 12px;
    color: #ED1C23;
    text-decoration: none;
}

.header__mobile-container {
    position: absolute;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000;
    display: none;
}

.header__mobile-container--first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 140px;
    width: 100%;
    padding: 0 22px;
    display: none;
}

.header__mobile-container--second {
    top: 200px;
}

.header__eye {
    margin-right: 20px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header__img-eye {
    line-height: 30px;
    vertical-align: text-bottom;
}

.header__list-lang {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    margin-right: 20px;
    padding: 0;
    list-style: none;
}

.header__item-lang {
    width: 60px;
    height: 30px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #1A1A1A;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
}



.header__item-lang:first-child {
    border-radius: 4px 0px 0px 4px;
}

.header__item-lang:last-child {
    border-radius: 0px 4px 4px 0px;
}

.header .active-lang {
    color: white;
    line-height: 30px;
    border: 1px solid #ED1C23;
    background-color: #ED1C23;
    height: 100%;
    line-height: 25px;
}

.header__link-lang {
    display: block;
    width: 100%;
    font-family: inherit;
    text-align: center;
    line-height: 26px;
    color: black;
    text-decoration: none;
}

.header__resident {
    display: block;
    width: 92%;
    height: 60px;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 25px;
    font-family: inherit;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 60px;
    border: 0;
    background: #ED1C23;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
}

.header__list-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    margin-left: 25px;
    list-style: none;
}

.header__item-social {
    margin-right: 15px;
}

.header__item-social:last-child {
    margin-right: 0;
}

.header__link-social {
    text-decoration: none;
    outline: 0;
}

.header__second-line {
    position: relative;
    padding: 15px;
    background: #F7F7F7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header__second-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__logo {
    display: inline-block;
}

.header__logo-img {
    width: 150px;
    height: 42px;
}

.header__toggle-menu {
    width: 40px;
    height: 40px;
    padding: 0;
    color: white;
    font-family: inherit;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    border: 0;
    background: #ED1C23;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
    -webkit-transition: background 0.5s linear 0s;
    transition: background 0.5s linear 0s;
    -webkit-transition: width 0.5s linear 0s;
    transition: width 0.5s linear 0s;
}
.header__toggle-menu > span{
    margin-left: 5px;
}
.header__toggle-menu > span,
.header__toggle-menu > span::before,
.header__toggle-menu > span::after {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
}
.header__toggle-menu > span::before {
    content: '';
    top: -8px;
}
.header__toggle-menu > span::after {
    content: '';
    top: 8px;
}

.header__toggle-menu.active-menu {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 0;
    background: #999999;
    border-radius: 4px;
}

.toggle-mobile-menu.active-menu > span{
    background-color: transparent;
}

.toggle-mobile-menu.active-menu > span:before{
    background-color: transparent;
}

.toggle-mobile-menu.active-menu > span:after{
    background-color: transparent;
}

.header__toggle-menu.active-menu:before,
.header__toggle-menu.active-menu:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    margin-left: -15px;
    background-color: white;
    border-radius: 15%;
}

.header__toggle-menu.active-menu:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header__toggle-menu.active-menu:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header__navigation {
    position: absolute;
    top: 75px;
    left: 0;
    display: none;
    width: 100%;
    padding-top: 125px;
    background: #F7F7F7;
    z-index: 9;
}

.bvi-body .header__navigation {
    padding-top: 0;
}

.header__list-menu {
    margin: 0;
    padding: 0;
    padding: 0 25px;
    list-style: none;
}

.header__item-menu {
    padding: 19px 0;
}

.header__menu-link {
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
    color: black;
    text-decoration: none;
}

.header-search {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-search__link {
    display: inline-block;
    height: 30px;
    padding: 0;
    text-decoration: none;
    border: 0;
    background-color: transparent;
    outline: 0;
    cursor: pointer;
}

.header-search__img {
    vertical-align: bottom;
}

.search-form {
    display: none;
}

.search-form__container {
    margin: 0;
    padding: 0;
    border: 0;
}

.search-form__input {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid black;
    outline: 0;
}

@media (min-width: 1200px) {

    .detail-rezidenty__detail-text {
        width: 100% !important;
    }

    .header__first-line {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1290px;
        margin: 0 auto;
        padding: 15px;
        padding-left: 23px;
        padding-right: 290px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header__mobile-container {
        position: static;
        top: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        margin: 0 auto;
        padding: 0;
    }

    .header__mobile-container--first {
        margin-left: 0;
        margin-right: 16px;
    }

    .header__mobile-container--second {
        margin-right: 0;
        margin-left: 40px;
    }

    .header__phone {
        margin-right: auto;
        font-size: 18px;
    }

    .header__mail {
        margin-left: auto;
        font-size: 18px;
    }

    .header__logo-img {
        width: 352px;
        height: 36px;
    }

    .header__list-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: flex-end;
        -ms-flex-align: flex-end;
        align-items: flex-end;
        margin-left: 0;
    }

    .header__second-line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 80px;
        padding-right: 0;
        padding-left: 23px;
    }

    .header__second-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header__toggle-menu {
        display: none;
    }

    .header__logo {
        display: inline-block;
    }

    .header__navigation {
        position: static;
        top: 0;
        left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
    }

    .header__list-menu {
        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;
        max-width: 720px;
        padding-left: 0;
        margin-left: 50px;
    }


    html body .bvi-body .land-gallery .owl-carousel .owl-nav button.owl-next::before {
        left: 36px;
        top: 33px !important;
    }

    html body .bvi-body .land-gallery .owl-carousel .owl-nav button.owl-prev::before {
        left: 28px;
        top: 40px !important;
    }


    html body .bvi-body .territory .owl-carousel .owl-nav button.owl-prev::before {
        left: 29px;
    }

    html body .bvi-body .territory .owl-carousel .owl-nav button.owl-next::before {
        left: 34px;
    }


    html body .bvi-body .land-gallery .owl-thumbnail.owl-carousel .owl-nav button.owl-prev::before {
        display: none;
    }

    html body .bvi-body .land-gallery .owl-thumbnail.owl-carousel .owl-nav button.owl-prev span {
        margin-left: 12px;
        background-color: #000 !important;
        color: #fff !important;
        text-decoration: none !important;
    }

    html body .bvi-body .land-gallery .owl-thumbnail.owl-carousel .owl-nav button.owl-next::before {
        display: none;
    }

    html body .bvi-body .land-gallery .owl-thumbnail.owl-carousel .owl-nav button.owl-next span {
        margin-right: 7px;
        background-color: #000 !important;
        color: #fff !important;
        text-decoration: none !important;
    }



}

@media (min-width: 1290px) {
    .header__first-line {
        padding-left: 0;
    }

    .header__second-line {
        padding-left: 0;
    }
}


@media (min-width: 1200px) and (min-width: 1290px) {
    .header__list-menu {
        margin-left: 130px;
        top: 5px;
        position: relative;
    }
}

@media (min-width: 1200px) {
    .header__item-menu {
        margin-right: 40px;
        padding: 0;
    }

    .header__item-menu:last-child {
        margin-right: 0;
    }

    .header__resident {
        position: absolute;
        top: -81px;
        right: 0;
        width: 250px;
        margin: 0;
        border-radius: 0;
    }

    .header__second-container {
        position: relative;
        width: 100%;
        max-width: 1290px;
        margin: 0 auto;
    }

    .header .open-search {
        max-width: 620px;
        margin-left: 20px;
        -webkit-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }
}

@media (min-width: 1200px) and (min-width: 1290px) {
    .header .open-search {
        max-width: 720px;
        margin-left: 50px;
    }
}

@media (min-width: 1200px) {
    .header .open-search li {
        margin-right: 10px;
    }
}

@media (min-width: 1200px) and (min-width: 1290px) {
    .header .open-search li {
        margin-right: 20px;
    }
}

@media (min-width: 1200px) {
    .header-search {
        position: absolute;
        bottom: -57px;
        right: 20px;
    }
}

.content {
    font-family: "Open Sans", Arial, sans-serif;
}

.full-block__list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.full-block .owl-nav {
    height: -0px;
}

.unit-full {
    position: relative;
    height: 570px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.unit-full__title {
    margin: 0;
    margin-top: 55px;
    margin-bottom: 225px;
    font-family: "Montserrat", Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    text-align: center;
    color: #FFFFFF;
}

.unit-full__play-button {
    position: relative;
    font-family: inherit;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #F0F0F0;
    text-shadow: 0 2px 3px #000;
    background-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.unit-full__play-button:before {
    content: '';
    position: absolute;
    top: -140px;
    left: 50%;
    width: 85px;
    height: 128px;
    margin-left: -42.5px;
    background-image: url("../img/main-page/full-block-gallery/play-button.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 85px 128px;
    z-index: 3;
}

.unit-full__video {
    display: none;
}

.unit-full__background {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 600px;
    margin-left: -960px;
    z-index: -1;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-nav {
    position: absolute;
    top: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: relative;
    width: 80px;
    height: 80px;
    font-size: 0;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    outline: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.owl-carousel .owl-nav button.owl-prev:after,
.owl-carousel .owl-nav button.owl-next:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    background-color: white;
    border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -40px;
}

.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    background: url(../img/icon_arrow.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 24px;
    margin-top: -12px;
    z-index: 5;
    background-size: contain;
}

.residents__list.owl-carousel .owl-nav button.owl-prev:before {
    right: 38px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.residents__list.owl-carousel .owl-nav button.owl-next:before {
    left: 38px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);

}


.owl-carousel .owl-nav button.owl-prev:before {
    right: 22px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.owl-carousel .owl-nav button.owl-next:before {
    left: 22px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.owl-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    max-width: 180px;
    margin-left: -90px;
}

.owl-carousel button.owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #F0F0F0;
    border: 3px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    outline: 0;
}

.owl-carousel button.owl-dot:last-child {
    margin-right: 0;
}

.owl-carousel button.owl-dot.active {
    width: 40px;
    border-radius: 10px;
    background-color: #ED1C23;
}

@media (min-width: 1200px) {
    .full-block {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        min-height: 600px;
    }

    .full-block .owl-carousel .owl-nav button.owl-prev,
    .full-block .owl-carousel .owl-nav button.owl-next {
        width: 120px;
        height: 120px;
    }

    .full-block .owl-carousel .owl-nav button.owl-prev {
        left: -60px;
    }

    .full-block .owl-carousel .owl-nav button.owl-next {
        right: -60px;
    }

    .full-block .owl-carousel .owl-nav button.owl-prev:after,
    .full-block .owl-carousel .owl-nav button.owl-next:after {
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
    }

    .full-block .owl-carousel .owl-nav button.owl-prev:before,
    .full-block .owl-carousel .owl-nav button.owl-next:before {
        width: 15px;
        height: 28px;
    }

    .full-block .owl-carousel .owl-nav button.owl-prev:before {
        right: 35px;
        z-index: 11111;
        display: inline-block;
    }

    .full-block .owl-carousel .owl-nav button.owl-next:before {
        left: 35px;
    }

    .unit-full {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        height: 600px;
    }

    .unit-full__title {
        max-width: 980px;
        margin: 0 auto;
        margin-top: 80px;
        margin-bottom: 170px;
        font-size: 64px;
    }

    .unit-full__video {
        max-width: 550px;
        min-height: 350px;
    }
}

/* увеличенная картинка */
.video-full__magnify {
    display: none;
    /*! position: absolute !important; */
    /* upd: 24.10.2016 */
    position: fixed !important;
    max-width: 800px;
    height: auto;
    z-index: 10100;
}

.video-full__magnify iframe {
    width: 100%;
    min-width: 800px;
    min-height: 560px;
}

@media (max-width: 800px) {
    .video-full__magnify iframe {
        min-width: 500px;
        min-height: 300px;
    }
}

@media (max-width: 500px) {
    .video-full__magnify iframe {
        min-width: 320px;
        min-height: 200px;
    }
}

/* затемняющий фон */
.video-full {
    display: none;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 10000;
}

/* кнопка закрытия */
.video-full__close {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

.video-full__close i {
    width: 30px;
    height: 30px;
    background: url("https://codernote.ru/files/cross.png") no-repeat center center;
    background-size: 16px 16px;
    display: block;
}

@-webkit-keyframes rota {
    25% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rota {
    25% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.video-full__close:hover {
    -webkit-animation: rota 4s infinite normal;
    animation: rota 4s infinite normal;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.land-gallery {
    position: relative;
    max-width: 630px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 50px;
    overflow: hidden;
}

.land-gallery__title {
    margin: 0;
    margin-bottom: 25px;
    font-family: "Montserrat", Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    text-align: center;
    color: #1A1A1A;
}

.land-gallery__title--desc {
    display: none;
}

.land-gallery__list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.land-gallery__item--first {
    display: none;
}

.land-gallery__button {
    display: block;
    width: 92%;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 10px;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    background: #ED1C23;
    border-radius: 4px;
    outline: 0;
}

.land-gallery__view-map {
    position: relative;
    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;
    width: 92%;
    height: 60px;
    margin: 0 auto;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 56px;
    text-align: center;
    color: #ED1C23;
    text-decoration: none;
    background: #FFFFFF;
    border: 2px solid #ED1C23;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    outline: 0;
}

.land-gallery__view-icons {
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    height: 26px;
    background-image: url("../img/main-page/land-gallery/icon_map.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 30px 26px;
}

.land-gallery__slider-container .owl-carousel .owl-nav button.owl-prev:before,
.land-gallery__slider-container .owl-carousel .owl-nav button.owl-next:before {
    background: url(../img/icon_arrow_w.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 24px;
    margin-top: -10px;
    z-index: 5;
    background-size: contain;
}

.land-gallery__controls {
    display: none;
}

.land-gallery .owl-nav {
    top: 15%;
    height: 0;
}

.land-gallery .owl-carousel .owl-item img {
    width: 100%;
}

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

    .land-gallery .owl-nav {
        top: 50% !important;
        height: auto;
        margin-top: -100px;
    }

}


.land-gallery .owl-thumbnail__image {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.owl-thumbnail__item {
    position: relative;
}

.owl-thumbnail__item img {
    height: 133px !important;
    ;
    -o-object-fit: cover;
    ;
    object-fit: cover;
}

.land-gallery .owl-carousel .owl-nav button.owl-prev,
.land-gallery .owl-carousel .owl-nav button.owl-next {
    background-color: rgba(237, 28, 35, 0.3);
    position: absolute;
}

.land-gallery .owl-carousel .owl-nav button.owl-prev:after,
.land-gallery .owl-carousel .owl-nav button.owl-next:after {
    background-color: #ED1C23;
}

.land-gallery .owl-carousel .owl-nav button.owl-prev.disabled,
.land-gallery .owl-carousel .owl-nav button.owl-next.disabled {
    display: none;
}

.land-gallery .owl-carousel .owl-item img {
    width: 100%;
    height: auto;
    height: 420px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.unit-land__img {
    height: 420px;
}

.land-gallery .owl-thumbnail {
    display: none;
}

.unit-land__img-container {
    position: relative;
    max-width: 630px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.unit-land__schema {
    display: none;
}

.unit-land__desc {
    display: none;
}

.unit-land__img {
    width: 100%;
    height: auto;
}


.unit-land__button-3d {
    position: absolute;
    top: 50%;
    left: 50%;
    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;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 125px;
    height: 125px;
    margin-left: -62.5px;
    margin-top: -62.5px;
    text-decoration: none;
    color: black;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #1A1A1A;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    z-index: 1;
}

.unit-land__button-3d--tour {
    font-family: "Montserrat", Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    display: block;
    width: 96%;
    font-size: 14px;
    color: #ED1C23;
}

.unit-land__button-3d:before {
    content: '';
    position: absolute;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background-color: white;
    z-index: -1;
}

.unit-land__content .unit-land__title {
    font-family: "Montserrat", Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    color: #1A1A1A;
    text-align: left;
    /*margin: 0 auto;*/
    margin-bottom: 20px;
}



font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 36px;

.owl-thumbnail__item-title {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #1A1A1A;
    padding-top: 15px;
}

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

    .unit-land__title {
        font-size: 24px !important;
        line-height: 36px !important;
        padding: 20px;
        font-family: Open Sans !important;
        font-style: normal !important;
    }

}

@media (min-width: 420px) {
    .land-gallery .owl-nav {
        top: 20%;
    }
}

@media (min-width: 530px) {
    .land-gallery .owl-nav {
        top: 27%;
    }
}

@media (min-width: 630px) {
    .land-gallery .owl-nav {
        top: 34%;
    }
}

@media (min-width: 1200px) {
    .land-gallery {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 100px 0 80px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: visible;
    }
}

@media (min-width: 1200px) and (min-width: 1290px) {
    .land-gallery {
        max-width: 1290px;
    }
}

@media (min-width: 1200px) {
    .land-gallery__title {
        position: relative;
        margin-bottom: 60px;
        padding-left: 130px;
        font-family: "Montserrat", Arial, sans-serif;
        font-style: normal;
        font-weight: 800;
        font-size: 44px;
        color: #1A1A1A;
        text-align: left;
    }

    .land-gallery__title--desc {
        display: block;
        margin-top: 10px;
        font-family: "Open Sans", Arial, sans-serif;
        line-height: 27px;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        color: #999999;
    }

    .land-gallery__title:before {
        content: '';
        position: absolute;
        top: 8px;
        left: 0;
        width: 100px;
        height: 46px;
        background-image: url("../img/main-page/land-gallery/logo_title_element.svg");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100px 46px;
    }

    .land-gallery__list {
        margin-bottom: 25px;
        overflow: visible;
    }

    .land-gallery__view-map {
        display: none;
    }

    .land-gallery__button {
        display: none;
    }

    .land-gallery .owl-nav {
        top: 50%;
        margin-top: -40px;
        height: 0;
    }

    .land-gallery .owl-carousel .owl-nav button.owl-prev:before {
        right: 50%;
        margin-right: -7px;
        width: 15px;
        height: 28px;
        margin-top: -14px;
    }

    .land-gallery .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    .land-gallery .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }

    .land-gallery .owl-carousel .owl-nav button.owl-next:before {
        left: 0;
        right: 0;
        top: 11px !important;
        bottom: 0;
        width: auto;
        height: auto;
        background-position: center;
        background-size: auto 25px;
    }

    .land-gallery .owl-carousel .owl-nav button.owl-prev:before {
        left: 0;
        right: 0;
        top: 10px !important;
        bottom: 0;
        width: 100%;
        height: auto;
        background-position: center;
        background-size: auto 25px;
    }


    .land-gallery .owl-thumbnail {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        width: calc(100% - 3px);
    }

    .land-gallery .owl-thumbnail__view-map-desktop {
        position: relative;
        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;
        height: 134px;
        padding-top: 40px;
        font-family: "Open Sans", Arial, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        text-decoration: none;
        color: #ED1C23;
        background: #FFFFFF;
        border: 2px solid #ED1C23;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 4px;
        outline: 0;
    }

    .land-gallery .owl-thumbnail__view-map-desktop:before {
        content: '';
        position: absolute;
        top: 40px;
        left: 50%;
        width: 30px;
        height: 26px;
        margin-left: -15px;
        background-image: url("../img/main-page/land-gallery/icon_map.svg");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 30px 26px;
    }

    .land-gallery .owl-thumbnail__image {
        width: 193px;
        height: 134px;
    }

    .land-gallery .owl-thumbnail .owl-stage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }

    .land-gallery .owl-thumbnail.owl-carousel.owl-drag .owl-item {
        position: relative;
    }

    .land-gallery .owl-thumbnail.owl-carousel.owl-drag .owl-item:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.4);
    }

    .land-gallery .owl-thumbnail.owl-carousel.owl-drag .owl-item.current .owl-thumbnail__image {
        border: 4px solid #ED1C23;
    }

    .land-gallery .owl-thumbnail.owl-carousel.owl-drag .owl-item.current:after {
        display: none;
    }

    .land-gallery .owl-thumbnail.owl-carousel.owl-drag .owl-item:first-child:after {
        display: none;
    }

    .land-gallery .owl-thumbnail.owl-carousel .owl-nav {
        margin-top: -30px;
    }

    .land-gallery .owl-thumbnail.owl-carousel .owl-nav button.disabled {
        display: none;
    }

    .land-gallery .owl-thumbnail.owl-carousel .owl-nav button {
        position: absolute;
        width: 40px;
        height: 40px;
        background-color: #ED1C23;
    }

    .land-gallery .owl-thumbnail.owl-carousel .owl-nav button.owl-next {
        position: absolute;
        width: 40px;
        height: 40px;
        background-color: inherit;
        background-image: url(../img/btn.svg);


    }



    .land-gallery .owl-thumbnail.owl-carousel .owl-nav button:before {


        background-size: 7px;
        margin-top: -5px;
        margin-left: 0;
        top: 0;
        bottom: 0;
        left: 5px !important;
        right: 50%;
        background-position: center;
    }

    .land-gallery .owl-thumbnail.owl-carousel .owl-nav button.owl-prev::before {
        background-size: 7px;
        margin-top: -11px;
        margin-left: 4px;
        top: 0;
        bottom: 0;
        left: 5px !important;
        right: 50%;
        background-position: center;
    }

    .land-gallery .owl-thumbnail.owl-carousel .owl-nav button.owl-prev {
        left: -20px;
    }

    .land-gallery .owl-thumbnail.owl-carousel .owl-nav button.owl-prev:before {
        margin-right: -12px;
    }

    .land-gallery .owl-thumbnail.owl-carousel .owl-nav button.owl-next:before {
        left: 9px;
    }

    .land-gallery .owl-thumbnail.owl-carousel .owl-nav button.owl-next {
        right: -18px;
        background-repeat: no-repeat;
    }

    .land-gallery .owl-thumbnail.owl-carousel .owl-nav button:after {
        display: none;
    }

    .unit-land {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) and (min-width: 1290px) {
    .unit-land {
        max-width: 1290px;
    }
}

@media (min-width: 1200px) {
    .unit-land__content {
        width: 100%;
        max-width: 520px;
        margin-left: 25px;
        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;
    }

    .unit-land__button-3d {
        width: 220px;
        height: 220px;
        margin-top: -110px;
        margin-left: -110px;
        font-size: 18px;
        line-height: 25px;
    }

    .unit-land__button-3d:before {
        width: 180px;
        height: 180px;
    }

    .unit-land__button-3d--tour {
        font-size: 30px;
        line-height: 37px;
    }

    .unit-land__title {
        margin: 0;
        margin-bottom: 20px;
    }

    .unit-land__desc {
        display: block;
        margin-bottom: 26px;
        font-family: "Open Sans", Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #1A1A1A;

        -webkit-box-flex: 1;

        -ms-flex-positive: 1;

        flex-grow: 1;
    }

    .unit-land__desc--style {
        font-weight: 700;
    }

    .unit-land__schema {
        width: 252px;
        min-height: 60px;
        padding: 0 10px;
        font-family: "Open Sans", Arial, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        color: #FFFFFF;
        text-decoration: none;
        line-height: 56px;
        background: #ED1C23;
        border-radius: 4px;
        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;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .unit-land__schema-icons {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 12px;
        background-image: url("../img/main-page/land-gallery/icon_3d.svg");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 24px 24px;
    }

    .unit-land__img {
        width: 630px;
        height: 420px;
    }
}

@media (min-width: 1450px) {
    .land-gallery .owl-carousel .owl-nav button.owl-prev {
        left: -80px;
    }

    .land-gallery .owl-carousel .owl-nav button.owl-next {
        right: -80px;
    }
}

@media (min-width: 1600px) {
    .land-gallery .owl-carousel .owl-nav button.owl-prev {
        left: -110px;
        position: relative;
    }

    .land-gallery .owl-carousel .owl-nav button.owl-next {
        right: -110px;
    }
}

.investors {
    min-height: 474px;
    padding-top: 40px;
    font-family: inherit;
    background-image: url("../img/main-page/investors/inv.jpg");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 1920px 474px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.investors__title {
    margin-bottom: 10px;
    font-family: "Montserrat", Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFF;
}

.investors__title--desc {
    display: none;
}

.investors__link-present {
    display: none;
}

.investors__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    z-index: 11111;
}

.investors .owl-carousel .owl-item img {
    width: 100%;
    max-width: 60px;
    display: inline-block;
}

.investors .owl-carousel .owl-item img.show_blind {
    display: none;
}

html body .bvi-body .investors .owl-carousel .owl-item img.show_blind {
    display: inline-block;
}

html body .bvi-body .investors .owl-carousel .owl-item img.hide_blind {
    display: none !important;
}


html body .bvi-body ul.investors__nav {
    background-color: transparent !important;
    background: none;
}



.investors .owl-stage-outer,
.investors .owl-stage,
.investors .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 270px;
}

.investors .owl-nav {
    top: 50%;
    height: -0px;
    margin-top: -40px;
}

.unit-investor {
    text-align: center;
}

.unit-investor__title {
    top: 100%;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    width: 256px;
    padding-top: 215px;
}

.html body .bvi-body[data-bvi-images="true"] img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    z-index: 11;
}

html body .bvi-body .full-block_item,
html body .bvi-body .owl-nav,
html body .bvi-body .owl-nav .owl-carousel * {
    background: none !important;
}

html body .bvi-body .owl-carousel.land-gallery__thumbnails .owl-item img {
    z-index: 1;
}

html body .bvi-body .owl-carousel .owl-item iframe {
    display: none !important;
}


html body .bvi-body .owl-dots {
    padding: 10px;
    border-radius: 50px
}

/* owl-prev investors__prev-button */

html body .bvi-body .owl-carousel .owl-nav button.owl-prev::before,
html body .bvi-body .owl-carousel .owl-nav button.owl-next::before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    background: url(../img/icon_arrow.svg) !important;
    background-repeat: no-repeat !important;
    width: 18px;
    height: 35px;
    margin-top: -17px;
    z-index: 5;
    background-size: 100% !important;
    -webkit-filter: grayscale();
    filter: grayscale();
}

html body .bvi-body .owl-carousel.investors__list > .owl-nav > button::before {
    content: '';
    position: absolute !important;
    top: 50%;
    display: inline-block !important;
    background: url(../img/icon_arrow.svg) !important;
    background-repeat: no-repeat;
    width: 12px;
    height: 24px;
    margin-top: -13px;
    z-index: 5;
}

html body .bvi-body .unit-full__play-button::before {
    display: none;
}

html body .bvi-body .unit-full__play-button,
html body .bvi-body .unit-full__title {
    padding: 15px 40px;
    border-radius: 50px
}

html body .bvi-body .header__resident,
html body .bvi-body .unit-land__schema {
    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;
    outline: 3px solid #000;
    height: 50px !important;
    margin-top: 10px !important;

}



.unit-investor__desc {
    margin: 0;
    font-size: 11px;
    text-align: center;
}

@media (min-width: 768px) {
    .unit-investor {
        margin: 0 auto;
    }
}

.investors__container {
    z-index: 2;
}

@media (min-width: 1200px) {
    .investors {
        margin: 0 auto;
        padding-top: 70px;
        padding-bottom: 120px;
        min-height: 562px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-size: 1920px 572px;
        overflow: hidden;
    }

    .investors__container {
        position: relative;
        max-width: 1290px;
        margin: 0 auto;
    }

    .investors__title {
        position: relative;
        padding-left: 130px;
        padding-right: 190px;
        font-size: 44px;
    }

    .investors__title--desc {
        display: block;
        margin-top: 15px;
        font-family: "Open Sans", Arial, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
    }

    .investors__title:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 46px;
        background-image: url("../img/main-page/investors/logo_title_element.svg");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100px 46px;
    }

    .investors__list {
        margin: 0 auto;
        overflow: visible;
    }

    .investors__link-present {
        position: absolute;
        right: 30px;
        top: 0;
        display: block;
        width: 130px;
        font-family: "Open Sans", Arial, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 27px;
        color: #FFFFFF;
        text-decoration: none;
        outline: 0;
    }

    .investors__link-present:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -51px;
        width: 36px;
        height: 46px;
        margin-top: -23px;
        background-image: url("../img/main-page/investors/icon_doc.svg");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 36px 46px;
    }

    .investors .owl-nav {
        margin-top: -60px;
    }

    .investors .owl-carousel .owl-nav button {
        width: 120px;
        height: 120px;
    }

    .investors .owl-carousel .owl-nav button:before {
        width: 15px;
        height: 28px;
    }

    .investors .owl-carousel .owl-nav button.owl-prev:before {
        right: 30px;
    }

    .investors .owl-carousel .owl-nav button.owl-next:before {
        left: 30px;
    }

    .investors .owl-carousel .owl-nav button:after {
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
    }

    .investors .owl-carousel .owl-nav button.owl-prev {
        left: -60px;
    }

    .investors .owl-carousel .owl-nav button.owl-next {
        right: -60px;
    }
}

@media (min-width: 1300px) {
    .investors .owl-carousel .owl-nav button.owl-prev {
        left: -70px;
    }

    .investors .owl-carousel .owl-nav button.owl-next {
        right: -70px;
    }
}

@media (min-width: 1355px) {
    .investors .owl-carousel .owl-nav button.owl-prev {
        left: -100px;
    }

    .investors .owl-carousel .owl-nav button.owl-next {
        right: -100px;
    }
}

@media (min-width: 1430px) {
    .investors .owl-carousel .owl-nav button.owl-prev {
        left: -140px;
    }

    .investors .owl-carousel .owl-nav button.owl-next {
        right: -140px;
    }
}

@media (min-width: 1500px) {
    .investors .owl-carousel .owl-nav button.owl-prev {
        left: -180px;
    }

    .investors .owl-carousel .owl-nav button.owl-next {
        right: -180px;
    }
}

@media (min-width: 1550px) {
    .investors .owl-carousel .owl-nav button.owl-prev {
        left: -210px;
    }

    .investors .owl-carousel .owl-nav button.owl-next {
        right: -210px;
    }
}

@media (min-width: 1630px) {
    .investors .owl-carousel .owl-nav button.owl-prev {
        left: -240px;
    }

    .investors .owl-carousel .owl-nav button.owl-next {
        right: -240px;
    }
}

@media (min-width: 1680px) {
    .investors .owl-carousel .owl-nav button.owl-prev {
        left: -270px;
    }

    .investors .owl-carousel .owl-nav button.owl-next {
        right: -270px;
    }
}

@media (min-width: 1750px) {
    .investors .owl-carousel .owl-nav button.owl-prev {
        left: -300px;
    }

    .investors .owl-carousel .owl-nav button.owl-next {
        right: -300px;
    }
}

@media (min-width: 1810px) {
    .investors .owl-carousel .owl-nav button.owl-prev {
        left: -330px;
    }

    .investors .owl-carousel .owl-nav button.owl-next {
        right: -330px;
    }
}

@media (min-width: 1870px) {
    .investors .owl-carousel .owl-nav button.owl-prev {
        left: -360px;
    }

    .investors .owl-carousel .owl-nav button.owl-next {
        right: -360px;
    }
}

@media (min-width: 1920px) {
    .investors .owl-carousel .owl-nav button.owl-prev {
        left: -375px;
    }

    .investors .owl-carousel .owl-nav button.owl-next {
        right: -375px;
    }
}

.territory {
    padding: 30px 0;
    font-family: inherit;
}

.territory__title {
    margin: 0 auto;
    margin-bottom: 25px;
    font-family: "Montserrat", Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 44px;
    line-height: 54px;
    color: #1A1A1A;
}


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

    .territory__title {
        font-style: normal;
        font-weight: 800;
        font-size: 28px;
        line-height: 34px;
        color: #1A1A1A;
    }

}



.territory__list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.territory .owl-nav {
    top: 21%;
    height: 0;
}

.territory .owl-carousel .owl-item img {
    width: 100%;
}

.territory .owl-carousel .owl-nav button.owl-prev,
.territory .owl-carousel .owl-nav button.owl-next {
    background-color: rgba(237, 28, 35, 0.3);
}

.territory .owl-carousel .owl-nav button.owl-prev:after,
.territory .owl-carousel .owl-nav button.owl-next:after {
    background-color: #ED1C23;
}

.territory .owl-carousel .owl-nav button.owl-prev:before,
.territory .owl-carousel .owl-nav button.owl-next:before {
    background: url(../img/icon_arrow_w.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.unit-territory {
    position: relative;
    max-width: 630px;
    margin: 0 auto;
}

.unit-territory__container {
    position: relative;
}

.unit-territory__map-link {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 125px;
    height: 125px;
    margin-top: -60px;
    margin-left: -60px;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #1A1A1A;
    text-decoration: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 0;
    flex-direction: column;
}

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

    .unit-territory__map-link {
        font-size: 10px;
    }

    .unit-territory__map-link span {
        font-size: 22px;
    }

}

.unit-territory__map-link:before {
    content: '';
    position: absolute;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background-color: white;
    z-index: -1;
}

.unit-territory__map-link--style {
    font-size: 18px;
    color: #ED1C23;
    font-family: "Montserrat", Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 37px;
    text-align: center;
}

@media (max-width: 580px) {
    .unit-territory__map-link--style {
        font-size: 20px;
    }

    .unit-territory__map-link {
        font-size: 11px !important;
    }
}

.unit-territory__img {
    width: 100%;
    height: auto;
}

.unit-territory__title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 40px;
    padding: 0 15px;


}



.unit-territory__desc {
    display: none;
}

.unit-territory__land {
    display: block;
    width: 98%;
    height: 60px;
    margin: 0 auto;
    font-family: inherit;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    line-height: 56px;
    color: #FFFFFF;
    text-decoration: none;
    background: #ED1C23;
    border-radius: 4px;
}

.territory .owl-carousel .owl-item .unit-territory__block {
    height: 420px;
}

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

    .unit-territory__land {

        width: 90%;
    }
}

@media (min-width: 420px) {
    .territory .owl-nav {
        top: 25%;
    }
}

@media (min-width: 530px) {
    .territory .owl-nav {
        top: 30%;
    }
}

@media (min-width: 630px) {
    .territory .owl-nav {
        top: 30%;
    }
}

@media (min-width: 1200px) {
    .territory {
        max-width: 1200px;
        margin: 0 auto;
        padding-top: 70px;
        padding-bottom: 100px;
    }
}

@media (min-width: 1200px) and (min-width: 1290px) {
    .territory {
        max-width: 1290px;
    }
}

@media (min-width: 1200px) {
    .territory__title {
        position: relative;
        margin-bottom: 65px;
        padding-left: 130px;
    }

    .territory__title:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100px;
        height: 46px;
        margin-top: -23px;
        background-image: url("../img/main-page/territory/logo_title_element.svg");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100px 46px;
    }

    .territory__list {
        overflow: visible;
    }

    .territory .owl-nav {
        top: 50%;
        margin-top: -40px;
    }

    .territory .owl-carousel .owl-nav button.owl-prev:before {
        left: 0;
        right: 0;
        top: 10px;
        bottom: 0;
        width: 100%;
        height: auto;
        background-position: center;
        background-size: auto 25px;
    }

    .territory .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    .territory .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }

    .territory .owl-carousel .owl-nav button.owl-next:before {
        left: 0;
        right: 0;
        top: 15px;
        bottom: 0;
        width: 100%;
        height: auto;
        background-position: center;
        background-size: auto 25px;
    }

    .territory .owl-carousel .owl-item img,
    .territory .owl-carousel .owl-item .unit-territory__block {
        width: 630px;
        height: auto;
    }

    .unit-territory {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
    }

    .unit-territory__container {
        margin-right: 30px;
    }

    .unit-territory__img {
        width: 630px;
        height: 420px;
    }

    .unit-territory__content {
        max-width: 630px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .unit-territory__title {
        margin: 0;
        margin-bottom: 20px;
        padding: 0;
        font-size: 18px;
        line-height: 27px;

        font-family: "Montserrat", Arial, sans-serif;
        font-style: normal;
        font-weight: 800;
        font-size: 44px;
        line-height: 54px;
        color: #1A1A1A;

    }

    .unit-territory__desc {
        display: inline-block;
        margin-bottom: 26px;
        font-size: 18px;
        line-height: 27px;
        margin-top: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .unit-territory__land {
        max-width: unset;
        margin: 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 0 2em;
    }

    .unit-territory__map-link {
        width: 220px;
        height: 220px;
        margin-top: -110px;
        margin-left: -110px;
        font-size: 18px;
    }

    .unit-territory__map-link--style {
        display: block;
        width: 96%;
        font-size: 30px;
    }

    .unit-territory__map-link:before {
        width: 180px;
        height: 180px;
    }
}

@media (min-width: 1450px) {
    .territory .owl-carousel .owl-nav button.owl-prev {
        left: -80px;
    }

    .territory .owl-carousel .owl-nav button.owl-next {
        right: -80px;
    }
}

@media (min-width: 1600px) {
    .territory .owl-carousel .owl-nav button.owl-prev {
        left: -110px;
    }

    .territory .owl-carousel .owl-nav button.owl-next {
        right: -110px;
    }
}

@media (max-width: 1280px) {
    .unit-territory__content {
        margin-top: 0;
    }

    .territory .owl-nav {
        /* display: none; */
    }
}

.residents {
    min-height: 295px;
    padding-top: 40px;
    padding-bottom: 70px;
    background-image: url("../img/main-page/residents/res.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1920px 691px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.residents__title {
    margin-bottom: 40px;
    font-family: "Montserrat", Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFF;
}

.residents__title--desc {
    display: none;
}

.residents__link-price {
    display: none;
}

.residents__link {
    display: none;
}

.residents__list {
    width: 72%;
    margin: 0 auto;
    padding: 0px;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.residents .owl-nav {
    top: 50%;
    height: -0px;
    margin-top: -40px;
}

.residents .owl-carousel .owl-nav button.owl-prev {
    left: -85px;
}

.residents .owl-carousel .owl-nav button.owl-next {
    right: -85px;
}

.residents .owl-carousel .owl-item img {
    width: 100%;
    height: auto;
    max-height: 100px;
    max-width: none;
    margin: 0 auto;
}

.unit-resident {
    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;
    width: auto;
    height: 125px;
    margin: 0 auto;
    background-color: white;
    border-radius: 4px;
    padding: 10px;
}

.unit-resident__title {
    /* display: none; */
}

@media (min-width: 390px) {
    .residents .owl-carousel .owl-nav button.owl-prev {
        left: -95px;
    }

    .residents .owl-carousel .owl-nav button.owl-next {
        right: -95px;
    }
}

@media (min-width: 460px) {
    .residents .owl-carousel .owl-nav button.owl-prev {
        left: -105px;
    }

    .residents .owl-carousel .owl-nav button.owl-next {
        right: -105px;
    }
}

@media (min-width: 560px) {
    .residents .owl-carousel .owl-nav button.owl-prev {
        left: -125px;
    }

    .residents .owl-carousel .owl-nav button.owl-next {
        right: -125px;
    }
}

@media (min-width: 700px) {
    .residents .owl-carousel .owl-nav button.owl-prev {
        left: -145px;
    }

    .residents .owl-carousel .owl-nav button.owl-next {
        right: -145px;
    }
}

@media (min-width: 840px) {
    .residents .owl-carousel .owl-nav button.owl-prev {
        left: -160px;
    }

    .residents .owl-carousel .owl-nav button.owl-next {
        right: -160px;
    }
}

@media (min-width: 950px) {
    .residents .owl-carousel .owl-nav button.owl-prev {
        left: -180px;
    }

    .residents .owl-carousel .owl-nav button.owl-next {
        right: -180px;
    }
}

@media (min-width: 1080px) {
    .residents .owl-carousel .owl-nav button.owl-prev {
        left: -200px;
    }

    .residents .owl-carousel .owl-nav button.owl-next {
        right: -200px;
    }
}

@media (min-width: 1250px) {
    .residents .owl-carousel .owl-nav button.owl-prev {
        left: -220px;
    }

    .residents .owl-carousel .owl-nav button.owl-next {
        right: -220px;
    }
}

@media (min-width: 1200px) {
    .residents {
        position: relative;
        max-width: 1920px;
        margin: 0 auto;
        min-height: 691px;
        padding: 60px 0;
        text-align: center;
    }

    .residents__link-price {
        position: absolute;
        top: 0;
        right: 0;
        width: 140px;
        font-family: inherit;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 22px;
        text-decoration: none;
        color: #FFFFFF;
        outline: 0;
    }

    .residents__link-price:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -51px;
        width: 36px;
        height: 46px;
        margin-top: -23px;
        background-image: url("../img/main-page/investors/icon_doc.svg");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 36px 46px;
    }

    .residents__title {
        position: relative;
        margin: 0;
        padding-left: 130px;
        padding-right: 190px;
        font-size: 44px;
        text-align: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .residents__title--desc {
        display: block;
        margin-top: 15px;
        font-family: "Open Sans", Arial, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        color: #F0F0F0;
    }

    .residents__title:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 46px;
        background-image: url("../img/main-page/residents/logo_title_element.svg");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100px 46px;
    }

    .residents__title-container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1290px;
        margin: 0 auto;
        margin-bottom: 60px;
    }

    .residents__link-price {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
    }

    .residents__list {
        width: 88%;
        max-width: 1290px;
        margin: 0 auto;
        margin-bottom: 60px;
    }

    .residents__link {
        display: block;
        width: 222px;
        height: 60px;
        margin: 0 auto;
        font-family: "Open Sans", Arial, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        color: #FFFFFF;
        line-height: 56px;
        text-decoration: none;
        background: #ED1C23;
        border-radius: 4px;
        outline: 0;
    }

    .residents .owl-carousel .owl-nav button {
        width: 120px;
        height: 120px;
        margin-top: -60px;
        padding: 0;
    }

    .residents .owl-carousel .owl-nav button:before {
        width: 14px;
        height: 28px;
    }

    .residents .owl-carousel .owl-nav button:after {
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
    }

    .residents .owl-carousel .owl-nav button.owl-prev {
        left: -60px;
    }

    .residents .owl-carousel .owl-nav button.owl-next {
        right: -60px;
    }

    /* .unit-resident {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    height: 300px;
    padding: 0;
  } */
    /* .unit-resident__title {
    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;
    width: 100%;
    height: 110px;
    margin: 0;
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    color: #1A1A1A;
    border-radius: 0px 0px 4px 4px;
    background-color: #F7F7F7;
    padding: 0 15px;
    box-sizing: border-box;
  } */
    /* .unit-resident__container-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 190px;
    width: 130px;
  } */
    .unit-resident__img {
        line-height: 190px;
    }

    .unit-resident__img--forrest {
        width: 150px;
        height: 150px;
    }

    .unit-resident__img--aqua {
        width: 150px;
        height: 66px;
    }

    .unit-resident__img--extrusion {
        width: 150px;
        height: 90px;
    }

    .unit-resident__img--olsa {
        width: 150px;
        height: 88px;
    }

    .unit-resident__img--sonca {
        width: 114px;
        height: 150px;
    }
}

.unit-resident {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    /* width: 190px; */
    height: 300px;
    padding: 0;
}

.unit-resident__title {
    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;
    width: 100%;
    height: 110px;
    margin: 0;
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    color: #1A1A1A;
    border-radius: 0px 0px 4px 4px;
    background-color: #F7F7F7;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.unit-resident__container-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 190px;
    width: 130px;
}

@media (min-width: 1330px) {
    .residents .owl-carousel .owl-nav button.owl-prev {
        left: -90px;
    }

    .residents .owl-carousel .owl-nav button.owl-next {
        right: -90px;
    }
}

@media (min-width: 1390px) {
    .residents .owl-carousel .owl-nav button.owl-prev {
        left: -110px;
    }

    .residents .owl-carousel .owl-nav button.owl-next {
        right: -110px;
    }
}

@media (min-width: 1450px) {
    .residents .owl-carousel .owl-nav button.owl-prev {
        left: -155px;
    }

    .residents .owl-carousel .owl-nav button.owl-prev:before {
        right: 30px;
    }

    .residents .owl-carousel .owl-nav button.owl-next {
        right: -155px;
    }

    .residents .owl-carousel .owl-nav button.owl-next:before {
        left: 30px;
    }
}

@media (min-width: 1570px) {
    .residents .owl-carousel .owl-nav button.owl-prev {
        left: -210px;
    }

    .residents .owl-carousel .owl-nav button.owl-next {
        right: -210px;
    }
}

@media (min-width: 1630px) {
    .residents .owl-carousel .owl-nav button.owl-prev {
        left: -210px;
    }

    .residents .owl-carousel .owl-nav button.owl-next {
        right: -210px;
    }
}

@media (min-width: 1650px) {
    .residents .owl-carousel .owl-nav button.owl-prev {
        left: -250px;
    }

    .residents .owl-carousel .owl-nav button.owl-next {
        right: -250px;
    }
}

@media (min-width: 1730px) {
    .residents .owl-carousel .owl-nav button.owl-prev {
        left: -290px;
    }

    .residents .owl-carousel .owl-nav button.owl-next {
        right: -290px;
    }
}

@media (min-width: 1805px) {
    .residents .owl-carousel .owl-nav button.owl-prev {
        left: -325px;
    }

    .residents .owl-carousel .owl-nav button.owl-next {
        right: -325px;
    }
}

@media (min-width: 1865px) {
    .residents .owl-carousel .owl-nav button.owl-prev {
        left: -365px;
    }

    .residents .owl-carousel .owl-nav button.owl-next {
        right: -365px;
    }
}

@media (min-width: 1920px) {
    .residents .owl-carousel .owl-nav button.owl-prev {
        left: -375px;
    }

    .residents .owl-carousel .owl-nav button.owl-next {
        right: -375px;
    }
}

.map {
    max-width: 1920px;
    margin: 0 auto;
}

.map__content {
    width: 100%;
    height: auto;
    min-height: 420px;
    vertical-align: bottom;
}

.territory-map {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 40px;
    font-family: "Open Sans", Arial, sans-serif;
}

.territory-map__container {
    position: relative;
    padding-left: 4.1%;
    padding-right: 4.1%;
}

.territory-menu {
    display: none;
}

@media (max-width: 1199px) {
    .territory-menu {
        display: block;
    }
}

.territory-map__content {
    position: relative;
    margin-bottom: -37px;
}

.territory-map__title {
    max-width: 1290px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #E0E0E0;
}

.territory-map__description {
    max-width: 1290px;
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.territory-map__frame {
    width: 100%;
    max-width: 1920px;
    min-height: 636px;
    margin: 0 auto;
    vertical-align: bottom;
}

.breadcrumbs {
    max-width: 1290px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumbs__item {
    position: relative;
    margin-right: 20px;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

.breadcrumbs__item:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -11px;
    width: 3px;
    height: 1px;
    background-color: #999999;
}

.breadcrumbs__item:last-child {
    margin-right: 0;
}

.breadcrumbs__item:last-child:after {
    display: none;
}

.breadcrumbs__item.active-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ED1C23;
}

.breadcrumbs__link {
    text-decoration: none;
    color: black;
    line-height: 25px;
}

.filter-map {
    position: absolute;
    top: 40px;
    width: 100%;
    max-width: 1290px;
}

.filter-map__toggle-button {
    position: absolute;
    top: 0;
    left: 50%;
    width: 305px;
    height: 49px;
    margin-left: -152.5px;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 49px;
    color: #000000;
    border: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
    z-index: 10;
}

.filter-map__toggle-button:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 95px;
    width: 13px;
    height: 16px;
    margin-top: -8px;
    background-image: url("../img/territory/filter-icon.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 13px 16px;
}

.filter-map__container {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    display: none;
    width: 305px;
    margin: 0 auto;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    /*! bottom: 0; */
}

.filter-map__title {
    margin: 0;
    padding: 15px 30px;
    font-family: inherit;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #E5E5E5;
}

.city-filter__container {
    position: relative;
    margin: 0;
    margin-top: 10px;
    padding: 0px;
    padding-bottom: 10px;
    border: 0;
    border-bottom: 1px solid #E5E5E5;
}

.city-filter__title {
    position: relative;
    width: 100%;
    padding: 0 40px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    cursor: pointer;
}

.city-filter__title span {
    display: inline-block;
    height: 100%;
    width: 100%;
}



.city-filter__title i.arrow {
    position: absolute;
    top: 50%;
    left: 17px;
    display: inline-block;
    padding: 4px;
    margin-top: -4px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.city-filter__title.open-menu-filter i.arrow {
    margin-top: -5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.city-filter__list {
    display: none;
    margin: 0;
    max-height: 404px;
    max-height: 168px;
    margin-top: 10px;
    padding: 0 40px;
    padding-right: 20px;
    list-style: none;
    overflow: hidden;
}

.city-filter__list.section-filter {
    display: block;
}

.city-filter__item {
    margin-bottom: 15px;
}

.city-filter__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.city-filter__input:checked + .city-filter__checkbox:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 1.5px;
    width: 7px;
    height: 7px;
    margin-top: -3.5px;
    background-image: url("../img/territory/check-red.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 7px 7px;
}

.city-filter__input:disabled + .city-filter__checkbox {
    background-color: #999999;
}

.city-filter__input:checked:disabled + .city-filter__checkbox:after {
    left: 1px;
    width: 8px;
    background-image: url("../img/territory/check-white.svg");
    background-size: 8px 7px;
}

.city-filter__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.city-filter__checkbox {
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    margin-top: -6.5px;
    border: 2px solid #999999;
}

.city-filter__text {
    padding-left: 25px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
}

.result-element {
    position: absolute;
    top: 60px;
    left: 305px;
    width: 320px;
    padding: 20px;
    background: #F7F7F7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5;
}

.result-element__title {
    margin: 0;
    margin-bottom: 15px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
}

.result-element__area,
.result-element__all-area {
    margin: 0;
    margin-bottom: 10px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

.result-element__area--style,
.result-element__all-area--style {
    font-weight: bold;
}

.result-element__all-area {
    margin-bottom: 15px;
}

.result-element__more-link {
    display: inline-block;
    margin-bottom: 15px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #ED1C23;
    text-decoration: none;
}

.result-element__land-container {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    border-top: 1px solid #E5E5E5;
}

.result-element__land-list {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}

.result-element__land-link {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    line-height: 21px;
    text-decoration: none;
    color: black;
}

.result-element__land-link:hover {
    text-decoration: underline;
}

.result-element__free-area {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 25px;
    padding-right: 25px;
}

.result-element__free-list {
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

.filter-map .result-element__free-list {
    margin: 0;
    padding: 0;
}

.result-element__free-link {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    line-height: 21px;
    text-decoration: none;
    color: black;
}

.result-element__free-link:hover {
    text-decoration: underline;
}

.result-element__container-button {
    position: absolute;
    top: 0;
    right: -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 25px;
}

.result-element__close,
.result-element__slide {
    position: relative;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 5px;
    height: 40px;
    padding: 0;
    font-size: 0;
    border: 0;
    background-color: white;
    border-radius: 0px 4px 4px 0px;
    outline: 0;
    cursor: pointer;
}

.result-element__close:before,
.result-element__close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 1px;
    margin-left: -8.5px;
    background-color: #ED1C23;
}

.result-element__close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.result-element__close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.result-element__slide:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border: solid #ED1C23;
    border-width: 0 1px 1px 0;
    display: inline-block;
    margin-top: -5px;
    margin-left: -3.5px;
    padding: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    margin: 0;
    margin-bottom: 10px;
    background: #C4C4C4;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mCSB_scrollTools .mCSB_dragger {
    left: 0px;
    width: 4px;
    border: 1px solid #C4C4C4;
    background: #FFFFFF;
    border-radius: 3px;
}

.city-filter__wrapper-checkbox {
    position: absolute;
    right: 20px;
    top: 0;
}

.city-filter__checkbox-label {
    display: inline-block;
    right: 0px;
    top: 0;
    position: relative;
    width: 28px;
    height: 18px;
    z-index: 10;
    line-height: 17px;
    background: #548D72;
    border-radius: 30px;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    cursor: pointer;
}

.free-wrapper__label {
    background-color: #ED1C23;
}

.city-filter__checkbox-label:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 1px;
    top: 50%;
    display: block;
    margin-top: -7px;
    background: white;
    border-radius: 30px;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    cursor: pointer;
}

#city-land-checkbox,
#city-free-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#city-land-checkbox:checked + .city-filter__checkbox-label {
    left: 0px;
}

#city-land-checkbox:checked + .city-filter__checkbox-label:after {
    left: 12px;
    content: "";
}

#city-free-checkbox:checked + .city-filter__checkbox-label {
    left: 0px;
}

#city-free-checkbox:checked + .city-filter__checkbox-label:after {
    left: 12px;
    content: "";
}


@media (min-width: 1200px) {
    .territory-map__description {
        width: 70%;
    }
}

@media (min-width: 1200px) and (min-width: 1290px) {
    .filter-map {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .filter-map__toggle-button {
        /* display: none; */
        left: 0;
        margin-left: auto;
        z-index: 10;
    }

    .filter-map__container {
        left: 0;
        display: block;
        margin-left: 0;
        z-index: 993;
    }
}

@media (max-width: 1289px) and (min-width: 992px) {

    .filter-map__toggle-button,
    .filter-map__container {
        left: 30px;
    }

    .result-element {
        left: 335px;

    }
}

@media (max-width: 991px) {
    .filter-map__container {
        top: 60px;
    }
}

.desktop-intro {
    display: none;
}

@media (min-width: 1200px) {
    .desktop-intro {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1920px;
        min-height: 166px;
        margin: 0 auto;
        background-image: url("../img/territory/img_bg.png");
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: 1920px 166px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .desktop-intro__title {
        position: relative;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding-left: 123px;
        font-family: "Montserrat", Arial, sans-serif;
        font-style: normal;
        font-weight: 800;
        font-size: 44px;
        line-height: 54px;
        color: #FFFFFF;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (min-width: 1200px) and (min-width: 1290px) {
    .desktop-intro__title {
        max-width: 1290px;
    }
}

@media (min-width: 1200px) {
    .desktop-intro__title:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 101px;
        height: 45px;
        background-image: url("../img/territory/logo.svg");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 101px 45px;
    }

    .desktop-intro__title--desc {
        display: block;
        font-family: "Open Sans", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 27px;
        color: #F0F0F0;
        text-shadow: 0 2px 3px #000;
    }
}

.submenu {
    display: none;
}

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

    .submenu {
        display: block;
    }

    .submenu__list {
        color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px;
        overflow-x: auto;
        border-bottom: 1px solid #eee;
    }

    .submenu__list li {
        margin-right: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 7px;
    }

    .submenu__list li:last-child {
        padding-right: 20px;
    }

    .submenu__item.active-submenu {
        border-bottom: 2px solid #f00;
        padding-bottom: 5px;
    }

    .submenu__list a {
        color: #000;
        font-size: 14px;
        text-decoration: none;
        font-weight: bold;
        white-space: nowrap;
    }


}

@media screen and (max-width: 580px) {
    .submenu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .submenu__item {
        padding: 7px 6px
    }

    .submenu__item.active-submenu {
        border-left: 2px solid #f00;
        border-bottom: none;
    }
}

@media (min-width: 1200px) {
    .submenu {
        display: block;
        max-width: 1200px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) and (min-width: 1290px) {
    .submenu {
        max-width: 1290px;
    }
}

@media (min-width: 1200px) {
    .submenu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        border-bottom: 1px solid #E5E5E5;
    }

    .submenu__item {
        position: relative;
        margin-right: 30px;
        font-family: "Open Sans", Arial, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        min-height: 65px;
        color: #000000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 240px;
    }

    .submenu__item.active-submenu:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #ED1C23;
    }

    .submenu__item:last-child {
        margin-right: 0;
    }

    .submenu__link {
        display: block;
        text-decoration: none;
        font-family: "Open Sans", Arial, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
        padding: 15px 0 20px 0;
    }
}

.unit-content {
    padding-top: 30px;
}

.unit-content__title {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    color: #E0E0E0;
}

@media (max-width: 480px) {
    .unit-content__title {

        font-size: 25px;
        line-height: 30px;
    }
}

.unit-content__container-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.img-content__container {
    position: relative;
    margin-bottom: 20px;
}

.img-content__container:after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 10px;
    width: 29px;
    height: 28px;
    background-image: url("../img/territory-unit/increase-icon.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 29px 28px;
    cursor: pointer;
}

.img-content__img {
    max-width: 549px;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    cursor: pointer;
}

.img-content__list {
    margin: 0;
    padding: 0;
    padding-left: 4.1%;
    padding-right: 4.1%;
    list-style: none;
}

.img-content__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.img-content__item:last-child {
    margin-bottom: 0;
}

.img-content__desc-img {
    width: 50px;
    height: 22px;
}

.img-content__desc-text {
    margin: 0;
    margin-left: 10px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
}

.land-plot {
    margin-top: 30px;
    padding-left: 0;
}

.land-plot__title {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "Montserrat", Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    color: #1A1A1A;
}

.land-plot__area,
.land-plot__all-area {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
}

.land-plot__result {
    font-weight: bold;
}

.land-plot__list {
    margin: 0;
    margin-top: 30px;
    padding: 0;
    list-style: none;
}

.land-plot__item {
    margin-bottom: 5px;
}

.land-plot__item:last-child {
    margin-bottom: 0;
}

.land-plot__link-area {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    outline: 0;
}

.land-plot__link-area:hover {
    text-decoration: none;
}

.enterprises {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 4.1%;
    padding-bottom: 50px;
    font-family: "Open Sans", Arial, sans-serif;
}

.enterprises__title {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 24px;
}

.enterprises__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    counter-reset: myCounter;
}

.enterprises__item {
    position: relative;
    width: 49%;
    margin-bottom: 5px;
    list-style: none;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.enterprises__item:last-child {
    margin-bottom: 0;
}

.enterprises__item:before {
    counter-increment: myCounter;
    content: counter(myCounter) ".";
    font-weight: bold;
    font-size: 12px;
}

.enterprises__link {
    font-size: 14px;
    color: #000000;
    text-decoration: underline;
}

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

@media (min-width: 1200px) {
    .unit-content {
        max-width: 1160px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (min-width: 1290px) {
    .unit-content {
        max-width: 1290px;
    }
}

@media (min-width: 1200px) {
    .unit-content__title {
        font-size: 44px;
        line-height: 54px;
    }

    .unit-content__img-container {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .img-content__list {
        padding: 0;
    }

    .land-plot__title {
        font-size: 30px;
    }

    .land-plot__area,
    .land-plot__all-area {
        font-size: 14px;
        line-height: 28px;
    }

    .land-plot__link-area {
        font-size: 14px;
        line-height: 20px;
    }

    .enterprises {
        max-width: 600px;
    }
}

@media (min-width: 1200px) and (min-width: 1290px) {
    .enterprises {
        max-width: 680px;
    }
}

@media (min-width: 1200px) {
    .enterprises__title {
        margin-bottom: 40px;
        font-size: 18px;
    }

    .enterprises__item {
        margin-bottom: 15px;
    }

    .enterprises__item:before {
        font-size: 14px;
    }

    .enterprises__link {

        font-size: 14px;
    }
}

@media (min-width: 1200px) {

    /* увеличенная картинка */
    #magnify {
        display: none;
        /* position: absolute; upd: 24.10.2016 */
        position: fixed;
        max-width: 600px;
        height: auto;
        z-index: 9999;
    }

    #magnify img {
        width: 100%;
    }

    /* затемняющий фон */
    #overlay {
        display: none;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0.5;
        z-index: 9990;
    }

    /* кнопка закрытия */
    #close-popup {
        width: 30px;
        height: 30px;
        background: #FFFFFF;
        border: 1px solid #AFAFAF;
        border-radius: 15px;
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 15px;
    }

    #close-popup i {
        width: 30px;
        height: 30px;
        background: url(https://codernote.ru/files/cross.png) no-repeat center center;
        background-size: 16px 16px;
        display: block;
    }

    @-webkit-keyframes rota {
        25% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes rota {
        25% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    #close-popup:hover {
        -webkit-animation: rota 4s infinite normal;
        animation: rota 4s infinite normal;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }
}

@media (max-width: 1199px) {
    .unit-content__container-flex.content-flex-nowrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .unit-content__img-container {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .land-plot {
        margin-top: 0;
    }
}

@media (max-width: 850px) {
    .enterprises__item {
        width: 100%;
    }
}

.footer {
    padding-top: 20px;
    background-color: #F7F7F7;
}

.footer__logo {
    display: block;
    margin-bottom: 20px;
}

.footer__description {
    margin: 0;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #1A1A1A;
}

.footer__container {
    margin-bottom: 50px;
}

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

.footer__container:first-child {
    max-width: 645px;
}

.footer__container:last-child {
    width: 280px;
}



.footer__container:first-of-type {
    margin-bottom: 45px;
}

.footer__title {
    margin: 0;
    margin-bottom: 20px;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #999999;
}

.footer__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__item {
    margin-bottom: 25px;
}

.footer__item:last-child {
    margin-bottom: 0;
}

.footer__link {
    text-decoration: none;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    outline: 0;
}

.footer__link--phone {
    font-size: 30px;
}

.footer__link--mail {
    font-size: 18px;
    font-weight: 700;
    color: #ED1C23;
}

.footer__last-line {
    padding: 15px;
    background-color: #191919;
}

.footer__bottom-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__copyright {
    font-family: "Open Sans", Arial, sans-serif;
    color: white;
    font-size: 14px;
    line-height: 21px;
}

.footer__copy-link {
    text-decoration: none;
    outline: 0;
}

.footer__copy-img {
    width: 170px;
    height: auto;
}


@media (min-width: 1200px) {
    .footer {
        padding-top: 50px;
    }

    .footer__logo-img {
        width: 245px;
        height: 56px;
    }

    .footer__top-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 1290px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }

    .footer__container {
        width: auto;
    }

    .footer__container:first-child {
        max-width: 255px;
    }

    .footer__last-line {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .footer__bottom-container {
        max-width: 1290px;
        margin: 0 auto;
    }
}

@media (max-width: 1310px) {

    .footer__top-container {
        padding: 0 30px;
    }

}

@media (max-width: 1200px) {}


.unit-investor {
    position: relative;
    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;
    width: 70%;
    margin: 0 auto;
    min-height: 290px;
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.unit-investor__desc {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    /* color: transparent; */
    color: black;
    -webkit-transition: all 0.8s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0.05s;
    transition: all 0.6s ease-in-out 0.05s;
    opacity: 0;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
}

@media (max-width: 1289px) and (min-width: 768px) {
    .unit-investor__desc {
        font-size: 11px;
        line-height: 1.2;
    }
}




.unit-investor:hover .unit-investor__front {
    color: transparent;
}

.unit-investor:hover .unit-investor__desc {
    color: black;
}




.unit-investor__side {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 20px 50px;
    color: transparent;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px;
}

.unit-investor__content {
    width: 100%;
    -webkit-transform: translatez(70px) scale(0.8);
    transform: translatez(70px) scale(0.8);
}

.unit-investor__back .unit-investor__content {
    width: 100%;
    -webkit-transform: none;
    transform: none;
}

.unit-investor__front {
    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;
    width: 125px;
    height: 125px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: white;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 2;
}

.unit-investor__front:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 105px;
    height: 105px;
    margin-left: -52.5px;
    margin-top: -52.5px;
    border-radius: 50%;
    background-color: white;
}

@media (min-width: 768px) {
    .unit-investor__front {
        width: 140px;
        height: 140px;
    }

    .unit-investor__front:before {
        width: 120px;
        height: 120px;
        margin-left: -60px;
        margin-top: -60px;
    }
}


.owl-item:hover .unit-investor__back {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.owl-item:hover .unit-investor__front.unit-investor__side {
    opacity: 0;
}

.owl-item:hover .unit-investor__desc {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}


.unit-investor__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 250px;
    margin: 0 auto;
    padding: 10px;
    max-width: 300px;
    background-color: #FFFFFF;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*! -webkit-transform: rotateY(180deg); */
    /*! transform: rotateY(180deg); */
    opacity: 0;
    z-index: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

@media (min-width: 1290px) {
    .unit-investor {
        width: 300px;
    }

    .unit-investor__back {
        padding: 20px 15px;
    }
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    display: none;
}

.unit-content__title-block {
    padding-bottom: 34px;
}

.unit-content__description {
    margin: 0;
    padding: 0;
    padding-top: 23px;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.unit-content__img-img {
    max-width: 100%;
    height: auto;
}

.unit-content__title-block {
    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;
}

.unit-content__link-present {
    position: relative;
    width: 140px;
    padding-left: 51px;
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
    color: #ED1C23;
}

.unit-content__link-present:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 46px;
    background-image: url(../img/about/icon_doc.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 36px 46px;
}

.about-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 50px;
}

.about-date__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.about-date__item {
    width: 25%;
    margin-left: -1px;
    margin-top: -1px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 0;
    position: relative;
    z-index: 3;
    -webkit-transition: all 1s;
    transition: all 1s;
    min-height: 185px;
}

.about-date__item:hover,
.about-date__item.active {
    -webkit-box-shadow: 1px 1px 10px #a7a7a7;
    box-shadow: 1px 1px 10px #a7a7a7;
    z-index: 10;
}

.about-date__item-full-description.active {
    -webkit-box-shadow: 1px 9px 10px #a7a7a7;
    box-shadow: 1px 9px 10px #a7a7a7;
    max-height: 9999px;
    -webkit-transition: max-height 1.5s ease-in-out;
    transition: max-height 1.5s ease-in-out;
    padding-top: 25px;
    padding-bottom: 25px;
    z-index: 10;
    visibility: visible;
}

.about-date__item-title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #ED1C23;
}

.about-date__item-description {
    padding-left: 22px;
    padding-right: 22px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000000;

}

.about-date__item-full-description {
    padding-left: 22px;
    padding-right: 22px;
    visibility: hidden;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    position: absolute;
    z-index: 10;
    background: #fff;
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: 10;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 5s cubic-bezier(0, 1, 0, 1);
    transition: max-height 5s cubic-bezier(0, 1, 0, 1);
}


.about-date__open-close {
    width: 15px;
    height: 15px;
    position: relative;
    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;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.about-date__open-close:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 12px;
    height: 2px;
    background: #ED1C23;
}

.about-date__open-close:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    height: 12px;
    width: 2px;
    background: #ED1C23;
}

.about-date__open-close.active {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.about-date__item-header {
    padding-right: 22px;
    padding-left: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 14px;
}

.about-content__text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    padding-bottom: 20px;
}

.unit-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
}

@media (min-width: 1200px) {
    .unit-content {
        padding-left: 0;
        padding-right: 0;
    }

    .about-content {
        width: 100%;
    }

    .unit-content__title-text {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .about-date__item {
        width: calc(100% / 3);
    }
}

@media (max-width: 920px) {
    .about-date__item {
        width: 50%;
    }

    .about-date__item-block {
        width: 50%;
        margin-left: -1px;
        margin-top: -1px;
    }
}

@media (max-width: 767px) {
    .about-date__item {
        width: 100%;
    }

    .about-date__item-block {
        width: 100%;
        margin-left: -1px;
        margin-top: -1px;
    }
}

.invester-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px;
}

.invester-block__menu {
    width: 360px;
}

.invester-block__contant {
    width: calc(100% - 360px);
    padding-left: 50px;
}

.invester-block__document-item {
    position: relative;
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    margin-bottom: 25px;
    padding-left: 40px;
    color: #000000;
}

.invester-block__menu-left,
.invester-block__menu-item {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.invester-block__menu-left {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.invester-block__menu-item {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    margin-top: -1px;
    position: relative;
}

.invester-block__menu-item.active:before {
    content: "";
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #ED1C23;
}

.invester-block__menu-link:hover .invester-block__menu-icons,
.invester-block__menu-item.active .invester-block__menu-icons {
    -webkit-filter: contrast(100%);
    -moz-filter: contrast(100%);
    -o-filter: contrast(100%);
    -ms-filter: contrast(100%);
    filter: contrast(100%);
}

.invester-block__menu-icons {
    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;
    height: 25px;
    width: 25px;
    /*  -webkit-filter: contrast(0%);
  -moz-filter: contrast(0%);
  -o-filter: contrast(0%);
  -ms-filter: contrast(0%);
  filter: contrast(0%);*/
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.invester-block__menu-icons svg {
    fill: #777777;
    -webkit-transition: fill 0.5s ease 0s;
    transition: fill 0.5s ease 0s;
    width: 25px;
    min-width: 25px;
    max-width: 30px;
    height: auto;
    max-height: 25px;
}

.invester-block__menu-item.active > .invester-block__menu-link > .invester-block__menu-icons svg,
.invester-block__menu-item:hover > .invester-block__menu-link > .invester-block__menu-icons svg {
    fill: #ed1c23;
}

.invester-block__menu-svg {
    max-width: 25px;
    height: 25px;
}


.invester-block__menu-svg {
    fill: #C4C4C4;
    max-width: 25px;
    height: 25px;
    -webkit-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}

.invester-block__menu-link {
    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;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    text-decoration: none;
    width: 100%;
}

.invester-block__menu-link-title {
    padding-left: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.document-icons {
    display: block;
    padding: 0 3px;
    background: #ED1C23;
    /* fez / red */
    border: 2px solid #ED1C23;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    left: 0;
    bottom: 0;
}

.invester-block__menu-icons-nav {
    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;
}

.invester-block__contant ul,
.invester-block__contant li,
.invester-block__contant p {
    padding: 0;
    margin: 0;
}

.invester-block__contant,
.invester-block__contant p,
.invester-block__contant li {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    padding-bottom: 25px;
}

@media (max-width: 992px) {
    .invester-block__menu {
        width: 300px;
    }

    .invester-block__contant {
        width: calc(100% - 300px);
        padding-left: 30px;
    }
}

@media (max-width: 780px) {

    .invester-block__menu,
    .invester-block__contant {
        width: 100%;
        padding-left: 0;
    }

    .invester-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 50px;
    }

    .invester-block__contant {
        padding-top: 30px;
    }
}

.invester-block__idea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -16px;
    padding-bottom: 95px;
}

.invester-block__idea-wrapper {
    position: relative;
    width: calc(25% - 32px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 16px;
    max-height: 230px;
}

.invester-block__idea-item {
    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;
    position: relative;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
}

.invester-block__idea-item img {
    min-width: 100%;
    width: auto;
    height: 100%;
    z-index: -1;
}

.invester-block__idea-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}

.invester-block__idea-title {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    padding-top: 10px;
    color: #FFFFFF;
}

.invester-block__filter {
    padding-bottom: 16px;
}

.select {
    width: 415px;
    position: relative;
    padding: 0;
    overflow: hidden;
    background: #F7F7F7;
    color: #555;
    text-shadow: none;
    -webkit-transition: box-shadow 0.25s ease;
    -webkit-transition: -webkit-box-shadow 0.25s ease;
    transition: -webkit-box-shadow 0.25s ease;
    transition: box-shadow 0.25s ease;
    transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select:hover {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.select:before {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    pointer-events: none;
}

.select select {
    cursor: pointer;
    min-height: 45px;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 40px;
    width: 100%;
    border: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 160% \9;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    color: #999999;
}

.select select:focus {
    outline: none;
}

#invester-block__filter-submit {
    width: 138.3px;
    height: 45px;
    background: #ED1C23;
    border-radius: 4px;
    border: none;

    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;

    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;
    cursor: pointer;
}

.select_svg {
    position: absolute;
    width: 40px;
    right: 0;
    top: 50%;
    margin-top: -5px;
    pointer-events: none;
}

.invester-block__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.select:not(:last-child) {
    margin-right: 20px;
}

@font-face {
    font-family: 'icons';
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAARgAAoAAAAABBgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAANgAAADYZbVvCE9TLzIAAAHMAAAAYAAAAGAIIvy2Y21hcAAAAiwAAABMAAAATBpVzFdnYXNwAAACeAAAAAgAAAAIAAAAEGhlYWQAAAKAAAAANgAAADYAl8viaGhlYQAAArgAAAAkAAAAJANuAeZobXR4AAAC3AAAABQAAAAUAwAAdG1heHAAAALwAAAABgAAAAYABVAAbmFtZQAAAvgAAAFFAAABRVcZpu5wb3N0AAAEQAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAAB2Dx0AAAB7ER0AAAAJHQAAAM8SAAYBAQgPERMWG2ljb21vb25pY29tb29udTB1MXUyMHVFNjAwAAACAYkAAwAFAQEEBwoNTPyUDvyUDvyUDvuUDvgg958VgYD7AiOLi4aFg4iEi4SLg46GkYuL+wLzgZaAloqel5eWlpqMmX8I7yvv6wWZl5qKloCXf4p4gIAIDviUFPiUFYsMCgADAgABkAAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOYAAeD/4P/gAeAAIAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAOAAAAAoACAACAAIAAQAg5gD//f//AAAAAAAg5gD//f//AAH/4xoEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAQAAss1nQF8PPPUACwIAAAAAAM/2xdgAAAAAz/bF2AAAAAABjAE1AAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAGMAAEAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAQAAAAIAAHQAAFAAAAUAAAAAAA4ArgABAAAAAAABAA4AAAABAAAAAAACAA4ARwABAAAAAAADAA4AJAABAAAAAAAEAA4AVQABAAAAAAAFABYADgABAAAAAAAGAAcAMgABAAAAAAAKADQAYwADAAEECQABAA4AAAADAAEECQACAA4ARwADAAEECQADAA4AJAADAAEECQAEAA4AVQADAAEECQAFABYADgADAAEECQAGAA4AOQADAAEECQAKADQAYwBpAGMAbwBtAG8AbwBuAFYAZQByAHMAaQBvAG4AIAAxAC4AMABpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuAFIAZQBnAHUAbABhAHIAaQBjAG8AbQBvAG8AbgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
    font-weight: normal;
    font-style: normal;
}

@media (max-width: 1200px) {
    .invester-block__idea-wrapper {
        width: calc(33.333% - 32px);
    }
}

@media (max-width: 992px) {
    .invester-block__idea-wrapper {
        width: calc(50% - 32px);
    }
}

@media (max-width: 780px) {
    .invester-block__idea-wrapper {
        width: 100%;
    }
}


@media (max-width: 1500px) {

    .residents__title-container,
    .territory__title,
    .investors__title,
    .land-gallery__title {
        margin-left: 30px;
        margin-right: 30px;
    }


}

/* MY STYLE*/

@media (max-width: 767px) {
    .unit-land__button-3d--tour {
        line-height: 21px;
        font-size: 14px;
    }
}

/* Last update */

.investors {
    position: relative;
}

.investors {
    position: relative;
    overflow: hidden;
}

.investors__carousel-container {
    position: relative;
}

@media (max-width: 1400px) {
    .investors__carousel-container {
        width: 85%;
        margin: 0 auto;
    }
}

.investors__nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -48px;
    z-index: 1;
    /* height: 0px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* left: 0; */
    /* right: 0; */
    overflow: visible;
    height: 0px;
}

.investors__nav button {
    position: relative;
    width: 80px;
    height: 80px;
    /* top: 10px; */
    font-size: 0;
    border: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    outline: 0;
    cursor: pointer;
}

@media screen and (min-width: 1200px) {

    .investors__nav {
        height: 120px;
    }

}

.owl-next.investors__next-button::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.investors__nav button:before {
    content: '';

    position: absolute;
    top: 50%;
    left: 50%;

    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;

    background-color: #fff;
    border-radius: 50%;
}

.investors__nav button:after {
    content: '';

    position: absolute;
    top: 53%;
    display: inline-block;
    background: url(../img/icon_arrow.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 24px;
    margin-top: -13px;
    z-index: 5;
    background-size: auto 22px;
}

.investors__prev-button {
    left: -40px;
}

.investors__prev-button:after {
    right: 22px;
}

.investors__next-button {
    right: -40px;
}

.investors__next-button:after {
    left: 20px;
}

.residents {
    position: relative;
}

.residents__nav {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 50%;
    margin-top: -40px;
}

.residents__nav button {
    position: relative;
    width: 80px;
    height: 80px;
    font-size: 0;
    border: 0;
    background-color: #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);

    outline: 0;

    cursor: pointer;
}

.residents__nav button:before {
    content: '';

    position: absolute;
    top: 50%;
    left: 50%;

    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;

    background-color: #fff;
    border-radius: 50%;
}

.residents__nav button:after {
    content: '';

    position: absolute;
    top: 50%;
    display: inline-block;
    background-image: url(../img/icon_arrow.svg) !important;
    background-repeat: no-repeat;
    width: 12px;
    height: 24px;
    margin-top: -11px;
    z-index: 5;
    background-size: contain;
}



html body .bvi-body .residents__nav button:after,
html body .bvi-body .investors__nav button:after {
    content: '';

    position: absolute;
    top: 50%;
    display: inline-block;
    background-image: url(../img/icon_arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    width: 18px;
    height: 36px;
    margin-top: -18px;
    z-index: 5;
    -webkit-filter: grayscale();
    filter: grayscale();
}

.partnery-block__img-block {
    max-width: 80%;
}

.residents__nav button.residents__next-button:after,
.investors__nav button.investors__next-button:after {
    margin-top: -13px;
}

.residents__prev-button:after,
.investors__prev-button:after {
    right: 20px;
    /*! margin-top: -2px; */
}

.residents__next-button:after,
.investors__next-button:after {
    left: 20px;

    -webkit-transform: rotate(180deg);

    transform: rotate(180deg);
}

.residents__nav-container {
    position: relative;
}

.residents__prev-button,
.investors__prev-button {
    left: -40px;
}

.residents__next-button,
.investors__next-button {
    right: -40px;
}

@media (min-width: 422px) {
    .investors__nav {
        margin-top: -13px;
        /* overflow: visible; */
        /* height: 0; */
    }
}

@media (min-width: 604px) {
    .investors__nav {
        margin-top: -48px;
        /* height: 0; */
        /* overflow: visible; */
    }
}

@media (max-width: 421px) {
    .investors__nav {
        /* top: 53%; */
        /* height: 0; */
        /* overflow: visible; */
        margin-top: 18px;
    }

    .investors__nav button {
        top: 0;
    }
}

/*Header search*/

form.open-search-form {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 111111;
    border: 2px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.85);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto !important;
    z-index: 9999;


}

form.open-search-form .search-form__container {
    position: relative;
    border: 2px solid #fff !important;
    height: 56px;
    border-bottom: 0;
    max-width: 875px;
    margin: 0 auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 30px;
    top: 50%;
    margin-top: -30px;
}

/*form.open-search-form .search-form__container:after {
    content: '';

    position: absolute;
    top: 50%;
    right: 25px;

    width: 24px;
    height: 24px;
    margin-top: -12px;

    background-image: url("../img/icon_search_white.svg");
    background-size: 24px 24px;
  }*/

form.open-search-form .button-submit {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background-image: url("../img/icon_search_white.svg");
    background-size: 24px 24px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}


form.open-search-form .search-form__input {
    color: white;
    font-size: 16px;
    line-height: 52px;
    height: 52px;
    border-bottom: 0;
    width: 100%;
}




/*/Header search*/

@media (min-width: 1199px) {



    .residents__nav {
        margin-top: -60px;
    }

    .residents__nav button {
        width: 120px;
        height: 120px;
    }

    .residents__prev-button {
        left: -60px;
    }

    .residents__prev-button:after {
        right: 30px;
    }

    .residents__next-button:after {
        left: 30px;
    }

    .residents__next-button {
        right: -60px;
    }

    .residents__nav button:before {
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
    }

    .investors__nav {
        margin-top: -22px;
    }

    .investors__nav button {
        width: 120px;
        height: 120px;
    }

    .investors__nav button:before {
        width: 100px;
        height: 100px;

        margin-top: -50px;
        margin-left: -50px;
    }

    .residents__nav button:after {
        width: 20px;
        height: 28px;
    }

    .investors__prev-button {
        left: -60px;
    }

    .investors__prev-button:after {
        right: 30px;
    }

    .investors__next-button:after {
        left: 35px;

        -webkit-transform: rotate(180deg);

        transform: rotate(180deg);
    }

    .investors__next-button {
        right: -60px;
    }
}

@media (min-width: 1236px) {

    .investors {
        max-width: 1920px;
        margin: 0 auto;
    }

    .investors__nav {
        margin-top: -39px;
        /* z-index: 0; */
        /* height: 0px; */
        /* overflow: visible; */
    }
}

@media (max-width: 992px) {
    .filter-map__result-element.result-element {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .hide-click {
        opacity: 0;
        z-index: -1;

        -webkit-transition: all 1s linear 0s;

        transition: all 1s linear 0s;
    }
}

/* /Last update */


.ic_phone,
.ic_mail,
.ic_pin,
.ic_watch {
    min-width: 20px;
    height: 20px;
    display: inline-block;
    background-color: none;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}

.ic_mail {
    background-image: url(../img/ic_mail.svg);
}

.ic_pin {
    background-image: url(../img/ic_pin.svg);
}

.ic_watch {
    background-image: url(../img/ic_watch.svg);
}

.ic_phone {
    background-image: url(../img/ic_phone.svg);
}

.owl-thumbnail__item-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
}

.unit-content__container > p > a {
    color: #ed1c23;
    text-decoration: none;
    font-weight: bold
}


.dropZone_text {
    position: relative;
    top: -1px;
    padding-right: 15px;
}

main > p > a {
    display: none;
}

.unit-content.top-title-block {
    padding-bottom: 0;
}

.unit-content.top-title-block .unit-content__description {
    padding-bottom: 0;
    padding-top: 10px;
}

.full-block__list .owl-nav .owl-next::before {
    margin-top: -14px !important;
}

.title-video-page {
    padding: 30px 0;
    font-weight: bold;
    font-size: 24px;
}

@media (max-width: 1289px) {
    .title-video-page + .news-detail > iframe {
        width: 100%;
        height: 500px;
    }
}

@media (max-width: 650px) {
    .title-video-page + .news-detail > iframe {
        height: 335px;
    }
}

@media (max-width: 400px) {
    .title-video-page + .news-detail > iframe {
        height: 190px;
    }
}

@media (min-width: 1199px) {
    .header__item-menu:hover > .dropmenu:not(.non-dropmenu) {
        display: block !important;
        opacity: 1 !important;
    }
}

/* @media (max-width: 1199px) {
  .header__item-menu:hover > .dropmenu:not(.non-dropmenu) {
    display: none !important;
  }
} */

.non-dropmenu {
    display: none !important;
    ;
}


html body .bvi-body .unit-land__schema-icons {
    display: none;
}

html body .bvi-body .unit-land__schema {
    margin-bottom: 3px;
}


html body .bvi-body .land-gallery .owl-thumbnail.owl-carousel.owl-drag .owl-item:after {
    display: none;
}

html body .bvi-body p.unit-investor__desc {
    font-size: 12px !important;
}

.unit-content__container {
    font-weight: normal;

    font-size: 14px;

    line-height: 21px;

    color:
        #000000;
}

.show_blind {
    display: none !important;
}


html body .bvi-body .show_blind {
    display: block !important;
}

html body .bvi-body .hide_blind {
    display: none !important;
}

html body .bvi-body .unit-investor__front .unit-investor__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bvi-panel-close {
    display: none;
}

html body .bvi-body * button.header-search__link {
    background-color: transparent !important;
    background: transparent !important;
}


html body .bvi-body .unit-investor__front .unit-investor__content {
    border: 2px solid black;
    border-radius: 50%;
    height: 100%;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html body .bvi-body .unit-investor__front .unit-investor__content:hover {
    border: none;
}

html body .bvi-body .unit-territory__land,
html body .bvi-body .residents__link,
html body .bvi-body .residents__list .residents__item {
    border: 2px solid black;
}


html body .bvi-body .residents__list h3 {
    font-size: 14px !important;
}

html body .bvi-body .invester-block__menu-svg,
html body .bvi-body .invester-block__menu-icons {
    background:
        transparent !important;
    background-color: transparent;
    background-color:
        transparent !important;
}
