@charset "UTF-8";
/*! systematize.scss | MIT License | github.com/mvasilkov/systematize */
html {
    font-family: -apple-system, Segoe UI, system-ui, Roboto, Helvetica Neue, sans-serif;
    line-height: 1.58;
    -ms-overflow-style: scrollbar;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

main {
    display: block
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: SFMono-Regular, SF Mono, Ubuntu Mono, Consolas, DejaVu Sans Mono, Menlo, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: SFMono-Regular, SF Mono, Ubuntu Mono, Consolas, DejaVu Sans Mono, Menlo, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

::-moz-selection {
    background-color: #b2d7ff;
    text-shadow: none
}

::selection {
    background-color: #b2d7ff;
    text-shadow: none
}

iframe {
    border: 0
}

img {
    border-style: none
}

table {
    border-collapse: collapse
}

button, input, optgroup, select, textarea {
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[tabindex], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[hidden] {
    display: none
}

[tabindex="-1"]:focus {
    outline: 0
}

@font-face {
    font-family: Encode Sans Expanded;
    src: url(../../fonts/encodesansexpanded-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: Encode Sans Expanded;
    src: url(../../fonts/encodesansexpanded-bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: Muli;
    src: url(../../fonts/muli-regular.woff2) format("woff2"), url(../../fonts/muli-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: Muli;
    src: url(../../fonts/muli-italic.woff2) format("woff2"), url(../../fonts/muli-italic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: block
}

@font-face {
    font-family: Muli;
    src: url(../../fonts/muli-bold.woff2) format("woff2"), url(../../fonts/muli-bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: Muli;
    src: url(../../fonts/muli-bolditalic.woff2) format("woff2"), url(../../fonts/muli-bolditalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: block
}

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

html {
    font-size: 62.5%;
    line-height: 1.2
}

html.no-scroll, html.no-scroll body {
    overflow-y: hidden
}

body {
    font-family: Muli, sans-serif;
    font-size: 1.6rem;
    overflow-x: hidden;
    min-height: calc(100vh - 9.1rem);
    background-color: #f4f5f6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width: 37.49em) {
    body {
        min-height: calc(100vh - 7.2rem)
    }
}

input, textarea {
    font-family: Muli, sans-serif;
    font-size: 1.6rem;
    line-height: 1.2
}

input:focus, textarea:focus {
    outline: 0
}

a {
    color: #db251d;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    -webkit-tap-highlight-color: transparent
}

a:focus, a:hover {
    color: #fc6962
}

a:focus {
    outline: 0
}

button {
    -webkit-tap-highlight-color: transparent
}

button:focus {
    outline: 0
}

.oh-main {
    margin-top: 9.1rem;
    background-color: #fff;
    position: relative;
    overflow: hidden
}

@media (max-width: 37.49em) {
    .oh-main {
        margin-top: 7.2rem
    }
}

.oh-main__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.oh-main__background img {
    display: block;
    width: 100%;
    height: auto
}

.oh-container {
    width: 100%;
    max-width: 124rem;
    padding-left: 4rem;
    padding-right: 4rem;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 37.49em) {
    .oh-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.oh-button {
    display: inline-block;
    font-family: Encode Sans Expanded, sans-serif;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    border: 0;
    border-radius: .3rem;
    padding: 1.2rem 2.3rem 1.3rem;
    margin: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden
}

.oh-button, .oh-button span {
    color: #fff;
    position: relative
}

.oh-button span {
    display: block;
    z-index: 3
}

.oh-button:before {
    z-index: 1;
    background: -o-linear-gradient(193deg, #fc6962 0, #d91d21 39%, #d10030 100%);
    background: linear-gradient(257deg, #fc6962, #d91d21 39%, #d10030)
}

.oh-button:after, .oh-button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.oh-button:after {
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    background: -o-linear-gradient(195deg, #fc6962 0, #d91d21 39%, #900021 100%);
    background: linear-gradient(255deg, #fc6962, #d91d21 39%, #900021)
}

.oh-button:focus, .oh-button:hover {
    color: #fff
}

.oh-button:focus:after, .oh-button:hover:after {
    opacity: 1
}

.oh-button--blue:before {
    background: -o-linear-gradient(193deg, #557cb9 0, #3667b4 39%, #033789 100%);
    background: linear-gradient(257deg, #557cb9, #3667b4 39%, #033789)
}

.oh-button--blue:after {
    background: -o-linear-gradient(193deg, #557cb9 0, #3667b4 39%, #001c48 100%);
    background: linear-gradient(257deg, #557cb9, #3667b4 39%, #001c48)
}

.oh-button--ghost {
    padding: 1.1rem 2.1rem 1.2rem;
    border: .1rem solid #db251d;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s
}

.oh-button--ghost:after, .oh-button--ghost:before {
    display: none
}

.oh-button--ghost span {
    color: #db251d;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.oh-button--ghost:hover {
    border-color: #fc6962
}

.oh-button--ghost:hover span {
    color: #fc6962
}

.oh-button--ghost.oh-button--blue {
    padding: 1.1rem 2.1rem 1.2rem;
    border: .1rem solid #033789;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s
}

.oh-button--ghost.oh-button--blue span {
    color: #033789;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.oh-button--ghost.oh-button--blue:hover {
    border-color: #527ab8
}

.oh-button--ghost.oh-button--blue:hover span {
    color: #5079b8
}

.oh-button--with-icon {
    padding: 1rem 2.3rem 1.1rem
}

.oh-button--with-icon svg {
    font-size: 2rem;
    margin-right: .7rem;
    vertical-align: -.2em
}

.oh-button--big {
    font-size: 1.6rem;
    letter-spacing: .04em
}

.oh-button--big, .oh-button--lg {
    text-transform: uppercase;
    padding: 1.7rem 3.1rem 1.9rem
}

.oh-button--lg {
    font-size: 1.8rem
}

@media (max-width: 63.99em) {
    .oh-button--lg {
        font-size: 1.6rem;
        text-transform: uppercase;
        letter-spacing: .04em;
        padding: 1.7rem 3.1rem 1.9rem
    }
}

.oh-message {
    padding: 1rem 2rem
}

.oh-message--error {
    background-color: #fce6d9;
    color: #e85900
}

.oh-hamburger {
    position: absolute;
    right: 3rem;
    top: 2.4rem;
    z-index: 151
}

@media (min-width: 64em) {
    .oh-hamburger {
        display: none
    }
}

@media (max-width: 37.49em) {
    .oh-hamburger {
        right: 2rem;
        top: 1.5rem
    }
}

.oh-hamburger button {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.oh-hamburger button:focus {
    outline: 0
}

.oh-hamburger button span.hamburger-inner, .oh-hamburger button span.hamburger-inner:after, .oh-hamburger button span.hamburger-inner:before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.oh-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 150;
    background-color: #0a182e;
    padding: 7rem 6rem;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-in, visibility 1ms ease-in .3s, -webkit-transform .3s ease-in;
    transition: opacity .3s ease-in, visibility 1ms ease-in .3s, -webkit-transform .3s ease-in;
    -o-transition: transform .3s ease-in, opacity .3s ease-in, visibility 1ms .3s ease-in;
    transition: transform .3s ease-in, opacity .3s ease-in, visibility 1ms ease-in .3s;
    transition: transform .3s ease-in, opacity .3s ease-in, visibility 1ms ease-in .3s, -webkit-transform .3s ease-in;
    will-change: transform, opacity;
    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
}

@media (min-width: 64em) {
    .oh-mobile-menu {
        display: none
    }
}

.oh-mobile-menu__content {
    text-align: center
}

.oh-mobile-menu nav {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em
}

.oh-mobile-menu nav ul {
    margin: 0;
    list-style-type: none;
    padding: 0
}

.oh-mobile-menu nav li:not(:last-child) {
    margin-bottom: 2rem
}

.oh-mobile-menu nav a {
    color: #fff;
    text-decoration: none
}

.oh-mobile-menu.is-active {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    -webkit-transition: opacity .3s ease-out, visibility 1ms ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, visibility 1ms ease-out, -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out, opacity .3s ease-out, visibility 1ms ease-out;
    transition: transform .3s ease-out, opacity .3s ease-out, visibility 1ms ease-out;
    transition: transform .3s ease-out, opacity .3s ease-out, visibility 1ms ease-out, -webkit-transform .3s ease-out
}

.oh-cookie-info {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    background-color: #28283c;
    text-align: center;
    font-size: 13px;
    line-height: 1.43;
    color: #fff;
    max-width: 400px;
    padding: 20px 30px;
    overflow: hidden;
    margin-left: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s, visibility 1ms .3s;
    -o-transition: opacity .3s, visibility 1ms .3s;
    transition: opacity .3s, visibility 1ms .3s
}

.oh-cookie-info.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.oh-cookie-info__close {
    display: block;
    padding: 20px;
    position: absolute;
    top: -12px;
    right: -4px;
    font-size: 30px;
    line-height: 1;
    text-decoration: none;
    color: #fff
}

.oh-cookie-info p {
    margin: 0
}

.oh-cookie-info p a {
    color: #fff
}

.oh-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 .3rem 4rem rgba(33, 43, 53, .15);
    box-shadow: 0 .3rem 4rem rgba(33, 43, 53, .15);
    padding-top: 2.7rem;
    padding-bottom: 2.9rem
}

@media (max-width: 37.49em) {
    .oh-header {
        padding-top: 2rem;
        padding-bottom: 2.2rem
    }
}

.oh-header > .oh-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.oh-header > .oh-container, .oh-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.oh-header__logo {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.oh-header__logo a {
    display: block
}

.oh-header__logo img {
    display: block;
    width: 20rem
}

@media (max-width: 37.49em) {
    .oh-header__logo img {
        width: 17rem
    }
}

.oh-header__nav {
    font-size: 1.5rem;
    line-height: 1.38;
    text-transform: uppercase;
    font-weight: 700
}

@media (max-width: 63.99em) {
    .oh-header__nav {
        display: none
    }
}

.oh-header__nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.oh-header__nav li:not(:first-child) {
    margin-left: 4rem
}

.oh-header__nav a {
    color: #0a182e;
    text-decoration: none
}

.oh-header__nav a:hover {
    color: #d12000
}

.oh-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 7rem;
    padding-bottom: 7rem
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-footer__content {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

@media (max-width: 37.49em) {
    .oh-footer__content {
        display: block;
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.oh-footer__sales h6 {
    margin: 0 0 1rem;
    font-family: Encode Sans Expanded, sans-serif;
    font-size: 3.2rem;
    line-height: 1.25;
    color: #0a182e
}

@media (max-width: 37.49em) {
    .oh-footer__sales h6 {
        font-size: 2.4rem
    }
}

.oh-footer__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2rem;
    max-width: 86rem
}

@media (max-width: 63.99em) {
    .oh-footer__columns {
        display: block;
        margin: 0;
        max-width: none
    }
}

.oh-footer__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 2rem
}

@media (max-width: 63.99em) {
    .oh-footer__column {
        padding: 0
    }

    .oh-footer__column:not(:last-child) {
        margin-bottom: 2rem
    }
}

.oh-footer__column address {
    color: #0a182e;
    line-height: 1.38
}

.oh-footer__phone {
    position: relative;
    padding-left: 3rem
}

@media (max-width: 63.99em) {
    .oh-footer__phone {
        padding-left: 0
    }
}

.oh-footer__phone svg {
    position: absolute;
    left: 3rem;
    top: 0
}

@media (max-width: 63.99em) {
    .oh-footer__phone svg {
        left: 0
    }
}

.oh-footer__phone span, .oh-footer__phone strong {
    display: block;
    margin-left: 6rem
}

.oh-footer__phone strong {
    font-family: Encode Sans Expanded, sans-serif;
    font-size: 3.2rem;
    line-height: 1.25
}

.oh-footer__phone a {
    text-decoration: none
}

.oh-footer__menu {
    width: 20rem;
    line-height: 1.38;
    padding-left: 4rem
}

@media (max-width: 37.49em) {
    .oh-footer__menu {
        padding-left: 0;
        margin-top: 2rem
    }
}

.oh-footer__menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.oh-footer__menu a {
    color: #0a182e;
    text-decoration: none
}

.oh-footer__menu a:hover {
    color: #fc6962
}

.oh-footer__copyrights {
    text-align: center;
    border-top: .1rem solid #c4cdd4;
    color: #0a182e;
    padding: 3.5rem
}

.oh-footer__copyrights a {
    color: #0a182e;
    text-decoration: none
}

@-webkit-keyframes oh-animation-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes oh-animation-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.oh-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility 1ms .3s;
    -o-transition: opacity .3s, visibility 1ms .3s;
    transition: opacity .3s, visibility 1ms .3s
}

.oh-modal--visible {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1;
    visibility: visible
}

.oh-modal__inner {
    padding: 4rem;
    overflow-y: auto
}

@media (max-width: 37.49em) {
    .oh-modal__inner {
        padding: 0
    }
}

.oh-modal__container {
    background-color: #fff;
    -webkit-box-shadow: 0 .3px 4rem rgba(33, 43, 53, .2);
    box-shadow: 0 .3px 4rem rgba(33, 43, 53, .2);
    width: 100%;
    max-width: 116rem;
    min-height: 20rem;
    margin: auto;
    position: relative
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-modal__container {
        max-width: 60rem
    }
}

.oh-modal__close {
    position: absolute;
    right: 1.8rem;
    top: .4rem;
    font-size: 4.2rem;
    line-height: 1;
    color: #db251d;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility 1ms .3s;
    -o-transition: opacity .3s, visibility 1ms .3s;
    transition: opacity .3s, visibility 1ms .3s;
    z-index: 3
}

@media (max-width: 63.99em) {
    .oh-modal__close {
        right: 1rem;
        top: -.4rem
    }
}

.oh-modal__close a {
    text-decoration: none
}

.oh-modal__close--visible {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1;
    visibility: visible
}

.oh-modal__loading {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6.4rem;
    height: 6.4rem;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility 1ms .3s;
    -o-transition: opacity .3s, visibility 1ms .3s;
    transition: opacity .3s, visibility 1ms .3s
}

.oh-modal__loading--visible {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1;
    visibility: visible
}

.oh-modal__loading div {
    -webkit-animation: oh-animation-rotate 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: oh-animation-rotate 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    -webkit-transform-origin: 3.2rem 3.2rem;
    -ms-transform-origin: 3.2rem 3.2rem;
    transform-origin: 3.2rem 3.2rem
}

.oh-modal__loading div:after {
    content: "";
    display: block;
    position: absolute;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background: #db251d;
    margin: -.3rem 0 0 -.3rem
}

.oh-modal__loading div:first-child {
    -webkit-animation-delay: -36ms;
    animation-delay: -36ms
}

.oh-modal__loading div:first-child:after {
    top: 5rem;
    left: 5rem
}

.oh-modal__loading div:nth-child(2) {
    -webkit-animation-delay: -72ms;
    animation-delay: -72ms
}

.oh-modal__loading div:nth-child(2):after {
    top: 5.4rem;
    left: 4.5rem
}

.oh-modal__loading div:nth-child(3) {
    -webkit-animation-delay: -.108s;
    animation-delay: -.108s
}

.oh-modal__loading div:nth-child(3):after {
    top: 5.7rem;
    left: 3.9rem
}

.oh-modal__loading div:nth-child(4) {
    -webkit-animation-delay: -.144s;
    animation-delay: -.144s
}

.oh-modal__loading div:nth-child(4):after {
    top: 5.8rem;
    left: 3.2rem
}

.oh-modal__loading div:nth-child(5) {
    -webkit-animation-delay: -.18s;
    animation-delay: -.18s
}

.oh-modal__loading div:nth-child(5):after {
    top: 5.7rem;
    left: 2.5rem
}

.oh-modal__loading div:nth-child(6) {
    -webkit-animation-delay: -.216s;
    animation-delay: -.216s
}

.oh-modal__loading div:nth-child(6):after {
    top: 5.4rem;
    left: 1.9rem
}

.oh-modal__loading div:nth-child(7) {
    -webkit-animation-delay: -.252s;
    animation-delay: -.252s
}

.oh-modal__loading div:nth-child(7):after {
    top: 5rem;
    left: 1.4rem
}

.oh-modal__loading div:nth-child(8) {
    -webkit-animation-delay: -.288s;
    animation-delay: -.288s
}

.oh-modal__loading div:nth-child(8):after {
    top: 4.5rem;
    left: 1rem
}

.oh-modal__content {
    position: relative;
    z-index: 2;
    padding: 10rem
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-modal__content {
        padding: 4rem
    }
}

@media (max-width: 37.49em) {
    .oh-modal__content {
        padding: 3rem
    }
}

.oh-editable p {
    margin: 0 0 1.4em
}

.oh-editable a {
    text-decoration: none
}

.oh-editable :last-child {
    margin-bottom: 0
}

.oh-s-header {
    padding-top: 8rem;
    position: relative;
    z-index: 2
}

@media (max-width: 63.99em) {
    .oh-s-header {
        padding-top: 6rem
    }
}

.oh-s-header__breadcrumbs {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 3rem
}

@media (max-width: 63.99em) {
    .oh-s-header__breadcrumbs {
        margin-bottom: 2rem
    }
}

.oh-s-header__breadcrumbs ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.oh-s-header__breadcrumbs li {
    color: #7e8891
}

.oh-s-header__breadcrumbs li:not(:last-child):after {
    content: "›";
    margin: 0 1rem
}

.oh-s-header__breadcrumbs li:last-child a {
    color: #7e8891
}

.oh-s-header__breadcrumbs a {
    text-decoration: none
}

.oh-s-header h1 {
    margin: 0;
    text-align: center;
    font-family: Encode Sans Expanded, sans-serif;
    font-size: 5rem;
    color: #0a182e
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-header h1 {
        font-size: 4.2rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-header h1 {
        font-size: 3.6rem
    }
}

.oh-s-header h1 a {
    color: #0a182e;
    text-decoration: none
}

.oh-s-header__labels {
    padding-top: 3.2rem;
    text-align: center
}

.oh-s-header__labels span {
    display: inline-block;
    font-size: 1.2rem;
    color: #e85900;
    background-color: #fce6d9;
    border-radius: 1rem;
    padding: .5rem 1.5rem
}

.oh-s-header__button {
    padding-top: 3.2rem;
    text-align: center
}

@media (max-width: 63.99em) {
    .oh-s-header__button {
        padding-top: 2.2rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-header__button .oh-button--lg {
        font-size: 1.4rem;
        line-height: 1.2;
        padding: 1.2rem 2.3rem 1.3rem
    }
}

.oh-s-slider {
    position: relative;
    z-index: 2
}

.oh-s-slider__slides {
    margin: 0;
    height: calc(100vh - 9.1rem)
}

@media (max-width: 37.49em) {
    .oh-s-slider__slides {
        height: calc(100vh - 7.2rem)
    }
}

.oh-s-slider__slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.oh-s-slider__slide > .oh-container {
    position: relative;
    z-index: 2;
    padding-bottom: 17rem;
    text-align: right
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-slider__slide > .oh-container {
        padding-bottom: 11rem;
        text-align: center
    }
}

@media (max-width: 37.49em) {
    .oh-s-slider__slide > .oh-container {
        padding-bottom: 10.6rem;
        text-align: center
    }
}

.oh-s-slider__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.oh-s-slider__background img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.oh-s-slider h1 {
    margin: 0 4rem 0 0;
    font-family: Encode Sans Expanded, sans-serif;
    font-size: 6rem;
    line-height: 1.25;
    font-weight: 700;
    color: #fff;
    border-radius: .3rem;
    text-align: center;
    display: inline;
    background-color: #0a182e;
    padding: 0 0 .5rem;
    -webkit-box-shadow: 2rem 0 0 #0a182e, -2rem 0 0 #0a182e;
    box-shadow: 2rem 0 0 #0a182e, -2rem 0 0 #0a182e
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-slider h1 {
        margin: 0 0 2rem;
        font-size: 4.8rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-slider h1 {
        margin: 0 0 2rem;
        font-size: 3.6rem
    }
}

@media (max-width: 63.99em) {
    .oh-s-slider__button {
        padding-top: 2.7rem
    }
}

.oh-s-slider__controls {
    position: absolute;
    left: 0;
    bottom: 10rem;
    width: 100%
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-slider__controls {
        bottom: 6rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-slider__controls {
        bottom: 3rem
    }
}

.oh-s-slider__bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 63.99em) {
    .oh-s-slider__bullets {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.oh-s-slider__bullets button {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    margin-right: 1rem;
    cursor: pointer
}

@media (max-width: 63.99em) {
    .oh-s-slider__bullets button {
        margin-left: .5rem;
        margin-right: .5rem
    }
}

.oh-s-slider__bullets button.glide__bullet--active {
    background: -webkit-gradient(linear, left top, left bottom, from(#fc6962), color-stop(39%, #d91d21), to(#d10030));
    background: -o-linear-gradient(top, #fc6962 0, #d91d21 39%, #d10030 100%);
    background: linear-gradient(180deg, #fc6962, #d91d21 39%, #d10030)
}

.oh-s-icons-list {
    padding: 5rem 0;
    position: relative;
    z-index: 2
}

@media (max-width: 63.99em) {
    .oh-s-icons-list {
        padding: 3.5rem 0
    }
}

.oh-s-icons-list ul {
    list-style-type: none;
    margin: 0 -2rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.oh-s-icons-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.7rem 2rem
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-icons-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (max-width: 37.49em) {
    .oh-s-icons-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.oh-s-icons-list__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.4rem
}

.oh-s-icons-list h3 {
    margin: 0 0 1rem;
    font-family: Encode Sans Expanded, sans-serif;
    font-size: 1.7rem;
    line-height: 1.29;
    color: #0a182e
}

.oh-s-icons-list p {
    margin: 0;
    line-height: 1.38;
    color: #0a182e
}

.oh-s-icons-list--margin-top-none {
    padding-top: 0;
    padding-bottom: 3.3rem
}

@media (max-width: 63.99em) {
    .oh-s-icons-list--margin-top-none {
        padding-top: 0;
        padding-bottom: 1.8rem
    }
}

.oh-s-icons-list--margin-top-none li {
    padding: 0 2rem 3.4rem
}

.oh-s-image-text {
    position: relative;
    z-index: 2;
    background-color: #0a182e
}

@media (min-width: 120.0625em) {
    .oh-s-image-text {
        min-height: 90rem
    }

    .oh-s-image-text > .oh-container {
        min-height: 90rem;
        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
    }
}

.oh-s-image-text__image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-image-text__image {
        width: 25.6rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-image-text__image {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 62.5%
    }
}

.oh-s-image-text__image img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.oh-s-image-text__text {
    margin-left: 50%;
    padding-top: 13.5rem;
    padding-bottom: 13.5rem
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-image-text__text {
        padding-top: 6rem;
        padding-bottom: 6rem;
        margin-left: 22.6rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-image-text__text {
        padding-top: 4rem;
        padding-bottom: 4rem;
        margin-left: 0
    }
}

.oh-s-image-text__text p {
    margin: 0 auto;
    line-height: 1.25;
    color: #f4f5f6;
    max-width: 36rem
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-image-text__text p {
        max-width: none;
        padding-left: 6rem;
        padding-right: 2rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-image-text__text p {
        max-width: none
    }
}

.oh-s-image-text__text p:not(:last-child) {
    margin-bottom: 2rem
}

.oh-s-image-text__text p:first-child {
    font-family: Encode Sans Expanded, sans-serif;
    font-size: 1.7rem;
    line-height: 1.18;
    font-weight: 700
}

.oh-s-image-text--right .oh-s-image-text__image {
    left: auto;
    right: 0
}

.oh-s-image-text--right .oh-s-image-text__text {
    margin-left: 0;
    margin-right: 50%
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-image-text--right .oh-s-image-text__text {
        margin-right: 22.6rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-image-text--right .oh-s-image-text__text {
        margin-right: 0
    }
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-image-text--right .oh-s-image-text__text p {
        padding-left: 2rem;
        padding-right: 6rem
    }
}

.oh-s-text {
    position: relative;
    z-index: 2;
    padding: 7rem 0;
    font-size: 2rem;
    color: #0a182e
}

.oh-s-text .oh-editable {
    max-width: 76rem;
    margin-left: auto;
    margin-right: auto
}

.oh-s-map {
    position: relative;
    z-index: 2;
    height: 40rem;
    border-bottom: .2rem solid #fff
}

.oh-s-map iframe {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.oh-s-images-menu {
    position: relative;
    z-index: 2;
    padding-top: 7rem;
    padding-bottom: 4rem
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-images-menu {
        padding-top: 4.4rem;
        padding-bottom: 2.5rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-images-menu {
        padding-top: 4rem
    }
}

.oh-s-images-menu__header {
    margin: 0 0 3.5rem;
    text-align: center;
    font-family: Encode Sans Expanded, sans-serif;
    font-size: 4.2rem;
    color: #0a182e
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-images-menu__header {
        font-size: 3.6rem;
        margin-bottom: 3rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-images-menu__header {
        font-size: 2.4rem;
        margin-bottom: 2.5rem
    }
}

.oh-s-images-menu__list {
    margin: 0 -2rem;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 63.99em) {
    .oh-s-images-menu__list {
        margin: 0
    }
}

.oh-s-images-menu__element {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 4rem);
    flex: 0 0 calc(50% - 4rem);
    margin: 0 2rem 4rem;
    height: 0;
    padding-top: 31.334%;
    border-radius: .5rem;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 1.5rem 3rem rgba(0, 65, 142, .2);
    box-shadow: 0 1.5rem 3rem rgba(0, 65, 142, .2)
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-images-menu__element {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 65rem;
        margin: 0 auto 3rem;
        padding-top: 54.652%
    }
}

@media (max-width: 37.49em) {
    .oh-s-images-menu__element {
        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: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 auto 3rem;
        padding-top: 0;
        height: 26rem;
        padding-bottom: 2.5rem
    }
}

.oh-s-images-menu__element h4 {
    margin: 0;
    position: absolute;
    right: 6.5rem;
    bottom: 7rem;
    z-index: 2;
    color: #fff;
    border-radius: .3rem;
    text-align: center;
    display: inline;
    background-color: #0a182e;
    padding: .8rem 0 1.3rem;
    -webkit-box-shadow: 1.5rem 0 0 #0a182e, -1.5rem 0 0 #0a182e;
    box-shadow: 1.5rem 0 0 #0a182e, -1.5rem 0 0 #0a182e;
    font-family: Encode Sans Expanded, sans-serif;
    font-size: 3.2rem
}

@media (max-width: 37.49em) {
    .oh-s-images-menu__element h4 {
        font-size: 2rem;
        position: relative;
        right: auto;
        bottom: auto;
        margin-bottom: 1rem;
        padding: .3rem 0 .8rem;
        -webkit-box-shadow: .7rem 0 0 #0a182e, -.7rem 0 0 #0a182e;
        box-shadow: .7rem 0 0 #0a182e, -.7rem 0 0 #0a182e
    }
}

.oh-s-images-menu__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.oh-s-images-menu__background img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.oh-s-images-menu__button {
    position: absolute;
    right: 4rem;
    bottom: 3.6rem;
    z-index: 3
}

@media (max-width: 37.49em) {
    .oh-s-images-menu__button {
        position: relative;
        right: auto;
        bottom: auto
    }
}

.oh-s-investments-list {
    position: relative;
    z-index: 2;
    padding-top: 7rem;
    padding-bottom: 7rem
}

@media (max-width: 63.99em) {
    .oh-s-investments-list {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

.oh-s-investments-list__list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.oh-s-investments-list__investment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 63.99em) {
    .oh-s-investments-list__investment {
        display: block;
        max-width: 46rem;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 37.49em) {
    .oh-s-investments-list__investment {
        text-align: center
    }
}

.oh-s-investments-list__investment:not(:last-child) {
    margin-bottom: 6rem
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-investments-list__investment:not(:last-child) {
        margin-bottom: 4rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-investments-list__investment:not(:last-child) {
        margin-bottom: 3rem
    }
}

.oh-s-investments-list__investment h3 {
    margin: 0 0 2rem;
    font-family: Encode Sans Expanded, sans-serif;
    font-size: 4.2rem;
    color: #0a182e;
    max-width: 46rem
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-investments-list__investment h3 {
        font-size: 3.6rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-investments-list__investment h3 {
        font-size: 3.2rem
    }
}

.oh-s-investments-list__photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.276%;
    flex: 0 0 48.276%;
    position: relative;
    padding-top: 30.173%;
    height: 0;
    margin-right: 4rem
}

@media (max-width: 63.99em) {
    .oh-s-investments-list__photo {
        margin-right: 0;
        padding-top: 0;
        height: 24rem;
        margin-bottom: 2rem
    }
}

.oh-s-investments-list__photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .5rem;
    overflow: hidden;
    -webkit-box-shadow: 0 1.5rem 3rem rgba(0, 65, 142, .2);
    box-shadow: 0 1.5rem 3rem rgba(0, 65, 142, .2)
}

.oh-s-investments-list__labels {
    margin-bottom: 2rem
}

.oh-s-investments-list__labels span {
    display: inline-block;
    font-size: 1.2rem;
    color: #e85900;
    background-color: #fce6d9;
    border-radius: 1rem;
    padding: .5rem 1.5rem
}

.oh-s-investments-list__description {
    color: #0a182e;
    line-height: 1.38;
    margin-bottom: 2rem;
    max-width: 46rem
}

.oh-s-investments-list__description p {
    margin: 0 0 1rem
}

.oh-s-investments-list__description p:last-child {
    margin-bottom: 0
}

.oh-s-investments-list__buttons {
    max-width: 46rem
}

.oh-s-investments-list__buttons .oh-button {
    margin-right: .6rem;
    margin-bottom: 1rem
}

.oh-s-cta {
    position: relative;
    z-index: 2;
    padding-bottom: 8rem
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-cta {
        padding-bottom: 6rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-cta {
        padding-bottom: 4rem
    }
}

.oh-s-cta__container {
    position: relative
}

@media (max-width: 37.49em) {
    .oh-s-cta__container {
        margin-left: -3rem;
        margin-right: -3rem
    }
}

.oh-s-cta__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 1.5rem 30rem rgba(0, 65, 142, .2);
    box-shadow: 0 1.5rem 30rem rgba(0, 65, 142, .2);
    border-radius: .5rem;
    z-index: 1;
    overflow: hidden
}

@media (max-width: 37.49em) {
    .oh-s-cta__background {
        border-radius: 0
    }
}

.oh-s-cta__background img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.oh-s-cta__content {
    position: relative;
    z-index: 2;
    padding: 12.5rem 10rem 8.4rem
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-cta__content {
        padding: 12.5rem 5rem 8.4rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-cta__content {
        padding: 12.5rem 2rem 3rem
    }
}

.oh-s-cta h4 {
    background-color: #0a182e;
    border-radius: .3rem;
    margin: 0 auto;
    padding: .7rem 2rem 1.7rem;
    max-width: 66rem;
    color: #fff;
    font-family: Encode Sans Expanded, sans-serif;
    font-size: 4.2rem;
    line-height: 1.14
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-cta h4 {
        font-size: 3.4rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-cta h4 {
        font-size: 2.4rem;
        text-align: center;
        margin-bottom: 1rem
    }
}

.oh-s-cta__button {
    text-align: right;
    margin: -.8rem auto 0;
    max-width: 66rem
}

@media (max-width: 37.49em) {
    .oh-s-cta__button {
        margin: 0 auto;
        text-align: center
    }
}

.oh-s-cta__button a {
    margin-right: -1rem
}

@media (max-width: 37.49em) {
    .oh-s-cta__button a {
        margin-right: 0
    }
}

.oh-s-gallery {
    position: relative;
    z-index: 2;
    padding-top: 8rem;
    padding-bottom: 8rem
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-gallery {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-gallery {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

.oh-s-gallery h3 {
    text-align: center;
    margin: 0 0 3.6rem;
    font-family: Encode Sans Expanded, sans-serif;
    font-size: 4.2rem;
    color: #0a182e
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-gallery h3 {
        font-size: 3.6rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-gallery h3 {
        font-size: 2.4rem;
        margin-bottom: 2.6rem
    }
}

.oh-s-gallery__photos {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 4rem
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-gallery__photos {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 37.49em) {
    .oh-s-gallery__photos {
        grid-template-columns:1fr;
        grid-gap: 2rem
    }
}

.oh-s-gallery__photo {
    position: relative;
    height: 0;
    padding-top: 76.924%;
    border-radius: .3rem;
    overflow: hidden
}

.oh-s-gallery__photo img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.oh-s-tiles-menu {
    position: relative;
    z-index: 2;
    padding-top: 8rem;
    padding-bottom: 4rem
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-tiles-menu {
        padding-top: 6rem;
        padding-bottom: 4.5rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-tiles-menu {
        padding-top: 4rem;
        padding-bottom: 3rem
    }
}

.oh-s-tiles-menu__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.oh-s-tiles-menu__background img {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.oh-s-tiles-menu > .oh-container {
    position: relative;
    z-index: 2
}

.oh-s-tiles-menu ul {
    list-style-type: none;
    margin: 0 -2rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 63.99em) {
    .oh-s-tiles-menu ul {
        display: block;
        margin: 0
    }
}

.oh-s-tiles-menu li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 36rem;
    flex: 1 1 36rem;
    margin: 0 2rem 4rem;
    padding: 3rem 5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 65, 142, .2);
    box-shadow: 0 1rem 3rem rgba(0, 65, 142, .2);
    text-align: center;
    position: relative
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-tiles-menu li {
        margin: 0 0 1.5rem;
        text-align: left;
        padding: 2.5rem 25rem 2.5rem 3rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-tiles-menu li {
        margin: 0 0 1rem;
        padding: 2rem
    }
}

.oh-s-tiles-menu h4 {
    font-family: Encode Sans Expanded, sans-serif;
    font-size: 3rem;
    line-height: 1.13;
    margin: 0 0 1.4rem;
    color: #212b35
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-tiles-menu h4 {
        font-size: 2.4rem;
        line-height: 1.2;
        margin-bottom: .4rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-tiles-menu h4 {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: .4rem
    }
}

.oh-s-tiles-menu h5 {
    margin: 0 0 1.4rem;
    font-size: 2.8rem;
    color: #7e8891;
    font-weight: 400
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-tiles-menu h5 {
        font-size: 2rem;
        margin-bottom: .4rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-tiles-menu h5 {
        font-size: 1.8rem;
        margin-bottom: .4rem
    }
}

.oh-s-tiles-menu__status {
    margin-bottom: 1.4rem
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-tiles-menu__status {
        margin-bottom: 0
    }
}

@media (max-width: 37.49em) {
    .oh-s-tiles-menu__status {
        margin-bottom: .4rem
    }
}

.oh-s-tiles-menu__button a {
    min-width: 19rem;
    max-width: 100%
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-tiles-menu__button {
        position: absolute;
        right: 3rem;
        bottom: 2.6rem
    }

    .oh-s-tiles-menu__button a {
        max-width: none;
        min-width: 0;
        width: 19rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-tiles-menu__button {
        padding-top: .5rem
    }
}

.oh-s-tiles-menu__label {
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 2em;
    padding: .4rem 1rem;
    display: inline-block;
    min-width: 11rem;
    text-align: center
}

.oh-s-tiles-menu__label--free {
    background-color: #ddf4de;
    color: #1bb227
}

.oh-s-tiles-menu__label--reserved {
    background-color: #f8f0d9;
    color: #d19900
}

.oh-s-tiles-menu__label--sold {
    background-color: #fce6d9;
    color: #e85900
}

.oh-s-buildings {
    position: relative;
    z-index: 2;
    padding-top: 6.7rem;
    padding-bottom: 8rem;
    border-top: .1rem solid #c4cdd4
}

.oh-s-buildings__title {
    margin: 0 0 3.2rem;
    text-align: left;
    font-family: Encode Sans Expanded, sans-serif;
    font-size: 4.2rem;
    color: #0a182e
}

.oh-s-buildings__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    padding: 0;
    list-style-type: none;
    gap: 20px;
}

.oh-s-buildings__list a {
    display: block;
    text-decoration: none
}

.oh-s-buildings__list h4 {
    margin: 0 0 1.5rem;
    font-size: 2rem;
    font-weight: 400;
    color: #0a182e
}

.oh-s-buildings__cover {
    width: 100%;
    height: 20rem;
    position: relative;
    margin-bottom: 2rem;
    border-radius: .3rem;
    overflow: hidden;
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 65, 142, .15);
    box-shadow: 0 1rem 2rem rgba(0, 65, 142, .15)
}

.oh-s-buildings__cover img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-buildings__apartments {
        display: block;
        padding: .3rem 2rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-buildings__apartments {
        display: block;
        padding: .3rem 2rem
    }
}

.oh-s-buildings__header {
    display: table-row;
    color: #7e8891
}

@media (max-width: 63.99em) {
    .oh-s-buildings__header {
        display: none
    }
}

.oh-s-buildings__header div {
    display: table-cell;
    padding: 0 1rem 1rem
}

.oh-s-buildings__header div:first-child {
    padding-left: 0
}

.oh-s-buildings__header div:last-child {
    padding-right: 0
}

.oh-s-buildings__row {
    display: table-row;
    padding-top: 1.3rem
}

.oh-s-buildings__apartment-price {
    font-size: 20px;
    color: #D2042F;
    font-weight: 600;
}

.oh-s-buildings__apartment-price-lowest,
.oh-s-buildings__apartment-price-m2 {
    font-size: 13px;
    color: #6E7780;
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-buildings__row {
        display: block;
        position: relative;
        padding: 1.1rem 4rem 1.1rem 0
    }

    .oh-s-buildings__row:not(:last-child) {
        border-bottom: .1rem solid #c4cdd4
    }
}

@media (max-width: 37.49em) {
    .oh-s-buildings__row {
        display: block;
        position: relative;
        padding: 1.1rem 4rem 1.1rem 0
    }

    .oh-s-buildings__row:not(:last-child) {
        border-bottom: .1rem solid #c4cdd4
    }
}

.oh-s-buildings__row br {
    display: none
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-buildings__row br {
        display: inline
    }
}

.oh-s-buildings__row dl {
    display: flex;
    flex-direction: column;
    margin: 0;
    line-height: 1.38
}

@media (max-width: 63.99em) {
    .oh-s-buildings__row dl {
        display: inline;
        padding: 0;
        white-space: nowrap
    }
}

.oh-s-buildings__row dl:first-child {
    padding-left: 0
}

.oh-s-buildings__row dl:last-child {
    padding-right: 0
}

.oh-s-buildings__row dt {
    display: none
}

@media (max-width: 63.99em) {
    .oh-s-buildings__row dt {
        display: inline
    }
}

.oh-s-buildings__row dd {
    margin: 0
}

@media (max-width: 63.99em) {
    .oh-s-buildings__row dd {
        display: inline
    }
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-buildings__apartment-name {
        margin-right: 1rem !important
    }
}

@media (max-width: 37.49em) {
    .oh-s-buildings__apartment-name {
        display: block !important;
        margin-bottom: .7rem !important
    }
}

.oh-s-buildings__apartment-name a {
    color: #0A182E;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none
}

.oh-s-buildings__apartment-name:hover a {
    color: #D2042F;
}

@media (max-width: 37.49em) {
    .oh-s-buildings__apartment-status {
        display: block !important;
        margin-bottom: .8rem !important
    }
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-buildings__apartment-status span {
        vertical-align: .3em
    }
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-buildings__apartment-area {
        font-size: 1.5rem;
        margin-right: 1rem !important
    }
}

@media (max-width: 37.49em) {
    .oh-s-buildings__apartment-area {
        font-size: 1.4rem;
        margin-right: 1rem !important
    }
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-buildings__apartment-rooms {
        font-size: 1.5rem;
        margin-right: 1rem !important
    }
}

@media (max-width: 37.49em) {
    .oh-s-buildings__apartment-rooms {
        font-size: 1.4rem;
        margin-right: 1rem !important
    }
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-buildings__apartment-floor {
        font-size: 1.5rem;
        margin-right: 1rem !important
    }
}

@media (max-width: 37.49em) {
    .oh-s-buildings__apartment-floor {
        font-size: 1.4rem;
        margin-right: 1rem !important
    }
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-buildings__apartment-balcony {
        font-size: 1.5rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-buildings__apartment-balcony {
        font-size: 1.4rem;
        margin-right: 1rem !important
    }
}

.oh-s-buildings__apartment-plan {
    text-align: center
}

.oh-s-buildings__apartment-plan a {
    text-decoration: none
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-buildings__apartment-plan {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 1.4rem
    }

    .oh-s-buildings__apartment-plan dt {
        display: block;
        color: #d12000
    }

    .oh-s-buildings__apartment-plan dd {
        display: block
    }
}

@media (max-width: 37.49em) {
    .oh-s-buildings__apartment-plan {
        display: block !important;
        text-align: left;
        margin-top: .5rem !important
    }

    .oh-s-buildings__apartment-plan dt {
        color: #d12000;
        font-size: 1.4rem;
        margin-left: .6rem
    }

    .oh-s-buildings__apartment-plan dd {
        vertical-align: -.2em
    }

    .oh-s-buildings__apartment-plan svg {
        font-size: 2.6rem !important
    }
}

.oh-s-buildings__apartment-plan svg {
    font-size: 2rem
}

.oh-s-buildings__label {
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 2em;
    padding: 2px 10px;
    display: inline-block;
    text-align: center
}

.oh-s-buildings__label--free {
    background-color: #ddf4de;
    color: #1bb227
}

.oh-s-buildings__label--reserved {
    background-color: #f8f0d9;
    color: #d19900
}

.oh-s-buildings__label--sold {
    background-color: #fce6d9;
    color: #e85900
}

.oh-s-building {
    position: relative;
    z-index: 2;
    padding-top: 8rem;
    padding-bottom: 8rem
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-building {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-building {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

.oh-s-building__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8rem
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-building__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 6rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-building__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 4rem
    }
}

.oh-s-building__plan {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 4rem;
    background-color: #fff;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 65, 142, .2);
    box-shadow: 0 1rem 3rem rgba(0, 65, 142, .2);
    padding: 2rem 3rem
}

@media (max-width: 63.99em) {
    .oh-s-building__plan {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.oh-s-building__plan ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.oh-s-building__plan li {
    display: none
}

.oh-s-building__plan li.active {
    display: block
}

.oh-s-building__plan svg {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.oh-s-building__plan svg .sold {
    fill: rgba(232, 89, 0, .15)
}

.oh-s-building__plan svg .reserved {
    fill: rgba(209, 153, 0, .15)
}

.oh-s-building__plan svg .free {
    fill: rgba(27, 178, 39, .15)
}

.oh-s-building__legend {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.oh-s-building__legend span {
    margin-right: 1rem;
    margin-top: 1rem
}

.oh-s-building__floors {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26rem;
    flex: 0 0 26rem
}

@media (max-width: 63.99em) {
    .oh-s-building__floors {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 2rem
    }
}

.oh-s-building__floors ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

@media (max-width: 63.99em) {
    .oh-s-building__floors ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -.5rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.oh-s-building__floors li {
    margin-bottom: 1rem
}

@media (max-width: 63.99em) {
    .oh-s-building__floors li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1rem);
        flex: 0 0 calc(50% - 1rem);
        margin: 0 .5rem 1rem
    }
}

.oh-s-building__floors a {
    display: block;
    background-color: #fff;
    padding: 1rem;
    border: .1rem solid #c4cdd4;
    border-radius: .3rem;
    text-align: center;
    color: #0a182e;
    font-size: 2rem;
    text-decoration: none
}

@media (max-width: 37.49em) {
    .oh-s-building__floors a {
        font-size: 1.6rem
    }
}

.oh-s-building__floors a.active {
    color: #fff;
    border: 0;
    background: -o-linear-gradient(189deg, #fc6962 0, #d91d21 39%, #d10030 100%);
    background: linear-gradient(261deg, #fc6962, #d91d21 39%, #d10030);
    padding: 1.1rem
}

.oh-s-building__apartments {
    margin: 0;
    padding: 3.3rem 4rem;
    list-style-type: none;
    border: .1rem solid #c4cdd4;
    display: table;
    width: 100%;
    position: relative
}

.oh-s-building__apartments:after {
    content: "";
    position: absolute;
    left: 4rem;
    bottom: 3.3rem;
    width: calc(100% - 8rem);
    height: .1rem;
    background-color: #fff
}

@media (max-width: 63.99em) {
    .oh-s-building__apartments:after {
        left: 2rem;
        bottom: .3rem;
        width: calc(100% - 4rem)
    }
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-building__apartments {
        display: block;
        padding: .3rem 2rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-building__apartments {
        display: block;
        padding: .3rem 2rem
    }
}

.oh-s-building__header {
    display: table-row;
    color: #7e8891
}

@media (max-width: 63.99em) {
    .oh-s-building__header {
        display: none
    }
}

.oh-s-building__header div {
    display: table-cell;
    padding: 0 1rem 1rem
}

.oh-s-building__header div:first-child {
    padding-left: 0
}

.oh-s-building__header div:last-child {
    padding-right: 0
}

.oh-s-building__row {
    display: none;
    padding-top: 1.3rem
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-building__row {
        display: none;
        position: relative;
        padding: 1.1rem 4rem 1.1rem 0;
        border-bottom: .1rem solid #c4cdd4
    }

    .oh-s-building__row.active {
        display: block !important
    }
}

@media (max-width: 37.49em) {
    .oh-s-building__row {
        display: none;
        position: relative;
        padding: 1.1rem 4rem 1.1rem 0;
        border-bottom: .1rem solid #c4cdd4
    }

    .oh-s-building__row.active {
        display: block !important
    }
}

.oh-s-building__row.active {
    display: table-row
}

.oh-s-building__row br {
    display: none
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-building__row br {
        display: inline
    }
}

.oh-s-building__row dl {
    display: table-cell;
    margin: 0;
    padding: 1.3rem 1rem;
    color: #0a182e;
    line-height: 1.38;
    border-bottom: .1rem solid #c4cdd4
}

@media (max-width: 63.99em) {
    .oh-s-building__row dl {
        display: inline;
        padding: 0;
        white-space: nowrap;
        border-bottom: 0
    }
}

.oh-s-building__row dl:first-child {
    padding-left: 0
}

.oh-s-building__row dl:last-child {
    padding-right: 0
}

.oh-s-building__row dt {
    display: none
}

.oh-s-buildings__apartments {
    margin: 0;
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    /*justify-content: space-between;*/
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    padding: 0 !important;
}

.oh-s-buildings__apartments li.oh-s-buildings__row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32% !important;
    border: 1px solid #C4CDD4;
    padding: 22px;
}

dl.oh-s-buildings__apartment-see-all {
    border: 1px solid #0A182E;
    display: flex;
    justify-content: center;
}

dl.oh-s-buildings__apartment-see-all:hover {
    background-color: #0A182E;
}

.oh-s-buildings__apartment-see-all:hover a.oh-s-btn {
    color: #FFFFFF;
}

.oh-s-buildings__apartment-see-all a.oh-s-btn {
    color: #0A182E;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600 !important;
    text-align: center;
    padding: 10px;
}

.oh-s-buildings__apartment-params dt {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #7E8891;
    margin-bottom: 5px;
}

.oh-s-buildings__apartment-params dd {
    font-size: 14px;
    text-transform: capitalize;
}

.oh-s-buildings__apartment-params {
    display: flex;
    flex-wrap: wrap;
    margin: 18px 0;
    gap: 20px;
}

.oh-s-buildings__apartment-params > dl {
    width: 46%;
}

.oh-s-buildings__apartment-plan img {
    width: 100%;
    height: 260px;
    object-fit: contain;
}

.oh-s-building__apartment-info {
    display: flex;
    justify-content: space-between;
}

.oh-s-building__apartment-prices {
    display: flex;
    flex-direction: column;
    margin: 12px 0 15px;
    gap: 5px;
}

@media (max-width: 63.99em) {
    .oh-s-building__row dt {
        display: inline
    }
}

.oh-s-building__row dd {
    margin: 0
}

@media (max-width: 63.99em) {
    .oh-s-building__row dd {
        display: inline
    }
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-building__apartment-name {
        margin-right: 1rem !important
    }
}

@media (max-width: 37.49em) {
    .oh-s-building__apartment-name {
        display: block !important;
        margin-bottom: .7rem !important
    }
}

.oh-s-building__apartment-name a {
    color: #033789;
    font-weight: 700;
    text-decoration: none
}

@media (max-width: 37.49em) {
    .oh-s-building__apartment-status {
        display: block !important;
        margin-bottom: .8rem !important
    }
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-building__apartment-status span {
        vertical-align: .3em
    }
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-building__apartment-area {
        font-size: 1.5rem;
        margin-right: 1rem !important
    }
}

@media (max-width: 37.49em) {
    .oh-s-building__apartment-area {
        font-size: 1.4rem;
        margin-right: 1rem !important
    }
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-building__apartment-rooms {
        font-size: 1.5rem;
        margin-right: 1rem !important
    }
}

@media (max-width: 37.49em) {
    .oh-s-building__apartment-rooms {
        font-size: 1.4rem;
        margin-right: 1rem !important
    }
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-building__apartment-floor {
        font-size: 1.5rem;
        margin-right: 1rem !important
    }
}

@media (max-width: 37.49em) {
    .oh-s-building__apartment-floor {
        font-size: 1.4rem;
        margin-right: 1rem !important
    }
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-building__apartment-balcony {
        font-size: 1.5rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-building__apartment-balcony {
        font-size: 1.4rem;
        margin-right: 1rem !important
    }
}

.oh-s-building__apartment-plan {
    text-align: center
}

.oh-s-building__apartment-plan a {
    text-decoration: none
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-building__apartment-plan {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 1.4rem
    }

    .oh-s-building__apartment-plan dt {
        display: block;
        color: #d12000
    }

    .oh-s-building__apartment-plan dd {
        display: block
    }
}

@media (max-width: 37.49em) {
    .oh-s-building__apartment-plan {
        display: block !important;
        text-align: left;
        margin-top: .5rem !important
    }

    .oh-s-building__apartment-plan dt {
        color: #d12000;
        font-size: 1.4rem;
        margin-left: .6rem
    }

    .oh-s-building__apartment-plan dd {
        vertical-align: -.2em
    }

    .oh-s-building__apartment-plan svg {
        font-size: 2.6rem !important
    }
}

.oh-s-building__apartment-plan svg {
    font-size: 2rem
}

.oh-s-building__label {
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 2em;
    padding: .4rem 2rem;
    display: inline-block;
    min-width: 11rem;
    text-align: center
}

.oh-s-building__label--free {
    background-color: #ddf4de;
    color: #1bb227
}

.oh-s-building__label--reserved {
    background-color: #f8f0d9;
    color: #d19900
}

.oh-s-building__label--sold {
    background-color: #fce6d9;
    color: #e85900
}

.oh-s-buildings-list {
    position: relative;
    z-index: 2;
    border-top: .1rem solid #c4cdd4;
    padding-top: 6.8rem
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-buildings-list {
        padding-top: 5rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-buildings-list {
        border-top: 0;
        padding-top: 2rem
    }
}

.oh-s-buildings-list h3 {
    margin: 0 0 5.3rem;
    font-family: Encode Sans Expanded, sans-serif;
    font-size: 4.2rem;
    text-align: center
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-buildings-list h3 {
        font-size: 3.6rem;
        margin: 0 0 4rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-buildings-list h3 {
        font-size: 2.4rem;
        margin: 0 0 3rem
    }
}

.oh-s-buildings-list ul {
    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;
    margin: 0 -2rem 4rem;
    padding: 0;
    list-style-type: none
}

.oh-s-buildings-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26rem;
    flex: 0 0 26rem;
    margin: 0 2rem 4rem
}

.oh-s-buildings-list a {
    display: block;
    text-decoration: none
}

.oh-s-buildings-list h4 {
    margin: 0 0 1.5rem;
    font-size: 2rem;
    font-weight: 400;
    color: #0a182e
}

.oh-s-buildings-list__cover {
    width: 100%;
    height: 20rem;
    position: relative;
    margin-bottom: 2rem;
    border-radius: .3rem;
    overflow: hidden;
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 65, 142, .15);
    box-shadow: 0 1rem 2rem rgba(0, 65, 142, .15)
}

.oh-s-buildings-list__cover img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.oh-s-buildings-list__apartments {
    margin: 0;
    padding: 3.3rem 4rem;
    list-style-type: none;
    border: .1rem solid #c4cdd4;
    display: table;
    width: 100%
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-buildings-list__apartments {
        display: block;
        padding: .3rem 2rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-buildings-list__apartments {
        display: block;
        padding: .3rem 2rem
    }
}

.oh-s-buildings-list__label {
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 2em;
    padding: .4rem 2rem;
    display: inline-block;
    min-width: 11rem;
    text-align: center
}

.oh-s-buildings-list__label--free {
    background-color: #ddf4de;
    color: #1bb227
}

.oh-s-buildings-list__label--reserved {
    background-color: #f8f0d9;
    color: #d19900
}

.oh-s-buildings-list__label--sold {
    background-color: #fce6d9;
    color: #e85900
}

.oh-s-apartment {
    position: relative;
    z-index: 2;
    padding-top: 6rem;
    padding-bottom: 6rem
}

@media (max-width: 37.49em) {
    .oh-s-apartment {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.oh-s-apartment__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4rem
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-apartment__info {
        display: block;
        margin-bottom: 2.5rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-apartment__info {
        display: block;
        margin-bottom: 2.5rem
    }
}

.oh-s-apartment__info--standalone {
    margin-bottom: 0
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-apartment__info--standalone {
        margin-bottom: 0
    }
}

@media (max-width: 37.49em) {
    .oh-s-apartment__info--standalone {
        margin-bottom: 0
    }
}

.oh-s-apartment__plan {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 4rem;
    background-color: #fff;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 65, 142, .2);
    box-shadow: 0 1rem 3rem rgba(0, 65, 142, .2);
    padding: 2rem 3rem;
    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
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-apartment__plan {
        margin-right: 0;
        margin-bottom: 3rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-apartment__plan {
        margin-right: 0;
        background-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        margin-bottom: 3rem
    }
}

.oh-s-apartment__plan img {
    display: block;
    max-width: 100%
}

.oh-s-apartment__details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36rem;
    flex: 0 0 36rem
}

.oh-s-apartment__details ul {
    list-style-type: none;
    margin: 0 0 1.5rem;
    padding: 0;
    font-size: 1.7rem;
    line-height: 1.35;
    color: #0a182e
}

.oh-s-apartment__details li {
    padding: 1rem 0
}

.oh-s-apartment__details li:not(:last-child) {
    border-bottom: .1rem solid #c4cdd4
}

.oh-s-apartment__status {
    margin-bottom: 1rem
}

.oh-s-apartment__link {
    margin-top: .5rem
}

.oh-s-apartment__back .oh-button {
    margin-right: 1.6rem
}

@media (max-width: 37.49em) {
    .oh-s-apartment__back .oh-button {
        margin-top: .8rem
    }
}

.oh-s-apartment__label {
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 2em;
    padding: .4rem 1rem;
    display: inline-block;
    text-align: center
}

.oh-s-apartment__label--free {
    background-color: #ddf4de;
    color: #1bb227
}

.oh-s-apartment__label--reserved {
    background-color: #f8f0d9;
    color: #d19900
}

.oh-s-apartment__label--sold {
    background-color: #fce6d9;
    color: #e85900
}

.oh-s-properties-list {
    position: relative;
    z-index: 2;
    padding-top: 7rem;
    padding-bottom: 7rem
}

.oh-s-properties-list__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 4rem
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-properties-list__list {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 37.49em) {
    .oh-s-properties-list__list {
        grid-template-columns:repeat(1, 1fr)
    }
}

.oh-s-properties-list__list h4 {
    margin: 0 0 1rem;
    font-size: 2rem
}

.oh-s-properties-list__list h4 a {
    color: #0a182e;
    text-decoration: none
}

.oh-s-properties-list__list ul {
    list-style-type: none;
    margin: 0 0 1.5rem;
    padding: 0;
    line-height: 1.38;
    color: #0a182e
}

.oh-s-properties-list__list li:not(:last-child) {
    margin-bottom: .5rem
}

.oh-s-properties-list__plan {
    height: 20rem;
    background-color: #fff;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 65, 142, .2);
    box-shadow: 0 1rem 3rem rgba(0, 65, 142, .2);
    margin-bottom: 2rem;
    position: relative
}

.oh-s-properties-list__plan a {
    display: block;
    padding: 2rem;
    width: 100%;
    height: 100%
}

.oh-s-properties-list__plan img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.oh-s-properties-list__status {
    position: absolute;
    right: 1rem;
    bottom: 1rem
}

.oh-s-properties-list__label {
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 2em;
    padding: .4rem 1rem;
    display: inline-block;
    text-align: center
}

.oh-s-properties-list__label--free {
    background-color: #ddf4de;
    color: #1bb227
}

.oh-s-properties-list__label--reserved {
    background-color: #f8f0d9;
    color: #d19900
}

.oh-s-properties-list__label--sold {
    background-color: #fce6d9;
    color: #e85900
}

.oh-s-property {
    position: relative;
    z-index: 2;
    padding-top: 6rem;
    padding-bottom: 6rem
}

@media (max-width: 37.49em) {
    .oh-s-property {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.oh-s-property__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4rem
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-property__info {
        display: block;
        margin-bottom: 2.5rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-property__info {
        display: block;
        margin-bottom: 2.5rem
    }
}

.oh-s-property__info--standalone {
    margin-bottom: 0
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-property__info--standalone {
        margin-bottom: 0
    }
}

@media (max-width: 37.49em) {
    .oh-s-property__info--standalone {
        margin-bottom: 0
    }
}

.oh-s-property__plan {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 4rem;
    background-color: #fff;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 65, 142, .2);
    box-shadow: 0 1rem 3rem rgba(0, 65, 142, .2);
    padding: 2rem 3rem
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-property__plan {
        margin-right: 0;
        margin-bottom: 3rem
    }
}

@media (max-width: 37.49em) {
    .oh-s-property__plan {
        margin-right: 0;
        background-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        margin-bottom: 3rem
    }
}

.oh-s-property__plan img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.oh-s-property__details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36rem;
    flex: 0 0 36rem
}

.oh-s-property__details ul {
    list-style-type: none;
    margin: 0 0 1.5rem;
    padding: 0;
    font-size: 1.7rem;
    line-height: 1.35;
    color: #0a182e
}

.oh-s-property__details li {
    padding: 1rem 0
}

.oh-s-property__details li:not(:last-child) {
    border-bottom: .1rem solid #c4cdd4
}

.oh-s-property__status {
    margin-bottom: 1rem
}

.oh-s-property__link {
    margin-top: .5rem
}

.oh-s-property__back .oh-button {
    margin-right: 1.6rem
}

@media (max-width: 37.49em) {
    .oh-s-property__back .oh-button {
        margin-top: .8rem
    }
}

.oh-s-property__label {
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 2em;
    padding: .4rem 1rem;
    display: inline-block;
    text-align: center
}

.oh-s-property__label--free {
    background-color: #ddf4de;
    color: #1bb227
}

.oh-s-property__label--reserved {
    background-color: #f8f0d9;
    color: #d19900
}

.oh-s-property__label--sold {
    background-color: #fce6d9;
    color: #e85900
}

.oh-s-apartments-list {
    position: relative;
    z-index: 2;
    padding-top: 7rem;
    padding-bottom: 7rem
}

.oh-s-apartments-list__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 4rem
}

@media (min-width: 37.5em) and (max-width: 63.99em) {
    .oh-s-apartments-list__list {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 37.49em) {
    .oh-s-apartments-list__list {
        grid-template-columns:repeat(1, 1fr)
    }
}

.oh-s-apartments-list__list h4 {
    margin: 0 0 1rem;
    font-size: 2rem
}

.oh-s-apartments-list__list h4 a {
    color: #0a182e;
    text-decoration: none
}

.oh-s-apartments-list__list ul {
    list-style-type: none;
    margin: 0 0 1.5rem;
    padding: 0;
    line-height: 1.38;
    color: #0a182e
}

.oh-s-apartments-list__list li:not(:last-child) {
    margin-bottom: .5rem
}

.oh-s-apartments-list__plan {
    height: 20rem;
    background-color: #fff;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 65, 142, .2);
    box-shadow: 0 1rem 3rem rgba(0, 65, 142, .2);
    margin-bottom: 2rem;
    position: relative
}

.oh-s-apartments-list__plan a {
    display: block;
    padding: 2rem;
    width: 100%;
    height: 100%
}

.oh-s-apartments-list__plan img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.oh-s-apartments-list__status {
    position: absolute;
    right: 1rem;
    bottom: 1rem
}

.oh-s-apartments-list__label {
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 2em;
    padding: .4rem 1rem;
    display: inline-block;
    text-align: center
}

.oh-s-apartments-list__label--free {
    background-color: #ddf4de;
    color: #1bb227
}

.oh-s-apartments-list__label--reserved {
    background-color: #f8f0d9;
    color: #d19900
}

.oh-s-apartments-list__label--sold {
    background-color: #fce6d9;
    color: #e85900
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 1rem;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger.is-active:hover, .hamburger:hover {
    opacity: 1
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #fc6962
}

.hamburger-box {
    width: 2.8rem;
    height: 2.2rem;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -.2rem
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 2.8rem;
    height: .4rem;
    background-color: #d10030;
    border-radius: .3rem;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner:after, .hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -.9rem
}

.hamburger-inner:after {
    bottom: -.9rem
}

.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: .22s;
    -o-transition-duration: .22s;
    transition-duration: .22s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin .hamburger-inner:before {
    -webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
    -o-transition: top .1s .25s ease-in, opacity .1s ease-in;
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
    -webkit-transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    -o-transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
    -o-transition: top .1s ease-out, opacity .1s .12s ease-out;
    transition: top .1s ease-out, opacity .1s ease-out .12s
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    -o-transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}

.glide {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.glide * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.glide__slides, .glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
    padding: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slide, .glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows, .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version %%INJECT_VERSION%%
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    white-space: normal;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: sans-serif
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -webkit-transform .4s ease;
    -o-transition: left .4s ease, transform .4s ease;
    transition: left .4s ease, transform .4s ease;
    transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
    to {
        margin-left: 0
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
    to {
        margin-left: 0
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
    to {
        margin-left: 0
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
    to {
        margin-left: 0
    }
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease
}

.baguetteBox-button:focus, .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s ease-in-out infinite;
    animation: bounce 2s ease-in-out infinite
}

.baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.oh-s-sizes__tabs,
.oh-s-buildings__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding: 0;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
}

.oh-s-buildings__filters {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EAEAEA;
    margin: 0 0 24px;
}

.oh-s-sizes__tabs a,
.oh-s-buildings__tabs a {
    display: inline-block;
    padding: 12px 0 20px;
    text-decoration: none;
    color: #7E8891;
    font-weight: 600;
}

.oh-s-sizes__tabs a.is-active,
.oh-s-buildings__tabs a.is-active {
    color: #0A182E;
    border-bottom: 2px solid #0A182E;
}

#oh-apartments-list.is-loading {
    opacity: .6;
    pointer-events: none;
}

.oh-s-buildings__apartment-plan {
    position: relative !important;
    transform: none !important;
    top: 0;
}

@media (max-width: 1025px) {
    .oh-s-buildings__filters {
        flex-direction: column;
    }

    .oh-s-sizes__tabs a, .oh-s-buildings__tabs a {
       font-size: 14px;
    }

    .oh-s-buildings__apartments li.oh-s-buildings__row {
        width: 48% !important;
    }

    .oh-s-buildings__apartment-params dl {
        width: 43% !important;
    }

    .oh-s-buildings__apartment-plan {
        width: 100%;
    }

    h3.oh-s-buildings__title {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .price .popup-content {
        bottom: -70px !important;
        right: initial;
        left: 0 !important;
    }
    .oh-s-buildings__apartments li.oh-s-buildings__row {
        width: 100% !important;
    }

    .oh-s-buildings__apartments {
        padding: 0 !important;
    }

    .oh-s-buildings__apartment-params dl {
        width: 41% !important;
    }

    dl.oh-s-buildings__apartment-price {
        font-size: 17px;
    }
    .oh-s-building__apartment-info {
        flex-direction: column-reverse;
    }
}

@-webkit-keyframes bounce {
    0%, to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0%, to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.price {
    position: relative;
    flex-direction: row !important;
    align-items: center;
}

.price.price-absolute .has-popup {
    position: absolute;
    right: 20px;
    bottom: 35%;
}

.price .has-popup {
    position: relative;
    cursor: pointer;
}

.price .has-popup:after {
    content: url('/wp-content/uploads/2025/09/information-1.svg');
    margin-left: 10px;
}

.price .popup-content {
    position: absolute;
    bottom: -85px;
    right: 50px;
    margin-top: 6px;
    background: #fff;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 999 !important;
    width: 250px;
}

.price .popup-content .price-history-none,
.price .popup-content .price-history {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.3rem;
    color: #0A182E;
    line-height: 1.5em;
    font-weight: 400;
}

.price-history h5 {
    margin: 0 !important;
}

.oh-s-apartment__card {
    margin-bottom: 10px;
}