/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #5c5c5c;
}

h1, h2, h3 {
    font-weight: 300;
}

h1 {
    font-size: 30px;
}
@media screen and (min-width: 992px) {
    h1 {
        font-size: 40px;
    }
}
@media screen and (min-width: 1200px) {
    h1 {
        font-size: 50px;
    }
}

h2 {
    font-size: 26px;
}
@media screen and (min-width: 992px) {
    h2 {
        font-size: 36px;
    }
}
@media screen and (min-width: 1200px) {
    h2 {
        font-size: 50px;
    }
}

h3 {
    font-size: 20px;
}
@media screen and (min-width: 992px) {
    h3 {
        font-size: 30px;
    }
}
@media screen and (min-width: 1200px) {
    h3 {
        font-size: 44px;
    }
}

h4 {
    font-size: 18px;
}
@media screen and (min-width: 1200px) {
    h4 {
        font-size: 22px;
    }
}

a {
    text-decoration: none;
    color: inherit;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

p {
    margin: 1em 0;
    line-height: 1.5em;
}

strong {
    font-weight: 600;
}

img {
    width: 100%;
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
}
img.side {
    height: 200px;
}
@media screen and (min-width: 600px) {
    img.side {
        height: 250px;
    }
}
@media screen and (min-width: 992px) {
    img.side {
        height: 100%;
    }
}

.form {
    position: relative;
}

input, textarea {
    margin: 3px 0;
    padding: 10px 20px;
    display: block;
    width: 100%;
    border: 1px solid #b7b7b7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    color: #5c5c5c;
}
input:focus, textarea:focus {
    outline: 0;
    border-color: #a6c8ff;
}

textarea {
    height: 122px;
    resize: none;
}

button {
    margin-top: 20px;
    border: 0;
    cursor: pointer;
    background: transparent;
}
button:focus {
    outline: 0;
}

span.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-not-valid {
    border-color: #f00;
}

div.wpcf7-response-output.wpcf7-validation-errors, div.wpcf7-response-output.wpcf7-mail-sent-ok {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: calc(100% - 150px);
    border: 0;
}

.container {
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (min-width: 1170px) {
    .container {
        padding: 0;
    }
}

.row:after {
    content: '';
    display: block;
    clear: both;
}

.col-xs-2, .col-xs-3, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 600px) {
    .col-xs-2, .col-xs-3, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8 {
        float: left;
    }

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

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

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

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

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

    .col-xs-8 {
        width: 66.66667%;
    }
}
@media screen and (min-width: 768px) {
    .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.3333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.6666%;
    }

    .col-sm-9 {
        width: 75%;
    }
}
@media screen and (min-width: 992px) {
    .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.6666%;
    }

    .col-md-9 {
        width: 75%;
    }
}
.flexbox, .stretchbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flexbox--zero {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.flexbox--nd {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.flexbox--col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flexbox--baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.stretchbox {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media screen and (min-width: 600px) {
    .flexbox-xs, .stretchbox-xs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .stretchbox-xs {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}
@media screen and (min-width: 768px) {
    .flexbox-sm, .stretchbox-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .stretchbox-sm {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}
@media screen and (min-width: 992px) {
    .flexbox-md, .stretchbox-md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .flexbox-md--baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .stretchbox-md {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}
@media screen and (min-width: 1200px) {
    .flexbox-lg, .stretchbox-lg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .stretchbox-lg {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}
.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-right {
    text-align: right;
}

.uppercase {
    text-transform: uppercase;
}

.text-xs-left {
    text-align: center;
}
@media screen and (min-width: 600px) {
    .text-xs-left {
        text-align: left;
    }
}

.text-sm-left {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }
}

.text-md-left {
    text-align: center;
}
@media screen and (min-width: 992px) {
    .text-md-left {
        text-align: left;
    }
}

.text-lg-left {
    text-align: center;
}
@media screen and (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }
}

.text-white {
    color: #fff;
}

.text-bold {
    font-weight: 600;
}

.mtb-60 {
    margin-top: 40px;
    margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
    .mtb-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .mtb-60--green {
        margin-bottom: 117px;
    }
}

.light p, .light h3 {
    margin: 0;
    line-height: 1.1em;
    font-weight: 300;
    font-size: 1em;
}
@media screen and (min-width: 992px) {
    .light p, .light h3 {
        font-size: 1.5em;
    }
}
@media screen and (min-width: 1500px) {
    .light p, .light h3 {
        font-size: 2em;
    }
}

.green-box {
    position: relative;
    padding: 15px 0;
    border-bottom: 5px solid #c2d24d;
}
@media screen and (min-width: 992px) {
    .green-box {
        padding: 40px;
        border: 5px solid #c2d24d;
    }
    .green-box:before {
        content: '';
        position: absolute;
        top: -5px;
        width: 100px;
        height: 100%;
        border: 5px solid #c2d24d;
        z-index: -1;
    }
    .green-box--left {
        border-right: 0;
    }
    .green-box--left:before {
        right: -100px;
        border-left: 0;
    }
    .green-box--right {
        border-left: 0;
    }
    .green-box--right:before {
        left: -100px;
        border-right: 0;
    }
}

.green-box-header {
    font-size: 22px;
}

@media screen and (min-width: 992px) {
    .green-box-translate {
        -webkit-transform: translateY(57px);
        transform: translateY(57px);
    }
}

.btn {
    padding: 11px 24px;
    display: inline-block;
    background-color: #1b89d4;
    border-bottom: 2px solid #1b89d4;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: 200ms ease-out;
    transition: 200ms ease-out;
}
@media screen and (min-width: 992px) {
    .btn {
        padding: 15px 30px;
    }
}
.btn--margin {
    margin-top: 20px;
}
.btn--white {
    background-color: #fff;
    border-color: #fff;
    color: #5c5c5c;
}
.btn:hover {
    background-color: #fff;
    color: #1b89d4;
}
.btn--white:hover {
    background-color: #1b89d4;
    color: #fff;
}

.section__header {
    margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
    .section__header {
        margin-bottom: 50px;
    }
}

.color-boxes {
    position: relative;
}
.color-boxes__item {
    margin-bottom: 5px;
    padding: 20px 10px;
    width: 100%;
    background-color: #fff;
    border: 3px solid;
    font-size: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
    .color-boxes__item {
        position: absolute;
        margin: 0;
        padding: 40px;
        border-width: 5px;
        font-size: 30px;
    }
}
.color-boxes__item--green {
    border-color: #c2d24d;
}
.color-boxes__item--blue {
    border-color: #1b89d4;
}
@media screen and (min-width: 600px) {
    .color-boxes__item--col {
        width: calc(50% - 2.5px);
    }
    .color-boxes__item--col:nth-child(odd) {
        margin-right: 5px;
    }
}
@media screen and (min-width: 1200px) {
    .color-boxes__item--col {
        margin: 0;
        width: 100%;
    }
}
.color-boxes img {
    width: 60px;
}
@media screen and (min-width: 1200px) {
    .color-boxes img {
        width: auto;
    }
}
.color-boxes p {
    margin: 0;
    margin-left: 10px;
}
@media screen and (min-width: 1200px) {
    .color-boxes p {
        margin: 20px 10px 0;
    }
}

.image-hover {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}
.image-hover:before, .image-hover:after {
    content: '';
    position: absolute;
    display: block;
}
.image-hover:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(194, 210, 77, 0.8);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}
.image-hover:after {
    top: 50%;
    left: 50%;
    background-image: url(../images/sprite/sprite.png);
    background-position: 0px 0px;
    width: 50px;
    height: 50px;
    opacity: 0;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -webkit-transition: 150ms;
    transition: 150ms;
}
.image-hover:hover:before {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.image-hover:hover:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 200ms 150ms ease-out;
    transition: 200ms 150ms ease-out;
}

.sec-nav-margin {
    margin-top: 80px;
}
@media screen and (min-width: 1200px) {
    .sec-nav-margin {
        margin-top: 120px;
    }
}

.pagination {
    margin-top: 50px;
}
.pagination .page-numbers:not(.next):not(.prev) {
    margin: 0 3px;
    padding: 6px 8px;
    display: block;
    background-color: #1b89d4;
    color: #fff;
}
.pagination .page-numbers:not(.next):not(.prev).current {
    background-color: #c2d24d;
}
.pagination .page-arrow {
    margin: 0 3px;
    padding: 0 8px;
    display: block;
    height: 26px;
    background-color: #c2d24d;
    color: #fff;
    font-size: 27px;
    line-height: 21px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
    z-index: 999;
}

.logo {
    float: left;
    padding: 10px;
    width: 170px;
}
@media screen and (min-width: 1200px) {
    .logo {
        padding: 10px 20px;
        width: 230px;
    }
}
.logo__header {
    line-height: 0;
}

.burger {
    float: right;
    margin-top: 9px;
    margin-right: 10px;
    width: 26px;
    height: 26px;
}
@media screen and (min-width: 992px) {
    .burger {
        display: none;
    }
}
.burger__bar {
    position: relative;
    margin-top: 12px;
    width: 100%;
    height: 2px;
    background-color: #c2d24d;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}
.burger__bar:before, .burger__bar:after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #c2d24d;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}
.burger__bar:before {
    top: -5px;
}
.burger__bar:after {
    bottom: -5px;
}
.burger--active .burger__bar {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.burger--active .burger__bar:before {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.burger--active .burger__bar:after {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.navbar {
    position: fixed;
    top: 45px;
    width: 100%;
    max-height: 0;
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
    overflow: hidden;
    -webkit-transition: 400ms ease-out;
    transition: 400ms ease-out;
}
@media screen and (min-width: 992px) {
    .navbar {
        position: static;
        max-height: none;
        border-bottom: 0;
        overflow: visible;
    }
}
.navbar--active {
    max-height: 480px;
}

@media screen and (min-width: 992px) {
    .nav {
        float: left;
    }
}
@media screen and (min-width: 992px) {
    .nav li {
        float: left;
        border-left: 1px solid #d7d7d7;
    }
}
.nav a {
    padding: 13px 10px;
    display: block;
    font-weight: 300;
    text-align: center;
}
@media screen and (min-width: 1200px) {
    .nav a {
        padding: 18px 15px;
        font-size: 16px;
        -webkit-transition: 200ms;
        transition: 200ms;
    }
    .nav a:hover {
        background-color: #1b89d4;
        color: #fff;
    }
}
@media screen and (min-width: 1500px) {
    .nav a {
        padding: 17px 30px;
        font-size: 18px;
    }
}
.nav__red a {
    background-color: #ef3e40;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (min-width: 1500px) {
    .nav__red a {
        position: relative;
        margin: 0 7px;
        padding-left: 23px;
        padding-right: 23px;
        -webkit-box-shadow: 0 0 0px 7px #ef3e40;
        box-shadow: 0 0 0px 7px #ef3e40;
    }
    .nav__red a:hover {
        background-color: #fff;
        color: #ef3e40;
    }
}

@media screen and (min-width: 992px) {
    .side-nav {
        float: right;
    }
}
.side-nav li {
    float: left;
}
@media screen and (min-width: 992px) {
    .side-nav li {
        border-left: 1px solid #d7d7d7;
    }
}
.side-nav__link {
    padding: 16px 10px;
    display: block;
    font-size: 12px;
}
@media screen and (min-width: 1200px) {
    .side-nav__link {
        padding: 19px 15px;
        font-size: 14px;
        font-weight: 600;
        -webkit-transition: 200ms;
        transition: 200ms;
    }
    .side-nav__link:hover {
        color: #1b89d4;
    }
}
@media screen and (min-width: 1500px) {
    .side-nav__link {
        padding: 19px 15px;
    }
}
.side-nav__link--contact {
    padding: 10px 5px;
    background-color: #1b89d4;
}
@media screen and (min-width: 1200px) {
    .side-nav__link--contact {
        padding: 15px 15px 16px;
    }
}
.side-nav__link--contact span {
    display: inline-block;
    background-image: url(../images/sprite/sprite.png);
    background-position: 0px -100px;
    width: 28px;
    height: 19px;
}

@media screen and (min-width: 992px) {
    .second-nav {
        clear: both;
        border-top: 1px solid #d7d7d7;
    }
}
@media screen and (min-width: 992px) {
    .second-nav li {
        float: left;
        width: calc(1/3 * 100%);
    }
}
@media screen and (min-width: 1200px) {
    .second-nav li {
        width: calc(1/3 * 1170px);
    }
}
.second-nav a {
    padding: 15px 0;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    -webkit-transition: 200ms;
    transition: 200ms;
}
@media screen and (min-width: 1200px) {
    .second-nav a {
        font-size: 20px;
    }
}
.second-nav a:hover {
    background-color: #1b89d4;
    color: #fff;
}

.slider {
    position: relative;
}
@media screen and (min-width: 1500px) {
    .slider {
        margin-top: 52px;
    }
}
.slider__item {
    position: relative;
    height: 300px;
    color: #fff;
}
@media screen and (min-width: 992px) {
    .slider__item {
        height: 400px;
    }
}
@media screen and (min-width: 1500px) {
    .slider__item {
        height: 634px;
    }
}
.slider__slogan {
    margin-bottom: .5em;
    font-size: 30px;
}
.slider__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.slider .bx-pager {
    bottom: 15px;
}
.slider .bx-pager-link {
    background-color: #fff;
}

.bx-prev, .bx-next {
    display: none;
}
@media screen and (min-width: 992px) {
    .bx-prev, .bx-next {
        position: absolute;
        top: calc(100% - 40px);
        display: inline-block;
        background-image: url(../images/sprite/sprite.png);
        background-position: -100px 0px;
        width: 22px;
        height: 36px;
    }
}
@media screen and (min-width: 1200px) {
    .bx-prev, .bx-next {
        top: calc(100% - 60px);
    }
}
@media screen and (min-width: 1340px) {
    .bx-prev, .bx-next {
        top: 50%;
    }
}

.bx-prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
@media screen and (min-width: 992px) {
    .bx-prev {
        left: 5px;
    }
}
@media screen and (min-width: 1340px) {
    .bx-prev {
        left: -80px;
        -webkit-transform: scaleX(-1) translateY(-50%);
        transform: scaleX(-1) translateY(-50%);
    }
}

@media screen and (min-width: 992px) {
    .bx-next {
        right: 5px;
    }
}
@media screen and (min-width: 1340px) {
    .bx-next {
        right: -80px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.bx-pager {
    position: absolute;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bx-pager-item {
    float: left;
}

.bx-pager-link {
    margin: 0 5px;
    display: inline-block;
    width: 38px;
    height: 3px;
    background-color: #d7d7d7;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: 300ms;
    transition: 300ms;
}
@media screen and (min-width: 600px) {
    .bx-pager-link {
        margin: 0 5px;
    }
}
.bx-pager-link.active {
    -webkit-transform: scaleY(2);
    transform: scaleY(2);
    background-color: #1b89d4;
}

.look-for__content {
    padding: 15px;
    background-color: #c2d24d;
    color: #fff;
}
@media screen and (min-width: 992px) {
    .look-for__content {
        padding: 40px;
    }
}
.look-for__header {
    font-size: 26px;
}

.news {
    position: relative;
}
@media screen and (min-width: 992px) {
    .news .green-box {
        margin-bottom: 57px;
    }
    .news figure {
        height: calc(100% - 57px);
    }
}
@media screen and (min-width: 992px) {
    .news .bx-pager {
        bottom: 0;
        padding-left: 40px;
        display: block;
        width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .footer {
        margin-bottom: 80px;
    }
}
.footer__image {
    display: none;
}
@media screen and (min-width: 992px) {
    .footer__image {
        display: block;
    }
}
.footer__short {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    margin-top: 40px;
    background-color: #1b89d4;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
    z-index: 5;
}
@media screen and (min-width: 992px) {
    .footer__short {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.footer__short--active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.footer__short-mobile-btn {
    position: absolute;
    top: -30px;
    right: 0;
    width: 30px;
    height: 30px;
    border-top-left-radius: 5px;
    background-color: #1b89d4;
}
@media screen and (min-width: 992px) {
    .footer__short-mobile-btn {
        display: none;
    }
}
.footer__short-mobile-btn span {
    display: block;
    background-image: url(../images/sprite/sprite.png);
    background-position: -100px -36px;
    width: 20px;
    height: 12px;
}
.footer__short-item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #fff;
    white-space: nowrap;
}
.footer__short-item a {
    padding: 10px 20px;
    margin-left: 15px;
    font-size: 12px;
    text-transform: none;
}
@media screen and (min-width: 1200px) {
    .footer__short-item {
        font-size: 16px;
    }
    .footer__short-item a {
        font-size: 14px;
        text-transform: uppercase;
    }
}
@media screen and (min-width: 1500px) {
    .footer__short-item {
        font-size: 20px;
    }
}
.footer__short-item--white {
    background-color: #fff;
    color: #1b89d4;
}
@media screen and (min-width: 1200px) {
    .footer__short-item--white {
        padding-top: 4px;
    }
}
.footer__icon {
    margin-left: -5px;
    margin-right: 15px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.footer__icon--maginifier {
    background-image: url(../images/sprite/sprite.png);
    background-position: -50px 0px;
    width: 50px;
    height: 50px;
}
.footer__icon--phone {
    background-image: url(../images/sprite/sprite.png);
    background-position: -50px -50px;
    width: 50px;
    height: 50px;
}
.footer__icon--note {
    background-image: url(../images/sprite/sprite.png);
    background-position: 0px -50px;
    width: 50px;
    height: 50px;
}

.form {
    margin-top: 20px;
}
@media screen and (min-width: 992px) {
    .form {
        margin-top: 40px;
    }
}
@media screen and (min-width: 768px) {
    .form__col {
        width: calc(50% - 3px);
    }
    .form__col:first-child {
        margin-right: 6px;
    }
}

.credits {
    padding: 23px 0;
    background-color: #c2d24d;
    font-size: 11px;
    color: #fff;
}

.everywhere {
    margin-top: 15px;
    width: 60px;
    height: 60px;
}
@media screen and (min-width: 366px) {
    .everywhere {
        margin-top: -24px;
        float: right;
    }
}

.banner {
    margin-top: 52px;
}
@media screen and (min-width: 992px) {
    .banner {
        margin-bottom: 117px;
    }
}
.banner__image {
    position: relative;
    height: 200px;
    background: no-repeat center;
    background-size: cover;
    z-index: 2;
}
@media screen and (min-width: 992px) {
    .banner__image {
        height: 300px;
    }
}
@media screen and (min-width: 1200px) {
    .banner__image {
        height: 400px;
    }
}
@media screen and (min-width: 992px) {
    .banner__header {
        padding: 60px;
        min-height: 300px;
    }
}
@media screen and (min-width: 1200px) {
    .banner__header {
        padding: 90px;
        height: 400px;
    }
}
.banner__caption {
    font-size: 18px;
}
@media screen and (min-width: 1200px) {
    .banner__caption {
        font-size: 28px;
    }
}

@media screen and (min-width: 1200px) {
    .investment-boxes {
        height: 300px;
    }
}
@media screen and (min-width: 1200px) {
    .investment-boxes .color-boxes__item:nth-child(1) {
        top: -120px;
        max-width: 266px;
        z-index: 4;
    }
    .investment-boxes .color-boxes__item:nth-child(2) {
        left: 236px;
        max-width: 445px;
        z-index: 3;
    }
    .investment-boxes .color-boxes__item:nth-child(3) {
        top: 30px;
        left: 641px;
        padding-bottom: 50px;
        max-width: 300px;
        z-index: 2;
    }
    .investment-boxes .color-boxes__item:nth-child(4) {
        top: -50px;
        right: 0;
        padding-left: 70px;
        max-width: 283px;
        z-index: 1;
    }
}

.diary__header {
    margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
    .localisation-boxes {
        height: 590px;
    }
}
.localisation-boxes .color-boxes__item {
    font-weight: 300;
    min-height: 150px;
}
@media screen and (min-width: 1200px) {
    .localisation-boxes .color-boxes__item:nth-child(1) {
        max-width: 300px;
    }
    .localisation-boxes .color-boxes__item:nth-child(2) {
        top: 140px;
        left: 250px;
        max-width: 460px;
    }
    .localisation-boxes .color-boxes__item:nth-child(3) {
        top: 220px;
        left: 640px;
        padding-top: 60px;
        max-width: 420px;
    }
    .localisation-boxes .color-boxes__item:nth-child(4) {
        right: 0;
        max-width: 257px;
    }
}

.place__category {
    position: relative;
    margin-top: -55px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    z-index: 2;
    display: none;
}
@media screen and (min-width: 992px) {
    .place__category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.place__category-item {
    margin: 0 10px;
    width: 110px;
    cursor: pointer;
}
.place__icon {
    position: relative;
    height: 110px;
    background: #c2d24d no-repeat center;
    -webkit-transition: 200ms;
    transition: 200ms;
}
.place__arrow {
    display: none;
    background-image: url(../images/sprite/sprite.png);
    background-position: -100px -36px;
    width: 20px;
    height: 12px;
}
.place__category-item:hover .place__icon {
    background-color: #1b89d4;
}
.place__category-item.active .place__icon {
    background-color: #1b89d4;
}
.place__category-item.active .place__arrow {
    position: absolute;
    top: 5px;
    left: 50%;
    display: inline-block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.apartments {
    margin-top: 52px;
}
@media screen and (min-width: 992px) {
    .apartments {
        margin-bottom: 117px;
    }
}
.apartments__header {
    margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
    .apartments__header {
        margin-bottom: 40px;
        font-size: 40px;
    }
}
@media screen and (min-width: 1500px) {
    .apartments__header {
        font-size: 50px;
    }
}
.apartments__main-image, .diary__image {
    background: no-repeat center;
    background-size: cover;
}
@media screen and (min-width: 992px) {
    .apartments__main-image, .diary__image {
        height: 256px;
    }
}
@media screen and (min-width: 1500px) {
    .apartments__main-image, .diary__image {
        height: 300px;
    }
}
.apartments__main-content, .diary__content {
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.apartments__main-content--top, .diary__content--top {
    height: 100%;
    border-bottom: 5px solid #c2d24d;
}
@media screen and (min-width: 992px) {
    .apartments__main-content, .diary__content {
        padding: 28px 40px;
    }
    .apartments__main-content--top, .diary__content--top {
        margin-top: 29px;
        margin-right: 40px;
        border-bottom: 0;
        border-top: 5px solid #c2d24d;
        border-right: 5px solid #c2d24d;
    }
    .apartments__main-content--bottom, .diary__content--bottom {
        margin-left: 40px;
        border-bottom: 5px solid #c2d24d;
        border-left: 5px solid #c2d24d;
    }
}
@media screen and (min-width: 1500px) {
    .apartments__main-content, .diary__content {
        padding: 40px;
    }
}
.apartments--table {
    margin: 0;
}
.apartments__svg {
    margin-right: 10px;
    height: 25px;
    vertical-align: middle;
}
.apartments__svg .cls {
    fill: #c2d24d;
    fill-rule: evenodd;
}
.apartments__svg .cls--active {
    fill: #1b89d4;
}
.apartments__status {
    position: relative;
    padding-left: 17px;
    font-size: 12px;
    font-weight: 600;
}
.apartments__status:before {
    content: '\00b7';
    position: absolute;
    left: 0;
    display: block;
    font-size: 50px;
    line-height: 13px;
}
.apartments__status--available {
    color: #00a651;
}
.apartments__status--reserved {
    color: #ffb400;
}
.apartments__status--sold {
    color: #ed1c24;
}
.apartments__pdf {
    height: 30px;
    width: auto;
}

.filter {
    position: relative;
    margin-bottom: 5px;
    font-size: 12px;
}
.filter__amount {
    padding: 6px;
    display: inline-block;
    background-color: #1b89d4;
    color: #fff;
}
.filter__clear {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-2px, -12px);
    transform: translate(-2px, -12px);
}
.filter__clear:before, .filter__clear:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ef3e40;
}
.filter__clear:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.filter__clear:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.filter__preview {
    display: none;
    z-index: 99999;
}
.filter__preview.active {
    top: 100%;
    display: block;
}

.table {
    width: 100%;
}
.table th, .table td {
    text-align: center;
}
.table .text-left {
    text-align: left;
}
.table th {
    padding: 15px 5px;
    background-color: #1b89d4;
    border-right: 1px solid #fff;
    color: #fff;
}
.table th:last-child {
    border-right: 0;
}
.table__sort-col {
    background-color: #e1e1e1;
}
.table__sort {
    margin: 7px 4px;
    display: inline-block;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    cursor: pointer;
}
.table__sort--ascending {
    border-top: 8px solid #959595;
}
.table__sort--descending {
    border-bottom: 8px solid #959595;
}
.table td {
    border-right: 1px solid #d0d0d0;
}
.table td:last-child {
    border-right: 0;
}
.table__data tr:nth-child(even) {
    background-color: #f9faed;
}
.table__data td {
    padding: 8px 15px;
}

#app {
    position: relative;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}
@media screen and (min-width: 1500px) {
    #app {
        margin-top: 60px;
        min-height: 411px;
        max-width: none;
    }
}

.step {
    display: none;
}
@media screen and (min-width: 992px) {
    .step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.step__item {
    line-height: 40px;
    font-size: 30px;
    font-weight: 300;
    -webkit-transition: 200ms;
    transition: 200ms;
}
.step__item--active {
    font-size: 40px;
    color: #1b89d4;
}
.step__arrow {
    position: relative;
    margin: 0 20px;
    width: 110px;
    border-bottom: 1px solid #d7d7d7;
    color: #d7d7d7;
}
.step__arrow:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    display: block;
    border-left: 7px solid #d7d7d7;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.cls-1 {
    fill: #ebebeb;
    fill-rule: evenodd;
}

.cls-4, .rose {
    fill: #8d8e8d;
}

.building {
    width: 100%;
}
.building__polygon {
    fill: #c2d24d;
    fill-rule: evenodd;
    cursor: pointer;
    -webkit-transition: 200ms;
    transition: 200ms;
}
.building__polygon:hover {
    fill: #1b89d4;
}
.building__polygon--off {
    fill-opacity: .4;
    pointer-events: none;
}
.building__text {
    fill: #fff;
    font-size: 16px;
    pointer-events: none;
}
.building__preview, .filter__preview {
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    width: 430px;
    border: 10px solid #fff;
    background: no-repeat center;
    background-size: contain;
    -webkit-box-shadow: 0 0 10px 0 #d7d7d7;
    box-shadow: 0 0 10px 0 #d7d7d7;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
@media screen and (min-width: 1500px) {
    .building__preview, .filter__preview {
        height: 340px;
        width: 490px;
    }
}
.building__available, .filter__available {
    position: absolute;
    right: 0;
    bottom: 20px;
    padding: 15px;
    background-color: #fff;
}
.building__emphasize, .filter__emphasize {
    font-weight: 700;
    font-size: 16px;
    color: #1b89d4;
}

.floor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.floor__polygon {
    fill: transparent;
    -webkit-transition: 200ms;
    transition: 200ms;
}
.floor__polygon:hover {
    fill: rgba(194, 210, 77, 0.8);
}

.apartment {
    width: 100%;
}
.apartment__polygon {
    fill: transparent;
    -webkit-transition: 200ms;
    transition: 200ms;
    cursor: pointer;
}
.apartment__polygon:hover {
    fill: rgba(194, 210, 77, 0.8);
}
.apartment__polygon--booked:hover {
    fill: rgba(255, 180, 0, 0.8);
}
.apartment__polygon--sold:hover {
    fill: rgba(92, 92, 92, 0.8);
}
.apartment__tooltip {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 20px;
    background-color: #fff;
    border: 5px solid #1b89d4;
}
.apartment__separator {
    margin: 15px auto;
    width: 40%;
    height: 1px;
    border: 0;
    background-color: #d7d7d7;
}
.apartment__table td {
    padding: 2px 4px;
}
.apartment__table td:first-child {
    text-align: right;
}
.apartment__table td:last-child {
    font-weight: 600;
}
.apartment__info {
    font-weight: 600;
    font-size: 16px;
}

.mdm .color-boxes__item {
    font-size: 14px;
}
.mdm .color-boxes__item p {
    margin: 10px 0;
}
@media screen and (min-width: 1200px) {
    .mdm:nth-of-type(1) .mdm__boxes {
        height: 300px;
    }
}
@media screen and (min-width: 1200px) {
    .mdm:nth-of-type(1) .color-boxes__item:nth-child(1) {
        max-width: 380px;
    }
    .mdm:nth-of-type(1) .color-boxes__item:nth-child(2) {
        padding-right: 80px;
        top: 40px;
        left: 340px;
        max-width: 490px;
        z-index: 2;
    }
    .mdm:nth-of-type(1) .color-boxes__item:nth-child(3) {
        top: -70px;
        right: 0;
        max-width: 390px;
        z-index: 3;
    }
}
@media screen and (min-width: 1200px) {
    .mdm:nth-of-type(2) .mdm__boxes {
        height: 370px;
    }
}
@media screen and (min-width: 1200px) {
    .mdm:nth-of-type(2) .color-boxes__item:nth-child(1) {
        top: -140px;
        max-width: 370px;
        z-index: 3;
    }
    .mdm:nth-of-type(2) .color-boxes__item:nth-child(2) {
        padding-left: 80px;
        left: 330px;
        max-width: 404px;
        z-index: 2;
    }
    .mdm:nth-of-type(2) .color-boxes__item:nth-child(3) {
        padding-left: 60px;
        top: -40px;
        right: 0;
        max-width: 470px;
        z-index: 1;
    }
}
@media screen and (min-width: 1200px) {
    .mdm:nth-of-type(3) .mdm__boxes {
        height: 300px;
    }
}
@media screen and (min-width: 1200px) {
    .mdm:nth-of-type(3) .color-boxes__item:nth-child(1) {
        top: -25px;
        max-width: 460px;
        z-index: 3;
    }
    .mdm:nth-of-type(3) .color-boxes__item:nth-child(2) {
        padding-left: 80px;
        right: 0;
        max-width: 752px;
        z-index: 2;
    }
}

.investor__logo-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    border-bottom: 5px solid #1b89d4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (min-width: 992px) {
    .investor__logo-wrapper {
        padding: 80px;
        width: auto;
        max-width: none;
        border: 5px solid #1b89d4;
    }
}

@media screen and (min-width: 1200px) {
    .contact__boxes {
        height: 516px;
    }
}
.contact .color-boxes__item {
    font-size: 15px;
    min-height: 189px;
}
@media screen and (min-width: 992px) {
    .contact .color-boxes__item {
        min-height: 134px;
    }
}
@media screen and (min-width: 1200px) {
    .contact .color-boxes__item {
        font-size: 22px;
    }
    .contact .color-boxes__item:nth-child(1) {
        padding-right: 30px;
        padding-left: 30px;
        max-width: 280px;
    }
    .contact .color-boxes__item:nth-child(2) {
        top: 100px;
        left: 250px;
        max-width: 310px;
        z-index: 2;
    }
    .contact .color-boxes__item:nth-child(3) {
        top: 240px;
        left: 530px;
        padding-top: 70px;
        max-width: 490px;
        z-index: 3;
    }
    .contact .color-boxes__item:nth-child(4) {
        right: 0;
        padding: 20px 30px;
        max-width: 410px;
        z-index: 4;
    }
}

.map {
    height: 300px;
    background-color: #d7d7d7;
}
@media screen and (min-width: 1200px) {
    .map {
        height: 500px;
    }
}

.album__image-wrapper {
    margin-bottom: 3px;
    height: 200px;
}
@media screen and (min-width: 600px) {
    .album__image-wrapper {
        width: calc(50% - 1.5px);
    }
    .album__image-wrapper:nth-child(2n - 1) {
        margin-right: 3px;
    }
}
@media screen and (min-width: 768px) {
    .album__image-wrapper {
        height: 250px;
        width: calc(33.3333% - 2px);
        margin-right: 3px;
    }
    .album__image-wrapper:nth-child(3n) {
        margin-right: 0;
    }
}

.lb-loader, .lightbox {
    text-align: center;
    line-height: 0;
}

body:after {
    content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
    display: none;
}

.lb-dataContainer:after, .lb-outerContainer:after {
    content: "";
    clear: both;
}

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
}

.lb-loader, .lb-nav {
    position: absolute;
    left: 0;
}

.lb-outerContainer:after {
    display: table;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    display: table;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1;
}

.popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999999;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 425px;
    background: no-repeat left center;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.popup__content {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ef3e40;
    color: #fff;
    font-size: 36px;
}
.popup__content img {
    margin-top: 30px;
    width: auto;
    height: auto;
}
.popup__content p {
    margin: 20px 0;
    line-height: 1.2em;
}
@media screen and (min-width: 556px) {
    .popup__content {
        max-width: 403px;
        font-size: 42px;
    }
}
.popup__close {
    position: relative;
    margin: 10px;
    float: right;
    display: inline-block;
    width: 37px;
    height: 37px;
    background-color: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 37px;
    color: #a9a8a9;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    z-index: 5;
}
.popup__btn {
    position: absolute;
    left: 50%;
    bottom: 80px;
    width: 120px;
    height: 55px;
    background-color: #fff;
    color: #ef3e40;
    font-size: 16px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (min-width: 600px) {
    .popup__btn {
        bottom: 60px;
    }
}
.popup__last {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 20px;
    font-weight: 500;
}

@media all and (min-width: 900px) {
    .popup {
        width: 900px;
    }
}
div#__bs_notify__ {
    display: none !important;
}