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

body {
  font-family: 'Arial', sans-serif;
  overflow-x: hidden;
  color: #fff;
}

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-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #DADADA;
}

h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 150%;
    margin-bottom: 36px;
}

h3 {
   font-weight: 400;
   font-size: 36px;
   line-height: 150%;
   margin-bottom: 30px;
}

strong {
    font-weight: 600;
}

#header {
    padding: 40px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}

#header .btn {
    font-size: 16px;
    text-transform: capitalize;
    padding: 13px 24px;
    height: 50px;
    line-height: 25px;
}

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

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

.main_block {
    padding: 200px 0 40px;
    position: relative;
    background: url('../media/background.jpg');
    overflow: hidden;
    min-height: 910px;
    display: flex;
    align-items: flex-end;
}

.main_block_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 135px;
    width: 100%;
    height: 100%;
}

.main_block_img img {
    width: 100%;
}

.main_block p {
    margin-bottom: 50px;
    font-size: 22px;
    line-height: 150%;
}

.main_block .btn {
    font-size: 20px;
    line-height: 150%;
    padding: 15px 22px;
}

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

.main_block_slider img {
    margin-right: 40px;
    border-radius: 20px;
}

.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;
}

.btn { 
    font-weight: 400;
    font-size: 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 22px;
    background: linear-gradient(267.25deg, #5E64FF -22.08%, #087063 111.78%);
    border-radius: 4px;
    text-align: center;
    height: 60px;
    line-height: 30px;
}

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

.btn:hover, .wpcf7-form input[type=submit]:hover {
    background: linear-gradient(267.25deg, #898EFF -22.08%, #218579 111.78%);
}

.btn:active, .wpcf7-form input[type=submit]:active {
    background: linear-gradient(267.25deg, #363DDC -22.08%, #08594F 111.78%);
}

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

.welcome {
    padding: 80px 0;
    background: url('../media/background2.jpg');
}

.welcome h3 {
    margin-bottom: 5px;
}

.welcome h4 {
    font-size: 22px;
    line-height: 150%;
    color: #B5B5B5;
}

.welcome .btn {
    margin-top: 45px;
}

.welcome img {
    border-radius: 10px;
}

.cifres {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 40px 0 30px;
}

.cifres_item {
    width: 50%;
    margin-bottom: 20px;
}

.cifres_item p {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 15px;
}

.cifres_item span {
    font-size: 16px;
    line-height: 24px;  
}

.payment {
    padding: 80px 0;
    background: linear-gradient(180deg, #0F0F0F 0%, #000000 100%);
}

.payment_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.payment_heading h3 {
    color: #FA9F1B;
    margin: 0;
}

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

.payment_heading_item {
    text-align: right;
    margin-right: 60px;
}

.payment_heading_item h4 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 22px;
}

.payment .container > p {
    font-size: 22px;
    line-height: 150%;
    color: #FA9F1B;
    margin-bottom: 30px;
}

.payment .animated {
    width: 600px;
    margin: 10px auto 30px;
}

.table {
    margin-bottom: 30px;
}

.table .table_row {
    padding-bottom: 30px;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 27.08%, #FFFFFF 71.88%, #FFFFFF 100%);
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.table .table_row .table_td {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.table .table_row .table_td svg {
    margin-right: 15px;
    flex: 0 0 18px;
}

.table .table_row .table_td {
    width: calc(33% - 30px);
    margin-right: 60px;
}

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

.slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li button {
    font-size: 0;
    width: 30px;
    height: 6px;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 40px;
    margin: 0 6px;
}

.slick-dots li.slick-active button {
    width: 49px;
    background: #FFFFFF;
}

.cta_block {
    background-size: cover!important;
    padding: 80px 0;
}

.cta_block h3 {
    font-size: 48px;
    margin-bottom: 60px;
}

.cta_block h3 span {
    color: #FA9F1B;
}

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

.cta_block img {
    border-radius: 100%;
}


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

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

.gallery_item_1 {
    width: calc(42.5% - 15px);
}

.gallery_item_2 {
    width: calc(57.5% - 15px);
}

.gallery_item_3 {
    width: calc(66% - 15px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery_item_4 {
    width: calc(42.5% - 15px);
    margin-top: auto;
}

.gallery_item_5 {
    width: calc(57.5% - 15px);
    margin-top: auto;
}

.gallery_item_6 {
    width: calc(34% - 15px);
}

.gallery_item_7 {
    width: 100%;
}

.slick-arrow {
    position: absolute;
    top: calc(50% - 30px);
    height: 60px;
    width: 60px;
    z-index: 2;
    background-position: 52% 34%!important;
}

.slick-arrow.slick-prev {
    left: 20px;
    background: url('../media/arrowRight.svg');
    background-position: 47% 34%!important;
}

.slick-arrow.slick-next {
    right: 20px;
    background: url('../media/arrowLeft.svg');
}

.slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

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

.text_block_content {
    max-width: 1000px;
}

.text_block h3 {
    font-size: 63px;
    line-height: 80px;
    text-transform: uppercase;
}

.text_block h3 span {
    color: #FA9F1B;
}

.text_block p {
    font-size: 17px;
    line-height: 24px;
    margin-top: 18px;
}

a.color_link {
    display: block;
    margin: 35px 0 45px;
    font-size: 26px;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.text_block .btn {
    margin-bottom: 25px;
}

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

.city_of_dream_img > img {
    width: 100%;
    height: auto;
}

.city_of_dream {
    background: #000E1F;
    padding: 80px 0 45px;
}

.city_of_dream .col-md-4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.city_of_dream .col-md-4 p {
    margin-bottom: 40px;
}

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

.city_of_dream_list_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 60px;
    text-align: center;
    width: calc(33.333% - 60px);
    margin-bottom: 35px;
}

.city_of_dream_list_item h4 {
    font-size: 24px;
    text-transform: capitalize;
    margin: 10px 0;
    font-weight: 600;
}

.city_of_dream_list_item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}

.animated {
    position: relative;
    width: 100%;
    bottom: 30px;
}

.animated_link {
    font-size: 22px;
    line-height: 45px;
    text-align: center;
    text-decoration-line: underline;
    color: #FFFFFF;
    position: relative;
    display: block;
} 

.animated_link:before, .animated_link:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 24px;
    background: url('../media/Arrow1.png');
    left: 0;
    top: calc(50% - 12px);
}

.animated_link:after {
    background: url('../media/Arrow2.png');
    left: auto;
    right: 0;
}

.animated_shadow {
    background: linear-gradient(267.25deg, #FFFFFF -22.08%, #962E62 111.78%);
    opacity: 0.2;
    filter: blur(40px);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.contact h3 {
    margin: 40px 0 16px;
    font-size: 48px;
    line-height: 150%;
}

.contact h3 span {
    color: #FA9F1B;
}

.contact p {
    font-size: 18px;
    line-height: 32px;
}

.whats_widget {
    margin: 35px 0 0 30px;
    background: #FAFCFF;
    border-radius: 11px;
    position: relative;
    width: 190px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.whats_widget p {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #595959;
}

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

.contact .col-md-7 h2 {
    font-size: 54px;
    line-height: 80px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}

.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 .row:last-child {
    margin-top: 20px;
}

.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: linear-gradient(267.25deg, #5E64FF -22.08%, #087063 111.78%);
    border-radius: 4px;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 auto;
    border: none;
    display: block;
}

#footer {
    background: #000E1F;
    padding: 80px 0 20px;
}

#footer .custom-logo-link {
    position: relative;
}

#footer .custom-logo-link:after, #footer .custom-logo-link:before {
    content: "";
    display: block;
    height: 1px;
    opacity: 0.4;
    background: #fff;
    position: absolute;
    width: 500%;
    top: 32px;
}

#footer .custom-logo-link:after {
    left: calc(-500% - 60px);
}

#footer .custom-logo-link:before {
    right: calc(-500% - 60px);
}

.footer_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.footer_text {
    margin: 45px 0 40px;
}

.footer_text p {    
    font-size: 16px;
    line-height: 170%;
    text-align: center;
}

.socials a {
    display: inline-block;
    margin-right: 30px;
}

.footer_bottom {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

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

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

.footer_menu li a {
    font-size: 14px;
    line-height: 150%;
    color: #9FA7B0;
}

.copyright {
    font-size: 14px;
    line-height: 150%;
    color: #9FA7B0;
}

.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: linear-gradient(180deg, #242934 -7.17%, #060C1A 111.37%);
    border-radius: 20px;
    position: fixed;
    display: none;
    /*flex-direction: column;*/
    align-items: flex-end;
    justify-content: space-between;
    width: 1200px;
    padding: 80px 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.popup h3 {
    font-size: 32px;
    line-height: 150%;
    margin-bottom: 50px;
}

.popup .wpcf7-form label {
    color: #fff;
    display: none;
}

.popup.active {
    display: flex;
}

.popup .wpcf7-form input:not([type=submit]), .popup .wpcf7-form textarea {
    color: rgba(255, 255, 255, .6);
    border: none;
    border-bottom: 1px solid #E8E8E8;
    margin: 0 0 30px;
    background: none;
    padding: 0 0 6px;
    border-radius: 0;
}

.popup .wpcf7-form input:not([type=submit]) {
    height: 30px;
}

.popup .wpcf7-form input[type=submit] {
    font-size: 16px;
    width: 170px;
    height: 50px;
    margin-top: 20px;
    text-transform: none;
    margin-right: auto;
    margin-left: 0;
}

.popup .popup_form {
    width: 38%;
}

.popup .cc-picker {
    top: 13px;
}

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

.popup_number {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.popup_number a {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #FFFFFF;
}

.popup_number .whatsapp {
    font-size: 16px;
    line-height: 150%;
    text-transform: capitalize;
    padding: 13px 46px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    margin-top: 20px;
}

.popup_number .whatsapp:hover {
	border: none;
	background: linear-gradient(267.25deg, #FF69B5 -22.08%, #F21B88 111.78%);
}

.popup_number .whatsapp:active {
	background: linear-gradient(267.25deg, #DA3187 -22.08%, #B70B62 111.78%);
	border: none;
}

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

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

@media(max-width: 991px){
    .main_block {
        padding: 140px 0 40px;
        min-height: auto;
        flex-direction: column;
    }
    .main_block_img {
        position: static;
        margin-bottom: 20px
    }
    .main_block .row .col-md-7, .main_block .col-md-5, .welcome .row .col-md-6, .cta_block .row .col-md-7, .cta_block .row .col-md-5, .city_of_dream .col-md-4, .city_of_dream .col-md-8, .contact .col-md-7, .contact .col-md-5 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    h1 {
        font-size: 30px;
        margin-bottom: 16px
    }
    .main_block h3, .main_block p {
        max-width: 100%;
        margin-bottom: 0
    }
	.main_block .btn, .welcome .btn, .text_block .btn {
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: fit-content;
	}
    .welcome {
        padding: 40px 0
    }
    h3 {
        font-size: 28px
    }
    .cifres {
        justify-content: space-between
    }
    .cifres_item {
        width: 100%
    }
    .cifres_item p {
        margin-bottom: 10px
    }
    .welcome .btn {
        margin: 30px auto
    }
    .welcome .row .col-md-6 > img {
        width: 100%;
        height: auto
    }
    .payment_heading {
        flex-wrap: wrap;
        margin-bottom: 35px
    }
    .payment_heading h3 {
        margin-bottom: 46px;
        width: 100%
    }
    .payment_heading_container {
        flex-wrap: wrap;
    }
    .payment_heading_item {
        width: 50%;
		margin-right: 0;
        text-align: left;
        margin-bottom: 30px
    }
    .payment .container > p {
        font-size: 20px;
    }
    .table .table_row .table_td {
        width: 100%;
        margin-bottom: 20px
    }
    .table .table_row {
        padding: 0;
        flex-direction: column;
        font-size: 18px
    }
    .table .table_row .table_td svg {
        margin-top: 5px
    }
    .cta_block {
        text-align: center
    }
    .cta_block h3 {
        font-size: 30px;
        margin: 46px auto;
    }
    .cta_block .btn {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px
    }
    .cta_block .row {
        flex-direction: column-reverse;
    }
    .text_block h3 {
        font-size: 30px;
        line-height: 150%;
        margin-bottom: 60px
    }
    a.color_link {
        font-size: 20px
    }
    .text_block p {
        font-size: 16px;
    }
    .text_block {
        padding: 80px 0 40px
    }
    .city_of_dream h3 {
        font-size: 30px;
        margin-bottom: 50px;
        text-align: center
    }
    .city_of_dream_list_item {
        margin-bottom: 25px;
        width: 100%;
        margin-right: 0
    }
    .city_of_dream_list_item h4 {
        font-size: 20px;
        margin: 12px 0
    }
    .payment .animated_link {
        font-size: 20px;
        line-height: 30px;
        padding: 0 20px
    }
    .payment .animated {
        width: 100%
    }
    .animated_link {
        margin-top: 45px
    }
    .contact {
        padding: 40px 0
    }
    #footer {
        padding: 40px 0 20px
    }
    .contact h3 {
        font-size: 24px;
        margin: 0 0 30px;
        display: inline-block;
        position: relative;
        top: -19px;
        left: 16px
    }
    .contact p {
        font-size: 16px;
        line-height: 150%
    }
    .contact_footer > img {
        width: 60px
    }
    .contact .col-md-7 h2 {
        margin: 60px 0 36px;
        font-size: 30px;
        line-height: 150%;
    }
    .popup {
        width: 90%;
        padding: 30px 15px;
        flex-direction: column;
        align-items: flex-start
    }
    .popup h3 {
        font-size: 22px;
        margin-bottom: 30px;
        text-align: left;
        width: 100%;
        text-transform: none
    }
    .popup .popup_form {
        width: 100%;
        order: 3;
        display: flex;
        flex-direction: column;
    }
    .popup [role="form"] {
        order: 3;
    }
    .popup_img {
        display: none
    }
    .popup_number {
        margin-bottom: 40px
    }
    .background {
        z-index: 10
    }
    .popup .wpcf7-form input[type=submit] {
        margin-left: auto;
        margin-right: auto
    }
    .popup .wpcf7-form textarea {
        height: 120px
    }
    .footer_text {
        margin-top: 20px
    }
    .footer_bottom {
        flex-direction: column-reverse;
    }
    .copyright {
        margin-top: 15px
    }
    #header .btn {
        font-size: 14px
    }
    .lang_switcher {
        margin-right: 5px!important
    }
    .close_popup {
        top: 15px;
        right: 15px
    }
	.payment_heading_item h4 {
		font-weight: 400
	}
    .back {
        position: static!important;
        margin-bottom: 20px
    }
}

.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;
}

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

.page-id-3, .page-id-1149 {
    background: url('../media/policy.jpg') no-repeat;
    background-size: cover;
}

.page_name {
    margin: 180px 0 80px;
    text-align: center;
}

.page_name h1 {
    margin-bottom: 10px;
    position: relative;
}

.page-id-3 h4, .page-id-1149 h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 40px 0 24px;
}

.page-id-3 p, .page-id-1149 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.page-id-3 li, .page-id-1149 li {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 5px;
}

.page-id-3 .underline, .page-id-1149 .underline {
    width: 128px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 37px;
    margin: 0 auto;
}

.page-id-3 #footer, .page-id-1149 #footer {
    margin-top: 150px;
    background: none;
}

.lang_switcher {
    margin-right: 40px;
}

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

.lang_switcher select option {
	color: #000;
}

.back {
    font-weight: 600;
    font-size: 28px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 0;
}

.back svg {
    margin-right: 10px;
}

.popup .wpcf7-form input:not([type=submit]).cc-picker-code-filter {
	background:#fff;
	color:#000;
}

@media(max-width:380px){
	#header .btn {
	    font-size: 13px;
		padding: 11px;
	}
	#header .custom-logo-link {
		max-width:100px;
	}
}