* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

body.popup-active {
  overflow: hidden;
}

button {
  border: 0;
  background: none;
}

a {
  text-decoration: none;
}

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

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
}

*,
::after,
::before {
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px
    }
}

@media(min-width: 1470px){
    .container {
        max-width: 1440px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

a {
    
}

a:hover {
    cursor: pointer;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    margin: 30px 0;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 38px;
    line-height: 150%;
    color: #0F2851;
}

h1 span {
    font-weight: 600;
}

h3 {
  font-family: 'Arial';
  font-weight: 400;
  font-size: 54px;
  line-height: 80px;
  text-transform: uppercase;
  color: #080300;
}

h3.light {
    color: #fff;
}

strong {
    font-weight: 600;
}

#header {
    height: 102px;
}

.header_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

@media(min-width: 992px){
    .header_container > .lang_switcher {
        display: none
    }
}

.header_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_menu {
    margin: 0 35px 0 auto;
}

.header_menu ul {
    margin: 0;
    padding: 0;
}

.header_menu li {
  margin: 0 25px;
  position: relative;
  display: inline-block;
}

.header_menu li#menu-item-441, .header_menu li#menu-item-1154 {
    display: none;
}

.header_menu li.current_page_item:before {
    width: 100%;
    height: 1px;
    background: #0F2851;
    content: "";
    position: absolute;
    top: 120%;
}

.header_menu li a {
  color: #0F2851;
  font-size: 16px;
  font-family: 'Arial', sans-serif;
}

.main_block {
    padding: 100px 0 0;
    position: relative;
}

.main_block_container {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  min-height: 600px;
}

.main_block_container > p {
    max-width: 500px;
    position: relative;
    z-index: 2;
}

.wpcf7-form input[name="your-name"] + span, .wpcf7-form input[name="your-email"] + span {
    position: relative;
    top: -28px;
}

[data-name="your-tel"] .wpcf7-not-valid-tip {
    margin-top: 16px;
    display: block;
}

.main_block_container h1 {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.main_block_image {
    position: absolute;
    right: 15px;
    bottom: 0;
}

.main_block_image img {
    border-radius: 100px 0px 0px 0px;
}

.right_sticky_menu {
    position: fixed;
    z-index: 3;
    display: flex;
    flex-direction: column;
    right: 15px;
    bottom: 30px;
    align-items: center;
}

.right_sticky_menu a {
    margin-top: 10px;
}

.investors .btn {
    background: #0085FF;
    border: 2px solid #0085FF;
    color: #fff;
}

.btn {
    width: 243px;
    height: 60px;    
    font-family: 'Arial', sans-serif;
    font-size: 18px;    
    color: #080300;
    display: flex;
    font-weight: 700;
    align-items: center;
    border: 1px solid #000000;
    text-transform: capitalize;
    border-radius: 8px;
    justify-content: center;
}

.btn.request {
    width: 180px;
    height: 50px;
    border: 1px solid #0F2851;
    font-size: 16px;
    color: #0F2851;
    font-weight: 400;
}

.btn.light {
    color: #fff;
    border: 1px solid #FFFFFF;
}

.btn:hover {
    /*border: 1px solid #97D700;*/
    /*color: #fff;*/
}

.btn.disc_more {
    margin-top: 15px;
    font-size: 18px;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #0F2851;
    font-weight: bold;
    display: inline-block;
    width: auto;
    height: auto;
    padding-bottom: 12px;
}

.link_more {
  width: 50px;
  height: 50px;
  background: #1B44D4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 35px;
}

.objects {
    padding: 120px 0 160px;
    text-align: center;
}

.object_list {
    margin: 60px 0 8px;
}

.objects .btn {
    margin-left: auto;
    margin-right: auto;
}

.object_list .slick-slide {
    padding: 0 20px;
}

.object_item {
    width: 100%;
    background-size: cover!important;
    min-height: 480px;
    border-radius: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 30px 35px 25px 30px;
    position: relative;
    flex-direction: column;
}

.object_item:before {
    content: "";
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.85) 100%);
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 0 0 30px 30px;
}

.object_item p {
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    color: #fff;
    text-align: left;
    z-index: 2;
}

.object_item span {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    z-index: 2;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    list-style: none;
}

.slick-dots li button {
    font-size: 0;
    width: 26px;
    height: 8px;
    background: #C4C4C4;
    border-radius: 40px;
    margin: 0 8px;
}

.slick-dots li.slick-active button {
    width: 63px;
    background: #1B44D4;
}

.cta_block {
    background-size: cover!important;
    padding-top: 20px;
}

.cta_block .col-md-5 img {
    position: relative;
    top: 5px;
}

.cta_block .col-md-7 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.cta_block .btn {
    margin-top: 40px;
}

.investors {
    padding: 160px 0;
}

.investors .col-md-6:last-child {
    text-align: right;
}

.investors .col-md-5 img, .investors .col-md-6 img {
    border-radius: 20px 0 0 20px;
}

.investors p {
    margin: 46px 0 56px;
}

.guarantees {
    background: url('../media/guarantee.jpg') no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.guarantees img {
    border-radius: 20px;
}

.home .guarantees .col-md-7 > p {
    margin-top: 15px;
}

.guarantees h3 {
    margin-bottom: 60px;
}

.guarantees p {
    color: #fff;
}

.guarantees_list {
    margin: 60px 0;
    display: flex;
    flex-wrap: wrap;
}

.guarantees_list_item {
    margin-right: 60px;
}

.guarantees_list_item h4 {
    color: #fff;
    font-size: 28px;
    line-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guarantees_list_item h4 img {
    margin-right: 12px;
}

.guarantees_list_item p {
    opacity: 0.8;
}

.gallery {
    background: #FFFFFF;
    padding: 160px 0 80px;
}

.gallery_text {
    font-size: 16px;
    max-width: 600px;
    position: relative;
    font-weight: 400;
    color: #080300;
}

.gallery_text:before {
    content: "";
    background: #8C8C8C;
    width: 50px;
    height: 1px;
    bottom: -20px;
    position: absolute;
}

.gallery_container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1240px;
    margin: 40px auto;
}

.gallery_item img {
    width: 100%;
    height: auto;
}

.gallery_item:nth-child(1) {
    width: calc(36% - 20px);
}

.gallery_item:nth-child(2) {
    width: calc(63% - 20px);
}

.gallery_item:nth-child(3) {
    width: 100%;
}

.gallery_item:nth-child(4) {
    width: calc(29% - 30px);
}

.gallery_item:nth-child(5) {
    width: calc(32.5% - 30px);
}

.gallery_item:nth-child(6) {
    width: calc(39% - 27px);
}

.gallery .btn.disc_more {
    text-align: center;
    margin: 0 auto;
    text-transform: none;
    color: #0085FF;
    border-color: #0085FF;
}

.reviews {
    padding: 80px 0 120px;
}

.reviews h3 {
    margin-bottom: 60px;
    text-align: center;
}

.review_item {
    font-family: 'Open Sans', sans-serif;
    display: flex;
}

.review_item .review_photo {
    width: 25%;
    text-align: center;
}

.review_item .review_photo img {
    display: inline-block;
}

.review_item .review_content {
    width: calc(75% - 30px);
    margin-left: 30px;
    padding-top: 30px;
}

.review_item .review_head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.review_item .name p {
    margin: 0 0 7px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #363848;
}

.review_item .name span {
    font-size: 16px;
    line-height: 22px;
    color: #3D3D3D;
    margin-bottom: 30px;
    display: block;
}

.review_item .rate {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.review_item .rate p {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #363848;
    margin: 0 0 0 25px;
}

.review_item .review_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #363848;
}

#footer {
    background: url('../media/footer.png') no-repeat;
    background-size: cover;
}

.contact .container {
    padding: 110px 0 80px;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.contact h3 {
    margin-bottom: 50px;
    text-align: center;
}

.contact p {
    color: #fff;
}

.wpcf7-form label {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.wpcf7-form .wpcf7-not-valid-tip {
    margin-bottom: 12px;
}

.wpcf7-form input, .wpcf7-form textarea {
    background: #FAFCFF;
    border: 1px solid #E3E8F1;
    border-radius: 4px;
    height: 48px;
    width: 100%;
    color: #8593AB;
    font-size: 16px;
    padding: 12px 20px;
    font-family: 'Rubik', sans-serif;
    width: 100%;
    margin: 10px 0 40px;
}

.wpcf7-form textarea {
    height: 190px;
}

.wpcf7-form input[type=submit] {
    width: 243px;
    height: 60px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    font-size: 18px;
    font-family: 'Arial';
    font-weight: 700;
    color: #fff;
    margin: 0 auto;
}

.footer_container {
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0 40px;
    width: 100%;
}

.footer_menu ul {
    margin: 0;
    padding: 0;
}

.footer_menu li {
    margin: 0 25px;
    display: inline-block;
}

.footer_menu li a {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.footer_text {
    color: rgba(255, 255, 255, 0.49);
     margin: 26px 0 0;
     text-align: center;
}

.copyright {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #9FA7B0;
}

.product_slider_container {
    padding-right: 40px;
}

.product_slider img {
    width: 100%;
    height: auto;
    border-radius: 24px;
}

.slider_control {
    padding-top: 30px;
}

.slider_control .slick-slide {
    margin: 0 10px;
    border-radius: 24px;
}

.appartment {
    color: #000;
}

.appartment h1 {
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    color: #000000;
}

.appartment .class_app {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #595959;
    margin: 20px 0 28px;
}

.appartment .short_desc {
    font-size: 16px;
    line-height: 28px;
    color: #212621;
    margin-bottom: 45px;
}

.appartment .parametrs {
    display: flex;
    align-self: flex-start;
    justify-content: flex-start;
}

.appartment .parametrs_item {
    margin-right: 60px;
}

.appartment .parametrs_item span {
    font-size: 14px;
    line-height: 17px;
}

.appartment .parametrs_item p {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin: 16px 0 0;
}

.appartment .price {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
    margin: 46px 0 36px;
}

.tabs {
    padding: 120px 0;
}

.tabs_links {
    margin-bottom: 60px;
}

.tabs_links a {
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    color: #C4C4C4;
    margin-right: 90px;
    position: relative;
}

.tabs_links a:before {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    right: -45px;
    background: #C4C4C4;
    border-radius: 3px;
}

.tabs_links a:last-child:before {
    display: none;
}

.tabs_links a.active {
    color: #000;
}

.tabs_content > div {
    display: none;
}

.tabs_content > div.active {
    display: block;
}

#description .btn {
    margin-top: 70px;
}

.description_image {
    overflow: hidden;
    border-radius: 8px;
}

.description_image img {
    width: 200%;
    height: 100%;
    max-width: initial;
}

.appartment h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin: 0 0 25px;
}

.exterior_slider .slick-arrow, .interior_slider .slick-arrow {
    position: absolute;
    top: calc(50% - 52.5px);
    height: 80px;
    width: 80px;
    display: flex;
    z-index: 2;
}

.exterior_slider .slick-arrow.slick-prev, .interior_slider .slick-arrow.slick-prev {
    left: -80px;
}

.exterior_slider .slick-arrow.slick-next, .interior_slider .slick-arrow.slick-next {
    right: -80px;
}

.exterior_slider .slick-slide, .interior_slider .slick-slide {
    justify-content: center;
}

.exterior_slider_control, .interior_slider_control {
    padding-top: 30px;
}

.exterior_slider_control .slick-slide, .interior_slider_control .slick-slide {
    margin: 0 10px;
    width: 100px;
    height: 100px;
    border-radius: 24px;
}

.tabs_content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: 0 0 30px;
}

.tabs_content li {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
}

.explore {
    padding-bottom: 120px;
}

.explore h3 {
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    color: #000000;
    text-transform: none;
}

.explore_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 60px;
}

.explore_item p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-transform: capitalize;
    color: #1A1A1A;
    position: relative;
}

.explore_item p:before {
    content: "";
    background: #8C8C8C;
    width: 55px;
    height: 1px;
    position: absolute;
    top: -15px;
}

.explore_item_last {
    position: relative;
}

.explore_item_last p {
    position: absolute;
    bottom: 0;
}

.explore_item_last a {
    font-family: 'Arial';
    font-weight: 400;
    font-size: 60px;
    line-height: 84px;
    text-transform: capitalize;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.explore_item_last a svg {
    margin-left: 45px;
}

.breadcrumbs {
    margin: 60px 0;
}

.breadcrumbs .kama_breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.breadcrumbs .kb_sep {
    margin: 0 16px;
}

.breadcrumbs a, .breadcrumbs .kb_title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #575757;
}

.breadcrumbs .kb_title {
    color: #0D3DE5;
}

#header.light {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
} 

#header.light .header_menu li a {
    color: #fff;
}

#header.light .header_menu li.current_page_item:before {
    background: #fff;
}

#header.light .btn.request {
    border-color: #fff;
    color: #fff;
}

.page_name {
    height: 400px;
    background: url('../media/page_name.png') no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_name h1 {
    font-family: 'Arial';
    font-weight: 400;
    font-size: 48px;
    line-height: 150%;
    color: #FFFFFF;
    position: relative;
}

.appartment .price + .btn {
    text-align: center;
}

.page_name h1:before {
    content: "";
    background: #FFFFFF;
    border-radius: 37px;
    width: 128px;
    height: 6px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.investors.about_page {
    background: url('../media/investors_about_page.png') no-repeat;
    background-size: cover;
    padding: 70px 0 160px;
}

.investors.about_page h3 {
    margin: 0 0 50px;
}

.investors.about_page p {
    color: #fff;
}

.guarantees.about_page {
    background: #0E0E0E;
}

.about_last_image {
    display: flex;
}

.about_last_image img {
    width: 100%;
    height: auto;
}

.page-template-page-about .contact {
    display: none;
}

.contact_footer {
    color: #fff;
}

[data-name="your-tel"] {
    display: block;
    margin: 10px 0 40px;
}

.contact_footer h2 {
    font-family: 'Arial';
    font-weight: 400;
    font-size: 48px;
    line-height: 150%;
    margin: 40px 0 16px;
}

.contact_footer p {
    color: #fff;
    font-weight: 400;
    line-height: 32px;
    max-width: 490px;
}

.whats_widget {
    padding: 12px 85px 12px 47px;
    background: #FAFCFF;
    border-radius: 11px;
    position: relative;
    width: fit-content;
	display: block;
}

.whats_widget p {
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: #595959;
    margin: 0;
}

.whats_widget:before {
    content: "";
    background: url('../media/iconPhone.png');
    position: absolute;
    width: 60px;
    height: 60px;
    left: -30px;
    top: -3px;
}

.menu_toggle {
   width: calc(5% - 15px);
   position: fixed;
   right: 0;
   top: 35px;
   display: flex;
   align-items: center;
   justify-content: center;
   display: none;
   z-index: 11;
}

.menu-btn {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;  
  order: 3;
}
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  position: absolute;
  top: 50%; margin-top: -1px;
  left: 50%; margin-left: -10px;
  width: 20px;
  height: 2px;
  background-color: #13294b;
}
.menu-btn span::before,
.menu-btn span::after {
  content: '';
  display: block;
  transition: 0.2s;
}
.menu-btn span::before {
  transform: translateY(-5px);
}
.menu-btn span::after {
  transform: translateY(5px);
}

.menu-btn:not(.menu-btn_active):hover span::before {
  transform: translateY(-7px);
}
.menu-btn:not(.menu-btn_active):hover span::after {
  transform: translateY(7px);
}

.menu-btn_active span {
    background: #fff;
}

.menu-btn_active span:before {
  transform: rotate(-45deg);
  width: 20px;
  /*transform-origin: left bottom;*/
}
.menu-btn_active span:after {
  transform: rotate(45deg);
  width: 20px;
  /*transform-origin: left top;*/
}

.side_menu {
   display: none;
   right: 0;
   left: 0;
   width: 100%;
   top: 30px;
   height: 100%;
   background: #FFFFFF;
   box-shadow: 0px 0px 16px rgba(15, 40, 81, 0.12);
   position: fixed;
   top: 102px;
   padding: 45px 0 60px;
   justify-content: flex-start;
   align-items: center;
   flex-direction: column;
   text-align: center;
   z-index: 4;
}

.background {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2;
}

.background.active {
    display: block;
}

.side_menu.active {
    display: flex;
}

.popup {
    right: 0;
    left: 0;
    font-size: 14px;
    z-index: 20;
    margin: auto;
    background: #fff;
    position: fixed;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 800px;
    padding: 60px 100px;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.popup h3 {
    font-size: 34px;
    line-height: 150%;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.popup .wpcf7-form label {
    color: #000;
}

.popup.active {
    display: flex;
}

.popup .wpcf7-form input[type=submit] {
    color: #000;
    border: 1px solid #000000;
}

.close_popup {
    position: absolute;
    right: 30px;
    top: 30px;
}

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

.reviews .slick-slider-arrows {
    display: none;
}

.menu-btn {
    display: none;
}

.object_list_appartments {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.object_list_appartments .object_item {
    width: calc(33.333% - 20px);
}

.filter_cont h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 60px;
}

.filter_header {
    background: url('../media/filter.png');
    background-size: cover;
    min-height: 750px;
    padding-top: 210px;
    color: #fff;
    padding-bottom: 60px;
}

.filter_header h3 {
    color: #fff;
    margin-bottom: 35px;
    font-size: 48px;
    text-transform: none;
}

.filter_header p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 40px;
}

.filter_header_cont {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.filter_header_item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-right: 40px;
}

.filter_header_item p {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter_header_item span {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.go_to_filter {
    padding: 25px 30px;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    margin-top: 90px;
    background: #1B44D4;
    box-shadow: 0px 7px 42px rgba(27, 68, 212, 0.16);
    border-radius: 8px;
    width: 326px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#filter {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

#filter .btn {
    background: #0085FF;
    box-shadow: 0px 12px 24px rgba(13, 61, 230, 0.24);
    border-radius: 7px;
    color: #FFFFFF;
    width: 148px;
    height: 66px;
    margin: 0;
    border: none;
}

#filter .btn svg {
    margin-left: 21px;
}

.filter_block .parametr {
    width: 25%;
    padding: 23px 32px 24px 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 4px rgba(0, 17, 77, 0.06);
    border-radius: 12px;
    position: relative;
    margin-right: 24px;
}

.filter_block_text {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #8C8C8C;
    position: absolute;
    top: -70px;
}

.filter_block .parametr p {
    font-weight: 500;
    line-height: 22px;
    color: #949494;
    margin: 0;
    text-align: left;
}

.filter_block .parametr svg {
    position: absolute;
    right: 30px;
    top: 22px;
}

.filter_block .parametr.active p {
    color: #1B44D4;
}

.filter_block .parametr.active svg {
    transform: rotate(180deg);
}

.filter_block .parametr.active svg path {
    stroke: #1B44D4;
}

.filter_block .parametr .filter_list {
    display: none;
    position: absolute;
    top: 77px;
    width: 100%;
    left: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 17, 77, 0.08);
    border-radius: 12px;
    z-index: 2;
    min-height: 200px;
    max-height: 300px;
    overflow: auto;
}

.filter_block .parametr .filter_list .filter_list_item {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #080300;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.filter_block .parametr .filter_list .filter_list_item label {
    width: calc(100% - 30px);
}

.filter_block .parametr .filter_list .filter_list_item:last-child {
    margin-bottom: 0;
}

.filter_block .parametr .filter_list .filter_list_item input {
    margin-right: 12px;
    width: 18px;
    height: 18px;
}

.filter_block .parametr.active .filter_list {
    display: flex;
}

.main_block .filter_block {
    position: relative;
    width: 70%;
    z-index: 2;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(0 17 77 / 8%);
    border-radius: 12px;
    padding: 20px;
    margin-top: 100px;
}

.main_block .filter_block .parametr {
    padding: 19px 21px 19px 20px;
    box-shadow: none;
    border-right: 2px solid #DEDEDE;
    border-radius: 0;
    width: 21%;
}

.main_block .filter_block .parametr svg {
    right: 15px;
    top: 20px;
}

.main_block .filter_block .parametr:last-child {
    border: none;
}

.main_block .filter_block .parametr .filter_list {
    top: 88px;
    width: 150%;
}


.main_block #filter .btn {
    height: 60px;
    width: 210px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.object_list_appartments_list .slick-list {
    padding: 0 35% 0 0;
}

.object_list_appartments_list .object_item {
    margin-right: 40px;
}

.exterior_slider .slick-list, .interior_slider .slick-list {
    max-height: 800px;
}

.bestseller {
    width: 150px;
    height: 69px;
    background: #FF7A00;
    box-shadow: 16px 11px 33px rgba(255, 107, 0, 0.37);
    border-radius: 0px 80px 80px 0px;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    position: absolute;
    top: 30px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.text_content {
    background: url('../media/privacy.png');
    padding: 10px 0;
    background-size: cover;
}

.text_content h3 {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
    font-family: "Montserrat", sans-serif;
}

.text_content p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 24px;
    font-family: "Montserrat", sans-serif;
    max-width: 100%;
}

#cn-notice-buttons {
    display: block;
}
#cookie-notice .cn-button:not(.cn-button-custom) {
    color: rgba(7,28,53,1)!important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fff!important;
    color: #fff!important;
}

.pagination_block {
    width: 100%;
    margin-top: 30px;
}

.pagination_block .wp-pagenavi {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination_block .wp-pagenavi > * {
    width: 90px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px;
    border-radius: 7px;
    background: #E4EAFF;
    font-weight: 700;
    font-size: 20px;
    color: #0085FF;
}

.pagination_block .wp-pagenavi > .current {
    background: #0085FF;
    color: #fff;
}

.pagination_block .wp-pagenavi > .prev, .pagination_block .wp-pagenavi > .next {
    background: none;
    border: 1px solid #0085FF;
}

.pagination_block .prev svg {
    transform: rotate(180deg);
}

.lang_switcher {
    margin-left: 40px;
}

.lang_switcher select {
    font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #0F2851;
    border: none;
    background: none;
}

.light .lang_switcher select {
    background: none;
    color: #fff;
}

@media(max-width: 1450px){
    .guarantees h3 {
        font-size: 46px
    }    
    .exterior_slider .slick-list, .interior_slider .slick-list {
        max-height: 640px;
    }
    .main_block .filter_block {
        width: 80%
    }
    .main_block_container h1 {
        max-width: 610px;
    }
}

@media(max-width: 1199px){
    .main_block_image img {
        max-width: 350px;
    }
    .header_menu {
        margin-right: 15px
    }
    .main_block {
        padding: 60px 0 0;
    }
    h1 {
        font-size: 38px;
    }
    .main_block_container {
        min-height: 400px;
    }
    .objects {
        padding: 80px 0 120px;
    }
    h3 {
        font-size: 42px;
    }
    .object_list .slick-slide {
        padding: 0 10px;
    }
    .object_item {
        min-height: 370px;
        padding: 20px 25px 18px 20px;
    }
    .object_item p {
        margin-bottom: 15px
    }
    .object_item p, .object_item span{
        text-align: left;
        font-size: 22px;
        line-height: 30px
    }
    .link_more {
        width: 40px;
        height: 40px;
        right: 25px
    }
    .investors {
        padding: 120px 0;
    }
    .gallery {
        padding: 120px 0 80px
    }
    .reviews {
        padding: 80px 0;
    }
    .contact .container {
        padding: 80px 15px;
    }
    .main_block .filter_block {
        width: 100%
    }
    .main_block_container h1 {
        max-width: 600px;
    }
    .exterior_slider .slick-list, .interior_slider .slick-list {
        max-height: 530px;
    }
}

@media(max-width: 991px){
    h1 {
        font-size: 34px;
    }
    .main_block_image {
        position: static;
        margin-top: 60px;
        transform: scale(-1, 1);
    }
    .main_block_container .right_sticky_menu {
        display: none
    }
    h3 {
        font-size: 30px;
        line-height: 150%
    }
    .object_item {
        min-height: 354px;
        width: 80%;
        margin: 0 auto;
    }
    .object_list {
        margin-top: 40px
    }
    .object_item p, .object_item span {
        font-size: 18px;
        line-height: 150%
    }
    .object_item p {
        margin-bottom: 20px
    }
    .slick-dots li button {
        background: #E4EAFF;
        box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
        width: 14px;
        height: 14px;
        margin: 0 4px;
    }
    .slick-dots li.slick-active button {
        width: 14px
    }
    .objects {
        padding: 80px 0
    }
    .header_right {
        display: none
    }
    #header {
        background: #FFFFFF;
        box-shadow: 0px 0px 16px rgba(15, 40, 81, 0.12);
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 10;
    }
    body {
        padding-top: 102px
    }
    .menu-btn {
        display: inline-block
    }
    .header_menu {
        margin: 0;
        width: 100%
    }
    .header_menu ul {
        flex-direction: column;
        margin: 0;
        display: flex;
        justify-content: flex-start
    }
    .header_menu li {
        margin: 15px 0;        
    }
    .header_menu li.current_page_item:before {
        display: none
    }
    .side_menu .btn.request {
        margin-top: 20px
    }
    .cta_block {
        background: none!important;
    }
    .cta_block .col-md-5 {
        background: #C5CCD6;
        padding-top: 40px;
        text-align: center
    }
    .cta_block .col-md-7 {
        background: #182035;
        padding: 46px 0 80px;
        text-align: center
    }
    .cta_block .btn {
        margin: 46px auto 0;
    }
    .investors {
        text-align: center;
        padding: 80px 0 0;
    }
    .investors p {
        margin: 26px 0 46px;
    }
    .investors .btn {
        margin: 0 auto 60px;
    }
    .guarantees {
        text-align: center
    }
    .guarantees .btn {
        margin: 0 auto 40px;
    }
    .guarantees_list {
        margin: 60px 0 0
    }
    .guarantees_list_item p {
        margin: 24px 0 0;
    }
    .guarantees_list_item {
        width: 100%;
        margin-bottom: 40px;
        margin-right: 0
    }
    .investors .col-md-5 {
        padding: 0;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start
    }
    .gallery {
        padding: 80px 0 40px
    }
    .gallery_text {
        margin: 26px 0 0;
        max-width: 100%;
    }
    .gallery_container {
        margin: 60px auto 40px;
        gap: 5px;
    }
    .gallery_item:nth-child(1) {
        width: calc(36% - 5px);
    }
    .gallery_item:nth-child(2) {
        width: calc(63% - 5px);
    }
    .gallery_item:nth-child(4) {
        width: calc(29% - 5px);
    }
    .gallery_item:nth-child(5) {
        width: calc(32.5% - 5px);
    }
    .gallery_item:nth-child(6) {
        width: calc(39% - 5px);
    }
    .reviews {
        padding: 40px 0;
    }
    .review_item {
        position: relative;
    }
    .review_item .review_photo {
        position: absolute;
        width: 80px
    }
    .review_item .review_content {
        width: 100%;
        margin-left: 0;
        padding-top: 0
    }
    .review_item .review_head {
        padding-left: 92px;
        align-items: center;
        min-height: 105px;
    }
    .review_head .name {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .review_item .name span {
        margin: 0
    }
    .review_item .review_text {
        margin-top: 16px
    }
    .stars svg {
        display: none
    }
    .stars svg:first-child {
        display: block
    }
    .review_item .rate p {
        margin-left: 10px
    }
    #footer .contact .col-md-5 > img {
        display: none
    }
    .contact .container {
        padding: 80px 15px 60px;
    }
    .footer_bottom {
        flex-direction: column-reverse;
    }
    .footer_menu ul {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-bottom: 40px
    }
    .footer_menu li {
        margin-bottom: 20px
    }
    .breadcrumbs a, .breadcrumbs .kb_title {
        font-size: 14px;
        line-height: 17px
    }
    .breadcrumbs svg {
        height: 16px;
        width: 16px
    }
    .breadcrumbs .kb_sep {
        margin: 0 12px
    }
    .product_slider_container {
        padding-right: 15px
    }
    .slider_control .slick-slide {
        margin: 0 7px;
        width: 100px
    }
    .slider_control {
        padding-top: 14px
    }
    .breadcrumbs {
        margin: 30px 0
    }
    .appartment h1 {
        font-size: 26px;
        line-height: 32px;
        margin-top: 30px;
        text-align: center
    }
    .appartment .class_app {
        margin: 36px 0 26px
    }
    .appartment .short_desc {
        margin-bottom: 36px
    }
    .appartment .parametrs_item {
        margin-right: 30px
    }
    .appartment .price {
        text-align: center
    }
    .appartment .price + .btn {
        margin-left: auto;
        margin-right: auto;
    }
    .tabs {
        padding: 80px 0
    }
    .tabs_links {
        overflow-x: hidden;
        display: flex;
    }
    .tabs_links a {
        font-size: 20px;
        line-height: 24px;
        margin-right: 25px
    }
    .tabs_links a:before {
        right: -12px
    }
    #description .col-md-5 {
        order: 1;
    }
    #description .col-md-7 {
        order: 2;
        padding-top: 35px
    }
    #description .btn {
        margin: 40px auto 0;
    }
    .explore h3 {
        font-size: 30px;
        line-height: 37px
    }
    .explore_item {
        margin-top: 40px
    }
    .explore_item p {
        display: none
    }
    .slick-dots {
        width: 100%
    }
    .explore_item_last a {
        font-size: 26px;
        margin-top: 0;
        width: 100%;
        justify-content: center
    }
    .explore_item_last a svg {
        margin-right: 30px;
        width: 50px;
        height: 50px
    }
    .explore_item_last {
        width: 100% !important;
        margin-top: 0;
        padding: 0
    }
    .explore_item_last p {
        position: relative;
        display: block;
        padding-left: 25px
    }
    .explore {
        padding-bottom: 200px
    }
    .exterior_slider .slick-arrow, .interior_slider .slick-arrow {
        display: none!important
    }
    .exterior_slider_control, .interior_slider_control {
        padding-top: 14px
    }
    .exterior_slider_control .slick-slide, .interior_slider_control .slick-slide {
        margin: 0 7px
    }
    .investors.about_page {
        padding-bottom: 0
    }
    .investors.about_page p {
        margin-bottom: 60px
    }
    .cta_block.about_page {
        padding-top: 0
    }
    .cta_block.about_page .col-md-7 {
        background: url('../media/cta_mob.png');
    }
    .contact_footer h2 {
        font-size: 24px
    }
    .whats_widget {
        margin: 0 auto 80px
    }
    .main_block .filter_block {
        order: 2;
        box-shadow: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: stretch;
        flex-direction: column;
    }
    .main_block .filter_block_text {
        order: 2;
    }
    .main_block #filter {
        order: 3;
        width: 100%
    }
    .main_block .filter_values {
        order: 1;
        width: 100%
    }
    .filter_block #filter {
        flex-direction: column;
    }
    .filter_block .parametr, .main_block .filter_block .parametr {
        width: 100%;
        box-shadow: 0px 0px 20px 4px rgba(0, 17, 77, 0.06);
        border: none;
        border-radius: 12px;
        margin-bottom: 20px;
        padding: 20px
    }
    #filter .btn {
        margin: 40px auto 20px;
        width: 210px;
        height: 60px
    }
    .filter_block .parametr .filter_list, .main_block .filter_block .parametr .filter_list {
        position: relative;
        width: calc(100% + 40px);
        left: -20px;
        top: 20px
    }
    .object_list_appartments .object_item {
        width: 100%;
        min-height: 420px;
    }
    .filter_header h3 {
        font-size: 30px;
        line-height: 150%;
    }
    .object_list_appartments_list {
        margin-top: 60px
    }
    .go_to_filter {
        margin-top: 40px;
        width: 100%
    }
    .object_list_appartments_list .slick-list {
        padding: 0 15% 0 0;
    }
    .page_name {
        height: 320px
    }
    .page-template-page-contact .contact .container {
        padding-top: 0
    }
    .investors.about_page {
        padding-top: 0
    }
    .investors.about_page h3 {
        margin-top: 0
    }
    .filter_header {
        padding-top: 150px
    }
    #header.light {
        position: fixed;
        background: #161515;
    }
    .filter_block_text {
        top: -50px;
        color: #080300;
        text-align: center;
        width: 100%;
        left: -10px
    }
    .main_block_container h1 {
        max-width: 100%;
    }
    .exterior_slider .slick-list, .interior_slider .slick-list {
        max-height: 420px;
    }
    .filter_header_item p {
        font-size: 20px
    }
    .main_block_container p {
        max-width: 100%;
    }
    .popup {
        width: 90%;
        padding: 40px 20px;
    }
    .popup h3 {
        font-size: 30px;
        margin-bottom: 20px;
        text-align: left;
        width: 100%;
        text-transform: none
    }
    .popup .wpcf7-form input, .wpcf7-form textarea {
        margin: 10px 0 20px;
    }
    [data-name="your-tel"] {
        margin: 10px 0 20px;
    }
    .background {
        z-index: 10
    }
    .popup .wpcf7-form input[type=submit] {
        margin-left: auto;
        margin-right: auto
    }
    .popup .wpcf7-form textarea {
        height: 100px
    }
    .lang_switcher {
        margin: 0 10px 0 auto;
    }
    .custom-logo-link {
        width: 200px
    }
	#cookie-notice .cn-button:not(.cn-button-custom) {
		margin-top: 10px!important;
	}
}

.object_list .slick-slide{
	position: relative;
}
.object_list .slick-slide .link_more{
	bottom: 25px;
	right: 55px; 
}


@media(max-width: 787px){
	.object_list .slick-slide .link_more{
		bottom: 18px;
		right: 60px; 
	}
    .exterior_slider .slick-list, .interior_slider .slick-list {
        max-height: 310px;
    }
    .main_block_image img {
        max-width: 100%;
    }
}


@media(max-width: 480px){
    .exterior_slider .slick-list, .interior_slider .slick-list {
        max-height: 230px;
    }
}


.smart-number {
    position: relative;
}

.cc-picker {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.smart-number input[type="tel"] {
    padding-left: 50px;
    margin: 0;
}

.smart-number .cc-picker-code-select-enabled .cc-picker-code {
    display: none;
}

.cc-picker-code-filter {
    margin: 0!important;
}

.cc-picker-code-list {
    margin-left: 0px;
}

.wpcf7-form .row:last-child {
    margin-top: 20px;
}

.cc-picker-code-list > li {
    color: #8593AB;
}

.main_block .filter_values {
    position: relative;
    z-index: 1;
    width: 70%;
}

.filter_values {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 20px 0;
    flex-wrap: wrap;
}

.filter_values .checked_span {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 4px rgba(0, 17, 77, 0.06);
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
    color: #080300;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.filter_values svg {
    margin-left: 17px;
}

.error404 #header, .error404 #footer {
    display: none;
}

.error404 h2 {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 120px; 
    line-height: 150px;
    color: #fff;
}

.error404 p {
    font-family: 'Quicksand';
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    margin-top: 12px;
    color: #fff;
}

.error404_page {
    min-height: 100vh;
    background: url('../media/404.jpg') no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

@media(max-width: 992px){
.error404 h2 {
    font-size: 80px;
    line-height: 100px
}

.error404 p {
    font-size: 24px;
    line-height: 30px
}
body.error404 {
    padding: 0
}
.payment_cont {
    flex-wrap: wrap;
}
}

.wpcf7 form .wpcf7-response-output {
	color: #fff
}

.payment h3 {
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
}

.payment_cont {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 60px 0 160px;
}

.payment_item {
    text-align: center;
}

.payment_item p {
    margin-top: 12px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}



