@charset "UTF-8";
/*RESET - сброс стилей*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

i, em {
  font-style: italic; }

strong, b {
  font-weight: bold; }

s {
  text-decoration: line-through; }

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

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

.row {
  display: -webkit-box;
  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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.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;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

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

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -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%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

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

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

/*# sourceMappingURL=bootstrap-grid.css.map */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

html {
  height: 100%; }

body {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  font-size: 18px;
  line-height: 1.44;
  color: #fff;
  background: #fff;
  font-family: "Montserrat";
  font-weight: normal;
  font-style: normal;
  padding-top: 60px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (max-width: 992px) {
    body {
      padding-top: 60px; } }

sup {
  font-size: .8em;
  margin-left: 2px;
  display: inline-block;
  vertical-align: super; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

button, input, textarea, label {
  font-family: "Montserrat";
  outline: none; }

::selection,
::-moz-selection {
  background: #000;
  color: #fff; }

/*----------------------> Links And buttons <------------------*/
a {
  color: #fff;
  outline: none;
  text-decoration: none;
  cursor: pointer; }

a:hover {
  color: #fff;
  text-decoration: none; }

.btn {
  display: inline-block;
  position: relative;
  padding: 0 0 0;
  margin: 0 0 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff; }
  .btn span {
    display: inline-block;
    position: relative;
    z-index: 10; }
  .btn::after {
    background-color: #fff;
    position: absolute;
    display: block;
    bottom: -10px;
    left: 0%;
    right: 0%;
    height: 2px;
    transition: all ease 500ms;
    content: ""; }
  .btn--lg {
    font-size: 26px; }
  .btn--dark {
    color: #000; }
    .btn--dark:hover {
      color: #FF49D9 !important; }
    .btn--dark::after {
      background-color: #0B0B0B; }
  @media only screen and (max-width: 992px) {
    .btn--lg {
      font-size: 20px; }
    .btn::after {
      left: 0;
      right: 0; } }

.btn:hover {
  color: #FF49D9; }
  .btn:hover::after {
    transition: all ease 250ms;
    left: 0px;
    right: 0px;
    background-color: #FF49D9; }

.load-more {
  text-align: center;
  padding: 50px 0 0; }
  @media only screen and (max-width: 992px) {
    .load-more {
      padding-top: 30px; } }

.social-link {
  display: inline-block;
  line-height: 30px;
  padding: 0 0 0 50px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #000000;
  margin: 0 90px; }

.inline-social {
  display: inline-block;
  padding: 2px 0 2px 40px;
  background-position: 0 50%;
  background-repeat: no-repeat; }
  .inline-social--yt {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5034 0L6.49657 0C2.9143 0 0 2.9143 0 6.49657L0 17.5036C0 21.0856 2.9143 24 6.49657 24L17.5036 24C21.0856 24 24 21.0856 24 17.5036L24 6.49657C24 2.9143 21.0856 0 17.5034 0V0ZM22.593 17.5036C22.593 20.3098 20.3098 22.593 17.5034 22.593L6.49657 22.593C3.69012 22.593 1.40698 20.3098 1.40698 17.5036L1.40698 6.49657C1.40698 3.69012 3.69012 1.40698 6.49657 1.40698L17.5036 1.40698C20.3098 1.40698 22.593 3.69012 22.593 6.49657L22.593 17.5036Z' fill='%23FF49D9'/%3E%3Cpath d='M11.9999 5.4375C8.3814 5.4375 5.43762 8.38128 5.43762 11.9998C5.43762 15.6183 8.3814 18.5621 11.9999 18.5621C15.6184 18.5621 18.5622 15.6183 18.5622 11.9998C18.5622 8.38128 15.6184 5.4375 11.9999 5.4375ZM11.9999 17.1551C9.1574 17.1551 6.8446 14.8425 6.8446 11.9998C6.8446 9.15728 9.1574 6.84448 11.9999 6.84448C14.8426 6.84448 17.1553 9.15728 17.1553 11.9998C17.1553 14.8425 14.8426 17.1551 11.9999 17.1551Z' fill='%23FF49D9'/%3E%3Cpath d='M18.7192 3.10693C17.6498 3.10693 16.7801 3.97687 16.7801 5.04602C16.7801 6.11535 17.6498 6.98528 18.7192 6.98528C19.7885 6.98528 20.6584 6.11535 20.6584 5.04602C20.6584 3.97668 19.7885 3.10693 18.7192 3.10693ZM18.7192 5.57812C18.4258 5.57812 18.1871 5.33935 18.1871 5.04602C18.1871 4.7525 18.4258 4.51391 18.7192 4.51391C19.0127 4.51391 19.2515 4.7525 19.2515 5.04602C19.2515 5.33935 19.0127 5.57812 18.7192 5.57812Z' fill='%23FF49D9'/%3E%3C/svg%3E%0A"); }
  .inline-social--inst {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='20' viewBox='0 0 24 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6941 8.92139L10.3919 6.02027C10.087 5.85346 9.72668 5.85968 9.42785 6.03675C9.12884 6.21399 8.9505 6.5271 8.9505 6.87464L8.9505 12.6271C8.9505 12.973 9.12775 13.2855 9.42474 13.463C9.57983 13.5556 9.75177 13.6021 9.92407 13.6021C10.0819 13.6021 10.2401 13.5631 10.3857 13.4847L15.688 10.6336C16.0028 10.4642 16.1992 10.137 16.2007 9.77942C16.202 9.42182 16.0079 9.09314 15.6941 8.92139ZM10.3569 11.9034V7.60413L14.3197 9.77246L10.3569 11.9034Z' fill='%23FF49D9'/%3E%3Cpath d='M23.8234 5.19659L23.8223 5.18561C23.802 4.99243 23.5996 3.27417 22.7643 2.40021C21.7988 1.37225 20.7042 1.24738 20.1778 1.1875C20.1342 1.18256 20.0943 1.17798 20.0586 1.17322L20.0166 1.16882C16.8438 0.93811 12.0521 0.906616 12.0042 0.906433L12 0.90625L11.9957 0.906433C11.9478 0.906616 7.1561 0.93811 3.9547 1.16882L3.9124 1.17322C3.87834 1.1778 3.84081 1.18201 3.79997 1.18677C3.27959 1.24683 2.19671 1.37189 1.22845 2.43701C0.43286 3.30164 0.20288 4.98309 0.17926 5.17206L0.176513 5.19659C0.169372 5.27698 0 7.19061 0 9.11176L0 10.9077C0 12.8288 0.169372 14.7424 0.176513 14.823L0.177795 14.8351C0.198119 15.0251 0.400267 16.7119 1.23175 17.5862C2.13958 18.5798 3.28746 18.7112 3.90489 18.7819C4.00249 18.7931 4.08653 18.8026 4.14384 18.8127L4.19932 18.8204C6.03129 18.9947 11.7751 19.0806 12.0186 19.084L12.026 19.0842L12.0333 19.084C12.0813 19.0839 16.8727 19.0524 20.0456 18.8217L20.0875 18.8173C20.1276 18.812 20.1726 18.8072 20.2221 18.8021C20.7395 18.7471 21.8166 18.6331 22.7715 17.5824C23.567 16.7176 23.7972 15.0361 23.8206 14.8474L23.8234 14.8228C23.8305 14.7422 24.0001 12.8288 24.0001 10.9077V9.11176C23.9999 7.19061 23.8305 5.27716 23.8234 5.19659ZM22.5935 10.9077C22.5935 12.6858 22.4382 14.517 22.4236 14.6851C22.3639 15.1482 22.1213 16.212 21.7336 16.6334C21.136 17.2909 20.522 17.3561 20.0738 17.4035C20.0196 17.4092 19.9694 17.4147 19.924 17.4203C16.8552 17.6423 12.2444 17.6763 12.032 17.6776C11.7938 17.6741 6.13401 17.5875 4.35789 17.4225C4.26689 17.4077 4.16856 17.3964 4.06493 17.3846C3.53923 17.3244 2.81963 17.242 2.26629 16.6334L2.25329 16.6194C1.87243 16.2227 1.63677 15.2278 1.5769 14.6906C1.56573 14.5635 1.40643 12.7107 1.40643 10.9077L1.40643 9.11176C1.40643 7.33563 1.56133 5.50641 1.57635 5.33484C1.64758 4.78937 1.89477 3.78998 2.26629 3.38605C2.88225 2.70856 3.53172 2.63348 3.96129 2.58386C4.0023 2.5791 4.04057 2.57471 4.07591 2.57013C7.18942 2.34711 11.8333 2.31396 12 2.31268C12.1666 2.31378 16.8088 2.34711 19.8947 2.57013C19.9326 2.57489 19.974 2.57965 20.0185 2.58478C20.4603 2.63513 21.1281 2.7113 21.7409 3.36499L21.7466 3.37103C22.1275 3.76782 22.3631 4.78003 22.423 5.32806C22.4336 5.448 22.5935 7.30487 22.5935 9.11176V10.9077Z' fill='%23FF49D9'/%3E%3C/svg%3E%0A"); }

/*----------------------> Basic Classes <------------------*/
.reg {
  text-transform: uppercase; }

.f_left {
  float: left; }

.f_right {
  float: right; }

.al_left {
  text-align: left; }

.al_right {
  text-align: right; }

.al_center {
  text-align: center; }

.it {
  font-style: italic; }

.let {
  letter-spacing: -1px; }

.full_w {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.val_mid {
  vertical-align: middle; }

/*----------------------> Positions <------------------*/
.p_abs {
  position: absolute; }

.p_rel {
  position: relative; }

.p_fix {
  position: fixed; }

.clear {
  clear: both;
  width: 100%;
  line-height: 0;
  font-size: 0; }

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.wrapper {
  overflow: hidden; }

/*----------------------> Displays <------------------*/
.d_block {
  display: block; }

.d_ib {
  display: inline-block; }

.d_none {
  display: none; }

.d_tc {
  display: table-cell; }

.d_t {
  display: table; }

/*=====================> Titles ========================*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

.title-1 {
  font-size: 44px;
  line-height: 1;
  color: #000;
  font-weight: 700; }
  @media only screen and (max-width: 768px) {
    .title-1 {
      font-size: 30px; } }

.title-2 {
  font-size: 36px;
  line-height: 1;
  font-weight: 700; }
  .title-2 span {
    position: relative;
    display: inline-block; }
    .title-2 span::after {
      width: 60px;
      height: 2px;
      position: absolute;
      left: 100%;
      top: 50%;
      margin-left: 23px;
      background-color: #fff;
      content: ""; }
      @media only screen and (max-width: 992px) {
        .title-2 span::after {
          left: 50%;
          top: 100%;
          margin-top: 15px;
          margin-left: -30px; } }
  .title-2--dark {
    color: #000;
    margin-bottom: 50px; }
    .title-2--dark span::after {
      background-color: #000; }
  .title-2--center {
    text-align: center; }
  @media only screen and (max-width: 992px) {
    .title-2 {
      margin-bottom: 50px;
      font-size: 32px; } }
  @media only screen and (max-width: 575px) {
    .title-2 {
      font-size: 28px; } }

.title-3 {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 25px; }
  .title-3 span {
    position: relative;
    display: inline-block; }
    .title-3 span::after {
      width: 60px;
      height: 1px;
      position: absolute;
      left: 100%;
      top: 50%;
      margin-left: 23px;
      background-color: #fff;
      content: ""; }
    @media only screen and (max-width: 992px) {
      .title-3 span::after {
        display: none; } }

.title-4 {
  font-size: 24px;
  line-height: 1.23;
  font-weight: 600;
  margin-bottom: 20px; }

.content-editor h1 {
  font-size: 44px;
  line-height: 1.3; }

.content-editor h2 {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 40px; }

.content-editor h3 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 40px; }

.content-editor h4 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 40px; }

.content-editor h5 {
  font-size: calc($title-4 - 5px);
  line-height: 1.3;
  margin-bottom: 40px; }

/*=====================> Paragraphs ========================*/
p {
  margin-bottom: 26px; }

.mb1 {
  margin-bottom: 1px; }

.mb2 {
  margin-bottom: 2px; }

.mb3 {
  margin-bottom: 3px; }

.mb4 {
  margin-bottom: 4px; }

.mb5 {
  margin-bottom: 5px; }

.mb6 {
  margin-bottom: 6px; }

.mb7 {
  margin-bottom: 7px; }

.mb8 {
  margin-bottom: 8px; }

.mb9 {
  margin-bottom: 9px; }

.mb10 {
  margin-bottom: 10px; }

.mb11 {
  margin-bottom: 11px; }

.mb12 {
  margin-bottom: 12px; }

.mb13 {
  margin-bottom: 13px; }

.mb14 {
  margin-bottom: 14px; }

.mb15 {
  margin-bottom: 15px; }

.mb16 {
  margin-bottom: 16px; }

.mb17 {
  margin-bottom: 17px; }

.mb18 {
  margin-bottom: 18px; }

.mb19 {
  margin-bottom: 19px; }

.mb20 {
  margin-bottom: 20px; }

.mb21 {
  margin-bottom: 21px; }

.mb22 {
  margin-bottom: 22px; }

.mb23 {
  margin-bottom: 23px; }

.mb24 {
  margin-bottom: 24px; }

.mb25 {
  margin-bottom: 25px; }

.mb26 {
  margin-bottom: 26px; }

.mb27 {
  margin-bottom: 27px; }

.mb28 {
  margin-bottom: 28px; }

.mb29 {
  margin-bottom: 29px; }

.mb30 {
  margin-bottom: 30px; }

.mb31 {
  margin-bottom: 31px; }

.mb32 {
  margin-bottom: 32px; }

.mb33 {
  margin-bottom: 33px; }

.mb34 {
  margin-bottom: 34px; }

.mb35 {
  margin-bottom: 35px; }

.mb36 {
  margin-bottom: 36px; }

.mb37 {
  margin-bottom: 37px; }

.mb38 {
  margin-bottom: 38px; }

.mb39 {
  margin-bottom: 39px; }

.mb40 {
  margin-bottom: 40px; }

.mb41 {
  margin-bottom: 41px; }

.mb42 {
  margin-bottom: 42px; }

.mb43 {
  margin-bottom: 43px; }

.mb44 {
  margin-bottom: 44px; }

.mb45 {
  margin-bottom: 45px; }

.mb46 {
  margin-bottom: 46px; }

.mb47 {
  margin-bottom: 47px; }

.mb48 {
  margin-bottom: 48px; }

.mb49 {
  margin-bottom: 49px; }

.mb50 {
  margin-bottom: 50px; }

.mb51 {
  margin-bottom: 51px; }

.mb52 {
  margin-bottom: 52px; }

.mb53 {
  margin-bottom: 53px; }

.mb54 {
  margin-bottom: 54px; }

.mb55 {
  margin-bottom: 55px; }

.mb56 {
  margin-bottom: 56px; }

.mb57 {
  margin-bottom: 57px; }

.mb58 {
  margin-bottom: 58px; }

.mb59 {
  margin-bottom: 59px; }

.mb60 {
  margin-bottom: 60px; }

.mb61 {
  margin-bottom: 61px; }

.mb62 {
  margin-bottom: 62px; }

.mb62 {
  margin-bottom: 62px; }

.mb63 {
  margin-bottom: 63px; }

.mb64 {
  margin-bottom: 64px; }

.mb65 {
  margin-bottom: 65px; }

.mb66 {
  margin-bottom: 66px; }

.mb67 {
  margin-bottom: 67px; }

.mb68 {
  margin-bottom: 68px; }

.mb69 {
  margin-bottom: 69px; }

.mb70 {
  margin-bottom: 70px; }

.mb75 {
  margin-bottom: 75px; }

/*=====================> Lists ========================*/
.list-1 li,
.content-editor ul li {
  padding-left: 20px;
  position: relative; }
  .list-1 li::before,
  .content-editor ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '-'; }

/*================================>> GOOGLE FONTS  <<========================================*/
/*================================>> hovers <<========================================*/
a,
button {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

a:hover,
button:hover {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease; }

/*============================ Arctic modal =============================*/
.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000; }

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse; }

*:first-child + html .arcticmodal-container {
  height: 100%; }

.arcticmodal-container_i {
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle; }

.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff; }

.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #000 url(loading.gif) no-repeat 50% 50%; }

/* ========================== OWL CAROUSEL =============================*/
/* 
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 16, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

span.wpcf7-not-valid-tip {
  display: block;
  font-size: .7em;
  padding: 3px 0 0; }

div.wpcf7-response-output {
  text-align: center;
  padding: 20px; }

.video-img {
  padding-bottom: 70%; }
  .video-img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 80vh;

  }

.c-dropdown {
  position: relative; }
  .c-dropdown__value {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
    overflow: hidden;
    max-width: 100%; }
    .c-dropdown__value::after {
      background: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.99999 7.99016C6.74908 7.99016 6.49821 7.89435 6.30691 7.70315L0.287228 1.68341C-0.0957021 1.30048 -0.0957021 0.679623 0.287228 0.296847C0.670004 -0.0859282 1.29074 -0.0859282 1.6737 0.296847L6.99999 5.62345L12.3263 0.297033C12.7092 -0.0857422 13.3299 -0.0857422 13.7127 0.297033C14.0958 0.679809 14.0958 1.30066 13.7127 1.68359L7.69307 7.70334C7.50168 7.89457 7.25081 7.99016 6.99999 7.99016Z' fill='white'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
      width: 14px;
      height: 8px;
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -4px;
      content: ""; }
  .c-dropdown.state-active .c-dropdown__list {
    margin-top: 5px;
    opacity: 1;
    visibility: visible; }
    @media only screen and (max-width: 768px) {
      .c-dropdown.state-active .c-dropdown__list {
        margin-top: 5px; } }
  .c-dropdown__list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    z-index: 99;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    max-height: 300px;
    overflow: auto;
    transition: all ease 300ms; }
  .c-dropdown__list-item {
    font-size: 18px;
    color: #000;
    cursor: pointer;
    padding: 5px 10px;
    font-weight: 400;
    transition: all ease 300ms;
    display: block; }
    .c-dropdown__list-item input {
      display: none; }
    .c-dropdown__list-item:hover, .c-dropdown__list-item.state-active {
      background-color: #FF49D9;
      color: #fff;
      transition: all ease 150ms; }
  @media only screen and (max-width: 575px) {
    .c-dropdown .c-dropdown__list {
      max-width: 100%; } }

.form-row {
  margin-bottom: 20px; }

.form-label {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
  display: block; }

.form-field {
  margin: 0;
  width: 100%;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
  padding: 7px 0px;
  outline: none;
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: 400;
  box-sizing: border-box; }

.form-btn-wrap {
  padding-top: 20px;
  text-align: center; }

::-webkit-input-placeholder {
  color: #D5D5D5; }

::-moz-placeholder {
  color: #D5D5D5; }

/* Firefox 19+ */
:-moz-placeholder {
  color: #D5D5D5; }

/* Firefox 18- */
:-ms-input-placeholder {
  color: #D5D5D5; }

.modal {
  width: 100%;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  line-height: 0;
  background-color: #fff; }
  .modal iframe {
    width: 100%;
    height: 500px;
    max-height: 80vh;
    z-index: 10; }
  .modal .arcticmodal-close {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 100%;
    bottom: 100%;
    background: #FF49D9 url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.8323 10.0169L19.6199 2.22901C20.1267 1.72245 20.1267 0.903399 19.6199 0.396832C19.1133 -0.109735 18.2943 -0.109735 17.7877 0.396832L9.99989 8.18467L2.21229 0.396832C1.70548 -0.109735 0.88667 -0.109735 0.380103 0.396832C-0.126701 0.903399 -0.126701 1.72245 0.380103 2.22901L8.16771 10.0169L0.380103 17.8047C-0.126701 18.3113 -0.126701 19.1303 0.380103 19.6369C0.632556 19.8896 0.964494 20.0165 1.29619 20.0165C1.62789 20.0165 1.95959 19.8896 2.21229 19.6369L9.99989 11.849L17.7877 19.6369C18.0404 19.8896 18.3721 20.0165 18.7038 20.0165C19.0355 20.0165 19.3672 19.8896 19.6199 19.6369C20.1267 19.1303 20.1267 18.3113 19.6199 17.8047L11.8323 10.0169Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    cursor: pointer; }

    @media only screen and (max-width: 768px) {
      .modal .arcticmodal-close {
        margin-left: -40px
      }
    }

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15); }
  .header__inner {
    height: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px 0 0; }
  .header__burger {
    width: 100px;
    height: 100px;
    display: block;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 999;
    background: #000 url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.8333 15.1424H1.16667C0.522664 15.1424 0 14.6198 0 13.9758C0 13.3318 0.522664 12.8091 1.16667 12.8091H26.8333C27.4773 12.8091 28 13.3318 28 13.9758C28 14.6198 27.4773 15.1424 26.8333 15.1424Z' fill='white'/%3E%3Cpath d='M26.8333 6.19793H1.16667C0.522664 6.19793 0 5.67526 0 5.03126C0 4.38726 0.522664 3.86459 1.16667 3.86459H26.8333C27.4773 3.86459 28 4.38726 28 5.03126C28 5.67526 27.4773 6.19793 26.8333 6.19793Z' fill='white'/%3E%3Cpath d='M26.8333 24.0867H1.16667C0.522664 24.0867 0 23.564 0 22.92C0 22.276 0.522664 21.7534 1.16667 21.7534H26.8333C27.4773 21.7534 28 22.276 28 22.92C28 23.564 27.4773 24.0867 26.8333 24.0867Z' fill='white'/%3E%3C/svg%3E%0A") 50% 50% no-repeat; }
    .header__burger:hover {
      background-color: #FF49D9; }
    .header__burger::after {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      opacity: 0;
      transition: all ease 500ms;
      background: #FF49D9 url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8323 10.0169L19.6199 2.22901C20.1267 1.72245 20.1267 0.903398 19.6199 0.396832C19.1133 -0.109735 18.2943 -0.109735 17.7877 0.396832L9.99989 8.18467L2.21229 0.396832C1.70548 -0.109735 0.88667 -0.109735 0.380103 0.396832C-0.126701 0.903398 -0.126701 1.72245 0.380103 2.22901L8.16771 10.0169L0.380103 17.8047C-0.126701 18.3113 -0.126701 19.1303 0.380103 19.6369C0.632556 19.8896 0.964494 20.0165 1.29619 20.0165C1.62789 20.0165 1.95959 19.8896 2.21229 19.6369L9.99989 11.849L17.7877 19.6369C18.0404 19.8896 18.3721 20.0165 18.7038 20.0165C19.0355 20.0165 19.3672 19.8896 19.6199 19.6369C20.1267 19.1303 20.1267 18.3113 19.6199 17.8047L11.8323 10.0169Z' fill='white'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
      content: ""; }
  .header__logo {
    margin-left: 100px; }
    .header__logo img {
      max-width: 210px;
      height: auto; }
  .header__phone {
    background: url(../images/phone-icon.svg) 0 50% no-repeat;
    padding: 0 0 0 50px;
    font-weight: 600;
    font-size: 20px;
    line-height: 100px;
    letter-spacing: 0.2em;
    color: #000000; }
    .header__phone:hover {
      color: #FF49D9; }
  .header__resp-btns {
    display: none; }
    @media only screen and (max-width: 575px) {
      .header__resp-btns {
        display: flex;
        align-items: center;
        height: 100%;
        padding-bottom: 0px; } }
  .header__resp-btn {
    display: inline-block;
    margin: 0 0 0 15px; }
    .header__resp-btn--phone {
      width: 30px;
      height: 22px;
      background: url(../images/phone-icon.svg) 50% 50% no-repeat;
      background-size: 14px auto;
      border: 2px solid #FF49D9;
      border-radius: 6px; }
    .header__resp-btn--yt {
      width: 30px;
      height: 28px;
      background: url("data:image/svg+xml,%3Csvg width='24' height='20' viewBox='0 0 24 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6941 8.92139L10.3919 6.02027C10.087 5.85346 9.72668 5.85968 9.42785 6.03675C9.12884 6.21399 8.9505 6.5271 8.9505 6.87464L8.9505 12.6271C8.9505 12.973 9.12775 13.2855 9.42474 13.463C9.57983 13.5556 9.75177 13.6021 9.92407 13.6021C10.0819 13.6021 10.2401 13.5631 10.3857 13.4847L15.688 10.6336C16.0028 10.4642 16.1992 10.137 16.2007 9.77942C16.202 9.42182 16.0079 9.09314 15.6941 8.92139ZM10.3569 11.9034V7.60413L14.3197 9.77246L10.3569 11.9034Z' fill='%23FF49D9'/%3E%3Cpath d='M23.8234 5.19659L23.8223 5.18561C23.802 4.99243 23.5996 3.27417 22.7643 2.40021C21.7988 1.37225 20.7042 1.24738 20.1778 1.1875C20.1342 1.18256 20.0943 1.17798 20.0586 1.17322L20.0166 1.16882C16.8438 0.93811 12.0521 0.906616 12.0042 0.906433L12 0.90625L11.9957 0.906433C11.9478 0.906616 7.1561 0.93811 3.9547 1.16882L3.9124 1.17322C3.87834 1.1778 3.84081 1.18201 3.79997 1.18677C3.27959 1.24683 2.19671 1.37189 1.22845 2.43701C0.43286 3.30164 0.20288 4.98309 0.17926 5.17206L0.176513 5.19659C0.169372 5.27698 0 7.19061 0 9.11176L0 10.9077C0 12.8288 0.169372 14.7424 0.176513 14.823L0.177795 14.8351C0.198119 15.0251 0.400267 16.7119 1.23175 17.5862C2.13958 18.5798 3.28746 18.7112 3.90489 18.7819C4.00249 18.7931 4.08653 18.8026 4.14384 18.8127L4.19932 18.8204C6.03129 18.9947 11.7751 19.0806 12.0186 19.084L12.026 19.0842L12.0333 19.084C12.0813 19.0839 16.8727 19.0524 20.0456 18.8217L20.0875 18.8173C20.1276 18.812 20.1726 18.8072 20.2221 18.8021C20.7395 18.7471 21.8166 18.6331 22.7715 17.5824C23.567 16.7176 23.7972 15.0361 23.8206 14.8474L23.8234 14.8228C23.8305 14.7422 24.0001 12.8288 24.0001 10.9077V9.11176C23.9999 7.19061 23.8305 5.27716 23.8234 5.19659ZM22.5935 10.9077C22.5935 12.6858 22.4382 14.517 22.4236 14.6851C22.3639 15.1482 22.1213 16.212 21.7336 16.6334C21.136 17.2909 20.522 17.3561 20.0738 17.4035C20.0196 17.4092 19.9694 17.4147 19.924 17.4203C16.8552 17.6423 12.2444 17.6763 12.032 17.6776C11.7938 17.6741 6.13401 17.5875 4.35789 17.4225C4.26689 17.4077 4.16856 17.3964 4.06493 17.3846C3.53923 17.3244 2.81963 17.242 2.26629 16.6334L2.25329 16.6194C1.87243 16.2227 1.63677 15.2278 1.5769 14.6906C1.56573 14.5635 1.40643 12.7107 1.40643 10.9077L1.40643 9.11176C1.40643 7.33563 1.56133 5.50641 1.57635 5.33484C1.64758 4.78937 1.89477 3.78998 2.26629 3.38605C2.88225 2.70856 3.53172 2.63348 3.96129 2.58386C4.0023 2.5791 4.04057 2.57471 4.07591 2.57013C7.18942 2.34711 11.8333 2.31396 12 2.31268C12.1666 2.31378 16.8088 2.34711 19.8947 2.57013C19.9326 2.57489 19.974 2.57965 20.0185 2.58478C20.4603 2.63513 21.1281 2.7113 21.7409 3.36499L21.7466 3.37103C22.1275 3.76782 22.3631 4.78003 22.423 5.32806C22.4336 5.448 22.5935 7.30487 22.5935 9.11176V10.9077Z' fill='%23FF49D9'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
      background-size: auto 25px; }
    .header__resp-btn--inst {
      width: 24px;
      height: 24px;
      background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5034 0L6.49657 0C2.9143 0 0 2.9143 0 6.49657L0 17.5036C0 21.0856 2.9143 24 6.49657 24L17.5036 24C21.0856 24 24 21.0856 24 17.5036L24 6.49657C24 2.9143 21.0856 0 17.5034 0V0ZM22.593 17.5036C22.593 20.3098 20.3098 22.593 17.5034 22.593L6.49657 22.593C3.69012 22.593 1.40698 20.3098 1.40698 17.5036L1.40698 6.49657C1.40698 3.69012 3.69012 1.40698 6.49657 1.40698L17.5036 1.40698C20.3098 1.40698 22.593 3.69012 22.593 6.49657L22.593 17.5036Z' fill='%23FF49D9'/%3E%3Cpath d='M11.9999 5.4375C8.3814 5.4375 5.43762 8.38128 5.43762 11.9998C5.43762 15.6183 8.3814 18.5621 11.9999 18.5621C15.6184 18.5621 18.5622 15.6183 18.5622 11.9998C18.5622 8.38128 15.6184 5.4375 11.9999 5.4375ZM11.9999 17.1551C9.1574 17.1551 6.8446 14.8425 6.8446 11.9998C6.8446 9.15728 9.1574 6.84448 11.9999 6.84448C14.8426 6.84448 17.1553 9.15728 17.1553 11.9998C17.1553 14.8425 14.8426 17.1551 11.9999 17.1551Z' fill='%23FF49D9'/%3E%3Cpath d='M18.7192 3.10693C17.6498 3.10693 16.7801 3.97687 16.7801 5.04602C16.7801 6.11535 17.6498 6.98528 18.7192 6.98528C19.7885 6.98528 20.6584 6.11535 20.6584 5.04602C20.6584 3.97668 19.7885 3.10693 18.7192 3.10693ZM18.7192 5.57812C18.4258 5.57812 18.1871 5.33935 18.1871 5.04602C18.1871 4.7525 18.4258 4.51391 18.7192 4.51391C19.0127 4.51391 19.2515 4.7525 19.2515 5.04602C19.2515 5.33935 19.0127 5.57812 18.7192 5.57812Z' fill='%23FF49D9'/%3E%3C/svg%3E%0A") 50% 50% no-repeat; }
  @media only screen and (max-width: 1400px) {
    .header__inner {
      height: 60px; }
    .header__burger {
      height: 60px;
      width: 60px; }
    .header__phone {
      line-height: 60px; }
    .header__logo {
      padding-top: 5px; }
      .header__logo a {
        display: block; }
      .header__logo img {
        max-width: 140px; } }
  @media only screen and (max-width: 1300px) {
    .header__inner {
      padding-right: 50px; } }
  @media only screen and (max-width: 992px) {
    .header__phone {
      font-size: 16px; }
    .header__inner {
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .header__phone {
      padding-left: 35px;
      line-height: 60px;
      font-size: 14px;
      background-size: 20px auto; }
    .header__burger {
      width: 60px;
      height: 60px; }
    .header__inner {
      height: 60px;
      padding-right: 20px; }
    .header__logo {
      max-height: 100%;
      padding: 2px 0 0; }
      .header__logo img {
        width: 90px;
        height: auto; } }
  @media only screen and (max-width: 575px) {
    .header__burger {
      position: absolute;
      top: 0;
      left: 0; }
    .header__logo {
      margin-left: 70px; }
    .header__phone {
      display: none; } }

.navTrue .header__burger::after {
  opacity: 1; }

.breadcrumbs {
  font-weight: 500;
  text-transform: uppercase; }
  .breadcrumbs .separator {
    display: inline-block;
    width: 20px;
    height: 10px;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3Csvg width='21' height='8' viewBox='0 0 21 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3536 4.35355C20.5488 4.15829 20.5488 3.84171 20.3536 3.64645L17.1716 0.464466C16.9763 0.269204 16.6597 0.269204 16.4645 0.464466C16.2692 0.659728 16.2692 0.976311 16.4645 1.17157L19.2929 4L16.4645 6.82843C16.2692 7.02369 16.2692 7.34027 16.4645 7.53553C16.6597 7.7308 16.9763 7.7308 17.1716 7.53553L20.3536 4.35355ZM0 4.5H20V3.5H0V4.5Z' fill='black'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    margin: 0 20px; }
  .breadcrumbs span.post-page {
    display: inline-block;
    position: relative; }
    .breadcrumbs span.post-page::before {
      background-color: #FF49D9;
      display: block;
      left: -10px;
      right: -10px;
      height: 8px;
      bottom: 0;
      position: absolute;
      content: ''; }
    .breadcrumbs span.post-page em {
      position: relative;
      display: inline-block;
      font-style: normal;
      z-index: 1; }
  @media only screen and (max-width: 768px) {
    .breadcrumbs {
      font-size: 12px; }
      .breadcrumbs .separator {
        margin: 0 10px; }
      .breadcrumbs span::before {
        left: 0;
        right: 0;
        height: 4px; } }

.nav {
  position: fixed;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
  transition: all ease 1000ms; }
  .nav__inner {
    text-align: center; }
  .nav__logo {
    margin-bottom: 30px; }
    .nav__logo img {
      max-width: 230px;
      height: auto; }
  .nav__list {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.23; }
    .nav__list a {
      color: #fff;
      line-height: 1;
      display: inline-block;
      position: relative; }
      .nav__list a::before {
        opacity: 0;
        position: absolute;
        bottom: 0;
        left: -10px;
        right: -10px;
        height: 12px;
        z-index: -1;
        background-color: #FF49D9;
        content: ""; }
    .nav__list li {
      padding: 20px 0; }
      .nav__list li:not(.current-menu-item) a:hover:hover {
        color: #FF49D9; }
    .nav__list li.state-active a::before,
    .nav__list li.current-menu-item a::before {
      opacity: 1; }
  @media only screen and (max-width: 1200px) {
    .nav__list {
      font-size: 30px; }
      .nav__list li {
        padding: 10px 0; }
    .nav__logo {
      height: 120px;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 768px) {
    .nav__logo {
      height: auto; }
      .nav__logo img {
        max-width: 150px; }
    .nav__list {
      font-size: 20px; }
      .nav__list a::before {
        height: 6px; } }

.navTrue .nav {
  bottom: 0; }

.banner {
  height: calc(100vh - 100px);
  min-height: 620px;
  background: url(../images/banner-img.jpg) 50% 50% no-repeat;
  background-size: cover !important;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden; }
  .banner::after {
    background: linear-gradient(360deg, #0B0B0B 2.47%, rgba(0, 0, 0, 0) 43.83%);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: ""; }
  .banner__video {
    position: absolute;
    top: -120px;
    left: 0;
    bottom: 0;
    width: 100%; }
  .banner__title {
    font-size: 44px;
    line-height: 66px;
    text-align: center;
    position: relative;
    z-index: 10;
    font-weight: 400;
    margin: 0 auto -50px;
    max-width: 640px; }
  .banner__social {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100%;
    padding: 50px 40px 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 99;
    background-color: #fff; }
  @media only screen and (max-height: 700px) {
    .banner__social {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media only screen and (max-width: 1026px) {
    .banner {
      min-height: 500px;
      background-position: 60% 50%; }
      .banner__title {
        font-size: 47px;
        line-height: 1.3;
        margin-bottom: 0; }
      .banner__social {
        display: none; } }
  @media only screen and (max-width: 768px) {
    .banner {
      min-height: 400px; }
      .banner__title {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 0; } }
  @media only screen and (max-width: 575px) {
    .banner {
      min-height: 0;
      height: 300px; }
      .banner__title {
        font-size: 22px; } }

.page-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  text-align: center;
  color: #0B0B0B;
  background-color: #F1F1F1;
  font-size: 14px;
  font-weight: 500; }
  .page-banner a {
    color: #0B0B0B; }
  .page-banner .breadcrumbs {
    padding: 20px 0 0; }
  @media only screen and (max-width: 768px) {
    .page-banner {
      height: 220px; } }

.services {
  background: #0B0B0B;
  padding: 160px 0 50px; }
  .services__items {
    display: flex;
    flex-wrap: wrap; }
  .services__item {
    text-align: center;
    width: 25%;
    padding: 0 30px; }
  .services__item-icon {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px; }
  @media only screen and (max-width: 992px) {
    .services {
      padding-top: 80px;
      padding-bottom: 40px; }
      .services__item {
        width: 50%;
        padding: 20px 25px; }
      .services__item-icon {
        margin-bottom: 20px; } }
  @media only screen and (max-width: 767.98px) {
    .services {
      padding-top: 30px; } }
  @media only screen and (max-width: 575px) {
    .services { }
      .services__item {
        width: 100%;
        padding: 0;
        margin: 10px 0;
        display: flex;
        align-items: center;
        text-align: left;
        font-size: 14px; }
        .services__item br {
          display: none; }
      .services__item-icon {
        margin: 0 20px 0 0; } }

.estate-types {
  padding: 70px 0 200px;
  background-color: #0B0B0B;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 992px) {
    .estate-types {
      padding: 30px 0 150px; } }
  .estate-types__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 70px;
    position: relative;
    z-index: 10; }
  .estate-types .swiper-wrapper,
  .estate-types .swiper-container {
    overflow: visible; }
  @media only screen and (max-width: 992px) {
    .estate-types__header {
      display: block;
      text-align: center;
      padding-bottom: 40px; } }

.estates-wrap {
  position: relative; }
  .estates-wrap__counter {
    position: absolute;
    left: 0;
    bottom: -30px;
    padding-bottom: 30px;
    top: 0;
    width: 300px;
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    display: flex;
    align-items: center; }
    .estates-wrap__counter::before {
      position: absolute;
      display: block;
      right: 0;
      top: 0;
      bottom: 0;
      width: 50vw;
      background-color: #0B0B0B;
      z-index: 10;
      content: ""; }
  .estates-wrap__counter-inner {
    position: relative;
    z-index: 20; }
    .estates-wrap__counter-inner::before {
      position: absolute;
      background: url(../images/carousel-line.svg) 100% 50% no-repeat;
      height: 70px;
      width: 70px;
      display: block;
      top: 45px;
      left: 50px;
      content: ""; }
    .estates-wrap__counter-inner::after {
      display: block;
      left: 90px;
      top: 85px;
      position: absolute;
      font-size: 20px;
      line-height: 26px;
      font-weight: 400;
      color: #fff;
      content: attr(data-qty); }

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
  top: auto;
  bottom: -100px;
  left: 50%;
  margin: 0 0px;
  transition: all ease 500ms; }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    border-color: #FF49D9; }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: .2;
    cursor: default; }

.swiper-button-prev {
  background: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.43867 4.74287L5.88236 7.785C6.08757 7.92559 6.29435 8 6.46621 8C6.79849 8 7.00403 7.73333 7.00403 7.28695L7.00403 0.712013C7.00403 0.266155 6.79875 -1.79464e-08 6.46725 -4.69267e-08C6.29512 -6.19745e-08 6.09165 0.0744714 5.88598 0.215449L1.44022 3.25752C1.15432 3.45347 0.995983 3.71717 0.995983 4.00036C0.995918 4.28335 1.15244 4.54698 1.43867 4.74287Z' fill='white'/%3E%3C/svg%3E%0A") 50% 50% no-repeat; }

.swiper-button-next {
  margin-left: 60px;
  background: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.56133 3.25713L2.11764 0.214996C1.91243 0.0744069 1.70565 0 1.53379 0C1.20151 0 0.995972 0.266673 0.995972 0.71305V7.28799C0.995972 7.73385 1.20125 8 1.53275 8C1.70488 8 1.90835 7.92553 2.11402 7.78455L6.55978 4.74248C6.84569 4.54652 7.00402 4.28283 7.00402 3.99964C7.00408 3.71665 6.84756 3.45302 6.56133 3.25713Z' fill='white'/%3E%3C/svg%3E%0A") 50% 50% no-repeat; }

.estates .swiper-slide {
  width: 470px; }

.swiper-slide-next + .swiper-slide .estates__item {
  opacity: .35; }

.estates__item {
  position: relative;
  transition: all ease 1000ms; }
  .estates__item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(360deg, #000000 -10%, rgba(0, 0, 0, 0) 62.67%);
    opacity: 0;
    transition: all ease 1000ms;
    content: ""; }
  .estates__item::before {
    position: absolute;
    z-index: -1;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease 500ms;
    background-color: #fff;
    content: ""; }

.estates__item-img {
  line-height: 0; }
  .estates__item-img img {
    max-width: 100%;
    height: auto; }

    .estates__item-img a{
      display: block;
      position: relative;
      z-index: 10;
    }

.estates__item-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  z-index: 10;
  opacity: 0;
  transition: all ease 1200ms; }

.swiper-slide-active .estates__item::after {
  opacity: 1; }

.swiper-slide-active .estates__item::before {
  left: -25px;
  bottom: -25px; }

.swiper-slide-active .estates__item-caption {
  opacity: 1; }

@media only screen and (max-width: 1200px) {
  .estates-wrap__counter {
    bottom: 0;
    left: -15px;
    width: 180px;
    padding: 0 30px;
    font-size: 50px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 30; }
    .estates-wrap__counter::before {
      display: none; }
  .estates-wrap__counter-inner::before {
    left: 37px; }
  .swiper-button-prev {
    margin-left: -40px; }
  .swiper-button-next {
    margin-left: 20px; } }

@media only screen and (max-width: 880px) {
  .estates-wrap__counter {
    display: none; } }

@media only screen and (max-width: 575px) {
  .estate-types {
    padding-top: 50px; }
  .estates .swiper-slide {
    width: calc(100% - 60px); }
  .estates__item {
    margin-left: 30px; } }

.select2-dropdown {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  border: none; }
  .select2-dropdown .select2-search {
    display: none; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #FF49D9;
  color: #000; }

.objects {
  padding: 110px 0 150px; }
  .objects--grey {
    background-color: #F1F1F1; }
  .objects__filter {
    background-color: #000;
    color: #fff;
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px; }
    .objects__filter .select2-container,
    .objects__filter .js-example-basic-single {
      display: block;
      width: 100%; }
    .objects__filter .select2-container--default .select2-selection--single {
      background: none;
      border: none;
      color: #fff; }
    .objects__filter .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 0 25px 0 0;
      font-weight: bold;
      font-size: 18px;
      line-height: 27px;
      color: #FFFFFF;
      display: inline-block;
      background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.99999 10.9902C6.74908 10.9902 6.49821 10.8944 6.30691 10.7032L0.287228 4.68341C-0.0957021 4.30048 -0.0957021 3.67962 0.287228 3.29685C0.670004 2.91407 1.29074 2.91407 1.6737 3.29685L6.99999 8.62345L12.3263 3.29703C12.7092 2.91426 13.3299 2.91426 13.7127 3.29703C14.0958 3.67981 14.0958 4.30066 13.7127 4.68359L7.69307 10.7033C7.50168 10.8946 7.25081 10.9902 6.99999 10.9902Z' fill='white'/%3E%3C/svg%3E%0A") 100% 50% no-repeat; }
    .objects__filter .select2-container--default .select2-selection--single .select2-selection__arrow {
      display: none; }
  .objects__filter-item {
    padding: 0 20px 10px 0;
    width: 33.3%; }
  .objects__filter-label {
    font-size: 12px;
    font-weight: 400; }
  .objects__filter-price {
    display: flex;
    align-items: flex-end; }
    .objects__filter-price span {
      display: inline-block;
      margin: -3px 10px 0 0; }
  .objects__filter-inp {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: auto;
    padding: 0px 5px;
    width: 110px;
    margin-right: 10px; }
  .objects__inner {
    display: flex;
    flex-wrap: wrap; }
  .objects .jplist-range-slider {
    position: relative;
    padding-top: 40px; }
    .objects .jplist-range-slider .ui-slider {
      margin: 5px 5px 0;
      position: relative;
      background-color: #fff;
      height: 5px; }
    .objects .jplist-range-slider .ui-slider-range {
      position: absolute;
      top: 0;
      height: 100%;
      margin-bottom: 8px;
      background-color: #FF49D9; }
    .objects .jplist-range-slider .ui-slider-handle {
      display: block;
      width: 10px;
      height: 20px;
      background-color: #fff;
      border-radius: 2px;
      position: absolute;
      margin-left: -5px;
      top: -10px;
      transition: none; }
    .objects .jplist-range-slider .value {
      position: absolute;
      top: 0; }
    .objects .jplist-range-slider [data-type="prev-value"] {
      left: 0; }
    .objects .jplist-range-slider [data-type="next-value"] {
      right: 0; }
  .objects__item {
    width: calc(33.3% - 30px);
    margin: 15px;
    position: relative;
    overflow: hidden; }
    .objects__item::before {
      background: -webkit-linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 65.67%);
      background: -o-linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 65.67%);
      background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 65.67%);
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 10;
      content: ""; }
    @media only screen and (max-width: 1200px) {
      .objects__item::before {
        background: -webkit-linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%); } }
  .objects__item:hover .objects__item-caption {
    transition: all ease 500ms;
    transform: translateY(-100%); }
  .objects__item-caption {
    transition: all ease 1000ms;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 30px 30px 40px;
    z-index: 20;
    transform: translateY(-110px); }
    .objects__item-caption .title-3 {
      min-height: 56px; }
  .objects__item-img {
    line-height: 0; }
    .objects__item-img img {
      height: auto;
      width: 100%; }
  @media only screen and (max-width: 992px) {
    .objects {
      padding: 60px 0; }
      .objects__filter {
        margin-bottom: 20px;
        flex-wrap: wrap; }
      .objects__filter-item, .objects__filter-item:nth-child(1), .objects__filter-item:nth-child(2), .objects__filter-item:last-child {
        width: 50%;
        padding: 5px 10px 5px 0; }
      .objects__item {
        width: calc(50% - 30px); }
      .objects__item-caption {
        padding: 20px 20px 25px;
        transform: none !important;
        top: auto;
        bottom: 0; }
        .objects__item-caption p {
          margin-bottom: 10px; }
        .objects__item-caption .title-3 {
          white-space: wrap;
          font-size: 20px;
          min-height: 40px;
          margin-bottom: 15px; }
        .objects__item-caption .btn {
          font-size: 16px; }
      .objects .btn {
        margin: 0; } }
  @media only screen and (max-width: 768px) {
    .objects__filter-price {
      flex-wrap: wrap;
      padding-top: 5px; }
      .objects__filter-price span {
        margin: 0 0 10px;
        width: 30px; }
    .objects__filter-inp {
      margin: 0 0 10px;
      width: calc(90% - 30px); }
    .objects__item {
      font-size: 16px; } }
  @media only screen and (max-width: 575px) {
    .objects__item {
      width: calc(100% - 30px); }
    .objects__item-img {
      max-height: 360px; } }
  @media only screen and (max-width: 450px) {
    .objects__filter-item {
      width: 100% !important; }
    .objects__filter-inp {
      width: calc(100% - 30px); } }

.about {
  background-color: #0B0B0B;
  color: #fff;
  padding: 100px 0 70px; }
  .about__img {
    margin-top: -90px; }
    .about__img img {
      max-width: 100%;
      height: auto; }
    .about__img--video {
      position: relative; }
      .about__img--video::after {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        cursor: pointer;
        background: rgba(0, 0, 0, 0.3) url(../images/play-btn.svg) 50% 50% no-repeat;
        transition: all ease 500ms;
        background-size: 90px;
        content: ""; }
      .about__img--video:hover::after {
        transition: all ease 250ms;
        background-size: 110px; }
  .about__text {
    padding-right: 30px; }
  @media only screen and (max-width: 992px) {
    .about {
      padding: 60px 0; }
      .about__img {
        margin-top: 0; } }
  @media only screen and (max-width: 768px) {
    .about__img {
      padding-top: 40px; } }

.steps {
  padding: 110px 0;
  background-color: #F1F1F1;
  color: #0B0B0B; }
  .steps__items {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px;
    counter-reset: counter; }
  .steps__item {
    position: relative;
    width: calc(25% - 30px);
    margin: 0 15px;
    padding-right: 70px; }
  .steps__item:last-child .steps__item-num::after {
    display: none; }
  .steps__item-num {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    padding-right: 70px; }
    .steps__item-num::after {
      width: 60px;
      height: 10px;
      background: url("data:image/svg+xml,%3Csvg width='61' height='8' viewBox='0 0 61 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M60.3536 4.35355C60.5488 4.15829 60.5488 3.8417 60.3536 3.64644L57.1716 0.464461C56.9763 0.269199 56.6597 0.269199 56.4645 0.464461C56.2692 0.659723 56.2692 0.976306 56.4645 1.17157L59.2929 3.99999L56.4645 6.82842C56.2692 7.02368 56.2692 7.34027 56.4645 7.53553C56.6597 7.73079 56.9763 7.73079 57.1716 7.53553L60.3536 4.35355ZM4.37114e-08 4.5L60 4.49999L60 3.49999L-4.37114e-08 3.5L4.37114e-08 4.5Z' fill='%230B0B0B'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -5px;
      content: ""; }
    .steps__item-num::before {
      counter-increment: counter;
      content: "0" counter(counter); }
  @media only screen and (max-width: 992px) {
    .steps {
      padding: 60px 0; }
      .steps__item {
        padding-right: 20px; } }
  @media only screen and (max-width: 768px) {
    .steps__item {
      width: calc(50% - 30px);
      margin-top: 15px;
      margin-bottom: 15px; }
    .steps__item-num::after {
      display: none; } }
  @media only screen and (max-width: 575px) {
    .steps__item {
      width: calc(100% - 30px); } }

.tabs__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px; }
  .tabs__nav li {
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    color: #0B0B0B;
    margin: 0 30px; }
    .tabs__nav li::after {
      background-color: #0B0B0B;
      opacity: 0; }
    .tabs__nav li.state-active, .tabs__nav li:hover {
      color: #0B0B0B; }
      .tabs__nav li.state-active::after, .tabs__nav li:hover::after {
        opacity: 1; }

.tabs__content > div:nth-child(1) ~ div {
  display: none; }

@media only screen and (max-width: 992px) {
  .tabs__nav li {
    margin-left: 15px;
    margin-right: 15px; } }

@media only screen and (max-width: 768px) {
  .tabs__nav {
    margin-bottom: 20px; } }

.news-section {
  padding: 110px 0 180px;
  margin-bottom: 60px;
  color: #0B0B0B;
  position: relative;
  overflow: hidden; }
  .news-section__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 10; }
  .news-section .swiper-wrapper,
  .news-section .swiper-container {
    overflow: visible; }
  .news-section .swiper-nav-btn {
    border-color: #0B0B0B; }
    .news-section .swiper-nav-btn:hover {
      border-color: #FF49D9; }
  .news-section .swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.43867 4.74287L5.88236 7.785C6.08757 7.92559 6.29435 8 6.46621 8C6.79849 8 7.00403 7.73333 7.00403 7.28695L7.00403 0.712013C7.00403 0.266155 6.79875 -1.79464e-08 6.46725 -4.69267e-08C6.29512 -6.19745e-08 6.09165 0.0744714 5.88598 0.215449L1.44022 3.25752C1.15432 3.45347 0.995983 3.71717 0.995983 4.00036C0.995918 4.28335 1.15244 4.54698 1.43867 4.74287Z' fill='%230B0B0B'/%3E%3C/svg%3E%0A"); }
  .news-section .swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.56133 3.25713L2.11764 0.214996C1.91243 0.0744069 1.70565 0 1.53379 0C1.20151 0 0.995972 0.266673 0.995972 0.71305V7.28799C0.995972 7.73385 1.20125 8 1.53275 8C1.70488 8 1.90835 7.92553 2.11402 7.78455L6.55978 4.74248C6.84569 4.54652 7.00402 4.28283 7.00402 3.99964C7.00408 3.71665 6.84756 3.45302 6.56133 3.25713Z' fill='%230B0B0B'/%3E%3C/svg%3E%0A"); }
  @media only screen and (max-width: 992px) {
    .news-section {
      padding: 60px 0 100px; }
      .news-section__header {
        display: block;
        text-align: center;
        padding-bottom: 40px; } }

.news-wrap {
  position: relative; }
  .news-wrap__counter {
    position: absolute;
    left: 0;
    bottom: -30px;
    padding-bottom: 30px;
    top: 0;
    width: 300px;
    font-size: 70px;
    font-weight: 700;
    display: flex;
    align-items: center; }
    .news-wrap__counter::before {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 50vw;
      display: block;
      background-color: #fff;
      z-index: 20;
      content: ""; }
  .news-wrap__counter-inner {
    position: relative;
    z-index: 30; }
    .news-wrap__counter-inner::before {
      position: absolute;
      background: url(../images/carousel-line-black.svg) 100% 50% no-repeat;
      height: 70px;
      width: 70px;
      display: block;
      top: 45px;
      left: 50px;
      content: ""; }
    .news-wrap__counter-inner::after {
      display: block;
      left: 90px;
      top: 85px;
      position: absolute;
      font-size: 20px;
      line-height: 26px;
      font-weight: 400;
      content: attr(data-qty); }

.news .swiper-slide {
  width: 470px; }

.swiper-slide-next + .swiper-slide .news__item {
  opacity: .35; }

.news__item {
  position: relative;
  transition: all ease 1000ms; }
  .news__item::before {
    position: absolute;
    z-index: -1;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease 500ms;
    background-color: #FF49D9;
    content: ""; }

.news__item-img {
  line-height: 0;
  position: relative; }
  .news__item-img::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(360deg, #000000 -10%, rgba(0, 0, 0, 0) 62.67%);
    transition: all ease 1000ms;
    content: "";
    z-index: 1; }
  .news__item-img img {
    max-width: 100%;
    height: auto; }
  .news__item-img time {
    z-index: 10;
    position: absolute;
    display: block;
    left: 20px;
    bottom: 16px;
    color: #fff;
    font-size: 16px;
    line-height: 1; }

.news__item-caption {
  background-color: #F1F1F1;
  padding: 30px 25px; }

.swiper-slide-active .news__item::after {
  opacity: 1; }

.swiper-slide-active .news__item::before {
  left: -15px;
  bottom: -15px; }

.swiper-slide-active .news__item-caption {
  opacity: 1; }

@media only screen and (max-width: 1200px) {
  .news-wrap__counter {
    bottom: 0;
    left: -15px;
    width: 180px;
    padding: 0 30px;
    font-size: 50px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 30; }
    .news-wrap__counter::before {
      display: none; }
  .news-wrap__counter-inner::before {
    left: 37px; } }

@media only screen and (max-width: 880px) {
  .news-wrap__counter {
    display: none; }
  .news .swiper-slide {
    width: 50%; } }

@media only screen and (max-width: 575px) {
  .news .swiper-slide {
    width: calc(100% - 60px); }
  .news__item {
    margin-left: 30px; } }

.extra-offer {
  padding: 90px 0;
  background-color: #000; }
  .extra-offer__img img {
    max-width: 100%;
    height: auto; }
  @media only screen and (max-width: 1368px) {
    .extra-offer .title-2 span::after {
      display: none; } }
  @media only screen and (max-width: 992px) {
    .extra-offer {
      padding: 60px 0; }
      .extra-offer__img {
        margin-top: 0; } }
  @media only screen and (max-width: 768px) {
    .extra-offer__img {
      margin-bottom: 40px; } }

.countdown {
  display: flex;
  margin: 40px 0; }
  .countdown__item {
    text-align: center;
    font-weight: 600;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 5px;
    position: relative;
    padding: 0 20px; }
    .countdown__item::after {
      display: flex;
      content: ':';
      right: 0;
      top: 0;
      bottom: 0;
      margin: -28px -10px 0 0px;
      align-items: center;
      position: absolute; }
    .countdown__item:first-child {
      padding-left: 0; }
    .countdown__item:last-child::after {
      display: none; }
    .countdown__item span {
      letter-spacing: 0px;
      display: block;
      font-size: 14px;
      line-height: 21px; }
  @media only screen and (max-width: 768px) {
    .countdown__item {
      font-size: 40px; } }

.contact {
  padding: 120px 0 100px;
  color: #515151; }
  @media only screen and (max-width: 992px) {
    .contact {
      padding: 60px 0; } }

.object-features {
  background-color: #0B0B0B;
  padding: 120px 0 40px; }
  .object-features__inner {
    display: flex;
    justify-content: center; }
  .object-features__item {
    font-weight: 600;
    font-size: 80px;
    line-height: 1;
    color: #FFFFFF;
    margin-right: 220px;
    padding-right: 20px;
    text-shadow: -3px 3px 0 #FF49D9; }
    .object-features__item figcaption {
      left: 100%;
      margin-left: 10px;
      bottom: 8px;
      position: absolute;
      font-size: 20px;
      line-height: 1.23;
      font-weight: 700;
      text-shadow: none;
      min-width: 210px; }
    @media only screen and (min-width: 768px) {
      .object-features__item:last-child {
        margin-right: 100px; } }
  .object-features__item-inner {
    position: relative; }
  @media only screen and (max-width: 1200px) {
    .object-features__inner {
      padding-left: 100px; }
    .object-features__item {
      font-size: 60px; } }
  @media only screen and (max-width: 992px) {
    .object-features {
      padding-top: 100px;
      padding-bottom: 0; }
      .object-features__item {
        font-size: 46px;
        margin-right: 140px; }
        .object-features__item figcaption {
          font-size: 18px;
          bottom: 4px; } }
  @media only screen and (max-width: 768px) {
    .object-features__inner {
      padding: 0; }
    .object-features__item {
      margin: 0;
      padding: 0 15px;
      width: 33.3%;
      text-align: center; }
      .object-features__item figcaption {
        position: static;
        min-width: 0; } }
  @media only screen and (max-width: 475px) {
    .object-features {
      padding-top: 80px; }
      .object-features__inner {
        display: flex;
        flex-wrap: wrap; }
      .object-features__item {
        width: 50%;
        padding: 15px 0; } }

.object-caption {
  background-color: #0B0B0B;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 100px;
  margin-bottom: 100px; }
  .object-caption__map-wrap {
    min-height: 500px;
    position: relative; }
  .object-caption__map {
    width: 845px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0; }
    .object-caption__map .map {
      width: 100%;
      height: 100%; }
  @media only screen and (max-width: 1800px) {
    .object-caption__map-wrap {
      min-height: 400px; }
    .object-caption__map {
      width: 600px;
      height: 400px; } }
  @media only screen and (max-width: 1300px) {
    .object-caption {
      margin-bottom: 50px;
      padding-bottom: 120px; }
      .object-caption__map-wrap {
        min-height: 400px; }
      .object-caption__map {
        position: static;
        width: 100%;
        height: 400px; } }
  @media only screen and (max-width: 992px) {
    .object-caption {
      padding: 60px 0;
      margin-bottom: 0; } }
  @media only screen and (max-width: 768px) {
    .object-caption .title-2 {
      text-align: center; }
    .object-caption__caption {
      position: relative;
      text-align: center;
      padding-bottom: 40px; } }
  @media only screen and (max-width: 575px) {
    .object-caption {
      padding: 30px 0; }
      .object-caption__caption {
        text-align: left; } }

.object-details {
  padding: 110px 0 120px;
  color: #0B0B0B; }
  .object-details__info {
    background-color: #0B0B0B;
    padding: 55px 60px;
    color: #fff;
    display: flex;
    flex-wrap: wrap; }
  .object-details__info-item {
    width: 50%;
    padding-right: 30px;
    margin: 20px 0;
    font-weight: 700; }
  .object-details__info-caption {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1;
    font-weight: normal; }
  @media only screen and (max-width: 992px) {
    .object-details {
      padding: 60px 0; }
      .object-details__info {
        padding: 30px; } }
  @media only screen and (max-width: 768px) {
    .object-details__info {
      margin-bottom: 30px; } }

.object-layout {
  padding: 110px 0 180px;
  overflow: hidden;
  position: relative;
  background-color: #F1F1F1;
  color: #0B0B0B; }
  .object-layout__counter {
    width: 170px;
    margin: 90px 0 0;
    background: url("data:image/svg+xml,%3Csvg width='67' height='67' viewBox='0 0 67 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='66.3536' y1='0.353553' x2='0.353553' y2='66.3536' stroke='%230B0B0B'/%3E%3C/svg%3E%0A") 50% 90% no-repeat; }
  .object-layout__counter-current {
    font-size: 70px;
    font-weight: 700;
    line-height: 1; }
  .object-layout__counter-total {
    text-align: right;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    padding: 30px 50px 0 0; }
  .object-layout__nav {
    margin-bottom: 50px; }
  .object-layout__caption {
    position: relative;
    min-height: 100%; }
    .object-layout__caption > * {
      position: relative;
      z-index: 15; }
    .object-layout__caption::before {
      display: block;
      z-index: 10;
      background-color: #F1F1F1;
      position: absolute;
      top: 0;
      right: 0;
      width: 50vw;
      bottom: -40px;
      content: ''; }
  .object-layout__nav-list {
    display: flex;
    justify-content: center; }
  .object-layout__nav-item {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    margin: 0 20px;
    cursor: pointer;
    position: relative; }
    .object-layout__nav-item::before {
      display: block;
      position: absolute;
      bottom: 0;
      height: 14px;
      background-color: #FF49D9;
      left: -15px;
      right: -15px;
      opacity: 0;
      transition: all ease 500ms;
      content: ""; }
    .object-layout__nav-item:hover::before, .object-layout__nav-item.state-active::before {
      transition: all ease 250ms;
      opacity: 1; }
    .object-layout__nav-item.state-active {
      cursor: default; }
    .object-layout__nav-item span {
      display: inline-block;
      position: relative;
      z-index: 10; }
  @media only screen and (max-width: 1400px) {
    .object-layout__counter {
      margin-top: 30px; } }
  @media only screen and (max-width: 992px) {
    .object-layout {
      padding: 60px 0; }
      .object-layout__nav {
        margin-bottom: 20px; }
      .object-layout__nav-list {
        max-width: 100%;
        overflow: auto;
        padding-bottom: 20px;
        justify-content: flex-start;
        white-space: nowrap; } }
  @media only screen and (max-width: 768px) {
    .object-layout {
      padding-bottom: 120px; }
      .object-layout__caption {
        margin-bottom: 30px; }
        .object-layout__caption::before {
          display: none; }
      .object-layout__counter {
        position: absolute;
        right: 0;
        bottom: 30px;
        margin: 0; } }
  @media only screen and (max-width: 575px) {
    .object-layout__counter {
      display: none; } }

.object-carousel .owl-wrapper-outer {
  overflow: visible; }

.object-carousel__item {
  position: relative;
  line-height: 0;
  padding-right: 30px; }
  .object-carousel__item img {
    position: relative;
    z-index: 10;
    max-width: 100%;
    height: auto; }
  .object-carousel__item::before {
    opacity: 0;
    transition: all ease 800ms;
    display: block;
    position: absolute;
    background-color: #FF49D9;
    top: 0;
    left: 0;
    width: calc(100% - 15px);
    height: 100%;
    margin: 0;
    content: ""; }

.active .object-carousel__item::before {
  transition-delay: 1000ms;
  opacity: 1;
  margin: 15px 0 0px -15px; }

.object-carousel .owl-item {
  min-height: 435px;
  min-width: 740px;
  transition: all ease 500ms; }

.object-carousel .active + * {
  opacity: .35; }

.object-carousel .owl-buttons {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  padding: 80px 0 0 140px; }

.object-carousel .owl-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.43855 4.74287L5.88223 7.785C6.08745 7.92559 6.29422 8 6.46609 8C6.79836 8 7.00391 7.73333 7.00391 7.28695L7.00391 0.712013C7.00391 0.266155 6.79862 -1.79464e-08 6.46713 -4.69267e-08C6.295 -6.19745e-08 6.09153 0.0744714 5.88586 0.215449L1.4401 3.25752C1.15419 3.45347 0.99586 3.71717 0.99586 4.00036C0.995796 4.28335 1.15232 4.54698 1.43855 4.74287Z' fill='%230B0B0B'/%3E%3C/svg%3E%0A"); }

.object-carousel .owl-next {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.56145 3.25713L2.11777 0.214996C1.91255 0.0744069 1.70578 0 1.53391 0C1.20164 0 0.996094 0.266673 0.996094 0.71305V7.28799C0.996094 7.73385 1.20138 8 1.53287 8C1.705 8 1.90847 7.92553 2.11414 7.78455L6.5599 4.74248C6.84581 4.54652 7.00414 4.28283 7.00414 3.99964C7.0042 3.71665 6.84768 3.45302 6.56145 3.25713Z' fill='%230B0B0B'/%3E%3C/svg%3E%0A"); }

.object-carousel .owl-prev,
.object-carousel .owl-next {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  border-radius: 50%;
  border: 1px solid #0B0B0B;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all ease 500ms; }
  .object-carousel .owl-prev:hover,
  .object-carousel .owl-next:hover {
    transition: all ease 250ms;
    border-color: #FF49D9; }

@media only screen and (max-width: 1400px) {
  .object-carousel .owl-buttons {
    padding-top: 40px; }
  .object-carousel__item {
    width: 620px; }
  .object-carousel .owl-item {
    min-width: 0;
    min-height: 0; }
    .object-carousel .owl-item img {
      max-width: 620px;
      height: auto; } }

@media only screen and (max-width: 768px) {
  .object-carousel .owl-item img {
    width: 100%
  }
  .object-carousel .owl-buttons {
    justify-content: center;
    padding: 50px 0 0;
    text-align: center;
    right: 0; }
  .object-carousel__item {
    width: 100%;
    margin-left: 15px; } }

.object-services {
  background-color: #0B0B0B;
  color: #fff;
  padding: 120px 0; }
  .object-services__item {
    text-align: center;
    padding: 0 30px; }
  .object-services__item-icon {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px; }
  @media only screen and (max-width: 992px) {
    .object-services {
      padding: 60px 0; } }
  @media only screen and (max-width: 768px) {
    .object-services__item {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 575px) {
    .object-services__item {
      padding: 10px 20px; } }

.team {
  background-color: #0B0B0B;
  padding: 120px 0; }
  .team__inner {
    display: flex;
    flex-wrap: wrap; }
  .team__item {
    width: 25%;
    position: relative;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .team__item::before {
        background: -webkit-linear-gradient(360deg, #0B0B0B 0%, rgba(0, 0, 0, 0) 65.67%);
        background: -o-linear-gradient(360deg, #0B0B0B 0%, rgba(0, 0, 0, 0) 65.67%);
        background: linear-gradient(360deg, #0B0B0B 0%, rgba(0, 0, 0, 0) 65.67%);
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 10;
        content: ""; } }
  .team__item-img {
    transition: all ease 1000ms;
    height: 500px;
    background-size: cover;
    background-position: 50% 35%; }
    @media only screen and (min-width: 768px) {
      .team__item-img {
        -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(100%);
        filter: gray; } }
  @media only screen and (min-width: 768px) {
    .team__item:hover .team__item-img {
      filter: none;
      -webkit-filter: grayscale(0%);
      transition: all ease 500ms; } }
  .team__item-caption {
    transition: all ease 1000ms;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 30px 30px 40px;
    z-index: 20;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); }
  .team__item:hover .team__item-caption {
    transition: all ease 500ms;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  @media (min-width: 1200px) and (max-width: 1500px) {
    .team .title-3 {
      font-size: 20px; } }
  @media only screen and (max-width: 1200px) {
    .team__item {
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .team {
      padding-bottom: 0;
      padding-top: 40px; }
      .team .title-2 {
        margin-bottom: 30px; }
      .team__item {
        width: 100%; }
      .team__item-img {
        height: auto;
        padding-bottom: 100%; }
      .team__item-caption {
        padding-left: 15px;
        padding-right: 15px;
        position: static;
        height: auto;
        border-bottom: 10px solid #FF49D9; } }
  @media only screen and (max-width: 575px) {
    .team .title-3 {
      font-size: 22px; } }

.footer {
  background-color: #0B0B0B;
  padding: 60px 0 20px; }
  .footer__logo {
    margin: 0px 0 0; }
    .footer__logo a {
      display: block; }
    .footer__logo img {
      max-width: 75%;
      height: auto; }
  .footer__copy {
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    padding: 40px 0 0; }
  .footer__list {
    font-size: 18px;
    line-height: 1.23; }
    .footer__list dd {
      margin-bottom: 15px; }
    .footer__list dt {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 20px; }
    .footer__list a:hover {
      color: #FF49D9; }
  @media only screen and (max-width: 575px) {
    .footer__logo {
      height: 100px; }
      .footer__logo img {
        width: 200px; }
    .footer__list {
      margin-top: 20px; }
    .footer__copy {
      padding-top: 20px; } }

.banner__title{
  margin-bottom: 0;
  line-height: 1.2;
}


.header__langs {
  position: absolute;
  padding: 0 0 0 140px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

  .header__langs a{
    color: #000;
    display: inline-block;
    margin-right: 10px;
  }

  .header__langs a.active {
    border-bottom: 2px solid #000;
  }


  @media only screen and (max-width: 1400px) {
    .header__langs {
      padding-left: 80px;
    }
  }

  @media only screen and (max-width: 575px) {
    .header__langs {
      padding-left: 0;
      left: auto;
      right: 140px;
      font-size: 14px
    }

    .header__langs a{
      margin-right: 5px;
    }
  }

  .about--investment{
    position: relative;
  }

  .about--investment::after{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 1%, rgba(0,0,0,0.5) 28%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 1%,rgba(0,0,0,0.5) 28%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 1%,rgba(0,0,0,0.5) 28%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    display: block;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    z-index: 10;
    content: '';
  }

.about--investment .about__img {
  margin-top: 0;
  position: sticky;
  top: 150px;
}

.about--investment .title-2 span::after{
  display: none;
}

@media only screen and (max-width: 768px) {
  .about--investment .about__img {
    padding-top: 0;
    margin-bottom: 40px
  }

  .about--investment .about__text{
    padding-right: 0
  }

  .modal iframe {
    max-height: 350px;
  }

  .about + .about {
    padding-top: 0
  }

  .about--investment::after {
    display: none
  }
}

.content-editor a{
  color: #FF49D9;
  text-decoration: underline;
}

.content-editor a:hover {
  text-decoration: none;
}


@media only screen and (min-width: 1024px) {
  .object-caption__map-wrap{
    position: sticky;
    left: 0;
    top: 140px;
  }
}

.video-img {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}