

/* Start:/local/media/css/normalize.css?16462975746673*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }

  /* Sections
     ========================================================================== */

  /**
   * Remove the margin in all browsers.
   */

  body {
    margin: 0;
  }

  /**
   * Render the `main` element consistently in IE.
   */

  main {
    display: block;
  }

  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }

  /* Grouping content
     ========================================================================== */

  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }

  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }

  /* Text-level semantics
     ========================================================================== */

  /**
   * Remove the gray background on active links in IE 10.
   */

  a {
    background-color: transparent;
  }

  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }

  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

  b,
  strong {
    font-weight: bolder;
  }

  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }

  /**
   * Add the correct font size in all browsers.
   */

  small {
    font-size: 80%;
  }

  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

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

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  /* Embedded content
     ========================================================================== */

  /**
   * Remove the border on images inside links in IE 10.
   */

  img {
    border-style: none;
  }

  /* Forms
     ========================================================================== */

  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }

  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

  button,
  input { /* 1 */
    overflow: visible;
  }

  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

  button,
  select { /* 1 */
    text-transform: none;
  }

  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */

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

  /**
   * Remove the inner border and padding in Firefox.
   */

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

  /**
   * Restore the focus styles unset by the previous rule.
   */

  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

  /**
   * Correct the padding in Firefox.
   */

  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }

  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }

  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

  progress {
    vertical-align: baseline;
  }

  /**
   * Remove the default vertical scrollbar in IE 10+.
   */

  textarea {
    overflow: auto;
  }

  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }

  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

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

  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }

  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

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

  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }

  /* Interactive
     ========================================================================== */

  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

  details {
    display: block;
  }

  /*
   * Add the correct display in all browsers.
   */

  summary {
    display: list-item;
  }

  /* Misc
     ========================================================================== */

  /**
   * Add the correct display in IE 10+.
   */

  template {
    display: none;
  }

  /**
   * Add the correct display in IE 10.
   */

  [hidden] {
    display: none;
  }

/* End */


/* Start:/local/media/css/bootstrap-reboot.min.css?16462975745302*/
/*!
 * Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*, ::after, ::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

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

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

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

ol, ul {
    padding-left: 2rem
}

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

ol ol, ol ul, ul ol, ul ul {
    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: .875em
}

mark {
    padding: .2em;
    background-color: #fcf8e3
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

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

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

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

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

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

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

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

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

/* End */


/* Start:/local/media/css/bootstrap-grid.min.css?164629757452755*/
/*!
 * Bootstrap Grid v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!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:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!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:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!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:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!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:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!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:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}

/* End */


/* Start:/local/media/css/animate.min.css?164629757471750*/
@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/* End */


/* Start:/local/media/js/swiper/swiper.min.css?164629757415565*/
/**
 * Swiper 7.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 16, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* End */


/* Start:/local/media/js/fancybox/fancybox.css?164629757415371*/
.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:thin dotted}body.is-using-mouse .fancybox__container :focus{outline:none}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-36px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/media/js/chosen/chosen.min.css?164629757410220*/
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(/local/media/js/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(/local/media/js/chosen/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(/local/media/js/chosen/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(/local/media/js/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(/local/media/js/chosen/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(/local/media/js/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
/* End */


/* Start:/local/media/js/choices/choices.min.css?16462975747383*/
.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open::after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]::after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{visibility:visible}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable,.choices__list[aria-expanded] .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable::after,.choices__list[aria-expanded] .choices__item--selectable::after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable::after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted::after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}

/* End */


/* Start:/local/media/js/dropzone/dropzone.min.css?16462975749830*/
@-webkit-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@-moz-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@-moz-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-moz-keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:2px solid rgba(0,0,0,.3);background:#fff;padding:20px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-message .dz-button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom, #eee, #ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-ms-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,.8);background-color:rgba(255,255,255,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{-webkit-transform:scale(1.05, 1.05);-moz-transform:scale(1.05, 1.05);-ms-transform:scale(1.05, 1.05);-o-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05);-webkit-filter:blur(8px);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-moz-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-ms-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-o-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-moz-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-ms-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-o-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;-webkit-transition:opacity 0.4s ease-in;-moz-transition:opacity 0.4s ease-in;-ms-transition:opacity 0.4s ease-in;-o-transition:opacity 0.4s ease-in;transition:opacity 0.4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;-moz-animation:pulse 6s ease infinite;-ms-animation:pulse 6s ease infinite;-o-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:rgba(255,255,255,.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(to bottom, #666, #444);position:absolute;top:0;left:0;bottom:0;width:0;-webkit-transition:width 300ms ease-in-out;-moz-transition:width 300ms ease-in-out;-ms-transition:width 300ms ease-in-out;-o-transition:width 300ms ease-in-out;transition:width 300ms ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;-webkit-transition:opacity 0.3s ease;-moz-transition:opacity 0.3s ease;-ms-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(to bottom, #be2626, #a92222);padding:.5em 1.2em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}
/* End */


/* Start:/local/media/css/template.min.css?1650623543125300*/
@font-face{font-family:Roboto;src:local("Roboto"),url(/local/media/css/../fonts/roboto-v29-latin_cyrillic-regular.woff2);font-display:swap;font-style:normal;font-weight:400}@font-face{font-family:Roboto;src:local("Roboto"),url(/local/media/css/../fonts/roboto-v29-latin_cyrillic-500.woff2);font-display:swap;font-style:normal;font-weight:500}@font-face{font-family:Roboto;src:local("Roboto"),url(/local/media/css/../fonts/roboto-v29-latin_cyrillic-300.woff2);font-display:swap;font-style:normal;font-weight:300}@font-face{font-family:ProximaNova;src:local("Proxima Nova"),url(/local/media/css/../fonts/ProximaNova-Bold.woff2);font-display:swap;font-style:normal;font-weight:700}@font-face{font-family:ProximaNova;src:local("Proxima Nova"),url(/local/media/css/../fonts/ProximaNova-Light.woff2);font-display:swap;font-style:normal;font-weight:300}@font-face{font-family:ProximaNova;src:local("Proxima Nova"),url(/local/media/css/../fonts/ProximaNovaT-Thin.woff2);font-display:swap;font-style:normal;font-weight:100}@font-face{font-family:Roboto;src:local("Roboto"),url(/local/media/css/../fonts/roboto-v29-latin_cyrillic-700.woff2);font-display:swap;font-style:normal;font-weight:700}@font-face{font-family:ProximaNova;src:local("Proxima Nova"),url(/local/media/css/../fonts/ProximaNova-Regular.woff2);font-display:swap;font-style:normal;font-weight:400}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}:focus:not(:focus-visible){outline:0}html{scroll-behavior:smooth}body{font-family:Roboto,sans-serif;font-size:18px;font-weight:300;line-height:23px;color:#000;min-width:320px}.wrapper{display:flex;align-items:flex-start;justify-content:center;margin:0 auto;max-width:1780px;width:100%}.inner{padding-left:16px;padding-right:16px;width:100%;max-width:1490px}.inner_wide{max-width:100%}.inner__subtitle{align-self:stretch;padding-bottom:10px;margin-bottom:30px;font-family:ProximaNova,sans-serif;font-size:12px;line-height:19px;text-align:center;text-transform:uppercase;letter-spacing:1px;color:#999;border-bottom:1px solid #e45043}.inner__content_bg-white{background-color:#fff}h1,h2,h3,h4,h5,h6{padding-top:.5em;margin-top:0;margin-bottom:.555em;font-family:ProximaNova,sans-serif;font-weight:300;line-height:1.22}h1{font-size:42px}h2{font-size:36px}h3{font-size:30px}h4{font-size:28px}h5{font-size:24px}p{margin-top:0;margin-bottom:26px}a{transition:color 124ms ease-in-out}a:hover{color:inherit}b,strong{font-weight:700}ol,ul{padding-left:19px}mark{background:0 0;font-weight:500;color:#e45043}blockquote{position:relative;padding:10px 10px 10px 28px;margin-bottom:26px;max-width:400px}blockquote::after{position:absolute;top:0;bottom:0;left:0;content:"";width:4px;background-color:#e45043}.z1,.z2,.z3,.z4,.z5,.z6{padding:0}.z1{font-family:ProximaNova,sans-serif;font-weight:300;font-size:38px;line-height:44px}.z2{font-family:ProximaNova,sans-serif;font-weight:300;font-size:24px;line-height:30px}.z3{font-family:ProximaNova,sans-serif;font-size:18px;line-height:22px;font-weight:300;text-transform:uppercase;letter-spacing:2px}.z4{font-family:ProximaNova,sans-serif;font-size:18px;line-height:22px;font-weight:300}.z5{font-family:ProximaNova,sans-serif;font-size:14px;line-height:18px;font-weight:300}.reset-btn{border:none;margin:0;padding:0;width:auto;overflow:visible;background-color:transparent;color:inherit;font:inherit;line-height:normal;text-decoration:none;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none}.reset-btn::-moz-focus-inner{border:0;padding:0}.reset-link{text-decoration:none;color:inherit}.reset-list{padding:0;margin:0;list-style:none}.actual-price,.area,.days,.prepayment{font-family:ProximaNova,sans-serif;color:#000;font-weight:400;white-space:nowrap;font-size:24px;line-height:30px}.actual-price small,.area small,.days small,.prepayment small{font-size:18px;line-height:22px}.actual-price_fsz-24px small,.area_fsz-24px small,.days_fsz-24px small,.prepayment_fsz-24px small{font-size:14px;line-height:17px}.area sup{font-size:14px;line-height:22px}.price-before{color:#e45043;font-weight:400;white-space:nowrap}.price-before small{font-size:14px;line-height:18px}.price-before span{display:inline-block;position:relative;font-size:18px;line-height:21px}.price-before span::after{position:absolute;content:"";top:10px;right:0;left:0;height:1px;background-color:#e45043;opacity:1}.ol-sq{padding:0 0 0 40px;margin:0;list-style:none;counter-reset:ol-sq-counter}.ol-sq li{counter-increment:ol-sq-counter;position:relative;display:flex;flex-direction:column}.ol-sq li::after{position:absolute;top:2px;left:-40px;content:counter(ol-sq-counter);display:flex;align-items:center;justify-content:center;padding-top:2px;width:20px;height:20px;font-weight:400;font-size:16px;line-height:1;text-align:center;color:#fff;background-color:#000}.ol-sq li:not(:last-child)::before{position:absolute;top:22px;left:-30px;bottom:-2px;content:"";width:1px;background-color:#ccc}.tel{text-decoration:none;color:inherit;font-family:ProximaNova,sans-serif;display:block;font-weight:300;font-size:20px;line-height:1;letter-spacing:2px;white-space:nowrap}.btn{border:1px solid currentColor;margin:0;padding:16px 17px;width:auto;overflow:visible;background-color:transparent;font:inherit;text-decoration:none;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;font-family:ProximaNova,sans-serif;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;font-size:14px;font-weight:400;line-height:17px;min-height:48px;color:#000;cursor:pointer;transition:color 124ms ease-in-out,border-color 124ms ease-in-out,background-color 124ms ease-in-out}.btn::-moz-focus-inner{border:0;padding:0}.btn svg{transition:fill 124ms ease-in-out,stroke 124ms ease-in-out;fill:currentColor}.btn_prim{color:#fff;background-color:#000;border-color:#000}.btn_sec{color:#000;background-color:transparent}.btn_sec-light{color:#000;background-color:transparent;border-color:#ccc;padding:10px 21px;min-height:39px;font-weight:400;line-height:17px}.btn_red{background-color:#e45043;border-color:#e45043;color:#fff}.btn_orange{background-color:#ec760a;border-color:#ec760a;color:#fff}.btn_green{background-color:#21aa1e;border-color:#21aa1e;color:#fff}.btn_green,.btn_orange,.btn_red{transition:filter 124ms ease-in-out}.btn_gb{position:relative;padding:0 0 0 30px;font-size:18px;line-height:22px;font-weight:400;text-transform:uppercase;text-decoration:underline;border:none;background-color:transparent;min-height:unset;color:#000;transition:color 124ms ease-in-out}.btn_gb::before{position:absolute;content:"";top:calc(50% - 6px);left:0;width:12px;height:12px;border-left:2px solid currentColor;border-top:2px solid currentColor;transform:rotate(-45deg);transition:border-color 124ms ease-in-out}.btn_icon{background-color:#f7f7f7;border:1px solid #eee}.btn_icon svg{margin-right:14px;width:33px;height:33px}.btn_fsz-16px{font-size:16px;line-height:21px}.btn_fsz-18px{font-size:18px;line-height:22px}.btn_fsz-24px{font-size:24px;line-height:26px}.btn_fw-400{font-weight:400}.btn_icon-left,.btn_icon-right,.btn_icon-top-left{display:flex;flex-wrap:nowrap}.btn_icon-left svg,.btn_icon-right svg,.btn_icon-top-left svg{display:block;width:24px;height:24px;flex-shrink:0;flex-grow:0}.btn_icon-left{align-items:center;padding:10px 15px 10px 17px;min-height:45px}.btn_icon-left span{order:1}.btn_icon-left svg{order:0;margin-right:15px}.btn_icon-right{align-items:center;padding:10px 15px 10px 17px;min-height:45px}.btn_icon-right span{order:0;margin-right:15px}.btn_icon-right svg{order:1}.btn_icon-top-left{flex-direction:column;align-items:flex-start;justify-content:flex-start}.btn_icon-top-left svg{margin-bottom:30px}.btn_uppercase{text-transform:uppercase}.btn_letter-spacing-1px{letter-spacing:1px}.btn_underline{text-decoration:underline}.btn_p-0{padding:0}.btn_lh-22px{line-height:22px}.btn_svg-mr-30px svg{margin-right:30px}.btn_svg-mr-24px svg{margin-right:24px}.btn_svg-32x32px svg{width:32px;height:32px}.btn_minh-unset{min-height:unset}.btn_border-none{border:none}.btn_mw-111px{max-width:111px}.text-with-icon{display:block;position:relative}.text-with-icon_svg-left{padding-left:30px}.text-with-icon_svg-left svg{display:block;position:absolute;left:0;top:3px;width:16px;height:16px;fill:#000}.text-with-icon_svg-8x8px svg{top:7px;width:8px;height:8px}.text-with-icon_svg-20x20px svg{top:1px;width:20px;height:20px}.text-with-icon_pl-37px{padding-left:37px}.text-with-icon_pl-14px{padding-left:14px}.zoom{border:none;margin:0;padding:0;overflow:visible;font:inherit;line-height:normal;text-decoration:none;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;display:flex;width:48px;height:48px;align-items:center;justify-content:center;background-color:#f4f5f8;color:#000;transition:background-color 124ms ease-in-out,color 124ms ease-in-out}.zoom::-moz-focus-inner{border:0;padding:0}.zoom svg{display:block;width:24px;height:24px;fill:currentColor;transition:fill 124ms ease-in-out}.call{font-family:ProximaNova,sans-serif}.call__link{text-decoration:none;color:inherit;display:block;margin-bottom:16px;font-weight:300;font-size:36px;line-height:1;letter-spacing:0;white-space:nowrap}.call__link:focus-visible{outline:0}.call__link_narrow{font-size:28px}.call .-visible .call-list{opacity:1;visibility:visible;top:-5px}.call .-visible:after{transform:rotate(135deg);top:6px}.call-list{position:absolute;top:5px;right:0;background:#fff;padding:35px 8px 15px;z-index:1;width:100%;opacity:0;transition:.3s;visibility:hidden}.call-list__item{font-size:12px}.call-list__item:not(:last-child){margin-bottom:10px}.call__city{color:#999;margin-bottom:5px}.call__phone{color:#000;font-size:18px;text-decoration:none}.call__timetable{display:flex;align-items:center;font-weight:500;font-size:14px;line-height:1;margin-bottom:4px;padding-left:28px;position:relative;cursor:pointer}.call__timetable:after{display:block;height:8px;width:8px;border:1px solid #ccc;border-top:0;border-right:0;position:absolute;top:2px;left:10px;z-index:3;transform:rotate(-45deg);transition:.3s;content:""}.call__days,.call__time{font-size:14px;line-height:18px;font-weight:400;position:relative;z-index:3}.call__days{padding-right:11px;border-right:1px solid #ccc}.call__time{padding-left:12px}.call_sm-reverse{display:flex;flex-direction:column;align-items:flex-end}.call_sm-reverse .call__timetable{padding-left:18px;margin-bottom:7px;margin-right:-11px}.call_sm-reverse .call__days,.call_sm-reverse .call__time{font-size:12px}.call_sm-reverse .call__time{padding-right:11px}.call_sm-reverse .call__days{padding-left:8px}.call_sm-reverse .call__link{margin-bottom:0;font-size:20px;font-weight:400;letter-spacing:0}.picture{display:block}.picture img{display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.picture_330x240px img{width:330px;height:240px}.picture_330x193px img{width:330px;height:193px}.picture_ratio-375x290{position:relative;padding-bottom:77.3333333333%}.picture_ratio-375x290 img{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0}.picture_ratio-699x509{position:relative;padding-bottom:72.8183118741%}.picture_ratio-699x509 img{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0}.picture_ratio-519x289{position:relative;padding-bottom:55.6840077071%}.picture_ratio-519x289 img{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0}.picture_ratio-343x193{position:relative;padding-bottom:56.2682215743%}.picture_ratio-343x193 img{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0}.picture_ratio-330x240{position:relative;padding-bottom:72.7272727273%}.picture_ratio-330x240 img{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0}.picture_ratio-710x400{position:relative;padding-bottom:56.338028169%}.picture_ratio-710x400 img{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0}.picture_ratio-100x100{position:relative;padding-bottom:100%}.picture_ratio-100x100 img{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0}.art-content__inner a:not(.btn),.link{color:#000;text-decoration:underline;-webkit-text-decoration-color:#e45043;text-decoration-color:#e45043}.art-content__inner a:not(.btn):hover,.link:hover{text-decoration:none}.page{overflow:hidden;padding-top:59px;background-color:#f4f5f8}.main{padding-bottom:10px}.lozad{opacity:0;transition:opacity 640ms linear}.lozad[data-loaded=true]{opacity:1}.swiper-navigation{display:flex;position:absolute;align-items:center;justify-content:flex-start;width:330px;height:143px;z-index:2}.swiper-navigation__next,.swiper-navigation__prev{display:flex;align-items:center;justify-content:center;position:relative;width:143px;height:143px;cursor:pointer}.swiper-navigation__next::before,.swiper-navigation__prev::before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;border-radius:50%;background-color:transparent;transition:background-color 124ms ease-in-out}.swiper-navigation__next_dark path,.swiper-navigation__prev_dark path{fill:#000}.swiper-navigation__next::before{border:2px solid rgba(255,255,255,.25)}.swiper-navigation__next circle{transform-origin:center;transform:rotate(-90deg);stroke:#fff;stroke-dashoffset:493px;stroke-dasharray:493px;fill:none}.swiper-navigation__next_dark circle{stroke:rgba(0,0,0,.1)}.swiper-navigation__next_dark::before{border-color:rgba(0,0,0,.25)}.swiper-navigation__next.animate circle{-webkit-animation:5577ms linear animateNext;animation:5577ms linear animateNext}.swiper-navigation__next.not-animate::before{border:none}.swiper-navigation__prev{margin-right:44px}@-webkit-keyframes animateNext{from{stroke-dashoffset:493px}to{stroke-dashoffset:0}}@keyframes animateNext{from{stroke-dashoffset:493px}to{stroke-dashoffset:0}}.swiper-lazy{opacity:0;transition:opacity 640ms linear}.swiper-lazy.swiper-lazy-loaded{opacity:1}.swiper-steps{display:flex;padding:0 15px;align-items:center;justify-content:space-between;height:42px}.swiper-steps__step{border:none;margin:0;padding:0;width:auto;overflow:visible;background-color:transparent;font:inherit;text-decoration:none;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;font-family:ProximaNova,sans-serif;font-weight:300;font-size:36px;line-height:1;color:#d9d9d9;transition:color 124ms ease-in-out}.swiper-steps__step::-moz-focus-inner{border:0;padding:0}.swiper-steps__step_active{color:#000}.swiper_overflow-visible{overflow:visible}.swiper-pagination{height:0;width:auto;display:flex;align-items:center;justify-content:center}.swiper-pagination .swiper-pagination-bullet{position:static;flex-shrink:0;margin:0;width:8px;height:8px;background:#fff;opacity:.25;transition:opacity 124ms ease-in-out}.swiper-pagination .swiper-pagination-bullet:not(:last-child){margin-right:8px}.swiper-pagination .swiper-pagination-bullet-active{opacity:1}.swiper-pagination_dark .swiper-pagination-bullet{background:#000}.swiper-slide_w-auto{width:auto}.swiper-slide_h-auto{height:auto}.fancybox__container .has-ajax .fancybox__content,.fancybox__container .has-html .fancybox__content{position:relative;padding:0}.fancybox__container .has-ajax .fancybox__content>.carousel__button,.fancybox__container .has-html .fancybox__content>.carousel__button{width:35px;height:35px}.fancybox__container .has-ajax .fancybox__content>.carousel__button.is-close,.fancybox__container .has-html .fancybox__content>.carousel__button.is-close{top:0}.fancybox__container .has-ajax .fancybox__content>.carousel__button svg,.fancybox__container .has-html .fancybox__content>.carousel__button svg{width:19px;height:19px;fill:none;stroke:#000;stroke-width:2px;stroke-linejoin:bevel;stroke-linecap:round;filter:none;pointer-events:none}.checkbox{cursor:pointer;line-height:1}.checkbox__input{position:absolute;margin-left:-1px;width:1px;height:1px;-webkit-clip-path:inset(2px);clip-path:inset(2px)}.checkbox__input:checked~.checkbox__box{background-color:#000}.checkbox__input:checked~.checkbox__box::after{opacity:1}.checkbox__box{position:relative;display:block;width:23px;height:23px;border:2px solid #000;transition:background-color 124ms ease-in-out,filter 124ms ease-in-out}.checkbox__box::after{position:absolute;content:"";top:0;right:0;width:7px;height:10px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:translate(-5px,3px) rotate(45deg);opacity:0;transition:opacity 124ms ease-in-out,border-color 124ms ease-in-out}.labled-input{display:flex;align-items:center;padding:5px 13px;font-family:Roboto,sans-serif;background-color:#fff;border:1px solid #ccc;height:48px;width:100%}.labled-input__label{min-width:70px;text-transform:uppercase;color:#999;font-weight:400;font-size:10px;line-height:13px}.labled-input__label-req{color:#e45043}.labled-input__input{font-weight:300;font-size:18px;line-height:23px;border:none;max-width:100%;width:100%}.input{display:flex;align-items:center;padding:5px 13px;font-family:Roboto,sans-serif;background-color:#fff;border:1px solid #ccc;height:48px;font-weight:300;font-size:18px;line-height:23px;border:none;max-width:100%;width:100%}.chosen-container{font-family:Roboto,sans-serif;font-weight:300;font-size:16px;line-height:21px}.chosen-container .chosen-default{color:#000}.-error+.chosen-container .chosen-single{border-color:#e45043}.chosen-container .chosen-single{padding:13px 55px 13px 13px;height:48px;line-height:21px;background:#fff;border-radius:0;border:1px solid #ccc;box-shadow:none}.chosen-container .chosen-single div{top:calc(50% - 7px);right:21px;width:11px;height:11px}.chosen-container .chosen-single div b{background:0 0;border-right:1px solid #000;border-bottom:1px solid #000;transform-origin:center;transform:rotate(45deg)}.chosen-container .chosen-drop{top:calc(100% + 2px);margin-top:0;box-shadow:none;border-radius:0;border:1px solid #ccc}.chosen-container .chosen-drop .active-result.highlighted{background:#ccc;color:#000}.chosen-container .chosen-results{margin:0;padding:0;color:#000}.chosen-container .chosen-results li{padding:13px 17px}.chosen-container-active .chosen-single{border-color:#000}.chosen-container-active.chosen-with-drop .chosen-single{box-shadow:none;background:#fff;border:1px solid #ccc}.chosen-container-active.chosen-with-drop .chosen-single div{top:calc(50% - 2px)}.chosen-container-active.chosen-with-drop .chosen-single div b{transform:rotate(-135deg)}.textarea{padding:18px 13px;width:100%;height:102px;font-weight:300;font-size:18px;line-height:23px;border:1px solid #ccc;resize:unset}.textarea::-moz-placeholder{opacity:1;text-transform:uppercase;color:#999;font-weight:400;font-size:10px;line-height:13px}.textarea:-ms-input-placeholder{opacity:1;text-transform:uppercase;color:#999;font-weight:400;font-size:10px;line-height:13px}.textarea::placeholder{opacity:1;text-transform:uppercase;color:#999;font-weight:400;font-size:10px;line-height:13px}.upload-doc{position:relative;padding:8px;display:flex;flex-wrap:wrap;justify-content:space-between;font-family:Roboto,sans-serif;font-weight:300;font-size:12px;line-height:16px;background-color:#fff;border:1px dashed #ccc}.upload-doc::after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";cursor:pointer}.upload-doc__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.upload-doc__placeholder-inner{display:flex;align-items:center;justify-content:space-between;max-width:226px}.upload-doc__placeholder-icon{display:block;flex-shrink:0;margin-right:19px;width:32px;height:32px;fill:#ccc}.upload-doc__placeholder-text{font-weight:300;font-size:14px;line-height:19px;color:#000}.upload-doc .dz-preview{flex-basis:131px;flex-grow:1;padding:8px 12px 16px;word-wrap:break-word;text-align:center}.upload-doc .dz-image{margin:0 auto 8px;width:32px;height:32px;-webkit-mask-image:url(/local/media/css/../images/attached.svg);mask-image:url(/local/media/css/../images/attached.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:#ccc}.upload-doc .dz-image img{display:none}.upload-doc .dz-filename,.upload-doc .dz-size{margin-bottom:4px}.upload-doc .dz-remove{display:block;color:#999;text-decoration:underline}.upload-doc .dz-error-mark,.upload-doc .dz-success-mark{display:none}.upload-doc .dz-error-message{color:#e45043}.upload-doc .dz-error .dz-error-message{margin-bottom:4px}.upload-doc .data-dz-uploadprogress,.upload-doc.dz-started .upload-doc__placeholder{display:none}.upload-doc.dz-started::after{position:static;display:flex;align-items:center;justify-content:center;content:"+";flex-basis:131px;flex-grow:1;padding:8px;min-height:131px;font-weight:500;font-size:64px;word-wrap:break-word;text-align:center;color:#ccc;border:1px dashed #ccc}.ordering-form-pop{width:100vw;cursor:initial!important}.ordering-form{display:block;padding-top:34px;padding-bottom:26px;margin-right:auto;margin-left:auto}.ordering-form__title{margin:0 auto 29px;max-width:250px;font-family:ProximaNova,sans-serif;font-weight:300;font-size:24px;line-height:29px;text-align:center}.ordering-form__inner{display:block;padding:0;margin:0 auto 19px;max-width:475px}.ordering-form__inner .chosen-container,.ordering-form__item:not(:last-child){margin-bottom:10px}.ordering-form__item.chosen-select{font-size:14px;font-weight:300;padding:10px 50px 10px 10px;appearance:none;-webkit-appearance:none;-moz-appearance:none;border-radius:0}.ordering-form__agreement{margin-bottom:20px;font-family:ProximaNova,sans-serif;font-weight:300;font-size:14px;line-height:17px}.ordering-form__agreement-link{margin-bottom:20px;color:#21aa1e;text-decoration:underline}.ordering-form__submit-btn{width:100%}.ordering-form .dz-clickable{min-height:93px}.ordering-form-select{border:none!important}.ordering-form-select .choices::after{right:21px;top:calc(50% - 5px);width:11px;height:11px;background:0 0;border:none;border-right:1px solid #000;border-bottom:1px solid #000;transform:rotate(45deg)}.ordering-form-select .choices.is-open::after{right:21px;top:calc(50% + 4px);width:11px;height:11px;background:0 0;border:none;border-right:1px solid #000;border-bottom:1px solid #000;transform:rotate(-135deg)}.ordering-form-select .choices.is-focused:not(.is-open) .choices__inner,.ordering-form-select .choices.is-focused:not(.is-open)::after{border-color:#000}.ordering-form-select .choices__inner{background-color:#fff;border-color:#ccc}.ordering-form-select .choices__list--dropdown{border:1px solid #ccc!important}.ordering-form-select .choices__list--dropdown .choices__item{position:static!important;padding:10px!important}.ordering-form-select .choices__list--dropdown .choices__item::after{display:none!important}.pop{padding:16px;background-color:#f4f5f8}.pop>.carousel__button{width:35px;height:35px}.pop>.carousel__button.is-close{top:0}.pop>.carousel__button svg{width:19px;height:19px;fill:none;stroke:#000;stroke-width:2px;stroke-linejoin:bevel;stroke-linecap:round;filter:none;pointer-events:none}.pop-result{padding:30px;background-color:#fff;text-align:center}.pop-result__title{margin-bottom:16px;font-family:ProximaNova,sans-serif;font-size:36px;line-height:44px;font-weight:700;color:#21aa1e}.pop-result__title_red{color:#e45043}.pop-result__msg{margin-bottom:20px;font-size:20px;line-height:24px;color:#000}.pop-result__btn{margin:0 auto}.menu{display:none;position:fixed;overflow-x:hidden;overflow-y:scroll;top:59px;right:0;bottom:0;left:0;z-index:99;background-color:#f4f5f8;border-top:1px solid #dfe3ef}.menu.opened{display:block;-webkit-animation:330ms ease-in-out slideInDown;animation:330ms ease-in-out slideInDown}.menu__list{padding:0;margin:0;list-style:none}.menu__list_second-lvl{display:block;overflow:hidden;max-height:0;transition:max-height 124ms ease-in-out}.menu__nav{max-width:1780px}.menu__item:not(.menu__item_second-lvl){border-bottom:1px solid #dfe3ef}.menu__link{display:block;text-decoration:none;font-family:ProximaNova,sans-serif;font-weight:300;font-size:18px;line-height:22px;color:#000;text-transform:uppercase;transition:color 124ms ease-in-out,background-color 124ms ease-in-out}.menu__link:not(.menu__link_second-lvl){padding:21px 40px 20px 16px}.menu__link_gray{color:#999}.menu__link_parent{position:relative}.menu__link_parent::after{position:absolute;content:"";right:19px;top:calc(50% - 7px);width:13px;height:13px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);transition:transform 124ms ease-in-out}.menu__link_parent.opened{background-color:#fff}.menu__link_parent.opened::after{transform:rotate(45deg)}.menu__link_parent.opened+.menu__list_second-lvl{max-height:1000px;background-color:#fff}.menu__link_second-lvl{padding:0 16px 16px;text-transform:none;font-size:14px;line-height:19px}.menu__contacts{display:flex;padding:35px 16px 20px;flex-wrap:wrap;align-items:center;justify-content:space-between}.menu__btn{width:100%}.menu__call,.menu__whatsapp{text-decoration:none;color:inherit;display:flex;margin-bottom:17px;align-items:center;transition:color 124ms ease-in-out}.menu__call svg,.menu__whatsapp svg{flex-shrink:0;width:24px;height:24px;transition:fill 124ms ease-in-out}.menu__call{margin-right:27px;max-width:205px}.menu__call svg{margin-right:16px}.menu__call-text-wrap{display:flex;flex-wrap:wrap}.menu__call-text-days,.menu__call-text-time{font-size:12px;line-height:15px;font-weight:400}.menu__call-text-time{padding-right:10px;border-right:1px solid #ccc}.menu__call-text-days{padding-left:8px}.menu__call-text-tel{font-size:20px;line-height:26px;font-weight:400;width:100%}.menu__whatsapp{max-width:111px}.menu__whatsapp svg{margin-right:11px}.menu__whatsapp span{font-family:ProximaNova,sans-serif;font-weight:400;font-size:14px;line-height:19px;max-width:76px}.burger{border:none;margin:0;padding:0;overflow:visible;background-color:transparent;color:inherit;font:inherit;line-height:normal;text-decoration:none;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;display:flex;align-items:center;justify-content:center;width:40px;height:30px}.burger::-moz-focus-inner{border:0;padding:0}.burger__open{height:18px;transition:fill 124ms ease-in-out}.burger__open_lg{display:none;width:40px}.burger__open_sm{display:block;width:32px}.burger__close{display:none;width:30px;height:30px}.burger.opened .burger__open{display:none}.burger.opened .burger__close{display:block}.is-modal-opened{overflow:hidden}.logo{text-decoration:none;color:inherit;font-family:ProximaNova,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;font-size:9px;font-weight:300;line-height:1;width:106px;height:45px;cursor:pointer;flex-shrink:0}.logo svg{display:block;margin-bottom:5px;width:104px;height:29px}.logo span{white-space:nowrap}.logo_143x66{width:143px;height:66px;font-size:12px}.logo_143x66 svg{margin-bottom:11px;width:143px;height:40px}.tags{display:flex}.tags__tag{position:relative;padding:8px 7px 6px 21px;font-family:ProximaNova,sans-serif;color:#000;text-transform:uppercase;font-size:8px;line-height:1;background-color:#fff}.tags__tag:not(:last-child){margin-right:5px}.tags__tag::before{position:absolute;content:"";left:9px;top:calc(50% - 3px);width:6px;height:6px;border-radius:50%}.tags__tag_red::before{background-color:#e45043}.tags__tag_green::before{background-color:#21aa1e}.tags__tag_orange::before{background-color:#ec760a}.page-headline{padding:25px 0}.page-headline__inner{display:flex;justify-content:space-between;align-items:flex-end}.page-headline__title{margin-bottom:0;font-family:ProximaNova,sans-serif;font-weight:300;font-size:36px;line-height:42px}.page-headline__breadcrumbs{display:none!important}.page-headline__controls{display:none}.breadcrumbs{padding:0;margin:0;list-style:none;display:flex;flex-wrap:wrap}.breadcrumbs__item{color:#999;position:relative;font-weight:300;font-size:14px;line-height:1}.breadcrumbs__item:not(:last-child){padding-right:21px}.breadcrumbs__item:not(:last-child)::after{position:absolute;content:"/";right:8px}.breadcrumbs__item:last-child{color:#000}.breadcrumbs__link{text-decoration:none;color:inherit;display:inline-block}.breadcrumbs__link:focus-visible{outline:0}.breadcrumbs_white .breadcrumbs__item{color:#fff}.pagination{display:flex;align-items:center;justify-content:center}.pagination__link{text-decoration:none;color:inherit;font-family:ProximaNova,sans-serif;display:flex;padding:10px;align-items:center;justify-content:center;height:38px;min-width:38px;background-color:#fafafa;line-height:1;font-size:14px;transition:background-color 124ms ease-in-out}.pagination__link:not(:last-child){margin-right:3px}.pagination__link span{color:#000;transition:color 124ms ease-in-out}.accordion{border-top:1px solid #eee}.accordion__title{padding-top:30px;padding-bottom:30px;border-bottom:1px solid #eee}.accordion__item{border-bottom:1px solid #eee}.accordion__item[open] .accordion__item-content{-webkit-animation:660ms ease-in-out fadeIn;animation:660ms ease-in-out fadeIn}.accordion__item[open] .accordion__item-title-inner{border-bottom:1px solid #eee}.accordion__item[open] .accordion__item-title-inner::after,.accordion__item[open] .accordion__item-title-inner::before{transform:rotate(45deg)}.accordion__item-title{padding:0;margin:0;list-style:none}.accordion__item-title::-webkit-details-marker{display:none}.accordion__item-title:focus{outline:0;color:#e45043}.accordion__item-title-inner{display:flex;position:relative;padding:18px 54px 18px 0;align-items:center;font-family:ProximaNova,sans-serif;font-size:18px;line-height:24px;min-height:82px;transition:color 124ms ease-in-out}.accordion__item-title-inner::after,.accordion__item-title-inner::before{position:absolute;content:""}.accordion__item-title-inner::before{top:calc(50% - 12px);right:0;width:24px;height:24px;-webkit-mask-image:url(/local/media/css/../images/sprite.svg#plus);mask-image:url(/local/media/css/../images/sprite.svg#plus);-webkit-mask-size:365%;mask-size:365%;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:currentColor;transition:transform 124ms ease-in-out,background-color 124ms ease-in-out}.accordion__item-title-inner::after{top:calc(50% - 13px);right:-1px;width:26px;height:26px;border:4px solid #fff}.accordion__item-content{padding:16px 34px 8px 16px}.construction{padding-top:50px}.construction__title{font-size:44px;margin-bottom:30px}.construction__swiper{margin-right:-16px;margin-left:-16px}.swiper-construction{position:relative}.swiper-construction__swiper-navigation{display:none}.swiper-construction .swiper-construction__swiper-pagination{position:absolute;top:24px;right:16px;left:16px;justify-content:flex-end}.swiper-construction__pic-link{text-decoration:none;color:inherit;display:block;position:relative}.swiper-construction__pic-link::after{position:absolute;content:"";top:0;right:0;bottom:0;left:0;background-color:#000;opacity:0;transition:opacity 124ms ease-in-out}.swiper-construction__pic{display:block;position:relative;padding-bottom:60.9276177091%;border:none}.swiper-construction__pic::after{position:absolute;content:"";top:0;right:0;bottom:0;left:0;background-image:radial-gradient(71.11% 116.66% at 48.54% 52.25%,rgba(0,0,0,0) 0,#000 100%)}.swiper-construction__img{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.banners__swiper-wrapper{background:#000}.banners .banners__swiper-pagination{position:absolute;top:24px;right:16px;left:16px;justify-content:flex-end}.banners .banners__swiper-navigation{display:none}.banner{position:relative}.banner__img,.banner__pic{display:block}.banner__pic{position:relative}.banner__pic::after{position:absolute;content:"";top:0;right:0;bottom:0;left:0;background-image:radial-gradient(112.58% 61.67% at 68.53% 38.33%,rgba(0,0,0,0) 0,#000 100%)}.banner__img{width:100%;min-height:480px;height:calc(100vh - 59px);max-height:610px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.banner__wrapper{position:absolute;right:0;bottom:0;left:0;color:#fff}.banner__info{padding-top:50px;padding-bottom:25px;max-width:600px}.banner__btn{color:inherit}.banner__title{font-family:ProximaNova,sans-serif;padding:0;margin-top:0;margin-bottom:20px;font-weight:300;font-size:48px;line-height:59px}.banner__text{font-family:Roboto,sans-serif;margin-bottom:20px;font-size:18px;line-height:24px;font-weight:300}.banner__price-and-area{display:flex;flex-wrap:wrap;align-items:flex-end;font-family:ProximaNova,sans-serif;font-weight:400;font-size:33px;line-height:40px}.banner__price-and-area small{font-size:17px;line-height:22px}.banner__price{margin-right:17px;margin-bottom:30px}.banner__area{margin-bottom:30px}.banner__btns{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start}.banner__btn:not(:last-child){margin-bottom:5px;margin-right:48px}.gallery{overflow:visible}.gallery__swiper-slide{width:auto}.examples{padding-bottom:37px}.examples__swiper-navigation{display:none}.examples .examples__swiper-pagination{right:16px;bottom:4px;left:16px}.example__pic{position:relative;margin-right:-16px;margin-left:-16px}.example__pic::after{position:absolute;content:"";top:0;right:0;bottom:0;left:0;background-image:radial-gradient(61.38% 126.72% at 65.86% 44.03%,rgba(0,0,0,0) 0,#000 100%)}.example__title{margin-bottom:20px;font-family:ProximaNova,sans-serif;font-weight:300;font-size:48px;line-height:59px}.example__info{padding:20px 16px}.example__text{margin-bottom:28px;font-family:Roboto,sans-serif;font-weight:300;font-size:18px;line-height:23px}.example__price-and-area{display:flex;flex-wrap:wrap;align-items:flex-end;font-family:ProximaNova,sans-serif;font-weight:400;font-size:33px;line-height:40px}.example__price-and-area small{font-size:17px;line-height:22px}.example__price{margin-right:17px;margin-bottom:30px}.example__area{margin-bottom:30px}.example__btns{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start}.example__btn{color:inherit}.example__btn:not(:last-child){margin-bottom:5px;margin-right:48px}.offer{padding-top:30px}.offer__background{position:relative;background-color:#000;background-repeat:no-repeat;background-position:87% 70%;background-size:830px}.offer__background::before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background-image:radial-gradient(77.16% 55.97% at 65.86% 44.03%,rgba(0,0,0,0) 0,#000 100%)}.offer__info{display:flex;position:relative;padding-top:43px;padding-bottom:50px;min-height:517px;flex-direction:column;align-items:flex-start;max-width:400px;color:#fff}.offer__title{margin-bottom:20px;font-family:ProximaNova,sans-serif;font-weight:300;font-size:36px;line-height:46px}.offer__text{padding-top:10px;padding-bottom:10px;font-family:Roboto,sans-serif;font-weight:300;font-size:18px;line-height:23px}.offer__btn{color:inherit;display:none}.cardslist__item{margin-bottom:21px}.card{text-decoration:none;color:inherit;display:block;position:relative;overflow:hidden}.card__img,.card__pic{display:block}.card__pic{position:relative;width:100%;padding-bottom:71.530758226%}.card__pic::after{position:absolute;content:"";top:0;right:0;left:0;padding-bottom:41.8666666667%;background-image:linear-gradient(180deg,#000 0,rgba(0,0,0,0) 100%);opacity:.75}.card__pic::before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;z-index:1;background-color:#000;opacity:0;transition:opacity 124ms ease-in-out}.card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:contain;object-position:contain}.card__title{padding:0;margin-top:0;margin-bottom:7px;font-family:ProximaNova,sans-serif;font-weight:300;font-size:36px;line-height:44px;color:#000}.card__tags{margin-bottom:6px}.card__info{position:relative;padding:15px;overflow:visible;transition:background-color 124ms ease-in-out}.card__info-price{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;font-size:10px;line-height:12px;color:#000}.card__price-before{margin-bottom:5px;width:100%;position:relative}.card__actual-price{margin-right:16px}.stages{overflow:visible}.stages__swiper-steps{margin-bottom:51px}.stages__swiper-slide{width:139px}.stage{display:flex;padding:0 35px;flex-direction:column;align-items:flex-start;justify-content:space-between;width:243px}.stage svg{margin-bottom:18px;width:56px;height:56px}.stage span{font-family:ProximaNova,sans-serif;font-size:18px;line-height:22px;font-weight:300}.socials{display:flex;align-items:center;justify-content:flex-start}.socials__link{display:block;flex-grow:0;flex-shrink:0}.socials__link:not(:last-child){margin-right:16px}.socials__link svg{width:24px;height:24px;fill:#000;transition:fill 124ms ease-in-out}.header{position:fixed;top:0;right:0;left:0;height:59px;background-color:#f4f5f8;z-index:100}.header__inner{display:flex;align-items:center;justify-content:space-between;padding-top:9px;padding-bottom:4px}.header__logo{margin-right:auto;order:0;flex-shrink:0}.header__btn-catalog{display:block;margin-right:10px;order:1;padding:0;border:none;min-height:unset}.header__btn-catalog svg{margin-right:0}.header__btn-catalog span{display:none}.header__call{display:none;order:2}.header__btn-whatsapp svg,.header__order-call-btn svg{margin-right:0}.header__btn-whatsapp span,.header__order-call-btn span{display:none}.header__btn-whatsapp{margin-right:10px;order:3}.header__order-call-btn{margin-right:20px;order:4}.header__burger{order:10}.hero{position:relative;color:#fff}.hero::after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:radial-gradient(61.38% 126.72% at 65.86% 44.03%,rgba(0,0,0,0) 0,#000 100%);opacity:.66}.hero__pic{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.hero__img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.hero__inner{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:space-between;padding-top:26px;padding-bottom:30px;min-height:411px}.hero__breadcrumbs{order:-1;margin-bottom:auto}.hero__title{max-width:723px}.hero__title_mb-12px{margin-bottom:12px}.hero__intro{font-family:ProximaNova,sans-serif;font-weight:300;font-size:24px;line-height:29px;max-width:530px}.facts{padding-top:51px}.facts__list{margin-bottom:60px}.facts__logo{width:280px;height:90px}.facts-list{font-family:ProximaNova,sans-serif;font-weight:400;font-size:16px;line-height:26px;padding-left:0;list-style:none}.facts-list li:not(:last-child){margin-bottom:20px}.key-facts{padding:30px 0 20px}.key-facts__title{margin-bottom:30px;max-width:260px;font-size:36px;line-height:44px}.key-facts__item{background-color:#fff}.key-facts__item:not(:last-child){margin-bottom:16px}.key-facts__subtitle-wrap{font-family:ProximaNova,sans-serif;position:relative;display:flex;flex-direction:column;justify-content:flex-end}.key-facts__pic::after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:radial-gradient(49.85% 96.95% at 50.15% 24.61%,rgba(0,0,0,0) 0,rgba(0,0,0,.480158) 48.02%,#000 100%);opacity:.8}.key-facts__subtitle{position:absolute;right:0;bottom:0;left:0;padding:26px 9px 26px 23px;max-width:250px;color:#fff;font-weight:400;font-size:24px;line-height:29px}.key-facts__info-list{font-family:ProximaNova,sans-serif;display:flex;flex-direction:column;justify-content:center;padding:33px 20px 34px 47px;min-height:193px;font-weight:400;font-size:16px;line-height:21px}.key-facts__info-item{position:relative;display:block}.key-facts__info-item::before{position:absolute;top:7px;left:-17px;content:"";width:6px;height:6px;border-radius:50%;background-color:#e6e9ef}.key-facts__info-item:not(:last-child){margin-bottom:20px}.specoffers{padding-top:52px}.specoffers__subtitle{position:relative;margin-right:auto;margin-left:auto;max-width:240px;background-color:#f4f5f8;z-index:2}.specoffer{position:relative;display:block;transition:filter 124ms ease-in-out}.cases{padding-top:48px}.cases__wrapper{flex-direction:column;align-items:center}.cases__lead-inner{margin-bottom:0}.cases__content-inner{padding-right:0;padding-left:0}.cases__lead{display:flex;flex-wrap:wrap;align-items:flex-end;font-family:ProximaNova,sans-serif;font-weight:300}.cases__lead small{margin-right:21px;font-size:24px;line-height:30px;max-width:143px}.cases__lead span{display:none}.cases__lead svg{width:124px;height:38px}.catalog__cardslist{margin-right:-16px;margin-left:-16px}.catalog__insert{padding:0 0 80px}.catalog__sec-cardlist-wrapper{margin-bottom:30px}.catalog-shorten{padding-top:40px}.catalog-shorten__title{margin-bottom:42px;max-width:475px}.catfilter__btns{display:flex;margin-right:-16px;margin-left:-16px;position:relative}.catfilter__filter-btn,.catfilter__search-btn{border:1px solid #eee;margin:0;padding:0;width:auto;overflow:visible;background-color:transparent;color:inherit;font:inherit;line-height:normal;text-decoration:none;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;height:76px;transition:background-color 124ms ease-in-out,color 124ms ease-in-out}.catfilter__filter-btn::-moz-focus-inner,.catfilter__search-btn::-moz-focus-inner{border:0;padding:0}.catfilter__filter-btn svg,.catfilter__search-btn svg{fill:#000;transition:fill 124ms ease-in-out}.catfilter__filter-btn{display:flex;width:calc(100% - 83px);align-items:center;padding:20px 17px 23px}.catfilter__filter-btn svg{margin-right:16px;width:32px;height:32px}.catfilter__filter-btn span{font-weight:400;font-size:16px;line-height:1}.catfilter__search-btn{display:flex;width:83px;align-items:center;justify-content:center}.catfilter__search-btn svg{width:24px;height:24px}.catfilter__wrapper{display:none;background-color:#f4f5f8}.catfilter__wrapper.opened{display:flex;position:fixed;overflow:scroll;top:59px;right:0;left:0;bottom:0;padding-top:25px;padding-bottom:25px;margin-bottom:-15px;flex-wrap:wrap;z-index:99;-webkit-animation:124ms ease-in-out slideInDown;animation:124ms ease-in-out slideInDown}.catfilter__list-wrap{flex-basis:0;flex-grow:1;padding:16px}.catfilter__list-wrap:not(:last-child){margin-right:32px}.catfilter__list-title{padding:0;margin-top:0;margin-bottom:15px}.catfilter__list{padding:0;margin:0;list-style:none;overflow:hidden}.catfilter__list_2-cols{-moz-column-count:2;column-count:2}.catfilter__list_3-cols{-moz-column-count:3;column-count:3}.catfilter__link{text-decoration:none;color:inherit;display:inline-block;padding:10px;background-color:#fafafa;font-family:ProximaNova,sans-serif;font-weight:400;font-size:14px;line-height:19px;white-space:nowrap}.catfilter__link:focus-visible{outline:0}.catfilter__item{margin-bottom:9px}.filter-search{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transition:.3s}.filter-search.-visible{opacity:1;visibility:visible}.filter-search__form{display:flex;position:relative}.filter-search__input{width:100%;padding:20px 17px 23px;font-size:16px;font-weight:400;line-height:1;border:1px solid #eee;border-right:0;height:76px;background:#fff;border-radius:0;outline:0}.filter-search__input:focus,.filter-search__input:focus+button{border-color:#000}.filter-search__btn{width:83px;overflow:visible;background-color:#fff;color:inherit;font:inherit;line-height:normal;text-decoration:none;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;height:76px;border:1px solid #eee;transition:background-color 124ms ease-in-out,color 124ms ease-in-out;flex:0 0 83px}.filter-search__btn svg{width:24px;height:24px;fill:#000;transition:fill 124ms ease-in-out}.filter-search__btn:hover{background-color:#eee}.filter-search__btn:hover svg{fill:#000}.details__swiper{margin-right:-16px;margin-left:-16px}.details__info{margin-bottom:75px}.details__floors{margin-bottom:10px}.swiper-details{position:relative}.swiper-details__calc-btn,.swiper-details__video-btn{position:absolute;top:10px;left:10px;z-index:2}.swiper-details__video-btn+.swiper-details__calc-btn{left:290px}.swiper-details__swiper-navigation{display:none}.swiper-details .swiper-details__swiper-pagination{position:absolute;top:24px;right:16px;left:16px;justify-content:flex-end}.swiper-details__pic-link{text-decoration:none;color:inherit;display:block;position:relative}.swiper-details__pic{display:block;position:relative;padding-bottom:60.9276177091%;border:none}.swiper-details__img{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.details-info{display:flex;padding-top:32px;flex-direction:column;align-items:flex-start}.details-info__tags{margin-bottom:25px;width:100%}.details-info__info-price{display:flex;align-items:baseline;margin-bottom:18px;flex-wrap:wrap;order:0}.details-info__price-before{margin-right:21px}.details-info__area{margin-bottom:18px}.details-info__about{display:flex;margin-bottom:64px;order:0;flex-wrap:wrap;justify-content:space-between;align-items:baseline;max-width:669px}.details-info__tech{width:100%}.details-info__tech-title{flex-shrink:0;margin-bottom:5px;font-family:ProximaNova,sans-serif;color:#000;font-weight:400;font-size:18px;line-height:22px;white-space:nowrap}.details-info__tech-icons{display:flex;align-items:center}.details-info__tech-icon{width:32px;height:32px;color:#000}.details-info__tech-icon:not(:last-child){margin-right:8px}.details-info__construct{padding-top:21px;width:100%}.details-info__construct-row{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.details-info__construct-row:not(:last-child){margin-bottom:12px}.details-info__construct-title{flex-shrink:0;margin-bottom:5px;font-family:ProximaNova,sans-serif;color:#000;font-weight:400;font-size:18px;line-height:22px;white-space:nowrap}.details-info__construct-data{display:flex;align-items:baseline;white-space:nowrap}.details-info__days{margin-right:0}.details-info__rooms-and-order{display:flex;flex-direction:column;order:2;width:100%;max-width:555px}.details-info__order{display:flex;flex-direction:column;justify-content:space-between}.details-info__order-btn{flex-basis:0;flex-grow:1}.details-info__order-btn:first-child{margin-bottom:16px}.details-info__rooms{padding-top:3px;margin-bottom:73px;width:100%}.complect-and-discuss{background-color:#fff;padding:45px 30px;display:flex;flex-direction:column}.complect-and-discuss__discuss{max-width:563px}.complect-and-discuss__complect{margin-bottom:70px;max-width:505px}.complect{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline}.complect__sets{margin-bottom:33px;order:2;width:100%}.complect__row{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%}.complect__row:not(:last-child){margin-bottom:17px}.complect__link{margin-bottom:10px;justify-content:flex-start;align-self:flex-start}.complect__link svg{stroke:currentColor}.complect__link span{font-size:16px;line-height:18px;border-bottom:none!important;text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.complect__info-price{display:flex;flex-wrap:wrap;align-items:baseline}.complect__actual-price{position:relative;display:flex;align-items:center}.complect__price-before{margin-right:18px;position:relative;color:#000;display:flex;align-items:center}.complect__price-before span{font-family:ProximaNova,sans-serif;font-size:24px;line-height:30px}.complect__price-before span:after{content:none}.complect__price-month{font-size:16px;color:#e45043;margin-top:5px;line-height:1;display:block}.complect__title{margin-bottom:32px;order:0}.complect__delivery-btn{order:3;margin-bottom:30px}.complect__more-wrap{display:flex;justify-content:flex-end;order:4;width:100%}.rooms{display:flex;justify-content:end}.rooms__room:not(:last-child){margin-right:75px}.room__info{display:flex;margin-bottom:5px;align-items:baseline}.room__info svg{width:48px;height:48px;fill:#000}.room__info span{margin-right:15px;font-size:36px;line-height:44px;font-weight:300}.room__purpose{font-family:ProximaNova,sans-serif;font-weight:400;font-size:18px;line-height:22px}.floors{padding:50px 16px 30px;background-color:#fff}.floors__floor-top{display:none}.floors__floor-title{font-family:ProximaNova,sans-serif;font-weight:300;font-size:24px;line-height:30px}.floors__controls{display:flex}.floors__control{border:none;margin:0;padding:0;width:auto;overflow:visible;background-color:transparent;font:inherit;text-decoration:none;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;font-family:ProximaNova,sans-serif;font-weight:400;font-size:32px;line-height:1;flex-basis:0%;flex-grow:1;color:#999;transition:color 124ms ease-in-out}.floors__control::-moz-focus-inner{border:0;padding:0}.floors__control span{text-decoration:underline;-webkit-text-decoration-style:dashed;text-decoration-style:dashed}.floors__control.active{color:#000}.floors__control.active span{-webkit-text-decoration-line:none;text-decoration-line:none}.floors__floor{display:none}.floors__floor.active{display:block;-webkit-animation:330ms ease-in-out slideInRight;animation:330ms ease-in-out slideInRight}.floors__wrap{padding-top:29px}.floors__img-link{display:block;position:relative;transition:filter 440ms ease-in-out}.floors__img,.floors__pic{display:block;width:100%}.faq{padding:15px 0}.faq__inner{display:flex;flex-direction:column;padding-top:50px;padding-bottom:50px;background-color:#fff}.faq__title{margin-bottom:35px;max-width:604px}.faq__accordion{margin-bottom:30px;width:100%}.faq__more-link{align-self:flex-start}.questions{padding-bottom:50px}.questions__top-wrapper{margin-bottom:50px}.questions__accordion-wrap:not(:last-child){margin-bottom:20px}.qfilter__btns{display:flex;margin-right:-16px;margin-left:-16px}.qfilter__filter-btn,.qfilter__search-btn{border:1px solid #eee;margin:0;padding:0;width:auto;overflow:visible;background-color:transparent;color:inherit;font:inherit;line-height:normal;text-decoration:none;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;height:76px;transition:background-color 124ms ease-in-out,color 124ms ease-in-out}.qfilter__filter-btn::-moz-focus-inner,.qfilter__search-btn::-moz-focus-inner{border:0;padding:0}.qfilter__filter-btn svg,.qfilter__search-btn svg{fill:#000;transition:fill 124ms ease-in-out}.qfilter__filter-btn{display:flex;width:calc(100% - 83px);align-items:center;padding:20px 17px 23px}.qfilter__filter-btn svg{margin-right:16px;width:32px;height:32px}.qfilter__filter-btn span{font-weight:400;font-size:16px;line-height:1}.qfilter__search-btn{display:flex;width:83px;align-items:center;justify-content:center}.qfilter__search-btn svg{width:24px;height:24px}.qfilter__wrapper{display:none}.qfilter__wrapper.opened{display:flex;position:fixed;overflow:scroll;top:59px;right:0;left:0;padding:35px 16px;flex-direction:column;align-items:flex-start;justify-content:space-evenly;background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.15);-webkit-animation:124ms ease-in-out slideInDown;animation:124ms ease-in-out slideInDown;z-index:1000}.qfilter__link{text-decoration:none;font-family:ProximaNova,sans-serif;display:flex;align-items:center;justify-content:center;padding:15px 34px;font-weight:400;font-size:16px;line-height:19px;text-transform:uppercase;color:#000;background-color:#e6e9ef;border:1px solid #e6e9ef;transition:border-color 124ms ease-in-out,color 124ms ease-in-out,background-color 124ms ease-in-out}.qfilter__link:not(:last-child){margin-bottom:16px}.calc{font-family:ProximaNova,sans-serif;width:100%}.calc__total{position:-webkit-sticky;position:sticky;top:-50px;margin-bottom:15px;z-index:5}.calc__list{margin-bottom:22px}.calc__btns{display:flex;flex-direction:column}.calc__btn{width:100%}.calc__btn:first-child{margin-bottom:10px}.calc-pop{align-items:flex-start;width:100vw;max-width:1136px;cursor:initial!important;color:#000}.calc-pop__title{width:100%;padding-right:30px;padding-left:30px;margin-bottom:16px;text-align:center}.calc-total{display:flex;justify-content:space-between;align-items:center;padding:13px 11px 13px 16px;color:#000;background-color:#fff;box-shadow:0 3px 3px rgba(0,0,0,.05)}.calc-total__head{padding-right:14px;font-weight:600;font-size:12px;line-height:14px;text-transform:uppercase;text-align:left}.calc-total__sum{font-weight:400;font-size:21px;line-height:26px;white-space:nowrap}.calc-item-label{position:relative;display:flex;justify-content:space-between;padding:11px 20px 12px 28px;width:100%;font-weight:600;font-size:12px;line-height:14px;color:#000;background-color:#fff;border:1px solid #fff;transition:color 124ms ease-in-out,background-color 124ms ease-in-out,border-color 124ms ease-in-out}.calc-item-label::after{position:absolute;content:"";width:8px;height:8px;top:12px;left:10px;border-left:2px solid #666;border-bottom:2px solid #666;transform:rotate(-45deg)}.calc-item-label.is-on{background-color:#000;border-color:#000;color:#fff}.calc-item-label.is-on::after{border-color:#fff;transform:translateY(4px) rotate(135deg)}.calc-item-label__head{margin-right:14px;text-align:left;word-break:break-word}.calc-item-label__sum{white-space:nowrap}.calc-list__item:not(:last-child){margin-bottom:1px}.calc-panel{display:none;border:1px solid #000}.calc-table{width:100%}.calc-table__row{background-color:#f4f5f8;cursor:pointer;transition:background-color 124ms ease-in-out}.calc-table__cel{padding-top:15px;padding-bottom:15px;vertical-align:middle}.calc-table__cel:nth-child(1){padding-left:19px;padding-right:14px}.calc-table__cel:nth-child(2){padding-right:20px;text-align:right}.calc-table__head{display:inline-block;font-weight:400;font-size:14px;line-height:17px;word-wrap:anywhere}.calc-table__price{display:inline-flex;align-items:center}.calc-table__price-sum{margin-right:12px;font-weight:400;font-size:14px;line-height:17px;white-space:nowrap}.pack-pop{align-items:flex-start;width:100vw;max-width:1136px;cursor:initial!important}.pack-pop .pack+[id^=comp]{width:100%}.pack{overflow-x:hidden;width:100%}.pack__house{margin-bottom:22px}.pack__content{margin-bottom:38px}.pack__print-btn-wrap{display:flex;justify-content:center;padding:51px 16px;margin:-16px;width:calc(100% + 32px);background-color:#fff}.pack-house{font-family:ProximaNova,sans-serif}.pack-house__sm-title{padding:0 20px;margin:0 0 11px;text-align:center}.pack-house__pic-link{display:block;margin-bottom:17px;transition:filter 124ms ease-in-out}.pack-house__pic{position:relative;display:block}.pack-house__pic::after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:radial-gradient(71.11% 116.66% at 48.54% 52.25%,rgba(0,0,0,0) 0,#000 100%)}.pack-house__img{display:block;width:100%;height:auto}.pack-house__title{display:none;padding:0 20px 0 0;margin:0}.pack-house__parametrs{display:flex;flex-wrap:wrap;justify-content:space-between}.pack-house__parametr:nth-child(odd){flex-basis:calc(50% + 27px);padding-right:20px}.pack-house__parametr:nth-child(even){flex-basis:calc(50% - 27px)}.pack-house__parametr:nth-child(1),.pack-house__parametr:nth-child(2){margin-bottom:30px}.pack-house__parametr-title{margin-bottom:10px;font-weight:400;font-size:14px;line-height:17px}.pack-house__parametr-value{font-weight:400;font-size:20px;line-height:24px}.pack-house-tech-links{display:flex;align-items:center}.pack-house-tech-links__link:not(:last-child){margin-right:8px}.pack-house-tech-link{display:flex;position:relative;width:32px;height:32px;align-items:center;justify-content:center;border:1px solid #ccc;color:#000;transition:border-color 124ms ease-in-out,background-color 124ms ease-in-out,filter 124ms ease-in-out}.pack-house-tech-link::after{content:"";position:absolute;right:0;bottom:0;left:0;height:2px;background-color:#e45043;opacity:0;transition:opacity 124ms ease-in-out}.pack-house-tech-link svg{display:block;width:26px;height:26px;transition:stroke 124ms ease-in-out}.pack-house-tech-link.is-active{border-color:#fff;background-color:#fff;color:#e45043}.pack-house-tech-link.is-active::after{opacity:1}.pack-order{display:flex;padding:20px 19px 20px 20px;flex-direction:column;align-items:center;width:100%;background-color:#fff}.pack-order__name{margin-bottom:25px;font-family:ProximaNova,sans-serif;font-weight:400;text-align:center;font-size:22px;line-height:29px;color:#000;text-transform:capitalize}.pack-order__prices{margin-bottom:25px}.pack-order__btn{margin-right:auto;margin-left:auto;max-width:450px;width:100%}.pack-order-prices{display:flex;justify-content:center}.pack-order-prices__price-wrap:nth-child(1){margin-right:30px}.pack-order-prices__price{font-family:ProximaNova,sans-serif;font-size:18px;line-height:22px;color:#000}.pack-order-prices__price-month{font-family:Roboto,sans-serif;font-size:14px;line-height:18px;color:#666}.pack-complect{margin-right:-5px;margin-left:-5px}.pack-complect td{width:343px;min-width:343px;vertical-align:top;border-right:5px solid #f4f5f8;border-left:5px solid #f4f5f8;border-top:1px solid #f4f5f8;border-bottom:1px solid #f4f5f8;background-color:#fff}.pack-complect__title{display:block;width:100%;padding:26px 30px 20px;margin-bottom:0;font-size:12px;line-height:15px;color:#ccc;text-align:center;text-transform:uppercase;background-color:#fff}.pack-complect__item{height:100%;width:100%;padding:20px 19px 20px 20px;background-color:#fff}.pack-complect__item-title{font-family:ProximaNova,sans-serif;margin-bottom:20px;font-weight:600;font-size:16px;line-height:20px;text-transform:uppercase}.pack-complect__item-desc{font-family:Roboto,sans-serif;font-weight:300;font-size:14px;line-height:18px;color:#666}.pack-complect__btn-wrap{padding:20px 19px 20px 20px;width:100%;background-color:#fff}.pack-complect__btn{margin-right:auto;margin-left:auto;max-width:450px;width:100%}.pack-complects-swiper{overflow:visible;position:relative}.pack-complects-swiper__swiper-slide{width:auto}.pack-complects-swiper__next,.pack-complects-swiper__prev{display:block;position:absolute;z-index:3;top:30px;width:36px;height:36px;border:1px solid #000;cursor:pointer}.pack-complects-swiper__next::after,.pack-complects-swiper__prev::after{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);width:8px;height:8px;border-top:2px solid #000;border-right:2px solid #000}.pack-complects-swiper__next.swiper-button-disabled,.pack-complects-swiper__prev.swiper-button-disabled{visibility:hidden}.pack-complects-swiper__prev{left:0}.pack-complects-swiper__prev::after{left:calc(50% + 2px);transform:translate(-50%,-50%) rotate(-135deg)}.pack-complects-swiper__next{right:0}.contacts__exhibition-centers-wrap{margin-bottom:50px}.contacts__departments-wrap{margin-bottom:2px}.contacts__banner-wrap{margin-right:-16px;margin-left:-16px}.exhibition-centers__exhibition-center:not(:last-child){margin-bottom:20px}.exhibition-center{padding:20px;font-family:ProximaNova,sans-serif;background-color:#fff}.exhibition-center__panel{display:none}.exhibition-center__cols{display:flex;flex-direction:column;margin-bottom:30px}.exhibition-center__col:not(:last-child){margin-bottom:30px}.exhibition-center__col_text{font-size:16px;line-height:21px;font-weight:300}.exhibition-center__address,.exhibition-center__title{margin-bottom:30px}.exhibition-center__address address{font-style:normal;line-height:21px;margin-bottom:0}.exhibition-center__item:not(:last-child){margin-bottom:30px}.exhibition-center__item_route{line-height:26px}.exhibition-center__item_email{line-height:34px}.exhibition-center__link{display:inline-block}.exhibition-center__tel:not(:last-child){margin-bottom:10px}.exhibition-center__expand-btn{min-width:261px}.departments{background-color:#fff;width:100%}.departments__list{display:flex;flex-direction:column;padding:28px 45px 16px 36px;margin:0 -15px;width:calc(100% + 30px)}.departments__item{padding:15px}.departments__title{margin-bottom:11px;font-family:ProximaNova,sans-serif;font-weight:400;font-size:14px;line-height:17px}.requires{background-color:#fff}.requires__title-and-content{padding:40px 36px 30px}.requires__title{margin-bottom:40px;text-align:center}.requires__content{font-family:ProximaNova,sans-serif;font-weight:300;font-size:16px;line-height:30px}.requires__row:not(:last-child){margin-bottom:16px}.requires__row-title{display:block;white-space:nowrap;color:#999}.requires__text{display:inline-block}.testimonials{padding-top:50px;padding-bottom:20px}.testimonials__inner-content{position:relative}.testimonials__rate,.testimonials__title{margin-bottom:30px}.testimonials__text{padding-bottom:30px;font-family:Roboto,sans-serif;font-size:18px;line-height:23px;font-weight:300}.testimonials__swiper-navigation{display:none}.testimonials .testimonials__swiper-pagination{right:0;bottom:0;left:0;justify-content:center;flex-wrap:wrap}.testimonials .testimonials__swiper-pagination .swiper-pagination-bullet{margin:4px}.testimonials__reviews-wrapper{width:100%}.testimonials__hat,.testimonials__hat-col:first-child{margin-bottom:30px}.testimonials__hat-title{max-width:725px;margin-bottom:30px}.testimonials__hat-text{font-family:Roboto,sans-serif;font-size:18px;line-height:23px;font-weight:300}.testimonials__list{display:flex;flex-direction:column;align-items:center;padding-bottom:30px}.testimonials__item:not(:last-child){margin-bottom:16px}.reviews{padding-bottom:38px}.reviews__review{display:flex;justify-content:center}.review__doc{display:flex;position:relative;flex-direction:column;justify-content:space-between;flex-shrink:0;font-family:ProximaNova,sans-serif;padding:37px 26px 0 24px;width:301px;height:426px;background-color:#fff}.review__doc-hat{margin-bottom:44px;padding-top:25px;max-width:118px}.review__doc-date{margin-bottom:44px;font-weight:400;font-size:13px;line-height:17px;color:#999}.review__doc-title{display:flex;flex-direction:column;font-weight:400;font-size:14px;line-height:23px}.review__doc-title span:nth-child(1){margin-bottom:2px}.review__doc-title span:nth-child(2){font-size:18px;line-height:29px}.review__doc-rate{display:flex;position:absolute;top:42px;right:30px;justify-content:center;align-items:center;width:123px;height:123px;border-radius:50%;background-color:#f4f5f8;font-weight:400;font-size:36px;line-height:1}.review__doc-text{margin-bottom:auto;font-weight:400;font-size:14px;line-height:19px}.review__doc-btn-wrap{padding:9px;margin-right:-26px;margin-left:-24px;border-top:1px solid #eee}.rate{display:flex;align-items:center;width:233px;height:35px}.rate__logo{margin-right:38px;width:121px;height:35px}.rate__bar{display:flex;padding:2px 7px;width:74px;height:33px;align-items:center;justify-content:space-between;background-color:#21aa1e;color:#fff;line-height:1;font-size:24px;font-weight:500;border-radius:10px}.rate__pin{display:block;margin-right:4px;height:20px;width:20px;flex-shrink:0;fill:#fff}.diary__background{position:relative;background-color:#000;background-repeat:no-repeat;background-position:47% 50%;background-size:576px}.diary__background::before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background-image:radial-gradient(77.16% 55.97% at 65.86% 44.03%,rgba(0,0,0,0) 0,#000 100%)}.diary__info{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding-top:43px;padding-bottom:50px;min-height:517px;max-width:350px;color:#fff}.diary__title{margin-bottom:20px;font-family:ProximaNova,sans-serif;font-weight:300;font-size:36px;line-height:46px}.diary__text{margin-bottom:10px;padding-top:10px;padding-bottom:10px;font-family:Roboto,sans-serif;font-weight:300;font-size:18px;line-height:23px;max-width:260px}.diary__btn{color:inherit}.journal{padding-bottom:50px}.journal__inner-content{padding:50px 16px 58px}.journal__title{margin-bottom:35px;font-family:ProximaNova,sans-serif;font-weight:300;font-size:24px;line-height:36px;color:#000}.journal__item:not(:last-child){margin-bottom:30px}.journal__link{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;height:100%}.journal__pic-wrap{width:100%}.journal__item-title{margin-bottom:16px;font-family:Roboto,sans-serif;font-weight:700;font-size:21px;line-height:24px}.journal__item-art{padding-bottom:16px;margin-bottom:auto;font-family:Roboto,sans-serif;font-weight:300;font-size:18px;line-height:21px;max-width:375px}.discuss{padding-top:50px;padding-bottom:70px;background-color:#fff}.discuss__title{margin-bottom:58px;max-width:506px}.discuss__info{display:flex;flex-direction:column;align-items:flex-start}.discuss__call{margin-bottom:25px}.discuss__btns-wrap{display:flex;flex-direction:column;align-items:flex-start}.discuss__btn:not(:last-child){margin-bottom:10px}.discuss_inner-block{padding:0}.discuss_inner-block .discuss__title{margin-bottom:36px}.other{padding-top:50px;padding-bottom:16px}.other__top-wrap{margin-bottom:25px}.other__title{margin-bottom:30px}.other .other__swiper-navigation{display:none}.other__cataswiper{margin:0 -16px 30px}.other__more{align-self:flex-end}.other-swiper__swiper-wrapper{flex-direction:column}.other-swiper__swiper-slide:nth-child(n+4){display:none}.other-swiper__swiper-slide:not(:last-child){margin-bottom:22px}.cooperation{padding-top:46px;padding-bottom:58px}.cooperation__title{margin-bottom:49px;font-size:40px}.map__wrapper{padding-top:50px}.map__hat{display:flex;margin-bottom:11px;flex-direction:column}.map__titles-wrap{margin-bottom:30px}.map__title{margin-bottom:28px}.map__subtitle{padding-left:5px;font-family:ProximaNova,sans-serif;font-weight:300;font-size:18px;line-height:24px}.map__btn{align-self:flex-start}.map__content{position:relative;margin-right:-16px;margin-left:-16px;height:364px;background-repeat:no-repeat;background-size:656px 364px;background-position-x:-236px}.map__object{display:flex;position:absolute;padding-bottom:8px;font-family:ProximaNova,sans-serif;flex-direction:column;text-decoration:none;color:#000}.map__object_dacha{bottom:143px;left:18px;max-width:150px}.map__object_dacha .map__object-info{padding:17px 12px 14px}.map__object_dacha .map__object-balloon{align-self:flex-end}.map__object_zavorovo{bottom:70px;left:169px;max-width:142px}.map__object_zavorovo .map__object-info{padding:16px 22px 14px 12px}.map__object_zavorovo .map__object-balloon{align-self:flex-start;transform:translateX(22px)}.map__object-info{background-color:#fff;box-shadow:6px 12px 12px rgba(0,0,0,.1)}.map__object-balloon{position:relative;padding:2px 5px;background-color:#e45043;color:#fff;font-weight:400;font-size:10px;line-height:12px;letter-spacing:-.4px;box-shadow:6px 12px 12px rgba(0,0,0,.2)}.map__object-balloon::after{position:absolute;content:"";bottom:-8px;right:0;width:0;height:0;border-style:solid;border-width:8px 8px 0 0;border-color:#ca2b1d transparent transparent}.map__object-title{margin-bottom:5px;font-weight:300;font-size:12px;line-height:14px;text-transform:uppercase;letter-spacing:.6px}.map__object-address-wrap{margin-bottom:6px}.map__object-address{padding:0;margin:0;font-weight:300;font-size:8px;line-height:10px;letter-spacing:-.3px}.map__object-tels-wrap svg{top:3px}.map__object-tel{text-decoration:none;color:inherit;display:block;font-weight:400;font-size:10px;line-height:14px;letter-spacing:.5px}.tabs-controls{display:flex;flex-wrap:wrap}.tabs-controls__control{margin:0 8px 11px 0}.tabs-controls__control_order-100{order:100}.tabs-control{background-color:#fafafa;border-color:#fafafa;transition:color 124ms ease-in-out,border-color 124ms ease-in-out,background-color 124ms ease-in-out}.tabs-control.is-active{background-color:#e45043;border-color:#e45043;color:#fff}.our-houses{padding-top:70px;padding-bottom:20px}.our-houses__inner{display:flex;flex-direction:column}.our-houses__title{margin-bottom:30px;max-width:280px}.our-houses__gallery-outer{margin-bottom:40px}.our-houses__more-link{order:4;align-self:flex-start}.our-houses__list{width:100%}.our-houses-list{display:block}.our-houses-list__item{width:100%}.our-houses-list__item:not(:last-child){margin-bottom:16px}.house{position:relative;display:block;transition:filter 124ms ease-in-out}.house::after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(0,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%)}.house__text{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;padding:19px 28px;color:#fff}.house__photos-in-gallery{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;min-height:32px;min-width:64px;padding:5px;font-weight:600;font-size:12px;line-height:1;color:#fff;background-color:rgba(0,0,0,.2)}.videos{padding-top:50px;padding-bottom:70px}.videos__inner{display:flex;flex-direction:column}.videos__title{padding:0;margin-top:0;margin-bottom:30px;max-width:280px}.videos__gallery-outer{margin-bottom:40px}.videos__more-link{order:4;align-self:flex-start}.video{position:relative;display:block;transition:filter 124ms ease-in-out}.video::after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(0,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%)}.video__text{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;padding:16px 23px;color:#fff}.video__title{padding:0;margin-top:0;max-width:170px;max-height:38px;font-weight:400;font-size:16px;line-height:20px}.video__play{position:absolute;top:50%;left:50%;z-index:2;width:52px;height:52px;transform:translate(-50%,-50%)}.p-and-d-sect{padding:15px 0}.p-and-d-sect .inner__subtitle{display:none}.p-and-d-info-text{font-size:16px;line-height:21px}.p-and-d-sect-with-icon__title{margin-bottom:30px}.p-and-d-sect-with-icon__content{display:flex;flex-direction:column}.p-and-d-sect-with-icon__info{max-width:375px;order:2;padding-top:30px;padding-bottom:30px}.p-and-d-sect-with-icon__info-text{margin-bottom:30px}.p-and-d-sect-with-icon__more{display:inline-flex}.p-and-d-sect-with-icon__pic{margin-bottom:16px;align-self:flex-end}.p-and-d-sect-with-icon__img,.p-and-d-sect-with-icon__pic{display:block;width:108px;height:108px}.p-and-d-sect-with-icon__img{-o-object-fit:contain;object-fit:contain}.delivery__title{margin-bottom:30px}.delivery__content{display:flex;flex-direction:column;margin-left:-16px;margin-right:-16px;width:calc(100% + 32px)}.delivery__info{display:flex;flex-direction:column;justify-content:center;padding:50px 16px 0}.delivery__map{width:100%}.delivery-map{background-color:#fff}.delivery-map__content{position:relative;height:364px;background-repeat:no-repeat;background-size:449px 364px;background-position:right}.delivery-map__object_dacha{bottom:142px;right:150px;align-items:flex-end}.delivery-map__object_dacha .map__object-info{padding:16px;max-width:169px}.delivery-map__object_dacha .map__object-balloon{max-width:79px;transform:translateX(-65px)}.delivery-map__object_zavorovo{bottom:72px;right:45px}.delivery-map__object_zavorovo .map__object-info{padding:16px;max-width:146px}.delivery-map__object_zavorovo .map__object-balloon{max-width:67px}.unloading__info{margin-bottom:60px}.unloading__info-text{max-width:375px}.unloading__title{margin-bottom:30px}.unloading__logo{width:280px;height:90px}.unloading__content{padding:35px 0}.pay__content{display:flex;flex-direction:column}.pay__info,.pay__pic{width:100%}.pay__info{padding:30px 16px}.pay__img,.pay__pic{display:none}.pay__title{margin-bottom:30px}.not-found{background-color:#fff}.not-found__info{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 0 47px;min-height:77vh;font-family:ProximaNova,sans-serif}.not-found__title{padding:0;margin:0 0 16px;font-size:86px;font-weight:300;line-height:1;color:#e45043}.not-found__note{padding:0;margin:0 0 24px;font-weight:400;font-size:19px;line-height:24px;max-width:370px;text-align:center;color:#000}.production{padding-top:70px;padding-bottom:20px}.production__inner{display:flex;flex-direction:column}.production__title{margin-bottom:30px;max-width:280px}.production__more-link{display:none;order:4;align-self:flex-start}.production-item{position:relative;display:block;transition:filter 124ms ease-in-out}.production-item::after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(0,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%)}.news-list{display:flex;flex-direction:column}.news-list__item:not(:last-child){margin-bottom:10px}.news-list__link{display:block;transition:filter 124ms ease-in-out}.news-list__article{display:block;padding:34px 38px 38px 32px;background-color:#fff}.news-list__date{display:block;margin-bottom:20px;font-weight:300;font-size:14px;line-height:17px;color:#999}.news-list__title{font-family:ProximaNova,sans-serif;display:block;padding:0;margin:0 0 20px;max-width:280px;font-weight:300;font-size:24px;line-height:29px;color:#000}.news-list__excerpt{font-family:ProximaNova,sans-serif;color:#999;font-weight:300;font-size:14px;line-height:17px}.news-shortly{padding-top:50px;padding-bottom:70px}.news-shortly__inner{display:flex;flex-direction:column}.news-shortly__title{font-family:ProximaNova,sans-serif;margin-bottom:40px;max-width:280px;font-weight:300;font-size:48px;line-height:59px}.news-shortly__list{margin-bottom:40px}.news-shortly__more-link{order:4;align-self:flex-start}.actions{padding-bottom:30px}.actions__prepayment{margin-bottom:20px}.actions__tabs{margin-bottom:30px}.actions__tabs-controls{margin-bottom:19px}.actions__list{display:none;flex-direction:column;margin:-15px}.actions__list.is-opened{display:flex;-webkit-animation:124ms ease-in-out flipX;animation:124ms ease-in-out flipX}.actions__item{padding:15px;width:100%}.action{position:relative;display:block;transition:filter 124ms ease-in-out}.action .picture{position:relative;padding-bottom:72.8358208955%}.action .picture img{display:block;position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.actions-prepayment{display:flex;justify-content:space-between;padding:25px 25px 23px;background-color:#fff;border-left:1px solid #e45043}.actions-prepayment__text{padding-right:16px;font-family:ProximaNova,sans-serif;font-weight:600;font-size:22px;line-height:27px;color:#000}.actions-prepayment__more{display:none}.actions-form{background-color:#fff;padding:40px 30px}.actions-form__title{margin-bottom:20px;font-family:ProximaNova,sans-serif;font-size:18px;line-height:1;font-weight:300}.actions-form__input{margin-bottom:10px}.actions-form__input .labled-input__input{border-color:#ccc}.actions-form__group{display:flex;flex-direction:column;margin-bottom:30px}.actions-form-agree{display:flex;align-items:center}.actions-form-agree__checkbox{margin-right:10px;flex-shrink:0}.actions-form-agree__text{font-family:ProximaNova,sans-serif;font-size:13px;line-height:17px;color:#000}.art{padding:0 0 20px}.art-nav__list{overflow:hidden;padding:24px 0 40px 30px;font-weight:300;font-size:16px;line-height:26px;list-style:decimal}.art-nav__item{counter-increment:art-nav-counter}.art-nav__item:not(:last-child){margin-bottom:20px}.art-nav__link{text-decoration:underline}.art-content{padding:40px 0 47px;background-color:#fff}.art-content__wrapper{overflow:hidden;max-width:1490px;justify-content:flex-start}.art-content__inner{max-width:992px}.art-preview-list{display:flex;flex-direction:column}.art-preview-list__item:not(:last-child){margin-bottom:10px}.art-preview{display:flex;flex-direction:column;min-height:505px;background-color:#fff;transition:filter 124ms ease-in-out}.art-preview__pic{position:relative;display:block;padding-bottom:77.8425655977%}.art-preview__img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.art-preview__info{font-family:ProximaNova,sans-serif;padding:37px 38px 38px 32px}.art-preview__title{padding-top:0;margin-top:0;margin-bottom:20px;font-weight:300;font-size:24px;line-height:29px;color:#000}.art-preview__excerpt{font-weight:300;font-size:14px;line-height:17px;color:#999}.technologies{padding-top:15px;padding-bottom:70px}.material-card{display:flex;flex-direction:column;justify-content:space-between;width:226px;height:100%;cursor:pointer;text-decoration:none;color:inherit}.material-card img,.material-card picture{display:block;width:226px;height:226px}.material-card img{-o-object-fit:contain;object-fit:contain;-o-object-position:top center;object-position:top center}.material-card__title{padding-bottom:15px;margin-bottom:auto;font-size:18px;line-height:1.2}.footer{padding-top:45px;padding-bottom:28px;background-color:#fff}.footer__inner{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}.footer__contacts{margin-bottom:11px;width:100%;order:0}.footer__footnav{margin-bottom:20px;order:1;width:100%}.footer__socials{margin-bottom:35px;padding:0 15px;order:2;width:100%}.footer__copyrights{padding-top:7px;padding-bottom:7px;order:3;width:151px;white-space:nowrap}.footer__basmanov-link{display:block;order:4;align-self:center;width:157px;height:11px}.footer__basmanov-link svg{display:block;width:157px;height:11px}.footer__logo{margin-bottom:25px}.footer__call{margin-bottom:28px}.footer__buttons{display:flex;margin:0 0 30px;max-width:411px;justify-content:space-between}.footer__btn:not(:last-child){margin-right:25px}.footer__contacts-title{margin-bottom:30px}.copyrights{font-weight:300;font-size:12px;line-height:1}.basmanov-link{text-decoration:none;color:inherit;display:block}.basmanov-link svg{width:157px;height:11px;transition:fill 124ms ease-in-out}.footnav{display:flex;flex-wrap:wrap;justify-content:flex-start}.footnav__list-wrap{flex-grow:0;flex-shrink:1;flex-basis:169px}.footnav__list-wrap:nth-child(odd){padding-right:15px}.footnav__list-wrap:nth-child(even){padding-left:5px}.footnav__list-wrap:not(:last-child){margin-bottom:21px}.footnav__list{padding:0;margin:0;list-style:none}.footnav__list-title{margin-bottom:25px}.footnav__item{display:block;font-weight:300;font-size:14px;line-height:19px}.footnav__item:not(:last-child){margin-bottom:16px}.footnav__link{text-decoration:none;color:inherit;font-family:ProximaNova,sans-serif;display:inline-block}.footnav__img-links{padding-top:10px}.footnav__img-link{text-decoration:none;color:inherit;display:block;position:relative;padding:18px 55px 20px 22px;width:168px;height:150px;flex-shrink:0;flex-grow:0}.footnav__img-link span{display:block;position:relative;color:#fff;font-weight:500;font-size:18px;line-height:23px}.footnav__img-link::after,.footnav__img-link::before{position:absolute;content:""}.footnav__img-link::before{z-index:1;right:0;bottom:0;width:48px;height:48px;background-color:#fff;transition:background-color 124ms ease-in-out}.footnav__img-link::after{right:21px;bottom:16px;width:12px;height:12px;border-top:2px solid #000;border-right:2px solid #000;transform:rotate(45deg);z-index:2;transition:border-color 124ms ease-in-out}.footnav__img-link:not(:last-child){margin-bottom:10px}.footnav__img,.footnav__pic{display:block;position:absolute;top:0;right:0;bottom:0;left:0}.footnav__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.footnav__pic::after{position:absolute;content:"";top:0;right:0;bottom:0;left:0;background-image:linear-gradient(180deg,#000 0,rgba(0,0,0,0) 64.33%);background-color:transparent;transition:background-color 124ms ease-in-out,background-image 124ms ease-in-out,opacity 124ms ease-in-out;opacity:.45}.footnav__basmanov-link{display:none}.side-banner{position:fixed;top:50%;right:0;transform:translateY(-50%);z-index:100}.side-banner__link{display:block;transition:filter 124ms ease-in-out}.side-banner__pic{display:block}.side-banner__img{display:block;width:32px;height:auto}.side-banner.hide{display:none}@-webkit-keyframes flipX{from{transform-origin:center;transform:scaleX(-.5)}}@keyframes flipX{from{transform-origin:center;transform:scaleX(-.5)}}@media (min-width:375px){.call__link{letter-spacing:3px}.ordering-form-pop{width:calc(100vw - 30px);max-width:1036px}.tags__tag{font-size:10px}.construction__title{font-size:48px}.banner__btn:not(:last-child),.example__btn:not(:last-child){margin-bottom:0}.offer__title{font-size:48px;line-height:58px}.stages__swiper-slide{width:169px}.stage{padding:0 50px;width:273px}.socials__link:not(:last-child){margin-right:34px}.header__btn-catalog{margin-right:35px}.header__btn-whatsapp{margin-right:36px}.header__order-call-btn{margin-right:22px}.facts__logo{width:343px;height:96px}.cases__lead svg{width:179px;height:55px}.complect-and-discuss{padding:45px}.calc-pop,.pack-pop{width:calc(100vw - 30px)}.review__doc{padding:42px 30px 0 27px;width:343px;height:485px}.review__doc-hat{margin-bottom:50px;padding-top:28px}.review__doc-date{margin-bottom:54px}.review__doc-btn-wrap{padding:10px;margin-right:-30px;margin-left:-27px}.diary__title{font-size:48px;line-height:58px}.cooperation__title{font-size:48px}.map__content{background-position-x:-216px}.map__object_dacha{left:20px;max-width:170px}.map__object_dacha .map__object-info{padding:17px 17px 14px}.map__object_zavorovo{left:210px;max-width:147px}.map__object_zavorovo .map__object-balloon{transform:none}.map__object_zavorovo .map__object-info{padding:16px 22px 14px 17px}.unloading__logo{width:343px;height:96px}}@media (min-width:576px){.call__link_narrow{font-size:36px}.details-info__tech{display:flex;align-items:flex-end;justify-content:space-between}.details-info__tech-title{margin-right:5px;margin-bottom:0}.details-info__construct-row{flex-direction:row;justify-content:space-between;align-items:baseline;min-height:40px}.details-info__construct-row:last-child .info-title{align-self:flex-end;padding-bottom:5px}.details-info__construct-title{margin-right:5px;margin-bottom:0}.complect__row{flex-direction:row;justify-content:space-between;align-items:center}.complect__link{width:35.33333%;margin-bottom:0;text-align:left}.complect__info-price{flex-wrap:nowrap;width:66.66666%}.complect__actual-price,.complect__price-before{display:block;width:50%}.complect__delivery-btn{margin-bottom:0}.complect__more-wrap{justify-content:center;width:unset}.pack-house-tech-link{width:52px;height:52px}.pack-house-tech-link svg{width:32px;height:32px}.diary__background{background-size:768px}.journal__inner-content{padding-right:52px;padding-left:52px}.journal__item-art{max-width:570px}.map__content{background-position-x:center}.map__object_dacha{right:calc(50% - 76px);left:unset}.map__object_zavorovo{right:calc(50% - 248px);left:unset}.p-and-d-sect-with-icon__content{flex-direction:row;justify-content:space-between;align-items:center}.p-and-d-sect-with-icon__info{order:initial;padding-right:30px}.p-and-d-sect-with-icon__pic{align-self:initial;margin-bottom:0}.p-and-d-sect-with-icon__img,.p-and-d-sect-with-icon__pic{width:160px;height:160px}.delivery__content{margin:0;width:100%}.actions-form__title{margin-bottom:30px}.actions-form__input{margin-right:8px;margin-bottom:0}.actions-form__group{flex-direction:row;align-items:center;justify-content:space-between}.footnav{justify-content:space-between}}@media (min-width:768px){.inner{padding-left:30px;padding-right:30px}h1,h2,h3,h4,h5,h6{padding-top:1.15em}.z1{font-size:64px;line-height:78px}.z2{font-size:48px;line-height:59px}.actual-price,.area,.days,.prepayment{font-size:32px;line-height:40px}.actual-price_fsz-24px,.area_fsz-24px,.days_fsz-24px,.prepayment_fsz-24px{font-size:24px;line-height:30px}.area sup{font-size:18px}.btn_md-fsz-20px{font-size:20px;line-height:24px}.btn_md-fsz-18px{font-size:18px;line-height:22px}.btn_md-span-mr-40px span{margin-right:40px}.btn_md-p-24-44px{padding:24px 44px}.btn_md-svg-32x32px svg,.btn_md-svg-40x40 svg{width:32px;height:32px}.text-with-icon_svg-8x8px svg{top:0}.text-with-icon_md-svg-16x16px svg{top:8px;width:16px;height:16px}.text-with-icon_md-pl-30px{padding-left:30px}.picture_md-670x488px img{width:670px;height:488px}.picture_md-695x507px img{width:695px;height:507px}.picture_md-695x407px img{width:695px;height:407px}.swiper-pagination{padding:0 30px}.swiper-pagination_md-light .swiper-pagination-bullet{background:#fff}.fancybox__container .has-ajax .fancybox__content>.carousel__button,.fancybox__container .has-html .fancybox__content>.carousel__button{width:56px;height:56px}.fancybox__container .has-ajax .fancybox__content>.carousel__button svg,.fancybox__container .has-html .fancybox__content>.carousel__button svg{width:30px;height:30px}.upload-doc__placeholder-inner{max-width:276px}.upload-doc__placeholder-text{font-size:18px;line-height:23px}.ordering-form{padding-top:50px;padding-bottom:53px}.ordering-form__title{margin-bottom:50px;max-width:unset;font-size:36px;line-height:44px}.pop{padding:30px}.pop>.carousel__button{width:56px;height:56px}.pop>.carousel__button svg{width:30px;height:30px}.menu__contacts,.menu__link:not(.menu__link_second-lvl),.menu__link_second-lvl{padding-left:30px}.menu__btn{width:unset}.menu__call,.menu__whatsapp{margin-bottom:0;margin-right:27px}.tags__tag:not(:last-child){margin-right:10px}.page-headline{padding:30px 0 50px}.page-headline__title{margin-bottom:12px;font-size:64px;line-height:78px}.page-headline__breadcrumbs{display:flex!important}.page-headline__controls{display:block;white-space:nowrap}.accordion__item-title-inner{max-width:unset;font-size:24px;line-height:32px}.construction__title{margin-bottom:50px}.construction__swiper{margin:0}.swiper-construction .swiper-construction__swiper-pagination{right:30px;left:30px}.banners .banners__swiper-pagination{top:unset;right:30px;bottom:100px;left:30px}.banner__img{min-height:610px;height:calc(100vh - 80px);max-height:930px}.banner__info{padding-top:90px;padding-bottom:90px}.banner__title{margin-bottom:30px;font-size:72px;line-height:88px}.banner__text{margin-bottom:50px;font-size:24px;line-height:32px}.banner__area,.banner__price{margin-bottom:50px}.examples{padding-bottom:0}.examples .examples__swiper-pagination{justify-content:flex-end;top:24px;right:30px;bottom:unset;z-index:2}.example{position:relative}.example__title{font-size:72px;line-height:88px}.example__info{position:absolute;padding:30px 0 73px 73px;max-width:540px;bottom:0;left:0;color:#fff}.example__text{font-size:24px;line-height:32px}.example__area,.example__price{margin-bottom:50px}.offer__background{background-size:1920px}.offer__background::before{background-image:radial-gradient(61.38% 126.72% at 65.86% 44.03%,rgba(0,0,0,0) 0,#000 100%)}.offer__info{padding-top:204px;padding-bottom:104px;max-width:615px}.offer__title{margin-bottom:60px;font-size:72px;line-height:88px}.offer__text{font-size:24px;line-height:32px}.card__title{margin-bottom:14px;font-size:48px;line-height:59px}.stages__swiper-slide{width:319px}.stage{padding:0 125px;width:423px}.stage svg{margin-bottom:30px}.stage span{font-size:24px;line-height:30px}.hero__inner{min-height:485px;padding-bottom:50px}.hero__intro{font-size:36px;line-height:44px;max-width:630px}.facts{padding-top:60px}.facts__list{margin-right:60px;margin-bottom:0}.facts__content{display:flex;align-items:center;justify-content:space-between}.facts-list{font-size:20px;line-height:30px}.facts-list li:not(:last-child){margin-bottom:22px}.key-facts{padding:50px 0}.key-facts__title{margin-bottom:100px;max-width:461px}.catalog__insert{padding-top:60px;padding-bottom:100px}.catalog__sec-cardlist-wrapper{margin-bottom:60px}.catalog-shorten{padding-top:100px}.catalog-shorten__title{max-width:575px;margin-bottom:42px}.catfilter__list-wrap{padding-right:30px;padding-left:30px}.details__swiper{margin-right:unset;margin-left:unset}.details__info{margin-bottom:100px}.swiper-details .swiper-details__swiper-pagination{right:30px;left:30px}.details-info__order{flex-direction:row}.details-info__order-btn:first-child{margin-right:16px;margin-bottom:0}.complect__price-month{font-size:20px;display:none;position:absolute;bottom:100%;left:0;margin:0 0 10px}.list-item-0 .complect__price-month{display:block}.floors{padding:50px 30px 30px}.floors__floor-title{font-size:28px;line-height:34px}.questions{padding-bottom:100px}.qfilter__btns{margin-right:-30px;margin-left:-30px}.qfilter__wrapper.opened{padding:30px}.calc__total{top:-57px;margin-bottom:22px}.calc__list{margin-bottom:40px}.calc__btns{flex-direction:row}.calc__btn{width:unset;flex-basis:0;flex-grow:1}.calc__btn:first-child{margin-right:10px;margin-bottom:0}.calc-pop__title{margin-bottom:18px}.calc-total{padding:36px 34px 30px 45px}.calc-total__head{font-size:20px;line-height:24px}.calc-total__sum{font-size:32px;line-height:39px}.calc-item-label{padding:16px 67px 14px 44px;font-size:16px;line-height:20px}.calc-item-label::after{top:17px;left:15px;width:10px;height:10px}.calc-item-label.is-on::after{transform:translateY(5px) rotate(135deg)}.calc-table__cel:nth-child(1){padding-left:44px}.calc-table__cel:nth-child(2){padding-right:28px;text-align:right}.calc-table__head{font-size:16px;line-height:20px}.calc-table__price-sum{margin-right:17px;font-size:18px;line-height:22px}.pack__print-btn-wrap{margin:0 -30px;width:calc(100% + 60px)}.pack-house__pic-link,.pack-house__sm-title{margin-bottom:30px}.pack-house__parametr:nth-child(1),.pack-house__parametr:nth-child(2){margin-bottom:20px}.pack-house__parametr-title{margin-bottom:14px;font-size:18px;line-height:22px}.pack-house__parametr-value{font-size:32px;line-height:39px}.pack-order{padding:21px 43px 38px 41px}.pack-order__name{font-size:36px;line-height:43px}.pack-order-prices__price-month{font-size:18px;line-height:23px}.contacts__exhibition-centers-wrap{margin-bottom:100px}.contacts__banner-wrap{margin-right:0;margin-left:0}.exhibition-center__col_text{font-weight:300;line-height:21px}.departments__list{flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:space-between}.departments__item{flex-basis:50%;flex-grow:1}.requires__title-and-content{padding:50px 36px 84px}.requires__title{margin-bottom:50px}.testimonials__title{max-width:605px;margin-bottom:67px}.testimonials__rate{margin-bottom:70px}.testimonials__text{padding-bottom:70px;font-size:24px;line-height:31px}.testimonials__hat-text{max-width:553px;font-size:24px;line-height:31px}.testimonials__item{padding:15px}.testimonials__item:not(:last-child){margin-bottom:0}.review__doc{padding:39px 47px 0 101px;width:564px;height:792px}.review__doc-hat{margin-bottom:100px;padding-top:63px;max-width:208px}.review__doc-date{margin-bottom:149px}.review__doc-rate{right:50px;width:141px;height:141px}.review__doc-text{max-width:350px}.review__doc-btn-wrap{padding:21px;margin-right:-47px;margin-left:-101px}.diary{padding-top:15px}.diary__background{background-size:920px}.diary__info{padding-bottom:104px;max-width:336px;min-height:618px}.diary__title{margin-bottom:60px;font-size:72px;line-height:88px}.diary__text{margin-bottom:66px;font-size:24px;line-height:32px;max-width:unset}.journal__title{font-size:36px;line-height:44px}.journal__item-title{margin-bottom:30px;font-size:24px;line-height:31px}.journal__item-art{padding-bottom:30px;font-size:24px;line-height:31px}.discuss{padding-top:150px;padding-bottom:156px}.discuss__call,.discuss__title{margin-bottom:70px}.discuss_inner-block{padding-top:0;padding-bottom:0}.discuss_inner-block .discuss__btns-wrap{flex-direction:row}.discuss_inner-block .discuss__title{margin-bottom:56px;max-width:490px}.other__cataswiper{margin-right:0;margin-left:0}.cooperation{padding-top:75px;padding-bottom:75px}.cooperation__title{margin-bottom:75px}.map__wrapper{padding-top:130px;padding-bottom:101px}.map__hat{margin-bottom:30px}.map__title{margin-bottom:18px}.map__subtitle{font-size:24px;line-height:32px}.map__content{height:786px;background-size:1420px 786px;background-position-x:-498px}.map__object_dacha{bottom:322px;right:unset;left:12px;max-width:367px}.map__object_dacha .map__object-info{padding:37px 37px 30px 36px}.map__object_zavorovo{bottom:165px;right:unset;left:424px;max-width:317px}.map__object_zavorovo .map__object-info{padding:38px 40px 30px 36px}.map__object-balloon{padding:3px 11px 5px;font-size:20px;line-height:26px;letter-spacing:0}.map__object-balloon::after{bottom:-18px;border-width:18px 18px 0 0}.map__object-title{margin-bottom:10px;font-size:24px;line-height:30px;letter-spacing:2.3px}.map__object-address-wrap{margin-bottom:15px}.map__object-address-wrap svg{top:14px}.map__object-address{font-size:16px;line-height:21px;letter-spacing:0}.map__object-tel{font-size:20px;line-height:30px;letter-spacing:2px}.tabs-controls__control_md-order-initial{order:initial}.our-houses{padding-top:20px;padding-bottom:135px}.our-houses__inner{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.our-houses__title{margin-bottom:95px;max-width:367px}.our-houses__gallery-outer{margin-bottom:0;width:100%}.our-houses__more-link{order:unset;align-self:flex-end;margin-bottom:95px;padding-bottom:20px}.our-houses__list{width:calc(100% + 30px);margin:0 -15px}.house__text{padding:45px}.videos{padding-top:20px;padding-bottom:135px}.videos__inner{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.videos__title{margin-bottom:95px;max-width:367px}.videos__gallery-outer{margin-bottom:0;width:100%}.videos__more-link{order:unset;align-self:flex-end;margin-bottom:95px;padding-bottom:20px}.video__text{padding:33px 45px}.video__title{max-width:270px;max-height:58px;font-size:24px;line-height:29px}.video__play{width:68px;height:68px}.p-and-d-info-text{font-size:24px;line-height:31px}.p-and-d-sect-with-icon__title{margin-bottom:70px}.p-and-d-sect-with-icon__info{padding-top:40px;padding-bottom:40px;padding-right:60px;max-width:656px}.delivery__info{padding:50px 30px 0;max-width:996px}.delivery-map__content{height:768px;background-size:966px 786px;background-position:-134px}.delivery-map__object_dacha{bottom:312px;right:unset;left:1px}.delivery-map__object_dacha .map__object-info{padding:38px 38px 30px 36px;max-width:366px}.delivery-map__object_dacha .map__object-balloon{max-width:170px;transform:none}.delivery-map__object_zavorovo{bottom:155px;right:unset;left:391px}.delivery-map__object_zavorovo .map__object-info{padding:38px 36px 30px;max-width:316px}.delivery-map__object_zavorovo .map__object-balloon{max-width:170px}.unloading{padding-top:60px}.unloading__info{margin-right:60px;margin-bottom:0}.unloading__info-text{max-width:614px}.unloading__title{margin-bottom:50px}.unloading__content{display:flex;align-items:center;justify-content:space-between;padding-top:0;padding-bottom:0}.pay__info{padding:75px 30px}.pay__title{margin-bottom:45px}.not-found__title{font-size:128px}.not-found__note{margin:0 0 36px;font-size:24px;line-height:36px}.production{padding-top:150px;padding-bottom:135px}.production__inner{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.production__title{margin-bottom:95px;max-width:577px}.production__gallery-outer{margin-bottom:0;width:100%}.production__more-link{display:flex;order:unset;align-self:flex-end;margin-bottom:95px;padding-bottom:20px}.news-list__article{padding:53px 47px 53px 48px}.news-list__date{margin-bottom:30px}.news-list__title{max-width:350px;margin:0 0 30px;font-size:30px;line-height:37px}.news-list__excerpt{font-size:18px;line-height:22px}.news-shortly{padding-top:70px;padding-bottom:90px}.news-shortly__inner{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.news-shortly__title{margin-bottom:100px;max-width:210px}.news-shortly__more-link{display:flex;order:unset;align-self:flex-end;margin-bottom:95px;padding-bottom:12px}.actions{padding-bottom:100px}.actions__prepayment{margin-bottom:30px}.actions__list{flex-direction:row;flex-wrap:wrap}.actions__item{flex-basis:50%;width:unset}.actions-prepayment__text{font-size:30px;line-height:36px}.actions-prepayment__more{display:flex}.art-nav__list{padding:70px 0 70px 30px;-moz-column-count:2;column-count:2}.art-nav__item:not(:last-child){margin-bottom:22px}.art-preview-list__item:not(:last-child){margin-bottom:20px}.art-preview__title{padding-top:0;margin-top:0;font-size:36px;line-height:44px}.technologies{padding-top:0;padding-bottom:100px}}@media (min-width:992px){.z3{font-size:24px;line-height:30px}.text-with-icon_svg-20x20px svg{top:0}.call__link{margin-bottom:12px}.call_sm-reverse .call__link{margin-bottom:0}.picture_lg-ratio-992x536{position:relative;padding-bottom:54.0322580645%}.picture_lg-ratio-992x536 img{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0}.picture_lg-ratio-456x257{position:relative;padding-bottom:56.3596491228%}.picture_lg-ratio-456x257 img{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0}.picture_lg-ratio-695x507{position:relative;padding-bottom:72.9496402878%}.picture_lg-ratio-695x507 img{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0}.page{padding-top:80px}.menu{overflow:hidden;top:80px;bottom:unset;z-index:1002;border-top:none}.menu.opened{-webkit-animation:330ms ease-in-out fadeIn;animation:330ms ease-in-out fadeIn}.menu__list_second-lvl{padding-top:5px;max-height:unset}.menu__list:not(.menu__list_second-lvl){display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;max-height:500px;max-width:1234px}.menu__nav{padding:10px 30px 93px;margin:0 auto;width:100%}.menu__item:not(.menu__item_second-lvl){border-bottom:none}.menu__item:not(.menu__item_parent){order:10}.menu__link{font-size:16px;line-height:20px}.menu__link:not(.menu__link_second-lvl){padding-left:0}.menu__link_gray{color:#000}.menu__link_parent::after{display:none}.menu__link_parent.opened{background-color:transparent}.menu__link_parent.opened+.menu__list_second-lvl{max-height:unset;background-color:transparent}.menu__link_second-lvl{font-size:14px;padding-left:0}.menu__link:not(.menu__link_parent):not(.menu__link_second-lvl){padding-bottom:0}.menu__contacts{display:none}.burger__open_lg{display:block}.burger__open_sm{display:none}.burger__open{transform:none}.is-modal-opened{overflow:initial}.accordion__title{padding-top:50px;padding-bottom:26px}.construction{padding-top:100px}.swiper-construction__swiper-navigation{display:flex;right:30px;bottom:30px}.swiper-construction .swiper-construction__swiper-pagination{display:none}.swiper-construction__pic{padding-bottom:0;height:calc(100vh - 80px);min-height:680px;max-height:867px}.banners .banners__swiper-pagination{display:none}.banners .banners__swiper-navigation{display:flex;right:30px;bottom:98px}.examples__swiper-navigation{display:flex;right:30px;bottom:73px}.examples .examples__swiper-pagination{display:none}.example{min-height:500px;max-height:calc(100vh - 80px)}.example__pic::after{background-image:radial-gradient(61.38% 126.72% at 65.86% 44.03%,rgba(0,0,0,0) 0,#000 100%)}.offer{padding-top:70px}.cardslist{display:flex;flex-wrap:wrap;justify-content:stretch;margin-right:-15px;margin-left:-15px}.cardslist__item{margin-bottom:15px;padding-left:15px;padding-right:15px;flex-basis:50%}.card__info{padding:28px 0}.header{height:80px}.header__inner{padding-top:17px;padding-bottom:12px}.header__logo{margin-right:35px}.header__btn-catalog{display:flex;margin-right:30px;padding:10px 15px 10px 17px;border:1px solid currentColor;min-height:45px}.header__btn-catalog svg{margin-right:15px}.header__btn-catalog span{display:block}.header__call{display:flex;margin-right:25px}.header__order-call-btn{order:3}.header__btn-whatsapp{order:4}.header__btn-whatsapp,.header__order-call-btn{margin-right:30px}.header__btn-whatsapp svg,.header__order-call-btn svg{margin-right:10px}.header__btn-whatsapp span,.header__order-call-btn span{display:block}.hero__breadcrumbs{order:unset}.key-facts__list{display:flex}.key-facts__item:not(:last-child){margin-right:30px;margin-bottom:0}.key-facts__item{flex-basis:0%;flex-grow:1}.key-facts__info-list{min-height:257px}.cases{padding-top:176px;padding-bottom:50px}.cases__lead-inner{margin-bottom:0}.cases__content-inner{padding-right:30px;padding-left:30px}.cases__lead small{margin-right:30px;max-width:327px;font-size:36px;line-height:44px}.cases__lead span{display:block;font-weight:100;font-size:144px;line-height:120px}.cases__lead svg{display:none}.catfilter__btns{margin-right:0;margin-left:0}.catfilter__wrapper.opened{top:70px}.swiper-details__swiper-navigation{display:flex;right:30px;bottom:30px}.swiper-details .swiper-details__swiper-pagination{display:none}.swiper-details__pic{padding-bottom:0;height:calc(100vh - 80px);min-height:680px;max-height:867px}.faq__inner{padding:100px 150px 110px 146px}.faq__title{margin-bottom:100px}.faq__title_md-mb-50px{margin-bottom:50px}.faq__accordion{margin-bottom:70px}.qfilter__btns{display:none}.qfilter__wrapper.opened{position:static;padding:0}.qfilter__wrapper{display:flex;position:relative;justify-content:flex-start}.qfilter__link:not(:last-child){margin-right:4px;margin-bottom:0}.qfilter__link:first-child,.qfilter__link:last-child{position:relative}.qfilter__link:first-child::after{position:absolute;content:"";top:0;left:-100vw;height:1px;width:100vw;background-color:#f6f6f6}.qfilter__link:last-child::after{position:absolute;content:"";bottom:0;left:0;height:1px;width:100vw;background-color:#f6f6f6}.qfilter__link.active{background-color:#fff;border-color:#fff;border-top:1px solid #f6f6f6;color:#000}.pack-house__sm-title{display:none}.pack-house__title{display:block;margin-bottom:10px}.contacts__departments-wrap{display:flex}.exhibition-center__item_email{line-height:21px}.requires__inner{display:flex;justify-content:center}.requires__title-and-content{max-width:932px}.requires__row{display:flex}.requires__row-title{margin-right:57px;width:183px;flex-shrink:0}.testimonials__title{overflow:hidden;max-height:160px;text-overflow:clip}.diary__background{background-size:1200px}.journal__inner-content{padding-top:100px;padding-right:104px;padding-bottom:116px}.journal__list{display:flex;justify-content:space-between;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.journal__item{flex-basis:50%;padding:35px 15px}.journal__item:not(:last-child){margin-bottom:0}.discuss__info{flex-direction:row;justify-content:flex-start;align-items:flex-start}.discuss__call{margin-bottom:0;order:2}.discuss__btns-wrap{margin-right:70px}.discuss_inner-block .discuss__call{margin-bottom:49px}.discuss_inner-block .discuss__info{flex-direction:column}.discuss_inner-block .discuss__btns-wrap{margin-right:0;margin-bottom:45px}.other{padding-top:100px;padding-bottom:0}.other__top-wrap{display:flex;justify-content:space-between;margin-bottom:52px}.other__title{margin-bottom:50px;padding-top:30px}.other .other__swiper-navigation{position:static;display:flex}.other__more{display:none}.other-swiper__swiper-wrapper{flex-direction:row}.other-swiper__swiper-slide:nth-child(n+4){display:block}.other-swiper__swiper-slide:not(:last-child){margin-bottom:unset}.map__content{background-position-x:-348px}.map__object_dacha{left:162px}.map__object_zavorovo{left:574px}.our-houses-list{display:flex;justify-content:space-between;flex-wrap:wrap}.our-houses-list__item{padding:15px;width:50%}.our-houses-list__item:not(:last-child){margin-bottom:0}.p-and-d-sect-with-icon__img,.p-and-d-sect-with-icon__pic{width:280px;height:280px}.delivery__title{margin-bottom:76px}.delivery__info{padding:75px 30px 0}.delivery-map__content{background-position:left}.delivery-map__object_dacha{left:135px}.delivery-map__object_zavorovo{left:525px}.not-found__info{padding:60px 0}.actions__tabs{margin-bottom:50px}.actions-form__title{font-size:36px}.footer{padding-top:80px;padding-bottom:48px}.footer__contacts{display:flex;margin-bottom:68px;flex-wrap:wrap;width:100%;order:0}.footer__contacts-heading{margin-right:auto}.footer__contacts-title{width:100%;margin-bottom:40px}.footer__logo{margin-bottom:0}.footer__call{width:auto;margin-bottom:0;margin-right:auto}.footer__buttons{margin:0}.footer__footnav{margin-bottom:60px}.footnav__list-wrap{margin-bottom:25px;flex-basis:200px;flex-shrink:1;flex-grow:0}.footnav__list-wrap:nth-child(odd){padding-right:0}.footnav__list-wrap:nth-child(even){padding-left:0}.footnav__list-wrap:not(:last-child){padding-right:30px;margin-bottom:29px}.footnav__list-title{margin-bottom:36px}}@media (min-width:992px) and (hover:hover) and (pointer:fine){.qfilter__link:hover{background-color:#fff;border-color:#fff;border-top:1px solid #f6f6f6;color:#000}}@media screen and (min-width:992px){.qfilter__link:focus-visible{outline:0;color:#e45043}.qfilter__link:active{transition-duration:24ms;background-color:#fff;border-color:#fff;border-top:1px solid #f6f6f6;color:#999}}@media (min-width:1200px){.inner_sub{display:flex}.inner__subtitle{padding-bottom:0;padding-left:18px;margin-bottom:0;font-size:14px;line-height:22px;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;transform:rotate(180deg);border-left:1px solid #e45043;border-bottom:none}.inner__content{padding-left:109px;width:100%}.swiper-steps{padding:0 50px 0 0;justify-content:flex-start;justify-content:space-between}.swiper-steps__step:not(:last-child){margin-right:200px}.swiper-construction__swiper-navigation{right:130px;bottom:50px}.examples__swiper-navigation{bottom:98px;right:153px}.example__title{margin-bottom:27px}.example__info{max-width:740px;padding:98px 0 98px 146px}.example__text{margin-bottom:47px}.offer__background{display:flex;align-items:center;background-size:cover;height:calc(100vh - 80px)}.offer__info{padding-top:70px;padding-bottom:50px;max-height:calc(100vh - 80px)}.offer__title{margin-bottom:20px}.stages__swiper-steps .swiper-steps__step{color:#e45043}.stages__swiper-wrapper{justify-content:space-between;width:calc(100% + 102px);transform:none!important}.stages__swiper-slide{width:172px}.stage{padding:0;width:172px}.header__logo{margin-right:65px}.header__btn-catalog{margin-right:auto}.header__btn-whatsapp,.header__order-call-btn{margin-right:50px}.facts__logo{width:671px;height:187px}.facts__content{padding-top:76px;padding-bottom:76px}.key-facts__subtitle{padding:32px 46px;max-width:310px}.key-facts__info-list{padding:33px 60px 34px 82px}.specoffers{padding-top:100px}.specoffers__inner{position:relative}.specoffers__inner::after{position:absolute;content:"";top:0;right:calc(100% - 30px);bottom:0;width:100%;background-color:#f4f5f8;z-index:2}.catalog .inner{position:relative}.catalog__filter{margin-bottom:78px}.catfilter__btns{position:absolute;top:-150px;right:30px;width:470px}.catfilter__wrapper{display:flex;justify-content:space-between;margin-bottom:-15px}.catfilter__wrapper.opened{position:static;padding-top:0;padding-bottom:0}.catfilter__list-wrap{padding:0;flex-grow:initial;flex-basis:initial}.filter-search{opacity:1;visibility:visible}.swiper-details__swiper-navigation{right:130px;bottom:50px}.complect__title{margin-bottom:36px}.complect__more-wrap{order:1}.floors{padding:99px 74px 20px 118px}.floors__floor-top{display:flex;margin-bottom:20px;align-items:center;justify-content:space-between}.floors__controls{display:none}.floors__floor{display:block;flex-basis:0%;flex-grow:1;flex-shrink:1;max-width:557px}.floors__floor .active{-webkit-animation:none;animation:none}.floors__floor:not(:last-child){margin-right:30px}.floors__wrap{padding-top:0;display:flex;align-items:stretch;justify-content:space-between;flex-wrap:wrap}.faq__inner{flex-direction:row;flex-wrap:wrap;justify-content:space-between;max-width:1720px}.faq__accordion{margin-bottom:0;order:2}.faq__more-link{order:1;align-self:center}.calc__total{top:-65px}.pack-house{display:flex}.pack-house__pic-link{margin-right:45px;margin-bottom:0;width:407px}.pack-order-prices__price-wrap:nth-child(1){margin-right:60px}.pack-order-prices__price{font-size:24px;line-height:29px}.pack-complect td{width:553px;min-width:553px}.pack-complect__item{padding:20px 38px 26px 30px}.pack-complect__btn-wrap{padding:41px 43px 38px 41px}.exhibition-center{padding:68px 146px}.exhibition-center__cols{flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}.exhibition-center__col:not(:last-child){margin-bottom:0;margin-right:30px}.exhibition-center__col_media,.exhibition-center__col_text{flex-basis:0;flex-grow:1}.departments__list{flex-wrap:nowrap;padding:85px 146px 37px}.departments__item{flex-basis:unset;flex-grow:initial}.requires__title-and-content{padding:50px 146px 84px;max-width:1130px}.testimonials{padding-top:100px}.testimonials__inner-content{display:flex;justify-content:space-between;align-items:center;padding-top:0}.testimonials__common-info{display:flex;flex-direction:column;justify-content:space-between;padding-top:100px;padding-right:30px;padding-bottom:0;margin-bottom:0;max-width:970px;width:100%}.testimonials__title{margin-bottom:30px;max-width:400px;max-height:250px}.testimonials__text{margin-bottom:auto;max-width:553px}.testimonials__controls{display:flex;flex-wrap:wrap;justify-content:space-between}.testimonials__swiper-navigation{position:static;display:flex}.testimonials .testimonials__swiper-pagination{justify-content:initial;margin-left:-4px;padding-left:0;padding-right:30px;position:static;padding-bottom:70px;align-self:flex-end;width:auto}.testimonials__reviews-wrapper{width:564px}.testimonials__hat{display:flex;justify-content:space-between;align-items:flex-start}.testimonials__hat-col:first-child{margin-right:30px}.testimonials__hat-text{padding-top:5px;text-align:right}.testimonials__list{flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding-bottom:40px;margin-right:-15px;margin-left:-15px;width:calc(100% + 30px)}.reviews{padding-bottom:0}.reviews__review{display:block;margin:initial}.diary__background{background-position:87% 50%;display:flex;align-items:center;background-size:cover;height:calc(100vh - 80px)}.diary__background::before{background-image:radial-gradient(61.38% 126.72% at 65.86% 44.03%,rgba(0,0,0,0) 0,#000 100%)}.diary__title{margin-bottom:20px}.diary__text{margin-bottom:30px}.cooperation{padding-top:151px;padding-bottom:149px}.cooperation__title{margin-bottom:150px}.map__hat{flex-direction:row;justify-content:space-between}.map__titles-wrap{margin-bottom:0}.map__btn{align-self:flex-end}.map__content{background-position-x:center}.map__object_dacha{right:calc(50% - 167px);left:unset}.map__object_zavorovo{left:unset;right:calc(50% - 535px)}.p-and-d-sect .inner__subtitle{display:block}.p-and-d-sect .inner__content{display:flex;align-items:center;min-height:792px}.p-and-d-sect-with-icon__inner{padding-right:136px}.p-and-d-sect-with-icon__img,.p-and-d-sect-with-icon__pic{width:410px;height:410px}.delivery__info{padding:75px 30px 0 0}.unloading__logo{width:671px;height:187px}.unloading__content{padding-top:75px;padding-bottom:75px}.pay__content{flex-direction:row}.pay__info,.pay__pic{flex-basis:50%}.pay__info{padding:75px 96px 75px 0}.pay__img,.pay__pic{display:block;width:100%;height:100%}.pay__img{-o-object-fit:cover;object-fit:cover}.news-list{flex-direction:row;flex-wrap:wrap}.news-list__item{padding:10px;flex-basis:33.33%}.news-list__title{max-width:360px}.news-shortly__list{margin:-10px;width:calc(100% + 20px)}.actions-form{padding:40px 70px 54px}.art-preview{flex-direction:row;min-height:unset;height:267px}.art-preview__pic{padding-bottom:unset}.art-preview__img{position:static;width:343px;height:267px}.art-preview__info{padding:48px 89px}.art-preview__title{overflow:hidden;margin-bottom:30px;max-width:500px;max-height:88px}.art-preview__excerpt{overflow:hidden;max-width:703px;max-height:52px;font-size:16px;line-height:26px}.footer__btn:not(:last-child){margin-right:35px}.footer__basmanov-link{width:199px;height:14px}.footer__basmanov-link svg{display:block;width:199px;height:14px}.basmanov-link svg{width:199px;height:14px}.side-banner__img{width:65px}}@media (min-width:1380px){.swiper-steps__step:not(:last-child){margin-right:230px}.details-info{padding-top:53px;flex-direction:row;justify-content:space-between;flex-wrap:wrap}.details-info__tags{margin-bottom:50px}.details-info__about{margin-bottom:0}.details-info__rooms{align-self:flex-end;max-width:400px}.complect-and-discuss{padding:49px 96px 49px 116px;flex-direction:row;justify-content:space-between;align-items:flex-start}.complect-and-discuss__complect{margin-right:120px;margin-bottom:0}}@media (min-width:1490px){.swiper-steps__step:not(:last-child){margin-right:unset}}@media (min-width:1920px){.banners .banners__swiper-navigation{right:calc(50% - 829px)}.offer__background{display:block;height:930px;background-size:cover}.offer__info{padding-top:204px;padding-bottom:104px}.offer__title{margin-bottom:60px}.facts__list{margin-right:431px}.facts__content{justify-content:flex-start}.testimonials__title{margin-bottom:67px;max-width:605px;min-height:160px}.diary__background{display:block;height:930px;background-size:cover}.diary__info{min-height:930px}.diary__title{margin-bottom:60px}.diary__text{margin-bottom:46px}.discuss__info{justify-content:space-between}.discuss__call{order:0}.discuss__btns-wrap{flex-direction:row;margin-right:0}.discuss__btn:not(:last-child){margin-bottom:0;margin-right:70px}.discuss_inner-block .discuss__btn:not(:last-child){margin-right:unset}.discuss_inner-block .discuss__btns-wrap{margin-bottom:0}.delivery__content{flex-direction:row;justify-content:space-between}.delivery__info{padding:30px 30px 30px 0;max-width:553px}.delivery__map{max-width:966px}.unloading__info{margin-right:431px}.unloading__content{justify-content:flex-start}.footer__contacts-heading{margin-right:50px;margin-bottom:92px}.footer__inner{max-height:628px;flex-direction:column;justify-content:flex-start;align-items:flex-start}.footer__contacts{margin-right:170px;width:560px}.footer__contacts-title{padding:0;width:100%}.footer__socials{margin-bottom:37px;padding:0;max-width:375px;order:1}.footer__copyrights{order:2}.footer__footnav{margin-bottom:0;order:3;width:auto;max-width:990px}.footer__basmanov-link{display:none}.footer__call{padding-top:70px;padding-left:17px;margin-right:0;width:initial}.footer__buttons{margin:0 0 48px}.footnav{justify-content:flex-start}.footnav__list-wrap:not(:last-child){padding-right:0;margin-bottom:38px}.footnav__list-wrap:nth-child(1),.footnav__list-wrap:nth-child(2){margin-right:169px}.footnav__img-links{display:flex;padding-top:0;margin-right:255px}.footnav__img-links .img-link:not(:last-child){margin-right:200px}.footnav__basmanov-link{display:block;width:199px;height:34px;align-self:flex-end}.footnav__basmanov-link svg{width:199px;height:14px;transition:fill 124ms ease-in-out}}@media (min-width:1920px) and (hover:hover) and (pointer:fine){.footnav__basmanov-link:hover{fill:#e45043}}@media screen and (min-width:1920px){.footnav__basmanov-link:focus-visible{fill:#e45043}.footnav__basmanov-link:active{transition-duration:24ms;fill:#999}}@media (max-width:576px){.complect__actual-price small,.complect__price-before small{margin-right:5px}.complect__price-month{margin:0 0 0 10px}.rooms__room:not(:last-child){margin-right:16px}}@media (hover:hover) and (pointer:fine){.btn:hover,a:hover{color:#e45043}.btn_prim:hover{color:#000;border-color:currentColor;background-color:transparent}.btn_sec-light:hover,.btn_sec:hover{color:#e45043;border-color:currentColor}.btn_green:hover,.btn_orange:hover,.btn_red:hover{filter:brightness(1.12);color:#fff}.btn_gb:hover{color:#e45043}.btn_icon:hover{background-color:#eee;color:#000}.btn_icon:hover svg{fill:currentColor}.zoom:hover{color:#e45043}.swiper-navigation__next:hover::before,.swiper-navigation__prev:hover::before{background-color:rgba(255,255,255,.25)}.swiper-navigation__next_dark:hover::before,.swiper-navigation__prev_dark:hover::before{background-color:rgba(0,0,0,.1)}.swiper-steps__step:hover{color:#000}.checkbox:hover .checkbox__box{background-color:#d9d9d9}.checkbox:hover .checkbox__box::after{border-color:#000}.upload-doc .dz-remove:hover{text-decoration:none}.menu__call:hover,.menu__link:hover,.menu__whatsapp:hover{color:#e45043}.burger:hover svg,.menu__call:hover svg,.menu__whatsapp:hover svg{fill:#e45043}.logo:hover{color:#e45043}.pagination__link:hover{background-color:#eee}.pagination__link:hover span{color:#000}.accordion__item-title:hover{color:#e45043}.swiper-construction__pic-link:hover::after{opacity:.1}.card:hover .card__pic::before{opacity:.2}.socials__link:hover svg{fill:#e45043}.specoffer:hover{filter:brightness(.8)}.catfilter__filter-btn:hover,.catfilter__search-btn:hover{background-color:#eee}.catfilter__filter-btn:hover svg,.catfilter__search-btn:hover svg{fill:#000}.floors__control:hover{color:#999}.floors__control:hover span{text-decoration:none}.floors__img-link:hover{filter:grayscale(1)}.qfilter__filter-btn:hover,.qfilter__search-btn:hover{background-color:#eee}.qfilter__filter-btn:hover svg,.qfilter__search-btn:hover svg{fill:#000}.calc-item-label:not(.is-on):hover{background-color:#eee;border-color:#eee;color:#000}.calc-table__row:hover{background-color:#fff}.pack-house__pic-link:hover{filter:brightness(.8)}.pack-house-tech-link:hover{border-color:#fff;background-color:#fff;color:#e45043}.pack-house-tech-link:hover::after{opacity:1}.tabs-control.is-active:hover{background-color:#fafafa;border-color:#fafafa;color:#000}.house:hover,.production-item:hover,.video:hover{filter:brightness(.8)}.news-list__link:hover{filter:brightness(.973)}.action:hover{filter:brightness(.8)}.art-preview:hover{filter:brightness(.973)}.basmanov-link:hover svg{fill:#e45043}.footnav__img-link:hover::before{background-color:#eee}.footnav__img-link:hover .footnav__pic::after{background-color:#000;opacity:.2}.side-banner__link:hover{filter:brightness(.973)}}@media screen{a:focus-visible{outline:0;color:#e45043}a:active{transition-duration:24ms;color:#999}.tel:focus-visible{outline:0}.btn:focus-visible{color:#e45043;outline:0}.btn:active{transition-duration:24ms;color:#999}.btn:active span,.btn:active svg{transition-duration:24ms}.btn_prim:focus-visible{color:#000;border-color:currentColor;background-color:transparent}.btn_prim:active{transition-duration:24ms;color:#999;border-color:currentColor;background-color:transparent}.btn_sec-light:focus-visible,.btn_sec:focus-visible{color:#e45043;border-color:currentColor}.btn_sec-light:active,.btn_sec:active{transition-duration:24ms;color:#999;border-color:currentColor}.btn_green:focus-visible,.btn_orange:focus-visible,.btn_red:focus-visible{outline:0;filter:brightness(1.12);color:#fff}.btn_green:active,.btn_orange:active,.btn_red:active{transition-duration:24ms;filter:brightness(.9);color:#fff}.btn_gb:focus-visible{color:#e45043}.btn_gb:active{transition-duration:24ms;color:#999}.btn_gb:active::before{transition-duration:24ms;border-color:#999}.btn_icon:focus-visible{color:#000;background-color:#eee}.btn_icon:focus-visible svg{fill:currentColor}.btn_icon:active{transition-duration:24ms;color:#999;background-color:#eee}.btn_icon:active span{transition-duration:24ms}.btn_icon:active svg{transition-duration:24ms;fill:currentColor}.zoom:focus-visible{outline:0;color:#e45043}.zoom:active{transition-duration:24ms;color:#999}.zoom:active svg{transition-duration:24ms}.swiper-navigation__next:focus-visible,.swiper-navigation__prev:focus-visible{outline:0}.swiper-navigation__next:focus-visible::before,.swiper-navigation__prev:focus-visible::before{background-color:rgba(255,255,255,.25)}.swiper-navigation__next:active::before,.swiper-navigation__prev:active::before{background-color:rgba(255,255,255,.5)}.swiper-navigation__next_dark:focus-visible::before,.swiper-navigation__prev_dark:focus-visible::before{background-color:rgba(0,0,0,.1)}.swiper-navigation__next_dark:active::before,.swiper-navigation__prev_dark:active::before{background-color:rgba(0,0,0,.25)}.swiper-steps__step:focus-visible{outline:0;color:#000}.swiper-steps__step:active{transition-duration:24ms;color:#000}.checkbox__input:focus-visible~.checkbox__box{background-color:#d9d9d9}.checkbox__input:focus-visible~.checkbox__box::after{border-color:#000}.checkbox__input:active~.checkbox__box{background-color:#d9d9d9;transition-duration:24ms;filter:brightness(.7)}.checkbox__input:active~.checkbox__box::after{transition-duration:24ms}.input:focus,.input__focus-bisible,.labled-input__input:focus,.labled-input__input__focus-bisible{outline:0}.textarea:focus,.textarea:focus-visible{outline:0}.upload-doc .dz-remove:focus-visible{color:#e45043}.upload-doc .dz-remove:active{color:#ccc}.menu__call:active,.menu__link:active,.menu__whatsapp:active{transition-duration:24ms;color:#999}.menu__call:active svg,.menu__whatsapp:active svg{transition-duration:24ms;fill:#999}.burger:focus-visible{outline:0}.burger:focus-visible svg{fill:#e45043}.burger:active svg{transition-duration:24ms;fill:#999}.logo:focus-visible{outline:0;color:#e45043}.logo:active{transition-duration:24ms;color:#999}.breadcrumbs__item:last-child .breadcrumbs__link:active,.breadcrumbs__item:last-child .breadcrumbs__link:hover{color:inherit}.pagination__link:focus-visible{outline:0;background-color:#eee}.pagination__link:focus-visible span{color:#000}.pagination__link:active{transition-duration:24ms;background-color:#fafafa}.accordion__item-title:active,.pagination__link:active span{transition-duration:24ms;color:#999}.accordion__item-title:active .accordion__item-title-inner::after,.accordion__item-title:active .accordion__item-title-inner::before{transition-duration:24ms}.swiper-construction__pic-link:focus{outline:0}.swiper-construction__pic-link:focus::after{opacity:.1}.swiper-construction__pic-link:active::after{transition-duration:24ms;opacity:.05}.card:focus-visible{outline:0}.card:focus-visible .card__pic::before{opacity:.25}.card:active .card__pic::before{transition-duration:24ms;opacity:.35}.socials__link:focus-visible{outline:0}.socials__link:focus-visible svg{fill:#e45043}.socials__link:active{transition-duration:24ms}.socials__link:active svg{fill:#999}.specoffer:focus-visible{outline:0;filter:brightness(.8)}.specoffer:active{transition-duration:24ms;filter:brightness(.6)}.catfilter__filter-btn:focus-visible,.catfilter__search-btn:focus-visible{outline:0;background-color:#eee}.catfilter__filter-btn:focus-visible svg,.catfilter__search-btn:focus-visible svg{fill:#000}.catfilter__filter-btn:active,.catfilter__search-btn:active{transition-duration:24ms;color:#999;background-color:#eee}.catfilter__filter-btn:active svg,.catfilter__search-btn:active svg{transition-duration:24ms;fill:#999}.floors__control:active{transition-duration:24ms;color:#ccc}.floors__control:active span{text-decoration:none}.floors__img-link:focus-visible{outline:0;filter:grayscale(1)}.floors__img-link:active{transition-duration:24ms;filter:grayscale(.7)}.qfilter__filter-btn:focus-visible,.qfilter__search-btn:focus-visible{outline:0;background-color:#eee}.qfilter__filter-btn:focus-visible svg,.qfilter__search-btn:focus-visible svg{fill:#000}.qfilter__filter-btn:active,.qfilter__search-btn:active{transition-duration:24ms;color:#999;background-color:#eee}.qfilter__filter-btn:active svg,.qfilter__search-btn:active svg{transition-duration:24ms;fill:#999}.calc-item-label:focus-visible{outline:0;background-color:#fff;border-color:#000;color:#000}.calc-item-label:active{transition-duration:24ms;background-color:#000;border-color:#000;color:#fff}.pack-house__pic-link:focus-visible{outline:0;filter:brightness(.8)}.pack-house__pic-link:active{transition-duration:24ms;filter:brightness(.65)}.pack-house-tech-link:focus-visible{outline:0;border-color:#fff;background-color:#fff;color:#e45043}.pack-house-tech-link:focus-visible::after{opacity:1}.pack-house-tech-link:active{filter:brightness(.75)}.exhibition-center__item_email a:focus-visible{outline:0}.map__object-tel:focus-visible{outline:0}.tabs-control.is-active:focus-visible{outline:0;background-color:#fafafa;border-color:#e45043;color:#000}.tabs-control.is-active:active{color:#999}.house:focus-visible{outline:0;filter:brightness(.8)}.house:active{transition-duration:24ms;filter:brightness(.6)}.video:focus-visible{outline:0;filter:brightness(.8)}.video:active{transition-duration:24ms;filter:brightness(.6)}.production-item:focus-visible{outline:0;filter:brightness(.8)}.production-item:active{transition-duration:24ms;filter:brightness(.6)}.news-list__link:focus-visible{outline:0;filter:brightness(.9)}.news-list__link:active{transition-duration:24ms;filter:brightness(.9)}.action:focus-visible{outline:0;filter:brightness(.8)}.action:active{transition-duration:24ms;filter:brightness(.6)}.art-nav__link:focus-visible{outline:0}.art-preview:focus-visible{outline:0;filter:brightness(.9)}.art-preview:active{transition-duration:24ms;filter:brightness(.9)}.basmanov-link:focus-visible{outline:0}.basmanov-link:focus-visible svg{fill:#e45043}.basmanov-link:active svg{transition-duration:24ms;fill:#e45043}.footnav__link:focus-visible{outline:0}.footnav__img-link:focus-visible{outline:0}.footnav__img-link:focus-visible::before{background-color:#eee}.footnav__img-link:focus-visible .footnav__pic::after{background-color:#000;opacity:.25}.footnav__img-link:active::before{transition-duration:24ms;background-color:#eee}.footnav__img-link:active::after{transition-duration:24ms;border-color:#999}.footnav__img-link:active .footnav__pic::after{transition-duration:24ms;background-color:#000;opacity:.35}.side-banner__link:focus-visible{outline:0;filter:brightness(.9)}.side-banner__link:active{transition-duration:24ms;filter:brightness(.9)}}
/* End */


/* Start:/local/media/css/additional.css?164629757441*/
.-error{
    border: 1px solid #ff0000;
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1646297593666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /local/media/css/normalize.css?16462975746673 */
/* /local/media/css/bootstrap-reboot.min.css?16462975745302 */
/* /local/media/css/bootstrap-grid.min.css?164629757452755 */
/* /local/media/css/animate.min.css?164629757471750 */
/* /local/media/js/swiper/swiper.min.css?164629757415565 */
/* /local/media/js/fancybox/fancybox.css?164629757415371 */
/* /local/media/js/chosen/chosen.min.css?164629757410220 */
/* /local/media/js/choices/choices.min.css?16462975747383 */
/* /local/media/js/dropzone/dropzone.min.css?16462975749830 */
/* /local/media/css/template.min.css?1650623543125300 */
/* /local/media/css/additional.css?164629757441 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1646297593666 */
