

/* Start:/local/templates/vv/css/grid.css?176475065173107*/
/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  /* padding-right: 15px;
  padding-left: 15px; */
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    /* max-width: 540px; */
    max-width: unset;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    /* max-width: 720px; */
    max-width: unset;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    /* max-width: 960px; */
    max-width: unset;
  }
}

@media (min-width: 1248px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1248px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-right: -15px;
  margin-left: -15px; */
  margin-right: -8px;
  margin-left: -8px;
}

.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%;
  /* padding-right: 15px;
  padding-left: 15px; */
  padding-right: 8px;
  padding-left: 8px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -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;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -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;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -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;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -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;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -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;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -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;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/*# sourceMappingURL=bootstrap-grid.css.map */

/* End */


/* Start:/local/templates/vv/css/styles.css?1764926746109618*/
* {
  outline: none;
  box-sizing: border-box;
}

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

html {
  min-width: 360px;
}

body {
  min-width: 360px;
  margin: 0;
  padding: 0;
  font: 16px/19px Ysabeau Infant, sans-serif;
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #345737;
}

@media screen and (min-width: 1120px) {
  a:hover {
    text-decoration: none;
  }
}

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

strong {
  font-weight: bold;
  letter-spacing: 0.4px;
}

h2 {
	font-family: "Montserrat Alternates", sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.2px;
  margin: 64px 0 32px 0;
  padding: 0;
}

h2.main-title {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0;
}

p {
  margin: 30px 0;
  padding: 0;
}

ul {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

ul li {
  margin: 16px 0;
  padding: 0 0 0 32px;
  position: relative;
}

ul.mini li {
  margin: 0;
}

ul li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #345737;
  position: absolute;
  left: 0;
  top: 11px;
}

@media screen and (max-width: 1119px) {
  h2.main-title {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.2px;
  }
}

.btn {
  display: block;
  width: 100%;
  height: 66px;
  border: 2px solid #345737;
  text-decoration: none;
  color: #345737;
  font: bold 18px/62px Roboto, sans-serif;
  letter-spacing: 0.4px;
  text-align: center;
  transition: all 0.15s;
  position: relative;
  -webkit-appearance: none;
  cursor: pointer;
  text-transform: uppercase;
}

.btn:hover {
  background: #345737;
  color: #fff;
}

.btn sup {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  margin: 6px 0 0 8px;
  position: absolute;
}

.btn-2 {
  display: block;
  width: 100%;
  height: 66px;
  text-decoration: none;
  background: #345737;
  color: #fff;
  border: none;
  font: bold 18px/66px Roboto, sans-serif;
  letter-spacing: 0.4px;
  text-align: center;
  transition: all 0.15s;
  position: relative;
  -webkit-appearance: none;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-2:hover {
  background: #C2B370;
  color: #fff;
}

form {
  margin: 30px 0;
  padding: 0;
}

.form-input input,
.form-input textarea {
  position: relative;
  border: 1px solid #f6f6f4;
  font: 16px/28px Roboto, sans-serif;
  color: #333;
  vertical-align: top;
  margin: 0;
  padding: 17px 31px;
  width: 100%;
  height: 64px;
  box-sizing: border-box;
  outline: none;
  border-radius: 0;
  background: #f6f6f4;
  -webkit-appearance: none;
}

.form-input textarea {
  height: 192px;
  resize: none;
  overflow: auto;
}

.form-input input::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(51, 51, 51, 0.59);
}

.form-input input::-moz-placeholder {
  opacity: 1;
  color: rgba(51, 51, 51, 0.59);
}

.form-input input:-ms-input-placeholder {
  opacity: 1;
  color: rgba(51, 51, 51, 0.59);
}

.form-input textarea::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(51, 51, 51, 0.59);
}

.form-input textarea::-moz-placeholder {
  opacity: 1;
  color: rgba(51, 51, 51, 0.59);
}

.form-input textarea:-ms-input-placeholder {
  opacity: 1;
  color: rgba(51, 51, 51, 0.59);
}

.form-input input.error,
.form-input textarea.error {
  border-color: #f00;
}

.form-input input:focus,
.form-input textarea:focus {
  border-color: #d8d8d8;
}

.form-input label.error {
  display: none !important;
}

::-ms-clear {
  display: none;
}

.form-select select {
  position: relative;
  border: 1px solid #f6f6f4;
  font: 16px/28px Roboto, sans-serif;
  color: #333;
  vertical-align: top;
  margin: 0;
  padding: 17px 31px;
  width: 100%;
  height: 64px;
  box-sizing: border-box;
  outline: none;
  border-radius: 0;
  background: #f6f6f4;
  -webkit-appearance: none;
}

.form-select label.error {
  display: none !important;
}

.form-file {
  margin: 6px 0;
}

.form-file::after {
  content: '';
  display: block;
  clear: both;
}

.form-file-input {
  float: left;
  display: none;
  width: 256px;
  height: 64px;
  font-weight: bold;
  background: url(/local/templates/vv/css/../images/blank.gif);
  text-align: left;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  line-height: 60px;
  letter-spacing: 0.4px;
  cursor: pointer;
  color: #345737;
  border: 2px solid #345737;
  border-radius: 0;
  text-align: center;
  transition: color 0.15s, background 0.15s;
  text-transform: uppercase;
}

.form-file:last-child .form-file-input {
  display: block;
}

.form-file:nth-child(2) .form-file-input {
  margin: -34px 0 0 0;
}

.form-file:nth-child(3) .form-file-input {
  margin: -70px 0 0 0;
}

.form-file:nth-child(4) .form-file-input {
  margin: -102px 0 0 0;
}

.form-file:nth-child(5) .form-file-input {
  margin: -134px 0 0 0;
}

.form-file:nth-child(6) .form-file-input {
  margin: -166px 0 0 0;
}

.form-file:nth-child(7) .form-file-input {
  margin: -198px 0 0 0;
}

.form-file:nth-child(8) .form-file-input {
  margin: -230px 0 0 0;
}

.form-file:nth-child(9) .form-file-input {
  margin: -232px 0 0 0;
}

.form-file-input:hover {
  background: #345737;
  color: #fff;
}

.form-file-input svg {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 18px 0 0;
  transition: all 0.15s;
}

.form-file-input path {
  fill: #345737;
}

.form-file-input:hover path {
  fill: #fff;
}

.form-file-input input {
  height: 200px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
  font-size: 200px;
  background: url(/local/templates/vv/css/../images/blank.gif);
  -webkit-appearance: none;
}

.form-file-input label.error {
  display: none !important;
}

.form-file-name {
  margin: 0 0 0 285px;
  color: rgba(51, 51, 51, 0.59);
  font-size: 16px;
  line-height: 28px;
  position: relative;
}

.form-file-name-text {
  padding: 0 0 0 29px;
}

.form-file-name-text:empty + .form-file-name-remove {
  display: none;
}

.form-file-name-remove {
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background: url(/local/templates/vv/css/../images/form-file-name-remove.svg) no-repeat;
  background-size: 100%;
  cursor: pointer;
}

@media screen and (max-width: 1119px) {
  .form-file-input {
    float: none;
    width: 100%;
  }

  .form-file-name {
    margin: 0;
  }

  .form-file:nth-child(2) .form-file-input {
    margin: 0;
  }

  .form-file:nth-child(3) .form-file-input {
    margin: 0;
  }

  .form-file:nth-child(4) .form-file-input {
    margin: 0;
  }

  .form-file:nth-child(5) .form-file-input {
    margin: 0;
  }

  .form-file:nth-child(6) .form-file-input {
    margin: 0;
  }

  .form-file:nth-child(7) .form-file-input {
    margin: 0;
  }

  .form-file:nth-child(8) .form-file-input {
    margin: 0;
  }

  .form-file:nth-child(9) .form-file-input {
    margin: 0;
  }
}

.container {
  max-width: 1320px;
  margin: 0 auto;
}

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

@media screen and (max-width: 1119px) {
  .container {
    padding: 0 16px;
  }
}

.container .container {
  padding: 0;
}

.wrapper {
  width: 100%;
  min-width: 360px;
  position: relative;
  overflow: hidden;
  padding: 98px 0 0 0;
}

@media screen and (max-width: 1119px) {
  .wrapper {
    padding: 114px 0 0 0;
  }
}

/* header {
  height: 104px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 99;
  transition: transform 0.3s ease-in-out;
} */
@media screen and (max-width: 1119px) {
  header {
    position: fixed;
  }

  header.header-up {
    transform: translateY(-269px);
  }
}

header::after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (max-width: 1119px) {
  header {
    height: 114px;
    background: #345737;
    transition: all 0.15s;
  }

  .mobile-menu-open header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
  }
}

.header-menu-left {
  float: left;
  width: 50%;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.header-menu-left ul {
  float: right;
  margin: 0 193px 0 0;
  padding: 0;
  list-style: none;
}

.header-menu-left ul li {
  float: left;
  margin: 0 0 0 64px;
  padding: 0;
}

.header-menu-left ul li:first-child {
  margin: 0;
}

.header-menu-left ul li::before {
  display: none;
}

.header-menu-left ul li a {
  float: left;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  padding: 44px 0 38px 0;
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .header-menu-left ul li a:hover {
    color: #345737;
  }
}

.header-menu-left ul li .header-menu-add-link {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: -4px 0 0 11px;
  padding: 0;
  border: 1px solid #345737;
  border-radius: 50%;
  position: relative;
  background: #345737;
  transition: all 0.15s;
}

.header-menu-left ul li .header-menu-add-link svg {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.2s ease-in-out;
}

.header-menu-left ul li .header-menu-add-link rect {
  fill: #fff;
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .header-menu-left ul li a:hover .header-menu-add-link svg {
    transform: translate(-50%, -50%) rotate(225deg);
  }
}

@media screen and (max-width: 1800px) {
  .header-menu-left {
    font-size: 14px;
    letter-spacing: 0.53px;
  }

  .header-menu-left ul {
    margin: 0 136px 0 0;
  }

  .header-menu-left ul li {
    margin: 0 0 0 36px;
  }

  .header-menu-left ul li:first-child {
    margin: 0;
  }
}

@media screen and (max-width: 1300px) {
  .header-menu-left ul {
    margin: 0 120px 0 0;
  }

  .header-menu-left ul li {
    margin: 0 0 0 20px;
  }

  .header-menu-left ul li:first-child {
    margin: 0;
  }
}

@media screen and (max-width: 1200px) {
  .header-menu-left ul {
    margin: 0 110px 0 0;
  }

  .header-menu-left ul li {
    margin: 0 0 0 10px;
  }

  .header-menu-left ul li:first-child {
    margin: 0;
  }
}

@media screen and (max-width: 1119px) {
  .header-menu-left {
    display: none;
  }
}

@media screen and (min-width: 1120px) {
  .add-menu-open .header-menu-left ul li .header-menu-add-link {
    background: transparent;
  }

  .add-menu-open .header-menu-left ul li .header-menu-add-link svg {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .add-menu-open .header-menu-left ul li a:hover .header-menu-add-link svg {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  .add-menu-open .header-menu-left ul li .header-menu-add-link rect {
    fill: #345737;
  }
}

.header-menu-right {
  float: left;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.header-menu-right ul {
  float: left;
  margin: 0 0 0 193px;
  padding: 0;
  list-style: none;
}

.header-menu-right ul li {
  float: left;
  margin: 0 0 0 64px;
  padding: 0;
}

.header-menu-right ul li:first-child {
  margin: 0;
}

.header-menu-right ul li::before {
  display: none;
}

.header-menu-right ul li a {
  float: left;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  padding: 44px 0 38px 0;
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .header-menu-right ul li a:hover {
    color: #345737;
  }
}

@media screen and (max-width: 1800px) {
  .header-menu-right {
    font-size: 14px;
    letter-spacing: 0.53px;
  }

  .header-menu-right ul {
    margin: 0 0 0 136px;
  }

  .header-menu-right ul li {
    margin: 0 0 0 36px;
  }

  .header-menu-right ul li:first-child {
    margin: 0;
  }
}

@media screen and (max-width: 1300px) {
  .header-menu-right ul {
    margin: 0 0 0 120px;
  }

  .header-menu-right ul li {
    margin: 0 0 0 20px;
  }

  .header-menu-right ul li:first-child {
    margin: 0;
  }
}

@media screen and (max-width: 1200px) {
  .header-menu-right ul {
    margin: 0 0 0 110px;
  }

  .header-menu-right ul li {
    margin: 0 0 0 10px;
  }

  .header-menu-right ul li:first-child {
    margin: 0;
  }
}

@media screen and (max-width: 1119px) {
  .header-menu-right {
    display: none;
  }
}

.header-phone {
  float: left;
  margin: 29px 0 0 72px;
  text-align: center;
}

.header-phone-number {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.87);
}

.header-phone-number a {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .header-phone-number a:hover {
    color: #345737;
  }
}

.header-phone-callback {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.39px;
  margin: 8px 0 0 0;
}

.header-phone-callback::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -2px 15px 0 0;
  width: 17px;
  height: 17px;
  background: url(/local/templates/vv/css/../images/header-callback.svg) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1800px) {
  .header-phone {
    margin: 32px 0 0 30px;
  }

  .header-phone-number {
    font-size: 18px;
    line-height: 21px;
  }

  .header-phone-callback::before {
    margin: -2px 10px 0 0;
  }
}

@media screen and (max-width: 1300px) {
  .header-phone {
    margin: 32px 0 0 20px;
  }
}

@media screen and (max-width: 1200px) {
  .header-phone {
    margin: 32px 0 0 10px;
  }
}

@media screen and (max-width: 1119px) {
  .header-phone {
    display: none;
  }

  .mobile-menu-open .header-phone {
    display: block;
    float: none;
    margin: 0;
    text-align: left;
    position: absolute;
    left: 91px;
    top: 71px;
  }

  .mobile-menu-open .header-phone-number {
    font-size: 18px;
    line-height: 21px;
    color: #337e3f;
  }

  .mobile-menu-open .header-phone-number a {
    color: #337e3f;
  }

  .mobile-menu-open .header-phone-number a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 15px 0 0;
    width: 18px;
    height: 18px;
    background: url(/local/templates/vv/css/../images/header-phone-number.svg) no-repeat;
    background-size: 100%;
  }

  .mobile-menu-open .header-phone-callback {
    display: none;
  }
}

.header-center {
  display: block;
  position: absolute;
  left: 50%;
  top: 13px;
  width: 277px;
  height: 256px;
  padding: 24px 0 0 0;
  background: #345737;
  transform: translateX(-50%);
  text-decoration: none;
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  a.header-center:hover {
    background-image: radial-gradient(circle at 50% 50%, #329d48, #1c5621);
  }
}

@media screen and (max-width: 1800px) {
  .header-center {
    width: 200px;
    height: 185px;
    padding: 17px 0 0 0;
  }
}

@media screen and (max-width: 1119px) {
  .header-center {
    left: 16px;
    top: 13px;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    transform: none;
  }
}

.logo {
  width: 75px;
  height: 78px;
  background: url(/local/templates/vv/css/../images/logo.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  position: relative;
}

.logo::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/local/templates/vv/css/../images/logo-color.png) no-repeat;
  background-size: 100%;
  opacity: 0;
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  a.header-center:hover .logo::after {
    opacity: 1;
  }
}

.title {
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  padding: 12px 0 0 0;
}

.subtitle {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.76);
  padding: 14px 0 0 0;
}

@media screen and (max-width: 1800px) {
  .logo {
    width: 54px;
    height: 56px;
  }

  .title {
    font-size: 17px;
    line-height: 21px;
    padding: 10px 0 0 0;
  }

  .subtitle {
    font-size: 10px;
    line-height: 12px;
    padding: 9px 0 0 0;
  }
}

@media screen and (max-width: 1119px) {
  .logo {
    float: left;
    width: 58px;
    height: 60px;
    background: url(/local/templates/vv/css/../images/logo-mobile.png);
    margin: 0;
  }

  .logo::after {
    background: url(/local/templates/vv/css/../images/logo-color-mobile.png);
  }

  .mobile-menu-open .logo::after {
    opacity: 1;
  }

  .title {
    text-align: left;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.2px;
    margin: 0 0 0 75px;
    padding: 2px 0 0 0;
    transition: all 0.15s;
  }

  .mobile-menu-open .title {
    color: #000;
  }

  .subtitle {
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1px;
    margin: 0 0 0 75px;
    padding: 6px 0 0 0;
  }

  .mobile-menu-open .subtitle {
    display: none;
  }
}

@media screen and (min-width: 1120px) {
  .add-menu-open .logo::after {
    opacity: 1;
  }

  .add-menu-open .header-center {
    background: none;
    padding: 0;
  }

  .add-menu-open a.header-center:hover {
    background: none;
  }

  .add-menu-open .title {
    display: none;
  }

  .add-menu-open .subtitle {
    display: none;
  }
}

.header-mobile-link {
  display: none;
}

@media screen and (max-width: 1119px) {
  .mobile-menu-open body {
    height: 100%;
    overflow: hidden;
  }

  .header-mobile-link {
    display: block;
    position: absolute;
    right: 16px;
    top: 20px;
    width: 32px;
    height: 20px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    text-decoration: none;
    transition: all 0.15s;
  }

  .mobile-menu-open .header-mobile-link {
    border-color: transparent;
  }

  .header-mobile-link::before,
  .header-mobile-link::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    right: 0;
    height: 4px;
    background: #fff;
    transition: all 0.15s;
  }

  .mobile-menu-open .header-mobile-link::before {
    transform: rotate(45deg);
    background: #333;
  }

  .mobile-menu-open .header-mobile-link::after {
    transform: rotate(-45deg);
    background: #333;
  }

  .header-mobile-link span {
    display: block;
    position: absolute;
    left: 0;
    bottom: -19px;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 10px;
    line-height: 11px;
    text-transform: uppercase;
    letter-spacing: 1.18px;
  }

  .mobile-menu-open .header-mobile-link span {
    display: none;
  }
}

.add-menu {
  display: none;
}

@media screen and (min-width: 1120px) {
  .add-menu-open .add-menu {
    display: block;
    position: absolute;
    left: 32px;
    top: 100%;
    right: 32px;
    background: #337e3f;
    height: 736px;
  }

  .add-menu ul {
    margin: 0 0 0 106px;
    padding: 87px 0 0 0;
    list-style: none;
    width: 519px;
  }

  .add-menu ul li {
    margin: 32px 0;
    padding: 0;
    position: static;
  }

  .add-menu ul li::before {
    display: none;
  }

  .add-menu ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    padding: 0 0 0 47px;
  }

  .add-menu ul li a:hover {
    text-decoration: underline;
  }

  .add-menu ul li ul {
    margin: 32px 0 48px 0;
    padding: 0;
  }

  .add-menu ul li ul li {
    margin: 24px 0;
  }

  .add-menu ul li ul li a {
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 0 72px;
    position: relative;
  }

  .add-menu ul li ul li.with-submenu:hover a {
    background: #3f894b;
  }

  .add-menu ul li ul li.with-submenu:hover a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -15px;
    right: 0;
    bottom: -17px;
    border-top: 15px solid #3f894b;
    border-bottom: 17px solid #3f894b;
  }

  .add-menu ul li ul li ul {
    display: none;
  }

  .add-menu ul li ul li:hover ul {
    display: block;
    position: absolute;
    left: 625px;
    top: 0;
    bottom: 0;
    background: #3f894b;
    margin: 0;
    padding: 116px 0 0 43px;
    width: 383px;
  }

  .add-menu ul li ul li:hover ul li {
    margin: 18px 0;
    padding: 0;
  }

  .add-menu ul li ul li:hover ul li a {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    padding: 0 0 0 15px;
  }

  .add-menu ul li ul li.with-submenu:hover ul li a {
    background: none;
  }

  .add-menu ul li ul li.with-submenu:hover ul li a::before {
    display: none;
  }

  .add-menu ul li ul li:hover ul li.with-submenu a::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 8px;
    background: url(/local/templates/vv/css/../images/add-menu-sub.svg) no-repeat;
    background-size: 100% 100%;
    margin: 0 0 0 14px;
  }

  .add-menu ul li ul li:hover ul li a:hover {
    text-decoration: underline;
  }

  .add-menu ul li ul li.with-submenu:hover ul li.with-submenu:hover a {
    background: #50975c;
  }

  .add-menu ul li ul li.with-submenu:hover ul li.with-submenu:hover a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    right: 0;
    bottom: -14px;
    border-top: 10px solid #50975c;
    border-bottom: 14px solid #50975c;
  }

  .add-menu ul li ul li:hover ul li ul {
    display: none;
  }

  .add-menu ul li ul li:hover ul li:hover ul {
    display: block;
    position: absolute;
    left: 383px;
    top: 0;
    bottom: 0;
    background: #50975c;
    margin: 0;
    padding: 116px 0 0 56px;
  }

  .add-menu ul li ul li:hover ul li:hover ul li a {
    padding: 0;
  }

  .add-menu ul li ul li:hover ul li.with-submenu ul li a::after {
    display: none;
  }

  .add-menu-close {
    display: block;
    position: absolute;
    right: 26px;
    top: 20px;
    width: 24px;
    height: 24px;
  }

  .add-menu-close::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    right: 0;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    transform: rotate(45deg);
  }

  .add-menu-close::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    right: 0;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 1680px) {
  .add-menu-open .add-menu {
    height: 556px;
  }

  .add-menu ul {
    margin: 0;
    padding: 7px 0 0 0;
  }

  .add-menu ul li ul {
    margin: 32px 0 48px 0;
    padding: 0;
  }

  .add-menu ul li ul li:hover ul {
    left: 519px;
    margin: 0;
    padding: 36px 0 0 43px;
  }

  .add-menu ul li ul li:hover ul li:hover ul {
    left: 383px;
    padding: 36px 0 0 56px;
  }
}

@media screen and (max-width: 1366px) {
  .add-menu ul {
    width: 375px;
  }

  .add-menu ul li a {
    font-size: 24px;
    line-height: 28px;
  }

  .add-menu ul li ul li a {
    font-size: 18px;
    line-height: 24px;
  }

  .add-menu ul li ul li:hover ul {
    left: 375px;
    width: 300px;
  }

  .add-menu ul li ul li:hover ul li:hover ul {
    left: 300px;
  }
}

.mobile-menu {
  display: none;
}

@media screen and (max-width: 1119px) {
  .mobile-menu {
    display: none;
    position: fixed;
    left: 0;
    top: 114px;
    right: 0;
    bottom: 0;
    overflow: auto;
    z-index: 20;
    background: #337e3f;
  }

  .mobile-menu-open .mobile-menu {
    display: block;
  }

  .mobile-menu-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 500;
    font-size: 36px;
    line-height: 79px;
  }

  .mobile-menu-content ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .mobile-menu-content ul li::before {
    display: none;
  }

  .mobile-menu-content ul li a {
    display: block;
    padding: 0 16px;
    color: #fff;
    text-decoration: none;
  }

  .mobile-menu-content ul li a span {
    font-size: 18px;
    opacity: 0.6;
    font-weight: normal;
  }

  .mobile-menu-content ul li ul {
    font-size: 24px;
    line-height: 30px;
    padding: 7px 0 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }

  .mobile-menu-content ul li ul li {
    border-bottom: none;
    margin: 32px 0;
  }

  .mobile-menu-content ul li ul li ul {
    font-size: 18px;
    font-weight: normal;
    border-top: none;
    padding: 0;
    margin: 0 0 40px 0;
  }

  .mobile-menu-content ul li ul li ul li {
    margin: 24px 0;
  }

  .mobile-menu-content ul li ul li ul li a {
    padding: 0 32px;
  }

  .mobile-menu-feedback {
    margin: 56px 16px 0 16px;
  }

  .mobile-menu-feedback-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #fff;
  }

  .mobile-menu-feedback-menu {
    margin: 16px 0 0 0;
  }

  .mobile-menu-feedback-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-menu-feedback-menu ul li {
    margin: 2px 0;
    padding: 0 0 0 24px;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
  }

  .mobile-menu-feedback-menu ul li::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.67);
  }

  .mobile-menu-feedback-phone {
    margin: 27px auto 0 auto;
    width: 290px;
  }

  .mobile-menu-feedback-phone a {
    display: block;
    height: 56px;
    border: 2px solid #fff;
    text-align: center;
    font-weight: bold;
    line-height: 52px;
    color: #fff;
    text-decoration: none;
  }

  .mobile-menu-feedback-phone a svg {
    display: inline-block;
    vertical-align: middle;
    margin: 0 18px 0 0;
  }

  .mobile-menu-feedback-phone a path {
    fill: #fff;
  }

  .mobile-menu-feedback-book {
    margin: 16px auto 0 auto;
    width: 290px;
  }

  .mobile-menu-feedback-book a {
    display: block;
    height: 56px;
    background: #fff;
    border: 2px solid #fff;
    text-align: center;
    font-weight: bold;
    line-height: 52px;
    letter-spacing: 0.4px;
    color: #337e3f;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-menu-contacts {
    padding: 48px 16px 57px 16px;
  }

  .mobile-menu-contacts-address {
    padding: 0 0 0 39px;
    background: url(/local/templates/vv/css/../images/footer-contacts-address.svg) no-repeat left 3px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.53px;
    color: rgba(255, 255, 255, 0.52);
  }

  .mobile-menu-contacts-address-link {
    margin: 2px 0 0 0;
    font-weight: 500;
  }

  .mobile-menu-contacts-address-link a {
    color: #fff;
  }

  .mobile-menu-contacts-email {
    margin: 14px 0 0 0;
    padding: 0 0 0 39px;
    background: url(/local/templates/vv/css/../images/footer-contacts-email.svg) no-repeat left 6px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.53px;
    color: rgba(255, 255, 255, 0.52);
  }

  .mobile-menu-contacts-email a {
    color: rgba(255, 255, 255, 0.52);
    text-decoration: none;
  }

  .mobile-menu-contacts-phones {
    margin: 16px 0 0 0;
    padding: 0 0 0 39px;
    background: url(/local/templates/vv/css/../images/footer-contacts-phones.svg) no-repeat left 3px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.53px;
    color: rgba(255, 255, 255, 0.52);
  }

  .mobile-menu-contacts-phones a {
    color: rgba(255, 255, 255, 0.52);
    text-decoration: none;
  }
}

.content-top {
  height: 432px;
  /*margin:0 32px;*/
  padding: 165px 0 0 0;
  background: no-repeat center;
  background-size: cover;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}

.content-top::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom,
      #000000,
      rgba(0, 0, 0, 0.02) 23%,
      rgba(0, 0, 0, 0.08) 45%,
      rgba(0, 0, 0, 0.17) 77%,
      rgba(0, 0, 0, 0.29));
}

.breadcrumbs {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding: 36px 0 0 0;
  position: relative;
}

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

@media screen and (min-width: 1120px) {
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
}

.content-top h1 {
  font-weight: bold;
  font-size: 64px;
  line-height: 72px;
  margin: 0;
  padding: 39px 0 0 0;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 1.78px;
  position: relative;
}

.content-top .breadcrumbs + h1 {
  padding: 5px 0 0 0;
}

@media screen and (max-width: 1119px) {
  .breadcrumbs {
    padding: 30px 0 0 0;
  }

  .content-top {
    height: 296px;
    margin: 0;
    padding: 0;
  }

  .content-top h1 {
    position: absolute;
    left: 16px;
    top: 95px;
    right: 16px;
    font-size: 36px;
    line-height: 42px;
    padding: 0;
    color: #fff;
    letter-spacing: 1.35px;
  }

  .content-top .breadcrumbs + h1 {
    padding: 0;
  }
}

.content-menu {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
}

.content-menu ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.content-menu ul li {
  display: table-cell;
  vertical-align: middle;
  height: 87px;
  margin: 0;
  padding: 0 32px;
  position: relative;
}

.content-menu ul li::before {
  display: none;
}

.content-menu ul li.active::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #345737;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -4px;
  margin-left: -4px;
}

.content-menu.main-section ul li.active::after {
  display: none;
}

.content-menu ul li a {
  display: table-cell;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  height: 87px;
  vertical-align: middle;
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .content-menu ul li a:hover {
    color: rgba(0, 0, 0, 0.87);
  }
}

.content-menu ul li.active a {
  color: rgba(0, 0, 0, 0.87);
}

.content-menu.main-section ul li.active a {
  color: #345737;
}

@media screen and (max-width: 1119px) {
  .content-menu {
    margin: 0 -16px;
    padding: 0 16px;
  }

  .content-menu br {
    display: none;
  }

  .content-menu ul {
    display: block;
    padding: 8px 0;
  }

  .content-menu ul li {
    display: block;
    height: auto;
    padding: 0;
    margin: 24px 0;
  }

  .content-menu ul li.active::after {
    display: none;
  }

  .content-menu ul li a {
    display: inline;
    height: auto;
    position: relative;
  }

  .content-menu ul li.active a::before {
    content: '';
    display: block;
    position: absolute;
    left: -24px;
    top: 6px;
    width: 8px;
    height: 8px;
    background: #345737;
    border-radius: 50%;
  }

  .content-menu.main-section ul li.active a::before {
    display: none;
  }
}

.content-menu-inner {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.6px;
  border-bottom: 1px solid #d8d8d8;
}

.content-menu-inner::after {
  content: '';
  display: block;
  clear: both;
}

.content-menu-back {
  float: left;
  text-transform: uppercase;
}

.content-menu-back a {
  float: left;
  padding: 33px 0 32px 34px;
  position: relative;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .content-menu-back a:hover {
    color: rgba(0, 0, 0, 0.87);
  }
}

.content-menu-back a svg {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .content-menu-back a::before {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -1px;
    background: #000;
    border-radius: 2px;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.15s;
  }

  .content-menu-back a:hover::before {
    opacity: 1;
    transform: none;
  }

  .content-menu-back a:hover svg {
    transform: translateY(-50%) translateX(-10px);
  }
}

.content-menu-back a path {
  fill: #000;
}

.content-menu-next {
  float: right;
  margin: 0 0 0 54px;
}

.content-menu-next a {
  float: left;
  padding: 33px 0 32px 0;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .content-menu-next a:hover {
    color: rgba(0, 0, 0, 0.87);
  }
}

.content-menu-current {
  float: right;
  margin: 0 0 0 54px;
  text-transform: uppercase;
  padding: 33px 0 32px 0;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
}

.content-menu-current::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #345737;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -4px;
  margin-left: -4px;
}

.content-menu-prev {
  float: right;
}

.content-menu-prev a {
  float: left;
  padding: 33px 0 32px 0;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .content-menu-prev a:hover {
    color: rgba(0, 0, 0, 0.87);
  }
}

@media screen and (max-width: 1119px) {
  .content-menu-next {
    display: none;
  }

  .content-menu-current {
    display: none;
  }

  .content-menu-prev {
    display: none;
  }
}

.content-submenu {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.6px;
  text-align: center;
  background: #f6f6f4;
  border-radius: 0 0 4px 4px;
}

.content-submenu ul {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-submenu ul li {
  float: left;
  margin: 0 0 0 81px;
  padding: 0;
  position: relative;
}

.content-submenu ul li:first-child {
  margin: 0;
}

.content-submenu ul li::before {
  display: none;
}

.content-submenu ul li::after {
  content: '';
  display: block;
  position: absolute;
  left: -41px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: #d8d8d8;
}

.content-submenu ul li:first-child::after {
  display: none;
}

.content-submenu ul li a {
  float: left;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  padding: 17px 0;
  transition: 0.15s;
}

@media screen and (min-width: 1120px) {
  .content-submenu ul li a:hover {
    color: #345737;
  }
}

.content-submenu ul li.active a {
  color: #345737;
}

@media screen and (max-width: 1119px) {
  .content-submenu {
    margin: 0 -16px 0 -16px;
    padding: 8px 16px 12px 16px;
  }

  .content-submenu ul {
    display: block;
  }

  .content-submenu ul li {
    float: none;
    margin: 16px 0;
  }

  .content-submenu ul li:first-child {
    margin: 16px 0;
  }

  .content-submenu ul li::after {
    display: none;
  }

  .content-submenu ul li a {
    float: none;
    padding: 0;
  }
}

.services {
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  margin: 0 -16px 112px -16px;
}

.services-item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 40px 16px 0 16px;
}

.services-item-inner {
  display: block;
  text-decoration: none;
  background: #f6f6f4;
  border-radius: 4px;
}

.services-item-photo {
  position: relative;
  height: 224px;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.services-item-photo-inner img {
  display: block;
  width: 100%;
  border-radius: 4px 4px 0 0;
  transition: all 0.15s ease-in-out;
}

@media screen and (min-width: 1120px) {
  .services-item-inner:hover .services-item-photo-inner img {
    transform: scale(1.04);
  }
}

.services-item-photo-shadow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom,
      #000000,
      rgba(0, 0, 0, 0.06) 23%,
      rgba(0, 0, 0, 0.24) 45%,
      rgba(0, 0, 0, 0.51) 77%,
      rgba(0, 0, 0, 0.87));
  border-radius: 4px 4px 0 0;
}

.services-item-title {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 16px;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.9px;
  color: #fff;
  text-transform: uppercase;
}

.services-item-hint {
  position: absolute;
  left: 0;
  top: 16px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: rgba(255, 255, 255, 0.99);
  text-transform: uppercase;
  padding: 0 32px;
  background: #345737;
}

.services-item-text {
  margin: 24px 32px 0 32px;
  height: 192px;
  position: relative;
  overflow: hidden;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.services-item-btn {
  padding: 16px 32px 32px 32px;
}

.services-item-btn span {
  display: block;
  width: 200px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.4px;
  color: #345737;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .services-item-inner:hover .services-item-btn span {
    background: #345737;
    color: #fff;
  }
}

@media screen and (max-width: 1119px) {
  .services {
    margin: 40px -12px 80px -12px;
  }

  .services-item {
    display: block;
    width: auto;
    max-width: 352px;
    margin: 24px auto;
    padding: 0;
  }
}

.text {
  max-width: 736px;
  margin: 56px auto 112px auto;
}

.doc-link {
  text-decoration: none;
  border-bottom: 1px dashed #345737;
}

@media screen and (min-width: 1120px) {
  .doc-link:hover {
    border-bottom-color: transparent;
  }
}

.doc-link-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 20px 0 0;
  height: 14px;
  background: #345737;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.14px;
  padding: 0 6px 0 4px;
}

.doc-link-icon::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 14px solid #fff;
  border-left: 4px solid transparent;
}

.contacts-list {
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  margin: 10px -16px 48px -16px;
}

.contacts-list-item-size {
  width: 33.33%;
}

.contacts-list-item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 30px 16px 0 16px;
}

.contacts-list-item-inner {
  background: #f6f6f4;
  padding: 40px 32px 54px 32px;
}

.contacts-list-item-main .contacts-list-item-inner {
  min-height: 252px;
}

.contacts-list-item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0;
}

.contacts-list-item-name {
  font-size: 18px;
  line-height: 24px;
  padding: 16px 0 0 0;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0;
}

.contacts-list-item-name + .contacts-list-item-name {
  padding: 10px 0 0 0;
}

.contacts-list-item-phone {
  font-weight: 500;
  font-size: 24px;
  padding: 24px 0 0 0;
  line-height: 30px;
  color: #345737;
  letter-spacing: 0;
}

.contacts-list-item-title + .contacts-list-item-phone {
  padding: 58px 0 0 0;
}

.contacts-list-item-phone a {
  color: #345737;
  text-decoration: none;
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .contacts-list-item-phone a:hover {
    color: #345737;
  }
}

.contacts-list-item-email {
  font-weight: 500;
  font-size: 24px;
  padding: 10px 0 0 0;
  line-height: 30px;
  color: #345737;
  letter-spacing: 0;
}

.contacts-list-item-email a {
  color: #345737;
  text-decoration: none;
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .contacts-list-item-email a:hover {
    color: #345737;
  }
}

@media screen and (max-width: 1119px) {
  .contacts-list {
    margin: 40px -12px 80px -12px;
  }

  .contacts-list-item-size {
    display: none;
  }

  .contacts-list-item {
    display: block;
    width: auto;
    padding: 0;
    margin: 24px 0;
    position: relative;
  }
}

.contacts {
  margin: 0 32px;
  padding: 54px 0 60px 0;
  position: relative;
  overflow: hidden;
}

.contacts .container::after {
  display: none;
}

@media screen and (max-width: 1119px) {
  .contacts {
    margin: -80px 0 0 0;
    padding: 0;
  }

  .contacts .container {
    padding: 0;
  }
}

.contacts-content {
  position: relative;
  z-index: 1;
}

.contacts-inner {
  float: left;
  width: 352px;
}

.contacts-wrap {
  background: #fff;
  padding: 38px 32px 56px 32px;
  border-radius: 4px;
}

.contacts-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 16px 0;
}

.contacts-value + .contacts-title {
  margin-top: 40px;
}

.contacts-value {
  font-size: 18px;
  line-height: 24px;
  margin: 4px 0 16px 0;
}

.contacts-value ul {
  margin: 7px 0 0 0;
}

.contacts-value ul li {
  margin: 0;
  padding: 0 0 0 26px;
}

.contacts-value ul li::before {
  top: 8px;
}

.contacts-notice {
  font-size: 16px;
  line-height: 22px;
  color: rgba(51, 51, 51, 0.59);
  margin: 19px 0 0 0;
}

.contacts-notice-2 {
  margin: 24px 0 0 0;
}

@media screen and (max-width: 1119px) {
  .contacts-inner {
    float: none;
    width: auto;
  }
}

.contacts-map {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1119px) {
  .contacts-map {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    height: 585px;
  }
}

.contacts-form {
  padding: 112px 0;
}

.contacts-form-title {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
}

.contacts-form .text {
  margin-top: 40px;
  margin-bottom: 0;
}

.contacts-form form {
  margin: 0;
  padding: 0;
}

.contacts-form form::after {
  content: '';
  display: block;
  clear: both;
}

.contacts-form .form-input {
  float: left;
  width: 448px;
}

.contacts-form .form-submit {
  float: right;
  width: 256px;
}

.contacts-form .form-submit .btn-2 {
  height: 64px;
  line-height: 64px;
}

@media screen and (max-width: 1119px) {
  .contacts-form {
    padding: 64px 0 80px 0;
  }

  .contacts-form-title {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.2px;
  }

  .contacts-form .text {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .contacts-form .form-input {
    float: none;
    width: auto;
  }

  .contacts-form .form-submit {
    float: none;
    width: auto;
    margin: 24px 0 0 0;
  }
}

.service-notice {
  margin: 80px 32px;
  padding: 56px 0 64px 0;
  background: #f6f6f4;
  text-align: center;
  font-weight: 500;
  color: #4d4646;
}

.service-notice-icon {
  line-height: 0;
  padding: 0 0 24px 0;
}

@media screen and (max-width: 1119px) {
  .service-notice {
    margin: 40px 0;
  }
}

.service-notice-event {
  margin-top: 25px;
  padding: 33px 0 39px 0;
}

.service-notice-event .service-notice-text {
  padding: 15px 0 0 0;
}

iframe {
  max-width: 100%;
}

.btn-phone {
  display: inline-block;
  vertical-align: top;
  background: #345737;
  padding: 0 52px 0 39px;
  height: 56px;
  font-weight: bold;
  line-height: 56px;
  color: #fff;
  text-decoration: none;
}

.btn-phone svg {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 18px 0 0;
}

.btn-phone path {
  fill: #fff;
}

.reviews-add-link {
  margin: 30px 0;
  width: 304px;
}

.reviews {
  margin: -51px 32px 83px 32px;
  padding: 21px 0 75px 0;
  background: #f6f6f4;
}

.review {
  margin: 24px 0;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 54px 0 81px 0;
}

.review .text {
  margin: 0 auto;
}

.review-header::after {
  content: '';
  display: block;
  clear: both;
}

.review-avatar {
  float: left;
  line-height: 0;
  width: 72px;
}

.review-avatar img {
  display: block;
  width: 100%;
}

.review-name {
  margin: 0 0 0 94px;
  padding: 11px 0 0 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.87);
}

.review-date {
  margin: 0 0 0 94px;
  padding: 5px 0 0 0;
  font-size: 16px;
  line-height: 28px;
}

.review-text {
  padding: 15px 0 0 0;
  font-size: 16px;
  line-height: 28px;
}

@media screen and (max-width: 1119px) {
  .reviews {
    margin: -51px 0 83px 0;
    padding: 16px 3px 64px 3px;
  }

  .reviews .container {
    padding: 0;
  }

  .review {
    padding: 54px 12px 56px 25px;
  }
}

.pager {
  margin: 38px 0;
}

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

.pager-content {
  float: left;
}

.pager-content a,
.pager-content span {
  float: left;
  width: 64px;
  height: 66px;
  margin: 0 0 0 8px;
  text-align: center;
  text-decoration: none;
  color: #345737;
  font-weight: bold;
  font-size: 18px;
  line-height: 66px;
  letter-spacing: 0.4px;
  background: #fff;
  transition: all 0.15s;
}

.pager-content a:first-child {
  margin: 0;
}

@media screen and (min-width: 1120px) {
  .pager-content a:hover {
    background: #345737;
    color: #fff;
  }
}

.pager-content a.active {
  background: #345737;
  color: #fff;
}

.pager-btn {
  float: right;
  width: 304px;
}

@media screen and (max-width: 1119px) {
  .reviews .pager {
    padding: 0 13px;
  }

  .pager-content {
    float: none;
    margin: 0 0 -16px -8px;
  }

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

  .pager-content a,
  .pager-content span {
    margin: 0 0 16px 8px;
  }

  .pager-content a:first-child {
    margin: 0 0 16px 8px;
  }

  .pager-btn {
    float: none;
    width: auto;
    margin: 40px 0 0 0;
  }
}

.content-wide {
  margin-left: -192px;
  margin-right: -192px;
}

@media screen and (max-width: 1119px) {
  .content-wide {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.carousel {
  margin: 60px 32px 120px 32px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  white-space: nowrap;
}

.carousel .text {
  margin: 0 auto;
}

.carousel-list {
  margin: 0 -16px;
}

.carousel-list-inner {
  position: relative;
  width: 100%;
}

.carousel-list .slick-list {
  overflow: visible;
}

.carousel-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.carousel-item-inner {
  margin: 0 16px;
  position: relative;
  overflow: hidden;
  will-change: transform;
}

.carousel-item-photo {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-width: 736px;
}

.carousel-item-photo img {
  max-width: none;
  position: relative;
  transform: translate3d(-30px, 0, 0);
  will-change: transform;
}

.carousel-item-photo-shadow {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom,
      #000000,
      rgba(0, 0, 0, 0.02) 23%,
      rgba(0, 0, 0, 0.08) 45%,
      rgba(0, 0, 0, 0.17) 77%,
      rgba(0, 0, 0, 0.29));
}

.carousel-item-photo-shadow-2 {
  background: linear-gradient(to bottom,
      #000000,
      rgba(0, 0, 0, 0.06) 23%,
      rgba(0, 0, 0, 0.24) 45%,
      rgba(0, 0, 0, 0.54) 77%,
      rgba(0, 0, 0, 0.87));
}

.carousel-item-photo-shadow-2::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.27);
}

.carousel-item-year {
  position: absolute;
  left: 32px;
  right: 32px;
  top: 24px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 64px;
  line-height: 72px;
  letter-spacing: 1.78px;
  white-space: normal;
  font-weight: bold;
  opacity: 0;
}

.carousel-item-title {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 37px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  white-space: normal;
  font-weight: 500;
  opacity: 0;
}

.carousel-list .slick-prev,
.carousel-list .slick-next {
  display: block;
  position: absolute;
  opacity: 0;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 9999px;
  border: none;
  border-radius: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all 0.15s;
}

.carousel-list .slick-prev {
  right: 100%;
  margin-right: 16px;
}

@media screen and (min-width: 1120px) {

  .carousel-list:hover .slick-prev,
  .carousel-list:hover .slick-next {
    opacity: 1;
  }
}

.carousel-list .slick-next {
  left: 100%;
  margin-left: 16px;
}

.carousel-list .slick-prev svg,
.carousel-list .slick-next svg {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.15s;
}

.carousel-list .slick-prev svg {
  right: 178px;
}

.carousel-list .slick-next svg {
  left: 178px;
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (min-width: 1120px) {
  .carousel-list .slick-prev:hover svg {
    transform: translateX(-10px) translateY(-50%);
  }

  .carousel-list .slick-prev::before {
    content: '';
    display: block;
    width: 44px;
    height: 2px;
    position: absolute;
    right: 168px;
    top: 50%;
    margin-top: -1px;
    background: #fff;
    border-radius: 2px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.15s;
  }

  .carousel-list .slick-prev:hover::before {
    opacity: 1;
    transform: none;
  }

  .carousel-list .slick-next:hover svg {
    transform: translateX(10px) translateY(-50%) rotate(180deg);
  }

  .carousel-list .slick-next::before {
    content: '';
    display: block;
    width: 44px;
    height: 2px;
    position: absolute;
    left: 168px;
    top: 50%;
    margin-top: -1px;
    background: #fff;
    border-radius: 2px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.15s;
  }

  .carousel-list .slick-next:hover::before {
    opacity: 1;
    transform: none;
  }
}

.carousel-list .slick-prev path,
.carousel-list .slick-next path {
  fill: #fff;
}

.carousel-list .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -48px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  text-align: center;
}

.carousel-list .slick-dots li {
  margin: 0 0 0 12px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.carousel-list .slick-dots li::before {
  display: none;
}

.carousel-list .slick-dots li:first-child {
  margin: 0;
}

.carousel-list .slick-dots li button {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #333333;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  text-indent: 100px;
  transition: all 0.15s;
}

.carousel-list .slick-dots li.slick-active {
  z-index: 2;
}

.carousel-list .slick-dots li.slick-active button {
  background: #345737;
  border-color: #345737;
}

.carousel-list .slick-dots li::after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  width: 16px;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: right center;
  transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  background: #333;
}

.carousel-list .slick-dots li.animate::after {
  transform: scale(1, 1);
  transform-origin: left center;
  transition: transform 5s linear;
}

.carousel-list .slick-dots li.slick-active:last-child::after {
  display: none;
}

@media screen and (max-width: 1119px) {
  .carousel {
    margin: 32px 0 89px 0;
  }

  .container + .carousel {
    margin-top: -64px;
  }

  .carousel-item-inner {
    transition: none !important;
    transform: none !important;
  }

  .carousel-item-photo img {
    transition: none !important;
    transform: none !important;
    max-width: 100%;
  }

  .carousel-list {
    margin: 0;
  }

  .carousel-item-inner {
    margin: 0;
  }

  .carousel-list .slick-dots {
    bottom: -24px;
  }

  .carousel-about .carousel-item-title {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    color: #333;
    font-weight: normal;
    padding: 24px 16px 10px 16px;
  }
}

.doctors {
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  margin: 0 -16px 42px -16px;
}

.doctors-item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 16px 52px 16px;
}

.doctors-item-inner {
  display: block;
  text-decoration: none;
  background: #f6f6f4;
  border-radius: 4px;
}

.doctors-item-photo {
  position: relative;
  height: 296px;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.doctors-item-photo-inner img {
  display: block;
  width: 100%;
  border-radius: 4px 4px 0 0;
  transition: all 0.15s ease-in-out;
}

@media screen and (min-width: 1120px) {
  .doctors-item-inner:hover .doctors-item-photo-inner img {
    transform: scale(1.04);
  }
}

.doctors-item-photo-shadow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background: linear-gradient(to bottom,
      #000000,
      rgba(0, 0, 0, 0.02) 23%,
      rgba(0, 0, 0, 0.08) 45%,
      rgba(0, 0, 0, 0.17) 77%,
      rgba(0, 0, 0, 0.29));
}

.doctors-item-name {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.87);
  margin: 24px 32px 0 32px;
  min-height: 60px;
  font-weight: 500;
}

.doctors-item-post {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: rgba(51, 51, 51, 0.59);
  margin: 8px 32px 0 32px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}

.doctors-item-btn {
  padding: 24px 32px 40px 32px;
}

.doctors-item-btn span {
  display: block;
  width: 200px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.4px;
  color: #345737;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .doctors-item-inner:hover .doctors-item-btn span {
    background: #345737;
    color: #fff;
  }
}

@media screen and (max-width: 1119px) {
  .doctors {
    margin: 40px -12px 80px -12px;
  }

  .doctors-item {
    display: block;
    width: auto;
    max-width: 352px;
    margin: 24px auto;
    padding: 0;
  }
}

.photos {
  margin: 0 0 95px 0;
}

.photos-list {
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  margin: 0 -16px;
}

.photos-item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 41px 16px 0 16px;
}

.photos-item a {
  display: block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.photos-item a img {
  display: block;
  width: 100%;
  transition: all 0.15s ease-in-out;
}

@media screen and (min-width: 1120px) {
  .photos-item a:hover img {
    transform: scale(1.04);
  }
}

@media screen and (max-width: 1119px) {
  .photos-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .photos {
    margin: 0 0 80px 0;
  }

  .photos-list {
    margin: 0 -16px;
  }

  .photos-item {
    display: block;
    width: auto;
    padding: 24px 0 0 0;
  }
}

.photos-more {
  margin: 30px 0 0 0;
}

.photos-more a {
  display: block;
  height: 48px;
  background: #f6f6f4;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #337e3f;
  font-size: 18px;
  line-height: 48px;
  font-weight: bold;
  letter-spacing: 0.4px;
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .photos-more a:hover {
    color: #fff;
    background: #345737;
  }
}

@media screen and (max-width: 767px) {
  .photos-more {
    margin: 24px 0 0 0;
  }
}

.doctor-detail-photo {
  height: 351px;
  text-align: center;
  line-height: 0;
  background: #d8d8d8 no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .doctor-detail-photo {
    margin: 0 -16px;
  }
}

.doctor-info {
  margin: 27px 0;
}

.doctor-info::after {
  content: '';
  display: block;
  clear: both;
}

.doctor-info-item {
  float: left;
  background: #f6f6f4;
  padding: 25px 30px;
}

.doctor-info-item:nth-child(1) {
  width: 356px;
}

.doctor-info-item:nth-child(2) {
  width: 356px;
  float: right;
}

.doctor-info-item-title {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.52px;
}

.doctor-info-item-value {
  color: #4d4646;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
}

@media screen and (max-width: 1023px) {
  .doctor-info-item {
    float: none;
    margin: 8px 0;
  }

  .doctor-info-item:nth-child(1) {
    width: auto;
  }

  .doctor-info-item:nth-child(2) {
    width: auto;
    float: none;
  }
}

.doctor-exp {
  margin: 29px 0;
}

.doctor-exp-row {
  position: relative;
  margin: 18px 0;
}

.doctor-exp-row::before {
  content: '';
  display: block;
  position: absolute;
  left: 79px;
  top: -18px;
  bottom: -18px;
  width: 1px;
  background: #345737;
}

.doctor-exp-row:first-child::before {
  top: 9px;
}

.doctor-exp-row:last-child::before {
  bottom: 100%;
  margin-bottom: -9px;
}

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

.doctor-exp-year {
  float: left;
  width: 85px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #345737;
  position: relative;
}

.doctor-exp-year::after {
  content: '';
  display: block;
  position: absolute;
  left: 75px;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #345737;
  border-radius: 50%;
}

.doctor-exp-text {
  margin: 0 0 0 115px;
  padding: 3px 0 0 0;
}

@media screen and (max-width: 1023px) {
  .spec-exp-year {
    float: none;
    margin: 0 0 0 28px;
  }

  .spec-exp-text {
    margin: 0 0 0 28px;
  }

  .spec-exp-row::before {
    left: 4px;
  }

  .spec-exp-year::after {
    left: -28px;
  }

  .spec-exp-row:first-child::before {
    top: 28px;
  }

  .spec-exp-row:last-child::before {
    bottom: 100%;
    margin-bottom: -28px;
  }
}

.lics {
  margin: 0 0 95px 0;
  text-align: center;
}

.text + .lics {
  margin-top: -112px;
}

.lics-list {
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  margin: 0 -16px;
}

.lics-item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 41px 16px 0 16px;
}

.lics-item a {
  display: block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.lics-item img {
  display: block;
  width: 100%;
}

.lics-item-inner {
  background: no-repeat center;
  background-size: cover;
  padding: 64% 0 0 0;
}

@media screen and (max-width: 1119px) {
  .lics-item {
    width: 33.33%;
  }
}

@media screen and (max-width: 1023px) {
  .lics-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .lics {
    margin: 0 0 80px 0;
  }

  .lics-list {
    margin: 0;
  }

  .lics-item {
    display: block;
    width: auto;
    padding: 24px 0 0 0;
    text-align: center;
  }

  .lics-item a img {
    display: inline-block;
    width: auto;
  }
}

.lics-more {
  margin: 30px 0 0 0;
}

.lics-more a {
  display: block;
  height: 48px;
  background: #f6f6f4;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #337e3f;
  font-size: 18px;
  line-height: 48px;
  font-weight: bold;
  letter-spacing: 0.4px;
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .lics-more a:hover {
    color: #fff;
    background: #345737;
  }
}

@media screen and (max-width: 767px) {
  .lics-more {
    margin: 24px 0 0 0;
  }
}

.promos {
  margin: 40px 0 0 0;
}

.promos-item {
  display: block;
  text-decoration: none;
  margin: 32px 0;
  border-radius: 4px;
  background: #f6f6f4;
  position: relative;
}

.promos-item::after {
  content: '';
  display: block;
  clear: both;
}

.promos-item-photo {
  float: right;
  width: 480px;
  line-height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0 4px 4px 0;
}

.promos-item-photo img {
  display: block;
  transition: all 0.15s ease-in-out;
}

@media screen and (min-width: 1120px) {
  .promos-item:hover .promos-item-photo img {
    transform: scale(1.04);
  }
}

.promos-item-content {
  margin: 0 576px 0 32px;
  padding: 32px 0;
}

.promos-item-title {
  min-height: 84px;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  color: #345737;
}

.promos-item-text {
  font-size: 18px;
  line-height: 24px;
  margin: 28px 0 0 0;
  color: #333;
}

.promos-item-text p {
  margin: 10px 0 0 0;
}

.promos-item-text ul {
  margin: 10px 0 0 0;
}

.promos-item-text ul li {
  margin: 0;
  padding: 0 0 0 24px;
}

.promos-item-text ul li::before {
  top: 8px;
}

.promos-item-dates {
  margin: 24px 0 0 0;
  font-size: 18px;
  line-height: 30px;
  color: #345737;
}

@media screen and (max-width: 1119px) {
  .promos {
    max-width: 352px;
    margin: 40px auto 0 auto;
  }

  .promos-item {
    margin: 24px -12px;
  }

  .promos-item-photo {
    float: none;
    width: auto;
    border-radius: 4px 4px 0 0;
    position: relative;
  }

  .promos-item-photo::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(to bottom,
        #000000,
        rgba(0, 0, 0, 0.06) 23%,
        rgba(0, 0, 0, 0.24) 45%,
        rgba(0, 0, 0, 0.54) 77%,
        rgba(0, 0, 0, 0.87));
  }

  .promos-item-content {
    margin: 0;
    padding: 12px 25px 32px 25px;
    position: relative;
  }

  .promos-item-title {
    position: absolute;
    left: 25px;
    top: -25px;
    right: 25px;
    color: #fff;
    transform: translateY(-100%);
  }

  .promos-item-text {
    margin: 12px 0 0 0;
  }

  .promos-item-text p {
    margin: 12px 0 0 0;
  }

  .promos-item-text ul {
    margin: 12px 0 0 0;
  }

  .promos-item-dates {
    margin: 16px 0 0 0;
  }
}

.events {
  margin: 0 0 112px 0;
}

.events-list {
  margin: 0 -16px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
}

.events-item {
  display: inline-block;
  vertical-align: middle;
  width: 33.33%;
  padding: 0 16px 32px 16px;
}

.events-item-inner {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.events-item-inner img {
  display: block;
  width: 100%;
  height: 350px;
  position: relative;
  transition: all 0.15s ease-in-out;
}

@media screen and (min-width: 1120px) {
  .events-item-inner:hover img {
    transform: scale(1.04);
  }
}

.events-item-shadow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  background: linear-gradient(to bottom,
      #000000,
      rgba(0, 0, 0, 0.06) 23%,
      rgba(0, 0, 0, 0.24) 45%,
      rgba(0, 0, 0, 0.54) 77%,
      rgba(0, 0, 0, 0.87));
}

.events-item-shadow::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  background: linear-gradient(to top,
      #000000,
      rgba(0, 0, 0, 0.04) 23%,
      rgba(0, 0, 0, 0.16) 45%,
      rgba(0, 0, 0, 0.34) 77%,
      rgba(0, 0, 0, 0.58));
}

.events-item-title {
  position: absolute;
  left: 24px;
  top: 32px;
  right: 24px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.events-item-anonce {
  position: absolute;
  left: 24px;
  bottom: 70px;
  right: 24px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 500;
}

.events-item-date {
  position: absolute;
  left: 24px;
  bottom: 24px;
  right: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
}

@media screen and (max-width: 1119px) {
  .events {
    margin: 0 auto 80px auto;
    max-width: 352px;
  }

  .events-list {
    margin: 0 -12px;
  }

  .events-item {
    display: block;
    width: auto;
    padding: 24px 0 0 0;
  }
}

.events-item-all .events-item-inner {
  overflow: visible;
}

.events-item-all .events-item-title {
  position: absolute;
  left: 32px;
  top: 32px;
  right: 32px;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  transition: all 0.15s;
}

.events-item-all-border-1 {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 10px;
  bottom: -10px;
  background: #f9f8f8;
  border-radius: 2px;
  border: 1px solid #a0a0a0;
}

.events-item-all-border-2 {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: -5px;
  background: #d2d2d2;
  border-radius: 2px;
  border: 1px solid #424242;
  transition: all 0.15s;
}

.events-item-all-arrow {
  position: absolute;
  left: 102px;
  bottom: 23px;
  width: 11px;
  height: 24px;
  background: url(/local/templates/vv/css/../images/events-all-arrow.svg) no-repeat;
  background-size: 100%;
  transition: all 0.15s;
}

.events-item-all-arrow::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 50%;
  width: 80px;
  height: 1px;
  background: rgba(255, 255, 255, 0.64);
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .events-item-all .events-item-inner:hover .events-item-all-border-2 {
    transform: translateY(-2px);
  }

  .events-item-all .events-item-inner:hover img {
    transform: translateY(-4px);
  }

  .events-item-all .events-item-inner:hover .events-item-title {
    transform: translateY(-4px);
  }

  .events-item-all .events-item-inner:hover .events-item-all-arrow {
    transform: translate(20px, -4px);
  }

  .events-item-all .events-item-inner:hover .events-item-all-arrow::before {
    width: 100px;
  }
}

.events-more a {
  display: block;
  height: 48px;
  background: #f6f6f4;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #337e3f;
  font-size: 18px;
  line-height: 48px;
  font-weight: bold;
  letter-spacing: 0.4px;
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .events-more a:hover {
    color: #fff;
    background: #345737;
  }
}

@media screen and (max-width: 1119px) {
  .events-more {
    padding: 24px 0 0 0;
  }
}

.arrows {
  margin: -55px 16px 55px 16px;
  font-size: 16px;
  line-height: 90px;
  font-weight: bold;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  text-align: center;
}

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

.arrows-item {
  float: left;
  width: 50%;
  padding: 0 16px;
}

.arrows-item a {
  display: block;
  color: #337e3f;
  text-decoration: none;
  background: #f6f6f4;
  transition: all 0.15s;
}

.arrows-item a span {
  display: inline-block;
  vertical-align: middle;
}

.arrows-item a span svg {
  display: block;
  transition: all 0.15s;
}

.arrows-item a span path {
  fill: #000;
  transition: all 0.15s;
}

.arrows-item-prev {
  margin: -2px 18px 0 0;
  position: relative;
}

.arrows-item-next {
  margin: -2px 0 0 18px;
  position: relative;
}

.arrows-item-next svg {
  transform: rotate(180deg);
}

@media screen and (min-width: 1120px) {
  .arrows-item a .arrows-item-prev::before {
    content: '';
    display: block;
    width: 44px;
    height: 2px;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -1px;
    background: #000;
    border-radius: 2px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.15s;
  }

  .arrows-item a:hover .arrows-item-prev::before {
    opacity: 1;
    transform: none;
  }

  .arrows-item a:hover .arrows-item-prev svg {
    transform: translateX(-10px);
  }

  .arrows-item a .arrows-item-next::before {
    content: '';
    display: block;
    width: 44px;
    height: 2px;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -1px;
    background: #000;
    border-radius: 2px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.15s;
  }

  .arrows-item a:hover .arrows-item-next::before {
    opacity: 1;
    transform: none;
  }

  .arrows-item a:hover .arrows-item-next svg {
    transform: translateX(10px) rotate(180deg);
  }
}

@media screen and (max-width: 1119px) {
  .arrows {
    margin: -55px 0 80px 0;
  }

  .arrows-item {
    float: none;
    width: auto;
    padding: 0;
  }

  .arrows-item + .arrows-item {
    margin: 34px 0 0 0;
  }
}

.suites-count {
  max-width: 736px;
  margin: 24px auto;
  background: #f6f6f4;
  text-align: center;
  font-size: 18px;
  line-height: 48px;
}

.suites-count img {
  vertical-align: middle;
  margin: -2px 12px 0 0;
}

@media screen and (max-width: 1119px) {
  .suites-count {
    margin: 24px 16px 16px 16px;
    max-width: none;
    line-height: 30px;
    padding: 17px 0 14px 0;
  }

  .suites-count img {
    display: block;
    margin: 0 auto;
  }
}

.carousel-suites {
  margin-top: 24px;
  margin-bottom: 83px;
}

@media screen and (max-width: 1119px) {
  .carousel-suites {
    margin-top: 16px;
    margin-bottom: 47px;
  }
}

.suites-info {
  max-width: 736px;
  margin: 83px auto 35px auto;
}

.suites-info::after {
  content: '';
  display: block;
  clear: both;
}

.suites-info-col {
  float: left;
  width: 50%;
}

.suites-info-item {
  margin: 6px 0;
}

.suites-info-item img {
  vertical-align: middle;
  margin: -2px 12px 0 0;
}

@media screen and (max-width: 1119px) {
  .suites-info {
    max-width: none;
    margin: 47px 16px 33px 16px;
  }

  .suites-info-col {
    float: none;
    width: auto;
  }
}

.suites-btn {
  max-width: 444px;
  margin: 35px auto 112px auto;
}

.suites-btn .btn-2 {
  height: 44px;
  line-height: 44px;
}

@media screen and (max-width: 1119px) {
  .suites-btn {
    max-width: none;
    margin: 33px 16px 64px 16px;
  }

  .suites-btn .btn-2 {
    height: auto;
    line-height: 22px;
    padding: 13px 0 15px 0;
  }
}

@media screen and (max-width: 1119px) {
  .about-notice {
    margin: -58px 0 0 0;
  }
}

.about-family {
  margin: -48px 32px 64px 32px;
  position: relative;
}

.about-family-photo {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/local/templates/vv/css/../images/about-family.jpg) no-repeat center;
  background-size: cover;
}

.about-family-photo::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.27) url(/local/templates/vv/css/../images/about-family-logo.png) no-repeat right bottom;
}

.about-family .container {
  position: relative;
}

.about-family-content {
  float: right;
  width: 350px;
  padding: 121px 0 99px 0;
  color: #fff;
}

.about-family-title {
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
}

.about-family-text {
  font-size: 20px;
  line-height: 30px;
  margin: 43px 0 0 0;
}

.about-family-text p {
  margin: 30px 0 0 0;
}

@media screen and (max-width: 1119px) {
  .about-family {
    margin: -48px 0 56px 0;
  }

  .about-family-photo {
    height: 371px;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .about-family-photo::before {
    background-image: url(/local/templates/vv/css/../images/about-family-logo-mobile.png);
  }

  .about-family-content {
    float: none;
    width: auto;
    padding: 24px 0 0 0;
    color: #333;
  }

  .about-family-title {
    font-size: 36px;
    line-height: 42px;
  }

  .about-family-text {
    font-size: 18px;
    margin: 16px 0 0 0;
  }

  .about-family-text p:first-child {
    margin: 0;
  }
}

.about-info {
  margin: 64px -16px 112px -16px;
}

.about-info::after {
  content: '';
  display: block;
  clear: both;
}

.about-info-item {
  float: left;
  width: 33.33%;
  padding: 0 16px;
}

.about-info-item-inner {
  background: #f6f6f4;
  padding: 40px 32px 54px 32px;
}

.about-info-item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.87);
  min-height: 60px;
}

.about-info-item-value {
  font-size: 64px;
  line-height: 72px;
  font-weight: bold;
  color: #345737;
  margin: 24px 0 0 0;
}

.about-info-item-value span {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #345737;
  letter-spacing: 0.4px;
}

.about-info-item-text {
  font-size: 16px;
  line-height: 24px;
  min-height: 216px;
  margin: 27px 0 0 0;
}

.about-info-item-btn {
  margin: 29px 0 0 0;
}

.about-info-item-btn .btn-2 {
  display: inline-block;
  padding: 0 20px;
  height: 44px;
  line-height: 44px;
  width: auto;
}

@media screen and (max-width: 1119px) {
  .about-info {
    margin: 56px -12px 64px -12px;
  }

  .about-info-item {
    float: none;
    width: auto;
    padding: 0;
    margin: 24px 0;
  }
}

.doctors-about {
  white-space: nowrap;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 48px 0 160px 0;
}

.doctors-about.slick-initialized {
  overflow: visible;
}

.doctors-about .doctors-item {
  white-space: normal;
  padding-top: 0;
  padding-bottom: 0;
}

.doctors-about .slick-prev,
.doctors-about .slick-next {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 0;
  background: transparent;
  margin: -40px 0 0 0;
  padding: 0;
  -webkit-appearance: none;
  cursor: pointer;
}

.doctors-about .slick-prev {
  left: -64px;
}

.doctors-about .slick-next {
  right: -64px;
}

.doctors-about .slick-prev svg,
.doctors-about .slick-next svg {
  display: block;
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.15s;
}

.doctors-about .slick-next svg {
  left: auto;
  right: 28px;
  transform: translateY(-50%) rotate(180deg);
}

.doctors-about .slick-prev path,
.doctors-about .slick-next path {
  fill: #000;
}

@media screen and (min-width: 1120px) {
  .doctors-about .slick-prev::before {
    content: '';
    display: block;
    width: 44px;
    height: 2px;
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -1px;
    background: #000;
    border-radius: 2px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.15s;
  }

  .doctors-about .slick-prev:hover::before {
    opacity: 1;
    transform: none;
  }

  .doctors-about .slick-prev:hover svg {
    transform: translate(-10px, -50%);
  }

  .doctors-about .slick-next::before {
    content: '';
    display: block;
    width: 44px;
    height: 2px;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -1px;
    background: #000;
    border-radius: 2px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.15s;
  }

  .doctors-about .slick-next:hover::before {
    opacity: 1;
    transform: none;
  }

  .doctors-about .slick-next:hover svg {
    transform: translate(10px, -50%) rotate(180deg);
  }
}

.doctors-about .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -48px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  text-align: center;
}

.doctors-about .slick-dots li {
  margin: 0 0 0 12px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.doctors-about .slick-dots li::before {
  display: none;
}

.doctors-about .slick-dots li:first-child {
  margin: 0;
}

.doctors-about .slick-dots li button {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #333333;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  text-indent: 100px;
  transition: all 0.15s;
}

.doctors-about .slick-dots li.slick-active {
  z-index: 2;
}

.doctors-about .slick-dots li.slick-active button {
  background: #345737;
  border-color: #345737;
}

@media screen and (max-width: 1119px) {
  .doctors-about {
    margin: 24px 0 110px 0;
  }

  .doctors-about .slick-dots {
    bottom: -24px;
  }
}

.main-top {
  height: calc(100vh - 136px);
  /*margin:0 32px;*/
  padding: 225px 0 0 0;
  background: url(/local/templates/vv/css/../images/main-top.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  position: relative;
}

.main-top h1 {
  font-weight: bold;
  font-size: 64px;
  line-height: 72px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 1.78px;
  position: relative;
}

.main-top-btns {
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  padding: 55px 0 0 0;
}

.main-top-btn-1 {
  display: inline-block;
  vertical-align: top;
  width: 304px;
  height: 66px;
  background: rgba(0, 0, 0, 0.35);
  border: 4px solid #fff;
  color: #fff;
  font-size: 18px;
  line-height: 58px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.15s;
}

.main-top-btn-1:hover {
  background: #345737;
  border-color: #345737;
}

.main-top-btn-1 img {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 14px 0 0;
}

.main-top-btn-2 {
  display: inline-block;
  vertical-align: top;
  width: 304px;
  height: 66px;
  margin: 0 0 0 43px;
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  line-height: 66px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.15s;
}

.main-top-btn-2:hover {
  background: #345737;
  color: #fff;
}

.main-top-scroll {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 19%;
}

.main-top-scroll-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.87);
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: 0.44px;
}

.main-top-scroll::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: calc(100% - 43px);
  width: 2px;
  margin-left: -1px;
  background: #fff;
  transition: all 0.2s;
}

.main-top-scroll::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: calc(100% - 43px);
  height: 32px;
  width: 32px;
  margin-left: -16px;
  background: url(/local/templates/vv/css/../images/main-top-scroll.svg);
  transition: all 0.2s;
}

@media screen and (min-width: 1120px) {
  .main-top-scroll:hover::after {
    transform: translateY(4px);
  }

  .main-top-scroll:hover::before {
    transform: translateY(4px);
  }
}

@media screen and (max-width: 1800px) {
  .main-top {
    padding: 164px 0 0 0;
  }

  .main-top h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .main-top-btns {
    padding: 42px 0 0 0;
  }
}

@media screen and (max-width: 1119px) {
  .main-top {
    height: auto;
    padding: 28px 12px 33px 12px;
    margin: 0;
  }

  .main-top h1 {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 1.35px;
  }

  .main-top-btns {
    padding: 56px 0 0 0;
  }

  .main-top-btn-1 {
    display: block;
    margin: 0 auto;
  }

  .main-top-btn-2 {
    display: block;
    margin: 24px auto 0 auto;
  }

  .main-top-scroll {
    display: none;
  }

  .main-top::after {
    display: none;
  }

  .main-top::before {
    display: none;
  }
}

.main-events {
  padding: 64px 0 8px 0;
}

.main-events .events {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1119px) {
  .main-events {
    padding: 8px 0 54px 0;
  }

  .main-events .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
  }

  .main-events .slick-dots li {
    margin: 0 0 0 12px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }

  .main-events .slick-dots li::before {
    display: none;
  }

  .main-events .slick-dots li:first-child {
    margin: 0;
  }

  .main-events .slick-dots li button {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: #333333;
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    text-indent: 100px;
    transition: all 0.15s;
  }

  .main-events .slick-dots li.slick-active {
    z-index: 2;
  }

  .main-events .slick-dots li.slick-active button {
    background: #345737;
    border-color: #345737;
  }
}

.main-promos {
  position: relative;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  margin: 0 0 152px 0;
}

.main-promos .promos-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  white-space: normal;
  margin: 0;
}

.main-promos.slick-initialized {
  overflow: visible;
}

.main-promos .slick-prev,
.main-promos .slick-next {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 0;
  background: transparent;
  margin: -40px 0 0 0;
  padding: 0;
  -webkit-appearance: none;
  cursor: pointer;
}

.main-promos .slick-prev {
  left: -80px;
}

.main-promos .slick-next {
  right: -80px;
}

.main-promos .slick-prev svg,
.main-promos .slick-next svg {
  display: block;
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.15s;
}

.main-promos .slick-next svg {
  left: auto;
  right: 28px;
  transform: translateY(-50%) rotate(180deg);
}

.main-promos .slick-prev path,
.main-promos .slick-next path {
  fill: #000;
}

@media screen and (min-width: 1120px) {
  .main-promos .slick-prev::before {
    content: '';
    display: block;
    width: 44px;
    height: 2px;
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -1px;
    background: #000;
    border-radius: 2px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.15s;
  }

  .main-promos .slick-prev:hover::before {
    opacity: 1;
    transform: none;
  }

  .main-promos .slick-prev:hover svg {
    transform: translate(-10px, -50%);
  }

  .main-promos .slick-next::before {
    content: '';
    display: block;
    width: 44px;
    height: 2px;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -1px;
    background: #000;
    border-radius: 2px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.15s;
  }

  .main-promos .slick-next:hover::before {
    opacity: 1;
    transform: none;
  }

  .main-promos .slick-next:hover svg {
    transform: translate(10px, -50%) rotate(180deg);
  }
}

.main-promos .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -48px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  text-align: center;
}

.main-promos .slick-dots li {
  margin: 0 0 0 12px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.main-promos .slick-dots li::before {
  display: none;
}

.main-promos .slick-dots li:first-child {
  margin: 0;
}

.main-promos .slick-dots li button {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #333333;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  text-indent: 100px;
  transition: all 0.15s;
}

.main-promos .slick-dots li.slick-active {
  z-index: 2;
}

.main-promos .slick-dots li.slick-active button {
  background: #345737;
  border-color: #345737;
}

@media screen and (max-width: 1119px) {
  .main-promos {
    margin: 0 -12px 86px -12px;
    width: auto;
  }

  .main-promos .slick-dots {
    bottom: -24px;
  }
}

.main-services {
  margin: 48px -16px 112px -16px;
}

.main-services .services-item {
  padding: 0 16px;
}

.main-services .services-item-inner {
  position: relative;
}

.main-services .services-item-photo {
  height: auto;
  border-radius: 4px;
}

.main-services .services-item-photo-inner img {
  border-radius: 4px;
}

.main-services .services-item-photo-shadow::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  background: linear-gradient(to top,
      #000000,
      rgba(0, 0, 0, 0.04) 23%,
      rgba(0, 0, 0, 0.16) 45%,
      rgba(0, 0, 0, 0.34) 77%,
      rgba(0, 0, 0, 0.58));
}

.main-services .services-item-title {
  left: 32px;
  right: 32px;
  bottom: auto;
  top: 32px;
}

.main-services .services-item-text {
  margin: 0;
  height: auto;
  position: absolute;
  left: 32px;
  top: 260px;
  right: 32px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
}

.main-services .services-item-btn {
  padding: 0;
  position: absolute;
  left: 32px;
  bottom: 48px;
  right: 56px;
}

.main-services .services-item-btn span {
  width: 100%;
  height: 44px;
  line-height: 44px;
}

@media screen and (max-width: 1119px) {
  .main-services {
    margin: 32px -12px 64px -12px;
  }

  .main-services .services-item {
    padding: 0;
  }
}

.main-prefs {
  margin: 72px 0 68px 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
}

.main-pref {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 25%;
  padding: 0 0 73px 0;
}

.main-prefs .slick-slide img {
  display: inline-block;
}

.main-pref-title {
  font-size: 48px;
  line-height: 57px;
  color: #345737;
  font-weight: bold;
  letter-spacing: 1.07px;
  padding: 14px 0 0 0;
}

.main-pref-text {
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0;
  padding: 4px 0 0 0;
}

@media screen and (max-width: 1119px) {
  .main-prefs {
    margin: 40px 0 152px 0;
    position: relative;
    white-space: nowrap;
  }

  .main-pref {
    width: 100%;
    padding: 0 0 40px 0;
    white-space: normal;
  }
}

.main-prefs .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  text-align: center;
}

.main-prefs .slick-dots li {
  margin: 0 0 0 12px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.main-prefs .slick-dots li::before {
  display: none;
}

.main-prefs .slick-dots li:first-child {
  margin: 0;
}

.main-prefs .slick-dots li button {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #333333;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  text-indent: 100px;
  transition: all 0.15s;
}

.main-prefs .slick-dots li.slick-active {
  z-index: 2;
}

.main-prefs .slick-dots li.slick-active button {
  background: #345737;
  border-color: #345737;
}

.main-block {
  margin: 68px 32px 112px 32px;
  background: #f6f6f4;
  padding: 88px 0 44px 0;
}

.main-block h2 {
  margin-top: 0;
}

@media screen and (max-width: 1119px) {
  .main-block {
    margin: 64px 0;
    background: #f6f6f4;
    padding: 40px 4px 79px 4px;
  }
}

.main-suites {
  position: relative;
  width: 100%;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  white-space: nowrap;
  overflow: hidden;
  margin: 48px 0 100px 0;
}

.main-suites.slick-initialized {
  overflow: visible;
}

.main-suite {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  white-space: normal;
  background: #fff;
}

.main-suite::after {
  content: '';
  display: block;
  clear: both;
}

.main-suite-photo {
  float: left;
  width: 736px;
}

.main-suite-content {
  float: right;
  width: 290px;
  margin: 0 62px 0 0;
}

.main-suite-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 1.35px;
  padding: 35px 0 0 0;
}

.main-suite-room {
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
  padding: 8px 0 0 0;
}

.main-suite-text {
  margin: 30px 0 0 0;
  opacity: 0.7;
  font-size: 16px;
  line-height: 24px;
}

.main-suite-btn {
  margin: 23px 0 0 0;
}

.main-suite-btn .btn-2 {
  height: 44px;
  line-height: 44px;
}

@media screen and (max-width: 1119px) {
  .main-suites {
    margin: 32px 0 0 0;
  }

  .main-suite {
    border-radius: 4px;
  }

  .main-suite-photo {
    float: none;
    width: auto;
  }

  .main-suite-photo img {
    border-radius: 4px 4px 0 0;
  }

  .main-suite-content {
    float: none;
    width: auto;
    margin: 0;
    padding: 0 24px 40px 24px;
  }

  .main-suite-title {
    padding: 27px 0 0 0;
  }
}

.main-suites .slick-prev,
.main-suites .slick-next {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 0;
  background: transparent;
  margin: -40px 0 0 0;
  padding: 0;
  -webkit-appearance: none;
  cursor: pointer;
}

.main-suites .slick-prev {
  left: -80px;
}

.main-suites .slick-next {
  right: -80px;
}

.main-suites .slick-prev svg,
.main-suites .slick-next svg {
  display: block;
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.15s;
}

.main-suites .slick-next svg {
  left: auto;
  right: 28px;
  transform: translateY(-50%) rotate(180deg);
}

.main-suites .slick-prev path,
.main-suites .slick-next path {
  fill: #000;
}

@media screen and (min-width: 1120px) {
  .main-suites .slick-prev::before {
    content: '';
    display: block;
    width: 44px;
    height: 2px;
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -1px;
    background: #000;
    border-radius: 2px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.15s;
  }

  .main-suites .slick-prev:hover::before {
    opacity: 1;
    transform: none;
  }

  .main-suites .slick-prev:hover svg {
    transform: translate(-10px, -50%);
  }

  .main-suites .slick-next::before {
    content: '';
    display: block;
    width: 44px;
    height: 2px;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -1px;
    background: #000;
    border-radius: 2px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.15s;
  }

  .main-suites .slick-next:hover::before {
    opacity: 1;
    transform: none;
  }

  .main-suites .slick-next:hover svg {
    transform: translate(10px, -50%) rotate(180deg);
  }
}

.main-suites .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -48px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  text-align: center;
}

.main-suites .slick-dots li {
  margin: 0 0 0 12px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.main-suites .slick-dots li::before {
  display: none;
}

.main-suites .slick-dots li:first-child {
  margin: 0;
}

.main-suites .slick-dots li button {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 4px solid #f6f6f4;
  background: #333333;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  text-indent: 100px;
  transition: all 0.15s;
}

.main-suites .slick-dots li.slick-active {
  z-index: 2;
}

.main-suites .slick-dots li.slick-active button {
  background: #345737;
  border-color: #345737;
}

@media screen and (max-width: 1119px) {
  .main-suites .slick-dots {
    bottom: -24px;
  }

  .container + .main-carousel {
    margin-top: 32px;
  }
}

.main-reviews {
  position: relative;
  width: 100%;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  white-space: nowrap;
  overflow: hidden;
  margin: 48px 0 40px 0;
}

.main-reviews.slick-initialized {
  overflow: visible;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.main-reviews .review {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  white-space: normal;
  margin: 0;
  box-shadow: none;
}

.main-reviews .text {
  margin: 0 auto;
}

@media screen and (max-width: 1119px) {
  .main-reviews {
    margin: 32px -12px 46px -12px;
    padding: 16px 12px 0 12px;
    width: auto;
  }
}

.main-reviews .slick-prev,
.main-reviews .slick-next {
  display: block;
  position: absolute;
  z-index: 2;
  top: 150px;
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  cursor: pointer;
}

.main-reviews .slick-prev {
  left: -80px;
}

.main-reviews .slick-next {
  right: -80px;
}

.main-reviews .slick-prev svg,
.main-reviews .slick-next svg {
  display: block;
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.15s;
}

.main-reviews .slick-next svg {
  left: auto;
  right: 28px;
  transform: translateY(-50%) rotate(180deg);
}

.main-reviews .slick-prev path,
.main-reviews .slick-next path {
  fill: #000;
}

@media screen and (min-width: 1120px) {
  .main-reviews .slick-prev::before {
    content: '';
    display: block;
    width: 44px;
    height: 2px;
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -1px;
    background: #000;
    border-radius: 2px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.15s;
  }

  .main-reviews .slick-prev:hover::before {
    opacity: 1;
    transform: none;
  }

  .main-reviews .slick-prev:hover svg {
    transform: translate(-10px, -50%);
  }

  .main-reviews .slick-next::before {
    content: '';
    display: block;
    width: 44px;
    height: 2px;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -1px;
    background: #000;
    border-radius: 2px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.15s;
  }

  .main-reviews .slick-next:hover::before {
    opacity: 1;
    transform: none;
  }

  .main-reviews .slick-next:hover svg {
    transform: translate(10px, -50%) rotate(180deg);
  }
}

.main-reviews .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  text-align: center;
}

.main-reviews .slick-dots li {
  margin: 0 0 0 12px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.main-reviews .slick-dots li::before {
  display: none;
}

.main-reviews .slick-dots li:first-child {
  margin: 0;
}

.main-reviews .slick-dots li button {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #333333;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  text-indent: 100px;
  transition: all 0.15s;
}

.main-reviews .slick-dots li.slick-active {
  z-index: 2;
}

.main-reviews .slick-dots li.slick-active button {
  background: #345737;
  border-color: #345737;
}

.main-reviews-all {
  max-width: 304px;
  margin: 40px auto 0 auto;
}

.main-reviews-all .btn {
  background: #fff;
}

@media screen and (min-width: 1120px) {
  .main-reviews-all .btn:hover {
    background: #345737;
    color: #fff;
  }
}

@media screen and (max-width: 1119px) {
  .main-reviews-all {
    margin-bottom: -18px;
  }
}

.faq {
  border-top: 1px solid #d8d8d8;
  margin: 48px 0 0 0;
}

.faq-item {
  border-bottom: 1px solid #d8d8d8;
}

.faq-item-title a {
  display: block;
  color: #333;
  text-decoration: none;
  position: relative;
  padding: 21px 66px 20px 0;
}

@media screen and (min-width: 1120px) {
  .faq-item-title a:hover {
    color: #345737;
  }
}

.faq-item.open .faq-item-title a {
  color: #345737;
}

.faq-item-title a::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: url(/local/templates/vv/css/../images/faq-item.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 16px;
}

.faq-item.open .faq-item-title a::after {
  transform: rotate(180deg);
}

.faq-item-content {
  display: none;
  padding: 16px 32px 24px 32px;
  background: #f6f6f4;
  margin: 2px 0 16px 0;
}

.faq-item.open .faq-item-content {
  display: block;
}

.faq-new {
  max-width: 304px;
  margin: 40px auto 112px auto;
}

@media screen and (max-width: 1119px) {
  .faq {
    margin: 24px 0 0 0;
  }

  .faq-new {
    margin: 32px auto 72px auto;
  }
}

footer {
  background: #337e3f;
  padding: 88px 0 91px 0;
  position: relative;
}

@media screen and (max-width: 1119px) {
  footer {
    padding: 56px 0 51px 0;
  }
}

.footer-top {
  display: flex;
  justify-content: center;
}


.footer-top::after {
  content: '';
  display: block;
  clear: both;
}

.footer-feedback {
  margin-right: 60px;
}

.footer-feedback-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #fff;
}

.footer-feedback-menu {
  margin: 42px 0 0 0;
}

.footer-feedback-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-feedback-menu ul li {
  margin: 2px 0;
  padding: 0 0 0 24px;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
}

.footer-feedback-menu ul li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.67);
}

.footer-feedback-phone {
  margin: 27px 0 0 0;
  width: 290px;
}

.footer-feedback-phone a {
  display: block;
  height: 56px;
  border: 2px solid #fff;
  text-align: center;
  font-weight: bold;
  line-height: 52px;
  color: #fff;
  text-decoration: none;
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .footer-feedback-phone a:hover {
    color: #337e3f;
    background: #fff;
  }
}

.footer-feedback-phone a svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0 18px 0 0;
}

.footer-feedback-phone a path {
  fill: #fff;
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .footer-feedback-phone a:hover path {
    fill: #337e3f;
  }
}

.footer-feedback-book {
  margin: 16px 0 0 0;
  width: 290px;
}

.footer-feedback-book a {
  display: block;
  height: 56px;
  background: #fff;
  border: 2px solid #fff;
  text-align: center;
  font-weight: bold;
  line-height: 52px;
  letter-spacing: 0.4px;
  color: #337e3f;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .footer-feedback-book a:hover {
    background: rgba(255, 255, 255, 0.95);
  }
}

@media screen and (max-width: 1119px) {
  .footer-feedback {
    float: none;
  }

  .footer-feedback-menu {
    margin: 16px 0 0 0;
  }

  .footer-feedback-phone {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-feedback-book {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-content {
  float: right;
  padding: 19px 0 0 0;
}

.footer-content-item {
  float: left;
  margin: 0 0 0 52px;
}

.footer-content-item:first-child {
  margin: 0;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.6px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-menu ul li {
  margin: 16px 0;
  padding: 0;
}

.footer-menu ul li::before {
  display: none;
}

.footer-menu ul li a {
  color: rgba(255, 255, 255, 0.87);
  text-decoration: none;
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .footer-menu ul li a:hover {
    color: #fff;
  }
}

.footer-menu ul li ul {
  text-transform: none;
  font-weight: normal;
}

.footer-contacts {
  margin: 16px 0 0 0;
}

.footer-contacts-title {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.6px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-contacts-title a {
  color: rgba(255, 255, 255, 0.87);
  text-decoration: none;
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .footer-contacts-title a:hover {
    color: #fff;
  }
}

.footer-contacts-address {
  margin: 18px 0 0 0;
  padding: 0 0 0 39px;
  background: url(/local/templates/vv/css/../images/footer-contacts-address.svg) no-repeat left 3px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.53px;
  color: rgba(255, 255, 255, 0.52);
}

.footer-contacts-address-link {
  margin: 2px 0 0 0;
  font-weight: 500;
}

.footer-contacts-address-link a {
  color: #fff;
}

.footer-contacts-email {
  margin: 14px 0 0 0;
  padding: 0 0 0 39px;
  background: url(/local/templates/vv/css/../images/footer-contacts-email.svg) no-repeat left 5px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.53px;
  color: rgba(255, 255, 255, 0.52);
}

.footer-contacts-email a {
  color: rgba(255, 255, 255, 0.52);
  text-decoration: none;
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .footer-contacts-email a:hover {
    color: #fff;
  }
}

.footer-contact-text {
	margin-top: 16px;
	color: rgba(255, 255, 255, 0.87);
	font-weight: 500;
	font-size: 16px;
}

.footer-contacts-phones {
  padding: 0 0 0 39px;
  background: url(/local/templates/vv/css/../images/footer-contacts-phones.svg) no-repeat left 3px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.53px;
  color: rgba(255, 255, 255, 0.52);
}

.footer-contacts-phones a {
  color: rgba(255, 255, 255, 0.52);
  text-decoration: none;
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .footer-contacts-phones a:hover {
    color: #fff;
  }
}

@media screen and (max-width: 1119px) {
  .footer-content {
    float: none;
    padding: 0;
  }

  .footer-content-item {
    float: none;
    margin: 0;
  }

  .footer-menu {
    display: none;
  }

  .footer-contacts {
    margin: 0;
  }

  .footer-contacts-title {
    display: none;
  }

  .footer-contacts-address {
    margin: 48px 0 0 0;
  }

  .footer-contacts-address br {
    display: none;
  }
}

.footer-bottom {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.53px;
  padding: 68px 0 0 0;
}

.footer-bottom::after {
  content: '';
  display: block;
  clear: both;
}

.footer-copyrights {
  float: left;
  color: rgba(255, 255, 255, 0.52);
}

.footer-developer {
  float: right;
  color: rgba(255, 255, 255, 0.87);
}

.footer-developer a {
  color: rgba(255, 255, 255, 0.87);
  text-decoration: none;
  transition: all 0.15s;
}

@media screen and (min-width: 1120px) {
  .footer-developer a:hover {
    color: #fff;
  }
}

.footer-social {
  float: right;
  margin: -13px 53px 0 0;
}

.footer-social a {
  float: left;
  margin: 0 0 0 14px;
}

.footer-social a:first-child {
  margin: 0;
}

.footer-social a img {
  width: 48px;
  opacity: 0.5;
  transition: all 0.2s;
}

.footer-social a:hover img {
  opacity: 1;
}

.footer-social-mobile {
  display: none;
}

@media screen and (max-width: 1119px) {
  .footer-top {
    align-items: center;
    flex-direction: column;
  }

  .footer-bottom {
    padding: 36px 0 0 0;
  }

  .footer-copyrights {
    float: none;
    padding: 0 64px 0 0;
  }

  .footer-developer {
    float: none;
    margin: 12px 0 0 0;
  }

  .footer-social-mobile {
    display: block;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    margin: 31px 0 0 0;
  }

  .footer-social {
    display: none;
  }

  .footer-social-mobile a {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 40px;
  }

  .footer-social-mobile a:first-child {
    margin: 0;
  }

  .footer-social-mobile a img {
    width: 48px;
    opacity: 0.5;
    transition: all 0.2s;
  }

  .footer-social-mobile a:hover img {
    opacity: 1;
  }
}

.footer-up {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  right: 17px;
  bottom: 44px;
  border: 2px solid #337e3f;
  border-radius: 50%;
  z-index: 99;
}

.footer-up.visible {
  display: block;
}

.footer-up.inverse {
  border-color: #fff;
}

.footer-up svg {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.footer-up path {
  fill: #337e3f;
}

.footer-up.inverse path {
  fill: #fff;
}

.window-open html,
.window-open body {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.window {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99997;
  overflow: auto;
  background: rgba(0, 0, 0, 0.7);
}

.window-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  background: url(/local/templates/vv/css/../images/loading.gif);
}

.window-container {
  position: absolute;
  z-index: 99999;
  left: 50%;
  top: 50%;
}

.window-container-load {
  position: fixed;
  left: -9999px;
  top: -9999px;
}

.window-content {
  position: relative;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 4px 30px 0 rgba(143, 103, 103, 0.35);
}

.window-close {
  display: block;
  position: absolute;
  right: -56px;
  top: 0;
  opacity: 0.7;
  transition: all 0.15s;
}

.window-close svg {
  display: block;
  width: 28px;
  height: 29px;
}

.window-close path {
  fill: #fff;
}

@media screen and (min-width: 1120px) {
  .window-close:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 1119px) {
  .window-close {
    right: 16px;
    top: -45px;
  }
}

.window-review {
  width: 736px;
  padding: 56px 96px 84px 96px;
}

.window-review h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: bold;
  margin: 0 0 36px 0;
  text-align: left;
}

.window-review form {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1119px) {
  .window-review {
    width: 360px;
    padding: 56px 16px 80px 16px;
  }

  .window-review h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

.review-field {
  margin: 16px 0 0 0;
}

.review-field .form-files {
  margin: 27px 0 24px 0;
}

.window-thanks {
  width: 554px;
  padding: 56px 0;
  text-align: center;
}

.window-thanks h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: bold;
  margin: 0 0 24px 0;
  text-align: center;
}

.window-thanks-text {
  margin: 24px 0 0 0;
  font-size: 16px;
  line-height: 24px;
}

.window-thanks-close {
  width: 256px;
  margin: 32px auto 0 auto;
}

.window-thanks + .window-close {
  display: none;
}

@media screen and (max-width: 1119px) {
  .window-thanks {
    width: 360px;
    padding: 56px 16px;
  }

  .window-thanks h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .window-thanks-close {
    width: auto;
  }
}

.rate-title {
  padding: 0 0 0 32px;
}

.rate {
  margin: 9px 0 28px 16px;
  width: 230px;
}

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

.rate input {
  display: none;
}

.rate label {
  float: right;
  width: 46px;
  height: 33px;
  cursor: pointer;
  background: url(/local/templates/vv/css/../images/star.svg) no-repeat right top;
  position: relative;
}

.rate label:hover::before,
.rate label:hover:hover ~ label::before,
.rate input:checked ~ label::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/local/templates/vv/css/../images/star-active.svg) no-repeat right top;
}

@media screen and (max-width: 1119px) {
  .rate-title {
    padding: 0;
  }

  .rate {
    margin: 9px 0 28px -10px;
  }
}

.window-review-contacts::after {
  content: '';
  display: block;
  clear: both;
}

.window-review-contacts-fields {
  float: left;
  width: 352px;
}

.window-review-contacts-text {
  float: right;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.32px;
  width: 160px;
  padding: 34px 0 0 0;
  color: rgba(0, 0, 0, 0.87);
}

@media screen and (max-width: 1119px) {
  .window-review-contacts-fields {
    float: none;
    width: auto;
  }

  .window-review-contacts-text {
    float: none;
    width: auto;
    padding: 16px 0 0 0;
  }
}

.review-row-2 {
  margin: 28px 0 0 0;
}

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

.review-row .review-field {
  float: left;
  margin: 0;
  width: 256px;
}

.review-row .review-field + .review-field {
  float: right;
  width: 262px;
}

.review-policy {
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.35px;
  margin: -4px 0 0 0;
}

@media screen and (max-width: 1119px) {
  .review-row .review-field {
    float: none;
    width: auto;
  }

  .review-row .review-field + .review-field {
    float: none;
    width: auto;
  }

  .review-policy {
    margin: 17px 0 0 0;
  }
}

.price h3 {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.87);
  margin: 55px 0 25px 0;
  letter-spacing: 0;
}

.price table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0 48px;
}

.price th {
  vertical-align: bottom;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  padding: 0 0 12px 10px;
  white-space: nowrap;
  text-align: left;
  color: rgba(51, 51, 51, 0.7);
}

.price th:first-child {
  padding-left: 20px;
  font-weight: bold;
  white-space: normal;
  width: 100%;
  color: #333;
}

.price th:last-child {
  padding-right: 20px;
}

.price table + table th {
  color: #000000;
}

.price td {
  vertical-align: top;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  padding: 14px 0 10px 10px;
  color: #337e3f;
  white-space: nowrap;
  text-align: right;
}

.price td:first-child {
  padding-left: 20px;
  text-align: left;
  font-weight: normal;
  color: #333;
  font-size: 16px;
  white-space: normal;
  width: 100%;
  text-align: left;
}

.price td:last-child {
  padding-right: 20px;
}

.price tbody tr:nth-child(odd) {
  background: #f6f6f4;
}

.price td.price-period {
  color: rgba(51, 51, 51, 0.7);
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  font-weight: normal;
}

.price-notice {
  padding: 0 0 0 17px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.52px;
  color: rgba(0, 0, 0, 9.87);
  opacity: 0.6;
}

.text-white {
  color: white;
}

.main-title.title-mt {
  margin-top: 50px;
}

#block-search,
#block-search * {
  box-sizing: border-box;
}

#block-search {
  background-color: rgba(255, 255, 255, 0.9);
}

#block-search.block-search--inner {
  background: #ffffffd9;
  border-bottom: 1px solid #345737;
}

#block-search.block-search--mobile {
  background: #ffffff;
  border-bottom: 1px solid #345737;
}

.tl-container {
  max-width: 1332px;
  margin: 0 auto;
  padding: 0 30px;
}
#tl-booking-form {
  width: 100%;
  max-width: 1272px;
  margin: 0 auto;
}

@media screen and (max-width: 1119px) {
	.content-top-suites {
		min-height: 430px;
	}
}

@media screen and (max-width: 430px) {
	.content-top-suites {
		min-height: 560px;
	}
}


/* End */


/* Start:/local/templates/vv/css/main.css?176483716422562*/
:root {
  --primary-color: #0275d8;
  --gold-color: #faeda2;
  --green-color: #345737;
  --green-item: #2a7434e0;
  --green-cold: #C2B370;
  --bg-color: #111511fd;
  --container-size: 1272px;
  --sub_menu-color: #afa36b;
}

.lock {
  overflow: hidden;
}

.header-n a,
.main-full a {
  cursor: pointer;
  text-decoration: none;
  transition: 0.2s linear;
}

.header-n a:hover {
  color: #faeda2;
  transition: 0.2s linear;
}

.header-n {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100000;
/*z-index: 100;*/
  background: red;
  border-bottom: 2px solid var(--gold-color);
}

.header-n__container {
  max-width: var(--container-size);
  margin: 0 auto;
}

.header-n__wrapper {
  display: flex;
  width: 100%;
  height: 96px;
  align-items: center;
}

.active-menu.header-n .header-n__menu-container {
  opacity: 1;
  z-index: 1;
  height: calc(100vh - 96px);
  transition: 0.3s ease all;
}

.header-n__menu-container {
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  position: absolute;
  background: var(--bg-color);
  top: 98px;
  left: 0;
  width: 100%;
  height: 0;
  transition: 0.3s ease all;
}

.header-n__menu {
  max-width: calc(var(--container-size) + 80px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.header-n__menu ul,
.header-n__menu li {
  margin: 0px;
  padding: 0px;
}

.header-n__menu li::before {
  display: none;
}

.header-n__menu a {
  display: block;
}

.header-n__menu .header-n__menu-item {
  width: 25%;
  padding: 20px 40px 40px 40px;
  transition: 0.2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header-n .header-n__menu-link {
  color: var(--sub_menu-color);
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
  border-bottom: 1px solid var(--sub_menu-color);
  width: 100%;
  display: block;
  cursor: pointer;
  transition: 0.2s linear;
}

.header-n .header-n__menu-link:hover {
  color: #fff;
  transition: 0.2s linear;
}

.header-n .header-n__sub-menu-link {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
}

.header-n .header-n__sub-menu-link:hover .header-n__sub-menu-img {
  opacity: 0.6;
  transition: 0.2s linear;
}

.header-n__logo {
  margin: 0 auto;
  display: flex;
  color: #fff;
  text-decoration: none;
  align-items: center;
  line-height: normal;
}

.logo::after {
  opacity: 1;
}

.header-n__logo-title {
  display: block;
  margin-right: 10px;
}

.header-n__phone:hover {
  color: #afa36b !important;
}

.header-n__phone-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
}

.header-n__phone-block a {
  text-decoration: none;
}

.header-n__phone {
  font-size: 24px;
  line-height: 28px;
  color: var(--gold-color);
}

.header-n__callback {
  text-transform: lowercase;
  color: #fff;
  font-weight: 500;
}

/* burger */
.header-n__burger-wrapper {
  margin-left: -20px;
}

.header-n__burger {
  cursor: pointer;
}

svg {
  height: 80px;
  position: absolute;
  width: 80px;
}

.plate {
  height: 80px;
  width: 80px;
}

.burger {
  filter: url(#gooeyness);
}

.x {
  transform: scale(0);
  transition: transform 400ms;
}

.line {
  fill: none;
  stroke: var(--gold-color);
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: 50%;
  transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
}

.x .line {
  stroke-width: 5.5px;
}

/* First plate */
.plate1 .line2 {
  stroke-dasharray: 40 200;
  stroke-dashoffset: 0px;
}

.plate1 .line3 {
  stroke-dasharray: 40 179;
  stroke-dashoffset: 0px;
}

.active .line {
  transition: stroke-dasharray 500ms, stroke-dashoffset 500ms, transform 500ms;
}

.active.plate1 .line1 {
  transform: scale(0, 1);
  transition: transform 500ms 100ms;
}

.active.plate1 .line2 {
  stroke-dasharray: 5px 200;
  stroke-dashoffset: -164px;
}

.active.plate1 .line3 {
  stroke-dasharray: 5px 179;
  stroke-dashoffset: -142px;
}

.active .x {
  transform: scale(1);
  transition: transform 400ms 350ms;
}

/* El segundo plato */
.plate2 .line1 {
  stroke-dasharray: 21 185.62753295898438;
  transition-delay: 0;
}

.plate2 .line2 {
  stroke-dasharray: 21 178.6514129638672;
  transition-delay: 30ms;
}

.plate2 .line3 {
  stroke-dasharray: 21 197.92425537109375;
  transition-delay: 60ms;
}

.plate2 .line4 {
  stroke-dasharray: 21 190.6597137451172;
  transition-delay: 90ms;
}

.plate2 .line5 {
  stroke-dasharray: 21 208.52874755859375;
  transition-delay: 120ms;
}

.plate2 .line6 {
  stroke-dasharray: 21 186.59703063964844;
  transition-delay: 150ms;
}

.active.plate2 .line1 {
  stroke-dasharray: 5 185.62753295898438;
  stroke-dashoffset: -141px;
}

.active.plate2 .line2 {
  stroke-dasharray: 5 178.6514129638672;
  stroke-dashoffset: -137px;
}

.active.plate2 .line3 {
  stroke-dasharray: 5 197.92425537109375;
  stroke-dashoffset: -176px;
}

.active.plate2 .line4 {
  stroke-dasharray: 5 190.6597137451172;
  stroke-dashoffset: -159px;
}

.active.plate2 .line5 {
  stroke-dasharray: 5 208.52874755859375;
  stroke-dashoffset: -139px;
}

.active.plate2 .line6 {
  stroke-dasharray: 5 186.59703063964844;
  stroke-dashoffset: -176px;
}

.active.plate2 .x {
  transition: transform 400ms 250ms;
}

/* O terceiro prato */
.plate3 .line {
  transition: stroke-dasharray 300ms 200ms, stroke-dashoffset 300ms 200ms, transform 300ms 200ms;
}

.plate3 .line1 {
  stroke-dasharray: 21 109;
}

.plate3 .line2 {
  stroke-dasharray: 21 112;
}

.plate3 .line3 {
  stroke-dasharray: 21 102;
}

.plate3 .line4 {
  stroke-dasharray: 21 103;
}

.plate3 .line5 {
  stroke-dasharray: 21 110;
}

.plate3 .line6 {
  stroke-dasharray: 21 115;
}

.plate3 .x {
  transition: transform 400ms 50ms;
}

.active.plate3 .line {
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms, transform 400ms;
}

.active.plate3 .line1 {
  stroke-dasharray: 5 109;
  stroke-dashoffset: -95px;
}

.active.plate3 .line2 {
  stroke-dasharray: 5 112;
  stroke-dashoffset: -96px;
}

.active.plate3 .line3 {
  stroke-dasharray: 5 102;
  stroke-dashoffset: -79px;
}

.active.plate3 .line4 {
  stroke-dasharray: 5 103;
  stroke-dashoffset: -78px;
}

.active.plate3 .line5 {
  stroke-dasharray: 5 110;
  stroke-dashoffset: -63px;
}

.active.plate3 .line6 {
  stroke-dasharray: 5 115;
  stroke-dashoffset: -64px;
}

.active.plate3 .x {
  transition: transform 400ms 100ms;
}

/* Die vierte teller */
.plate4 .x {
  transition: transform 400ms;
}

.plate4 .line {
  transform-origin: 50%;
  transition: transform 400ms 100ms;
}

.active.plate4 .line {
  transition: transform 400ms;
}

.active.plate4 .line1 {
  transform: translateX(18px) translateY(-3px) rotate(-45deg) scale(0.7);
}

.active.plate4 .line2 {
  transform: translateX(-18px) translateY(-3px) rotate(45deg) scale(0.7);
}

.active.plate4 .line3 {
  transform: translateY(0px) rotate(45deg) scale(0.7);
}

.active.plate4 .line4 {
  transform: translateY(0px) rotate(-45deg) scale(0.7);
}

.active.plate4 .line5 {
  transform: translateX(18px) translateY(3px) rotate(45deg) scale(0.7);
}

.active.plate4 .line6 {
  transform: translateX(-18px) translateY(3px) rotate(-45deg) scale(0.7);
}

.active.plate4 .x {
  transition: transform 400ms 100ms;
  transform: scale(1);
}

/* Den femte rätten */
.plate5 .line {
  transition: stroke-dasharray 400ms 100ms, stroke-dashoffset 400ms 100ms, transform 400ms 100ms;
}

.plate5 .line1 {
  stroke-dasharray: 40 40;
}

.plate5 .line2 {
  stroke-dasharray: 21 39;
}

.plate5 .line3 {
  stroke-dasharray: 21 39;
}

.plate5 .line4 {
  stroke-dasharray: 40 40;
}

.plate5 .x {
  transition: transform 400ms 50ms;
}

.active.plate5 .line {
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms, transform 400ms;
}

.active.plate5 .line1 {
  stroke-dasharray: 1 40;
  stroke-dashoffset: -33px;
}

.active.plate5 .line2 {
  stroke-dasharray: 5 39;
  stroke-dashoffset: -37px;
}

.active.plate5 .line3 {
  stroke-dasharray: 5 39;
  stroke-dashoffset: -37px;
}

.active.plate5 .line4 {
  stroke-dasharray: 1 40;
  stroke-dashoffset: -33px;
}

.active.plate5 .x {
  transition: transform 400ms 50ms;
}

/* Шестая пластина */
.plate6 .line {
  transition: stroke-dasharray 400ms 100ms, stroke-dashoffset 400ms 100ms, transform 400ms 100ms;
}

.plate6 .line1 {
  stroke-dasharray: 21 127;
}

.plate6 .line2 {
  stroke-dasharray: 21 106;
}

.plate6 .line3 {
  stroke-dasharray: 21 106;
}

.plate6 .line4 {
  stroke-dasharray: 21 126;
}

.plate6 .x {
  transition: transform 400ms 50ms;
}

.active.plate6 .line {
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms, transform 400ms;
}

.active.plate6 .line1 {
  stroke-dasharray: 2 127;
  stroke-dashoffset: -94px;
}

.active.plate6 .line2 {
  stroke-dasharray: 2 106;
  stroke-dashoffset: -91px;
}

.active.plate6 .line3 {
  stroke-dasharray: 2 106;
  stroke-dashoffset: -91px;
}

.active.plate6 .line4 {
  stroke-dasharray: 2 127;
  stroke-dashoffset: -94px;
}

.active.plate6 .x {
  transition: transform 400ms 50ms;
}

/* 제 7 판 */
.plate7 .line {
  transition: stroke-dasharray 400ms 100ms, stroke-dashoffset 400ms 100ms, transform 400ms 100ms;
}

.plate7 .line1 {
  stroke-dasharray: 21 102;
}

.plate7 .line2 {
  stroke-dasharray: 21 92;
}

.plate7 .line3 {
  stroke-dasharray: 21 97;
}

.plate7 .line4 {
  stroke-dasharray: 21 97;
}

.plate7 .line5 {
  stroke-dasharray: 21 92;
}

.plate7 .line6 {
  stroke-dasharray: 21 102;
}

.plate7 .x {
  transition: transform 400ms 50ms;
}

.active.plate7 .line {
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms, transform 400ms;
}

.active.plate7 .line1 {
  stroke-dasharray: 2 102;
  stroke-dashoffset: -102px;
}

.active.plate7 .line2 {
  stroke-dasharray: 2 92;
  stroke-dashoffset: -92px;
}

.active.plate7 .line3 {
  stroke-dasharray: 2 97;
  stroke-dashoffset: -97px;
  transition-delay: 20ms;
}

.active.plate7 .line4 {
  stroke-dasharray: 2 97;
  stroke-dashoffset: -97px;
  transition-delay: 20ms;
}

.active.plate7 .line5 {
  stroke-dasharray: 2 92;
  stroke-dashoffset: -90px;
  transition-delay: 40ms;
}

.active.plate7 .line6 {
  stroke-dasharray: 2 102;
  stroke-dashoffset: -100px;
  transition-delay: 40ms;
}

.active.plate7 .x {
  transition: transform 400ms 50ms;
}

/* Όγδοο πιάτο */
.plate8 .line {
  transition: stroke-dasharray 400ms 100ms, stroke-dashoffset 400ms 100ms, transform 400ms 100ms;
}

.plate8 .line1 {
  stroke-dasharray: 21 201;
}

.plate8 .line2 {
  stroke-dasharray: 21 201;
  transition-delay: 20ms;
}

.plate8 .line3 {
  stroke-dasharray: 21 201;
  transition-delay: 40ms;
}

.plate8 .line4 {
  stroke-dasharray: 21 201;
  transition-delay: 60ms;
}

.plate8 .line5 {
  stroke-dasharray: 21 201;
  transition-delay: 80ms;
}

.plate8 .line6 {
  stroke-dasharray: 21 201;
  transition-delay: 100ms;
}

.plate8 .x {
  transition: transform 400ms 50ms;
}

.active.plate8 .line {
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms, transform 400ms;
}

.active.plate8 .line1 {
  stroke-dasharray: 5 201;
  stroke-dashoffset: -158px;
}

.active.plate8 .line2 {
  stroke-dasharray: 5 201;
  stroke-dashoffset: -158px;
  transition-delay: 20ms;
}

.active.plate8 .line3 {
  stroke-dasharray: 5 201;
  stroke-dashoffset: -158px;
  transition-delay: 40ms;
}

.active.plate8 .line4 {
  stroke-dasharray: 5 201;
  stroke-dashoffset: -158px;
  transition-delay: 60ms;
}

.active.plate8 .line5 {
  stroke-dasharray: 5 201;
  stroke-dashoffset: -158px;
  transition-delay: 80ms;
}

.active.plate8 .line6 {
  stroke-dasharray: 5 201;
  stroke-dashoffset: -158px;
  transition-delay: 100ms;
}

.active.plate8 .x {
  transition: transform 400ms 50ms;
}

/* end-burger */

.main-full {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-top: -104px;
}

.main-full__video {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 950;
}

.main-full__video-content {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  scale: 1.2;
}

.main-full ul,
.main-full li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-full ul::before,
.main-full li::before {
  display: none;
}

.main-full .main-full__links {
  position: absolute;
  max-width: calc(var(--container-size) + 20px);
  width: 100%;
  display: flex;
  z-index: 20;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  list-style: none;
  animation: fade 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.main-full .main-full__item {
  width: 25%;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
}

.main-full .main-full__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #faeda2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.4em;
  border-radius: 0px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 100px;
  text-align: center;
  background: var(--green-item);
  color: var(--gold-color);
  transition: 0.2s linear all;
}

.main-full .main-full__link:hover {
  background: var(--green-color);
  color: #fff;
  border-color: #fff;
  transition: 0.2s linear all;
}

.ibg {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background: #333333 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  width: 16px !important;
  height: 16px !important;
  background: #345737 !important;
}

.main-slider {
  width: 100%;
  height: 480px;
}

.main-slider__slide {
  background: #e2e2e2;
}

.tabs__wrapper {
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.tabs {
  width: 100%;
}

.tabs__items .row {
  margin-left: -7px;
  margin-right: -7px;
}

.tabs__items {
  margin-bottom: 15px;
}

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

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

.col-4,
.col-6 {
  padding: 0 7px;
}

.tabs__item {
  box-sizing: border-box;
  height: 60px;
  padding: 10px 20px;
  background: var(--green-cold);
  color: #fff;
  transition: 0.2s linear all;
  font-size: 20px;
  width: 100%;
  margin-right: 10px;
  transition: all 0.2s ease;
  border: 2px solid transparent;
  cursor: pointer;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 7px;
}

.tabs__item.nt {
  width: 50%;
}

.tabs__item.open {
  background: var(--gold-color);
  color: #33893f;
  border-color: var(--green-item);
  transition: all 0.2s ease;
}

.tabs .tabs__item.open:hover {
  background: var(--gold-color);
  color: #33893f;
  border-color: var(--green-item);
  transition: all 0.2s ease;
}

.tabs__item:hover {
  background: var(--green-item);
  border-color: #9b9b9b91;
  color: var(--gold-color);
}

.tabs .main-suite-content {
  height: 100%;
  background: #fff;
  width: 100%;
  float: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 10px;
}

.tabs .main-suite-content {
  margin-right: 0px;
  padding-right: 15px;
}

.tabs .main-suite-title,
.tabs .main-suite-rooms {
  text-align: center;
}

.tabs__content {
  opacity: 0;
  height: 0;
  transition: opacity 0.2s ease;
  overflow: hidden;
}

.tabs__content.open {
  opacity: 1;
  height: auto;
  transition: all 0.2s ease;
}

.gallery-slider {
  height: 600px;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  opacity: 0;
}

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  scale: 1.6;
  padding: 20px !important;
  transition: all 0.2s ease;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: block;
  color: #345737 !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  transition: all 0.2s ease;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: #faeda2 !important;
}

.gallery .swiper-pagination {
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 30px;
  height: 16px !important;
}

.gallery .swiper-pagination-bullet {
  height: 8px !important;
  width: 8px !important;
  margin-right: 10px !important;
  transition: all 0.2s ease;
}

.gallery .swiper-pagination-bullet-active {
  height: 16px !important;
  width: 16px !important;
  transition: all 0.2s ease;
}

.slick-next::before,
.slick-prev::before {
  display: none !important;
}

.slick-arrow:hover svg path {
  fill: #277c34 !important;
}

.content-menu-back a::before {
  display: none;
}

.header-n__sub-menu-img {
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  transition: 0.2s linear;
  
  flex-shrink: 0;
}

.header-n .header-n__sub-menu-link {
  display: flex;
  align-items: center;
}

.main-block {
  margin-bottom: 68px;
  padding-top: 44px;
  padding-bottom: 80px;
}

.main-title {
  margin-top: 0px;
}

footer {
  margin-top: 70px;
}

.main-services {
  margin-bottom: 90px;
}

.header-n__menu-container {
  overflow-y: scroll;
}

header .element::-webkit-scrollbar {
  width: 0;
}

header ::-webkit-scrollbar {
  width: 0;
}

.doctors-item-photo {
  height: fit-content;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  E 75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 1320px) {
  .main-full .main-full__links {
    padding: 0px 14px;
  }

  .header-n {
    padding: 0px 24px;
  }
}

@media (max-width: 1119px) {
  .header-n__menu .header-n__menu-item {
    width: 50%;
  }

  .main-full__link {
    padding: 0px 10px;
  }

  .header-n {
    padding: 0px 16px;
  }

  .main-full .main-full__links {
    padding: 0px 14px;
    top: calc(37% + 70px);
    left: 0px;
    bottom: unset;
    flex-direction: column;
    transform: translate(0, -50%);
  }

  .main-full .main-full__item {
    margin-bottom: 10px;
    max-width: 320px;
    width: 100%;
  }

  .wrapper {
    padding-top: 80px;
  }

  header {
    height: 80px;
  }

  .header-n__wrapper {
    height: 100%;
  }

  .header-n__menu-container {
    top: 80px;
  }

  .active-menu.header-n .header-n__menu-container {
    height: calc(100vh - 79px);
  }

  .gallery {
    margin-bottom: 35px;
  }

  .container--flex .container__doctors {
    max-width: 320px !important;
  }
}

@media (max-width: 768px) {
  .container--flex h1 {
    margin-top: 40px;
  }

  .container--flex .price {
    width: 100% !important;
  }

  p {
    margin: 15px 0;
  }

  .container--flex {
    flex-direction: column;
  }

  .container--flex .text,
  .container--flex .container__doctors,
  .container--flex .doctors-item {
    max-width: 100% !important;
    width: 100% !important;
  }

  .container--flex .container__doctors {
    padding-left: 0px !important;
  }

  .container--flex .text {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  header .header-n__menu-item {
    position: relative;
  }

  .header-n__menu-item.open .header-n__sub-menu {
    height: auto;
    opacity: 1;
    margin-bottom: 10px;
    transition: all 0.4s ease;
  }

  .header-n__menu-item .header-n__sub-menu {
    height: 0px;
    opacity: 0;
    overflow: hidden;
    margin-bottom: 0px;
    transition: all 0.4s ease;
  }

  .header-n .header-n__menu-link {
    font-size: 20px;
    line-height: 25px;
  }

  header .header-n__menu-item::before {
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    background: url(/local/templates/vv/images/arrow-new.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 20;
    padding: 5px;
    left: auto;
    right: 16px;
    top: 10px;
    color: #faeda2;
    transform: rotate(90deg);
    transition: all 0.2s ease;
  }

  header .header-n__menu-item.open::before {
    transform: rotate(-90deg);
    transition: all 0.2s ease;
  }

  header .header-n__menu-item::after {
    content: '';
    position: absolute;
    display: block;
    left: auto;
    right: 16px;
    top: 10px;
    width: 45px;
    height: 22px;
  }

  .header-n .header-n__sub-menu-link {
    margin-top: 10px;
    font-size: 14px;
  }

  .main-block p {
    margin: 15px 0;
  }

  h2.main-title {
    font-size: 32px;
    line-height: 36px;
  }

  .main-full .main-full__links {
    max-width: 100%;
    padding: 0 8px;
    width: 180px;
    top: 36%;
    transform: unset;
  }

  .main-full .main-full__link {
    height: 60px;
    font-size: 10px;
  }

  .main-services {
    margin-bottom: 0px;
  }

  .main-full .main-full__item {
    max-width: 100%;
    margin-bottom: 7px;
  }

  .header-n__logo-title {
    font-size: 12px;
  }

  .header-n__phone {
    font-size: 20px;
  }

  .header-n__phone-block a {
    font-size: 13px;
    line-height: 1;
  }

  .services-item {
    max-width: 100%;
  }

  .services-item {
    margin: 8px auto;
  }

  .header-n__menu {
    flex-direction: column;
  }

  .header-n__menu .header-n__menu-item {
    width: 100%;
    padding: 10px 16px;
  }

  /* tabs */
  .tabs__items.row {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .tabs .col-4,
  .tabs .col-6 {
    -ms-flex: 0 0 48.333333%;
    flex: 0 0 48.333333%;
    max-width: 48.333333%;
    padding: 0 5px;
  }

  .tabs .main-suite-title {
    font-size: 24px;
  }

  .tabs .main-suite-text {
    margin-top: 15px;
  }

  .tabs__item {
    font-size: 16px;
    line-height: 1;
    text-align: center;
    font-weight: 400;
  }

  .tabs__content .col-8,
  .tabs__content .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .main-slider,
  .gallery-slider {
    height: 380px;
  }

  .main-title {
    margin-top: 0px;
  }

  .main-block {
    padding-bottom: 40px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  footer {
    margin-top: 30px;
  }
}

.main-full__video-content-two {
    width: 100%;
}


@media (max-width: 430px) {
  .main-full .main-full__links {
    top: 22%;
  }
}


body:has(#tl-booking-form) .header-n.active-menu {
  z-index: 10000000000;
}
/* End */


/* Start:/local/templates/vv/js/slick/slick.css?17647506511776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/vv/js/fancybox/jquery.fancybox.min.css?176475065112795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/vv/js/jscrollpane/jquery.jscrollpane.css?17647506511394*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 14px;
	width: 6px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	position: relative;
}

.jspDrag
{
	background: #CECECE;
	position: relative;
	top: 0;
	left: 0;
    width: 100%;
	cursor: pointer;
    border-radius: 0;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: transparent;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: transparent;
}

.jspVerticalBar .jspArrow
{
	height: 18px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/* End */


/* Start:/local/templates/vv/js/chosen/chosen.css?176475065110664*/
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #f6f6f4;
  border-top: 0;
  background: #fff;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

.chosen-container .chosen-drop-scroll {
  position: relative;
  overflow-y: auto;
  max-height: 392px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 52px 0 31px;
  height: 64px;
  border: 1px solid #f6f6f4;
  border-radius: 0;
  background-color: #fff;
  background-clip: padding-box;
  color: #333;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 62px;
}

.form-select select.error+label.error+.chosen-container-single .chosen-single {
  border-color: #f00;
  background: #fff;
  color: #f00;
}
.chosen-container-single .chosen-default {
  color: rgba(51, 51, 51, 0.58);
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/local/templates/vv/js/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 39px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 10px;
  height: 18px;
  background: url(/local/templates/vv/js/chosen/arrow.svg) no-repeat; background-size:100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("/local/templates/vv/js/chosen/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: 0;
  border-radius: 0;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #333;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 8px 31px;
  list-style: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li::before {
  display: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  color: #33893F;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/local/templates/vv/js/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
}

.chosen-container-active.chosen-with-drop .chosen-single {
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("/local/templates/vv/js/chosen/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */

/* End */


/* Start:/css/add.css?176517881715382*/
.tl-container {
  display: none !important;
}

#block-search {
  display: none !important;
}

.doctors-item-photo-shadow {
  display: none !important;
}

.main-services .services-item {
  padding: 16px 16px;
}

.btn-2 .window-link {
  text-decoration: none;
  text-transform: uppercase;
}

.btn-2.price {
  width: 200px;

  margin-top: 10px;
  margin-left: auto;
  margin-right: 0;
}
.btn-2.price a , .docorder{
  text-decoration: none;
  color: white;
}

.footer-up{
	display: none !important;
}

body {
  background: url(/images/bg-img-body.jpg) repeat-x center center;
}

footer{
  background: var(--green-color) url(/images/bg-4.jpg) center center;
 
}

.header-n {
  background: #3b4024 url(/images/header-bg.png) repeat-x center center;
  
}

.main-full__link{
  background: var(--green-color) url(/images/bg-4.jpg) repeat-x center center !important;
  background-size: cover !important;
}

.bg-img-fund {
  background: url(/images/bg-5-fund.jpg) repeat-x center center;
  margin-right: 0;
  margin-left: 0;
}

.containerss{
  background: rgba(200, 200, 200, 0.8) url(/images/white.png) repeat center;
  background-size: 300px;
}

.container--flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container--flex .text {
  margin-left: 0px;
  margin-right: 0px;
}
.container--flex .doctors-item-btn span {
  width: 100%;
}
.container--flex .container__doctors {
  max-width: 30%;
  width: 100%;
  padding-left: 15px;
}

.container--flex .doctors-item {
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 25px;
}
.arrows {
  margin-top: 0px;
}
.arrows-item-prev {
  position: relative;
  margin-right: 51px;
}
.arrows-item-prev svg {
  top: -40px;
  left: -20px;
  position: absolute;
}
.arrows-item-next {
  position: relative;
  margin-left: 51px;
}
.arrows-item-next svg {
  top: -40px;
  right: -20px;
  position: absolute;
}

.suites-info-item img {
  width: 24px;
  height: 24px;
}

.main-suite-rooms img, .suites-count img {
 height: 22px;  
}


/* Edit PO Dec.2025 */
  body {background: #fff url(/images/body-bg.png) repeat center center;}
 .header-n.active-menu {z-index: 99999999;}
 .header-n__section {display:flex; flex-wrap:nowrap; height:96px; align-items:center; justify-content:space-between;}  
 .header-n__col--left {display:flex; flex-wrap:nowrap; align-items:center;}
 .header-n__burger-wrapper {flex:none;}
 .header-logo { flex:none; position:relative;}
 .header-logo__top { display:flex; flex-wrap:nowrap; align-items:center;  }
 .header-logo__img {width:60px; flex:none; margin-right:5px;}
 .header-logo__img img {display:block; width:100%;}
 .header-logo__name { font-weight: 700; font-size: 20px; line-height: 22px; letter-spacing: 0.01em; color: #fff;}
 .header-logo__link {position:absolute; z-index:2; inset:0;}
 .header-logo__link a {display:block; width:100%; height:100%; }
 .header-logo__title { font-weight: 400; font-size: 17px; line-height: 18px; color: #bfc590; }
 
 .header-menu {position:relative;}
 .header-menu__list {display:flex; flex-wrap:nowrap; margin: 0; padding: 0;}
 .header-menu__item {margin:0; padding:0; margin-left:24px; flex:none; font-weight: 700; font-size: 16px; line-height: 16px; letter-spacing: 0.01em; text-transform: uppercase; color: #fff;}
 .header-menu__item:before { content: '';    display: unset;    width: 0px;    height: 0;    border-radius: 0;    background: unset;    position: unset;    left: unset;    top: unset;  } 
 .header-menu__item:first-child {margin-left:0px; }
 .header-menu__link {color: #fff; text-decoration:none;  }
 .header-menu__link:hover {color: #faeda2; text-decoration:none;  }
 .header-n__col--right {display:flex; flex-wrap:nowrap; align-items:center;}
 .header-social {display:flex; flex-wrap:nowrap; flex:none; margin-right:10px;}
 .header-social a {display:block; width:32px; flex:none; margin-left:10px;}
 .header-social a:first-child { margin-left:0px;}
 .header-social a img {display:block; width:100%;}
 .header-phones {flex:none; font-weight: 700; font-size: 20px; line-height: 20px; color: #fff; }
 .header-phones a {display:block; color: #fff;  text-decoration:none; margin-top:10px;}
 .header-phones a:first-child { margin-top:0px;}
 .header-phones a:hover { color: #fff;}
 .header-event {flex:none; width:36px; margin-left:20px;}
 .header-event img {display:block;}
 footer{  background: #3b4024 url(/images/header-bg.png) repeat center center; padding:30px 0;}
.footer-cols {display:flex; flex-wrap:nowrap; justify-content:space-between;}
.footer-col--left {width:370px; flex:none;}
.footer-col--middle {max-width:360px; width:100%; margin:0 20px; }
.footer-col--right {width:295px; flex:none;}
.footer-left__title {font-family: "Montserrat Alternates", sans-serif; font-weight: 700; font-size: 30px; line-height: 30px; text-transform: uppercase; color: #fff;}
.footer-left__list {margin:20px 0 20px 20px; list-style:disc; padding:0; font-weight: 400; font-size: 18px; line-height: 22px; letter-spacing: 0.01em; color: #fff;}
.footer-left__list li {margin:5px 0 0 0; padding:0;}
.footer-left__list li:before { content: '';    display: unset;    width: 0px;    height: 0;    border-radius: 0;    background: unset;    position: unset;    left: unset;    top: unset;  } 
.footer-left__list li:first-child {margin:0;}
.footer-left__link {border: 1px solid #fff; width: 260px; height: 50px;}
.footer-left__link a { display:block; width:100%; height:100%; line-height:48px; text-align:center; text-decoration:none; font-weight: 700; font-size: 20px; letter-spacing: 0.01em; color: #fff; transition: 0.2s all ease; }
.footer-left__link a:hover {background:#fff; color:#337e3f;}
.footer-left__copyrights { margin-top:50px; font-weight: 400; font-size: 16px; line-height: 19px; letter-spacing: 0.01em; color: #fff; opacity: 0.6; }
.footer-middle__title {font-weight: 700; font-size: 20px; line-height: 24px; letter-spacing: 0.03em; text-transform: uppercase; color: #fff; }
.footer-middle__items {margin-top:18px;}
.footer-middle__item {margin-top:16px;}
.footer-middle__item:first-child {margin-top:0px;}
.footer-middle__location { background: url(/images/location-icon.svg) 0 0 no-repeat; padding-left:32px;  }
.footer-location__text { font-weight: 400; font-size: 16px; line-height: 19px; letter-spacing: 0.01em; color: #fff; outline:none; border:none; }
.footer-location__link { margin-top:5px; font-weight: 700; font-size: 16px; line-height: 19px; letter-spacing: 0.01em; color: #fff; }
.footer-location__link a { display:inline-block; color: #fff; border-bottom:1px solid #fff; text-decoration:none; transition: 0.2s all ease; }
.footer-location__link a:hover { color: #faeda2; border-bottom:1px solid transparent; text-decoration:none; } 
.footer-middle__email {margin-top:8px; font-weight: 400; font-size: 16px; line-height: 19px; letter-spacing: 0.01em; color: #fff; }
.footer-middle__email a {display:inline-block; background: url(/images/email-icon.svg) 0 0 no-repeat; padding-left:32px;  color: #fff; text-decoration:none; transition: 0.2s all ease; }
.footer-middle__email a:hover {color: #faeda2; text-decoration:none; }
.footer-middle__heading {font-weight: 700; font-size: 16px; line-height: 19px; letter-spacing: 0.01em; color: #fff; }
.footer-middle__phone {margin-top:8px; background: url(/images/phone-icon.svg) 0 0 no-repeat; padding-left:32px;  min-height:24px;}
.footer-middle__phone a { font-weight: 400; font-size: 16px; line-height: 19px; letter-spacing: 0.01em; color: #fff; display:inline-block; margin-top:4px; transition: 0.2s all ease; text-decoration:none; }
.footer-middle__phone a:first-child {  margin-top:0px; }
.footer-middle__phone a:hover {color: #faeda2; text-decoration:none; }
.footer-right__title {font-weight: 700; font-size: 20px; line-height: 24px; letter-spacing: 0.01em; color: #fff;}
.footer-right__socials {display:flex; flex-wrap:nowrap; flex:none; margin:30px 0;}
.footer-right__socials a {display:block; width:40px; flex:none; margin-left:10px; opacity:0.5; transition: 0.2s all ease;}
.footer-right__socials a:hover {opacity:1;} 
.footer-right__socials a:first-child { margin-left:0px;}
.footer-right__socials a img {display:block; width:100%;}
.footer-right__policy { font-weight: 400; font-size: 16px; line-height: 19px; letter-spacing: 0.01em; color: #fff;}
.footer-right__policy a { color: #fff; text-decoration:none; transition: 0.2s all ease; }
.footer-right__policy a:hover { color: #faeda2; text-decoration:none;  }
.footer-col--right .footer-left__copyrights { display:none; }
.content-top { height:250px; padding:0; align-items:center; flex-direction: row; margin-bottom:30px; }
.content-top .breadcrumbs { padding:0 0 10px 0; }
.content-top::before { background:linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }
.content-top h1 { font-family: "Montserrat Alternates", sans-serif; padding:0; font-weight: 700; font-size: 50px; line-height: 50px; line-height: 1; text-transform: uppercase; color: #fff; letter-spacing: none; } 
 
.contacts-top {margin-bottom:40px;}
.contacts-top__title { font-weight: 700; font-size: 20px; line-height: 24px; letter-spacing: 0.03em; text-transform: uppercase; color: #121611; text-align:center; }
.contacts-top__divider {position:relative; height:8px; margin-top:35px;}
.contacts-top__circle {width:8px; height:8px; margin:0 auto; background:#3b4024; border-radius:100%; position:relative; z-index:2;}
.contacts-top__line {position:absolute; z-index:1; left:0; right:0; top:4px; height:1px; background:#d8d8d8;}
.contacts-cols {
	--elements: 2;
	--cgap: 50px;
	--rgap: 20px;
	display: flex;
	flex-wrap: wrap;
	column-gap: var(--cgap);
	row-gap: var(--rgap);
}

.contacts-col {	position:relative;	width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));}
.contacts-map {position:relative; top:auto; left:auto; right:auto; bottom:auto; height:395px;}
.contacts-col__adress { background: url(/images/label-icon.svg) 0 0 no-repeat; padding-left:42px; font-weight: 700; font-size: 20px; line-height: 32px; letter-spacing: 0.01em; color: #121611; }
.contacts-col__feed {	--elements: 2;	--cgap: 40px;	--rgap: 20px;	display: flex;	flex-wrap: wrap;	column-gap: var(--cgap);	row-gap: var(--rgap); margin-top:30px;}
.contacts-feed__col { position:relative;	width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));  }
.contacts-feed__item {margin-top:20px; }
.contacts-feed__item:first-child {margin-top:0px;}
.contacts-feed__title { font-weight: 400; font-size: 16px; line-height: 19px; letter-spacing: 0.01em; color: #3b4024; margin-bottom:4px; }
.contacts-feed__text { font-weight: 700; font-size: 18px; line-height: 22px; letter-spacing: 0.01em; color: #121611; }
.contacts-feed__text a { display:inline-block; color: #121611; text-decoration:none; margin-top:2px; }
.contacts-feed__text a:first-child {margin-top:0;} 
.contacts-form { padding: 70px 0 0 0;}
.contacts-form-title {  font-family: "Montserrat Alternates", sans-serif; font-size: 40px; line-height: 46px; }

.fancybox-container { z-index: 999999999; }
.services-media__title { font-family: "Montserrat Alternates", sans-serif; text-align:center; font-weight:700; font-size: 30px; line-height: 39px; text-transform: uppercase; color: #121611; margin-bottom:50px;}

.services-media__items {
  --elements: 3;
  --cgap: 30px;
  --rgap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
  -moz-column-gap: var(--cgap);
  column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.services-media__item {
  position: relative;
  background-color: #fff;
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  border-radius:4px;
}

.services-media__item:hover .services-media__img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.services-media__img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.845%;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
   border-radius:4px;
}

.services-media__blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1;
   border-radius:4px;
}

.services-media__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
  will-change: transform;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
   border-radius:4px;
}

.services-media__link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.services-media__link a {
  display: block;
  width: 100%;
  height: 100%;
}
.text table p {margin:5px 2px;} 
.text {margin:0 auto 40px auto;}


 @media (max-width: 1199px) {
	.header-social {display:none;}
 } 
 
 @media (max-width: 1119px) {
	.header-n__section { height:80px; }
	.content-top h1 {    position: relative;     left: auto;     top: auto;    right: auto;     font-size: 50px;    line-height: 50px;    padding: 0;    color: #fff;    letter-spacing: none; }
	.contacts-form { padding: 60px 0 0 0;}
 } 
 
 @media (max-width: 1090px) {
	.header-menu {display:none;}
 } 
 
 @media (max-width: 1023px) {
  .footer-cols { flex-wrap:wrap;}
  .footer-col--right {width:100%; margin-top:20px;}
  .footer-right__title {display:none;}
  .footer-right__socials { margin:0 0 20px 0; }
  .footer-col--middle { margin:0 0 0 20px; }
  .footer-col--left {width:320px;}
  .footer-col--left .footer-left__copyrights { display:none; }
  .footer-col--right .footer-left__copyrights { display:block; margin-top:20px; }
  .footer-left__title { font-size: 26px; line-height: 26px;}
  .footer-left__link a:hover {background:none; color:#fff;}
  .footer-middle__phone a:hover {color: #fff; text-decoration:none; }
  .footer-middle__email a:hover {color: #fff; text-decoration:none; }
  .footer-right__policy a:hover {color: #fff; text-decoration:none; }
  .footer-right__socials a:hover {opacity:0.5;} 
  .content-top h1 {   font-size: 36px;    line-height: 36px; }
  .contacts-top {margin-bottom:30px;}
  .contacts-top__divider { margin-top:25px;}
  .contacts-cols {	--elements: 1;}
  .contacts-col--content {order:1;}
  .contacts-col--map {order:2;}
  .contacts-col__adress { font-size: 16px; }
  .contacts-col__feed {	 margin-top:24px;}
  .contacts-form-title {   font-size: 30px; line-height: 32px; }
   .header-logo__title {  font-size: 15px; line-height: 16px;  }
   .services-media__items {
	  --elements: 3;
	  --cgap: 20px;
	  --rgap: 20px;
	}
.services-media__title { margin-bottom:30px; }
 } 
 
 @media (max-width: 767px) {
  .footer-col--middle { margin:20px 0 0 0px; width:100%; }
  .footer-col--left {width:100%;}
  .contacts-form { padding: 40px 0 0 0;}
     .services-media__items {
	  --elements: 2;
	  --cgap: 10px;
	  --rgap: 10px;
	}
 } 
 
 @media (max-width: 599px) {
	.header-phones {display:none;}
	.header-event {width:28px;}
	.header-logo__img {width:50px; flex:none; margin-right:5px;}
	.header-logo__name { font-size: 16px; line-height: 18px; }
	.footer-left__link { width: 100%;}
	.contacts-col__feed {	--elements: 1;	}
	 .header-logo__title { font-size: 14px; line-height: 16px;  }
 }
 
 
 /* Edit PO Dec.2025 */
/* End */
/* /local/templates/vv/css/grid.css?176475065173107 */
/* /local/templates/vv/css/styles.css?1764926746109618 */
/* /local/templates/vv/css/main.css?176483716422562 */
/* /local/templates/vv/js/slick/slick.css?17647506511776 */
/* /local/templates/vv/js/fancybox/jquery.fancybox.min.css?176475065112795 */
/* /local/templates/vv/js/jscrollpane/jquery.jscrollpane.css?17647506511394 */
/* /local/templates/vv/js/chosen/chosen.css?176475065110664 */
/* /css/add.css?176517881715382 */
