@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(91, 91, 91, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FAFAFA; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.h1 {
  font-size: 36px;
  line-height: 52px;
  font-weight: 400;
  font-family: 'Trajan Pro 3'; }

.h2 {
  font-size: 28px;
  line-height: 41px;
  font-family: 'Trajan Pro 3';
  font-weight: 400;
  color: #5B5B5B; }
  .h2 span {
    font-size: 20px; }
  .h2 a {
    color: #5B5B5B;
    position: relative; }
    .h2 a:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      border-bottom: 1px solid #A28042;
      transition: 0.3s; }
    .h2 a:hover {
      color: #5B5B5B; }
      .h2 a:hover:after {
        border-bottom: 1px solid transparent; }

p {
  font-size: 20px;
  line-height: 148%; }

.seo-section h1 {
  font-size: 36px;
  line-height: 52px;
  font-weight: 400;
  font-family: 'Trajan Pro 3'; }

.seo-section h2 {
  font-size: 28px;
  line-height: 41px;
  font-family: 'Trajan Pro 3';
  color: #5B5B5B; }
  .seo-section h2 span {
    font-size: 20px; }

.base-article h2:not(:first-child),
.base-article .h2:not(:first-child),
.base-article h3:not(:first-child),
.base-article .h3:not(:first-child),
.base-article h4:not(:first-child),
.base-article .h4:not(:first-child),
.base-article h5:not(:first-child),
.base-article .h5:not(:first-child),
.base-article h6:not(:first-child),
.base-article .h6:not(:first-child) {
  margin-top: 40px; }

@media (max-width: 991.98px) {
  p {
    font-size: 18px;
    line-height: 148%; } }

@media (max-width: 767.98px) {
  .h2 {
    font-size: 20px;
    line-height: 29px; }
  p {
    font-size: 16px;
    line-height: 148%; }
  .seo-section h2 {
    font-size: 20px;
    line-height: 29px; } }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

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

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

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

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

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

.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.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.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.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@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.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .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.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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%;
        flex: 0 0 8%;
    max-width: 8%; }
  .col-sm-2 {
    -ms-flex: 0 0 16%;
        flex: 0 0 16%;
    max-width: 16%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    max-width: 33%; }
  .col-sm-5 {
    -ms-flex: 0 0 41%;
        flex: 0 0 41%;
    max-width: 41%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58%;
        flex: 0 0 58%;
    max-width: 58%; }
  .col-sm-8 {
    -ms-flex: 0 0 66%;
        flex: 0 0 66%;
    max-width: 66%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83%;
        flex: 0 0 83%;
    max-width: 83%; }
  .col-sm-11 {
    -ms-flex: 0 0 91%;
        flex: 0 0 91%;
    max-width: 91%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@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.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .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.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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%;
        flex: 0 0 8%;
    max-width: 8%; }
  .col-md-2 {
    -ms-flex: 0 0 16%;
        flex: 0 0 16%;
    max-width: 16%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    max-width: 33%; }
  .col-md-5 {
    -ms-flex: 0 0 41%;
        flex: 0 0 41%;
    max-width: 41%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58%;
        flex: 0 0 58%;
    max-width: 58%; }
  .col-md-8 {
    -ms-flex: 0 0 66%;
        flex: 0 0 66%;
    max-width: 66%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83%;
        flex: 0 0 83%;
    max-width: 83%; }
  .col-md-11 {
    -ms-flex: 0 0 91%;
        flex: 0 0 91%;
    max-width: 91%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@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.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .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.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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%;
        flex: 0 0 8%;
    max-width: 8%; }
  .col-lg-2 {
    -ms-flex: 0 0 16%;
        flex: 0 0 16%;
    max-width: 16%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    max-width: 33%; }
  .col-lg-5 {
    -ms-flex: 0 0 41%;
        flex: 0 0 41%;
    max-width: 41%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58%;
        flex: 0 0 58%;
    max-width: 58%; }
  .col-lg-8 {
    -ms-flex: 0 0 66%;
        flex: 0 0 66%;
    max-width: 66%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83%;
        flex: 0 0 83%;
    max-width: 83%; }
  .col-lg-11 {
    -ms-flex: 0 0 91%;
        flex: 0 0 91%;
    max-width: 91%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@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.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .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.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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%;
        flex: 0 0 8%;
    max-width: 8%; }
  .col-xl-2 {
    -ms-flex: 0 0 16%;
        flex: 0 0 16%;
    max-width: 16%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    max-width: 33%; }
  .col-xl-5 {
    -ms-flex: 0 0 41%;
        flex: 0 0 41%;
    max-width: 41%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58%;
        flex: 0 0 58%;
    max-width: 58%; }
  .col-xl-8 {
    -ms-flex: 0 0 66%;
        flex: 0 0 66%;
    max-width: 66%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83%;
        flex: 0 0 83%;
    max-width: 83%; }
  .col-xl-11 {
    -ms-flex: 0 0 91%;
        flex: 0 0 91%;
    max-width: 91%; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

[contenteditable] {
  outline: none !important; }

.form-control {
  border: none;
  outline: none !important;
  -webkit-appearance: none;
  background: none;
  overflow: hidden;
  height: 65px;
  line-height: normal;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  font-family: "Alegreya Sans";
  border-radius: 3px;
  border: 1px solid #ccc;
  padding-left: 20px;
  padding-right: 0;
  width: 100%;
  background-color: #fff; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control::-webkit-input-placeholder {
    color: #879ea7;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #879ea7;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #879ea7;
    opacity: 1; }
  .form-control::placeholder {
    color: #879ea7;
    opacity: 1; }
  .form-control:-moz-placeholder {
    color: #879ea7; }
  .form-control::-moz-placeholder {
    color: #879ea7; }
  .form-control:-ms-input-placeholder {
    color: #879ea7; }
  .form-control::-webkit-input-placeholder {
    color: #879ea7; }

@media (min-width: 768px) and (max-width: 1000px) {
  .datepicker.-bottom-center- {
    margin-left: -80px !important; } }

.datepicker-here--multidate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  padding-right: 25px !important; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #FAFAFA; }

form.loading {
  position: relative; }
  form.loading:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-position: center center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiMyN2FlNjEiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlLXdpZHRoPSIyIj48Y2lyY2xlIHN0cm9rZS1vcGFjaXR5PSIuNSIgY3g9IjE4IiBjeT0iMTgiIHI9IjE4IiAvPjxwYXRoIGQ9Ik0zNiAxOGMwLTkuOTQtOC4wNi0xOC0xOC0xOCI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTggMTgiIHRvPSIzNjAgMTggMTgiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiA8L3BhdGg+PC9nPjwvZz48L3N2Zz4=);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50; }

input[type=number] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none; }

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

input::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.form__title {
  font-size: 24px;
  line-height: 35px;
  color: #5B5B5B;
  font-family: 'Trajan Pro 3';
  margin-bottom: 26px; }

.form__field-group {
  margin-bottom: 40px; }

.form__field-group-select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .form__field-group-select .form__field-select {
    width: calc(50% - 5px); }

.form__field {
  position: relative;
  margin-bottom: 20px; }
  .form__field .invalid-feedback {
    color: #FFAAAA;
    margin-top: 5px; }

.form__datepicker-invisible-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer; }

.form__field--inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.form__field-label {
  font-size: 16px;
  line-height: 110%;
  color: #5B5B5B;
  text-transform: lowercase;
  font-variant: small-caps;
  display: block;
  margin-bottom: 6px; }

.form__field-input {
  border: none;
  outline: none !important;
  -webkit-appearance: none;
  background: none;
  overflow: hidden;
  height: 50px;
  background: #FAFAFA;
  border-radius: 12px;
  line-height: 48px;
  padding: 0 15px;
  color: #808080;
  border: none;
  width: 100%;
  text-transform: none;
  font-size: 16px;
  font-family: 'Alegreya Sans';
  font-weight: 400;
  text-transform: none;
  border: 1px solid #FAFAFA; }
  .form__field-input::-webkit-input-placeholder {
    color: #B2B2B2; }
  .form__field-input:-ms-input-placeholder {
    color: #B2B2B2; }
  .form__field-input::-ms-input-placeholder {
    color: #B2B2B2; }
  .form__field-input::placeholder {
    color: #B2B2B2; }
  .form__field-input:focus {
    outline: none; }
  .form__field-input.is-invalid {
    border: 1px solid #FFAAAA; }

.form__field-textarea {
  border: none;
  outline: none !important;
  -webkit-appearance: none;
  background: none;
  overflow: hidden;
  height: 70px;
  background: #FAFAFA;
  border-radius: 12px;
  line-height: 110%;
  padding: 15px 35px 15px 15px;
  color: #808080;
  border: none;
  width: 100%;
  text-transform: none;
  resize: none;
  font-size: 16px; }
  .form__field-textarea::-webkit-input-placeholder {
    color: #B2B2B2; }
  .form__field-textarea:-ms-input-placeholder {
    color: #B2B2B2; }
  .form__field-textarea::-ms-input-placeholder {
    color: #B2B2B2; }
  .form__field-textarea::placeholder {
    color: #B2B2B2; }
  .form__field-textarea:focus {
    outline: none; }
  .form__field-textarea.is-invalid {
    border: 1px solid #FFAAAA; }

.form__field-textarea--sm {
  height: 50px; }

.form__field-textarea--xl {
  height: 150px; }

.form__field-textarea--xxl {
  height: 200px; }

.form__field-select .select2-container--default .select2-selection--single, .form__field-search .select2-container--default .select2-selection--single {
  height: 50px;
  background: #FAFAFA;
  border-radius: 12px;
  border: none; }
  .form__field-select .select2-container--default .select2-selection--single:focus, .form__field-search .select2-container--default .select2-selection--single:focus {
    outline: none; }

.form__field-select .select2-container--default .select2-selection--single .select2-selection__rendered, .form__field-search .select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 50px;
  padding: 0 15px;
  color: #808080; }

.form__field-select .select2-container--default .select2-selection--single .select2-selection__arrow, .form__field-search .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  background-image: url(../img/down-chevron.svg);
  background-repeat: no-repeat;
  background-position: center left;
  padding-right: 15px;
  width: 26px; }
  .form__field-select .select2-container--default .select2-selection--single .select2-selection__arrow b, .form__field-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }

.form__field-select .select2-container--default .select2-selection--single .select2-selection__clear, .form__field-search .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none; }

.form__field-select-multiple .select2-container--default .select2-selection--multiple {
  height: 50px;
  background: #FAFAFA;
  border-radius: 12px;
  border: none !important;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 10px;
  font-size: 16px; }
  .form__field-select-multiple .select2-container--default .select2-selection--multiple:focus {
    outline: none; }
  .form__field-select-multiple .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    background-color: transparent; }
    .form__field-select-multiple .select2-container--default .select2-selection--multiple .select2-selection__choice:after {
      content: ','; }
    .form__field-select-multiple .select2-container--default .select2-selection--multiple .select2-selection__choice:last-child:after {
      display: none; }
  .form__field-select-multiple .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding: 0;
    font-size: 16px;
    color: #808080; }

.form__field-select-multiple .select2-selection__choice__remove {
  display: none; }

.form__field-select--arr {
  position: relative; }
  .form__field-select--arr .form__field-input {
    cursor: pointer; }
  .form__field-select--arr.focused:before {
    transition: 0.3s;
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg); }
  .form__field-select--arr:before {
    content: '';
    position: absolute;
    background-image: url(../img/down-chevron.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
    height: 50px;
    right: 10px;
    bottom: 0;
    pointer-events: none; }
  .form__field-select--arr.is-invalid:before {
    bottom: 25px; }

.form__field-select--service {
  width: 68%; }

.form__field-select--lang {
  width: 28%; }

.form__checkbox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  cursor: pointer; }

.form__checkbox-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
  .form__checkbox-input:checked ~ .form__checkbox-marker {
    border: 1px solid #A28042; }
    .form__checkbox-input:checked ~ .form__checkbox-marker:after {
      opacity: 1; }

.form__checkbox-marker {
  border: 1px solid #C8C8C8;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-color: #fff;
  position: relative;
  margin-right: 10px;
  transition: 0.3s; }
  .form__checkbox-marker:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-image: url(../img/check-gold.svg);
    background-position: center;
    transition: 0.3s;
    opacity: 0; }

.form__checkbox-text {
  font-size: 16px;
  line-height: 126%;
  color: #808080; }
  .form__checkbox-text a {
    color: #5B5B5B;
    position: relative;
    display: inline;
    border-bottom: 1px solid #A28042;
    transition: 0.3s; }
    .form__checkbox-text a:hover {
      color: #5B5B5B;
      border-bottom: 1px solid transparent; }

.form__notice {
  font-size: 12px;
  line-height: 126%;
  color: #808080; }

.form__footer {
  margin-bottom: -10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  @media (max-width: 767.98px) {
    .form__footer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
  .form__footer .btn {
    margin-bottom: 10px; }

.form__field-link {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: 50%;
          transform: 50%;
  font-size: 12px;
  color: #5B5B5B;
  line-height: 126%; }
  .form__field-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #A28042;
    transition: 0.3s; }
  .form__field-link:hover {
    color: #5B5B5B; }
    .form__field-link:hover:after {
      border-bottom: 1px solid transparent; }

.form__subtitle {
  text-align: center;
  font-weight: 300; }

.form__subtitle--xl {
  width: 565px;
  margin-left: -7.5px; }

.form__field-data-group .row {
  margin: 0 -10px; }

.form__field-data-group .col-6 {
  padding: 0 10px; }

.form__field--datepicker {
  position: relative; }

.city-select .select2-container--default .select2-selection--single {
  height: 50px;
  background: #FAFAFA;
  border-radius: 12px;
  border: none; }
  .city-select .select2-container--default .select2-selection--single:focus {
    outline: none; }

.city-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 50px;
  padding: 0 15px;
  color: #808080; }

.city-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  background-image: url(../img/down-chevron.svg);
  background-repeat: no-repeat;
  background-position: center left;
  padding-right: 15px;
  width: 26px; }
  .city-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }

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

.search-cities {
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .search-cities .select2-results {
    border-radius: 0 0 10px 10px !important;
    box-shadow: none !important;
    padding-top: 0;
    padding-bottom: 10px; }
    .search-cities .select2-results:after {
      display: none; }

.form__field-select-multiple input {
  display: none; }

.select2-dropdown {
  border: none !important;
  background-color: transparent !important; }

.select2-container--default .select2-results {
  background-color: #fff;
  border-radius: 10px;
  padding-right: 5px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15); }

.select2-container--default .select2-results__options {
  padding: 5px 11px 5px 16px;
  scrollbar-width: 4px;
  scrollbar-color: #F4F4F4; }
  .select2-container--default .select2-results__options::-webkit-scrollbar-track {
    background-color: #F4F4F4;
    margin-right: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 3.5px; }
  .select2-container--default .select2-results__options::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px; }
  .select2-container--default .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #DDDDDD;
    border-radius: 3.5px; }

.select2-container--default .select2-results__option {
  border-radius: 5px;
  padding: 0;
  text-align: center;
  border: 1px solid #fff;
  transition: 0.3s;
  font-size: 15px;
  line-height: 20px;
  padding: 9px 10px; }
  .select2-container--default .select2-results__option:hover {
    background-color: #FAFAFA !important; }

.select2-container--default .select2-results__option--group {
  height: auto; }

.select2-container--default .select2-results__option--selectable {
  background-color: #fff !important;
  color: #5B5B5B !important; }

.select2-container--default .select2-results__option--selected {
  border: 1px solid #A28042; }
  .select2-container--default .select2-results__option--selected:hover {
    background-color: #fff !important; }

.select2-dropdown--search {
  background-color: #fff !important;
  border-radius: 10px !important;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  padding-top: 16px; }
  .select2-dropdown--search .select2-results {
    padding-top: 0;
    background-color: transparent;
    padding-right: 5px;
    box-shadow: none; }
  .select2-dropdown--search .select2-search__field {
    border: none !important;
    padding: 9px 21px 9px 26px !important; }
    .select2-dropdown--search .select2-search__field:focus {
      outline: none; }
  .select2-dropdown--search .select2-results:after {
    display: none; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 10px !important; }

.select2-container--open .select2-dropdown--above .select2-results {
  padding-top: 0;
  padding-bottom: 16px; }
  .select2-container--open .select2-dropdown--above .select2-results:after {
    bottom: 1px;
    top: auto;
    border-top: 15px solid #fff;
    border-bottom: none; }

.select2-dropdown.search-alph {
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 16px !important; }
  .select2-dropdown.search-alph .select2-search--dropdown {
    padding: 0; }
  .select2-dropdown.search-alph .select2-search {
    padding: 15px 15px 15px 20px;
    background-color: #fff;
    border-radius: 16px 16px 0 0;
    overflow: hidden; }
    .select2-dropdown.search-alph .select2-search input {
      border: none;
      padding: 0;
      font-size: 15px;
      line-height: 110%;
      color: #5B5B5B; }
      .select2-dropdown.search-alph .select2-search input::-webkit-input-placeholder {
        color: #B2B2B2; }
      .select2-dropdown.search-alph .select2-search input:-ms-input-placeholder {
        color: #B2B2B2; }
      .select2-dropdown.search-alph .select2-search input::-ms-input-placeholder {
        color: #B2B2B2; }
      .select2-dropdown.search-alph .select2-search input::placeholder {
        color: #B2B2B2; }
      .select2-dropdown.search-alph .select2-search input:focus {
        outline: none; }
  .select2-dropdown.search-alph .select2-results {
    box-shadow: none;
    border-radius: 0;
    padding: 0 25px 25px 15px;
    border-radius: 0 0 16px 16px; }
    .select2-dropdown.search-alph .select2-results:after {
      top: -63px; }
  .select2-dropdown.search-alph .select2-results__group {
    text-align: left;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .select2-dropdown.search-alph .select2-results__group:before {
      content: '◆';
      font-size: 16px;
      display: block;
      color: #5B5B5B;
      font-weight: 700;
      line-height: 126%;
      margin-right: 6px;
      line-height: 1;
      margin-top: -4px; }
  .select2-dropdown.search-alph .select2-results__options {
    padding: 0; }
    .select2-dropdown.search-alph .select2-results__options > .select2-results__option--selected {
      border: none !important;
      color: #A28042 !important; }
  .select2-dropdown.search-alph .select2-results__option {
    padding: 10px 15px 10px 0 !important;
    border-radius: 5px; }
    .select2-dropdown.search-alph .select2-results__option:hover {
      background-color: transparent !important; }
    .select2-dropdown.search-alph .select2-results__option .select2-results__option {
      padding: 10px 15px !important; }
      .select2-dropdown.search-alph .select2-results__option .select2-results__option:hover {
        background-color: #FAFAFA !important; }

@media (max-width: 991.98px) {
  .form__field-link {
    top: 0px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    right: 0; } }

@media (max-width: 767.98px) {
  .form__title {
    font-size: 20px;
    line-height: 30px; }
  .form__field--inline {
    display: block; }
  .form__subtitle--xl {
    width: 100%;
    margin-left: 0; } }

.btn {
  position: relative;
  outline: none !important;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  background: none;
  -webkit-appearance: none;
  -webkit-transform: translateZ(0px);
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  width: 100%;
  transition: 0.3s;
  height: 50px;
  line-height: 50px;
  font-family: 'Alegreya Sans SC'; }
  .btn:active, .btn:focus, .btn:hover {
    text-decoration: none !important;
    outline: none !important; }
  .btn--bordered {
    border: 1px solid #A28042;
    line-height: 48px;
    color: #A28042; }
    .btn--bordered:hover {
      color: #FAFAFA;
      background-color: #A28042; }
  .btn--bordered-white {
    border: 1px solid #FAFAFA;
    line-height: 48px;
    color: #FAFAFA; }
    .btn--bordered-white svg {
      margin-left: 5px;
      stroke: #FAFAFA;
      transition: 0.3s; }
    .btn--bordered-white:hover {
      color: #A28042;
      background-color: #FAFAFA; }
      .btn--bordered-white:hover svg {
        stroke: #A28042; }
  .btn--full {
    background-color: #A28042;
    color: #fff; }
    .btn--full:hover {
      background-color: #7e6333;
      color: #fff; }
  .btn--grey {
    background: #FCFCFC;
    color: #5B5B5B; }
    .btn--grey:hover {
      background-color: #A28042;
      color: #fff; }
  .btn--xl {
    max-width: 410px; }
  .btn--lg {
    max-width: 300px; }
  .btn--md {
    max-width: 255px; }
  .btn--sm {
    max-width: 225px; }
  .btn--block {
    width: 100%; }
  .btn.disabled {
    background: #FAFAFA;
    color: #C8C8C8;
    cursor: default;
    pointer-events: none;
    border: 1px solid #FAFAFA; }

.link {
  color: #5B5B5B;
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 126%;
  text-transform: lowercase;
  font-variant: small-caps; }
  .link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #A28042;
    width: 100%;
    transition: 0.3s; }
  .link:hover, .link:focus, .link:active {
    color: #5B5B5B; }
    .link:hover:after, .link:focus:after, .link:active:after {
      border-bottom: 2px solid transparent; }
  .link--no-hover:after {
    display: none; }
  .link--no-hover:hover:after, .link--no-hover:focus:after, .link--no-hover:active:after {
    border-bottom: 2px solid #A28042; }

@media (max-width: 767.98px) {
  .link {
    font-size: 18px; } }

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

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

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

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !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; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-left {
  text-align: left !important; }

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

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #FAFAFA !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(91, 91, 91, 0.5) !important; }

.text-white-50 {
  color: rgba(250, 250, 250, 0.5) !important; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.text-reset {
  color: inherit !important; }

@font-face {
  font-family: 'Trajan Pro 3';
  src: url("../fonts/TrajanPro3Light.eot");
  src: local("Trajan Pro 3 Ligh"), local("TrajanPro3Light"), url("../fonts/TrajanPro3Light.eot?#iefix") format("embedded-opentype"), url("../fonts/TrajanPro3Light.woff2") format("woff2"), url("../fonts/TrajanPro3Light.woff") format("woff"), url("../fonts/TrajanPro3Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Trajan Pro 3';
  src: url("../fonts/TrajanPro3Regular.eot");
  src: local("Trajan Pro 3 Regular"), local("TrajanPro3Regular"), url("../fonts/TrajanPro3Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TrajanPro3Regular.woff2") format("woff2"), url("../fonts/TrajanPro3Regular.woff") format("woff"), url("../fonts/TrajanPro3Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Trajan Pro 3';
  src: url("../fonts/TrajanPro3SemiBold.eot");
  src: local("Trajan Pro 3 SemiBold"), local("TrajanPro3SemiBold"), url("../fonts/TrajanPro3SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/TrajanPro3SemiBold.woff2") format("woff2"), url("../fonts/TrajanPro3SemiBold.woff") format("woff"), url("../fonts/TrajanPro3SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Alegreya Sans';
  src: url("../fonts/AlegreyaSans-Medium.woff2") format("woff2"), url("../fonts/AlegreyaSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Alegreya Sans';
  src: url("../fonts/AlegreyaSans-LightItalic.woff2") format("woff2"), url("../fonts/AlegreyaSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Alegreya Sans';
  src: url("../fonts/AlegreyaSans-Light.woff2") format("woff2"), url("../fonts/AlegreyaSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Alegreya Sans';
  src: url("../fonts/AlegreyaSans-Regular.woff2") format("woff2"), url("../fonts/AlegreyaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Alegreya Sans';
  src: url("../fonts/AlegreyaSans-Italic.woff2") format("woff2"), url("../fonts/AlegreyaSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Alegreya Sans SC';
  src: url("../fonts/AlegreyaSansSC-Regular.eot");
  src: local("Alegreya Sans SC Regular"), local("AlegreyaSansSC-Regular"), url("../fonts/AlegreyaSansSC-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AlegreyaSansSC-Regular.woff") format("woff"), url("../fonts/AlegreyaSansSC-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Alegreya Sans SC';
  src: url("../fonts/AlegreyaSansSC-Medium.eot");
  src: local("Alegreya Sans SC Medium"), local("AlegreyaSansSC-Medium"), url("../fonts/AlegreyaSansSC-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AlegreyaSansSC-Medium.woff") format("woff"), url("../fonts/AlegreyaSansSC-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Alegreya Sans SC';
  src: url("../fonts/AlegreyaSansSC-Light.eot");
  src: local("Alegreya Sans SC Light"), local("AlegreyaSansSC-Light"), url("../fonts/AlegreyaSansSC-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AlegreyaSansSC-Light.woff") format("woff"), url("../fonts/AlegreyaSansSC-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

.tab-content .tab-pane {
  display: none; }
  .tab-content .tab-pane.active {
    display: block; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

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

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

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

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

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

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

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

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

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

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

.select2-results {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 42px;
  z-index: 1; }

.datepicker--cell.-focus- {
  background: #f0f0f0; }

.datepicker--cell.-current- {
  color: #A28042; }

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a; }

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6; }

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0; }

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae; }

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1; }

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px; }

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0; }

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px; }

.datepicker--cell.-selected- {
  color: #5B5B5B;
  border: none;
  background: transparent;
  border: 1px solid #A28042; }

.datepicker--cell.-selected-.-current- {
  color: #5B5B5B;
  background: #fff;
  border: 1px solid #A28042; }

.datepicker--cell.-selected-.-focus- {
  background: #fff; }

.datepicker--cell:empty {
  cursor: default; }

.datepicker--days-names {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 10px; }

.datepicker--day-name {
  color: #5B5B5B;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Alegreya Sans SC';
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700; }

.datepicker--cell-day {
  width: 14.28571%;
  font-weight: 700; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }

@media print {
  .datepickers-container {
    display: none; } }

.datepicker {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 330px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 9999;
  font-family: 'Alegreya Sans SC';
  border-radius: 10px; }

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px); }

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px); }

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px); }

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px); }

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 0px 20px 20px 20px; }

.-only-timepicker- .datepicker--content {
  display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  width: 10px;
  height: 10px;
  z-index: -1; }

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px; }

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px; }

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2); }

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px; }

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px; }

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }

.datepicker--body.active {
  display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 32px;
  padding: 20px; }

.-only-timepicker- .datepicker--nav {
  display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker--nav-action:hover {
  background: #f0f0f0; }

.datepicker--nav-action.-disabled- {
  visibility: hidden; }

.datepicker--nav-action svg {
  width: 32px;
  height: 32px; }

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700; }

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px; }

.datepicker--nav-title:hover {
  background: #f0f0f0; }

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none; }

.datepicker--buttons {
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -ms-flex: 1;
  flex: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px; }

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative; }

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px; }

.-only-timepicker- .datepicker--time {
  border-top: none; }

.datepicker--time-sliders {
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0; }

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }

.datepicker--time-row:first-child {
  margin-bottom: 4px; }

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none; }

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:focus {
  outline: none; }

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -moz-transition: background .2s;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -ms-transition: background .2s;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px; }

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent; }

.datepicker--time-row span {
  padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute; }

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

@media (max-width: 767px) {
  .datepicker {
    width: 290px; }
    .datepicker--nav {
      padding: 10px; }
    .datepicker--content {
      padding: 0 10px 10px 10px; } }

.popup-block {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  color: #000;
  display: none;
  transition: opacity .3s ease-in-out;
  opacity: 0; }
  .popup-block.active {
    display: block; }
    .popup-block.active.fadeIn {
      opacity: 1; }
  .popup-block__overlay {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 60px;
    padding-bottom: 60px; }
  .popup-block__close {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .popup-block__close:after, .popup-block__close:before {
      content: "";
      display: block;
      width: 18px;
      height: 1px;
      background-color: #5B5B5B;
      transition: all 0.15s ease-in;
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 1px;
      margin-top: -1px;
      margin-left: -10px; }
    .popup-block__close:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .popup-block__close:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .popup-block__close:hover:after, .popup-block__close:hover:before {
      background-color: #000; }
  .popup-block__popup {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(12, 12, 12, 0.2);
    max-width: 924px;
    width: 100%;
    border-radius: 12px;
    padding: 50px 100px 60px; }
    .popup-block__popup .inner-content {
      height: auto; }
  .popup-block__icon {
    margin-bottom: 30px;
    margin: 0 auto 30px;
    display: block;
    max-width: 50px; }
  .popup-block__title {
    font-size: 28px;
    line-height: 41px;
    color: #5B5B5B;
    font-family: 'Trajan Pro 3';
    font-display: swap;
    margin-bottom: 50px;
    text-align: center; }
    .popup-block__title span {
      font-size: 18px;
      line-height: 28px;
      display: block;
      margin-top: 15px; }
  .popup-block__text {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    font-family: "Alegreya Sans";
    color: #5B5B5B; }
    .popup-block__text a {
      color: #5B5B5B;
      position: relative;
      display: inline;
      border-bottom: 1px solid #A28042;
      transition: 0.3s; }
      .popup-block__text a:hover {
        color: #5B5B5B;
        border-color: transparent; }

#edit-service .popup-block__popup {
  padding: 30px; }

@media (max-width: 991.98px) {
  .popup-block__popup {
    padding: 50px 30px 60px; } }

@media (max-width: 767.98px) {
  .popup-block {
    -webkit-overflow-scrolling: touch !important; }
    .popup-block__overlay {
      padding-top: 40px;
      padding-bottom: 60px;
      padding-left: 15px;
      padding-right: 15px; }
    .popup-block__popup {
      width: 100%;
      height: auto;
      padding: 40px 30px 30px 30px; }
    .popup-block__title {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 30px; }
    .popup-block__btns {
      margin-bottom: -10px; }
      .popup-block__btns .btn {
        margin-bottom: 10px; }
  #edit-service .popup-block__overlay {
    padding: 0;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  #edit-service .popup-block__popup {
    padding: 0 10px 15px;
    border-radius: 0;
    height: 100%;
    min-height: 100vh; } }

.scrolled .header__bot {
  opacity: 0;
  padding-top: 0;
  height: 0;
  pointer-events: none; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  .header__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background-color: #fff;
    height: 50px; }
  .header__phone {
    font-size: 18px;
    line-height: 110%;
    -webkit-font-feature-settings: 'tnum' on, 'lnum' on;
            font-feature-settings: 'tnum' on, 'lnum' on;
    color: #5B5B5B;
    transition: 0.3s; }
    .header__phone:hover {
      color: #A28042; }
  .header__menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .header__menu li {
    margin-right: 40px; }
    .header__menu li:last-child {
      margin-right: 0; }
  .header__menu a {
    font-size: 18px;
    line-height: 110%;
    color: #5B5B5B;
    transition: 0.3s; }
    .header__menu a:hover {
      color: #A28042; }
  .header__controlls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .header__in, .header__reg {
    font-size: 18px;
    line-height: 110%;
    color: #5B5B5B;
    transition: color .3s; }
    .header__in:hover, .header__reg:hover {
      color: #A28042; }
  .header__acc {
    font-size: 18px;
    line-height: 110%;
    color: #5B5B5B;
    transition: color .3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .header__acc img {
      margin-right: 10px; }
    .header__acc:hover {
      color: #A28042; }
  .header__bot {
    padding-top: 30px;
    transition: 0.3s; }
  .header__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .header__select {
    margin-right: 40px;
    position: relative; }
  .header__select-current {
    font-size: 18px;
    line-height: 110%;
    color: #5B5B5B;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .header__select-current:after {
      content: '';
      display: inline-block;
      margin-left: 10px;
      width: 9px;
      height: 4px;
      background-image: url(../img/down-chevron.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .header__select-list {
    display: none;
    position: absolute;
    top: 0;
    left: 0; }
  .header__menu-btn {
    z-index: 6;
    width: 15px;
    min-width: 25px;
    height: 40px;
    position: relative;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: .2s;
    cursor: pointer; }
    .header__menu-btn span {
      display: block;
      position: absolute;
      border-bottom: 2px solid #5B5B5B;
      width: 100%;
      background: #ffffff;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      transition: .2s; }
      .header__menu-btn span:nth-child(1) {
        top: 12.5px; }
      .header__menu-btn span:nth-child(2), .header__menu-btn span:nth-child(3) {
        top: 19.5px; }
      .header__menu-btn span:nth-child(4) {
        top: 26.5px; }
    .header__menu-btn.open span {
      border-bottom: 2px solid #5B5B5B; }
      .header__menu-btn.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%; }
      .header__menu-btn.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .header__menu-btn.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .header__menu-btn.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%; }
  .header .city-select .select2-container--default .select2-selection--single {
    background-color: transparent; }
  .header .city-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
    padding-right: 35px;
    padding-left: 35px;
    text-align: center; }

@media (max-width: 991.98px) {
  .header__select {
    margin-right: 30px; }
  .header__controlls {
    margin-right: 30px; } }

@media (max-width: 767.98px) {
  .header__top {
    height: auto;
    padding: 12px 0; } }

.header .header__controlls span {
  margin: 0 8px;
  max-width: 145px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.footer {
  background-color: #202020;
  padding: 20px 0;
  background-image: url(../img/footer-pattern.png);
  font-family: 'Alegreya Sans SC'; }
  .footer__block {
    margin-right: 40px; }
    .footer__block:last-child {
      margin-right: 0; }
  .footer__block-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .footer__info {
    margin-bottom: 18px; }
  .footer__info-item {
    color: #FAFAFA;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 10px;
    white-space: nowrap; }
    .footer__info-item:last-child {
      margin-bottom: 0; }
    .footer__info-item span {
      min-width: 80px; }
    .footer__info-item a {
      color: #FAFAFA;
      position: relative;
      display: inline-block; }
      .footer__info-item a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: 1px solid #A28042;
        width: 100%;
        transition: 0.3s; }
      .footer__info-item a:hover {
        color: #FAFAFA; }
        .footer__info-item a:hover:after {
          border-bottom: 1px solid transparent; }
  .footer__copyright {
    color: #FAFAFA;
    font-size: 14px;
    font-weight: 500; }
  .footer__menu {
    margin-bottom: 16px; }
  .footer__menu-item {
    margin-bottom: 12px; }
    .footer__menu-item:last-child {
      margin-bottom: 0; }
  .footer__menu-link {
    color: #FAFAFA;
    position: relative;
    display: inline-block; }
    .footer__menu-link:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      border-bottom: 1px solid #A28042;
      width: 100%;
      transition: 0.3s; }
    .footer__menu-link:hover {
      color: #FAFAFA; }
      .footer__menu-link:hover:after {
        border-bottom: 1px solid transparent; }
  .footer__notice {
    margin-right: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #FAFAFA;
    white-space: nowrap; }
  .footer__dev {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #FAFAFA;
    font-weight: 500; }
    .footer__dev p {
      margin-right: 8px;
      position: relative;
      white-space: nowrap; }
      .footer__dev p:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: 1px solid transparent;
        width: 100%;
        transition: 0.3s; }
    .footer__dev:hover {
      color: #FAFAFA; }
      .footer__dev:hover p:after {
        border-bottom: 1px solid #A28042; }

@media (max-width: 991.98px) {
  .footer {
    padding: 30px 0 36px; }
    .footer__info {
      margin-bottom: 60px; }
    .footer__menu {
      margin-bottom: 40px;
      margin-top: 26px; }
    .footer__menu-item:last-child {
      display: none; }
    .footer__logo {
      margin-right: 14px; }
    .footer__notice {
      margin-right: 0; }
    .footer__block {
      margin-right: 0; } }

@media (max-width: 767.98px) {
  .footer__notice {
    font-size: 11px; }
  .footer__info-item {
    white-space: normal; } }

@media (max-width: 350px) {
  .footer__logo {
    width: 150px; }
    .footer__logo img {
      display: block;
      width: 100%; }
  .footer__notice {
    font-size: 10px; } }

.page {
  padding: 0 0 130px 0; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.5);
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none; }
  .overlay.active {
    opacity: 1;
    pointer-events: all; }

@media (max-width: 991.98px) {
  .page {
    padding-bottom: 100px; } }

@media (max-width: 767.98px) {
  .page {
    padding-bottom: 80px; } }

.section {
  margin-bottom: 100px; }
  .section__title {
    position: relative;
    font-size: 36px;
    line-height: 43px;
    color: #A28042;
    font-family: 'Trajan Pro 3';
    font-display: swap;
    margin-bottom: 30px;
    padding-left: 48px; }
    .section__title:before {
      content: '';
      position: absolute;
      top: 4px;
      left: 0;
      width: 34px;
      height: 30px;
      background-image: url(../img/logo-small.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .section__title span {
      font-size: 20px;
      color: #5B5B5B; }
  .section__title--tooltip {
    display: inline-block;
    z-index: 2; }
    .section__title--tooltip .tooltip {
      position: absolute;
      top: 0;
      right: -18px; }
      .section__title--tooltip .tooltip:hover .tooltip__icon {
        background: #A28042; }
      .section__title--tooltip .tooltip:hover .tooltip__body {
        opacity: 1; }
      .section__title--tooltip .tooltip__icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        width: 18px;
        height: 18px;
        min-width: 18px;
        border-radius: 50%;
        background: #D4C6AD;
        transition: 0.3s;
        cursor: pointer; }
        .section__title--tooltip .tooltip__icon svg {
          fill: #fff;
          position: absolute;
          top: 50%;
          left: 52.5%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .section__title--tooltip .tooltip__body {
        width: 450px;
        background: #FFFFFF;
        box-shadow: 0px 5px 15px rgba(91, 91, 91, 0.25);
        position: absolute;
        bottom: calc(100% + 20px);
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        font-size: 16px;
        line-height: 126%;
        color: #5B5B5B;
        font-family: 'Alegreya Sans SC';
        font-display: swap;
        font-weight: 400;
        padding: 20px;
        opacity: 0;
        transition: 0.3s;
        pointer-events: none;
        z-index: 1; }
        .section__title--tooltip .tooltip__body:after {
          content: '';
          position: absolute;
          bottom: -10px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #fff; }

@media (max-width: 991.98px) {
  .row.section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  .section__title {
    margin-top: 10px; }
    .section__title span {
      font-size: 14px; } }

@media (max-width: 767.98px) {
  .section {
    margin-bottom: 40px; }
    .section__title {
      font-size: 22px;
      line-height: 32px;
      padding-left: 34px;
      margin-bottom: 15px; }
      .section__title:before {
        top: 1px;
        width: 28px;
        height: 26px; }
    .section__title--tooltip .tooltip {
      display: none; } }

.services__list {
  margin: 0 -15px -30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .services__list .service-card {
    margin-bottom: 30px; }

.services__list-item {
  padding: 0 15px;
  width: 50%; }

.services__footer {
  margin-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.services__items {
  margin-bottom: -30px; }
  .services__items .service-card {
    margin-bottom: 30px; }

@media (max-width: 991.98px) {
  .services__list {
    overflow-y: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0px;
    padding-bottom: 30px;
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 7px 30px; }
    .services__list .service-card {
      margin-bottom: 0; }
    .services__list::-webkit-scrollbar-track {
      background-color: #e4ece8;
      margin-left: 15px;
      margin-right: 15px;
      margin-top: 15px;
      margin-bottom: 15px;
      border-radius: 3.5px; }
    .services__list::-webkit-scrollbar {
      width: 6px;
      height: 6px;
      background-color: transparent;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 15px;
      padding-bottom: 15px; }
    .services__list::-webkit-scrollbar-thumb {
      background-color: #A28042;
      border-radius: 3.5px; }
  .services__list-item {
    min-width: 330px;
    width: 330px;
    padding: 0 8px; }
    .services__list-item:last-child {
      padding-right: 16px; }
  .services__footer {
    margin-top: 30px; } }

.service-card {
  border-radius: 12px;
  display: block; }
  .service-card__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .service-card__img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .service-card__content {
    border-radius: 12px 12px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 65px 0 15px;
    height: 370px;
    position: relative;
    overflow: hidden; }
    .service-card__content:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: 0.3s;
      background: rgba(162, 128, 66, 0.2); }
  .service-card__title {
    font-size: 30px;
    line-height: 36px;
    font-family: 'Trajan Pro 3';
    font-display: swap;
    color: #FAFAFA;
    margin-bottom: 4px;
    position: relative;
    z-index: 1; }
    .service-card__title span {
      font-size: 18px; }
  .service-card__text {
    font-size: 18px;
    line-height: 22px;
    color: #FAFAFA;
    position: relative;
    z-index: 1;
    font-family: 'Alegreya Sans SC';
    font-display: swap; }
  .service-card__link {
    background: #C8C8C8;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    color: #FAFAFA;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 40px;
    line-height: 40px;
    transition: 0.3s;
    border-radius: 0 0 12px 12px; }
    .service-card__link:after {
      content: '';
      width: 4px;
      height: 9px;
      display: block;
      width: 11px;
      height: 11px;
      background-image: url(../img/chevron-right.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      margin-left: 4px;
      opacity: 0;
      transition: 0.3s; }
  .service-card:hover .service-card__content:after {
    background: rgba(162, 128, 66, 0.65); }
  .service-card:hover .service-card__link {
    color: #FAFAFA;
    background-color: #A28042;
    box-shadow: 0px 10px 20px rgba(162, 128, 66, 0.35); }
    .service-card:hover .service-card__link:after {
      opacity: 1; }

@media (max-width: 991.98px) {
  .service-card__img {
    height: 240px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden; }
    .service-card__img:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      background: rgba(162, 128, 66, 0.3); }
  .service-card__content {
    padding: 0px 0 0;
    margin-bottom: 16px; }
    .service-card__content:after {
      display: none; }
  .service-card__title {
    color: #A28042;
    font-size: 24px;
    line-height: 29px; }
  .service-card__text {
    color: #A28042;
    font-size: 16px; }
  .service-card__link {
    background-color: transparent;
    height: 24px;
    color: #A28042;
    padding: 0; }
    .service-card__link:after {
      opacity: 1;
      background-image: url(../img/chevron-right-gold.svg); }
  .service-card:hover .service-card__link {
    background-color: transparent;
    box-shadow: none;
    color: #A28042; } }

@media (max-width: 991.98px) {
  .service-card__title {
    font-size: 20px; } }

.service-card-hor {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 680px;
  border-radius: 12px;
  overflow: hidden;
  min-width: 680px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  background: #FAFAFA;
  transition: border 0.3s;
  z-index: 1; }
  .service-card-hor:last-child {
    margin-bottom: 0; }
  .service-card-hor__img {
    width: 210px;
    min-width: 210px;
    padding-bottom: 25%;
    position: relative; }
    .service-card-hor__img:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(162, 128, 66, 0.2);
      transition: 0.3s; }
    .service-card-hor__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .service-card-hor__body {
    padding: 12px 30px;
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .service-card-hor__title {
    color: #A28042;
    font-size: 24px;
    line-height: 40px;
    font-family: 'Trajan Pro 3';
    font-display: swap;
    margin-bottom: 2px; }
    .service-card-hor__title span {
      color: #5B5B5B;
      font-size: 16px; }
  .service-card-hor__text {
    font-size: 18px;
    line-height: 22px;
    color: #5B5B5B;
    margin-bottom: 25px;
    font-family: 'Alegreya Sans SC';
    font-display: swap; }
  .service-card-hor__info {
    display: -ms-flexbox;
    display: flex; }
  .service-card-hor__info-item {
    margin-right: 50px; }
    .service-card-hor__info-item:last-child {
      margin-right: 0; }
  .service-card-hor__info-item-title {
    font-size: 16px;
    line-height: 126%;
    color: #5B5B5B;
    font-weight: 300; }
  .service-card-hor__info-item-text {
    font-size: 20px;
    line-height: 146%;
    color: #5B5B5B; }
  .service-card-hor__marker {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    width: 16px;
    height: 16px;
    border-radius: 50%; }
    .service-card-hor__marker:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #A28042;
      opacity: 0;
      transition: 0.3s; }
  .service-card-hor:hover, .service-card-hor.checked {
    border: 1px solid #A28042; }
    .service-card-hor:hover .service-card-hor__img:after, .service-card-hor.checked .service-card-hor__img:after {
      background: rgba(162, 128, 66, 0.65); }
  .service-card-hor__input {
    position: absolute;
    top: 0;
    left: 0; }
    .service-card-hor__input:checked ~ .service-card-hor__marker:after {
      opacity: 1; }

label.service-card-hor {
  cursor: pointer; }

@media (max-width: 1199.98px) {
  .service-card-hor {
    min-width: 100%; }
    .service-card-hor__info {
      display: block; }
    .service-card-hor__info-item {
      margin-right: 0;
      margin-bottom: 10px; } }

@media (max-width: 991.98px) {
  .service-card-hor__info {
    display: -ms-flexbox;
    display: flex; }
  .service-card-hor__info-item {
    margin-right: 30px;
    margin-bottom: 0; } }

@media (max-width: 767.98px) {
  .service-card-hor {
    display: block; }
    .service-card-hor__img {
      width: 100%;
      padding-bottom: 50%; }
    .service-card-hor__body {
      padding: 20px 15px; }
    .service-card-hor__title {
      font-size: 20px; }
      .service-card-hor__title span {
        font-size: 14px; }
    .service-card-hor__text {
      font-size: 16px;
      margin-bottom: 20px; }
    .service-card-hor__info-item-text {
      font-size: 18px; } }

@media (max-width: 575.98px) {
  .service-card-hor__info {
    display: block; }
  .service-card-hor__info-item {
    margin-right: 0;
    margin-bottom: 10px; }
    .service-card-hor__info-item:last-child {
      margin-bottom: 0; } }

.service {
  margin-bottom: 100px; }
  .service__info {
    margin-bottom: 100px; }
  .service__info-title {
    margin-bottom: 15px; }
  .service__info-list {
    max-width: 400px; }
    .service__info-list li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 126%;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .service__info-list li:last-child {
        margin-bottom: 0px;
        -ms-flex-align: center;
            align-items: center; }
    .service__info-list span {
      white-space: nowrap;
      font-weight: 300; }
    .service__info-list b {
      font-weight: 500;
      text-align: right; }
    .service__info-list a {
      font-weight: 500;
      position: relative;
      color: #5B5B5B; }
      .service__info-list a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #A28042;
        transition: 0.3s; }
      .service__info-list a:hover:after {
        border-bottom: 1px solid transparent; }
    .service__info-list ul {
      display: -ms-flexbox;
      display: flex; }
      .service__info-list ul li {
        margin-bottom: 0;
        margin-right: 15px; }
        .service__info-list ul li:last-child {
          margin-right: 0; }
      .service__info-list ul a {
        width: 34px;
        height: 34px;
        border: 1px solid transparent;
        transition: 0.3s;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        border-radius: 5px; }
        .service__info-list ul a img {
          max-width: 100%;
          max-height: 100%; }
        .service__info-list ul a:after {
          display: none; }
        .service__info-list ul a:hover {
          border: 1px solid #A28042; }
  .service__info-map {
    width: 100%;
    height: 330px;
    overflow: hidden;
    border-radius: 10px; }
    .service__info-map img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .service__info-map iframe {
      width: 100%;
      height: 100%; }
    .service__info-map .map {
      width: 100%;
      height: 100%; }
  .service__block {
    margin-bottom: 50px; }
    .service__block a {
      color: #5B5B5B;
      position: relative;
      display: inline;
      border-bottom: 1px solid #A28042;
      transition: 0.3s; }
      .service__block a:hover {
        color: #5B5B5B;
        border-color: transparent; }
  .service__wrapper-params {
    position: -webkit-sticky;
    position: sticky;
    top: 80px; }
  .service__params-title {
    font-size: 24px;
    line-height: 110%;
    font-weight: 500;
    color: #5B5B5B;
    margin-bottom: 20px; }
  .service__params-block {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #E2E2E2; }
    .service__params-block:last-child {
      padding-bottom: 0;
      border-bottom: none; }
  .service__params-block-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 126%;
    color: #5B5B5B;
    margin-bottom: 10px; }
    .service__params-block-title--xl {
      font-size: 24px;
      font-weight: 500;
      line-height: 110%;
      text-transform: lowercase;
      font-variant: small-caps; }
  .service__params-block-value {
    font-size: 16px;
    line-height: 126%;
    font-weight: 500;
    color: #5B5B5B;
    -webkit-font-feature-settings: 'tnum' on, 'lnum' on;
            font-feature-settings: 'tnum' on, 'lnum' on;
    font-variant: small-caps; }
    .service__params-block-value--xl {
      font-size: 24px;
      font-weight: 500;
      line-height: 110%;
      text-transform: lowercase;
      font-variant: small-caps; }
    .service__params-block-value--caps {
      text-transform: lowercase;
      font-variant: small-caps; }
  .service__params-block-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .service__params-footer {
    padding-top: 20px; }
    .service__params-footer p {
      font-size: 14px;
      line-height: 146%;
      color: #5B5B5B;
      text-transform: lowercase;
      font-variant: small-caps;
      margin-bottom: 10px; }
      .service__params-footer p:last-child {
        margin-bottom: 0; }
      .service__params-footer p a {
        position: relative;
        color: #5B5B5B;
        border-bottom: 1px solid #A28042;
        transition: 0.3s; }
        .service__params-footer p a:hover {
          color: #5B5B5B;
          border-bottom-color: transparent; }

@media (max-width: 991.98px) {
  .service__info {
    margin-bottom: 40px; }
  .service__info-map {
    margin-top: 30px; }
  .service__params {
    position: relative;
    top: auto;
    right: 0;
    max-height: none;
    overflow-y: visible; } }

@media (max-width: 767.98px) {
  .service {
    margin-bottom: 40px; } }

.categories {
  position: relative;
  height: 576px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 60px; }
  .categories__bg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .categories__item {
    text-align: center;
    position: relative; }
    .categories__item:before {
      content: '';
      position: absolute;
      top: -30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 69px;
      height: 30px;
      background-image: url(../img/cat-el-top.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      transition: 0.3s;
      opacity: 0; }
    .categories__item:after {
      content: '';
      position: absolute;
      bottom: -40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 69px;
      height: 30px;
      background-image: url(../img/cat-el-bot.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      transition: 0.3s;
      opacity: 0; }
    .categories__item:hover:before, .categories__item:hover:after {
      opacity: 1; }
  .categories__item-title {
    font-size: 36px;
    line-height: 52px;
    color: #A28042;
    font-family: 'Trajan Pro 3';
    font-display: swap;
    white-space: nowrap; }
  .categories__item-amount {
    font-family: 'Trajan Pro 3';
    font-display: swap;
    font-size: 20px;
    color: #A28042; }
  .categories__list {
    position: relative;
    left: -25px; }
  .categories__footer {
    margin-top: 90px; }
  .categories .tooltip {
    position: absolute;
    top: -18px;
    right: -18px; }
    .categories .tooltip__icon svg {
      transition: 0.3s; }
      .categories .tooltip__icon svg rect {
        fill-opacity: .5; }
      .categories .tooltip__icon svg path {
        fill: #fff; }
    .categories .tooltip:hover .tooltip__icon svg rect {
      fill-opacity: 1; }
    .categories .tooltip:hover .tooltip__text {
      opacity: 1; }
    .categories .tooltip__text {
      position: absolute;
      bottom: 60px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 450px;
      padding: 20px;
      font-size: 16px;
      line-height: 126%;
      font-weight: 400;
      color: #5B5B5B;
      background-color: #fff;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      white-space: normal;
      text-align: left;
      z-index: 1;
      font-family: 'Alegreya Sans SC';
      font-display: swap;
      opacity: 0;
      pointer-events: none;
      transition: 0.3s; }
      .categories .tooltip__text:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff; }

@media (max-width: 1199.98px) {
  .categories__list {
    left: 0; } }

@media (max-width: 991.98px) {
  .categories {
    height: 457px; }
    .categories__bg {
      width: 600px; }
    .categories__item-title {
      font-size: 30px; }
    .categories__item-amount {
      font-size: 18px; }
    .categories__footer {
      margin-top: 70px; } }

@media (max-width: 767.98px) {
  .categories {
    height: auto;
    background: #FAFAFA;
    margin-bottom: 40px;
    padding: 40px 0;
    margin-top: -40px; }
    .categories__bg {
      display: none; }
    .categories__item {
      background: #FFFFFF;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.07);
      border-radius: 10px;
      padding: 0 16px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      height: 64px;
      position: relative;
      margin-bottom: 12px; }
      .categories__item:before {
        display: none; }
      .categories__item:last-child {
        margin-bottom: 0; }
      .categories__item:after {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 16px;
        background-image: url(../img/chevron-right-grey.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 12px;
        height: 12px;
        left: auto;
        opacity: 1; }
    .categories__item-title {
      color: #808080;
      font-size: 20px;
      line-height: 29px;
      margin-right: 8px; }
      .categories__item-title .tooltip {
        display: none; }
    .categories__item-amount {
      font-size: 12px;
      line-height: 17px;
      color: #808080; }
    .categories__footer {
      margin-top: 30px; } }

@media (max-width: 350px) {
  .categories__item-title {
    font-size: 18px; } }

.catalog__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 40px;
  position: relative; }
  .catalog__header .section__title {
    margin-bottom: 0; }
  .catalog__header .form__checkbox {
    margin: 0; }

.catalog__header--xl-mb {
  margin-bottom: 50px; }

.catalog__list {
  overflow-y: auto;
  margin: 0 -15px 50px;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.catalog__list-item {
  padding: 0 15px; }

.catalog__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.catalog__items {
  margin-bottom: -30px; }
  .catalog__items .card, .catalog__items .service-card, .catalog__items .stable-card {
    margin-bottom: 30px;
    height: calc(100% - 30px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }

.catalog__block {
  margin-bottom: 70px; }
  .catalog__block:last-child {
    margin-bottom: 0; }

.catalog__block-title {
  margin-bottom: 30px; }

.catalog__block-title--center {
  text-align: center; }

.catalog__block-footer {
  margin-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.no-search-result {
  color: #5B5B5B;
  text-align: center;
  padding: 100px 0;
  margin-bottom: 50px; }

@media (max-width: 991.98px) {
  .catalog__list {
    padding-bottom: 50px;
    padding-bottom: 30px;
    margin: 0 auto 50px;
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 7px 30px; }
    .catalog__list::-webkit-scrollbar-track {
      background-color: #e4ece8;
      margin-left: 15px;
      margin-right: 15px;
      margin-top: 15px;
      margin-bottom: 15px;
      border-radius: 3.5px; }
    .catalog__list::-webkit-scrollbar {
      width: 6px;
      height: 6px;
      background-color: transparent;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 15px;
      padding-bottom: 15px; }
    .catalog__list::-webkit-scrollbar-thumb {
      background-color: #A28042;
      border-radius: 3.5px; }
    .catalog__list .card {
      min-width: 255px; }
  .catalog__list-item {
    padding: 0 8px; }
    .catalog__list-item:last-child {
      padding-right: 16px; }
  .catalog__items .row {
    margin: 0 -8px; }
  .catalog__items .col-6 {
    padding: 0 8px; }
  .no-search-result {
    font-size: 24px;
    line-height: 36px; } }

.order-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #A28042;
  z-index: 10;
  padding: 16px;
  display: none; }
  .order-panel .btn {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center; }

.order-pick-date {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  padding: 16px;
  display: none; }
  .order-pick-date__title {
    font-size: 14px;
    line-height: 110%;
    font-family: Alegreya Sans SC;
    margin-bottom: 20px; }

@media (max-width: 767.98px) {
  .catalog__list {
    margin: 0 -4px 40px;
    padding-bottom: 40px; }
    .catalog__list .card {
      min-width: 180px; }
  .catalog__list-item {
    padding: 0 4px; }
    .catalog__list-item:last-child {
      padding-right: 4px; }
  .catalog__block-title {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 20px; }
  .catalog .section__title span {
    display: none; }
  .catalog__items {
    margin-bottom: -16px; }
    .catalog__items .card, .catalog__items .service-card, .catalog__items .stable-card {
      margin-bottom: 16px;
      height: calc(100% - 16px); }
    .catalog__items .row {
      margin: 0 -4px; }
    .catalog__items .col-6 {
      padding: 0 4px; }
  .no-search-result {
    padding: 40px 0 0; } }

@media (max-width: 575.98px) {
  .catalog__items {
    min-height: 550px; } }

.card {
  background-color: #FAFAFA;
  border-radius: 12px;
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .card__img {
    height: 180px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    display: block;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%; }
    .card__img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .card__body {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    padding: 20px 15px 35px; }
  .card__title {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 29px;
    color: #A28042;
    display: block; }
    .card__title:hover {
      color: #A28042; }
  .card__info-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px; }
    .card__info-item:last-child {
      margin-bottom: 0; }
    .card__info-item span {
      font-weight: 300; }
    .card__info-item b {
      font-weight: 400;
      text-align: right; }
  .card__link {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    margin-top: auto;
    background: #C8C8C8;
    padding: 0 15px;
    color: #FAFAFA;
    font-size: 16px;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 40px;
    line-height: 40px;
    transition: 0.3s;
    border-radius: 0 0 12px 12px;
    white-space: nowrap; }
    .card__link:after {
      content: '';
      width: 4px;
      height: 9px;
      display: block;
      width: 11px;
      height: 11px;
      background-image: url(../img/chevron-right.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      margin-left: 4px;
      opacity: 0;
      transition: 0.3s; }
  .card:hover .card__link {
    background-color: #A28042;
    color: #FAFAFA;
    box-shadow: 0px 10px 20px rgba(162, 128, 66, 0.35); }
    .card:hover .card__link:after {
      opacity: 1; }
  .card__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: none; }
  .card__marker {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    background-color: #fff;
    width: 16px;
    height: 16px; }
    .card__marker:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 13px;
      height: 13px;
      border-radius: 50%;
      background-color: #A28042;
      opacity: 0;
      transition: 0.3s; }
  .card--radio {
    cursor: pointer;
    border: 1px solid #fff;
    transition: border 0.3s; }
    .card--radio .card__link {
      -ms-flex-pack: center;
          justify-content: center; }
      .card--radio .card__link:after {
        display: none; }
    .card--radio:hover {
      border: 1px solid #A28042; }
  .card.checked {
    border: 1px solid #A28042; }
    .card.checked .card__marker:after {
      opacity: 1; }
    .card.checked .card__link {
      background-color: #A28042; }

@media (max-width: 767.98px) {
  .card__img {
    height: 160px; }
  .card__body {
    padding: 12px 12px 20px; }
  .card__title {
    font-size: 18px;
    line-height: 26px; }
  .card__info-item {
    font-size: 14px;
    margin-bottom: 6px; }
  .card__link {
    -ms-flex-pack: center;
        justify-content: center; }
    .card__link:after {
      display: none; } }

@media (max-width: 575.98px) {
  .card__img {
    height: 120px; } }

@media (max-width: 359px) {
  .card__info-item {
    font-size: 12px; } }

.filter-btn {
  font-size: 24px;
  line-height: 35px;
  color: #A28042;
  transition: 0.3s;
  font-family: 'Trajan Pro 3';
  font-display: swap;
  z-index: 2;
  cursor: pointer; }
  .filter-btn.active {
    color: #fff; }
    .filter-btn.active svg {
      stroke: #fff;
      -webkit-transform: rotateX(-180deg);
              transform: rotateX(-180deg); }
  .filter-btn svg {
    stroke: #A28042;
    transition: 0.3s;
    margin-left: 10px; }

.filter {
  position: absolute;
  top: 100%;
  left: -30px;
  width: calc(100% + 60px);
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none; }
  .filter__footer {
    border-top: 1px solid #E2E2E2;
    padding-top: 30px;
    margin-top: 20px; }
    .filter__footer .btn {
      margin-right: 30px; }
      .filter__footer .btn:last-child {
        margin-right: 0; }
  .filter.active {
    opacity: 1;
    pointer-events: all; }

@media (max-width: 767.98px) {
  .filter-btn svg {
    fill: #6C6C6C; }
  .filter-btn.active svg {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    fill: #A28042; }
  .filter {
    width: 100%;
    left: 0; } }

@media (max-width: 575.98px) {
  .filter__footer .btn {
    margin-right: 0;
    margin-bottom: 10px; }
  .filter__footer .row > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

.seo-section p {
  font-size: 20px;
  line-height: 126%;
  margin-bottom: 15px;
  font-weight: 300; }
  .seo-section p:last-child {
    margin-bottom: 0; }

@media (max-width: 991.98px) {
  .seo-section p {
    font-size: 18px; } }

@media (max-width: 767.98px) {
  .seo-section h2 {
    margin-bottom: 8px; }
  .seo-section p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: 400; } }

.hero {
  background-image: url(../img/hero-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 700px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  padding-bottom: 70px;
  position: relative;
  margin-bottom: 60px; }
  .hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 230px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 93.33%); }
  .hero:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 230px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 93.33%); }
  .hero__title {
    font-size: 36px;
    line-height: 150%;
    color: #FAFAFA;
    font-family: 'Trajan Pro 3';
    font-display: swap;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    z-index: 1; }

@media (max-width: 767.98px) {
  .hero {
    background-image: url(../img/hero-mobile-bg.jpg);
    padding-bottom: 50px;
    padding-top: 200px;
    height: 100%; }
    .hero__title {
      font-size: 28px;
      line-height: 40px;
      margin-bottom: 12px; } }

.selection {
  padding-top: 70px; }
  .selection__title {
    font-size: 18px;
    line-height: 22px;
    color: #FAFAFA;
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
    font-family: 'Alegreya Sans SC';
    font-display: swap; }
  .selection__form {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    width: calc(100% + 30px);
    left: -15px;
    border-radius: 14px;
    background-color: #fff; }
  .selection .btn {
    width: 180px;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 2px; }
    .selection .btn:hover {
      background-color: #7e6333; }
  .selection .btn--reset {
    border-radius: 0 12px 12px 0;
    color: #A28042;
    background-color: #ffffff; }
    .selection .btn--reset:hover {
      color: #FAFAFA;
      background-color: #A28042; }
  .selection .form__field-input {
    background: #fff;
    font-size: 18px; }
    .selection .form__field-input::-webkit-input-placeholder {
      color: #5B5B5B; }
    .selection .form__field-input:-ms-input-placeholder {
      color: #5B5B5B; }
    .selection .form__field-input::-ms-input-placeholder {
      color: #5B5B5B; }
    .selection .form__field-input::placeholder {
      color: #5B5B5B; }
  .selection .form__field-input::-webkit-input-placeholder {
    color: #999; }
  .selection .form__field-input:-ms-input-placeholder {
    color: #999; }
  .selection .form__field-input::-ms-input-placeholder {
    color: #999; }
  .selection .form__field-input::placeholder {
    color: #999; }
  .selection .form__field-select,
  .selection .form__field-search {
    position: relative; }
    .selection .form__field-select:after,
    .selection .form__field-search:after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 55%;
      border-right: 1px dashed #C4C4C4;
      z-index: 1;
      right: 0; }
    .selection .form__field-select .select2-container--default .select2-selection--single,
    .selection .form__field-search .select2-container--default .select2-selection--single {
      background-color: #fff; }
    .selection .form__field-select:nth-child(1),
    .selection .form__field-search:nth-child(1) {
      width: 36%; }
    .selection .form__field-select:nth-child(2),
    .selection .form__field-search:nth-child(2) {
      width: 30%; }
    .selection .form__field-select:nth-child(3),
    .selection .form__field-search:nth-child(3) {
      width: 20%; }
      .selection .form__field-select:nth-child(3):after,
      .selection .form__field-search:nth-child(3):after {
        display: none; }
  .selection .form__field-select .select2-container--default .select2-selection--single .select2-selection__rendered,
  .selection .form__field-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px; }
  .selection select {
    border: none;
    background-color: #fff; }

@media (max-width: 1199.98px) {
  .selection__form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: transparent;
    position: relative; }
    .selection__form:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50px;
      background-color: #fff;
      border-radius: 12px; }
  .selection .btn {
    margin: 10px auto 0;
    max-width: 250px;
    width: 100%;
    border-radius: 12px; }
    .selection .btn:last-of-type {
      border-radius: 12px; }
  .selection .form__field-select:nth-child(1),
  .selection .form__field-search:nth-child(1) {
    width: 40%; }
  .selection .form__field-select:nth-child(2),
  .selection .form__field-search:nth-child(2) {
    width: 35%; }
  .selection .form__field-select:nth-child(3),
  .selection .form__field-search:nth-child(3) {
    width: 25%; }
    .selection .form__field-select:nth-child(3):after,
    .selection .form__field-search:nth-child(3):after {
      display: none; } }

@media (max-width: 991.98px) {
  .selection .form__field-input {
    font-size: 15px; }
  .selection .form__field-select:nth-child(1),
  .selection .form__field-search:nth-child(1) {
    width: 43%; }
  .selection .form__field-select:nth-child(2),
  .selection .form__field-search:nth-child(2) {
    width: 36%; }
  .selection .form__field-select:nth-child(3),
  .selection .form__field-search:nth-child(3) {
    width: 21%; }
    .selection .form__field-select:nth-child(3):after,
    .selection .form__field-search:nth-child(3):after {
      display: none; }
  .selection .form__field-select .select2-container--default .select2-selection--single .select2-selection__rendered,
  .selection .form__field-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px; } }

@media (max-width: 767.98px) {
  .selection__form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: transparent;
    width: 100%;
    left: 0; }
  .selection .btn {
    width: 50%;
    border-radius: 10px;
    width: 100%;
    max-width: 100%; }
  .selection .form__field-select:nth-child(1),
  .selection .form__field-search:nth-child(1) {
    width: 100%;
    margin-bottom: 10px; }
    .selection .form__field-select:nth-child(1):after,
    .selection .form__field-search:nth-child(1):after {
      display: none; }
  .selection .form__field-select:nth-child(2),
  .selection .form__field-search:nth-child(2) {
    width: 100%;
    margin-bottom: 10px; }
    .selection .form__field-select:nth-child(2):after,
    .selection .form__field-search:nth-child(2):after {
      display: none; }
  .selection .form__field-select:nth-child(3),
  .selection .form__field-search:nth-child(3) {
    width: 100%;
    margin-bottom: 10px; } }

.promo {
  margin-bottom: 50px;
  position: relative;
  z-index: 2; }
  .promo__heading {
    font-size: 28px;
    line-height: 150%;
    color: #FAFAFA;
    font-family: 'Trajan Pro 3';
    font-display: swap;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    z-index: 1; }
  .promo__top {
    padding-top: 225px;
    padding-bottom: 70px;
    background-image: url(../img/promo-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
    .promo__top:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 230px;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 93.33%); }
    .promo__top:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 230px;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 93.33%); }
  .promo__bottom {
    background-image: url(../img/pattern.jpg);
    padding: 11px 0; }
  .promo__nav-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .promo__nav-item {
    margin-right: 40px;
    position: relative; }
    .promo__nav-item:after {
      content: '◆';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: calc(100% + 18px);
      color: #FAFAFA;
      font-size: 22px;
      font-family: 'Trajan Pro 3';
      font-display: swap; }
    .promo__nav-item:last-child {
      margin-right: 0; }
      .promo__nav-item:last-child:after {
        display: none; }
    .promo__nav-item.active .promo__nav-link {
      color: #A28042;
      font-weight: 500; }
  .promo__nav-link {
    font-size: 19px;
    line-height: 28px;
    color: #FAFAFA;
    font-family: 'Trajan Pro 3';
    font-display: swap;
    transition: color .3s; }
    .promo__nav-link:hover {
      color: #A28042; }
    .promo__nav-link span {
      font-size: 14px; }
  .promo .hero__title {
    margin-bottom: 45px; }

@media (max-width: 1199.98px) {
  .promo__nav-link {
    font-size: 16px; }
  .promo__nav-item {
    margin-right: 20px; }
    .promo__nav-item:after {
      left: calc(100% + 8px);
      font-size: 16px; } }

@media (max-width: 991.98px) {
  .promo__nav {
    margin-bottom: 5px; }
    .promo__nav:last-child {
      margin-bottom: 0; } }

@media (max-width: 767.98px) {
  .promo__top {
    padding: 100px 0 40px;
    background-image: url(../img/hero-mobile-bg.jpg); }
    .promo__top .selection__title {
      margin-bottom: 20px; }
  .promo__heading {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 12px; }
  .promo__nav {
    white-space: nowrap;
    overflow-y: auto;
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 15px 5px;
    margin-bottom: 10px; }
    .promo__nav:after {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0;
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .promo__nav:last-child:after {
      display: none; }
  .promo__nav-item:last-child {
    padding-right: 15px; } }

.breadcrumbs {
  margin-bottom: 40px; }
  .breadcrumbs__item {
    display: inline-block;
    margin-right: 24px;
    position: relative; }
    .breadcrumbs__item:last-child {
      margin-right: 0; }
      .breadcrumbs__item:last-child .breadcrumbs__link {
        color: #6C6C6C; }
        .breadcrumbs__item:last-child .breadcrumbs__link:after {
          display: none; }
      .breadcrumbs__item:last-child:after {
        display: none; }
    .breadcrumbs__item:after {
      content: '';
      position: absolute;
      bottom: 4px;
      width: 8px;
      height: 8px;
      left: calc(100% + 8px);
      background-image: url(../img/chevron-right-gold.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .breadcrumbs__link {
    font-size: 16px;
    line-height: 110%;
    color: #A28042;
    position: relative;
    text-transform: lowercase;
    font-variant: small-caps; }
    .breadcrumbs__link:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      transition: 0.3s;
      border-bottom: 1px solid #A28042; }
    .breadcrumbs__link:hover {
      color: #A28042; }
      .breadcrumbs__link:hover:after {
        width: 100%; }

@media (max-width: 767.98px) {
  .breadcrumbs {
    margin-bottom: 30px; } }

.stable-card {
  background: #FAFAFA; }
  .stable-card__img {
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    display: block;
    height: 180px; }
    .stable-card__img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .stable-card__body {
    padding: 20px 15px 35px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .stable-card__title {
    display: block;
    font-size: 22px;
    line-height: 30px;
    min-height: 90px;
    color: #A28042;
    margin-bottom: 6px;
    font-family: 'Trajan Pro 3'; }
    .stable-card__title:hover {
      color: #A28042; }
  .stable-card__text {
    font-size: 16px;
    line-height: 126%;
    font-weight: 300;
    color: #5B5B5B;
    margin-bottom: 10px;
    font-family: 'Alegreya Sans SC';
    font-display: swap;
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .stable-card__adress {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-family: 'Alegreya Sans SC';
    font-display: swap;
    line-height: 20px;
    color: #545454;
    transition: 0.3s;
    display: block;
    min-height: 40px; }
    .stable-card__adress:before {
      content: '';
      position: absolute;
      top: -4px;
      left: 0;
      width: 10px;
      height: 20px;
      background-image: url(../img/pin-icon.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .stable-card__adress:hover {
      color: #A28042; }
  .stable-card__link {
    background: #C8C8C8;
    padding: 0 15px;
    color: #FAFAFA;
    font-size: 16px;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 40px;
    line-height: 40px;
    transition: 0.3s;
    border-radius: 0 0 12px 12px; }
    .stable-card__link:after {
      content: '';
      width: 4px;
      height: 9px;
      display: block;
      width: 11px;
      height: 11px;
      background-image: url(../img/chevron-right.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      margin-left: 4px;
      opacity: 0;
      transition: 0.3s; }
  .stable-card:hover .stable-card__link {
    background-color: #A28042;
    color: #FAFAFA;
    box-shadow: 0px 10px 20px rgba(162, 128, 66, 0.35); }
    .stable-card:hover .stable-card__link:after {
      opacity: 1; }

@media (max-width: 1199.98px) {
  .stable-card__title {
    font-size: 18px;
    line-height: 24px;
    min-height: 72px; } }

@media (max-width: 767.98px) {
  .stable-card__img {
    height: 160px; }
  .stable-card__body {
    padding: 12px 12px 20px; }
  .stable-card__text {
    font-size: 14px;
    margin-bottom: 6px; }
  .stable-card__adress {
    font-size: 12px;
    line-height: 120%; }
    .stable-card__adress:before {
      top: 0; }
  .stable-card__link {
    -ms-flex-pack: center;
        justify-content: center; }
    .stable-card__link:after {
      display: none; } }

@media (max-width: 575.98px) {
  .stable-card__img {
    height: 120px; }
  .stable-card__title {
    font-size: 3.5vw;
    line-height: 1.5em; } }

.single {
  margin-bottom: 100px; }
  .single__title {
    margin-bottom: 30px;
    min-height: 164px;
    max-width: 444px;
    font-family: 'Trajan Pro 3';
    font-display: swap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 50px;
    padding-right: 30px; }
  .single__title--no-pr {
    padding-right: 0; }
  .single__text {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px 60px 20px 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
    width: 710px; }
    .single__text p {
      margin-bottom: 0px;
      font-weight: 300; }
    .single__text h4 {
      font-size: 20px;
      line-height: 126%;
      font-weight: 500;
      color: #5B5B5B;
      margin-top: 20px;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start; }
      .single__text h4:before {
        content: '◆';
        display: inline-block;
        margin-right: 6px;
        line-height: 1; }
    .single__text ul {
      margin-top: 20px;
      font-size: 20px;
      line-height: 126%;
      color: #5B5B5B;
      font-weight: 300; }
      .single__text ul li {
        margin-bottom: 15px;
        position: relative;
        padding-left: 15px; }
        .single__text ul li:before {
          content: '';
          position: absolute;
          top: 12px;
          width: 8px;
          border-bottom: 1px solid #A28042;
          left: 0; }
        .single__text ul li:last-child {
          margin-bottom: 0; }
  .single__block {
    margin-bottom: 60px; }
    .single__block:last-child {
      margin-bottom: 0; }
  .single__block-header {
    margin-bottom: 30px; }
  .single__block-text {
    margin-bottom: 30px; }
  .single__sidebar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-bottom: -20px; }

@media (max-width: 1199.98px) {
  .single__text {
    width: 530px; } }

@media (max-width: 991.98px) {
  .single__title {
    margin-bottom: 30px;
    margin-top: 0;
    max-width: 100%;
    min-height: auto;
    padding-right: 0; }
  .single__text {
    width: 100%;
    padding: 0;
    margin-bottom: 30px; }
    .single__text ul {
      font-size: 18px; }
  .single__sidebar {
    margin-top: 30px; } }

@media (max-width: 767.98px) {
  .single {
    margin-bottom: 40px; }
    .single__title {
      margin-bottom: 15px; }
    .single__text ul {
      font-size: 16px; }
      .single__text ul li {
        margin-bottom: 10px; } }

.single__slider {
  width: 100%;
  position: relative; }
  .single__slider-arrow-prev {
    z-index: 1;
    cursor: pointer; }
    .single__slider-arrow-prev svg {
      fill: #fff;
      transition: 0.3s; }
    .single__slider-arrow-prev:hover svg {
      fill: #A28042; }
  .single__slider-arrow-next {
    z-index: 1;
    cursor: pointer; }
    .single__slider-arrow-next svg {
      fill: #fff;
      transition: 0.3s; }
    .single__slider-arrow-next:hover svg {
      fill: #A28042; }
  .single__slider--sm .single__slider-item {
    height: auto; }
  .single__slider--sm .single__slider-inner img {
    height: 250px; }
  .single__slider--sm .single__slider-thumbs-item {
    width: calc(50% - 10px) !important;
    padding-bottom: 27% !important; }
  .single__slider-item {
    height: 360px;
    border-radius: 10px;
    overflow: hidden; }
    .single__slider-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .single__slider-controls {
    width: 400px;
    padding: 0 20px 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: -48px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px; }
  .single__slider-quant {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 20px;
    line-height: 148%;
    color: #ffffff;
    text-align: center;
    font-weight: 500; }
  .single__slider-thumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 400px;
    width: 100%; }
  .single__slider-thumbs-item {
    width: calc(50% - 10px);
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 27.5%;
    margin-left: 10px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px; }
    .single__slider-thumbs-item.active:after {
      opacity: 1; }
    .single__slider-thumbs-item img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.7;
      transition: 0.3s; }
    .single__slider-thumbs-item:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 5px;
      background: rgba(162, 128, 66, 0.65);
      opacity: 0;
      transition: 0.3s; }
    .single__slider-thumbs-item:hover img {
      opacity: 1; }
  .single__slider-thumbs-item--lg {
    width: 50%; }
  .single__slider-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        align-items: flex-end; }

@media (max-width: 991.98px) {
  .single__slider-footer {
    -ms-flex-align: center;
        align-items: center; }
  .single__slider-thumbs {
    display: none; }
  .single__slider-controls {
    max-width: 400px;
    width: 100%;
    margin-bottom: 0; } }

@media (max-width: 767.98px) {
  .single__slider-item {
    height: 300px; } }

.table__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 20px;
  width: calc(100% + 40px);
  margin-left: -20px;
  border-radius: 10px;
  color: #5B5B5B;
  transition: 0.3s;
  min-height: 70px; }
  .table__row:nth-child(odd) {
    background: #e8e8e8; }
  .table__row:hover {
    color: #A28042; }
    .table__row:hover svg {
      fill: #A28042; }

.table__col {
  line-height: 126%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .table__col svg {
    min-width: 14px;
    margin-left: 16px;
    fill: #5B5B5B;
    transition: 0.3s; }
  .table__col:nth-child(1) {
    width: 24%; }
  .table__col:nth-child(2) {
    width: 34%; }
  .table__col:nth-child(3) {
    width: 15%; }
  .table__col:nth-child(4) {
    width: 17%;
    text-align: right;
    white-space: nowrap;
    -ms-flex-pack: end;
        justify-content: flex-end; }

@media (max-width: 991.98px) {
  .table__col {
    font-size: 16px; }
    .table__col:nth-child(1) {
      width: 20%; }
    .table__col:nth-child(3) {
      width: 17%; }
    .table__col:nth-child(4) {
      width: 17%; } }

@media (max-width: 767.98px) {
  .table__row {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .table__col {
    margin-bottom: 5px;
    display: block;
    position: relative; }
    .table__col svg {
      position: absolute;
      bottom: 3px;
      right: 0;
      margin: 0; }
    .table__col:nth-child(1) {
      width: 100%; }
    .table__col:nth-child(2) {
      width: 100%; }
    .table__col:nth-child(3) {
      width: 100%; }
    .table__col:nth-child(4) {
      width: 100%;
      margin-bottom: 0;
      -ms-flex-pack: justify;
          justify-content: space-between;
      text-align: left; } }

.text-block {
  margin-bottom: 60px; }
  .text-block:last-child {
    margin-bottom: 0; }
  .text-block__text p {
    font-weight: 300;
    margin-bottom: 10px; }
    .text-block__text p:last-child {
      margin-bottom: 0; }
  .text-block__text b {
    font-weight: 500; }
  .text-block__text blockquote {
    margin-bottom: 30px;
    position: relative;
    font-size: 24px;
    line-height: 168%;
    font-weight: 300;
    color: #5B5B5B;
    font-style: italic; }
    .text-block__text blockquote:before {
      content: '';
      position: absolute;
      top: -20px;
      left: 0;
      width: 78px;
      height: 60px;
      background-image: url(../img/quote.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .text-block__text blockquote span {
      color: #A28042; }
  .text-block img {
    max-width: 100%; }
  .text-block__desc {
    font-size: 18px; }
    .text-block__desc b {
      font-size: 20px; }

.list__item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px; }
  .list__item:last-child {
    margin-bottom: 0; }

.list__number {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 20px;
  line-height: 148%;
  font-weight: 700;
  color: #5B5B5B; }

.list p {
  font-size: 20px;
  line-height: 148%;
  font-weight: 300;
  color: #5B5B5B; }

.list ul li {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative; }
  .list ul li p {
    margin-bottom: 15px; }
    .list ul li p:last-child {
      margin-bottom: 0; }
  .list ul li:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 10px;
    border-bottom: 1px solid #A28042; }
  .list ul li:last-child {
    margin-bottom: 0; }

.list ol {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .list ol span {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 20px;
    line-height: 148%;
    font-weight: 700;
    color: #5B5B5B; }
  .list ol li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative; }
    .list ol li p {
      margin-bottom: 15px; }
      .list ol li p:last-child {
        margin-bottom: 0; }
    .list ol li:last-child {
      margin-bottom: 0; }

.list p.list__item-title {
  font-size: 20px;
  line-height: 148%;
  font-weight: 400;
  margin-bottom: 15px; }

@media (max-width: 991.98px) {
  .text-block__logo {
    margin-bottom: 30px; }
  .text-block__avatar {
    max-width: 380px;
    display: block;
    margin: 0 auto 30px; }
  .text-block__text blockquote {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px; }
  .text-block__desc {
    text-align: center; }
  .list__item {
    margin-bottom: 20px; }
  .list__number {
    position: absolute;
    font-size: 18px; }
  .list p {
    font-size: 18px; }
  .list ol span {
    font-size: 18px; }
  .list p.list__item-title {
    font-size: 18px; } }

@media (max-width: 767.98px) {
  .text-block__logo {
    margin-bottom: 15px; }
  .text-block__avatar {
    margin-bottom: 15px; }
  .text-block__text blockquote {
    font-size: 18px; }
    .text-block__text blockquote:before {
      display: none; }
  .list__item {
    margin-bottom: 10px;
    padding-left: 20px; }
  .list__number {
    position: absolute;
    font-size: 16px; }
  .list p {
    font-size: 16px; }
  .list ul li {
    margin-bottom: 10px; }
  .list ol span {
    font-size: 16px; }
  .list ol li {
    margin-bottom: 10px; }
  .list p.list__item-title {
    font-size: 16px;
    margin-bottom: 10px; } }

.tabs__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px; }

.tabs__nav--center {
  -ms-flex-pack: center;
      justify-content: center; }
  .tabs__nav--center .tabs__nav-item:last-child {
    margin-right: 0; }

.tabs__nav-item {
  cursor: pointer;
  font-size: 24px;
  line-height: 126%;
  color: #C8C8C8;
  text-transform: lowercase;
  font-variant: small-caps;
  margin-right: 30px;
  transition: 0.3s;
  position: relative;
  white-space: nowrap; }
  .tabs__nav-item:hover {
    color: #5B5B5B; }
  .tabs__nav-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 2px solid #A28042; }
  .tabs__nav-item.active {
    color: #5B5B5B; }
    .tabs__nav-item.active:after {
      width: 100%; }

.tabs__content {
  display: none; }
  .tabs__content.active {
    display: block; }

.tabs__list li {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  line-height: 126%;
  color: #A28042;
  font-weight: 300;
  margin-bottom: 15px; }
  .tabs__list li:last-child {
    margin-bottom: 0; }
  .tabs__list li.disabled {
    color: #C8C8C8; }
    .tabs__list li.disabled:before {
      background-image: url(../img/check-grey.svg); }
  .tabs__list li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 12px;
    height: 10px;
    background-image: url(../img/check-gold.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

@media (max-width: 1199.98px) {
  .tabs__nav {
    overflow-y: auto;
    padding-bottom: 10px;
    margin-bottom: 20px; } }

@media (max-width: 991.98px) {
  .tabs--md .tabs__nav {
    width: 100%;
    overflow-y: auto;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .tabs--md .tabs__nav--center {
    -ms-flex-pack: start;
        justify-content: flex-start; } }

@media (max-width: 767.98px) {
  .tabs__nav {
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    overflow-y: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: relative; } }

.info-block {
  background: #FAFAFA;
  border-radius: 10px;
  max-width: 390px;
  padding: 30px;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden; }
  .info-block--no-pad {
    padding: 0; }
  .info-block__title {
    font-size: 24px;
    line-height: 126%;
    font-weight: 500;
    color: #5B5B5B;
    margin-bottom: 20px; }
  .info-block__list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 126%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-font-feature-settings: 'tnum' on, 'lnum' on;
            font-feature-settings: 'tnum' on, 'lnum' on;
    font-variant: small-caps; }
    .info-block__list li:last-child {
      margin-bottom: 0px; }
  .info-block__list span {
    white-space: nowrap;
    font-weight: 300; }
  .info-block__list b {
    font-weight: 500;
    text-align: right; }
  .info-block__list a {
    font-weight: 500;
    position: relative;
    color: #5B5B5B; }
    .info-block__list a:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      border-bottom: 1px solid #A28042;
      transition: 0.3s; }
    .info-block__list a:hover:after {
      border-bottom: 1px solid transparent; }
  .info-block__img {
    display: block;
    width: 100%;
    object-fit: cover; }
  .info-block--map {
    height: 390px; }
    .info-block--map .map {
      width: 100%;
      height: 100%; }
    .info-block--map img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .info-block--map iframe {
      width: 100%;
      height: 100%; }

@media (max-width: 991.98px) {
  .info-block {
    max-width: 100%; } }

@media (max-width: 767.98px) {
  .info-block {
    padding: 20px 15px; }
    .info-block--no-pad {
      padding: 0; }
    .info-block__list li b {
      max-width: 240px; }
    .info-block__list li span {
      padding-right: 15px;
      white-space: normal; } }

.profile__nav-item {
  margin-bottom: 30px; }
  .profile__nav-item:last-child {
    margin-bottom: 0; }
  .profile__nav-item.active .profile__nav-link {
    color: #A28042; }

.profile__edit-controls {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

.profile__button-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }

.profile__edit-price {
  margin-bottom: 30px;
  text-align: center; }

.profile__edit-price-title {
  font-weight: 300;
  font-size: 20px;
  line-height: 126%; }

.profile__edit-price-value {
  font-size: 40px;
  line-height: 48px;
  text-transform: lowercase;
  font-variant: small-caps; }
  .profile__edit-price-value span {
    display: inline-block;
    margin: 0;
    padding: 0; }

.profile__edit-hide {
  margin-left: 30px; }
  @media (max-width: 991px) {
    .profile__edit-hide {
      margin-left: 0; } }

.profile__nav-link {
  font-size: 20px;
  line-height: 29px;
  color: #5B5B5B;
  transition: 0.3s;
  font-family: 'Trajan Pro 3';
  font-display: swap; }
  .profile__nav-link:hover {
    color: #A28042; }

.profile__body-header {
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .profile__body-header .tabs__nav {
    margin-bottom: 0; }

.profile__body-header-title {
  margin-right: 30px;
  font-size: 36px;
  line-height: 126%;
  color: #5B5B5B;
  font-weight: 500;
  font-variant: small-caps; }
  .profile__body-header-title span {
    font-size: 18px; }

.profile__body-header-btn {
  font-size: 16px;
  line-height: 126%;
  font-weight: 500;
  color: #5B5B5B;
  position: relative; }
  .profile__body-header-btn:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #A28042;
    transition: 0.3s; }
  .profile__body-header-btn:hover {
    color: #5B5B5B; }
    .profile__body-header-btn:hover:after {
      border-bottom: 1px solid transparent; }

.profile__personal-info-item {
  border-bottom: 1px dashed #E2E2E2;
  padding: 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .profile__personal-info-item:first-child {
    padding-top: 0; }
  .profile__personal-info-item:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.profile__personal-info-item-title {
  font-size: 18px;
  line-height: 126%;
  font-weight: 300;
  color: #5B5B5B;
  width: 100%;
  min-width: 160px;
  max-width: 160px;
  margin-right: 30px; }

.profile__personal-info-item-value {
  font-size: 22px;
  line-height: 148%;
  color: #5B5B5B; }

.profile__edit-form {
  max-width: 380px;
  margin-top: -10px; }

.profile__edit-form-notice {
  text-align: right;
  font-size: 12px;
  line-height: 126%;
  color: #808080;
  margin-bottom: 10px; }

.profile__faq-tabs {
  margin-bottom: 35px;
  margin-top: 2px; }

.profile__block {
  margin-bottom: 50px; }

.profile__block--mb-0 {
  margin-bottom: 0; }

.profile__block-header {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.profile__block-header-title {
  font-size: 20px;
  line-height: 126%;
  position: relative;
  margin-right: 30px;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  font-variant: small-caps; }
  .profile__block-header-title:before {
    content: '◆';
    margin-right: 6px;
    display: block;
    line-height: 1; }
  .profile__block-header-title span {
    font-size: 14px;
    margin-left: 10px;
    font-weight: 400; }

.profile__block-header-edit-btn {
  font-size: 16px;
  line-height: 126%;
  color: #5B5B5B;
  position: relative;
  display: inline-block;
  font-family: 'Alegreya Sans SC';
  font-variant: small-caps;
  font-display: swap; }
  .profile__block-header-edit-btn:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #A28042;
    transition: 0.3s; }
  .profile__block-header-edit-btn:hover {
    color: #5B5B5B; }
    .profile__block-header-edit-btn:hover:after {
      border-bottom: 1px solid transparent; }

.profile__block-info {
  margin-bottom: 50px; }

.profile__block-info-item {
  padding: 30px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1); }
  .profile__block-info-item:first-child {
    padding-top: 0; }
  .profile__block-info-item:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.profile__block-info-item-group {
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .profile__block-info-item-group:last-child {
    margin-bottom: 0; }

.profile__block-info-item-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 126%;
  color: #5B5B5B;
  width: 190px;
  min-width: 190px;
  padding-right: 30px;
  font-variant: small-caps; }

.profile__block-info-item-value {
  font-size: 22px;
  line-height: 148%;
  color: #5B5B5B; }

.profile__block-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .profile__block-controls .profile__block-header-edit-btn {
    margin-right: 30px; }
    .profile__block-controls .profile__block-header-edit-btn:last-child {
      margin-right: 0; }

.profile__block-text {
  margin-bottom: 50px; }
  .profile__block-text p {
    font-size: 20px;
    line-height: 148%;
    font-weight: 300;
    margin-bottom: 10px; }
    .profile__block-text p:last-child {
      margin-bottom: 0; }

.profile__block-text--sm-mar-bot {
  margin-bottom: 30px; }

.profile__block-list-item {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 126%;
  font-weight: 300;
  color: #A28042;
  padding-left: 22px;
  position: relative; }
  .profile__block-list-item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12px;
    height: 10px;
    background-image: url(../img/check-gold.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .profile__block-list-item:last-child {
    margin-bottom: 0; }

.profile .single__slider-controls {
  margin: -48px auto 20px; }

.profile .single__slider-thumbs {
  max-width: 100%;
  margin: 0 0px -10px; }

.profile .single__slider-thumbs-item {
  width: calc(20% - 10px);
  padding-bottom: 13%;
  margin: 0 5px 10px; }

.profile__body-header--filter {
  margin-top: 0; }
  .profile__body-header--filter .profile__body-header-title {
    white-space: nowrap;
    margin-bottom: 0px; }

.profile__body-filter {
  width: 100%; }
  .profile__body-filter .form__field {
    margin-bottom: 0; }
  .profile__body-filter .form__field-label {
    margin-right: 20px;
    white-space: nowrap; }
  .profile__body-filter .form__field-select {
    width: 100%; }
  .profile__body-filter .form__field-label {
    margin-bottom: 0; }

.actions {
  display: -ms-flexbox;
  display: flex;
  min-height: 20px; }
  .actions__hidden {
    display: none !important; }

@media (max-width: 991.98px) {
  .profile__body-header-title {
    font-size: 30px; }
  .profile__personal-info-item {
    padding: 15px 0; }
  .profile__personal-info-item-title {
    font-size: 16px; }
  .profile__personal-info-item-value {
    font-size: 18px; }
  .profile__block-info-item {
    padding: 15px 0; }
  .profile__block-info-item-title {
    font-size: 16px; }
  .profile__block-info-item-value {
    font-size: 18px;
    text-align: right; }
  .profile__block-info-item-group {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .profile__block-text p {
    font-size: 18px; }
  .profile__block-list-item {
    font-size: 16px; } }

@media (max-width: 991.98px) {
  .profile__nav-list {
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
    margin-bottom: 30px;
    position: relative;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 15px; }
  .profile__nav-item {
    margin-right: 30px;
    margin-bottom: 0; }
    .profile__nav-item:last-child {
      padding-right: 15px; }
  .profile__nav-link {
    white-space: nowrap;
    font-size: 18px; }
  .profile__edit-form {
    max-width: 100%; } }

@media (max-width: 767.98px) {
  .profile__personal-info-item {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .profile__personal-info-item-title {
    margin-right: 0;
    font-size: 16px; }
  .profile__personal-info-item-value {
    font-size: 16px;
    text-align: right; }
  .profile__block {
    margin-bottom: 40px; }
  .profile__block-header-title {
    padding-left: 0; }
  .profile__block-info {
    margin-bottom: 40px; }
  .profile__block-text {
    margin-bottom: 40px; }
  .profile__block-info-item-title {
    width: 130px;
    min-width: 130px;
    padding-right: 0; }
  .profile__block-info-item-value {
    font-size: 16px; }
  .profile__block-text p {
    font-size: 16px; }
  .profile__body-header--filter {
    display: block; }
    .profile__body-header--filter .profile__body-header-title {
      white-space: normal; }
  .profile__body-filter {
    width: 100%; }
    .profile__body-filter .form__field {
      margin-bottom: 0; }
    .profile__body-filter .form__field-label {
      margin-right: 20px;
      white-space: nowrap; }
    .profile__body-filter .form__field-select {
      width: 100%; } }

@media (max-width: 575.98px) {
  .profile__body-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .profile__body-header-title {
    margin-bottom: 5px;
    width: 100%;
    margin-right: 0; }
    .profile__body-header-title span {
      font-size: 14px; } }

.lessons {
  margin-bottom: -20px; }

.lesson-card {
  background: #FAFAFA;
  border-radius: 12px;
  padding: 20px 30px 25px;
  margin-bottom: 20px; }
  .lesson-card__title {
    font-size: 24px;
    line-height: 40px;
    color: #A28042;
    font-family: 'Trajan Pro 3';
    font-variant: small-caps;
    font-display: swap; }
    .lesson-card__title span {
      font-size: 16px;
      display: block;
      color: #5B5B5B; }
  .lesson-card__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
  .lesson-card__col:first-child {
    width: calc(100% - 225px - 30px);
    margin-right: 30px; }
  .lesson-card__col:last-child {
    width: 225px; }
  .lesson-card__type {
    font-size: 16px;
    line-height: 40px;
    color: #5B5B5B;
    font-family: 'Trajan Pro 3';
    font-display: swap; }
  .lesson-card__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .lesson-card__info-item {
    margin-right: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center; }
    .lesson-card__info-item:first-child {
      margin-right: 0;
      width: 100%; }
      .lesson-card__info-item:first-child .lesson-card__info-item-title {
        margin-right: 20px; }
    .lesson-card__info-item:nth-child(2) .lesson-card__info-item-title {
      margin-right: 60px; }
    .lesson-card__info-item:last-child {
      margin-right: 0; }
  .lesson-card__info-item-title {
    font-size: 16px;
    line-height: 126%;
    font-weight: 300;
    margin-right: 24px;
    margin-right: 50px;
    font-variant: small-caps; }
  .lesson-card__info-item-value {
    font-size: 20px;
    line-height: 148%;
    font-variant: small-caps; }
  .lesson-card__status {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 110%;
    font-family: 'Alegreya Sans SC';
    font-display: swap; }
    .lesson-card__status.accept:before {
      background-image: url(../img/check-gold.svg); }
    .lesson-card__status.decline:before {
      background-image: url(../img/close-icon.svg); }
    .lesson-card__status:before {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      margin-right: 10px; }

@media (max-width: 991.98px) {
  .lesson-card__info-item-value {
    font-size: 18px; }
  .lesson-card__info {
    margin-bottom: 30px; }
  .lesson-card__status {
    margin-bottom: 20px; }
  .lesson-card .btn {
    margin: 0 auto; } }

@media (max-width: 767.98px) {
  .lesson-card__row {
    display: block; }
  .lesson-card__col:first-child {
    width: 100%; }
  .lesson-card__col:last-child {
    width: 100%; } }

.lesson__body {
  display: -ms-flexbox;
  display: flex; }

.lesson__images {
  width: 250px;
  min-width: 250px;
  margin-right: 30px; }

.lesson__img {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px; }
  .lesson__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .lesson__img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(162, 128, 66, 0.25);
    z-index: 1; }

.lesson__status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 110%;
  font-family: 'Alegreya Sans SC';
  font-display: swap; }
  .lesson__status.accept:before {
    background-image: url(../img/check-gold.svg); }
  .lesson__status.decline:before {
    background-image: url(../img/close-icon.svg); }
  .lesson__status:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px; }

.lesson__title {
  font-size: 24px;
  line-height: 35px;
  font-family: 'Trajan Pro 3';
  font-display: swap;
  margin-bottom: 22px; }

.lesson__contacts {
  margin-bottom: 26px; }

.lesson__contacts-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 18px;
  line-height: 146%;
  margin-bottom: 14px;
  font-family: 'Alegreya Sans SC';
  font-display: swap; }
  .lesson__contacts-item:last-child {
    margin-bottom: 0; }
  .lesson__contacts-item img {
    margin-right: 10px;
    width: 17px;
    height: 17px; }

.lesson__info {
  margin-bottom: 30px;
  max-width: 260px; }

.lesson__info-item {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .lesson__info-item:last-child {
    margin-bottom: 0; }

.lesson__info-item-title {
  font-weight: 300;
  font-size: 16px;
  line-height: 126%; }

.lesson__info-item-value {
  font-size: 20px;
  line-height: 148%; }

.lesson__price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  text-transform: lowercase;
  font-variant: small-caps;
  margin-bottom: 45px;
  max-width: 260px; }

.lesson__text {
  font-size: 16px;
  line-height: 126%;
  color: #808080;
  margin-bottom: 35px; }

.lesson__contacts-tel {
  color: #5B5B5B; }
  .lesson__contacts-tel:hover {
    color: #5B5B5B; }

@media (max-width: 767.98px) {
  .lesson__body {
    display: block; }
  .lesson__images {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .lesson__img {
    width: calc(50% - 10px);
    padding-bottom: 50%; }
  .lesson__title {
    margin-bottom: 20px; }
  .lesson__contacts {
    margin-bottom: 20px; }
  .lesson__info {
    margin-bottom: 20px;
    max-width: 100%; }
  .lesson__info-item-value {
    font-size: 18px; }
  .lesson__price {
    margin-bottom: 20px;
    max-width: 100%; }
  .lesson__text {
    margin-bottom: 20px; }
  .lesson__footer {
    margin-bottom: -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
    .lesson__footer .btn {
      margin-bottom: 10px; } }

.accardion {
  border-radius: 10px; }
  .accardion:nth-child(odd) {
    background: #FCFCFC; }
  .accardion__title {
    padding: 21.5px 95px 21.5px 20px;
    font-size: 22px;
    line-height: 126%;
    color: #5B5B5B;
    position: relative;
    transition: 0.3s;
    cursor: pointer; }
    .accardion__title:after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 20px;
      width: 9px;
      height: 4px;
      background-image: url(../img/down-chevron.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .accardion__body {
    padding: 0 95px 20px 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 148%;
    color: #5B5B5B;
    display: none; }
  .accardion.active .accardion__title {
    color: #A28042; }
    .accardion.active .accardion__title:after {
      -webkit-transform: rotateX(-180deg);
              transform: rotateX(-180deg); }

@media (max-width: 991.98px) {
  .accardion__title {
    font-size: 20px;
    padding-right: 40px; }
  .accardion__body {
    font-size: 18px;
    padding-right: 40px; } }

@media (max-width: 767.98px) {
  .accardion__title {
    font-size: 18px; }
  .accardion__body {
    font-size: 16px; } }

.graphic__item {
  margin-bottom: 10px; }
  .graphic__item:last-child {
    margin-bottom: 0; }

.graphic__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }

.graphic__controls-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 126%;
  color: #5B5B5B;
  transition: 0.3s;
  position: relative;
  margin-right: 30px; }
  .graphic__controls-btn:last-child {
    margin-right: 0; }
  .graphic__controls-btn:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #A28042;
    transition: 0.3s; }
  .graphic__controls-btn:hover {
    color: #5B5B5B; }
    .graphic__controls-btn:hover:after {
      border-bottom: 1px solid transparent; }

@media (max-width: 767.98px) {
  .graphic__controls {
    -ms-flex-pack: center;
        justify-content: center; } }

.upload-file {
  margin-bottom: 30px; }
  .upload-file__row {
    display: -ms-flexbox;
    display: flex;
    height: 50px; }
  .upload-file__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 50px;
    z-index: 1;
    pointer-events: none; }
  .upload-file__result {
    height: 50px;
    line-height: 50px;
    width: calc(100% - 215px - 30px);
    margin-right: 20px;
    height: 50px;
    background: #FAFAFA;
    border-radius: 12px;
    font-size: 15px;
    padding: 0 15px;
    display: none; }
  .upload-file__remove-btn {
    display: none; }
  .upload-file__notice {
    font-size: 15px;
    line-height: 126%;
    color: #808080;
    margin-top: 10px; }

@media (max-width: 991.98px) {
  .upload-file__row {
    display: block;
    height: 110px; }
  .upload-file__result {
    width: 100%;
    margin-bottom: 10px; }
  .upload-file__remove-btn {
    max-width: 100%; }
  .upload-file__btn {
    width: 100%;
    max-width: 100%; } }

.upload-files {
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  padding-bottom: 20px;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; }
  .upload-files::-webkit-scrollbar-track {
    background-color: #e4ece8;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 3.5px; }
  .upload-files::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px; }
  .upload-files::-webkit-scrollbar-thumb {
    background-color: #A28042;
    border-radius: 3.5px; }
  .upload-files__item {
    position: relative;
    width: 215px;
    min-width: 215px;
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 15px; }
    .upload-files__item:last-child {
      margin-right: 0; }
    .upload-files__item img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .upload-files__item:hover .upload-files__controls {
      opacity: 1; }
  .upload-files__item-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden; }
  .upload-files__controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(162, 128, 66, 0.65);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    opacity: 0;
    transition: 0.3s; }
  .upload-files__controls-btn {
    width: 46px;
    height: 46px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    transition: 0.3s;
    border-radius: 50%;
    margin-right: 10px;
    background-color: transparent;
    border: none;
    cursor: pointer; }
    .upload-files__controls-btn:last-child {
      margin-right: 0; }
    .upload-files__controls-btn svg {
      stroke: #ffffff;
      transition: 0.3s; }
    .upload-files__controls-btn:hover {
      background-color: #fff; }
      .upload-files__controls-btn:hover svg {
        stroke: #A28042; }
    .upload-files__controls-btn:focus {
      outline: none; }
  .upload-files__error {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    padding: 5px 10px;
    display: none; }

@media (max-width: 767.98px) {
  .upload-files__controls {
    opacity: 1; } }

.upload-docs__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }
  .upload-docs__item:last-child {
    margin-bottom: 0; }

.upload-docs__item-icon {
  margin-right: 20px; }

.upload-docs__item-header {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .upload-docs__item-header:hover .remove-doc-btn {
    opacity: 1;
    pointer-events: all; }

.upload-docs__item-content {
  width: calc(100% - 62px); }

.upload-docs__item-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: calc(100% - 28px); }
  .upload-docs__item-title a {
    font-size: 20px;
    font-weight: 300;
    line-height: 124%;
    max-width: 100%;
    color: #5B5B5B;
    margin-right: 5px;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .upload-docs__item-title a:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      border-bottom: 1px solid #A28042;
      transition: 0.3s; }
    .upload-docs__item-title a:hover {
      color: #A28042; }
      .upload-docs__item-title a:hover:after {
        border-bottom: 1px solid transparent; }

.upload-docs__item-title--width-auto {
  width: auto; }

.upload-docs__item-size {
  font-size: 16px;
  line-height: 148%;
  margin-top: 4px; }

.remove-doc-btn {
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: auto; }
  .remove-doc-btn svg {
    stroke: rgba(162, 128, 66, 0.5);
    transition: 0.3s;
    width: 16px;
    height: 18px; }
  .remove-doc-btn:hover svg {
    stroke: #a28042;
    fill-opacity: 1; }

@media (max-width: 767.98px) {
  .upload-docs__item-title a {
    font-size: 16px; }
  .upload-docs__item-title--width-auto {
    width: calc(100% - 25px); }
  .upload-docs__item-header .remove-doc-btn {
    pointer-events: all;
    opacity: 1; } }

.form-section__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.form-section .form__title {
  text-align: center; }

.form-section__body {
  max-width: 790px;
  margin: 0 auto; }

.form-section__body--sm {
  max-width: 550px; }

.message-section__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 100px; }

.message-section__block {
  text-align: center; }

.message-section__block-row {
  margin-bottom: 50px; }

.message-section__block-icon {
  width: 50px;
  margin-bottom: 30px; }

@media (max-width: 991.98px) {
  .message-section__header {
    margin-bottom: 30px; }
  .message-section .section__title {
    font-size: 32px; }
  .message-section__block-title {
    font-size: 20px; } }

@media (max-width: 767.98px) {
  .message-section__block-icon {
    width: 35px; }
  .message-section .section__title {
    font-size: 22px;
    display: inline-block;
    width: auto; }
  .message-section__block-title {
    font-size: 16px; }
  .message-section__block-icon {
    margin-bottom: 15px; } }

@media (max-width: 575.98px) {
  .message-section .section__title {
    max-width: 260px;
    margin: 0 auto; } }

.not-found {
  text-align: center; }
  .not-found__title {
    color: #A28042;
    margin-bottom: 50px; }
  .not-found__img {
    max-width: 505px;
    width: 100%;
    display: block;
    margin: 0 auto 40px; }
  .not-found__text {
    font-size: 15px;
    font-weight: 500;
    line-height: 110%;
    color: #5B5B5B;
    font-family: 'Alegreya Sans SC';
    font-display: swap; }
    .not-found__text a {
      color: #5B5B5B;
      transition: 0.3s;
      position: relative; }
      .not-found__text a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #A28042;
        transition: 0.3s; }
      .not-found__text a:hover {
        color: #5B5B5B; }
        .not-found__text a:hover:after {
          border-bottom: 1px solid transparent; }

@media (max-width: 991.98px) {
  .not-found__title {
    margin-bottom: 30px; }
  .not-found__img {
    margin-bottom: 30px; } }

@media (max-width: 991.98px) {
  .not-found__title {
    font-size: 26px;
    line-height: 32px; } }

.contacts__header {
  margin-bottom: 50px; }

.contacts__block {
  padding: 30px 30px 35px;
  background: #FAFAFA;
  border-radius: 10px;
  margin-bottom: 50px; }

.contacts__block-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 126%;
  color: #5B5B5B;
  margin-bottom: 20px; }

.contacts__block-list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 15px; }
  .contacts__block-list-item:last-child {
    margin-bottom: 0; }

.contacts__block-list-item-title {
  font-size: 16px;
  line-height: 126%;
  font-weight: 300;
  color: #5B5B5B; }

.contacts__block-list-item-value {
  font-size: 16px;
  line-height: 126%;
  color: #5B5B5B;
  font-weight: 500; }
  .contacts__block-list-item-value a {
    font-size: 16px;
    line-height: 126%;
    color: #5B5B5B;
    font-weight: 500;
    position: relative; }
    .contacts__block-list-item-value a:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      border-bottom: 1px solid #A28042;
      transition: 0.3s; }
    .contacts__block-list-item-value a:hover {
      color: #5B5B5B; }
      .contacts__block-list-item-value a:hover:after {
        border-bottom: 1px solid transparent; }

.contacts__images {
  margin-bottom: -30px; }

.contacts__images-item {
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden; }
  .contacts__images-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.contacts__images-item--xl {
  padding-bottom: 50%; }

.contacts__images-item--lg {
  padding-bottom: 100%; }

@media (max-width: 991.98px) {
  .contacts__images-item--lg {
    padding-bottom: 50%; } }

@media (max-width: 767.98px) {
  .contacts__images {
    display: none; }
  .contacts__block {
    padding: 20px 20px 25px 20px; }
  .contacts__block-title {
    font-size: 22px; } }

.insurance__text {
  margin-bottom: 60px; }
  .insurance__text p {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 20px;
    line-height: 148%;
    color: #5B5B5B; }
    .insurance__text p:last-child {
      margin-bottom: 0; }

.insurance__block-title {
  margin-bottom: 30px; }

.insurance__block-subtitle {
  padding-left: 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 148%;
  margin-bottom: 15px;
  position: relative; }
  .insurance__block-subtitle:before {
    content: '◆';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    line-height: 126%;
    font-weight: 700;
    color: #5B5B5B; }

.insurance__block-list {
  font-size: 20px;
  line-height: 126%;
  color: #5B5B5B;
  font-weight: 300;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #E2E2E2; }
  .insurance__block-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px; }
    .insurance__block-list li:before {
      content: '';
      position: absolute;
      top: 12px;
      left: 0;
      width: 8px;
      border-bottom: 1px solid #A28042; }
    .insurance__block-list li:last-child {
      margin-bottom: 0; }

.insurance__block-footer p {
  font-size: 16px;
  line-height: 158%;
  color: #5B5B5B;
  font-weight: 300; }

.insurance__block-footer a {
  color: #A28042;
  border-bottom: 1px solid #A28042;
  transition: 0.3s; }
  .insurance__block-footer a:hover {
    color: #A28042;
    border-bottom-color: transparent; }

.insurance-card__img {
  position: relative;
  text-align: center;
  margin-bottom: 50px; }

.insurance-card__img-logo {
  max-width: 130px;
  display: block;
  margin: 0 auto 20px; }

.insurance-card__img-title {
  font-size: 28px;
  line-height: 41px;
  color: #5B5B5B;
  font-family: 'Trajan Pro 3';
  font-display: swap; }

.insurance-card__price {
  text-align: center;
  margin-bottom: 30px; }

.insurance-card__price-title {
  font-weight: 300;
  font-size: 20px;
  line-height: 126%; }

.insurance-card__price-value {
  font-size: 40px;
  line-height: 48px;
  text-transform: lowercase;
  font-variant: small-caps; }

.insurance-card .btn {
  margin: 0 auto; }

@media (max-width: 991.98px) {
  .insurance__text p {
    font-size: 18px; }
  .insurance__block-subtitle {
    font-size: 18px; }
  .insurance__list {
    font-size: 18px; }
  .insurance-card {
    margin-top: 40px; }
  .insurance-card__img {
    margin-bottom: 30px; } }

@media (max-width: 767.98px) {
  .insurance__text {
    margin-bottom: 40px; }
  .insurance__block-title {
    margin-bottom: 20px; } }

.convenience-form .profile__block {
  margin-bottom: 45px; }
  .convenience-form .profile__block:last-child {
    margin-bottom: 0; }

.convenience-checkbox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 15px;
  cursor: pointer; }
  .convenience-checkbox:last-child {
    margin-bottom: 0; }
  .convenience-checkbox__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none; }
    .convenience-checkbox__input:checked ~ .convenience-checkbox__marker {
      color: #A28042; }
      .convenience-checkbox__input:checked ~ .convenience-checkbox__marker svg {
        stroke: #A28042; }
  .convenience-checkbox__marker {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.3s; }
    .convenience-checkbox__marker svg {
      stroke: rgba(0, 0, 0, 0.11);
      transition: 0.3s;
      margin-right: 10px; }

.langs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .langs__item {
    margin-right: 15px; }
    .langs__item:last-child {
      margin-right: 0; }
    .langs__item.active .langs__link {
      color: #5B5B5B; }
      .langs__item.active .langs__link:after {
        width: 100%; }
  .langs__link {
    font-size: 20px;
    line-height: 126%;
    color: #c8c8c8;
    text-transform: lowercase;
    font-variant: small-caps;
    position: relative;
    transition: 0.3s; }
    .langs__link:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0%;
      border-bottom: 1px solid #A28042;
      transition: 0.3s; }
    .langs__link:hover {
      color: #A28042; }

.services-inputs__item {
  margin-bottom: 10px;
  padding-top: 40px;
  position: relative; }
  .services-inputs__item:last-child {
    margin-bottom: 0; }

.services-inputs__controls {
  display: none;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  right: 0; }
  .services-inputs__controls .profile__block-header-edit-btn {
    margin-right: 30px; }
    .services-inputs__controls .profile__block-header-edit-btn:last-child {
      margin-right: 0; }
  .services-inputs__controls.active {
    display: -ms-flexbox;
    display: flex; }

@media (max-width: 767.98px) {
  .services-inputs {
    margin-bottom: 20px;
    margin-top: 20px; }
    .services-inputs__item {
      margin-bottom: 20px; }
    .services-inputs__controls.active {
      display: -ms-flexbox;
      display: flex; } }

.service-input {
  border: 1px solid #FAFAFA;
  background: #FAFAFA;
  padding: 20px 20px 20px 50px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s; }
  .service-input:last-child {
    margin-bottom: 0; }
  .service-input.active {
    border: 1px solid #A28042;
    background-color: #fff; }
    .service-input.active .service-input__marker {
      border: 1px solid #A28042; }
      .service-input.active .service-input__marker:after {
        opacity: 1; }
  .service-input__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none; }
  .service-input__marker {
    width: 20px;
    height: 20px;
    border: 1px solid #C8C8C8;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -35px;
    background-color: #fff; }
    .service-input__marker:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #A28042;
      border-radius: 50%;
      width: calc(100% - 6px);
      height: calc(100% - 6px);
      opacity: 0;
      transition: 0.3s; }
  .service-input__header {
    margin-bottom: 8px;
    position: relative; }
  .service-input__title {
    font-size: 16px;
    line-height: 110%;
    color: #5B5B5B; }
  .service-input__duration {
    font-size: 13px;
    line-height: 22px;
    font-style: italic;
    color: #5B5B5B; }
  .service-input__desc {
    font-size: 14px;
    line-height: 22px;
    color: #5B5B5B;
    font-family: 'Alegreya Sans SC';
    font-variant: small-caps; }
  .service-input__table-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 10px; }
    .service-input__table-row:last-child {
      margin-bottom: 0; }
  .service-input__table-col {
    font-size: 16px;
    line-height: 126%;
    color: #5B5B5B; }
    .service-input__table-col:nth-child(1) {
      width: 130px; }
    .service-input__table-col:nth-child(2) {
      width: 90px; }
    .service-input__table-col:nth-child(3) {
      width: 130px; }
    .service-input__table-col:nth-child(4) {
      width: 100px; }
  .service-input__body {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .service-input__body-col:first-child {
    width: 190px;
    margin-right: 30px; }
  .service-input__body-col:last-child {
    width: calc(100% - 190px - 30px); }

@media (max-width: 1199.98px) {
  .service-input {
    padding-left: 40px; }
    .service-input__body-col:first-child {
      width: 150px; }
    .service-input__body-col:last-child {
      width: calc(100% - 150px - 30px); }
    .service-input__table-col {
      font-size: 14px; } }

@media (max-width: 767.98px) {
  .service-input {
    padding: 20px; }
    .service-input__body {
      display: block; }
    .service-input__body-col:first-child {
      width: 100%; }
    .service-input__body-col:last-child {
      width: 100%; }
    .service-input__header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding-left: 25px;
      margin-bottom: 10px; }
    .service-input__title {
      margin-right: 5px; }
    .service-input__duration {
      line-height: 17px; }
    .service-input__marker {
      top: -1px;
      left: 0;
      width: 16px;
      height: 16px; }
    .service-input__desc {
      margin-bottom: 10px; }
    .service-input__table-row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .service-input__table-col:nth-child(1) {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 6px; } }

@media (max-width: 575.98px) {
  .service-input__table-col:nth-child(1) {
    width: 100%; }
  .service-input__table-col:nth-child(2) {
    width: 100px; }
  .service-input__table-col:nth-child(3) {
    width: calc(100% - 170px); }
  .service-input__table-col:nth-child(4) {
    width: 70px; } }

@media (max-width: 375px) {
  .service-input__table-col {
    white-space: nowrap; }
    .service-input__table-col:nth-child(2) {
      width: 70px;
      font-size: 13px; }
    .service-input__table-col:nth-child(3) {
      font-size: 13px;
      width: calc(100% - 140px); }
    .service-input__table-col:nth-child(4) {
      font-size: 13px; } }

.hourse-params {
  margin-bottom: -25px; }
  .hourse-params__item {
    margin-bottom: 25px; }
  .hourse-params__item-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 126%;
    margin-bottom: 5px;
    font-variant: small-caps; }
  .hourse-params__item-text {
    font-size: 20px;
    line-height: 148%; }

.edit-service__title {
  font-family: 'Trajan Pro 3';
  font-display: swap;
  font-size: 28px;
  line-height: 41px;
  margin-bottom: 35px; }

.edit-service__row {
  margin-bottom: 30px; }

.edit-service__table-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .edit-service__table-header .edit-service__table-col:first-child {
    padding-left: 18px; }
  .edit-service__table-header .edit-service__table-col:nth-child(1) {
    width: 30%; }
  .edit-service__table-header .edit-service__table-col:nth-child(2) {
    width: 24.5%; }
  .edit-service__table-header .edit-service__table-col:nth-child(3) {
    width: 25%; }
  .edit-service__table-header .edit-service__table-col:nth-child(4) {
    width: 20%;
    padding-right: 0; }

.edit-service__table-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 10px; }
  .edit-service__table-col .form__field {
    width: 100%; }
  .edit-service__table-col:nth-child(2) {
    width: 30%; }
  .edit-service__table-col:nth-child(3) {
    width: 25%; }
  .edit-service__table-col:nth-child(4) {
    width: 25%; }
  .edit-service__table-col:nth-child(5) {
    width: 20%;
    padding-right: 0; }

.edit-service__table-row {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5px; }
  .edit-service__table-row .form__field {
    margin-bottom: 0; }

.edit-service__table-row-num {
  font-size: 16px;
  margin-right: 10px; }

.edit-service__table-body {
  max-height: 275px;
  overflow-y: auto;
  padding-right: 20px; }
  .edit-service__table-body::-webkit-scrollbar-track {
    background-color: #F4F4F4;
    margin-right: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 3.5px; }
  .edit-service__table-body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px; }
  .edit-service__table-body::-webkit-scrollbar-thumb {
    background-color: #DDDDDD;
    border-radius: 3.5px; }

.edit-service__footer {
  padding-top: 30px;
  border-top: 1px dashed #E2E2E2; }
  .edit-service__footer .btn {
    margin-right: 30px; }
    .edit-service__footer .btn:last-child {
      margin-right: 0; }

.btn-delete-row {
  cursor: pointer;
  margin-left: 10px; }
  .btn-delete-row svg path {
    fill: #C8C8C8;
    transition: 0.3s; }
  .btn-delete-row:hover svg path {
    fill: #A28042; }

@media (max-width: 991.98px) {
  .edit-service__table-header .edit-service__table-col:nth-child(1) {
    width: 27%; }
  .edit-service__table-header .edit-service__table-col:nth-child(3) {
    width: 24%; }
  .edit-service__table-col:nth-child(1) {
    width: 28%; }
  .edit-service__table-col:nth-child(2) {
    width: 27%; } }

@media (max-width: 767.98px) {
  .btn-delete-row {
    display: none; }
  .edit-service__close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 16px 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
    color: #5B5B5B; }
    .edit-service__close:hover {
      color: #5B5B5B; }
  .edit-service__table-header {
    display: none; }
  .edit-service__table-body {
    max-height: 100%;
    padding-right: 0; }
  .edit-service__table-row {
    display: block;
    margin-bottom: 30px; }
    .edit-service__table-row:last-child {
      margin-bottom: 0; }
    .edit-service__table-row .form__field {
      margin-bottom: 10px; }
  .edit-service__table-row-num {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-right: 10px; }
  .edit-service__table-row-header {
    margin-bottom: 15px;
    position: relative; }
    .edit-service__table-row-header:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: calc(100% - 66px);
      border-bottom: 1px dashed #E2E2E2; }
  .edit-service__table-col {
    padding-right: 0; }
    .edit-service__table-col:nth-child(1), .edit-service__table-col:nth-child(2), .edit-service__table-col:nth-child(3), .edit-service__table-col:nth-child(4), .edit-service__table-col:nth-child(5) {
      width: 100%; }
    .edit-service__table-col .form__field-label {
      min-width: 120px; }
  .edit-service__footer .btn {
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 100%; }
    .edit-service__footer .btn:last-child {
      margin-bottom: 0; } }

@media (max-width: 575.98px) {
  .edit-service__table-col .form__field-label {
    min-width: unset;
    margin-right: 10px; } }

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 10;
  background-image: url(../img/footer-pattern.png); }
  .cookies__title {
    font-size: 22px;
    line-height: 32px;
    color: #FAFAFA;
    font-display: swap;
    font-family: 'Trajan Pro 3';
    margin-bottom: 6px; }
  .cookies__text {
    font-size: 16px;
    line-height: 126%;
    color: #FAFAFA;
    margin-right: 70px; }
    .cookies__text a {
      color: #FAFAFA;
      position: relative; }
      .cookies__text a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #A28042;
        transition: 0.3s; }
      .cookies__text a:hover:after {
        width: 0; }

@media (max-width: 991.98px) {
  .cookies__text {
    margin-right: 0;
    margin-bottom: 10px; } }

.mobile-menu {
  background-color: #fff;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 64px);
  z-index: 10;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 40px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s; }
  .mobile-menu__nav {
    margin-bottom: 30px; }
    .mobile-menu__nav li {
      margin-bottom: 15px; }
      .mobile-menu__nav li:last-child {
        margin-bottom: 0; }
    .mobile-menu__nav a {
      font-size: 20px;
      line-height: 110%;
      color: #5B5B5B;
      transition: 0.3s; }
      .mobile-menu__nav a:hover {
        color: #A28042; }
  .mobile-menu .header__in, .mobile-menu .header__reg {
    font-size: 20px; }
  .mobile-menu .header__controlls {
    margin-bottom: 30px; }
  .mobile-menu .header__phone {
    color: #5B5B5B;
    font-size: 20px; }
    .mobile-menu .header__phone a {
      color: #5B5B5B; }
      .mobile-menu .header__phone a:hover {
        color: #A28042; }
  .mobile-menu.active {
    pointer-events: all;
    opacity: 1; }
  .mobile-menu .city-select {
    margin-bottom: 30px;
    max-width: 180px; }
    .mobile-menu .city-select .select2-container--default .select2-selection--single {
      background-color: transparent; }
    .mobile-menu .city-select .select2-container--default .select2-selection--single .select2-selection__rendered {
      font-size: 18px;
      padding-right: 35px; }
    .mobile-menu .city-select .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding-left: 0; }

@media (max-width: 767.98px) {
  .mobile-menu {
    top: 64px; } }

.reserv {
  margin-bottom: 60px; }
  .reserv__add-to-row {
    margin-bottom: 20px; }
  .reserv__block {
    margin-bottom: 40px; }
    .reserv__block:last-child {
      margin-bottom: 0; }
  .reserv__block-title {
    font-size: 20px;
    line-height: 126%;
    font-weight: 700;
    color: #5B5B5B;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 24px; }
    .reserv__block-title span {
      font-weight: 400;
      margin-left: 4px; }
    .reserv__block-title:before {
      content: '◆';
      font-size: 16px;
      margin-right: 6px; }
  .reserv__block-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px -30px; }
  .reserv .reserv-card {
    width: calc((100% / 3) - 30px);
    margin: 0 15px 30px; }
  .reserv__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 75px; }
  .reserv__nav-prev, .reserv__nav-next {
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    color: #5B5B5B;
    font-family: 'Alegreya Sans SC';
    font-display: swap;
    position: relative; }
    .reserv__nav-prev:after, .reserv__nav-next:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      border-bottom: 1px solid #A28042;
      width: 100%;
      transition: 0.3s; }
    .reserv__nav-prev:hover, .reserv__nav-next:hover {
      color: #5B5B5B; }
      .reserv__nav-prev:hover:after, .reserv__nav-next:hover:after {
        border-bottom-color: transparent; }
  .reserv__text p {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 20px;
    line-height: 148%;
    color: #5B5B5B; }
    .reserv__text p:last-child {
      margin-bottom: 0; }

@media (max-width: 767.98px) {
  .reserv {
    padding: 0 16px;
    margin-bottom: 40px; }
    .reserv__block {
      margin-bottom: 30px; }
    .reserv__block-title {
      position: relative;
      margin-bottom: 20px; }
      .reserv__block-title:after {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        background-image: url(../img/down-chevron.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 12px;
        height: 12px; }
    .reserv .reserv-card {
      margin: 0 0 16px;
      width: 100%; }
  __text p {
    font-size: 16px;
    line-height: 24px; }
  .reserv__nav {
    margin: 40px 0 60px; }
    .reserv__nav--top {
      margin-top: 30px;
      margin-bottom: 30px; } }

.reserv-card {
  padding: 15px 15px 20px;
  margin-bottom: 30px;
  border-radius: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .reserv-card__title {
    font-size: 20px;
    line-height: 29px;
    color: #A28042;
    font-family: 'Trajan Pro 3';
    font-display: swap;
    margin-bottom: 8px;
    margin-top: auto; }
  .reserv-card__subtitle {
    font-size: 14px;
    line-height: 20px;
    color: #5B5B5B;
    font-family: 'Trajan Pro 3';
    font-display: swap;
    margin-bottom: 20px; }
  .reserv-card__info {
    margin-bottom: 20px; }
  .reserv-card__info-item {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .reserv-card__info-item:last-child {
      margin-bottom: 0; }
  .reserv-card__info-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 126%;
    color: #5B5B5B;
    font-variant: small-caps;
    font-family: 'Alegreya Sans SC';
    font-display: swap; }
  .reserv-card__info-value {
    font-size: 16px;
    line-height: 126%;
    color: #5B5B5B;
    font-family: 'Alegreya Sans SC';
    font-display: swap;
    text-align: right; }
  .reserv-card__contacts {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .reserv-card__contacts-item {
    margin-bottom: 10px; }
    .reserv-card__contacts-item--flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-positive: 1;
          flex-grow: 1; }
    .reserv-card__contacts-item:last-child {
      margin-bottom: 0; }
  .reserv-card__contacts-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 126%;
    color: #5B5B5B;
    font-variant: small-caps;
    font-family: 'Alegreya Sans SC';
    font-display: swap; }
  .reserv-card__contacts-value {
    font-size: 16px;
    line-height: 126%;
    color: #5B5B5B;
    font-family: 'Alegreya Sans SC';
    font-display: swap; }
  .reserv-card__contacts-name {
    -ms-flex-positive: 1;
        flex-grow: 1;
    font-size: 16px;
    line-height: 126%;
    color: #5B5B5B;
    font-family: 'Alegreya Sans SC';
    font-display: swap; }
  .reserv-card__status {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .reserv-card__status-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 126%;
    color: #5B5B5B;
    font-variant: small-caps;
    font-family: 'Alegreya Sans SC';
    font-display: swap; }
  .reserv-card__status-value {
    font-size: 16px;
    line-height: 126%;
    color: #5B5B5B;
    font-family: 'Alegreya Sans SC';
    font-display: swap;
    text-align: right; }
  .reserv-card--confirmed, .reserv-card--processed, .reserv-card--paid {
    background: #FAFAFA; }
    .reserv-card--confirmed .reserv-card__contacts-title, .reserv-card--confirmed .reserv-card__contacts-value, .reserv-card--processed .reserv-card__contacts-title, .reserv-card--processed .reserv-card__contacts-value, .reserv-card--paid .reserv-card__contacts-title, .reserv-card--paid .reserv-card__contacts-value {
      color: #5B5B5B; }
  .reserv-card--past, .reserv-card--canceled {
    background: #DCDCDC; }
    .reserv-card--past .reserv-card__title, .reserv-card--canceled .reserv-card__title {
      color: #838383; }
    .reserv-card--past .reserv-card__subtitle, .reserv-card--canceled .reserv-card__subtitle {
      color: #838383; }
    .reserv-card--past .reserv-card__info-title, .reserv-card--past .reserv-card__info-value, .reserv-card--canceled .reserv-card__info-title, .reserv-card--canceled .reserv-card__info-value {
      color: #838383; }
    .reserv-card--past .reserv-card__contacts-title, .reserv-card--past .reserv-card__contacts-value, .reserv-card--canceled .reserv-card__contacts-title, .reserv-card--canceled .reserv-card__contacts-value {
      color: #838383; }
    .reserv-card--past .reserv-card__status-title, .reserv-card--past .reserv-card__status-value, .reserv-card--canceled .reserv-card__status-title, .reserv-card--canceled .reserv-card__status-value {
      color: #838383; }

@media (max-width: 767.98px) {
  .reserv-card__title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 3px; }
  .reserv-card__subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px; }
  .reserv-card__info {
    margin-bottom: 7px; }
  .reserv-card__info-item {
    margin-bottom: 7px; }
  .reserv-card__info-title, .reserv-card__info-value {
    font-size: 14px; }
  .reserv-card__contacts {
    margin-bottom: 7px; }
  .reserv-card__contacts-item {
    margin-bottom: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .reserv-card__contacts-title, .reserv-card__contacts-value {
    font-size: 14px; }
  .reserv-card__status-title, .reserv-card__status-value {
    font-size: 14px; } }

.add-to-cal__title {
  font-size: 28px;
  line-height: 41px;
  color: #5B5B5B;
  font-family: 'Trajan Pro 3';
  font-display: swap;
  margin-bottom: 35px; }

.add-to-cal__body {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #E2E2E2; }

.add-to-cal__message {
  margin-bottom: 30px;
  text-align: center;
  font-size: 15px;
  line-height: 126%; }

.add-to-cal__footer .btn {
  margin-right: 30px; }
  .add-to-cal__footer .btn:last-child {
    margin-right: 0; }

#add-to-calendar .popup-block__popup {
  max-width: 1020px;
  width: 100%;
  padding: 30px; }

@media (max-width: 767.98px) {
  #add-to-calendar .popup-block__overlay {
    padding: 0;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  #add-to-calendar .popup-block__popup {
    padding: 0 10px 15px;
    border-radius: 0;
    height: 100%;
    min-height: 100vh; }
  .add-to-cal__close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 16px 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
    color: #5B5B5B; }
    .add-to-cal__close:hover {
      color: #5B5B5B; }
  .add-to-cal__footer .btn {
    max-width: 100%;
    width: 100%;
    margin-right: 0; }
    .add-to-cal__footer .btn:first-child {
      margin-bottom: 16px; } }

.ensure {
  margin-bottom: 30px; }
  .ensure input[type="date"]::-webkit-inner-spin-button,
  .ensure input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none; }
  .ensure form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: unset;
    margin-top: 0; }
    .ensure form .profile__edit-form:first-child {
      margin-right: 30px; }
  .ensure .profile__edit-hidden {
    display: none; }
  .ensure .form__field-group--width {
    width: 100%;
    margin-bottom: 20px; }
  .ensure .form__checkbox {
    -ms-flex-pack: center;
        justify-content: center; }

.error-label__message {
  font-size: 22px;
  margin: 10px 0; }

.error-label__list {
  height: 300px;
  overflow-y: auto; }

.error-label__item {
  width: 320px;
  height: 50px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 50px;
  color: #808080;
  background-color: #eee;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 767.98px) {
    .error-label__item {
      width: 230px;
      padding: 0;
      font-size: 14px; } }

.error-label__day {
  height: 100%;
  padding: 0 15px; }

.error-label__time {
  height: 100%;
  padding: 0 15px; }

body {
  position: relative;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Alegreya Sans";
  color: #5B5B5B;
  font-weight: 400;
  line-height: 110%;
  font-size: 18px;
  min-width: 320px; }

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

p {
  margin: 0; }

a:hover {
  text-decoration: none; }

body, html {
  height: 100%; }

.wrapper {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .wrapper .page {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }

.select2-dropdown {
  position: relative; }

@media (max-width: 767.98px) {
  body {
    font-size: 16px; } }

.popup-block--touch {
  pointer-events: none; }
.single__slider-item img, .single__slider-thumbs-item img{
	object-position: top;
}

@media (min-width: 992px) {
  .feedback-form-popup .popup-block__popup {
    max-width: 680px;
    padding: 50px;
  }
}