@charset "UTF-8";
/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Custom-Font.eot');
    src: url('../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Custom-Font.woff') format('woff'),
         url('../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/
/* Main/Black */
/* Main/White */
/* Main/Clear Sky */
/* Main/Wet Asphalt */
/* Main/Light Grey */
/* Main/Heart */
/* Add/Ashpalt 01 */
/* Add/Asphalt 02 */
/* Add/Heart 01 */
/* Add/Heart 02 */
/* Add/Red */
/* Add/Sky 01 */
/* Add/Sky 02 */
html, body {
  font-family: "Montserrat", sans-serif;
  cursor: default;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #2F343F;
}

h1, .h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

@media (min-width: 0px) {
  h1, .h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 320px) {
  h1, .h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 720px) {
  h1, .h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 960px) {
  h1, .h1 {
    font-size: 48px;
    line-height: 59px;
  }
}

@media (min-width: 1281px) {
  h1, .h1 {
    font-size: 60px;
    line-height: 73px;
  }
}

@media (min-width: 1441px) {
  h1, .h1 {
    font-size: 80px;
    line-height: 98px;
  }
}

h2, .h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

@media (min-width: 0px) {
  h2, .h2 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  h2, .h2 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  h2, .h2 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1281px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1441px) {
  h2, .h2 {
    font-size: 44px;
    line-height: 56px;
  }
}

h3, .h3 {
  font-weight: 600;
}

@media (min-width: 0px) {
  h3, .h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  h3, .h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  h3, .h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  h3, .h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  h3, .h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  h3, .h3 {
    font-size: 32px;
    line-height: 44px;
  }
}

h4, .h4 {
  font-weight: 600;
}

@media (min-width: 0px) {
  h4, .h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  h4, .h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  h4, .h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  h4, .h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  h4, .h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  h4, .h4 {
    font-size: 24px;
    line-height: 36px;
  }
}

h5, .h5 {
  font-weight: 600;
}

@media (min-width: 0px) {
  h5, .h5 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  h5, .h5 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  h5, .h5 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  h5, .h5 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  h5, .h5 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  h5, .h5 {
    font-size: 20px;
    line-height: 28px;
  }
}

p {
  margin: 0;
}

@media (min-width: 0px) {
  p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  p {
    font-size: 20px;
    line-height: 30px;
  }
}

.p1 {
  font-weight: 500;
}

@media (min-width: 0px) {
  .p1 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .p1 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .p1 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .p1 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .p1 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .p1 {
    font-size: 20px;
    line-height: 30px;
  }
}

.p2 {
  font-weight: 500;
}

@media (min-width: 0px) {
  .p2 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .p2 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .p2 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .p2 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .p2 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .p2 {
    font-size: 16px;
    line-height: 24px;
  }
}

.p3 {
  font-weight: 500;
}

@media (min-width: 0px) {
  .p3 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .p3 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .p3 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .p3 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .p3 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .p3 {
    font-size: 14px;
    line-height: 18px;
  }
}

.p4 {
  font-weight: 500;
}

@media (min-width: 0px) {
  .p4 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .p4 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .p4 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .p4 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .p4 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .p4 {
    font-size: 12px;
    line-height: 16px;
  }
}

img {
  max-width: 100%;
}

.hr {
  display: block;
  min-width: 100%;
  margin: 24px 0 16px 0;
  border-bottom: 1px solid #D7D8E0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.typography h1, .typography .h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

@media (min-width: 0px) {
  .typography h1, .typography .h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 320px) {
  .typography h1, .typography .h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 720px) {
  .typography h1, .typography .h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 960px) {
  .typography h1, .typography .h1 {
    font-size: 48px;
    line-height: 59px;
  }
}

@media (min-width: 1281px) {
  .typography h1, .typography .h1 {
    font-size: 60px;
    line-height: 73px;
  }
}

@media (min-width: 1441px) {
  .typography h1, .typography .h1 {
    font-size: 80px;
    line-height: 98px;
  }
}

.typography h2, .typography .h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

@media (min-width: 0px) {
  .typography h2, .typography .h2 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .typography h2, .typography .h2 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .typography h2, .typography .h2 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .typography h2, .typography .h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1281px) {
  .typography h2, .typography .h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1441px) {
  .typography h2, .typography .h2 {
    font-size: 44px;
    line-height: 56px;
  }
}

.typography h3, .typography .h3 {
  font-weight: 600;
}

@media (min-width: 0px) {
  .typography h3, .typography .h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .typography h3, .typography .h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .typography h3, .typography .h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .typography h3, .typography .h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .typography h3, .typography .h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .typography h3, .typography .h3 {
    font-size: 32px;
    line-height: 44px;
  }
}

.typography h4, .typography .h4 {
  font-weight: 600;
}

@media (min-width: 0px) {
  .typography h4, .typography .h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .typography h4, .typography .h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .typography h4, .typography .h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .typography h4, .typography .h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .typography h4, .typography .h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .typography h4, .typography .h4 {
    font-size: 24px;
    line-height: 36px;
  }
}

.typography h5, .typography .h5 {
  font-weight: 600;
}

@media (min-width: 0px) {
  .typography h5, .typography .h5 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .typography h5, .typography .h5 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .typography h5, .typography .h5 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .typography h5, .typography .h5 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .typography h5, .typography .h5 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .typography h5, .typography .h5 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 0px) {
  .typography p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .typography p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .typography p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .typography p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .typography p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .typography p {
    font-size: 16px;
    line-height: 24px;
  }
}

.typography > h3:first-child {
  margin-top: 0;
}

.typography > p:first-child, .typography > h4:first-child {
  margin-top: 0;
}

.typography > p:last-child {
  margin-bottom: 0;
}

@media (min-width: 0px) {
  .typography .p1 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .typography .p1 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .typography .p1 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .typography .p1 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .typography .p1 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .typography .p1 {
    font-size: 20px;
    line-height: 30px;
  }
}

.typography .p1 + .p1 {
  margin-top: 20px;
}

.typography .p2 {
  font-weight: 500;
}

@media (min-width: 0px) {
  .typography .p2 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .typography .p2 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .typography .p2 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .typography .p2 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .typography .p2 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .typography .p2 {
    font-size: 16px;
    line-height: 24px;
  }
}

.typography .p3 {
  font-weight: 500;
}

@media (min-width: 0px) {
  .typography .p3 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .typography .p3 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .typography .p3 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .typography .p3 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .typography .p3 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .typography .p3 {
    font-size: 14px;
    line-height: 18px;
  }
}

.typography .p4 {
  font-weight: 500;
}

@media (min-width: 0px) {
  .typography .p4 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .typography .p4 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .typography .p4 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .typography .p4 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .typography .p4 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .typography .p4 {
    font-size: 12px;
    line-height: 16px;
  }
}

.typography ul {
  list-style: none;
  margin: 40px 0;
  padding: 0;
}

.typography ul > li {
  font-size: 16px;
  line-height: 25px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 28px;
}

.typography ul > li:last-child {
  margin-bottom: 0;
}

.typography ol {
  margin: 40px 0;
  padding: 0 20px;
}

.typography ol > li {
  font-size: 16px;
  line-height: 25px;
  position: relative;
  padding-left: 10px;
  margin-bottom: 28px;
}

.typography ol > li:last-child {
  margin-bottom: 0;
}

.typography blockquote {
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0 10px 30px;
  margin: 40px 0;
  position: relative;
}

.typography blockquote:before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 10px;
  background-image: url("../img/minified-svg/pattern-green.svg");
}

.typography a {
  text-decoration: none;
  outline: none;
  color: #2F343F;
}

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

.text {
  font-size: 14px;
  line-height: 22px;
}

.text--gray {
  color: #2F343F;
}

.row--around {
  margin-top: -15px;
  margin-bottom: -15px;
}

.row--around > [class^="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.row--around-10 {
  margin-top: -5px;
  margin-bottom: -5px;
}

.row--around-10 > [class^="col-"] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.row--around-16 {
  margin-top: -8px;
  margin-bottom: -8px;
}

.row--around-16 > [class^="col-"] {
  padding-top: 8px;
  padding-bottom: 8px;
}

.row--around-20 {
  margin-top: -10px;
  margin-bottom: -10px;
}

.row--around-20 > [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.row--around-30 {
  margin-top: -15px;
  margin-bottom: -15px;
}

.row--around-30 > [class^="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.row--around-40 {
  margin-top: -20px;
  margin-bottom: -20px;
}

.row--around-40 > [class^="col-"] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.row--around-60 {
  margin-top: -30px;
  margin-bottom: -30px;
}

.row--around-60 > [class^="col-"] {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 1280px) {
  .row--around-60 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .row--around-60 > [class^="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 959px) {
  .row--around-60 {
    margin-top: -12px;
    margin-bottom: -12px;
  }
  .row--around-60 > [class^="col-"] {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.section {
  margin: 100px 0;
}

@media (max-width: 1440px) {
  .section {
    margin: 64px 0;
  }
}

@media (max-width: 1280px) {
  .section {
    margin: 60px 0;
  }
}

@media (max-width: 959px) {
  .section {
    margin: 40px 0;
  }
}

@media (max-width: 719px) {
  .section {
    margin: 32px 0;
  }
}

.section:first-child {
  margin-top: 0;
}

.section:last-child {
  margin-bottom: 0;
}

.section--apartment-detail {
  margin-top: 0 !important;
}

.section--bg-gray {
  position: relative;
}

.section--bg-gray:after {
  content: "";
  width: 100%;
  height: calc(100% + 240px);
  position: absolute;
  top: -190px;
  left: 0;
  background-color: #F3F3F4;
  z-index: -2;
}

@media (max-width: 1440px) {
  .section--bg-gray:after {
    height: calc(100% + 154px);
    top: -124px;
  }
}

@media (max-width: 959px) {
  .section--bg-gray:after {
    height: calc(100% + 100px);
    top: -80px;
  }
}

@media (max-width: 719px) {
  .section--bg-gray:after {
    height: calc(100% + 40px);
    top: -20px;
  }
}

.section__title {
  margin: 0 0 24px;
}

@media (max-width: 719px) {
  .section__title {
    margin: 0 0 16px;
  }
}

.section-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.section-more--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.section--documents {
  margin: 60px 0;
}

@media (max-width: 1440px) {
  .section--documents {
    margin: 40px 0;
  }
}

@media (max-width: 959px) {
  .section--documents {
    margin: 32px 0;
  }
}

@media (max-width: 719px) {
  .section--documents {
    margin: 16px 0;
  }
}

.section--offset-top {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.border-top {
  border-top: 1px solid #2F343F;
}

.margin-50 {
  margin: 50px 0;
}

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

.margin-t-20 {
  margin-top: 20px;
}

.margin-t-45 {
  margin-top: 45px !important;
}

.margin-t-50 {
  margin-top: 50px !important;
}

.margin-t-70 {
  margin-top: 70px;
}

.margin-t-140 {
  margin-top: 140px;
}

@media (max-width: 959px) {
  .margin-t-140 {
    margin-top: 60px;
  }
}

.padding-t-15 {
  padding-top: 15px;
}

.w-30 {
  width: 30%;
}

.w-65 {
  width: 65%;
}

.w-80 {
  width: 80%;
}

.w-100 {
  width: 100%;
}

@media (max-width: 959px) {
  .w-100--to-md {
    width: 100%;
  }
}

.column-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

@media (min-width: 960px) {
  .column-2--from-md {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 960px) and (max-width: 1280px) {
  .column-2--from-md-to-lg {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.font--bold {
  font-weight: 600;
}

.color--red {
  color: red;
}

@media (max-width: 959px) {
  .container.container--wide-md {
    max-width: 100%;
    padding: 0;
  }
}

@-webkit-keyframes toTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes toTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes toTopFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 10px);
            transform: translate(-10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes toTopFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 10px);
            transform: translate(-10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@-webkit-keyframes toTopFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes toTopFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

.animation--toTop {
  -webkit-animation: toTop 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: toTop 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.animation--toTopFromLeft {
  -webkit-animation: toTopFromLeft 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: toTopFromLeft 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.animation--toTopFromRight {
  -webkit-animation: toTopFromRight 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: toTopFromRight 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.page-404 {
  color: #2F343F;
}

@media (max-width: 719px) {
  .page-404__block-icon {
    overflow: hidden;
    position: relative;
    height: 200px;
  }
}

.page-404__icon {
  width: 100%;
  height: auto;
}

@media (max-width: 719px) {
  .page-404__icon {
    width: unset;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.page-404__description {
  padding: 60px 0 30px 0;
  display: table;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 0px) {
  .page-404__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .page-404__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .page-404__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .page-404__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .page-404__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .page-404__description {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 959px) {
  .page-404__description {
    padding: 32px 0 16px 0;
  }
}

@media (max-width: 719px) {
  .page-404__description {
    padding: 24px 0 16px 0;
  }
}

.page-404__action {
  text-align: center;
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 719.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 959.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1280.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1440.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

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

@media (min-width: 720px) {
  .container {
    max-width: 686px;
  }
}

@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1281px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1441px) {
  .container {
    max-width: 1440px;
  }
}

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 720px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 960px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1281px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1441px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 720px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1281px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1441px) {
  .modal-xl {
    max-width: 1140px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 720px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 960px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1281px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1441px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 720px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1281px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1441px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 720px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1281px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1441px) {
  .modal-xl {
    max-width: 1140px;
  }
}

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

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 0px;
  border: 1px solid #D7D8E0;
  outline: none;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  min-width: 150px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -2px;
  border: 5px solid transparent;
  /* Прозрачные границы */
  border-top: 5px solid #D7D8E0;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.select2-container .select2-selection--single:hover, .select2-container .select2-selection--single:focus {
  border: 1px solid #83CCDD;
}

.select2-container .select2-selection--single:hover:after, .select2-container .select2-selection--single:focus:after {
  border-top: 5px solid #83CCDD;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container .select2-selection--sky-input {
  background: #FFFFFF;
  border: none;
  border-bottom: 2px solid #D7D8E0;
  color: #2F343F;
}

@media (max-width: 1280px) {
  .select2-container .select2-selection--sky-input {
    border-bottom: 1px solid #D7D8E0;
  }
}

.select2-container .select2-selection--sky-input:hover, .select2-container .select2-selection--sky-input:focus {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #CCE7EF;
}

@media (max-width: 1280px) {
  .select2-container .select2-selection--sky-input:hover, .select2-container .select2-selection--sky-input:focus {
    border-bottom: 1px solid #CCE7EF;
  }
}

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

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

.select2-container .select2-search--inline {
  float: left;
}

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

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

.select2-dropdown {
  background-color: white;
  width: 100%;
  border-radius: 2px;
  margin-top: 10px;
  border: 1px solid #83CCDD;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  z-index: 1051;
}

.select2-dropdown ul > li:before {
  content: none;
}

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding: 16px 20px 16px 40px;
  border-top: 1px solid #D7D8E0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option:first-child {
  border-top: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

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

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

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

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

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

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

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

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

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

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

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

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

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

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

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

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

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

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

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

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

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

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0;
}

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

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

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

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

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

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

.select2-container--leon-input {
  font-size: 14px;
}

.select2-container--leon-input .select2-selection--single {
  border: 1px solid #D7D8E0;
  border-radius: 2px;
  background-color: #FFFFFF;
  outline: none;
  padding: 13px 48px 13px 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

.select2-container--leon-input .select2-selection--single:hover {
  border-color: #2F343F;
}

.select2-container--leon-input .select2-selection--single:hover .select2-selection__arrow b {
  border-top-color: #2F343F;
}

.select2-container--leon-input .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
}

.select2-container--leon-input .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

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

.select2-container--leon-input .select2-selection--single .select2-selection__arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 100%;
}

.select2-container--leon-input .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 0;
  border: 5px solid transparent;
  border-top-color: #D7D8E0;
  border-right-width: 4px;
  border-left-width: 4px;
  margin-top: -2px;
  -webkit-transition: .3s;
  transition: .3s;
}

.select2-container--leon-input.select2-container--open .select2-selection--single {
  border-color: #D7D8E0;
}

.select2-container--leon-input.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-top-color: #D7D8E0;
}

.select2-container--leon-input .select2-dropdown {
  background-color: #FFFFFF;
  border: none;
  -webkit-box-shadow: 0 9px 15px 0 rgba(28, 30, 37, 0.09);
          box-shadow: 0 9px 15px 0 rgba(28, 30, 37, 0.09);
}

.select2-container--leon-input__option {
  padding: 16px 20px 16px 40px;
}

.select2-container--leon-input.select2-container--open .select2-dropdown {
  border: none;
}

.select2-container--leon-input .select2-search--dropdown .select2-search__field {
  border: 1px solid #D7D8E0;
  outline: 0;
}

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

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

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

.select2-container--leon-input .select2-results > .select2-results__options {
  color: #111111;
}

.select2-container--leon-input .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--leon-input .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--leon-input .select2-results__option--highlighted[aria-selected] {
  background-color: #FFFFFF;
}

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../fonts/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

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

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

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.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, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  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 shake {
  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);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-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);
  }
}

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

.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(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.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(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.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);
  }
}

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

.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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

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

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.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(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

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

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

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

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

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

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

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

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

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-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(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.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(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.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;
  }
}

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

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

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

.flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -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;
  }
}

.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  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 lightSpeedIn {
  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);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -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-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -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;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.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(0.1) rotate(30deg);
    transform: scale(0.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);
  }
}

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

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

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-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);
  }
}

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

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

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

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

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

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

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

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion: reduce), (print) {
  .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;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

/* @supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
} */
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

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

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  /* @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    } */
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial,sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min, .irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: .4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min, .irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, white));
  background: -webkit-linear-gradient(top, #ddd -50%, white 150%);
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #428bca), to(#b9d4ec));
  background: -webkit-linear-gradient(top, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #B4B9BE), to(white));
  background: -webkit-linear-gradient(top, white 0%, #B4B9BE 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919BA5), to(white));
  background: -webkit-linear-gradient(top, white 0%, #919BA5 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min, .irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
  background: -webkit-linear-gradient(top, #e0e4ea 0%, #d1d6e0 100%);
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
  background: -webkit-linear-gradient(top, #20b426 0%, #18891d 100%);
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
  background: -webkit-linear-gradient(top, white 0%, #e9e6e6 100%);
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover, .irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #919ba5 30%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1), .irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3), .irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min, .irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before, .irs--modern .irs-to:before, .irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child, .irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min, .irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: .4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min, .irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover, .irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min, .irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

.likely, .likely__widget {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-indent: 0 !important;
  list-style: none !important;
  font-weight: 400;
  font-family: Helvetica Neue,Arial,sans-serif;
  font-size: inherit;
}

.likely {
  opacity: 0;
  font-size: 0 !important;
}

.likely_visible {
  opacity: 1;
  -webkit-transition: opacity .1s ease-in;
  transition: opacity .1s ease-in;
}

.likely > * {
  display: inline-block;
  visibility: hidden;
}

.likely_visible > * {
  visibility: inherit;
}

.likely__widget {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.likely__button, .likely__counter {
  text-decoration: none;
  text-rendering: optimizeLegibility;
  display: inline-block;
  margin: 0;
  outline: 0;
}

.likely__button {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.likely__counter {
  display: none;
  position: relative;
  font-weight: 400;
}

.likely_ready .likely__counter {
  display: inline-block;
}

.likely_ready .likely__counter_empty {
  display: none;
}

.likely__button, .likely__counter, .likely__icon, .likely__widget {
  vertical-align: top;
}

.likely__widget {
  -webkit-transition: background .33s ease-out,color .33s ease-out,fill .33s ease-out;
  transition: background .33s ease-out,color .33s ease-out,fill .33s ease-out;
}

.likely__widget:active, .likely__widget:focus, .likely__widget:hover {
  -webkit-transition: none;
  transition: none;
  cursor: pointer;
}

@media (hover: none) {
  .likely__widget:active, .likely__widget:focus, .likely__widget:hover {
    -webkit-transition: background .33s ease-out,color .33s ease-out,fill .33s ease-out;
    transition: background .33s ease-out,color .33s ease-out,fill .33s ease-out;
    cursor: unset;
  }
}

.likely__icon {
  position: relative;
  text-align: left;
  display: inline-block;
}

.likely svg {
  position: absolute;
}

.likely__button, .likely__counter {
  line-height: inherit;
  cursor: inherit;
}

.likely__button:empty {
  display: none;
}

.likely__counter {
  text-align: center;
}

.likely .likely__widget {
  color: #000;
  background: rgba(232, 232, 232, 0.8);
}

.likely .likely__counter {
  background-size: 1px 1px;
  background-repeat: repeat-y;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, transparent 0.5px, transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0, transparent 0.5px, transparent);
}

.likely-light .likely__widget {
  color: #fff;
  fill: #fff;
  background: rgba(237, 237, 237, 0.16);
  text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
}

.likely-light .likely__counter {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 0.5px, rgba(255, 255, 255, 0));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 0.5px, rgba(255, 255, 255, 0));
}

.likely__widget_facebook {
  fill: #425497;
}

.likely__widget_facebook:active, .likely__widget_facebook:focus, .likely__widget_facebook:hover {
  background: rgba(207, 212, 229, 0.8);
}

@media (hover: none) {
  .likely__widget_facebook:active, .likely__widget_facebook:focus, .likely__widget_facebook:hover {
    background: rgba(232, 232, 232, 0.8);
  }
}

.likely-light .likely__widget_facebook:active, .likely-light .likely__widget_facebook:focus, .likely-light .likely__widget_facebook:hover {
  text-shadow: #425497 0 0 .25em;
  background: rgba(66, 84, 151, 0.7);
}

@media (hover: none) {
  .likely-light .likely__widget_facebook:active, .likely-light .likely__widget_facebook:focus, .likely-light .likely__widget_facebook:hover {
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
    background: rgba(237, 237, 237, 0.16);
  }
}

.likely__widget_linkedin {
  fill: #0077b5;
}

.likely__widget_linkedin:active, .likely__widget_linkedin:focus, .likely__widget_linkedin:hover {
  background: rgba(191, 221, 236, 0.8);
}

@media (hover: none) {
  .likely__widget_linkedin:active, .likely__widget_linkedin:focus, .likely__widget_linkedin:hover {
    background: rgba(232, 232, 232, 0.8);
  }
}

.likely-light .likely__widget_linkedin:active, .likely-light .likely__widget_linkedin:focus, .likely-light .likely__widget_linkedin:hover {
  text-shadow: #0077b5 0 0 .25em;
  background: rgba(0, 119, 181, 0.7);
}

@media (hover: none) {
  .likely-light .likely__widget_linkedin:active, .likely-light .likely__widget_linkedin:focus, .likely-light .likely__widget_linkedin:hover {
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
    background: rgba(237, 237, 237, 0.16);
  }
}

.likely__widget_odnoklassniki {
  fill: #f6903b;
}

.likely__widget_odnoklassniki:active, .likely__widget_odnoklassniki:focus, .likely__widget_odnoklassniki:hover {
  background: rgba(252, 227, 207, 0.8);
}

@media (hover: none) {
  .likely__widget_odnoklassniki:active, .likely__widget_odnoklassniki:focus, .likely__widget_odnoklassniki:hover {
    background: rgba(232, 232, 232, 0.8);
  }
}

.likely-light .likely__widget_odnoklassniki:active, .likely-light .likely__widget_odnoklassniki:focus, .likely-light .likely__widget_odnoklassniki:hover {
  text-shadow: #f6903b 0 0 .25em;
  background: rgba(246, 144, 59, 0.7);
}

@media (hover: none) {
  .likely-light .likely__widget_odnoklassniki:active, .likely-light .likely__widget_odnoklassniki:focus, .likely-light .likely__widget_odnoklassniki:hover {
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
    background: rgba(237, 237, 237, 0.16);
  }
}

.likely__widget_pinterest {
  fill: #bd081c;
}

.likely__widget_pinterest:active, .likely__widget_pinterest:focus, .likely__widget_pinterest:hover {
  background: rgba(238, 193, 198, 0.8);
}

@media (hover: none) {
  .likely__widget_pinterest:active, .likely__widget_pinterest:focus, .likely__widget_pinterest:hover {
    background: rgba(232, 232, 232, 0.8);
  }
}

.likely-light .likely__widget_pinterest:active, .likely-light .likely__widget_pinterest:focus, .likely-light .likely__widget_pinterest:hover {
  text-shadow: #bd081c 0 0 .25em;
  background: rgba(189, 8, 28, 0.7);
}

@media (hover: none) {
  .likely-light .likely__widget_pinterest:active, .likely-light .likely__widget_pinterest:focus, .likely-light .likely__widget_pinterest:hover {
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
    background: rgba(237, 237, 237, 0.16);
  }
}

.likely__widget_telegram {
  fill: #34abde;
}

.likely__widget_telegram:active, .likely__widget_telegram:focus, .likely__widget_telegram:hover {
  background: rgba(204, 234, 246, 0.8);
}

@media (hover: none) {
  .likely__widget_telegram:active, .likely__widget_telegram:focus, .likely__widget_telegram:hover {
    background: rgba(232, 232, 232, 0.8);
  }
}

.likely-light .likely__widget_telegram:active, .likely-light .likely__widget_telegram:focus, .likely-light .likely__widget_telegram:hover {
  text-shadow: #34abde 0 0 .25em;
  background: rgba(52, 171, 222, 0.7);
}

@media (hover: none) {
  .likely-light .likely__widget_telegram:active, .likely-light .likely__widget_telegram:focus, .likely-light .likely__widget_telegram:hover {
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
    background: rgba(237, 237, 237, 0.16);
  }
}

.likely__widget_twitter {
  fill: #00b7ec;
}

.likely__widget_twitter:active, .likely__widget_twitter:focus, .likely__widget_twitter:hover {
  background: rgba(191, 237, 250, 0.8);
}

@media (hover: none) {
  .likely__widget_twitter:active, .likely__widget_twitter:focus, .likely__widget_twitter:hover {
    background: rgba(232, 232, 232, 0.8);
  }
}

.likely-light .likely__widget_twitter:active, .likely-light .likely__widget_twitter:focus, .likely-light .likely__widget_twitter:hover {
  text-shadow: #00b7ec 0 0 .25em;
  background: rgba(0, 183, 236, 0.7);
}

@media (hover: none) {
  .likely-light .likely__widget_twitter:active, .likely-light .likely__widget_twitter:focus, .likely-light .likely__widget_twitter:hover {
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
    background: rgba(237, 237, 237, 0.16);
  }
}

.likely__widget_vkontakte {
  fill: #526e8f;
}

.likely__widget_vkontakte:active, .likely__widget_vkontakte:focus, .likely__widget_vkontakte:hover {
  background: rgba(211, 218, 227, 0.8);
}

@media (hover: none) {
  .likely__widget_vkontakte:active, .likely__widget_vkontakte:focus, .likely__widget_vkontakte:hover {
    background: rgba(232, 232, 232, 0.8);
  }
}

.likely-light .likely__widget_vkontakte:active, .likely-light .likely__widget_vkontakte:focus, .likely-light .likely__widget_vkontakte:hover {
  text-shadow: #526e8f 0 0 .25em;
  background: rgba(82, 110, 143, 0.7);
}

@media (hover: none) {
  .likely-light .likely__widget_vkontakte:active, .likely-light .likely__widget_vkontakte:focus, .likely-light .likely__widget_vkontakte:hover {
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
    background: rgba(237, 237, 237, 0.16);
  }
}

.likely__widget_whatsapp {
  fill: #25d366;
}

.likely__widget_whatsapp:active, .likely__widget_whatsapp:focus, .likely__widget_whatsapp:hover {
  background: rgba(200, 244, 216, 0.8);
}

@media (hover: none) {
  .likely__widget_whatsapp:active, .likely__widget_whatsapp:focus, .likely__widget_whatsapp:hover {
    background: rgba(232, 232, 232, 0.8);
  }
}

.likely-light .likely__widget_whatsapp:active, .likely-light .likely__widget_whatsapp:focus, .likely-light .likely__widget_whatsapp:hover {
  text-shadow: #25d366 0 0 .25em;
  background: rgba(37, 211, 102, 0.7);
}

@media (hover: none) {
  .likely-light .likely__widget_whatsapp:active, .likely-light .likely__widget_whatsapp:focus, .likely-light .likely__widget_whatsapp:hover {
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
    background: rgba(237, 237, 237, 0.16);
  }
}

.likely {
  margin: 0 -5px -10px;
}

.likely .likely__widget {
  line-height: 20px;
  font-size: 14px;
  border-radius: 3px;
  height: 22px;
  margin: 0 5px 10px;
}

.likely .likely__icon {
  width: 22px;
  height: 22px;
}

.likely .likely__button {
  padding: 1px 4px 1px 0;
}

.likely .likely__counter {
  padding: 1px 4px;
}

.likely svg {
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
}

.likely-big {
  margin: 0 -6px -12px;
}

.likely-big .likely__widget {
  line-height: 28px;
  font-size: 18px;
  border-radius: 4px;
  height: 32px;
  margin: 0 6px 12px;
}

.likely-big .likely__icon {
  width: 32px;
  height: 32px;
}

.likely-big .likely__button {
  padding: 2px 6px 2px 0;
}

.likely-big .likely__counter {
  padding: 2px 6px;
}

.likely-big svg {
  left: 4px;
  top: 4px;
  width: 24px;
  height: 24px;
}

.likely-small {
  margin: 0 -4px -8px;
}

.likely-small .likely__widget {
  line-height: 14px;
  font-size: 12px;
  border-radius: 2px;
  height: 18px;
  margin: 0 4px 8px;
}

.likely-small .likely__icon {
  width: 18px;
  height: 18px;
}

.likely-small .likely__button {
  padding: 2px 3px 2px 0;
}

.likely-small .likely__counter {
  padding: 2px 3px;
}

.likely-small svg {
  left: 3px;
  top: 3px;
  width: 12px;
  height: 12px;
}

.carousel.owl-carousel.carousel--flex .owl-stage-outer{
  display: flex;
}
.h-100 {
  height: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

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

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

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

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.about-facts {
  position: relative;
}

@media (max-width: 719px) {
  .about-facts {
    margin-left: 45px;
  }
}

.about-facts__inner {
  margin: -10px 0;
}

@media (max-width: 1440px) {
  .about-facts__inner {
    margin: -8px 0;
  }
}

.about-facts__icon {
  position: absolute;
  top: 0;
  left: -16px;
  pointer-events: none;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  margin-top: 5px;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.about-facts__item {
  font-weight: 600;
  color: #B1B4C4;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  margin: 10px 0;
}

@media (min-width: 0px) {
  .about-facts__item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .about-facts__item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .about-facts__item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .about-facts__item {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .about-facts__item {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .about-facts__item {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1440px) {
  .about-facts__item {
    margin: 8px 0;
  }
}

.about-facts__item.active {
  color: #2F343F;
  padding: 10px 0;
}

@media (max-width: 1440px) {
  .about-facts__item.active {
    padding: 8px 0;
  }
}

.about-facts__item:first-child.active {
  padding-top: 0;
}

.about-facts__item:last-child.active {
  padding-bottom: 0;
}

.about-facts__item.transition-none {
  -webkit-transition: none;
  transition: none;
}

.accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.accordion__name {
  border-bottom: 2px dashed #83CCDD;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  cursor: pointer;
}

@media (min-width: 0px) {
  .accordion__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .accordion__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .accordion__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .accordion__name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .accordion__name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .accordion__name {
    font-size: 16px;
    line-height: 24px;
  }
}

.accordion__name:hover {
  border-color: transparent;
}

.accordion__name.active + .accordion__icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion__icon {
  display: inline-block;
  fill: #83CCDD;
  margin-left: 5px;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  will-change: transform;
}

.accordion__block {
  padding-top: 8px;
  display: none;
}

@media (min-width: 0px) {
  .accordion__block-text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .accordion__block-text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .accordion__block-text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .accordion__block-text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .accordion__block-text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .accordion__block-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.accordion__block-text + .accordion__block-form {
  margin-top: 20px;
}

.additional-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.additional-info__block + .additional-info__block {
  margin-left: 48px;
}

.additional-info__name {
  display: block;
}

@media (min-width: 0px) {
  .additional-info__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .additional-info__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .additional-info__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .additional-info__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .additional-info__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .additional-info__name {
    font-size: 14px;
    line-height: 18px;
  }
}

.additional-info__name + .additional-info__value {
  margin-top: 9px;
}

.additional-info__value {
  display: block;
  font-weight: 600;
}

@media (min-width: 0px) {
  .additional-info__value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .additional-info__value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .additional-info__value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .additional-info__value {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .additional-info__value {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .additional-info__value {
    font-size: 20px;
    line-height: 28px;
  }
}

.advantage-apartment__icon-block {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advantage-apartment__icon {
  margin-top: auto;
}

.advantage-apartment__icon-block + .advantage-apartment__name {
  margin-top: 30px;
}

@media (max-width: 1280px) {
  .advantage-apartment__icon-block + .advantage-apartment__name {
    margin-top: 20px;
  }
}

@media (max-width: 719px) {
  .advantage-apartment__icon-block + .advantage-apartment__name {
    margin-top: 16px;
  }
}

.advantage-apartment__name {
  color: #111111;
}

@media (min-width: 0px) {
  .advantage-apartment__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .advantage-apartment__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .advantage-apartment__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .advantage-apartment__name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .advantage-apartment__name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .advantage-apartment__name {
    font-size: 16px;
    line-height: 24px;
  }
}

.advantage-company {
  margin-bottom: 40px;
  position: relative;
  padding: 0px 0px 0px 30px;
}

@media (min-width: 320px) and (max-width: 959px) {
  .advantage-company {
    padding: 0px 0px 0px 16px;
  }
}

.advantage-company__background {
  position: absolute;
  top: 9px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  left: 0;
  width: 120px;
  height: 90px;
  background-color: #E4F2F5;
}

@media (min-width: 320px) and (max-width: 959px) {
  .advantage-company__background {
    width: 48px;
    height: 40px;
    top: 0px;
  }
}

@media (min-width: 960px) and (max-width: 1280px) {
  .advantage-company__background {
    width: 120px;
    height: 56px;
    top: 3px;
  }
}

@media (min-width: 1281px) and (max-width: 1440px) {
  .advantage-company__background {
    top: -5px;
  }
}

.advantage-company__title {
  position: relative;
  font-weight: bold;
  color: #83CCDD;
  text-transform: uppercase;
}

@media (min-width: 0px) {
  .advantage-company__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 320px) {
  .advantage-company__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 720px) {
  .advantage-company__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 960px) {
  .advantage-company__title {
    font-size: 48px;
    line-height: 59px;
  }
}

@media (min-width: 1281px) {
  .advantage-company__title {
    font-size: 60px;
    line-height: 73px;
  }
}

@media (min-width: 1441px) {
  .advantage-company__title {
    font-size: 80px;
    line-height: 98px;
  }
}

.advantage-company__description {
  max-width: 300px;
  position: relative;
  font-weight: 500;
}

@media (min-width: 0px) {
  .advantage-company__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .advantage-company__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .advantage-company__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .advantage-company__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .advantage-company__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .advantage-company__description {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 320px) and (max-width: 719px) {
  .advantage-company__description {
    margin-top: 4px;
  }
}

@media (min-width: 960px) and (max-width: 1280px) {
  .advantage-company__description {
    margin-top: 5px;
  }
}

@media (min-width: 1281px) {
  .advantage-company__description {
    margin-top: 0px;
  }
}

.advantage__icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1440px) {
  .advantage__icon {
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 959px) {
  .advantage__icon {
    width: 48px;
    height: 48px;
  }
}

.advantage__icon-svg {
  max-width: 100%;
  max-height: 100%;
}

.advantage__icon + .advantage__name {
  margin-top: 16px;
}

.advantages-apartments {
  background: #E4F2F5;
  padding: 60px 0 0 0;
}

.advantages-apartments .row--around {
  padding-top: 60px;
  padding-bottom: 0px;
}

.advantages-apartments .row--around > [class^="col-"] {
  padding-top: 12px;
  padding-bottom: 64px;
}

@media (max-width: 1280px) {
  .advantages-apartments .row--around > [class^="col-"] {
    padding-bottom: 30px;
  }
}

@media (max-width: 719px) {
  .advantages-apartments .row--around > [class^="col-"] {
    padding: 16px 15px 12px 15px;
  }
}

@media (max-width: 719px) {
  .advantages-apartments .row--around {
    padding-top: 0;
  }
}

.advantages__title {
  margin: 0;
}

.advantages__title + .advantages__inner {
  margin-top: 60px;
}

@media (max-width: 1440px) {
  .advantages__title + .advantages__inner {
    margin-top: 32px;
  }
}

@media (max-width: 959px) {
  .advantages__title + .advantages__inner {
    margin-top: 24px;
  }
}

.advantages-apartments {
  background: #E4F2F5;
  padding: 60px 0 0 0;
}

.advantages-apartments .row--around {
  padding-top: 60px;
  padding-bottom: 0px;
}

.advantages-apartments .row--around > [class^="col-"] {
  padding-top: 12px;
  padding-bottom: 64px;
}

@media (max-width: 1280px) {
  .advantages-apartments .row--around > [class^="col-"] {
    padding-bottom: 30px;
  }
}

@media (max-width: 719px) {
  .advantages-apartments .row--around > [class^="col-"] {
    padding: 16px 15px 12px 15px;
  }
}

.annotation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E4F2F5;
  color: #2F343F;
}

@media (max-width: 719px) {
  .annotation {
    padding: 0px 16px 24px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.annotation__content {
  padding: 100px 60px;
}

@media (max-width: 1440px) {
  .annotation__content {
    padding: 32px 40px;
  }
}

@media (max-width: 959px) {
  .annotation__content {
    padding: 24px 32px;
  }
}

@media (max-width: 719px) {
  .annotation__content {
    padding: 0;
  }
}

.annotation__title {
  font-weight: bold;
}

@media (min-width: 0px) {
  .annotation__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .annotation__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .annotation__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .annotation__title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1281px) {
  .annotation__title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1441px) {
  .annotation__title {
    font-size: 44px;
    line-height: 56px;
  }
}

@media (min-width: 0px) {
  .annotation__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .annotation__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .annotation__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .annotation__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .annotation__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .annotation__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.annotation__title + .annotation__text {
  margin-top: 30px;
}

@media (max-width: 1440px) {
  .annotation__title + .annotation__text {
    margin-top: 24px;
  }
}

@media (max-width: 959px) {
  .annotation__title + .annotation__text {
    margin-top: 16px;
  }
}

.annotation__image {
  min-width: 570px;
  min-height: 377px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1440px) {
  .annotation__image {
    min-width: 380px;
    min-height: 228px;
  }
}

@media (max-width: 959px) {
  .annotation__image {
    min-width: 288px;
    min-height: 190px;
  }
}

@media (max-width: 719px) {
  .annotation__image {
    min-width: 100%;
    min-height: 230px;
  }
}

.announce-list {
  margin-bottom: 0;
}

.announce-list__item {
  border: none;
  outline: none;
  margin: 0 0 30px 0;
}

.announce-list__item .col-lg-8 {
  padding-left: 7px;
}

@media (max-width: 1280px) {
  .announce-list__item {
    display: none;
  }
  .announce-list__item:nth-child(-n+3) {
    display: block;
  }
}

.announce-list__img {
  width: 100%;
  background-position: center;
  background-size: cover;
}

@media (min-width: 1281px) {
  .announce-list__img {
    height: 160px;
  }
}

@media (min-width: 1441px) {
  .announce-list__img {
    height: 185px;
  }
}

.announce-list__desc {
  position: relative;
}

.announce-list__date {
  color: #FFFFFF;
  background: #111111;
  padding: 4px 15px;
  display: table;
  margin-bottom: 15px;
}

@media (min-width: 0px) {
  .announce-list__date {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .announce-list__date {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .announce-list__date {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .announce-list__date {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .announce-list__date {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .announce-list__date {
    font-size: 14px;
    line-height: 18px;
  }
}

.announce-list__date + .announce-list__link {
  display: block;
}

.announce-list__link {
  color: #2F343F;
  text-decoration: none;
  outline: none;
}

.announce-list__name {
  margin: 0;
}

@media (min-width: 1441px) {
  .announce-list__name {
    padding-right: 15px;
  }
}

@media (min-width: 1530px) {
  .announce-list__name {
    padding-right: 0;
  }
}

.slick {
  position: relative;
}

.slick__nav {
  position: absolute;
  right: -50px;
  top: 0;
  height: 100%;
  width: 32px;
}

@media (min-width: 1441px) {
  .slick__nav {
    right: -15px;
  }
}

@media (min-width: 1530px) {
  .slick__nav {
    right: -50px;
  }
}

.slick__nav .slick-arrow {
  position: absolute;
  width: 32px;
  height: 32px;
  background: #F3F3F4;
  color: transparent;
  top: 0;
  left: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.slick__nav .slick-arrow:before {
  content: '';
  width: 16px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 10L9 2L1 10' stroke='%2383CCDD' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick__nav .slick-arrow.slick-next {
  bottom: 30px;
  top: unset;
  -webkit-transform: rotate(180deg) translate(0);
          transform: rotate(180deg) translate(0);
}

.slick__nav .slick-dots {
  bottom: unset;
  top: 50%;
  left: 50%;
  width: 8px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: -30px 0 0 0;
}

.slick__nav .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
}

.slick__nav .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #D7D8E0;
  border-radius: 100%;
  padding: 0;
  margin: 0 0px;
}

.slick__nav .slick-dots li button:before {
  content: '';
}

.slick__nav .slick-dots li.slick-active button {
  border: 4px solid #83CCDD;
  background: transparent;
  width: 16px;
  height: 16px;
  margin: 0 -4px;
}

@media (max-width: 1280px) {
  .announce-list__item .col-12 {
    padding: 0 15px;
  }
}

@media (max-width: 960px) {
  .announce-list__date {
    display: none;
  }
  .announce-list__date + .list-announce__link {
    margin-top: 0;
  }
  .announce-list__item {
    margin-bottom: 0;
  }
  .announce-list__item + .announce-list__item {
    margin-top: 16px;
  }
  .announce-list__name {
    position: relative;
    padding-right: 70px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  .announce-list__name:hover {
    opacity: .7;
  }
  .announce-list__name:after {
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #E4F2F5;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9L5 5L1 1' stroke='%2383CCDD' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (max-width: 720px) {
  .announce-list {
    padding-top: 16px;
  }
  .announce-list__name {
    padding-right: 55px;
  }
}

.announce-image__image-block {
  position: relative;
}

.announce-image__sticker {
  position: absolute;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 6px 14px;
}

@media (min-width: 0px) {
  .announce-image__sticker {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .announce-image__sticker {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .announce-image__sticker {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .announce-image__sticker {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .announce-image__sticker {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .announce-image__sticker {
    font-size: 12px;
    line-height: 16px;
  }
}

.announce-image__sticker--stock {
  left: 20px;
  top: 20px;
  background: #E44B54;
  color: #FFFFFF;
}

.announce-image__date {
  position: absolute;
  bottom: -9px;
  left: 20px;
  color: #FFFFFF;
  background: #111111;
  padding: 4px 15px;
}

@media (min-width: 0px) {
  .announce-image__date {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .announce-image__date {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .announce-image__date {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .announce-image__date {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .announce-image__date {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .announce-image__date {
    font-size: 14px;
    line-height: 18px;
  }
}

.announce-single__link {
  text-decoration: none;
  color: #2F343F;
}

.announce-single__img {
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
}

.announce-single__name {
  margin: 26px 0 15px 0px;
}

.announce-single__announce {
  color: #2F343F;
}

@media (min-width: 0px) {
  .announce-single__announce {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .announce-single__announce {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .announce-single__announce {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .announce-single__announce {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .announce-single__announce {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .announce-single__announce {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 1440px) {
  .announce-single__img1 {
    height: 350px;
  }
}

@media (max-width: 960px) {
  .announce-single__name {
    margin: 8px 0;
  }
  .announce-single__img1 {
    height: 160px;
  }
  .announce-image__sticker {
    left: 10px;
    top: 10px;
  }
  .announce-image__date {
    left: 10px;
    bottom: 15px;
  }
}

.announcements__title {
  padding-bottom: 28px;
}

.announcements__link {
  border-bottom: 1px solid #B1B4C4;
  font-weight: 500;
  color: #B1B4C4;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 48px 0;
}

@media (min-width: 0px) {
  .announcements__link {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .announcements__link {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .announcements__link {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .announcements__link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .announcements__link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .announcements__link {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1440px) {
  .announcements__link {
    margin: 32px 0;
  }
  .announcements__title {
    padding-bottom: 5px;
  }
}

@media (max-width: 960px) {
  .announcements__title {
    padding-bottom: 0px;
  }
  .announcements__link {
    margin: 19px 0;
    text-transform: capitalize;
  }
  .announcements__link span {
    display: none;
  }
}

@media (max-width: 720px) {
  .announcements {
    padding: 33px 0;
  }
}

.apartment-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
  color: #111111;
  text-decoration: none;
  border: 1px solid #F3F3F4;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  overflow: hidden;
}

@media (min-width: 960px) {
  .apartment-card {
    border: 4px solid #F3F3F4;
  }
}

.apartment-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  border-color: #83CCDD;
}

.apartment-card__main {
  padding: 15px 15px 16px 15px;
}

@media (min-width: 1441px) {
  .apartment-card__main {
    padding: 12px 12px 16px 12px;
  }
}

@media (min-width: 1441px) {
  .apartment-card__main {
    padding: 26px 26px 20px 26px;
  }
}

.apartment-card__header {
  position: relative;
  padding-right: 15%;
}

.apartment-card__header-widget {
  position: absolute;
  top: 60%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.apartment-card__header-widget > .likes-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 18px;
}

.apartment-card__badge {
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 4px 10px;
  color: #FFFFFF;
  background-color: #2F343F;
}

@media (min-width: 0px) {
  .apartment-card__badge {
    font-size: 8px;
    line-height: 12px;
  }
}

@media (min-width: 320px) {
  .apartment-card__badge {
    font-size: 8px;
    line-height: 12px;
  }
}

@media (min-width: 720px) {
  .apartment-card__badge {
    font-size: 8px;
    line-height: 12px;
  }
}

@media (min-width: 960px) {
  .apartment-card__badge {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .apartment-card__badge {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .apartment-card__badge {
    font-size: 12px;
    line-height: 16px;
  }
}

.apartment-card__badge--red {
  background-color: #E44B54;
}

.apartment-card__badge--blue {
  background-color: #83CCDD;
  color: #2F343F;
}

.apartment-card__badge + .apartment-card__badge {
  margin-top: 4px;
}

@media (min-width: 960px) {
  .apartment-card__badge + .apartment-card__badge {
    margin-top: 5px;
  }
}

@media (min-width: 1281px) {
  .apartment-card__badge + .apartment-card__badge {
    margin-top: 4px;
  }
}

@media (min-width: 1441px) {
  .apartment-card__badge + .apartment-card__badge {
    margin-top: 5px;
  }
}

.apartment-card__title {
  font-weight: 600;
}

@media (min-width: 0px) {
  .apartment-card__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .apartment-card__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .apartment-card__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .apartment-card__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .apartment-card__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .apartment-card__title {
    font-size: 20px;
    line-height: 28px;
  }
}

.apartment-card__description {
  font-weight: 500;
}

@media (min-width: 0px) {
  .apartment-card__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .apartment-card__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .apartment-card__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .apartment-card__description {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .apartment-card__description {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .apartment-card__description {
    font-size: 16px;
    line-height: 24px;
  }
}

.apartment-card__title + .apartment-card__description {
  margin-top: 4px;
}

@media (min-width: 960px) {
  .apartment-card__title + .apartment-card__description {
    margin-top: 5px;
  }
}

@media (min-width: 1281px) {
  .apartment-card__title + .apartment-card__description {
    margin-top: 4px;
  }
}

@media (min-width: 1441px) {
  .apartment-card__title + .apartment-card__description {
    margin-top: 8px;
  }
}

.apartment-card__image {
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 16px;
}

@media (min-width: 960px) {
  .apartment-card__image {
    margin-top: 20px;
    height: 180px;
  }
}

@media (min-width: 1441px) {
  .apartment-card__image {
    background-position: 50%;
    height: 200px;
    margin-top: 20px;
  }
}

.apartment-card__image-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 8px;
}

@media (min-width: 960px) {
  .apartment-card__image-inner {
    padding-bottom: 10px;
  }
}

@media (min-width: 1281px) {
  .apartment-card__image-inner {
    padding-bottom: 8px;
  }
}

@media (min-width: 1441px) {
  .apartment-card__image-inner {
    padding-bottom: 10px;
  }
}

.apartment-card__props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}

@media (min-width: 960px) {
  .apartment-card__props {
    margin-top: 20px;
  }
}

@media (min-width: 1281px) {
  .apartment-card__props {
    margin-top: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

@media (min-width: 1441px) {
  .apartment-card__props {
    margin-top: 20px;
  }
}

@media (min-width: 0px) {
  .apartment-card__props-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .apartment-card__props-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .apartment-card__props-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .apartment-card__props-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .apartment-card__props-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .apartment-card__props-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .apartment-card__props-item + .apartment-card__props-item {
    margin-left: 35px;
  }
}

@media (min-width: 1441px) {
  .apartment-card__props-item + .apartment-card__props-item {
    margin-left: 78px;
  }
}

.apartment-card__props-item-name {
  color: #B1B4C4;
}

.apartment-card__props-item-value {
  white-space: nowrap;
  font-weight: 600;
}

.apartment-card__props-item-name + .apartment-card__props-item-value {
  margin-top: 5px;
}

.apartment-card__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0px 0px 0px;
  font-weight: 600;
}

@media (min-width: 0px) {
  .apartment-card__prices {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .apartment-card__prices {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .apartment-card__prices {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .apartment-card__prices {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .apartment-card__prices {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .apartment-card__prices {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 720px) {
  .apartment-card__prices {
    padding-top: 8px;
  }
}

@media (min-width: 960px) {
  .apartment-card__prices {
    padding-top: 10px;
  }
}

.apartment-card__prices-item + .apartment-card__prices-item {
  margin-left: 35px;
}

@media (min-width: 720px) {
  .apartment-card__prices-item + .apartment-card__prices-item {
    margin-left: 40px;
  }
}

@media (min-width: 960px) {
  .apartment-card__prices-item + .apartment-card__prices-item {
    margin-left: 70px;
  }
}

@media (min-width: 1281px) {
  .apartment-card__prices-item + .apartment-card__prices-item {
    margin-left: 35px;
  }
}

@media (min-width: 1441px) {
  .apartment-card__prices-item + .apartment-card__prices-item {
    margin-left: 50px;
  }
}

.apartment-card__props + .apartment-card__prices {
  margin-top: 15px;
  border-top: 1px solid #F3F3F4;
}

@media (min-width: 960px) {
  .apartment-card__props + .apartment-card__prices {
    margin-top: 8px;
    border-top: 2px solid #F3F3F4;
  }
}

@media (min-width: 1281px) {
  .apartment-card__props + .apartment-card__prices {
    margin-top: 14px;
  }
}

@media (min-width: 1441px) {
  .apartment-card__props + .apartment-card__prices {
    margin-top: 18px;
  }
}

.apartment-card__payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #F3F3F4;
  padding: 8px 16px 8px 15px;
  margin: -4px -10px;
}

@media (min-width: 720px) {
  .apartment-card__payments {
    padding: 8px 19px 7px 19px;
  }
}

@media (min-width: 1281px) {
  .apartment-card__payments {
    padding: 8px 12px 12px 12px;
  }
}

@media (min-width: 1441px) {
  .apartment-card__payments {
    padding: 15px 26px 14px 26px;
  }
}

.apartment-card__payments-item {
  margin: 4px 10px;
}

.apartment-card__payments-item-name {
  color: #2F343F;
  white-space: nowrap;
}

@media (min-width: 0px) {
  .apartment-card__payments-item-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .apartment-card__payments-item-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .apartment-card__payments-item-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .apartment-card__payments-item-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .apartment-card__payments-item-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .apartment-card__payments-item-name {
    font-size: 12px;
    line-height: 16px;
  }
}

.apartment-card__payments-item-value {
  display: inline-block;
  font-weight: 600;
  padding: 2px 0;
}

@media (min-width: 0px) {
  .apartment-card__payments-item-value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .apartment-card__payments-item-value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .apartment-card__payments-item-value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .apartment-card__payments-item-value {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .apartment-card__payments-item-value {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .apartment-card__payments-item-value {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .apartment-card__payments-item-value {
    padding: 0;
  }
}

@media (min-width: 1441px) {
  .apartment-card__payments-item-value {
    padding: 2px 0;
  }
}

.apartment-card__payments-item-value--blue {
  background-color: #83CCDD;
}

.apartment-card__payments-item-name + .apartment-card__payments-item-value {
  margin-top: 0px;
}

.apartment-card__payments-item-name + .apartment-card__payments-item-value--blue {
  margin-top: 3px;
}

@media (min-width: 1281px) {
  .apartment-card__payments-item-name + .apartment-card__payments-item-value {
    margin-top: 0px;
  }
}

@media (min-width: 1441px) {
  .apartment-card__payments-item-name + .apartment-card__payments-item-value {
    margin-top: 5px;
  }
}

.apartment-choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: transparent;
  padding: 0px 63px 41px 60px;
  color: #2F343F;
  position: relative !important;
  /*  margin-top: 160px;*/
}

@media (max-width: 1440px) {
  .apartment-choose {
    /*    margin-top: 130px;*/
    padding: 0px 40px 40px 30px;
  }
}

@media (max-width: 1280px) {
  .apartment-choose {
    padding: 0px 30px 0px 30px;
  }
}

@media (max-width: 959px) {
  .apartment-choose {
    /*    margin-top: 110px;*/
    padding: 0px 24px 0px 24px;
  }
}

@media (max-width: 719px) {
  .apartment-choose {
    /*    margin: 0;*/
    padding: 0 16px;
  }
}

.apartment-choose__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 719px) {
  .apartment-choose__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.apartment-choose__bg {
  background: #F3F3F4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  top: 98px;
  bottom: 0px;
}

@media (max-width: 1440px) {
  .apartment-choose__bg {
    top: 69px;
    bottom: 0px;
  }
}

@media (max-width: 1280px) {
  .apartment-choose__bg {
    top: 69px;
    bottom: 24px;
  }
}

@media (max-width: 959px) {
  .apartment-choose__bg {
    top: 48px;
    bottom: 24px;
  }
}

@media (max-width: 719px) {
  .apartment-choose__bg {
    top: 50px;
    bottom: 22px;
  }
}

.apartment-choose__title {
  position: relative;
  font-weight: bold;
}

@media (min-width: 0px) {
  .apartment-choose__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .apartment-choose__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .apartment-choose__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .apartment-choose__title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1281px) {
  .apartment-choose__title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1441px) {
  .apartment-choose__title {
    font-size: 44px;
    line-height: 56px;
  }
}

@media (max-width: 719px) {
  .apartment-choose__title {
    margin-top: 16px;
  }
}

.apartment-choose__additional-block {
  position: relative;
  padding-right: 50px;
}

@media (max-width: 1440px) {
  .apartment-choose__additional-block {
    max-width: 375px;
    padding-right: 0px;
  }
}

@media (max-width: 1280px) {
  .apartment-choose__additional-block {
    max-width: 355px;
  }
}

@media (max-width: 959px) {
  .apartment-choose__additional-block {
    max-width: 235px;
  }
}

@media (max-width: 719px) {
  .apartment-choose__additional-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
  }
}

.apartment-choose__additional-icon {
  width: 100%;
  height: auto;
  margin-top: -10px;
}

@media (max-width: 1440px) {
  .apartment-choose__additional-icon {
    margin-top: -40px;
  }
}

@media (max-width: 1280px) {
  .apartment-choose__additional-icon {
    margin-top: -40px;
  }
}

@media (max-width: 959px) {
  .apartment-choose__additional-icon {
    margin-top: -25px;
  }
}

.apartment-choose__form {
  padding-top: 26px;
}

@media (max-width: 1280px) {
  .apartment-choose__form {
    margin-top: -24px;
    padding-top: 24px;
  }
}

@media (max-width: 959px) {
  .apartment-choose__form {
    margin-top: -16px;
    padding-top: 8px;
  }
}

@media (max-width: 719px) {
  .apartment-choose__form {
    padding-top: 0px;
  }
}

@media (max-width: 719px) {
  .apartment-choose__form .form-choose {
    display: block;
  }
}

@media (max-width: 1280px) {
  .apartment-choose__form .form-choose .form-field {
    margin-top: 24px;
  }
}

@media (max-width: 959px) {
  .apartment-choose__form .form-choose .form-field {
    margin-top: 16px;
  }
}

@media (max-width: 719px) {
  .apartment-choose__form .form-choose .form-field {
    display: block;
    -ms-flex-line-pack: unset;
        align-content: unset;
    position: relative;
  }
}

.apartment-choose__form .form-choose .extra-controls {
  visibility: hidden;
  height: 0px;
}

@media (max-width: 1440px) {
  .apartment-choose__form .form-choose .extra-controls {
    max-width: 270px;
  }
}

@media (max-width: 719px) {
  .apartment-choose__form .form-choose .extra-controls {
    max-width: 100%;
  }
}

@media (max-width: 959px) {
  .apartment-choose__form .form-choose .extra-controls {
    height: unset;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 14px;
  }
  .apartment-choose__form .form-choose .extra-controls .extra-controls__separator {
    display: none;
  }
  .apartment-choose__form .form-choose .extra-controls input[type="text"] {
    background: #FFFFFF;
    padding: 9px 10px;
    border: none;
    text-align: left;
    border-bottom: 1px solid #D7D8E0;
    color: #B1B4C4;
    outline: none;
  }
}

@media (max-width: 959px) and (min-width: 0px) {
  .apartment-choose__form .form-choose .extra-controls input[type="text"] {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 959px) and (min-width: 320px) {
  .apartment-choose__form .form-choose .extra-controls input[type="text"] {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 959px) and (min-width: 720px) {
  .apartment-choose__form .form-choose .extra-controls input[type="text"] {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 959px) and (min-width: 960px) {
  .apartment-choose__form .form-choose .extra-controls input[type="text"] {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 959px) and (min-width: 1281px) {
  .apartment-choose__form .form-choose .extra-controls input[type="text"] {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 959px) and (min-width: 1441px) {
  .apartment-choose__form .form-choose .extra-controls input[type="text"] {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 959px) {
  .apartment-choose__form .form-choose .extra-controls input[type="text"]:focus {
    border-color: #83CCDD;
  }
}

@media (max-width: 959px) {
  .apartment-choose__form .form-choose .irs {
    display: none;
  }
}

.apartment-choose__form .form-choose .f-range-slider .irs-bar {
  top: 41px;
}

.apartment-choose__form .form-choose .f-range-slider .irs-line {
  top: 41px;
}

.apartment-choose__form .form-choose .f-range-slider .irs-handle {
  top: 32px;
}

.apartment-choose__form .form-choose .f-range-slider .irs-from, .apartment-choose__form .form-choose .f-range-slider .irs-to, .apartment-choose__form .form-choose .f-range-slider .irs-single {
  padding: 3px 0;
  font-weight: 600;
}

@media (min-width: 0px) {
  .apartment-choose__form .form-choose .f-range-slider .irs-from, .apartment-choose__form .form-choose .f-range-slider .irs-to, .apartment-choose__form .form-choose .f-range-slider .irs-single {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .apartment-choose__form .form-choose .f-range-slider .irs-from, .apartment-choose__form .form-choose .f-range-slider .irs-to, .apartment-choose__form .form-choose .f-range-slider .irs-single {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .apartment-choose__form .form-choose .f-range-slider .irs-from, .apartment-choose__form .form-choose .f-range-slider .irs-to, .apartment-choose__form .form-choose .f-range-slider .irs-single {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .apartment-choose__form .form-choose .f-range-slider .irs-from, .apartment-choose__form .form-choose .f-range-slider .irs-to, .apartment-choose__form .form-choose .f-range-slider .irs-single {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .apartment-choose__form .form-choose .f-range-slider .irs-from, .apartment-choose__form .form-choose .f-range-slider .irs-to, .apartment-choose__form .form-choose .f-range-slider .irs-single {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .apartment-choose__form .form-choose .f-range-slider .irs-from, .apartment-choose__form .form-choose .f-range-slider .irs-to, .apartment-choose__form .form-choose .f-range-slider .irs-single {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 1280px) {
  .apartment-choose__form .form-choose .button__title {
    letter-spacing: 2px;
    font-size: 100%;
    line-height: 1;
  }
}

.apartment-detail {
  color: #2F343F;
}

@media (min-width: 0px) {
  .apartment-detail__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .apartment-detail__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .apartment-detail__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .apartment-detail__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .apartment-detail__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .apartment-detail__title {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (min-width: 0px) {
  .apartment-detail__subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .apartment-detail__subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .apartment-detail__subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .apartment-detail__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .apartment-detail__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .apartment-detail__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

.apartment-detail__title + .apartment-detail__subtitle {
  margin-top: 10px;
}

@media (min-width: 0px) {
  .apartment-detail__address {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .apartment-detail__address {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .apartment-detail__address {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .apartment-detail__address {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .apartment-detail__address {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .apartment-detail__address {
    font-size: 20px;
    line-height: 30px;
  }
}

.apartment-detail__watching {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 0px) {
  .apartment-detail__watching {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .apartment-detail__watching {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .apartment-detail__watching {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .apartment-detail__watching {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .apartment-detail__watching {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .apartment-detail__watching {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 719px) {
  .apartment-detail__watching {
    display: none;
  }
}

.apartment-detail__icon {
  margin-right: 10px;
}

.apartment-detail--commercial .apartment-detail__title {
  font-weight: 600;
}

@media (min-width: 0px) {
  .apartment-detail--commercial .apartment-detail__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .apartment-detail--commercial .apartment-detail__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .apartment-detail--commercial .apartment-detail__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .apartment-detail--commercial .apartment-detail__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .apartment-detail--commercial .apartment-detail__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .apartment-detail--commercial .apartment-detail__title {
    font-size: 24px;
    line-height: 36px;
  }
}

.apartment-detail--commercial .apartment-detail__info-block {
  padding-top: 0;
}

@media (max-width: 719px) {
  .apartment-detail--commercial .apartment-detail__info-block {
    margin-top: 20px;
  }
}

.apartment-detail--commercial .apartment-detail__payment-name + .apartment-detail__payment-name {
  margin-top: 9px;
}

@media (max-width: 1440px) {
  .apartment-detail--commercial .apartment-detail__payment-name + .apartment-detail__payment-name {
    margin-top: 8px;
  }
}

.apartment-detail--commercial .layout__likes .likes-counter__button {
  z-index: 1;
}

.apartment-detail__info-block {
  color: #2F343F;
  padding-top: 60px;
}

@media (min-width: 960px) and (max-width: 1280px) {
  .apartment-detail__info-block {
    margin-top: 34px;
  }
}

@media (max-width: 1440px) {
  .apartment-detail__info-block {
    padding-top: 50px;
  }
}

@media (max-width: 1280px) {
  .apartment-detail__info-block {
    /*margin-top: 34px;*/
    border-top: 1px solid #D7D8E0;
    padding-top: 16px;
  }
}

@media (max-width: 959px) {
  .apartment-detail__info-block {
    padding-top: 30px;
    border: none;
  }
}

@media (max-width: 719px) {
  .apartment-detail__info-block {
    padding-top: 22px;
    margin-top: 0;
  }
}

.apartment-detail__section--with-border {
  margin-top: 20px;
  border-top: 1px solid #D7D8E0;
  padding-top: 30px;
}

@media (max-width: 1280px) {
  .apartment-detail__section--with-border {
    margin-top: 16px;
    border: none;
    padding-top: 0;
  }
  .apartment-detail__section--with-border + .apartment-detail__section--with-border {
    margin-top: 16px;
  }
}

@media (max-width: 959px) {
  .apartment-detail__section--with-border {
    margin-top: 16px;
  }
}

@media (max-width: 719px) {
  .apartment-detail__section--with-border {
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid #D7D8E0;
  }
  .apartment-detail__section--with-border + .apartment-detail__section--with-border {
    border-top: none;
    margin-top: 0;
  }
}

@media (min-width: 0px) {
  .apartment-detail__price-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .apartment-detail__price-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .apartment-detail__price-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .apartment-detail__price-name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .apartment-detail__price-name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .apartment-detail__price-name {
    font-size: 16px;
    line-height: 24px;
  }
}

.apartment-detail__price {
  margin-top: 10px;
  font-weight: 600;
}

@media (min-width: 0px) {
  .apartment-detail__price {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .apartment-detail__price {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .apartment-detail__price {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .apartment-detail__price {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .apartment-detail__price {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .apartment-detail__price {
    font-size: 32px;
    line-height: 44px;
  }
}

.apartment-detail__old-price {
  margin-top: 5px;
  position: relative;
  display: table;
}

@media (min-width: 0px) {
  .apartment-detail__old-price {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .apartment-detail__old-price {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .apartment-detail__old-price {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .apartment-detail__old-price {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .apartment-detail__old-price {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .apartment-detail__old-price {
    font-size: 16px;
    line-height: 24px;
  }
}

.apartment-detail__old-price:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 2px;
  background: #E44B54;
  width: 110%;
}

.apartment-detail__profit {
  margin-top: 5px;
}

@media (min-width: 0px) {
  .apartment-detail__profit {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .apartment-detail__profit {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .apartment-detail__profit {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .apartment-detail__profit {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .apartment-detail__profit {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .apartment-detail__profit {
    font-size: 16px;
    line-height: 24px;
  }
}

.apartment-detail__payment-block + .apartment-detail__payment-block {
  margin-top: 23px;
}

@media (max-width: 1440px) {
  .apartment-detail__payment-block + .apartment-detail__payment-block {
    margin-top: 16px;
  }
}

@media (min-width: 0px) {
  .apartment-detail__payment-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .apartment-detail__payment-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .apartment-detail__payment-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .apartment-detail__payment-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .apartment-detail__payment-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .apartment-detail__payment-name {
    font-size: 14px;
    line-height: 18px;
  }
}

.apartment-detail__payment-name + .apartment-detail__payment-cost {
  margin-top: 9px;
}

.apartment-detail__payment-cost {
  display: inline-block;
  font-weight: 600;
}

@media (min-width: 0px) {
  .apartment-detail__payment-cost {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .apartment-detail__payment-cost {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .apartment-detail__payment-cost {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .apartment-detail__payment-cost {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .apartment-detail__payment-cost {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .apartment-detail__payment-cost {
    font-size: 20px;
    line-height: 28px;
  }
}

.apartment-detail__payment-cost--with-bg {
  background: #83CCDD;
}

.apartment-detail__payment-cost + .apartment-detail__edit-data {
  margin-left: 8px;
}

@media (max-width: 1440px) {
  .apartment-detail__payment-cost + .apartment-detail__edit-data {
    margin-left: 13px;
  }
}

.apartment-detail__edit-data {
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  background: transparent;
  border-bottom: 2px dashed #83CCDD;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  cursor: pointer;
}

@media (min-width: 0px) {
  .apartment-detail__edit-data {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .apartment-detail__edit-data {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .apartment-detail__edit-data {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .apartment-detail__edit-data {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .apartment-detail__edit-data {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .apartment-detail__edit-data {
    font-size: 14px;
    line-height: 18px;
  }
}

.apartment-detail__edit-data:hover {
  border-color: transparent;
}

.apartment-detail__actions {
  margin-top: 40px;
}

@media (max-width: 1440px) {
  .apartment-detail__actions {
    margin-top: 24px;
  }
}

@media (max-width: 959px) {
  .apartment-detail__actions {
    margin-top: 16px;
  }
}

.apartment-detail__pagination {
  text-align: center;
}

.apartment-detail + .apartment-detail__pagination {
  margin-top: 30px;
}

.apartment-detail__pagination .pagination__prev {
  margin-left: 0;
}

@media (max-width: 959px) {
  .apartment-detail--chess {
    margin-top: 24px;
  }
}

@media (max-width: 719px) {
  .apartment-detail--chess {
    margin-top: 30px;
  }
}

.apartment-detail--chess .layout {
  padding-top: 30px;
}

@media (max-width: 1440px) {
  .apartment-detail--chess .layout {
    padding-top: 24px;
  }
}

@media (max-width: 959px) {
  .apartment-detail--chess .layout {
    padding-top: 16px;
  }
}

.apartment-detail--chess .layout__nav {
  padding-right: 0 !important;
}

.apartment-detail--chess .layout__img {
  width: 85%;
}

.apartment-detail--chess .apartment-detail__title {
  font-weight: 600;
}

@media (min-width: 0px) {
  .apartment-detail--chess .apartment-detail__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .apartment-detail--chess .apartment-detail__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .apartment-detail--chess .apartment-detail__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .apartment-detail--chess .apartment-detail__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .apartment-detail--chess .apartment-detail__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .apartment-detail--chess .apartment-detail__title {
    font-size: 24px;
    line-height: 36px;
  }
}

.apartment-detail--chess .apartment-detail__title + .apartment-detail__address {
  margin-top: 10px;
}

.apartment-detail--chess .apartment-detail__info-block {
  padding-top: 0;
  border: none;
  margin-top: 0;
  /*  @include respond-to(xl) {
                      margin-top: 24px;
                  }

                  @include respond-to(md) {
                      margin-top: 0;
                  }*/
}

@media (min-width: 960px) and (max-width: 1440px) {
  .apartment-detail--chess .apartment-detail__info-block {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 960px) and (max-width: 1440px) {
  .apartment-detail--chess .apartment-detail__info-block {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}

@media (max-width: 719px) {
  .apartment-detail--chess .apartment-detail__info-block {
    margin-top: 24px;
  }
}

.apartment-detail--chess .apartment-detail__section--with-border {
  border-top: 1px solid #D7D8E0;
}

@media (max-width: 1280px) {
  .apartment-detail--chess .apartment-detail__section--with-border {
    margin-top: 8px;
    padding-top: 16px;
  }
}

@media (min-width: 1281px) and (max-width: 1440.98px) {
  .apartment-detail--chess .apartment-detail__section--no-border-lg {
    border-top: none;
    margin-top: 0;
  }
}

@media (min-width: 960px) and (max-width: 1280.98px) {
  .apartment-detail--chess .apartment-detail__section--no-border-md {
    border-top: none;
    margin-top: 0;
  }
}

@media (min-width: 960px) and (max-width: 1280.98px) {
  .apartment-detail--chess .apartment-detail__section--payment {
    margin-bottom: 50px;
  }
}

@media (min-width: 960px) and (max-width: 1440px) {
  .apartment-detail--chess .apartment-detail__section, .apartment-detail--chess .apartment-detail__actions {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    padding-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.apartment-detail--chess .apartment-detail__actions {
  padding-top: 0;
}

.apartment-promo {
  background-color: #F3F3F4;
  padding: 40px 60px;
}

@media (max-width: 1440px) {
  .apartment-promo {
    padding: 32px;
  }
}

@media (max-width: 1280px) {
  .apartment-promo {
    padding: 20px;
  }
}

@media (max-width: 959px) {
  .apartment-promo {
    padding: 16px;
  }
}

@media (max-width: 719px) {
  .apartment-promo {
    margin-bottom: 95px;
  }
}

.apartment-promo__bottom {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #D7D8E0;
}

@media (max-width: 959px) {
  .apartment-promo__bottom {
    margin-top: 0;
    padding-top: 0;
    border-top: 1px solid transparent;
  }
}

@media (max-width: 719px) {
  .apartment-promo__bottom {
    margin-top: 16px;
    padding-top: 8px;
    border-top: 1px solid #D7D8E0;
    margin-bottom: -45px;
  }
}

.apartment-promo__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 960px) {
  .apartment-promo__image {
    height: 1px;
    min-height: 100%;
  }
}

.apartment-promo__image-img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1280px) {
  .apartment-promo__image-img {
    max-height: 200px;
  }
}

@media (max-width: 959px) {
  .apartment-promo__image {
    margin: 16px 0;
  }
}

.apartment-promo__info {
  border-right: 1px solid transparent;
}

@media (min-width: 960px) {
  .apartment-promo__info {
    height: 100%;
    border-right: 1px solid #D7D8E0;
  }
}

.apartment-promo__title {
  font-weight: 600;
}

@media (min-width: 0px) {
  .apartment-promo__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .apartment-promo__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .apartment-promo__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .apartment-promo__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .apartment-promo__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .apartment-promo__title {
    font-size: 24px;
    line-height: 36px;
  }
}

.apartment-promo__subtitle {
  font-weight: 500;
}

@media (min-width: 0px) {
  .apartment-promo__subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .apartment-promo__subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .apartment-promo__subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .apartment-promo__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .apartment-promo__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .apartment-promo__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

.apartment-promo__title + .apartment-promo__subtitle {
  margin-top: 10px;
}

@media (max-width: 1440px) {
  .apartment-promo__title + .apartment-promo__subtitle {
    margin-top: 5px;
  }
}

.apartment-promo__props {
  padding: 30px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1440px) {
  .apartment-promo__props {
    padding: 30px 0 20px;
  }
}

@media (max-width: 959px) {
  .apartment-promo__props {
    padding: 16px 0 16px;
  }
}

@media (min-width: 960px) {
  .apartment-promo__props {
    padding-right: 30px;
  }
}

.apartment-promo__props-item {
  max-width: 30%;
}

.apartment-promo__props-item + .apartment-promo__props-item {
  margin-left: 30px;
}

@media (max-width: 959px) {
  .apartment-promo__props-item + .apartment-promo__props-item {
    margin-left: 24px;
  }
}

@media (max-width: 719px) {
  .apartment-promo__props-item + .apartment-promo__props-item {
    margin-left: 16px;
  }
}

.apartment-promo__props-item-name {
  font-weight: 500;
}

@media (min-width: 0px) {
  .apartment-promo__props-item-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .apartment-promo__props-item-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .apartment-promo__props-item-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .apartment-promo__props-item-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .apartment-promo__props-item-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .apartment-promo__props-item-name {
    font-size: 12px;
    line-height: 16px;
  }
}

.apartment-promo__props-item-value {
  font-weight: 500;
}

@media (min-width: 0px) {
  .apartment-promo__props-item-value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .apartment-promo__props-item-value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .apartment-promo__props-item-value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .apartment-promo__props-item-value {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .apartment-promo__props-item-value {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .apartment-promo__props-item-value {
    font-size: 16px;
    line-height: 24px;
  }
}

.apartment-promo__props-item-name + .apartment-promo__props-item-value {
  margin-top: 5px;
}

.apartment-promo__price {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 1px solid #D7D8E0;
  font-weight: 600;
}

@media (min-width: 0px) {
  .apartment-promo__price {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .apartment-promo__price {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .apartment-promo__price {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .apartment-promo__price {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .apartment-promo__price {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .apartment-promo__price {
    font-size: 32px;
    line-height: 44px;
  }
}

@media (min-width: 960px) {
  .apartment-promo__price {
    padding-right: 30px;
  }
}

@media (max-width: 959px) {
  .apartment-promo__price {
    padding: 16px 0 0;
  }
}

.apartment-promo__price-square + .apartment-promo__price-price {
  margin-left: 30px;
}

@media (max-width: 1280px) {
  .apartment-promo__price-square + .apartment-promo__price-price {
    margin-left: 24px;
  }
}

@media (max-width: 1280px) {
  .apartment-promo__payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 959px) {
  .apartment-promo__payments {
    display: block;
  }
}

.apartment-promo__payments-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.apartment-promo__payments-item + .apartment-promo__payments-item {
  margin-top: 10px;
}

@media (max-width: 1280px) {
  .apartment-promo__payments-item + .apartment-promo__payments-item {
    margin-top: 0;
    margin-left: 30px;
  }
}

@media (max-width: 959px) {
  .apartment-promo__payments-item + .apartment-promo__payments-item {
    margin-top: 10px;
    margin-left: 0;
  }
}

.apartment-promo__payments-item-name {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 0px) {
  .apartment-promo__payments-item-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .apartment-promo__payments-item-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .apartment-promo__payments-item-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .apartment-promo__payments-item-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .apartment-promo__payments-item-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .apartment-promo__payments-item-name {
    font-size: 14px;
    line-height: 18px;
  }
}

.apartment-promo__payments-item-value {
  font-weight: 600;
}

@media (min-width: 0px) {
  .apartment-promo__payments-item-value {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .apartment-promo__payments-item-value {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .apartment-promo__payments-item-value {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .apartment-promo__payments-item-value {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .apartment-promo__payments-item-value {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .apartment-promo__payments-item-value {
    font-size: 24px;
    line-height: 36px;
  }
}

.apartment-promo__payments-item-value--personal {
  background-color: #83CCDD;
}

.apartment-promo__payments-item-name + .apartment-promo__payments-item-value {
  margin-top: 5px;
}

.apartment-promo__payments-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1280px) {
  .apartment-promo__payments-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 959px) {
  .apartment-promo__payments-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #D7D8E0;
    margin-top: -15px;
    padding-top: 15px;
  }
}

.apartment-promo__payments-wrapper > div + div {
  margin-top: 20px;
}

@media (max-width: 1280px) {
  .apartment-promo__payments-wrapper > div + div {
    margin-top: 0;
  }
}

@media (min-width: 1281px) {
  .apartment-promo__payments-wrapper {
    height: 100%;
    border-left: 1px solid #D7D8E0;
    padding-left: 30px;
  }
}

.apartment-promo__payments-wrapper-title {
  font-weight: 500;
}

@media (min-width: 0px) {
  .apartment-promo__payments-wrapper-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .apartment-promo__payments-wrapper-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .apartment-promo__payments-wrapper-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .apartment-promo__payments-wrapper-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .apartment-promo__payments-wrapper-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .apartment-promo__payments-wrapper-title {
    font-size: 14px;
    line-height: 18px;
  }
}

.apartment-promo__features-title + .apartment-promo__features {
  margin-top: 10px;
}

@media (max-width: 1280px) {
  .apartment-promo__features-wrapper {
    max-width: 50%;
  }
}

@media (max-width: 959px) {
  .apartment-promo__features-wrapper {
    display: none;
  }
}

.apartment-promo__features-wrapper-title {
  font-weight: 500;
}

@media (min-width: 0px) {
  .apartment-promo__features-wrapper-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .apartment-promo__features-wrapper-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .apartment-promo__features-wrapper-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .apartment-promo__features-wrapper-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .apartment-promo__features-wrapper-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .apartment-promo__features-wrapper-title {
    font-size: 14px;
    line-height: 18px;
  }
}

.apartment-promo__features-inner {
  margin: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.apartment-promo__features-item {
  padding: 4px 10px;
  margin: 5px;
  font-weight: 500;
  background-color: #E4F2F5;
}

@media (min-width: 0px) {
  .apartment-promo__features-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .apartment-promo__features-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .apartment-promo__features-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .apartment-promo__features-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .apartment-promo__features-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .apartment-promo__features-item {
    font-size: 12px;
    line-height: 16px;
  }
}

.article-block__title {
  font-weight: 600;
}

@media (min-width: 0px) {
  .article-block__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .article-block__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .article-block__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .article-block__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .article-block__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .article-block__title {
    font-size: 32px;
    line-height: 44px;
  }
}

@media (min-width: 0px) {
  .article-block__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .article-block__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .article-block__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .article-block__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .article-block__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .article-block__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.article-block__image {
  width: 100%;
  height: 402px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1440px) {
  .article-block__image {
    height: 276px;
  }
}

@media (max-width: 1280px) {
  .article-block__image {
    height: 296px;
  }
}

@media (max-width: 959px) {
  .article-block__image {
    height: 280px;
  }
}

@media (max-width: 719px) {
  .article-block__image {
    margin-top: 24px;
    height: 220px;
  }
}

.article-block__title + .article-block__text {
  margin-top: 30px;
}

@media (max-width: 1440px) {
  .article-block__title + .article-block__text {
    margin-top: 24px;
  }
}

@media (max-width: 959px) {
  .article-block__title + .article-block__text {
    margin-top: 16px;
  }
}

.badge {
  position: relative;
  display: block;
  border-radius: 100%;
  background-color: #CCE7EF;
  height: 22px;
  width: 22px;
}

@media (max-width: 959px) {
  .badge {
    height: 16px;
    width: 16px;
  }
}

.badge__counter {
  display: block;
  position: absolute;
  font-weight: 700;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 0px) {
  .badge__counter {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .badge__counter {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .badge__counter {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .badge__counter {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .badge__counter {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .badge__counter {
    font-size: 12px;
    line-height: 16px;
  }
}

.badge--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner {
  position: relative;
  width: 100%;
  min-height: 978px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 60px 0 130px;
}

@media (max-width: 1440px) {
  .banner {
    min-height: 768px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 959px) {
  .banner {
    min-height: 600px;
  }
}

@media (max-width: 719px) {
  .banner {
    padding: 80px 0 120px;
    min-height: 700px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.banner__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

.banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.banner__content-title {
  color: #F3F3F4;
  padding: 30px 60px;
  font-weight: 600;
  background-color: #2F343F;
}

@media (min-width: 0px) {
  .banner__content-title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .banner__content-title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .banner__content-title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .banner__content-title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .banner__content-title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .banner__content-title {
    font-size: 32px;
    line-height: 44px;
  }
}

.banner__content-text {
  background-color: #E4F2F5;
  padding: 30px 60px;
}

@media (min-width: 0px) {
  .banner__content-text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .banner__content-text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .banner__content-text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .banner__content-text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .banner__content-text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .banner__content-text {
    font-size: 20px;
    line-height: 30px;
  }
}

.banner-text {
  position: relative;
  width: 100%;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 959px) {
  .banner-text {
    height: 458px;
  }
}

@media (max-width: 719px) {
  .banner-text {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}

.banner-text__text {
  padding: 40px 60px 50px 60px;
  background-color: #FFFFFF;
}

@media (min-width: 0px) {
  .banner-text__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .banner-text__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .banner-text__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .banner-text__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .banner-text__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .banner-text__text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1440px) {
  .banner-text__text {
    padding: 32px 40px 40px 40px;
  }
}

@media (max-width: 959px) {
  .banner-text__text {
    padding: 16px 24px 24px 24px;
  }
}

@media (max-width: 719px) {
  .banner-text__text {
    padding: 16px 0 0 0;
  }
}

.banner-text__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 719px) {
  .banner-text__image {
    height: 252px;
    position: relative;
  }
}

.banner-main {
  position: relative;
  min-height: 880px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #FFFFFF;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .banner-main {
    min-height: 700px;
  }
}

@media (max-width: 959px) {
  .banner-main {
    min-height: 480px;
  }
}

@media (max-width: 719px) {
  .banner-main {
    min-height: 640px;
  }
}

.banner-main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-main__title {
  background-color: #2F343F;
  font-weight: 700;
  padding: 15px 30px;
}

@media (min-width: 0px) {
  .banner-main__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 320px) {
  .banner-main__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 720px) {
  .banner-main__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 960px) {
  .banner-main__title {
    font-size: 48px;
    line-height: 59px;
  }
}

@media (min-width: 1281px) {
  .banner-main__title {
    font-size: 60px;
    line-height: 73px;
  }
}

@media (min-width: 1441px) {
  .banner-main__title {
    font-size: 80px;
    line-height: 98px;
  }
}

.banner-main__subtitle {
  background-color: #E4F2F5;
  padding: 20px 30px;
  font-weight: 600;
  color: #2F343F;
}

@media (min-width: 0px) {
  .banner-main__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .banner-main__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .banner-main__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .banner-main__subtitle {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .banner-main__subtitle {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .banner-main__subtitle {
    font-size: 32px;
    line-height: 44px;
  }
}

.banner-main__presentation {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position-x: center;
  -webkit-animation: move 40s infinite ease;
          animation: move 40s infinite ease;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

@-webkit-keyframes move {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -o-transform: scale(1);
    /* Opera */
    -moz-transform: scale(1);
    /* Firefox */
  }
  50% {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -o-transform: scale(1.1);
    /* Opera */
    -moz-transform: scale(1.1);
    /* Firefox */
  }
  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -o-transform: scale(1);
    /* Opera */
    -moz-transform: scale(1);
    /* Firefox */
  }
}

.booking {
  position: relative;
  background-color: transparent;
  min-width: 100%;
  padding: 40px 60px;
}

@media (max-width: 1280px) {
  .booking {
    padding: 30px 40px;
  }
}

@media (max-width: 959px) {
  .booking {
    /*padding: 16px 0px 16px 24px;*/
    padding: 16px 12px 16px 12px;
  }
}

@media (max-width: 719px) {
  .booking {
    padding: 16px;
  }
}

.booking--reserve {
  padding: 40px 60px;
}

@media (max-width: 1280px) {
  .booking--reserve {
    padding: 30px 40px;
  }
}

@media (max-width: 959px) {
  .booking--reserve {
    padding: 30px 40px;
  }
}

@media (max-width: 719px) {
  .booking--reserve {
    padding: 24px 16px;
  }
}

.booking--callback {
  padding: 40px 57px 35px 60px;
}

@media (max-width: 1440px) {
  .booking--callback {
    padding: 30px;
  }
}

@media (max-width: 1280px) {
  .booking--callback {
    padding: 30px 40px;
  }
}

@media (max-width: 959px) {
  .booking--callback {
    padding: 16px 16px 25px 16px;
  }
}

@media (max-width: 719px) {
  .booking--callback {
    padding: 24px 16px 16px 16px;
  }
}

.booking--callback .booking__form {
  max-width: 47%;
  margin-top: 30px;
}

@media (max-width: 1440px) {
  .booking--callback .booking__form {
    max-width: 52.7%;
    margin-top: 30px;
  }
}

@media (max-width: 1280px) {
  .booking--callback .booking__form {
    max-width: 66%;
    margin-top: 20px;
  }
}

@media (max-width: 959px) {
  .booking--callback .booking__form {
    max-width: 66%;
    margin-top: 16px;
  }
}

@media (max-width: 719px) {
  .booking--callback .booking__form {
    max-width: 100%;
    margin-top: 16px;
  }
}

.booking__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  min-height: 100%;
  min-width: 100%;
  background-color: #E4F2F5;
}

@media (max-width: 719px) {
  .booking__bg {
    min-height: calc(100% - 38px);
  }
}

.booking__inner {
  position: relative;
}

.booking__title {
  font-weight: 700;
}

@media (min-width: 0px) {
  .booking__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .booking__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .booking__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .booking__title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1281px) {
  .booking__title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1441px) {
  .booking__title {
    font-size: 44px;
    line-height: 56px;
  }
}

.booking__title--how-to-buy {
  max-width: 67%;
}

@media (max-width: 719px) {
  .booking__title--how-to-buy {
    max-width: 78%;
  }
}

@media (max-width: 1280px) {
  .booking__title--how-to-buy {
    max-width: 75%;
  }
}

@media (min-width: 0px) {
  .booking__title--how-to-buy {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .booking__title--how-to-buy {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .booking__title--how-to-buy {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .booking__title--how-to-buy {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .booking__title--how-to-buy {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .booking__title--how-to-buy {
    font-size: 32px;
    line-height: 44px;
  }
}

.booking__slogan {
  margin-top: 10px;
}

@media (max-width: 959px) {
  .booking__slogan {
    margin-top: 8px;
  }
}

@media (min-width: 0px) {
  .booking__slogan {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .booking__slogan {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .booking__slogan {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .booking__slogan {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .booking__slogan {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .booking__slogan {
    font-size: 20px;
    line-height: 30px;
  }
}

.booking__form {
  margin-top: 34px;
}

@media (max-width: 1280px) {
  .booking__form {
    margin-top: 20px;
  }
}

@media (max-width: 959px) {
  .booking__form {
    margin-top: 16px;
  }
}

.booking__form--reserve {
  margin-top: 30px;
}

@media (min-width: 320px) and (max-width: 959px) {
  .booking__form--reserve {
    margin-top: 16px;
  }
}

.booking__decor {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 425px;
  height: 177px;
  background-image: url("../img/content/booking-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: left;
}

@media (max-width: 959px) {
  .booking__decor {
    display: none;
  }
}

@media (max-width: 1280px) {
  .booking__decor {
    width: 284px;
    height: 118px;
  }
}

@media (max-width: 1440px) {
  .booking__decor {
    width: 171px;
    background-size: cover;
    background-position-x: left;
    height: 118px;
  }
}

.booking__decor--callback {
  background-image: url("../img/content/callback-bg.jpg");
  height: 100%;
  width: 448px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

@media (max-width: 1440px) {
  .booking__decor--callback {
    width: 364.8px;
  }
}

@media (max-width: 1280px) {
  .booking__decor--callback {
    width: 205.8px;
  }
}

@media (max-width: 959px) {
  .booking__decor--callback {
    width: 205.8px;
  }
}

@media (max-width: 719px) {
  .booking__decor--callback {
    background-image: none;
  }
}

.booking__decor--girl {
  position: absolute;
  bottom: 0;
  right: 336px;
  width: 233.78px;
  height: 282px;
  background-repeat: no-repeat;
  background-image: url("../img/content/call-girl.png");
  background-size: cover;
}

@media (max-width: 1440px) {
  .booking__decor--girl {
    right: 274px;
    width: 190px;
    height: 230px;
  }
}

@media (max-width: 1280px) {
  .booking__decor--girl {
    right: 105.8px;
    width: 190px;
    height: 230px;
  }
}

@media (max-width: 959px) {
  .booking__decor--girl {
    right: 0px;
    width: 159px;
    height: 193px;
  }
}

.booking__decor--landscape {
  background-image: url("../img/content/landscape-bg.png");
  height: 100%;
  width: 533px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

@media (max-width: 1440px) {
  .booking__decor--landscape {
    width: 434px;
  }
}

@media (max-width: 959px) {
  .booking__decor--landscape {
    background-position: 115%;
  }
}

@media (max-width: 719px) {
  .booking__decor--landscape {
    background-image: none;
  }
}

.booking-apartment {
  background: #E4F2F5;
  padding: 50px 0 312px 0;
  color: #2F343F;
}

@media (max-width: 1440px) {
  .booking-apartment {
    padding: 50px 0 230px 0;
  }
}

@media (max-width: 1280px) {
  .booking-apartment {
    padding: 50px 0 200px 0;
  }
}

@media (max-width: 959px) {
  .booking-apartment {
    padding: 50px 0 155px 0;
  }
}

@media (max-width: 719px) {
  .booking-apartment {
    padding: 32px 0 44px 0;
  }
}

.booking-apartment__description {
  padding-left: 29px;
}

@media (max-width: 1440px) {
  .booking-apartment__description {
    padding-left: 0;
  }
}

.booking-apartment__photo {
  width: 100%;
  height: 380px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1440px) {
  .booking-apartment__photo {
    height: 305px;
  }
}

@media (max-width: 1280px) {
  .booking-apartment__photo {
    height: 170px;
    margin-top: auto;
    margin-bottom: 42px;
  }
}

@media (max-width: 959px) {
  .booking-apartment__photo {
    height: 165px;
    margin-bottom: 0;
    margin-top: 0;
  }
}

@media (max-width: 719px) {
  .booking-apartment__photo {
    height: 80px;
    margin: auto;
  }
}

.booking-apartment__title {
  font-weight: bold;
}

@media (min-width: 0px) {
  .booking-apartment__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .booking-apartment__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .booking-apartment__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .booking-apartment__title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1281px) {
  .booking-apartment__title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1441px) {
  .booking-apartment__title {
    font-size: 44px;
    line-height: 56px;
  }
}

.booking-apartment__comment {
  margin-top: auto;
}

@media (min-width: 0px) {
  .booking-apartment__comment {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .booking-apartment__comment {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .booking-apartment__comment {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .booking-apartment__comment {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .booking-apartment__comment {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .booking-apartment__comment {
    font-size: 16px;
    line-height: 24px;
  }
}

.booking-apartment__name {
  padding: 31px 0 8px 0;
  font-weight: 600;
}

@media (max-width: 1440px) {
  .booking-apartment__name {
    padding: 25px 0 0 0;
  }
}

@media (max-width: 959px) {
  .booking-apartment__name {
    padding: 15px 0 0 0;
  }
}

.booking-apartment__phone {
  padding: 7px 0;
  font-weight: 600;
}

.booking-apartment__name, .booking-apartment__phone {
  color: #111111;
}

@media (min-width: 0px) {
  .booking-apartment__name, .booking-apartment__phone {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .booking-apartment__name, .booking-apartment__phone {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .booking-apartment__name, .booking-apartment__phone {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .booking-apartment__name, .booking-apartment__phone {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .booking-apartment__name, .booking-apartment__phone {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .booking-apartment__name, .booking-apartment__phone {
    font-size: 24px;
    line-height: 36px;
  }
}

.booking-apartment__link {
  color: #111111;
  border-bottom: 2px dashed #83CCDD;
  text-decoration: none;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  margin: 8px 0 26px 0;
  display: table;
}

@media (min-width: 0px) {
  .booking-apartment__link {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .booking-apartment__link {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .booking-apartment__link {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .booking-apartment__link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .booking-apartment__link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .booking-apartment__link {
    font-size: 16px;
    line-height: 24px;
  }
}

.booking-apartment__link:hover {
  border-color: transparent;
}

@media (max-width: 1440px) {
  .booking-apartment__link {
    margin: 0 0 16px 0;
  }
}

@media (max-width: 719px) {
  .booking-apartment__link {
    display: none;
  }
}

.booking-apartment__form {
  width: 83%;
}

@media (max-width: 1440px) {
  .booking-apartment__form {
    width: 85%;
  }
}

@media (max-width: 1280px) {
  .booking-apartment__form {
    width: 91%;
  }
}

@media (max-width: 959px) {
  .booking-apartment__form {
    margin-top: 24px;
    width: 100%;
  }
}

.booking-apartment-promo {
  /*.form-field {
      margin-bottom: 10px;
    }*/
}

.booking-apartment-promo__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.booking-apartment-promo__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 959px) {
  .booking-apartment-promo__info {
    display: block;
  }
}

.booking-apartment-promo__title {
  font-weight: 600;
}

@media (min-width: 0px) {
  .booking-apartment-promo__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .booking-apartment-promo__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .booking-apartment-promo__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .booking-apartment-promo__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .booking-apartment-promo__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .booking-apartment-promo__title {
    font-size: 24px;
    line-height: 36px;
  }
}

.booking-apartment-promo__title + .booking-apartment-promo__info {
  margin-top: 20px;
}

@media (max-width: 1440px) {
  .booking-apartment-promo__title + .booking-apartment-promo__info {
    margin-top: 16px;
  }
}

.booking-apartment-promo__name {
  font-weight: 600;
}

@media (min-width: 0px) {
  .booking-apartment-promo__name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .booking-apartment-promo__name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .booking-apartment-promo__name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .booking-apartment-promo__name {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .booking-apartment-promo__name {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .booking-apartment-promo__name {
    font-size: 24px;
    line-height: 36px;
  }
}

.booking-apartment-promo__phone {
  font-weight: 600;
  border-bottom: 2px dashed #83CCDD;
  text-decoration: none;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  color: #2F343F;
}

@media (min-width: 0px) {
  .booking-apartment-promo__phone {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .booking-apartment-promo__phone {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .booking-apartment-promo__phone {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .booking-apartment-promo__phone {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .booking-apartment-promo__phone {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .booking-apartment-promo__phone {
    font-size: 24px;
    line-height: 36px;
  }
}

.booking-apartment-promo__phone:hover {
  border-color: transparent;
}

.booking-apartment-promo__name + .booking-apartment-promo__phone {
  margin-left: 30px;
}

@media (max-width: 959px) {
  .booking-apartment-promo__name + .booking-apartment-promo__phone {
    margin-left: 0;
    margin-top: 5px;
  }
}

.booking-apartment-promo__post {
  font-weight: 500;
}

@media (min-width: 0px) {
  .booking-apartment-promo__post {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .booking-apartment-promo__post {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .booking-apartment-promo__post {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .booking-apartment-promo__post {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .booking-apartment-promo__post {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .booking-apartment-promo__post {
    font-size: 16px;
    line-height: 24px;
  }
}

.booking-apartment-promo__info + .booking-apartment-promo__post {
  margin-top: 5px;
}

.booking-apartment-promo__form {
  margin-top: 20px;
  max-width: 90%;
}

.booking-apartment-promo__form .form-field + .form-field {
  margin-left: 30px !important;
}

@media (max-width: 1440px) {
  .booking-apartment-promo__form {
    max-width: 98%;
  }
}

@media (max-width: 1280px) {
  .booking-apartment-promo__form {
    max-width: 91%;
  }
}

@media (max-width: 959px) {
  .booking-apartment-promo__form {
    max-width: 100%;
  }
  .booking-apartment-promo__form .form-field + .form-field {
    margin-left: 0px !important;
  }
}

@media (min-width: 0px) {
  .booking--wide .booking__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .booking--wide .booking__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .booking--wide .booking__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .booking--wide .booking__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .booking--wide .booking__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .booking--wide .booking__title {
    font-size: 32px;
    line-height: 44px;
  }
}

.booking--wide .booking__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 959px) {
  .booking--wide .booking__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 719px) {
  .booking--wide .booking__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.booking--wide .booking__inner-descr + .booking__form {
  margin-left: 115px;
}

@media (max-width: 1440px) {
  .booking--wide .booking__inner-descr + .booking__form {
    margin-left: 72px;
  }
}

@media (max-width: 1280px) {
  .booking--wide .booking__inner-descr + .booking__form {
    margin-left: 40px;
  }
}

@media (max-width: 959px) {
  .booking--wide .booking__inner-descr + .booking__form {
    margin-left: 0;
  }
}

.booking--team {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.booking--team .booking__inner {
  padding: 40px 60px;
}

@media (max-width: 1280px) {
  .booking--team .booking__inner {
    padding: 30px 40px;
  }
}

@media (max-width: 959px) {
  .booking--team .booking__inner {
    padding: 16px 0px 16px 24px;
  }
}

@media (max-width: 719px) {
  .booking--team .booking__inner {
    width: 100%;
    padding: 16px;
  }
}

.booking--team .booking__bg {
  top: 93px;
  min-height: calc(100% - 93px);
}

@media (max-width: 1280px) {
  .booking--team .booking__bg {
    top: 32px;
    min-height: calc(100% - 32px);
  }
}

@media (max-width: 719px) {
  .booking--team .booking__bg {
    top: 0px;
    min-height: calc(100% - 38px);
  }
}

.booking--team .booking__decor {
  position: relative;
  width: 504px;
  height: 319px;
  background-image: url("../img/content/booking-decor.png");
}

@media (max-width: 1280px) {
  .booking--team .booking__decor {
    display: block;
    width: 336px;
    height: 212px;
  }
}

@media (max-width: 959px) {
  .booking--team .booking__decor {
    display: block;
    width: 267px;
    height: 168px;
  }
}

@media (max-width: 719px) {
  .booking--team .booking__decor {
    display: none;
  }
}

@media (max-width: 1280px) {
  .booking--mailing {
    padding: 32px 40px;
  }
}

@media (max-width: 959px) {
  .booking--mailing {
    padding: 24px;
  }
}

@media (max-width: 719px) {
  .booking--mailing {
    padding: 24px 16px;
  }
}

.booking--mailing .booking__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.booking--mailing .booking__form {
  min-width: 100%;
}

@media (max-width: 719px) {
  .booking--mailing .booking__bg {
    top: 0px;
    min-height: 100%;
  }
}

@media (min-width: 0px) {
  .booking--presentation .booking__title, .booking--presentation .booking__slogan {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .booking--presentation .booking__title, .booking--presentation .booking__slogan {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .booking--presentation .booking__title, .booking--presentation .booking__slogan {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .booking--presentation .booking__title, .booking--presentation .booking__slogan {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .booking--presentation .booking__title, .booking--presentation .booking__slogan {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .booking--presentation .booking__title, .booking--presentation .booking__slogan {
    font-size: 32px;
    line-height: 44px;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs__item {
  font-weight: 500;
  margin-right: 14px;
  color: #B1B4C4;
  position: relative;
}

@media (min-width: 0px) {
  .breadcrumbs__item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .breadcrumbs__item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .breadcrumbs__item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .breadcrumbs__item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .breadcrumbs__item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .breadcrumbs__item {
    font-size: 14px;
    line-height: 18px;
  }
}

.breadcrumbs__item:after {
  content: "";
  position: absolute;
  top: 2px;
  right: -7px;
  width: 1px;
  height: 14px;
  background-color: #B1B4C4;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.breadcrumbs__item:last-child {
  color: inherit;
  pointer-events: none;
}

.breadcrumbs__item:last-child:after {
  content: none;
}

.breadcrumbs__item-link {
  color: inherit;
  text-decoration: none;
  display: block;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  cursor: pointer;
}

.breadcrumbs__item:hover .breadcrumbs__item-link {
  color: #83CCDD;
}

.burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  cursor: pointer;
}

.burger-inner {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.burger.toggle .burger-inner {
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: burger-rotate;
          animation-name: burger-rotate;
}

.burger.toggle.toggle--reverse .burger-inner {
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: burger-rotate-reverse;
          animation-name: burger-rotate-reverse;
}

@-webkit-keyframes burger-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes burger-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@-webkit-keyframes burger-rotate-reverse {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes burger-rotate-reverse {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.burger-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
}

.burger-title {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  will-change: opacity;
  opacity: 1;
}

.burger.toggle .burger-title {
  opacity: 0;
}

.burger-inner {
  overflow: hidden;
}

.burger-title + .burger-wrapper {
  margin-left: 6px;
}

.burger__line {
  width: 100%;
  height: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.burger__line-half {
  height: 100%;
  background-color: #FFFFFF;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.burger__line-half:first-child {
  width: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #83CCDD;
}

.burger__line--reverse .burger__line-half:first-child {
  width: 100%;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  background-color: #FFFFFF;
}

.burger.toggle .burger__line--reverse .burger__line-half:first-child {
  background-color: #2F343F;
}

.burger:hover .burger__line--reverse .burger__line-half:first-child {
  width: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #83CCDD;
}

.burger:hover .burger__line-half:first-child {
  width: 100%;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  background-color: #FFFFFF;
}

.burger__line-half:last-child {
  width: 100%;
  margin-left: 3px;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  background-color: #FFFFFF;
}

.burger__line--reverse .burger__line-half:last-child {
  width: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #83CCDD;
}

.burger:hover .burger__line--reverse .burger__line-half:last-child {
  width: 100%;
  margin-left: 3px;
  background-color: #FFFFFF;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

.burger.toggle:hover .burger__line--reverse .burger__line-half:last-child {
  background-color: #2F343F;
}

.burger:hover .burger__line-half:last-child {
  width: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #83CCDD;
}

.burger__line:nth-child(4) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  margin-left: 0;
  margin-top: -1px !important;
  background-color: #2F343F;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.burger.toggle .burger__line:nth-child(1) {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.burger.toggle .burger__line:nth-child(3) {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@-webkit-keyframes line-up-rise {
  0% {
  }
  50% {
  }
  100% {
    left: 0;
    width: 100%;
    opacity: 1;
  }
}

@keyframes line-up-rise {
  0% {
  }
  50% {
  }
  100% {
    left: 0;
    width: 100%;
    opacity: 1;
  }
}

@-webkit-keyframes line-up-rise-reverse {
  0% {
    left: 0;
    width: 100%;
    opacity: 1;
  }
  50% {
    width: 0;
    left: 50%;
    opacity: 0;
  }
  100% {
  }
}

@keyframes line-up-rise-reverse {
  0% {
    left: 0;
    width: 100%;
    opacity: 1;
  }
  50% {
    width: 0;
    left: 50%;
    opacity: 0;
  }
  100% {
  }
}

.burger.toggle .burger__line:nth-child(4) {
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: line-up-rise;
          animation-name: line-up-rise;
}

.burger.toggle.toggle--reverse .burger__line:nth-child(4) {
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: line-up-rise-reverse;
          animation-name: line-up-rise-reverse;
}

.burger__line + .burger__line {
  margin-top: 4px;
}

.button {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  min-width: 40px;
  max-width: 100%;
  padding: 17px 20px;
  color: inherit;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 -4px #2F343F;
          box-shadow: 0 0 0 -4px #2F343F;
  background-color: transparent;
  letter-spacing: 0.2em;
  font-weight: 600;
  border: none;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  will-change: color, background-color, border;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.button svg {
  z-index: 1;
}

.button:active {
  -webkit-box-shadow: 0 -8px 0 -4px #2F343F;
          box-shadow: 0 -8px 0 -4px #2F343F;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.button:active .button__hover {
  height: 300px;
  width: 150%;
  background-color: #83CCDD;
}

.button__border {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 2px solid #2F343F;
}

.button__hover {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  opacity: 0;
  background-color: #83CCDD;
  -webkit-transition: all ease-in-out 500ms;
  transition: all ease-in-out 500ms;
}

.button__hover--active {
  opacity: 1;
}

.button__title {
  position: relative;
  z-index: 1;
}

.button--fluid {
  width: 100%;
}

@media (max-width: 719px) {
  .button--fluid-to-sm {
    width: 100%;
  }
}

.button--padding-small {
  padding: 11px 15px 12px;
}

.button:hover, .button:active {
  border-color: #83CCDD;
}

.button--color-transparent:hover {
  color: #2F343F;
}

.button--color-black {
  color: #FFFFFF;
  background-color: #2F343F;
}

.button--color-black > .link__title {
  color: #FFFFFF;
}

.button--color-black:hover > .link__title {
  color: #FFFFFF;
}

.button--size-big {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2em;
  padding: 20px 40px;
}

@media (max-width: 1440px) {
  .button--size-big {
    font-size: 14px;
    line-height: 18px;
    padding: 16px 30px;
  }
}

@media (max-width: 959px) {
  .button--size-big {
    font-size: 12px;
    line-height: 16px;
    padding: 16px 20px;
  }
}

@media (max-width: 719px) {
  .button--size-big {
    font-size: 12px;
    line-height: 16px;
    padding: 16px 20px;
  }
}

.button--size-big-wide {
  padding: 20px 0px;
}

@media (max-width: 719px) {
  .button--size-big-wide {
    padding: 16px 0px;
  }
}

.button--size-small {
  font-size: 12px;
  line-height: 16px;
  padding: 16px 20px;
}

.button-box {
  max-width: 100%;
  max-height: 52px;
}

.button-box--booking {
  margin-left: 30px;
}

@media (max-width: 959px) {
  .button-box--booking {
    margin-left: 16px;
  }
}

@media (max-width: 719px) {
  .button-box--booking {
    margin-top: 16px;
    margin-left: 0px;
  }
}

.carousel__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.carousel__header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.carousel__header-more {
  text-decoration: none;
  display: block;
  color: #B1B4C4;
  border-bottom: 1px solid;
  white-space: nowrap;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

@media (min-width: 0px) {
  .carousel__header-more {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .carousel__header-more {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .carousel__header-more {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .carousel__header-more {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .carousel__header-more {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .carousel__header-more {
    font-size: 16px;
    line-height: 24px;
  }
}

.carousel__header-more:hover {
  color: inherit;
}

.carousel__inner {
  position: relative;
}

.carousel__header + .carousel__wrapper {
  margin-top: 60px;
}

@media (max-width: 1440px) {
  .carousel__header + .carousel__wrapper {
    margin-top: 24px;
  }
}

@media (max-width: 959px) {
  .carousel__header + .carousel__wrapper {
    margin-top: 16px;
  }
}

@media (min-width: 0px) {
  .carousel__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .carousel__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .carousel__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .carousel__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .carousel__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .carousel__title {
    font-size: 24px;
    line-height: 36px;
  }
}

.carousel__next, .carousel__prev {
  position: absolute;
  top: 50%;
  width: 24px;
  margin-top: -20px;
  background-color: transparent;
  cursor: pointer;
}

.carousel__next > svg, .carousel__prev > svg {
  stroke-width: 3px;
  stroke: #B1B4C4;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  will-change: fill;
}

.carousel__next:hover > svg, .carousel__prev:hover > svg {
  stroke: #83CCDD;
}

.carousel__next {
  right: -50px;
}

.carousel__prev {
  left: -50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.carousel--object-detail .carousel__item {
  height: 1px;
  /* need to set child height 100%, float position behavior */
  min-height: 750px;
}

@media (max-width: 1440px) {
  .carousel--object-detail .carousel__item {
    min-height: 650px;
  }
}

@media (max-width: 1280px) {
  .carousel--object-detail .carousel__item {
    min-height: 544px;
  }
}

@media (max-width: 959px) {
  .carousel--object-detail .carousel__item {
    min-height: 380px;
  }
}

@media (max-width: 719px) {
  .carousel--object-detail .carousel__item {
    min-height: 176px;
  }
}

.carousel--object-detail .carousel__item-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.carousel--object-detail .carousel__inner + .carousel__footer {
  margin-top: 20px;
}

@media (max-width: 1440px) {
  .carousel--object-detail .carousel__inner + .carousel__footer {
    margin-top: 16px;
  }
}

.carousel--object-detail .carousel__footer--object-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 719px) {
  .carousel--object-detail .carousel__footer--object-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.carousel--object-detail .carousel__footer--object-detail .carousel__footer-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1px;
  min-height: 32px;
}

@media (max-width: 719px) {
  .carousel--object-detail .carousel__footer--object-detail .carousel__footer-nav-controls {
    display: none;
  }
}

.carousel--object-detail .carousel__footer--object-detail .carousel__footer-nav-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 719px) {
  .carousel--object-detail .carousel__footer--object-detail .carousel__footer-nav-dots {
    margin-bottom: 15px;
  }
}

@media (min-width: 320px) {
  .carousel--object-detail .carousel__footer--object-detail .carousel__footer-nav {
    padding: 0 62px;
  }
}

.carousel--object-detail .carousel__footer--object-detail .carousel__footer-nav .owl-dot {
  outline: none;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background-color: #D7D8E0 !important;
  border: 4px solid transparent;
  padding: 0;
  cursor: pointer;
  -webkit-transition: border ease-in-out 300ms, background-color 300ms ease-in-out;
  transition: border ease-in-out 300ms, background-color 300ms ease-in-out;
}

.carousel--object-detail .carousel__footer--object-detail .carousel__footer-nav .owl-dot + .carousel--object-detail .carousel__footer--object-detail .carousel__footer-nav .owl-dot {
  margin-left: 6px;
}

.carousel--object-detail .carousel__footer--object-detail .carousel__footer-nav .owl-dot.active {
  width: 14px;
  height: 14px;
  background-color: transparent !important;
  border: 4px solid #83CCDD !important;
  -webkit-transition: background-color 0ms;
  transition: background-color 0ms;
}

.carousel--object-detail .carousel__footer--object-detail .carousel__footer-nav .owl-prev, .carousel--object-detail .carousel__footer--object-detail .carousel__footer-nav .owl-next {
  width: 32px;
  height: 32px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: transparent;
}

.carousel--object-detail .carousel__footer--object-detail .carousel__footer-nav .owl-prev > span, .carousel--object-detail .carousel__footer--object-detail .carousel__footer-nav .owl-next > span {
  position: relative;
  z-index: 1;
  color: #D7D8E0;
  font-size: 22px;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  will-change: color;
}

.carousel--object-detail .carousel__footer--object-detail .carousel__footer-nav .owl-prev:before, .carousel--object-detail .carousel__footer--object-detail .carousel__footer-nav .owl-next:before {
  content: '';
  width: 32px;
  height: 32px;
  display: block;
  background-color: #F3F3F4;
  position: absolute;
  z-index: 0;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  will-change: background-color, color, border;
  border: none;
}

.carousel--object-detail .carousel__footer--object-detail .carousel__footer-nav .owl-prev:hover:not(.disabled) > span, .carousel--object-detail .carousel__footer--object-detail .carousel__footer-nav .owl-next:hover:not(.disabled) > span {
  color: #83CCDD;
}

.carousel--object-detail .carousel__footer--object-detail .carousel__footer-nav .owl-prev:hover:not(.disabled):before, .carousel--object-detail .carousel__footer--object-detail .carousel__footer-nav .owl-next:hover:not(.disabled):before {
  background-color: #E4F2F5;
}

.carousel--object-detail .carousel__footer--object-detail .carousel__footer-nav .owl-prev.disabled, .carousel--object-detail .carousel__footer--object-detail .carousel__footer-nav .owl-next.disabled {
  cursor: default;
  opacity: .6;
}

.carousel--object-detail .carousel__footer--object-detail .carousel__footer-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 0;
}

.carousel--object-detail .carousel__footer--object-detail .carousel__footer-nav .owl-next {
  position: absolute;
  right: 0;
  top: 0;
}

.chess {
  background-color: #FFFFFF;
  padding: 20px;
}

.chess__filter + .chess__content {
  margin-top: 30px;
}

@media (max-width: 1440px) {
  .chess__filter + .chess__content {
    margin-top: 24px;
  }
}

.chess__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.chess__item + .chess__item {
  margin-left: 10px;
}

@media (max-width: 1440px) {
  .chess__item + .chess__item {
    margin-left: 8px;
  }
}

.chess__item-presentation {
  width: 32px;
  height: 32px;
  background-color: #F3F3F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-weight: 500;
  -webkit-transition: background-color ease-in-out 300ms;
  transition: background-color ease-in-out 300ms;
}

@media (min-width: 0px) {
  .chess__item-presentation {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .chess__item-presentation {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .chess__item-presentation {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .chess__item-presentation {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .chess__item-presentation {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .chess__item-presentation {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 1440px) {
  .chess__item-presentation {
    width: 26px;
    height: 26px;
  }
}

.chess__item:hover {
  cursor: pointer;
}

.chess__item:hover .chess__item-presentation {
  background-color: #83CCDD;
}

.chess__item.active {
  cursor: pointer;
}

.chess__item.active .chess__item-presentation {
  font-weight: 700;
  background-color: #83CCDD;
}

.chess__item-presentation + .chess__item-text {
  margin-left: 8px;
}

.chess__item--not-match {
  pointer-events: none;
}

.chess__item--not-match .chess__item-presentation {
  color: #D7D8E0;
}

.chess__item--booked {
  pointer-events: none;
}

.chess__item--booked .chess__item-presentation {
  background-color: #2F343F;
}

.chess__item--stock .chess__item-presentation-svg {
  position: absolute;
  right: 2px;
  top: -2px;
}

@media (max-width: 1440px) {
  .chess__item--stock .chess__item-presentation-svg {
    right: -2px;
    top: -4px;
  }
}

.chess__item--sold {
  pointer-events: none;
}

.chess__item--sold .chess__item-presentation:after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  position: absolute;
  top: 8px;
  left: 8px;
}

@media (max-width: 1440px) {
  .chess__item--sold .chess__item-presentation:after {
    width: 12px;
    height: 12px;
    top: 6px;
    left: 6px;
  }
}

.chess__item--empty .chess__item-presentation {
  visibility: hidden;
  pointer-events: none;
}

.chess__floor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 32px;
  padding-left: 20px;
}

.chess__floor-number {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

@media (min-width: 0px) {
  .chess__floor-number {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .chess__floor-number {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .chess__floor-number {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .chess__floor-number {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .chess__floor-number {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .chess__floor-number {
    font-size: 12px;
    line-height: 16px;
  }
}

.chess__floor + .chess__floor {
  margin-top: 10px;
}

@media (max-width: 1440px) {
  .chess__floor + .chess__floor {
    margin-top: 8px;
  }
}

.chess__layout-faq {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 0px) {
  .chess__layout-faq {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .chess__layout-faq {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .chess__layout-faq {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .chess__layout-faq {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .chess__layout-faq {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .chess__layout-faq {
    font-size: 12px;
    line-height: 16px;
  }
}

.chess__floor + .chess__layout-faq {
  margin-top: 10px;
}

@media (max-width: 1440px) {
  .chess__floor + .chess__layout-faq {
    margin-top: 13px;
  }
}

.chess__legend-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px -10px;
}

@media (max-width: 1440px) {
  .chess__legend-inner {
    display: block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.chess__legend-inner .chess__item {
  pointer-events: none;
  padding: 8px 10px;
  margin-left: 0;
}

.chess__layout + .chess__legend {
  margin-top: 32px;
}

@media (max-width: 1440px) {
  .chess__layout + .chess__legend {
    margin-top: 16px;
  }
}

.collapsible {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.collapsible + .collapsible {
  margin-top: 38px;
}

@media (max-width: 1440px) {
  .collapsible + .collapsible {
    margin-top: 24px;
  }
}

@media (max-width: 1280px) {
  .collapsible + .collapsible {
    margin-top: 16px;
  }
}

.collapsible__header {
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

@media (max-width: 1280px) {
  .collapsible__header {
    height: 24px;
  }
}

@media (min-width: 0px) {
  .collapsible__header {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .collapsible__header {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .collapsible__header {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .collapsible__header {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .collapsible__header {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .collapsible__header {
    font-size: 20px;
    line-height: 28px;
  }
}

.collapsible__header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.collapsible__header-icon-svg {
  margin-left: 10px;
  width: 15px;
  height: 12px;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.collapsible__header-icon-svg > .path {
  fill: #2F343F;
}

.collapsible__header-info {
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  background-color: #E4F2F5;
  margin-left: 10px;
}

.collapsible__header-info-text {
  display: none;
  font-weight: 500;
}

@media (min-width: 0px) {
  .collapsible__header-info-text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .collapsible__header-info-text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .collapsible__header-info-text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .collapsible__header-info-text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .collapsible__header-info-text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .collapsible__header-info-text {
    font-size: 12px;
    line-height: 16px;
  }
}

.collapsible__header:hover {
  opacity: .7;
}

.collapsible__list {
  padding: 0;
}

.collapsible__list-item {
  margin-top: 30px;
  list-style-type: none;
}

@media (min-width: 0px) {
  .collapsible__list-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .collapsible__list-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .collapsible__list-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .collapsible__list-item {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .collapsible__list-item {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .collapsible__list-item {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1440px) {
  .collapsible__list-item {
    margin-top: 16px;
  }
}

.collapsible--faq .collapsible__header-title-name {
  border-bottom: 2px dashed #83CCDD;
  -webkit-transition: border-color ease-in-out 300ms;
  transition: border-color ease-in-out 300ms;
  border-color: transparent;
}

.collapsible--faq .collapsible__header-title-name:hover {
  border-color: transparent;
}

.collapsible--faq .collapsible__text {
  padding-top: 28px;
}

@media (min-width: 0px) {
  .collapsible--faq .collapsible__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .collapsible--faq .collapsible__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .collapsible--faq .collapsible__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .collapsible--faq .collapsible__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .collapsible--faq .collapsible__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .collapsible--faq .collapsible__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.collapsible--faq .collapsed > .collapsible__header-info {
  display: none;
}

.collapsible--faq .collapsed > .collapsible__header-title-name {
  border-color: #83CCDD;
}

.collapsible--faq .collapsed > .collapsible__header-title-name:hover {
  border-color: transparent;
}

.collapsible--faq .collapsed > .collapsible__header-icon-svg {
  fill: #83CCDD;
}

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

.collapsed > .collapsible__header-icon-svg {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.collapsed > .collapsible__header-info {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  height: 100%;
  padding: 4px 10px;
}

.collapsed > .collapsible__header-info .collapsible__header-info-text {
  display: block;
}

.commercial-map {
  width: 100%;
  height: 720px;
  padding: 0;
  margin: 0;
}

@media (max-width: 719px) {
  .commercial-map {
    height: 390px;
  }
}

.commercial-map__inner {
  width: 100%;
  height: 720px;
}

.contacts__managers {
  margin-top: 80px;
}

@media (max-width: 1440px) {
  .contacts__managers {
    margin-top: 40px;
  }
}

@media (max-width: 959px) {
  .contacts__managers {
    margin-top: 32px;
  }
}

@media (max-width: 719px) {
  .contacts__managers {
    margin-top: 24px;
  }
}

.contacts__block + .contacts__block {
  margin-top: 30px;
}

.contacts__block + .contacts__block--social {
  margin-top: 50px;
}

.contacts__block-title {
  font-weight: 600;
}

@media (min-width: 0px) {
  .contacts__block-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .contacts__block-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .contacts__block-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .contacts__block-title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .contacts__block-title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .contacts__block-title {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (min-width: 0px) {
  .contacts__block-descr {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .contacts__block-descr {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .contacts__block-descr {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .contacts__block-descr {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .contacts__block-descr {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .contacts__block-descr {
    font-size: 14px;
    line-height: 18px;
  }
}

.contacts__block-title + .contacts__block-descr {
  margin-top: 10px;
}

@media (min-width: 1281px) {
  .contacts__social {
    display: none;
  }
}

.contacts__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 720px) {
  .contacts__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1281px) {
  .contacts__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 719px) {
  .contacts__actions {
    width: 100%;
  }
}

.contacts__actions-item + .contacts__actions-item {
  margin-top: 15px;
}

@media (min-width: 720px) {
  .contacts__actions-item + .contacts__actions-item {
    margin-top: 0;
    margin-left: 15px;
  }
}

@media (min-width: 960px) {
  .contacts__actions-item + .contacts__actions-item {
    margin-top: 0;
    margin-left: 30px;
  }
}

@media (min-width: 1281px) {
  .contacts__actions-item + .contacts__actions-item {
    margin-top: 15px;
    margin-left: 0;
  }
}

@media (max-width: 719px) {
  .contacts__social + .contacts__actions {
    margin-bottom: 15px;
  }
}

.contacts__map {
  margin: 30px 0 40px;
  height: 500px;
}

@media (max-width: 1440px) {
  .contacts__map {
    height: 350px;
  }
}

@media (max-width: 959px) {
  .contacts__map {
    height: 250px;
    margin: 30px 0 32px;
  }
}

@media (max-width: 719px) {
  .contacts__map {
    height: 290px;
    margin: 16px 0 24px;
  }
}

.contacts__managers-header-title {
  font-weight: 600;
}

@media (min-width: 0px) {
  .contacts__managers-header-title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .contacts__managers-header-title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .contacts__managers-header-title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .contacts__managers-header-title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .contacts__managers-header-title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .contacts__managers-header-title {
    font-size: 32px;
    line-height: 44px;
  }
}

.contacts__managers-header-desc {
  font-weight: 500;
}

@media (min-width: 0px) {
  .contacts__managers-header-desc {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .contacts__managers-header-desc {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .contacts__managers-header-desc {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .contacts__managers-header-desc {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .contacts__managers-header-desc {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .contacts__managers-header-desc {
    font-size: 20px;
    line-height: 30px;
  }
}

.contacts__managers-header-title + .contacts__managers-header-desc {
  margin-top: 20px;
}

@media (max-width: 1440px) {
  .contacts__managers-header-title + .contacts__managers-header-desc {
    margin-top: 16px;
  }
}

@media (max-width: 1280px) {
  .contacts__managers-header-title + .contacts__managers-header-desc {
    margin-top: 8px;
  }
}

.contacts__managers-info {
  margin: -10px 0;
}

.contacts__managers-info > div {
  margin: 10px 0;
}

.contacts__managers-info-title {
  font-weight: 500;
}

@media (min-width: 0px) {
  .contacts__managers-info-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .contacts__managers-info-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .contacts__managers-info-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .contacts__managers-info-title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .contacts__managers-info-title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .contacts__managers-info-title {
    font-size: 20px;
    line-height: 30px;
  }
}

.contacts__managers-header + .contacts__managers-info {
  margin-top: 32px;
}

@media (max-width: 959px) {
  .contacts__managers-header + .contacts__managers-info {
    margin-top: 24px;
  }
}

.contacts-map {
  width: 100%;
  height: 100%;
}

.document-link + .document-link {
  margin-top: 16px;
}

.dummy-image {
  max-width: 100%;
  height: 420px;
  background-color: #F3F3F4;
}

@media (max-width: 959px) {
  .dummy-image {
    height: 320px;
  }
}

.dynamics__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 719px) {
  .dynamics__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dynamics__header-item {
  min-width: 330px;
}

@media (max-width: 1440px) {
  .dynamics__header-item {
    min-width: 23%;
  }
}

@media (max-width: 1280px) {
  .dynamics__header-item {
    min-width: 216px;
  }
}

@media (max-width: 959px) {
  .dynamics__header-item {
    min-width: 208px;
  }
}

@media (max-width: 719px) {
  .dynamics__header-item {
    min-width: 100%;
  }
}

.dynamics__header-item + .dynamics__header-item {
  margin-left: 30px;
}

@media (max-width: 1280px) {
  .dynamics__header-item + .dynamics__header-item {
    margin-left: 24px;
  }
}

@media (max-width: 959px) {
  .dynamics__header-item + .dynamics__header-item {
    margin-left: 16px;
  }
}

@media (max-width: 719px) {
  .dynamics__header-item + .dynamics__header-item {
    margin-left: 0;
    margin-top: 16px;
  }
}

.dynamics__header-item .select2-container {
  height: 100%;
}

.dynamics__header-item .select2-container .select2-selection--single {
  height: 100%;
}

.dynamics__header + .dynamics__content {
  margin-top: 30px;
}

@media (max-width: 1440px) {
  .dynamics__header + .dynamics__content {
    margin-top: 38px;
  }
}

@media (max-width: 1280px) {
  .dynamics__header + .dynamics__content {
    margin-top: 24px;
  }
}
.dynamics-card--flex-column {
  display: flex;
  flex-direction: column;
}
.dynamics-card__title {
  font-weight: 600;
}
.r-link--sm {
  font-size: 14px;
  line-height: 1.2;

}

.dynamics-card__r-link {
  margin-top: auto;
  box-sizing: border-box;
  display: inline-block;
}

.r-link--blue {
  color: #83CCDD;
}

@media (min-width: 0px) {
  .dynamics-card__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .dynamics-card__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .dynamics-card__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .dynamics-card__title {
    font-size: 16px;
    line-height: 24px;
  }

}

@media (min-width: 1281px) {
  .dynamics-card__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .dynamics-card__title {
    font-size: 20px;
    line-height: 28px;
  }
}

.dynamics-card__gallery + .dynamics-card__title {
  margin-top: 24px;
}
.dynamics-card__title--custom {
  margin-bottom: 10px;
}

@media (max-width: 1440px) {
  .dynamics-card__gallery + .dynamics-card__title {
    margin-top: 16px;
  }
}

@media (max-width: 959px) {
  .dynamics-card__gallery + .dynamics-card__title {
    margin-top: 8px;
  }
  .r-link--sm {
    font-size: 12px;
  }

}

.empty-block {
  text-align: center;
  background-color: #83CCDD;
}

@media (min-width: 1281px) {
  .empty-block {
    padding: 115px 405px;
  }
}

@media (min-width: 1441px) {
  .empty-block {
    padding: 115px 506px;
  }
}

.empty-block__title {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: #FFFFFF;
  font-weight: bold;
}

.entities-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.entities-block__entity {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.entities-block__entity:last-child {
  margin-right: 0px;
}

.f-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-align: left;
}

@media (min-width: 0px) {
  .f-checkbox {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .f-checkbox {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .f-checkbox {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .f-checkbox {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .f-checkbox {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .f-checkbox {
    font-size: 12px;
    line-height: 16px;
  }
}

.f-checkbox + .f-checkbox {
  margin-top: 10px;
}

.f-checkbox--inline + .f-checkbox--inline {
  margin-left: 30px;
  margin-top: 0;
}

@media (min-width: 0px) {
  .f-checkbox--p2 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .f-checkbox--p2 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .f-checkbox--p2 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .f-checkbox--p2 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .f-checkbox--p2 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .f-checkbox--p2 {
    font-size: 16px;
    line-height: 24px;
  }
}

.f-checkbox--p2 .f-checkbox__presentation {
  margin-bottom: 0;
}

.f-checkbox-container {
  margin: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f-checkbox-wrapper {
  padding: 5px;
}

.f-checkbox[disabled="disabled"] {
  cursor: default;
}

.f-checkbox__input {
  display: none;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

.f-checkbox__presentation {
  width: 16px;
  height: 16px;
  border: 4px solid #F3F3F4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  will-change: border;
  margin-bottom: auto;
}

.f-checkbox__presentation--gray {
  border: 4px solid #D7D8E0;
}

.f-checkbox__presentation-svg {
  opacity: 0;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  will-change: opacity;
  min-width: 16px;
  min-height: 16px;
  fill: #FFFFFF;
}

.f-checkbox__input:checked ~ .f-checkbox__presentation {
  border: 4px solid #83CCDD;
}

.f-checkbox__input:checked ~ .f-checkbox__presentation .f-checkbox__presentation-svg {
  opacity: 1;
}

.f-checkbox__input:disabled ~ .f-checkbox__presentation {
  background-color: #F3F3F4;
}

.f-checkbox__input:disabled ~ .f-checkbox__presentation .f-checkbox__presentation-svg {
  opacity: 0;
}

.f-checkbox__name {
  -webkit-transition: color ease-in-out 300ms;
  transition: color ease-in-out 300ms;
}

.f-checkbox__input:disabled ~ .f-checkbox__name {
  color: #F3F3F4;
}

.f-checkbox__name .link {
  color: #2F343F;
}

.f-checkbox__presentation + .f-checkbox__name {
  margin-left: 5px;
  font-weight: 500;
}

.f-checkbox--btn .f-checkbox__name {
  padding: 17px 20px 16px;
  border: 1px solid #F3F3F4;
}

.f-checkbox--btn .f-checkbox__name:hover {
  border: 1px solid #83CCDD;
}

.f-checkbox--btn .f-checkbox__input:checked ~ .f-checkbox__name {
  color: #FFFFFF;
  background-color: #83CCDD;
  border: 1px solid #83CCDD;
}

.f-checkbox--icon {
  margin: 0;
}

.f-checkbox--icon .f-checkbox__presentation {
  display: none;
}

.f-checkbox--icon .f-checkbox__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-color: transparent;
  min-height: 76px;
  margin: 0;
  width: 100%;
  border: 1px solid #F3F3F4;
  position: relative;
}

.f-checkbox--icon .f-checkbox__name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  -webkit-transition: all ease-in-out 100ms;
  transition: all ease-in-out 100ms;
  will-change: border;
}

.f-checkbox--icon .f-checkbox__name:hover:before {
  border-color: #83CCDD;
}

.f-checkbox--icon .f-checkbox__name:hover {
  border-color: transparent;
}

@media (max-width: 959px) {
  .f-checkbox--icon .f-checkbox__name {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 5px 20px;
  }
}

.f-checkbox--icon .f-checkbox__name-svg {
  min-width: 36px;
  min-height: 36px;
  margin-right: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  will-change: height, width;
}

.f-dropdown-wrapper {
  width: 100%;
}

.f-dropdown-wrapper__label {
  color: #2F343F;
}

@media (min-width: 0px) {
  .f-dropdown-wrapper__label {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .f-dropdown-wrapper__label {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .f-dropdown-wrapper__label {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .f-dropdown-wrapper__label {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .f-dropdown-wrapper__label {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .f-dropdown-wrapper__label {
    font-size: 14px;
    line-height: 18px;
  }
}

.f-dropdown-wrapper__label + .f-dropdown-box {
  margin-top: 14px;
}

.f-dropdown-wrapper .f-dropdown-box {
  position: relative;
}

.f-dropdown-wrapper .f-dropdown-box__trigger {
  background: #FFFFFF;
  border: 1px solid #83CCDD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px 10px 5px 10px;
  cursor: pointer;
  position: relative;
  z-index: 3;
  font-weight: 500;
}

.f-dropdown-wrapper .f-dropdown-box__trigger span {
  color: #2F343F;
}

@media (min-width: 0px) {
  .f-dropdown-wrapper .f-dropdown-box__trigger span {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .f-dropdown-wrapper .f-dropdown-box__trigger span {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .f-dropdown-wrapper .f-dropdown-box__trigger span {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .f-dropdown-wrapper .f-dropdown-box__trigger span {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .f-dropdown-wrapper .f-dropdown-box__trigger span {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .f-dropdown-wrapper .f-dropdown-box__trigger span {
    font-size: 16px;
    line-height: 24px;
  }
}

.f-dropdown-wrapper .f-dropdown-box__trigger .arrow {
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.f-dropdown-wrapper .f-dropdown-box__options {
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #83CCDD;
  border-top-color: transparent;
  z-index: 3;
  margin-top: -1px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  font-weight: 500;
}

.f-dropdown-wrapper .f-dropdown-box__option {
  cursor: pointer;
  display: block;
  color: #2F343F;
  padding: 9px 10px 5px 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width: 0px) {
  .f-dropdown-wrapper .f-dropdown-box__option {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .f-dropdown-wrapper .f-dropdown-box__option {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .f-dropdown-wrapper .f-dropdown-box__option {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .f-dropdown-wrapper .f-dropdown-box__option {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .f-dropdown-wrapper .f-dropdown-box__option {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .f-dropdown-wrapper .f-dropdown-box__option {
    font-size: 16px;
    line-height: 24px;
  }
}

.f-dropdown-wrapper .f-dropdown-box__option:hover {
  background: #E4F2F5;
}

.f-dropdown-wrapper .f-dropdown-box__wrapper.open .arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.f-dropdown-wrapper .f-dropdown-box__wrapper.open .f-dropdown-box__options {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.f-dropdown-wrapper select {
  display: none;
}

.f-file {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
}

.f-file__icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.f-file__input {
  display: block;
  min-height: 60px;
  position: relative;
  z-index: 2;
  width: 100%;
  font-weight: 400;
  border: none;
  border-bottom: 2px solid #D7D8E0;
  padding: 26px 40px 8px 20px;
  max-height: 60px;
  background-color: transparent;
  -webkit-transition: border-color ease-in-out 300ms;
  transition: border-color ease-in-out 300ms;
  resize: none;
}

@media (min-width: 0px) {
  .f-file__input {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .f-file__input {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .f-file__input {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .f-file__input {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .f-file__input {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .f-file__input {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1280px) {
  .f-file__input {
    max-height: 52px;
    border-bottom: 1px solid #D7D8E0;
  }
}

@media (max-width: 959px) {
  .f-file__input {
    max-height: 48px;
  }
}

.f-file__input--error {
  border-color: #E44B54;
}

.f-file__input:hover, .f-file__input:focus {
  outline: none;
  border-bottom-color: #83CCDD;
}

.f-file__input::-webkit-input-placeholder {
  opacity: 0;
}

.f-file__input::-moz-placeholder {
  opacity: 0;
}

.f-file__input:-ms-input-placeholder {
  opacity: 0;
}

.f-file__input::-ms-input-placeholder {
  opacity: 0;
}

.f-file__input::placeholder {
  opacity: 0;
}

.f-file__placeholder {
  color: #B1B4C4;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  outline-color: transparent;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}

@media (min-width: 0px) {
  .f-file__placeholder {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .f-file__placeholder {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .f-file__placeholder {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .f-file__placeholder {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .f-file__placeholder {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .f-file__placeholder {
    font-size: 16px;
    line-height: 24px;
  }
}

.f-file__placeholder--focused {
  z-index: 3;
  display: block;
  top: 30%;
}

@media (min-width: 0px) {
  .f-file__placeholder--focused {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .f-file__placeholder--focused {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .f-file__placeholder--focused {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .f-file__placeholder--focused {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .f-file__placeholder--focused {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .f-file__placeholder--focused {
    font-size: 12px;
    line-height: 16px;
  }
}

.f-file__placeholder--error {
  color: #E44B54;
}

.f-input {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
}

.f-input__input {
  z-index: 1;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  font-weight: 400;
  border: none;
  border-bottom: 2px solid #D7D8E0;
  padding: 26px 16px 8px 16px;
  max-height: 60px;
  background-color: transparent;
  -webkit-transition: border-color ease-in-out 300ms;
  transition: border-color ease-in-out 300ms;
  resize: none;
}

@media (min-width: 0px) {
  .f-input__input {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .f-input__input {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .f-input__input {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .f-input__input {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .f-input__input {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .f-input__input {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1440px) {
  .f-input__input {
    padding: 24px 16px 8px 16px;
  }
}

@media (max-width: 1280px) {
  .f-input__input {
    max-height: 52px;
    border-bottom: 1px solid #D7D8E0;
    padding: 24px 16px 8px 16px;
  }
}

@media (max-width: 959px) {
  .f-input__input {
    max-height: 48px;
    padding: 26px 8px 8px 8px;
  }
}

.f-input__input--error {
  border-color: #E44B54;
}

.f-input__input:hover, .f-input__input:focus {
  outline: none;
  border-bottom-color: #83CCDD;
}

.f-input__input::-webkit-input-placeholder {
  opacity: 0;
}

.f-input__input::-moz-placeholder {
  opacity: 0;
}

.f-input__input:-ms-input-placeholder {
  opacity: 0;
}

.f-input__input::-ms-input-placeholder {
  opacity: 0;
}

.f-input__input::placeholder {
  opacity: 0;
}

.f-input__placeholder {
  color: #B1B4C4;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  outline-color: transparent;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}

@media (min-width: 0px) {
  .f-input__placeholder {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .f-input__placeholder {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .f-input__placeholder {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .f-input__placeholder {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .f-input__placeholder {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .f-input__placeholder {
    font-size: 16px;
    line-height: 24px;
  }
}

.f-input__placeholder--focused {
  z-index: 3;
  display: block;
  top: 30%;
}

@media (min-width: 0px) {
  .f-input__placeholder--focused {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .f-input__placeholder--focused {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .f-input__placeholder--focused {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .f-input__placeholder--focused {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .f-input__placeholder--focused {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .f-input__placeholder--focused {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 959px) {
  .f-input__placeholder {
    left: 8px;
  }
}

.f-input__placeholder--error {
  color: #E44B54;
}

@media (min-width: 0px) {
  .f-radio-type {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .f-radio-type {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .f-radio-type {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .f-radio-type {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .f-radio-type {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .f-radio-type {
    font-size: 14px;
    line-height: 18px;
  }
}

.f-radio-type__label {
  color: #2F343F;
}

.f-radio-type__label + .f-radio-type-wrapper {
  margin-top: 14px;
}

@media (max-width: 959px) {
  .f-radio-type__label + .f-radio-type-wrapper--big {
    margin-top: 10px;
  }
}

@media (max-width: 719px) {
  .f-radio-type__label + .f-radio-type-wrapper--big {
    margin-top: 8px;
  }
}

.f-radio-type--big {
  position: relative;
}

@media (min-width: 0px) {
  .f-radio-type--big {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .f-radio-type--big {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .f-radio-type--big {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .f-radio-type--big {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .f-radio-type--big {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .f-radio-type--big {
    font-size: 20px;
    line-height: 30px;
  }
}

.f-radio-type-wrapper__item {
  display: inline-block;
}

.f-radio-type-wrapper__item + .f-radio-type-wrapper__item {
  margin-left: 10px;
}

@media (max-width: 1440px) {
  .f-radio-type-wrapper__item + .f-radio-type-wrapper__item {
    margin-left: 4px;
  }
}

.f-radio-type-wrapper__item input {
  display: none;
}

.f-radio-type-wrapper__name {
  color: #111111;
  width: 50px;
  display: block;
  height: 40px;
  text-align: center;
  padding: 11px 0;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #D7D8E0;
}

@media (max-width: 1440px) {
  .f-radio-type-wrapper__name {
    width: 42px;
    height: 36px;
    padding: 10px 0;
  }
}

.f-radio-type-wrapper__name:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border-color: #83CCDD;
  background: #E4F2F5;
}

input:checked ~ .f-radio-type-wrapper__name {
  background: #83CCDD;
  border-color: #83CCDD;
}

.f-radio-type-wrapper--big {
  font-size: 0px;
  margin: -10px 0 -10px 0;
}

@media (max-width: 1440px) {
  .f-radio-type-wrapper--big {
    margin: -15px 0 -15px 0;
  }
}

@media (max-width: 959px) {
  .f-radio-type-wrapper--big {
    margin: -8px 0px -8px 0;
  }
}

@media (max-width: 719px) {
  .f-radio-type-wrapper--big {
    margin: -5px 0 -5px 0;
  }
}

.f-radio-type-wrapper--big .f-radio-type-wrapper__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 60px;
}

@media (min-width: 0px) {
  .f-radio-type-wrapper--big .f-radio-type-wrapper__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .f-radio-type-wrapper--big .f-radio-type-wrapper__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .f-radio-type-wrapper--big .f-radio-type-wrapper__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .f-radio-type-wrapper--big .f-radio-type-wrapper__name {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .f-radio-type-wrapper--big .f-radio-type-wrapper__name {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .f-radio-type-wrapper--big .f-radio-type-wrapper__name {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 1440px) {
  .f-radio-type-wrapper--big .f-radio-type-wrapper__name {
    width: 60px;
    height: 54px;
  }
}

@media (max-width: 959px) {
  .f-radio-type-wrapper--big .f-radio-type-wrapper__name {
    width: 44px;
    height: 36px;
  }
}

@media (max-width: 719px) {
  .f-radio-type-wrapper--big .f-radio-type-wrapper__name {
    width: 54px;
    height: 36px;
  }
}

.f-radio-type-wrapper--big .f-radio-type-wrapper__item {
  margin: 0 10px 10px 0;
}

@media (max-width: 1440px) {
  .f-radio-type-wrapper--big .f-radio-type-wrapper__item {
    margin: 0 15px 15px 0;
  }
}

@media (max-width: 959px) {
  .f-radio-type-wrapper--big .f-radio-type-wrapper__item {
    margin: 0 8px 8px 0;
  }
}

@media (max-width: 719px) {
  .f-radio-type-wrapper--big .f-radio-type-wrapper__item {
    margin: 0 5px 5px 0;
  }
}

.range-slider__title {
  color: #2F343F;
}

@media (min-width: 0px) {
  .range-slider__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .range-slider__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .range-slider__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .range-slider__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .range-slider__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .range-slider__title {
    font-size: 14px;
    line-height: 18px;
  }
}

.range-slider--big {
  max-width: 323px;
}

@media (min-width: 0px) {
  .range-slider--big .range-slider__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .range-slider--big .range-slider__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .range-slider--big .range-slider__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .range-slider--big .range-slider__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .range-slider--big .range-slider__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .range-slider--big .range-slider__title {
    font-size: 20px;
    line-height: 30px;
  }
}

.range-slider--big {
  position: relative;
}

.range-slider--big .f-range-slider {
  top: 10px;
}

.range-slider--big .f-range-slider .irs-handle {
  top: 40px !important;
}

.range-slider--big .f-range-slider .irs-shadow, .range-slider--big .f-range-slider .irs-line, .range-slider--big .f-range-slider .irs-bar {
  top: 49px !important;
}

.f-range-slider {
  position: relative;
  z-index: 1;
}

.f-range-slider--min-max {
  margin-bottom: 40px;
}

.f-range-slider .irs {
  font-family: "Montserrat", sans-serif;
  z-index: 1;
}

.f-range-slider .irs-from, .f-range-slider .irs-to, .f-range-slider .irs-single {
  color: #2F343F;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
}

@media (min-width: 0px) {
  .f-range-slider .irs-from, .f-range-slider .irs-to, .f-range-slider .irs-single {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .f-range-slider .irs-from, .f-range-slider .irs-to, .f-range-slider .irs-single {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .f-range-slider .irs-from, .f-range-slider .irs-to, .f-range-slider .irs-single {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .f-range-slider .irs-from, .f-range-slider .irs-to, .f-range-slider .irs-single {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .f-range-slider .irs-from, .f-range-slider .irs-to, .f-range-slider .irs-single {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .f-range-slider .irs-from, .f-range-slider .irs-to, .f-range-slider .irs-single {
    font-size: 16px;
    line-height: 24px;
  }
}

.f-range-slider .irs-from:before, .f-range-slider .irs-to:before, .f-range-slider .irs-single:before {
  content: none;
}

.f-range-slider .irs-single {
  font-weight: 600;
}

.f-range-slider .irs-line {
  background: #D7D8E0;
}

.f-range-slider .irs-bar {
  z-index: 1;
  background: #83CCDD;
}

.f-range-slider .irs-line, .f-range-slider .irs-bar {
  height: 2px;
  top: 23px;
}

.f-range-slider .irs-handle {
  cursor: pointer;
  background: #FFFFFF;
  border: 4px solid #83CCDD;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 20px;
  height: 20px;
  top: 14px;
}

.f-range-slider .irs-handle:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.f-range-slider .irs-min, .f-range-slider .irs-max {
  /*top: 56px;*/
  font-size: 14px;
  line-height: 17px;
  background-color: transparent;
  /*visibility: visible !important;*/
}

.irs--round {
  height: 30px;
}

.extra-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 18px;
}

.extra-controls__input, .extra-controls__separator {
  max-width: 140px;
}

@media (max-width: 1440px) {
  .extra-controls__input, .extra-controls__separator {
    max-width: 109px;
  }
}

.extra-controls__input {
  background: #FFFFFF;
  border: 1px solid #D7D8E0;
  color: #2F343F;
  text-align: center;
  padding: 8px 0 7px 0;
}

@media (max-width: 1440px) {
  .extra-controls__input {
    max-width: 45%;
    width: 100%;
  }
}

@media (min-width: 0px) {
  .extra-controls__input {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .extra-controls__input {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .extra-controls__input {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .extra-controls__input {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .extra-controls__input {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .extra-controls__input {
    font-size: 16px;
    line-height: 24px;
  }
}

.extra-controls__separator {
  color: #2F343F;
  margin: 0 21px;
  padding: 8px 0;
}

@media (min-width: 0px) {
  .extra-controls__separator {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .extra-controls__separator {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .extra-controls__separator {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .extra-controls__separator {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .extra-controls__separator {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .extra-controls__separator {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1440px) {
  .extra-controls__separator {
    margin: 0 25px;
  }
}

@media (max-width: 1280px) {
  .extra-controls__separator {
    margin: 0 15px;
  }
}

.f-textarea {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
}

.f-textarea__textarea {
  display: block;
  min-height: 180px;
  position: relative;
  z-index: 2;
  width: 100%;
  font-weight: 400;
  border: none;
  border-bottom: 2px solid #D7D8E0;
  padding: 26px 20px 8px 20px;
  background-color: transparent;
  -webkit-transition: border-color ease-in-out 300ms;
  transition: border-color ease-in-out 300ms;
  resize: none;
}

@media (min-width: 0px) {
  .f-textarea__textarea {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .f-textarea__textarea {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .f-textarea__textarea {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .f-textarea__textarea {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .f-textarea__textarea {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .f-textarea__textarea {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1280px) {
  .f-textarea__textarea {
    border-bottom: 1px solid #D7D8E0;
  }
}

.f-textarea__textarea--error {
  border-color: #E44B54;
}

.f-textarea__textarea:hover, .f-textarea__textarea:focus {
  outline: none;
  border-bottom-color: #83CCDD;
}

.f-textarea__textarea::-webkit-input-placeholder {
  opacity: 0;
}

.f-textarea__textarea::-moz-placeholder {
  opacity: 0;
}

.f-textarea__textarea:-ms-input-placeholder {
  opacity: 0;
}

.f-textarea__textarea::-ms-input-placeholder {
  opacity: 0;
}

.f-textarea__textarea::placeholder {
  opacity: 0;
}

.f-textarea__placeholder {
  color: #B1B4C4;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  outline-color: transparent;
  position: absolute;
  top: 30px;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}

@media (min-width: 0px) {
  .f-textarea__placeholder {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .f-textarea__placeholder {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .f-textarea__placeholder {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .f-textarea__placeholder {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .f-textarea__placeholder {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .f-textarea__placeholder {
    font-size: 16px;
    line-height: 24px;
  }
}

.f-textarea__placeholder--focused {
  z-index: 3;
  display: block;
  top: 20px;
}

@media (min-width: 0px) {
  .f-textarea__placeholder--focused {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .f-textarea__placeholder--focused {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .f-textarea__placeholder--focused {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .f-textarea__placeholder--focused {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .f-textarea__placeholder--focused {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .f-textarea__placeholder--focused {
    font-size: 12px;
    line-height: 16px;
  }
}

.f-textarea__placeholder--error {
  color: #E44B54;
}

.features__list {
  margin: -5px;
}

@media (max-width: 959px) {
  .features__list {
    margin: -4px;
  }
}

@media (min-width: 0px) {
  .features__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .features__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .features__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .features__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .features__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .features__name {
    font-size: 14px;
    line-height: 18px;
  }
}

.features__name + .features__list {
  padding-top: 16px;
}

@media (max-width: 1440px) {
  .features__name + .features__list {
    padding-top: 8px;
  }
}

.features__item {
  display: inline-block;
  background: #E4F2F5;
  padding: 4px 10px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  margin: 5px;
}

@media (min-width: 0px) {
  .features__item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .features__item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .features__item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .features__item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .features__item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .features__item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 959px) {
  .features__item {
    margin: 4px;
  }
}

.features__item:hover {
  background: #83CCDD;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.feedback-message {
  position: relative;
  padding-bottom: 20px;
}

.feedback-message__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F3F3F4;
  padding: 40px 60px;
}

@media (max-width: 959px) {
  .feedback-message__content {
    padding: 25px 24px;
  }
}

@media (max-width: 719px) {
  .feedback-message__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px;
  }
}

.feedback-message__content:before {
  content: '';
  width: 30px;
  height: 20px;
  position: absolute;
  left: 11.5%;
  bottom: -20px;
  background-color: transparent;
  background-color: transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #F3F3F4;
  border-right: 15px solid transparent;
  border-top: 10px solid #F3F3F4;
}

.feedback-message__content--answer {
  background-color: #E4F2F5;
}

.feedback-message__content--answer:before {
  content: '';
  border-left-color: #E4F2F5;
  border-top-color: #E4F2F5;
  left: unset;
  right: 11.5%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

@media (max-width: 719px) {
  .feedback-message__info {
    margin-top: 16px;
  }
}

.feedback-message__info-photo {
  min-width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  margin-top: 10px;
}

.feedback-message__info-title {
  font-weight: 600;
}

@media (min-width: 0px) {
  .feedback-message__info-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .feedback-message__info-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .feedback-message__info-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .feedback-message__info-title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .feedback-message__info-title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .feedback-message__info-title {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (min-width: 0px) {
  .feedback-message__info-subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .feedback-message__info-subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .feedback-message__info-subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .feedback-message__info-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .feedback-message__info-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .feedback-message__info-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

.feedback-message__text {
  margin-right: 30px;
}

@media (min-width: 0px) {
  .feedback-message__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .feedback-message__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .feedback-message__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .feedback-message__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .feedback-message__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .feedback-message__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.field-box + .field-box {
  margin-top: 10px;
}

@media (max-width: 1280px) {
  .field-box + .field-box {
    margin-top: 8px;
  }
}

@media (min-width: 0px) {
  .field-box--label {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .field-box--label {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .field-box--label {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .field-box--label {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .field-box--label {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .field-box--label {
    font-size: 14px;
    line-height: 18px;
  }
}

.field-box--label + .field-box {
  margin-top: 20px;
}

.field-box--group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.field-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}

.field-box-inner > div, .field-box-inner > label, .field-box-inner > span {
  margin: 5px;
}

.field-box--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #F3F3F4;
  padding: 16px 0px 25px 0px;
}

@media (min-width: 960px) {
  .footer {
    padding-top: 32px;
  }
}

@media (min-width: 1441px) {
  .footer {
    padding-top: 60px;
  }
}

@media (min-width: 720px) and (max-width: 959px) {
  .footer-info--copyright {
    margin-bottom: 24px;
  }
}

.footer-info + .footer-info {
  margin-top: 24px;
}

@media (min-width: 720px) {
  .footer-info + .footer-info {
    margin-top: 0px;
  }
}

@media (min-width: 960px) {
  .footer-info + .footer-info {
    margin-top: 32px;
  }
}

@media (min-width: 1441px) {
  .footer-info + .footer-info {
    margin-top: 30px;
  }
}

@media (min-width: 1281px) {
  .footer-info__form {
    margin-top: 24px;
  }
}

@media (max-width: 959px) {
  .footer-info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-info__phone .link__icon {
  display: none;
}

@media (min-width: 1441px) {
  .footer-info__phone .link__icon {
    display: block;
  }
}

@media (min-width: 0px) {
  .footer-info__group {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .footer-info__group {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .footer-info__group {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .footer-info__group {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .footer-info__group {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .footer-info__group {
    font-size: 14px;
    line-height: 18px;
  }
}

.footer-info__group + .footer-info__group {
  margin-top: 10px;
}

@media (max-width: 1280px) {
  .footer-info__group + .footer-info__group {
    margin-top: 8px;
  }
}

@media (max-width: 719px) {
  .footer-info__group + .footer-info__group {
    margin-top: 8px;
  }
}

@media (max-width: 959px) {
  .footer-info__group + .footer-info__group--phone {
    margin-top: 0px;
  }
}

@media (min-width: 0px) {
  .footer-info__group-paragraf {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .footer-info__group-paragraf {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .footer-info__group-paragraf {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .footer-info__group-paragraf {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .footer-info__group-paragraf {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .footer-info__group-paragraf {
    font-size: 14px;
    line-height: 18px;
  }
}

.footer-info__group--phone + .footer-info__group--social {
  margin: 10px 0px 0px 0px;
}

@media (max-width: 1440px) {
  .footer-info__group--phone + .footer-info__group--social {
    margin: 16px 0px 0px 0px;
  }
}

@media (max-width: 1280px) {
  .footer-info__group--phone + .footer-info__group--social {
    margin: 0px 0px 0px 32px;
  }
}

@media (max-width: 719px) {
  .footer-info__group--phone + .footer-info__group--social {
    margin: 0px 0px 0px 0px;
  }
}

@media (max-width: 319px) {
  .footer-info__group--phone + .footer-info__group--social {
    margin: 0px 0px 0px 0px;
  }
}

.footer-info__block--form {
  min-width: 100%;
}

@media (max-width: 1280px) {
  .footer-info__block {
    margin-top: 0px;
  }
}

@media (max-width: 719px) {
  .footer-info__block {
    margin-top: 0px;
  }
}

.footer-info__block--stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-info__block--schedule {
  margin-top: 10px;
}

@media (max-width: 719px) {
  .footer-info__block--schedule {
    margin-top: 8px;
  }
}

.footer-info__block + .footer-info__block {
  margin-top: 17px;
}

@media (max-width: 1440px) {
  .footer-info__block + .footer-info__block {
    margin-top: 0px;
  }
}

@media (max-width: 1280px) {
  .footer-info__block + .footer-info__block {
    margin-top: 0px;
  }
}

@media (max-width: 959px) {
  .footer-info__block + .footer-info__block {
    margin-top: 24px;
  }
}

@media (max-width: 719px) {
  .footer-info__block + .footer-info__block {
    margin-top: 10px;
  }
}

.footer-logo {
  max-width: 144px;
  max-height: 34px;
}

.footer-logo svg {
  width: 100%;
  height: 100%;
}

@media (min-width: 960px) {
  .footer-logo svg {
    max-height: 53px;
  }
}

@media (min-width: 1281px) {
  .footer-logo svg {
    max-height: 39px;
  }
}

@media (min-width: 1441px) {
  .footer-logo svg {
    max-height: 51px;
  }
}

@media (min-width: 960px) {
  .footer-logo {
    max-width: 216px;
    max-height: 53px;
  }
}

@media (min-width: 1281px) {
  .footer-logo {
    max-width: 160px;
    max-height: 39px;
  }
}

@media (min-width: 1441px) {
  .footer-logo {
    max-width: 210px;
    max-height: 51px;
  }
}

.footer-copyright {
  color: #2F343F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #D7D8E0;
  font-style: normal;
  font-weight: 500;
  padding-top: 12px;
  margin-top: 13px;
}

@media (min-width: 0px) {
  .footer-copyright {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .footer-copyright {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .footer-copyright {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .footer-copyright {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .footer-copyright {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .footer-copyright {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 1280px) {
  .footer-copyright {
    margin-top: 13px;
  }
}

@media (max-width: 959px) {
  .footer-copyright {
    margin-top: 39px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    border: none;
  }
  .footer-copyright__company + .footer-copyright__developer {
    margin-top: 30px;
  }
}

.footer-copyright__company {
  max-width: 65%;
}

.footer-copyright__company-block {
  margin-top: 10px;
}

@media (max-width: 959px) {
  .footer-copyright__company {
    max-width: 100%;
  }
}

.footer-copyright__developer {
  max-width: 25%;
}

.footer-copyright__developer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  text-decoration: none;
  color: #2F343F;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  will-change: color;
}

.footer-copyright__developer-link:hover {
  color: #83CCDD;
}

@media (max-width: 959px) {
  .footer-copyright__developer {
    max-width: 100%;
  }
}

.form-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-success__text {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  color: #2F343F;
}

@media (min-width: 0px) {
  .form-success__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .form-success__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .form-success__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .form-success__text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .form-success__text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .form-success__text {
    font-size: 20px;
    line-height: 30px;
  }
}

.form-success__text + .form-success__text {
  margin-top: 20px;
}

@media (max-width: 1280px) {
  .form-success__text + .form-success__text {
    margin-top: 16px;
  }
}

@media (max-width: 719px) {
  .form--booking {
    margin-top: -10px;
  }
}

@media (max-width: 959px) {
  .form--booking .form-field {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (max-width: 719px) {
  .form--booking .form-field {
    margin-top: 10px;
  }
}

.form-choose__button {
  margin-top: 43px;
}

@media (max-width: 1280px) {
  .form-choose__button {
    margin-top: 0px;
  }
}

.form-filter {
  padding-bottom: 40px;
}

@media (max-width: 719px) {
  .form-filter {
    padding-bottom: 30px;
  }
}

.form-filter__title {
  color: #2F343F;
  margin-bottom: 14px;
}

@media (min-width: 0px) {
  .form-filter__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .form-filter__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .form-filter__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .form-filter__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .form-filter__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .form-filter__title {
    font-size: 14px;
    line-height: 18px;
  }
}

.form-filter .f-checkbox__presentation {
  margin: auto 0;
}

.form-filter .f-checkbox__name {
  margin-left: 10px;
}

@media (min-width: 0px) {
  .form-filter .f-checkbox__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .form-filter .f-checkbox__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .form-filter .f-checkbox__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .form-filter .f-checkbox__name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .form-filter .f-checkbox__name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .form-filter .f-checkbox__name {
    font-size: 16px;
    line-height: 24px;
  }
}

.form-filter-field {
  margin-bottom: 30px;
}

@media (max-width: 1440px) {
  .form-filter-field {
    margin-bottom: 20px;
  }
}

.form-filter-field .f-checkbox__presentation {
  margin: auto 0;
}

.form-filter-field .f-checkbox__name {
  margin-left: 10px;
}

@media (min-width: 0px) {
  .form-filter-field .f-checkbox__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .form-filter-field .f-checkbox__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .form-filter-field .f-checkbox__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .form-filter-field .f-checkbox__name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .form-filter-field .f-checkbox__name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .form-filter-field .f-checkbox__name {
    font-size: 16px;
    line-height: 24px;
  }
}

.form-filter-label {
  color: #2F343F;
  padding: 30px 0 15px 0;
}

@media (min-width: 0px) {
  .form-filter-label {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .form-filter-label {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .form-filter-label {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .form-filter-label {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .form-filter-label {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .form-filter-label {
    font-size: 14px;
    line-height: 18px;
  }
}

.form-filter-label--text-center {
  text-align: center;
}

.form-filter__submit + .form-filter__reset {
  margin-top: 15px;
}

.form-filter .col-lg-12 + .col-lg-12 {
  margin-top: 30px;
}

@media (max-width: 1280px) {
  .form-filter .col-lg-12 + .col-lg-12 {
    margin-top: 0;
  }
}

.form-filter-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 719px) {
  .form-filter-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-filter-horizontal .form-field {
    max-width: 25.00%;
  }
}

@media (max-width: 1440px) {
  .form-filter-horizontal .form-field + .form-field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 0 0 0;
  }
}

.form-filter--inline .f-dropdown-wrapper__label + .f-dropdown-box, .form-filter--inline .range-slider__title + .extra-controls {
  margin-top: 15px;
}

@media (max-width: 1440px) {
  .form-filter--inline .f-dropdown-wrapper__label + .f-dropdown-box, .form-filter--inline .range-slider__title + .extra-controls {
    margin-top: 16px;
  }
}

.form--clear-sky .f-input__input {
  border-color: #CCE7EF;
}

.form--clear-sky .f-checkbox__presentation {
  border-color: #CCE7EF;
}

.form--clear-sky .select2-selection--sky-input {
  border-color: #CCE7EF;
}

.form-modal__title {
  padding-bottom: 20px;
  color: #2F343F;
  font-weight: 600;
}

@media (min-width: 0px) {
  .form-modal__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .form-modal__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .form-modal__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .form-modal__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .form-modal__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .form-modal__title {
    font-size: 32px;
    line-height: 44px;
  }
}

@media (max-width: 1440px) {
  .form-modal__title {
    padding-bottom: 16px;
  }
}

@media (min-width: 0px) {
  .form-modal__title--h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .form-modal__title--h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .form-modal__title--h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .form-modal__title--h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .form-modal__title--h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .form-modal__title--h4 {
    font-size: 24px;
    line-height: 36px;
  }
}

.form-modal .form-field + .form-field {
  margin-top: 20px;
}

@media (max-width: 1440px) {
  .form-modal .form-field + .form-field {
    margin-top: 16px;
  }
}

.form--payment .form-field-group + .form-field-group {
  margin: 0 0 0 20px;
}

@media (max-width: 1440px) {
  .form--payment .form-field-group + .form-field-group {
    margin: 0 0 0 24px;
  }
}

@media (max-width: 959px) {
  .form--payment .form-field-group + .form-field-group {
    margin: 16px 0 0 0;
  }
}

@media (max-width: 959px) {
  .form--payment .form-field-group + .form-field-group {
    margin: 16px 0 0 0;
  }
}

.form--payment .form-field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 959px) {
  .form--payment .form-field-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 719px) {
  .form--payment .form-field-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form--payment .form-field-group .form-field + .form-field {
  margin: 0 0px 0 0px;
}

@media (max-width: 959px) {
  .form--payment .form-field-group .form-field + .form-field {
    margin: 16px 0 0 0;
  }
}

@media (max-width: 719px) {
  .form--payment .form-field-group .form-field + .form-field {
    margin: 16px 0 0 0;
  }
}

.form--payment .form-field-group .form-field--grow-input + .form-field--grow-input {
  margin: 0 0 0 20px;
}

@media (max-width: 1440px) {
  .form--payment .form-field-group .form-field--grow-input + .form-field--grow-input {
    margin: 0 0 0 24px;
  }
}

@media (max-width: 959px) {
  .form--payment .form-field-group .form-field--grow-input + .form-field--grow-input {
    margin: 0 0 0 16px;
  }
}

@media (max-width: 719px) {
  .form--payment .form-field-group .form-field--grow-input + .form-field--grow-input {
    margin: 16px 0 0 0;
  }
}

.form--payment .form-field-group--extra-padding {
  padding: 20px 0 0 0;
}

@media (max-width: 1440px) {
  .form--payment .form-field-group--extra-padding {
    padding: 24px 0 0 0;
  }
}

@media (max-width: 959px) {
  .form--payment .form-field-group--extra-padding {
    padding: 16px 0 0 0;
  }
}

@media (min-width: 0px) {
  .form-field {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .form-field {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .form-field {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .form-field {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .form-field {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .form-field {
    font-size: 12px;
    line-height: 16px;
  }
}

.form-field + .form-field {
  margin-top: 30px;
}

@media (max-width: 1440px) {
  .form-field + .form-field {
    margin-top: 20px;
  }
}

@media (max-width: 959px) {
  .form-field + .form-field {
    margin-top: 8px;
  }
}

@media (max-width: 719px) {
  .form-field + .form-field {
    margin-top: 16px;
  }
}

.form-field--grow-input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.form-field--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 719px) {
  .form-field--inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form-field--inline > .field-box {
  margin-top: 0;
}

.form-field--inline .field-box + .field-box {
  margin-left: 30px;
  margin-top: 0;
}

@media (max-width: 959px) {
  .form-field--inline .field-box + .field-box {
    margin: 0 0 0 16px;
  }
}

@media (max-width: 719px) {
  .form-field--inline .field-box + .field-box {
    margin: 16px 0 0 0;
  }
}

@media (max-width: 959px) {
  .form-field--inline-from-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 959px) {
  .form-field--inline-from-md .field-box + .field-box {
    margin-left: 0;
    margin-top: 16px;
  }
}

.form-field--inline + .form-field--inline {
  margin-top: 10px;
}

@media (max-width: 959px) {
  .form-field--inline + .form-field--inline {
    margin-top: 8px;
  }
}

.form-field-group + .form-field-group {
  margin-top: 20px;
}

.form-field-group .form-field + .form-field {
  margin-top: 10px;
}

.form-field-group + .form-field {
  margin-top: 20px;
}

.form-field-group .field-box--label + .field-box {
  margin-top: 10px;
}

.form-field-group--inline-from-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 959px) {
  .form-field-group--inline-from-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 959px) {
  .form-field-group--inline-from-md .field-box + .field-box {
    margin-left: 0;
    margin-top: 16px;
  }
}

.form-field-group--inline-from-md .form-field + .form-field {
  margin: 0 0 0 30px;
}

@media (max-width: 1440px) {
  .form-field-group--inline-from-md .form-field + .form-field {
    margin: 0 0 0 16px;
  }
}

@media (max-width: 959px) {
  .form-field-group--inline-from-md .form-field + .form-field {
    margin: 16px 0 0 0;
  }
}

.form-field-group--inline-from-md + .form-field-group--inline-from-md {
  margin-top: 10px;
}

@media (max-width: 1280px) {
  .form-field-group--inline-from-md + .form-field-group--inline-from-md {
    margin-top: 21px;
  }
}

@media (max-width: 959px) {
  .form-field-group--inline-from-md + .form-field-group--inline-from-md {
    margin-top: 8px;
  }
}

@media (max-width: 719px) {
  .form-field-group--inline-from-md + .form-field-group--inline-from-md {
    margin-top: 16px;
  }
}

.form-field-group--inline-from-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 719px) {
  .form-field-group--inline-from-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form-field-group--inline-from-sm + .form-field-group--inline-from-sm {
  margin-top: 10px;
}

@media (max-width: 959px) {
  .form-field-group--inline-from-sm + .form-field-group--inline-from-sm {
    margin-top: 8px;
  }
}

@media (max-width: 1280px) {
  .form-field-group--inline-from-sm + .form-field-group--inline-from-sm {
    margin-top: 10px;
  }
}

@media (max-width: 719px) {
  .form-field-group--inline-from-sm + .form-field-group--inline-from-sm {
    margin-top: 16px;
  }
}

.form-field-group--inline-from-sm .form-field + .form-field {
  margin: 0 0 0 30px;
}

@media (max-width: 1440px) {
  .form-field-group--inline-from-sm .form-field + .form-field {
    margin: 0 0 0 20px;
  }
}

@media (max-width: 1280px) {
  .form-field-group--inline-from-sm .form-field + .form-field {
    margin: 0 0 0 24px;
  }
}

@media (max-width: 959px) {
  .form-field-group--inline-from-sm .form-field + .form-field {
    margin: 0 0 0 16px;
  }
}

@media (max-width: 719px) {
  .form-field-group--inline-from-sm .form-field + .form-field {
    margin: 16px 0 0 0;
  }
}

.form-field.error .f-input__input {
  border-color: #E44B54;
}

.form-field.error .f-input__placeholder {
  color: #E44B54;
  -webkit-animation: error ease-in-out 300ms;
          animation: error ease-in-out 300ms;
}

.form-field.error .f-checkbox {
  -webkit-animation: error ease-in-out 300ms;
          animation: error ease-in-out 300ms;
  -webkit-transition: unset;
  transition: unset;
}

.form-field.error .f-checkbox__name {
  color: #E44B54;
}

.form-field.error .f-checkbox .link {
  color: #E44B54;
}

.form-field.error .f-textarea__textarea {
  border-color: #E44B54;
}

.form-field.error .f-textarea__placeholder {
  color: #E44B54;
  -webkit-animation: error ease-in-out 300ms;
          animation: error ease-in-out 300ms;
}

.form-field.error .select2-selection--sky-input {
  border-color: #E44B54 !important;
}

.form-field.error .select2-selection__rendered {
  color: #E44B54;
  -webkit-animation: errorSelect ease-in-out 300ms;
          animation: errorSelect ease-in-out 300ms;
}

@-webkit-keyframes error {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-45%) rotate(-3deg);
            transform: translateY(-45%) rotate(-3deg);
  }
  75% {
    -webkit-transform: translateY(-55%) rotate(-3deg);
            transform: translateY(-55%) rotate(-3deg);
  }
}

@keyframes error {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-45%) rotate(-3deg);
            transform: translateY(-45%) rotate(-3deg);
  }
  75% {
    -webkit-transform: translateY(-55%) rotate(-3deg);
            transform: translateY(-55%) rotate(-3deg);
  }
}

@-webkit-keyframes errorSelect {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}

@keyframes errorSelect {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}

.gallery {
  position: relative;
}

.gallery__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  right: -120px;
  z-index: 100;
}

@media (max-width: 959px) {
  .gallery__nav {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    right: 0;
    margin-top: 16px;
  }
}

.gallery__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 90px;
  height: 60px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  position: relative;
}

.gallery__nav-item + .gallery__nav-item {
  margin-top: 30px;
}

@media (max-width: 959px) {
  .gallery__nav-item + .gallery__nav-item {
    margin-top: 0;
    margin-left: 16px;
  }
}

.gallery__nav-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  border: 0px solid #83CCDD;
}

.gallery__nav-item.active:after {
  border: 8px solid #83CCDD;
}

.header {
  background-color: #2F343F;
  color: #FFFFFF;
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  z-index: 99999;
  will-change: color;
}

.header.show {
  top: 0;
  opacity: 1;
}

.header.fixed {
  position: absolute;
  left: 0;
}

.header.fixed.show {
  top: 0;
  opacity: 1;
}

.header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.header.no-transition {
  -webkit-transition: all 0ms;
  transition: all 0ms;
}

.header .header__inner div, .header .header__inner a, .header .header__inner svg {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  color: #FFFFFF;
  will-change: color, fill;
}

.header--transparent {
  background-color: transparent;
  color: #FFFFFF;
}

.header--transparent .header__inner div, .header--transparent .header__inner a, .header--transparent .header__inner svg {
  color: #FFFFFF;
}

.header.toggle {
  background: #F3F3F4;
  color: #2F343F;
}

.header.toggle .header__inner div, .header.toggle .header__inner a, .header.toggle .header__inner svg {
  color: #2F343F;
}

.header.toggle .header__menu {
  opacity: 0;
  pointer-events: none;
}

.header.toggle .header__logo-svg {
  fill: #2F343F;
}

.header-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 0;
  height: 130px;
  margin: 0 -15px;
}

.header__inner > div, .header__inner > a {
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 1280px) {
  .header__inner {
    padding: 15px 0 0;
    height: 80px;
  }
}

.header__logo, .header__contacts, .header__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.header__logo {
  -webkit-transition: all ease-in-out 500ms;
  transition: all ease-in-out 500ms;
  will-change: opacity, fill;
  max-width: 210px;
}

@media (max-width: 1440px) {
  .header__logo {
    max-width: 160px;
  }
}

@media (max-width: 959px) {
  .header__logo {
    max-width: 130px;
  }
}

@media (min-width: 1281px) and (max-width: 1440px) {
  .header__logo {
    padding-top: 6px;
  }
}

.header__logo-svg {
  -webkit-transition: all ease-in-out 500ms;
  transition: all ease-in-out 500ms;
  fill: #FFFFFF;
  will-change: fill;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

@media (max-width: 1280px) {
  .header__contacts {
    display: none;
  }
}

.header__phone, .header__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__phone + .header__address {
  margin-left: 60px;
}

@media (max-width: 1440px) {
  .header__phone + .header__address {
    margin-left: 20px;
  }
}

@media (max-width: 1440px) {
  .header__phone {
    margin-top: 7px;
  }
}

.header__phone-title + .header__phone-desc {
  margin-top: 9px;
}

@media (max-width: 1440px) {
  .header__phone-title + .header__phone-desc {
    margin-top: 5px;
  }
}

.header__address {
  margin-top: 7px;
}

.header__address-title + .header__address-desc {
  margin-top: 10px;
}

.header__nav {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 959px) {
  .header__nav {
    margin-top: 14px;
  }
}

.header__menu {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

@media (max-width: 959px) {
  .header__menu {
    display: none;
  }
}

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

.home-contacts {
  position: relative;
  margin-top: 145px;
}

@media (max-width: 1280px) {
  .home-contacts {
    padding-top: 45px;
    margin-top: 0;
  }
}

@media (max-width: 959px) {
  .home-contacts {
    padding-top: 0;
  }
}

@media (min-width: 720px) and (max-width: 1280px) {
  .home-contacts__row {
    display: block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .home-contacts__row > div {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}

.home-contacts__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 76px);
  z-index: -1;
  background-color: #E4F2F5;
}

@media (max-width: 959px) {
  .home-contacts__bg {
    height: calc(100% - 42px);
  }
}

.home-contacts__office {
  border-top: 2px solid #CCE7EF;
  padding-top: 15px;
}

@media (min-width: 0px) {
  .home-contacts__office {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .home-contacts__office {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .home-contacts__office {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .home-contacts__office {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .home-contacts__office {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .home-contacts__office {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 1280px) {
  .home-contacts__office:first-child {
    border-top: none;
    margin-top: 115px;
  }
  .home-contacts__office .row--around > [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 959px) {
  .home-contacts__office:first-child {
    border-top: none;
    margin-top: 2px;
  }
}

@media (max-width: 719px) {
  .home-contacts__office:first-child {
    border-top: none;
    margin-top: 0;
  }
}

@media (max-width: 1280px) {
  .home-contacts__office {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-contacts__office > div + div, .home-contacts__office > a + a, .home-contacts__office > div + a, .home-contacts__office > a + div {
    margin-top: 20px;
  }
}

.home-contacts__office + .home-contacts__office {
  margin-top: 38px;
}

@media (max-width: 1280px) {
  .home-contacts__office + .home-contacts__office {
    margin-top: 23px;
  }
}

@media (max-width: 959px) {
  .home-contacts__office + .home-contacts__office {
    margin-top: 16px;
  }
}

.home-contacts__office-name {
  font-weight: 600;
}

@media (min-width: 0px) {
  .home-contacts__office-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .home-contacts__office-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .home-contacts__office-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .home-contacts__office-name {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .home-contacts__office-name {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .home-contacts__office-name {
    font-size: 20px;
    line-height: 28px;
  }
}

.home-contacts__office-phone {
  text-decoration: none;
  color: inherit;
}

.home-contacts__office-address, .home-contacts__office-time, .home-contacts__office-phone {
  position: relative;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 959px) {
  .home-contacts__office-address, .home-contacts__office-time, .home-contacts__office-phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-contacts__office-address-svg + .home-contacts__office-address-text, .home-contacts__office-time-svg + .home-contacts__office-address-text, .home-contacts__office-phone-svg + .home-contacts__office-address-text, .home-contacts__office-address-svg + .home-contacts__office-time-text, .home-contacts__office-time-svg + .home-contacts__office-time-text, .home-contacts__office-phone-svg + .home-contacts__office-time-text, .home-contacts__office-address-svg + .home-contacts__office-phone-text, .home-contacts__office-time-svg + .home-contacts__office-phone-text, .home-contacts__office-phone-svg + .home-contacts__office-phone-text {
  margin-left: 8px;
}

@media (max-width: 959px) {
  .home-contacts__office-address-svg + .home-contacts__office-address-text, .home-contacts__office-time-svg + .home-contacts__office-address-text, .home-contacts__office-phone-svg + .home-contacts__office-address-text, .home-contacts__office-address-svg + .home-contacts__office-time-text, .home-contacts__office-time-svg + .home-contacts__office-time-text, .home-contacts__office-phone-svg + .home-contacts__office-time-text, .home-contacts__office-address-svg + .home-contacts__office-phone-text, .home-contacts__office-time-svg + .home-contacts__office-phone-text, .home-contacts__office-phone-svg + .home-contacts__office-phone-text {
    margin-top: 5px;
    margin-left: 0px;
  }
}

.home-contacts__map {
  height: 560px;
  position: relative;
  overflow: hidden;
}

.home-contacts__map-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
}

@media (max-width: 1280px) {
  .home-contacts__map {
    height: 476px;
  }
}

@media (max-width: 959px) {
  .home-contacts__map {
    height: 367px;
  }
}

@media (max-width: 719px) {
  .home-contacts__map {
    height: 320px;
  }
}

.home-contacts__gallery {
  height: 100%;
}

@media (max-width: 1280px) {
  .home-contacts__gallery {
    height: 200px;
  }
}

.home-contacts__gallery-big {
  width: 100%;
  height: 60%;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1280px) {
  .home-contacts__gallery-big {
    display: none;
  }
}

.home-contacts__gallery-small {
  width: 100%;
  height: 35%;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1280px) {
  .home-contacts__gallery-small {
    height: 100%;
  }
}

.home-contacts__gallery-big + .home-contacts__gallery-small {
  margin-top: 8%;
  /* почему не 5% - хз))) 60+35+5 = 100%, баг или я устал */
}

@media (max-width: 1280px) {
  .home-contacts__gallery-big + .home-contacts__gallery-small {
    margin-top: 0;
    /* поднял картинку выше */
  }
}

.icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.icon-text__icon {
  margin-right: 5px;
}

.icon-text__icon--subtitle {
  margin-right: 10px;
}

.icon-text__icon--big {
  margin-right: 10px;
}

.icon-text__text-underline {
  border-bottom: 2px solid #83CCDD;
}

.icon-text__text-item--big {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.js-select2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.js-select2:focus, .js-select2:hover {
  position: relative;
  border-color: #2F343F;
}

.js-select2::-webkit-input-placeholder {
  color: #B1B4C4;
}

.js-select2::-moz-placeholder {
  color: #B1B4C4;
}

.js-select2:-ms-input-placeholder {
  color: #B1B4C4;
}

.js-select2::-ms-input-placeholder {
  color: #B1B4C4;
}

.js-select2::placeholder {
  color: #B1B4C4;
}

.js-select2:disabled {
  background-color: #B1B4C4;
  border-color: #B1B4C4 !important;
}

@media (min-width: 0px) {
  .select2-selection {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .select2-selection {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .select2-selection {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .select2-selection {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .select2-selection {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .select2-selection {
    font-size: 16px;
    line-height: 24px;
  }
}

.select2-selection--single {
  padding: 8px 30px 8px 10px;
  min-height: 40px;
}

.select2-selection--sky-input {
  padding: 17px 30px 17px 16px;
}

@media (max-width: 959px) {
  .select2-selection--sky-input {
    padding: 16px 30px 15px 8px;
  }
}

.select2-results__option {
  padding: 16px 20px 16px 16px;
}

.labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: -4px;
  position: relative;
}

.labels__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 16px;
  background-color: #E44B54;
  color: #FFFFFF;
  margin: 4px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

@media (min-width: 0px) {
  .labels__label {
    font-size: 8px;
    line-height: 12px;
  }
}

@media (min-width: 320px) {
  .labels__label {
    font-size: 8px;
    line-height: 12px;
  }
}

@media (min-width: 720px) {
  .labels__label {
    font-size: 8px;
    line-height: 12px;
  }
}

@media (min-width: 960px) {
  .labels__label {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .labels__label {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .labels__label {
    font-size: 12px;
    line-height: 16px;
  }
}

.labels__label--clear-sky {
  color: #2F343F;
  background-color: #83CCDD;
  font-weight: 500;
  padding: 4px 10px;
}

@media (max-width: 1440px) {
  .labels__label--clear-sky {
    padding: 4px 8px;
  }
}

.layout {
  padding-top: 56px;
}

@media (max-width: 1440px) {
  .layout {
    padding-top: 41px;
  }
}

@media (max-width: 959px) {
  .layout {
    padding-top: 16px;
  }
}

.layout__content {
  position: relative;
  padding-bottom: 55px;
}

@media (max-width: 1280px) {
  .layout__content {
    padding-bottom: 0;
  }
}

.layout__content + nav {
  margin-top: 34px;
}

@media (max-width: 1280px) {
  .layout__content + nav {
    margin-top: 40px;
  }
}

@media (max-width: 719px) {
  .layout__content + nav {
    margin-top: 85px;
  }
}

.layout__plan {
  display: none;
}

.layout__plan.selected {
  display: block;
}

.layout__img {
  width: 100%;
  height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1440px) {
  .layout__img {
    height: 380px;
  }
}

@media (max-width: 959px) {
  .layout__img {
    height: 280px;
  }
}

.layout__stickers {
  position: absolute;
  left: 0;
  bottom: 0;
}

.layout__stock, .layout__gift {
  color: #FFFFFF;
  display: inline-block;
  padding: 4px 10px;
}

@media (min-width: 0px) {
  .layout__stock, .layout__gift {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .layout__stock, .layout__gift {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .layout__stock, .layout__gift {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .layout__stock, .layout__gift {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .layout__stock, .layout__gift {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .layout__stock, .layout__gift {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 719px) {
  .layout__stock, .layout__gift {
    display: table;
  }
}

.layout__stock {
  background: #E44B54;
}

.layout__stock + .layout__gift {
  margin-left: 10px;
}

@media (max-width: 719px) {
  .layout__stock + .layout__gift {
    margin-left: 0;
    margin-top: 4px;
  }
}

.layout__gift {
  background: #2F343F;
}

.layout__actions {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 719px) {
  .layout__actions {
    right: unset;
    top: unset;
    left: 0;
    bottom: -10px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.layout__share {
  position: relative;
  cursor: pointer;
}

.layout__share-icons {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  position: absolute;
  background: #FFFFFF;
  padding: 0 5px;
  border-radius: 4px;
  top: 100%;
  left: 0;
  border: 1px solid #F3F3F4;
  text-align: center;
}

.layout__share-icons .likely__widget {
  margin: 5px 0;
}

.layout__share:hover .layout__share-icons {
  opacity: 1;
  visibility: visible;
}

.layout__share, .layout__print {
  display: table;
  margin: 20px auto 0 auto;
}

.layout__share .icon__share, .layout__share .icon__print, .layout__print .icon__share, .layout__print .icon__print {
  fill: #B1B4C4;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.layout__share .icon__share:hover, .layout__share .icon__print:hover, .layout__print .icon__share:hover, .layout__print .icon__print:hover {
  fill: #83CCDD;
}

@media (max-width: 719px) {
  .layout__share, .layout__print {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 8px;
  }
}

.layout__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 121px;
}

@media (max-width: 1440px) {
  .layout__nav {
    padding-right: 0;
  }
}

@media (max-width: 1280px) {
  .layout__nav {
    padding-bottom: 0;
  }
}

@media (max-width: 719px) {
  .layout__nav {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

.layout__nav-link {
  text-decoration: none;
  color: #B1B4C4;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 0px) {
  .layout__nav-link {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .layout__nav-link {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .layout__nav-link {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .layout__nav-link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .layout__nav-link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .layout__nav-link {
    font-size: 16px;
    line-height: 24px;
  }
}

.layout__nav-link:after {
  content: '';
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  display: block;
  width: 101%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 10px;
  bottom: 8px;
  z-index: -1;
  position: absolute;
  background: #83CCDD;
  opacity: 0;
}

@media (max-width: 719px) {
  .layout__nav-link + .layout__nav-link {
    margin-left: 16px;
  }
}

.layout__nav-link:hover, .layout__nav-link.selected {
  color: #2F343F;
}

.layout__nav-link:hover:after, .layout__nav-link.selected:after {
  opacity: 1;
  -webkit-transform: translate(-50%, 7px);
          transform: translate(-50%, 7px);
}

.layout__nav-link:hover .layout__icon, .layout__nav-link.selected .layout__icon {
  fill: #83CCDD;
}

.layout__nav-link > .layout__icon {
  margin-bottom: 11px;
}

.layout__icon {
  fill: #B1B4C4;
  display: table;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  margin: 0 auto;
  max-width: 100%;
  max-height: 48px;
}

@media (max-width: 1440px) {
  .layout__icon {
    max-width: 42px;
    max-height: 31px;
  }
}

@media (max-width: 719px) {
  .layout__icon {
    display: none;
  }
}

@media (max-width: 1440px) {
  .layout__likes .likes-counter__button {
    margin: 0 auto;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .layout__likes .likes-counter__button-svg {
    width: 32px;
    height: 32px;
  }
  .layout__likes .likes-counter__counter {
    display: block !important;
  }
}

@media (max-width: 959px) {
  .layout__likes .likes-counter {
    display: block !important;
  }
}

.layout--big {
  padding-top: 30px;
}

.layout--big .layout__actions {
  right: 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.layout--big .layout__content {
  padding: 0;
}

.layout--big .layout__img {
  width: 100%;
  height: 450px;
  background-size: contain;
}

@media (max-width: 1440px) {
  .layout--big .layout__img {
    height: 346px;
  }
}

@media (max-width: 1280px) {
  .layout--big .layout__img {
    width: 536px;
  }
}

@media (max-width: 959px) {
  .layout--big .layout__img {
    width: 376px;
  }
}

@media (max-width: 719px) {
  .layout--big .layout__img {
    width: 100%;
    height: 304px;
  }
}

.layout--big .layout__icon {
  margin-bottom: 8px;
  max-width: 100%;
  max-height: 100%;
}

.layout--big .layout__nav {
  max-width: 60%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

@media (max-width: 1440px) {
  .layout--big .layout__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }
}

.likes-counter {
  width: 48px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  padding-bottom: 0;
  position: relative;
}

.likes-counter.active {
  padding-bottom: 25px;
}

.likes-counter__button {
  height: 48px;
  width: 48px;
  position: relative;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.likes-counter__button:before {
  background-color: #E44B54;
  opacity: 0;
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 20%;
  height: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

@media (max-width: 1440px) {
  .likes-counter__button {
    height: 32px;
    width: 32px;
  }
}

.likes-counter__button-svg {
  margin-top: 3px;
  fill: #B1B4C4;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

@media (max-width: 1440px) {
  .likes-counter__button-svg {
    width: 22px;
    height: 22px;
  }
}

.likes-counter__button:hover .likes-counter__button-svg {
  fill: #E44B54;
}

.likes-counter__button.active:before {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 1;
}

.likes-counter__button.active .likes-counter__button-svg {
  fill: #FFFFFF;
}

.likes-counter__counter {
  text-align: center;
  visibility: hidden;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  opacity: 0;
  -webkit-transform: translateY(-5px) translateX(-50%);
          transform: translateY(-5px) translateX(-50%);
  position: absolute;
  left: 50%;
}

.likes-counter__counter.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
}

.likes-counter__button + .likes-counter__counter {
  bottom: 0;
}

.likes-counter--disabled > .likes-counter__button {
  background-color: transparent;
}

.link {
  text-decoration: none;
  outline: none;
  color: inherit;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  position: relative;
}

.link--phone {
  font-weight: 600;
}

@media (min-width: 0px) {
  .link--phone {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .link--phone {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .link--phone {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .link--phone {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .link--phone {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .link--phone {
    font-size: 20px;
    line-height: 28px;
  }
}

.link--solid {
  border-bottom: 1px solid #83CCDD;
}

.link--solid:hover {
  color: #83CCDD;
}

.link--dashed {
  border-bottom: 1px dashed #83CCDD;
}

.link--dashed .link__title {
  position: relative;
  -webkit-transition: border ease-in-out 300ms;
  transition: border ease-in-out 300ms;
}

.link--dashed:hover:not(.link--dashed--hover-none) {
  border-bottom-color: transparent;
}

.link--tabs {
  color: inherit;
}

.link--tabs .link__hover-line {
  z-index: -1;
}

.link--tabs .link__hover-line--tabs {
  min-height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.link--tabs:hover {
  color: #2F343F;
}

.link--tabs:hover .link__hover-line--tabs {
  background-color: #83CCDD;
  width: 100%;
}

.link__hover-line {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  min-height: 2px;
  width: 50%;
  background-color: transparent;
  -webkit-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
}

.link--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.link--menu:hover {
  color: #2F343F;
}

.link--menu:hover .link__hover-line {
  background-color: #83CCDD;
  width: 100%;
}

.link--menu-header {
  font-weight: 600;
}

.link--menu-header:hover .link__hover-line {
  width: 100%;
}

.link--color-black {
  color: #2F343F;
}

.link--color-black:hover {
  color: #83CCDD;
}

.link--color-white {
  color: #FFFFFF;
}

.link--color-white:hover {
  color: #83CCDD;
}

.link--color-clear-sky {
  color: #83CCDD;
}

.link--color-clear-sky:hover {
  color: #83CCDD;
  color: inherit;
}

.link--with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.link__icon {
  margin-left: 17px;
}

.link__badge {
  position: relative;
  display: block;
  margin-left: 10px;
  border-radius: 100%;
  background-color: #CCE7EF;
  height: 22px;
  width: 22px;
}

.link__badge-count {
  display: block;
  position: absolute;
  font-weight: 700;
  left: 50%;
}

@media (min-width: 0px) {
  .link--font-size-h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .link--font-size-h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .link--font-size-h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .link--font-size-h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .link--font-size-h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .link--font-size-h4 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (min-width: 0px) {
  .link--font-size-h5 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .link--font-size-h5 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .link--font-size-h5 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .link--font-size-h5 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .link--font-size-h5 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .link--font-size-h5 {
    font-size: 20px;
    line-height: 28px;
  }
}

.link--font-weight-600 {
  font-weight: 600;
}

.link--icon-type-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: none;
}

.link--icon-type-left.link--solid > .link__title {
  border-bottom: 1px solid #83CCDD;
}

.link--icon-type-left.link--solid > .link__title:hover:not(.link--hover-none) {
  border-bottom-color: transparent;
}

.link--icon-type-left.link--dashed > .link__title {
  border-bottom: 1px dashed #83CCDD;
}

.link--icon-type-left.link--dashed > .link__title:hover:not(.link__title--hover-none) {
  border-bottom-color: transparent;
}

.link--icon-type-left .link__icon {
  margin: 0 5px 0 0;
}

.link--icon-type-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.link--icon-type-right .link__icon {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin: 0 15px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
}

.link--icon-type-right .link__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.link--icon-type-left-absolute {
  position: relative;
}

.link--icon-type-left-absolute .link__icon {
  position: absolute;
  right: calc(100% + 5px);
  top: 2px;
  margin: 0;
}

.link--icon-valign-top .link__icon {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.manager-card__img {
  width: 100%;
  height: 360px;
  background-color: #F3F3F4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1440px) {
  .manager-card__img {
    height: 340px;
  }
}

@media (max-width: 959px) {
  .manager-card__img {
    height: 260px;
  }
}

@media (max-width: 719px) {
  .manager-card__img {
    height: 220px;
  }
}

.manager-card__title {
  font-weight: 600;
}

@media (min-width: 0px) {
  .manager-card__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .manager-card__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .manager-card__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .manager-card__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .manager-card__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .manager-card__title {
    font-size: 24px;
    line-height: 36px;
  }
}

.manager-card__desc {
  font-weight: 500;
}

@media (min-width: 0px) {
  .manager-card__desc {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .manager-card__desc {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .manager-card__desc {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .manager-card__desc {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .manager-card__desc {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .manager-card__desc {
    font-size: 16px;
    line-height: 24px;
  }
}

.manager-card__img + .manager-card__title {
  margin-top: 20px;
}

@media (max-width: 1440px) {
  .manager-card__img + .manager-card__title {
    margin-top: 16px;
  }
}

@media (max-width: 719px) {
  .manager-card__img + .manager-card__title {
    margin-top: 8px;
  }
}

.manager-card__title + .manager-card__desc {
  margin-top: 10px;
}

@media (max-width: 1440px) {
  .manager-card__title + .manager-card__desc {
    margin-top: 8px;
  }
}

.manager-card-detail {
  border-bottom: 2px solid #83CCDD;
}

.manager-card-detail__inner {
  padding: 30px 30px;
}

@media (max-width: 1440px) {
  .manager-card-detail__inner {
    padding: 24px 20px 0 0;
  }
}

@media (max-width: 1280px) {
  .manager-card-detail__inner {
    padding: 24px 12px 0 0;
  }
}

@media (max-width: 959px) {
  .manager-card-detail__inner {
    padding: 24px 8px 0 0;
  }
}

@media (max-width: 719px) {
  .manager-card-detail__inner {
    padding: 16px 0px;
  }
}

.manager-card-detail__title {
  font-weight: bold;
}

@media (min-width: 0px) {
  .manager-card-detail__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .manager-card-detail__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .manager-card-detail__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .manager-card-detail__title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1281px) {
  .manager-card-detail__title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1441px) {
  .manager-card-detail__title {
    font-size: 44px;
    line-height: 56px;
  }
}

.manager-card-detail__desc {
  font-weight: 600;
}

@media (min-width: 0px) {
  .manager-card-detail__desc {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .manager-card-detail__desc {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .manager-card-detail__desc {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .manager-card-detail__desc {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .manager-card-detail__desc {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .manager-card-detail__desc {
    font-size: 20px;
    line-height: 28px;
  }
}

.manager-card-detail__title + .manager-card-detail__desc {
  margin-top: 10px;
}

@media (max-width: 1440px) {
  .manager-card-detail__title + .manager-card-detail__desc {
    margin-top: 16px;
  }
}

@media (max-width: 959px) {
  .manager-card-detail__title + .manager-card-detail__desc {
    margin-top: 8px;
  }
}

@media (min-width: 0px) {
  .manager-card-detail__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .manager-card-detail__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .manager-card-detail__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .manager-card-detail__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .manager-card-detail__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .manager-card-detail__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.manager-card-detail__desc + .manager-card-detail__text {
  margin-top: 38px;
}

@media (max-width: 1440px) {
  .manager-card-detail__desc + .manager-card-detail__text {
    margin-top: 24px;
  }
}

@media (max-width: 959px) {
  .manager-card-detail__desc + .manager-card-detail__text {
    margin-top: 16px;
  }
}

.manager-card-detail__img {
  position: relative;
  width: 100%;
  height: 360px;
  background-color: #F3F3F4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.manager-card-detail__img:after {
  content: "";
  position: absolute;
  top: 30px;
  right: -30px;
  width: 60px;
  height: 130px;
  background-color: #83CCDD;
}

@media (max-width: 1440px) {
  .manager-card-detail__img:after {
    top: 24px;
    right: -12px;
    width: 24px;
    height: 102px;
  }
}

@media (max-width: 959px) {
  .manager-card-detail__img:after {
    top: 24px;
    right: -8px;
    width: 16px;
    height: 64px;
  }
}

@media (max-width: 719px) {
  .manager-card-detail__img:after {
    display: none;
  }
}

.map-popup {
  width: 276px;
  margin-left: 0px;
  background-color: #FFFFFF;
}

@media (max-width: 719px) {
  .map-popup {
    width: 100%;
  }
}

.map-popup__inner {
  width: 100%;
}

.map-popup__image {
  max-width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
}

.map-popup__content {
  padding: 16px;
}

.map-popup__content-item + .map-popup__content-item {
  margin-top: 8px;
}

@media (min-width: 0px) {
  .map-popup__content-item-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .map-popup__content-item-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .map-popup__content-item-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .map-popup__content-item-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .map-popup__content-item-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .map-popup__content-item-name {
    font-size: 12px;
    line-height: 16px;
  }
}

.map-popup__content-item-value {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.map-popup__content-item-name + .map-popup__content-item-value {
  margin-top: 4px;
}

.map-popup__content-wait {
  height: 100;
}

.map-popup__content-title {
  font-weight: 600;
  border-bottom: 2px solid #83CCDD;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color ease-in-out 300ms;
  transition: color ease-in-out 300ms;
}

@media (min-width: 0px) {
  .map-popup__content-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .map-popup__content-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .map-popup__content-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .map-popup__content-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .map-popup__content-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .map-popup__content-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.map-popup__content-title:hover {
  color: #83CCDD;
}

.map-popup__content-title + .map-popup__content-item {
  margin-top: 8px;
}

.map-popup--distance {
  padding: 12px 8px;
  width: 89px;
}

.map-popup--distance .map-popup__image {
  height: 24px;
  width: 24px;
}

.map-popup--distance .map-popup__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 0px) {
  .map-popup--distance .map-popup__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .map-popup--distance .map-popup__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .map-popup--distance .map-popup__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .map-popup--distance .map-popup__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .map-popup--distance .map-popup__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .map-popup--distance .map-popup__text {
    font-size: 12px;
    line-height: 16px;
  }
}

.menu-bottom-inner {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

@media (max-width: 1440px) {
  .menu-bottom-inner {
    margin-top: 20px;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media (max-width: 1280px) {
  .menu-bottom-inner {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media (max-width: 959px) {
  .menu-bottom-inner {
    margin-top: 8px;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.menu-bottom__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 0px) {
  .menu-bottom__item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .menu-bottom__item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .menu-bottom__item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .menu-bottom__item {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .menu-bottom__item {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .menu-bottom__item {
    font-size: 16px;
    line-height: 24px;
  }
}

.menu-bottom__item-presentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-bottom__item--title {
  font-weight: 600;
}

.menu-bottom__item--child {
  padding-left: 12px;
}

.menu-bottom__item--title .menu-bottom__item-presentation {
  margin-left: 4px;
}

.menu-bottom__item--child .menu-bottom__item-presentation {
  margin-left: 8px;
}

.menu-bottom__item + .menu-bottom__item {
  margin-top: 14px;
}

.menu-bottom__item--title + .menu-bottom__item--child {
  margin-top: 20px;
}

.menu-bottom__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  padding-bottom: 30px;
}

.menu-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 15px 0 0;
  font-weight: 600;
  white-space: nowrap;
}

@media (min-width: 0px) {
  .menu-left {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .menu-left {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .menu-left {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .menu-left {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .menu-left {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .menu-left {
    font-size: 16px;
    line-height: 24px;
  }
}

.menu-left__title {
  color: inherit;
  text-decoration: none;
}

.menu-left::-webkit-scrollbar {
  width: 1em;
}

@media (max-width: 1280px) {
  .menu-left {
    scrollbar-width: thin;
    overflow-x: scroll;
  }
}

.menu-left__item {
  color: #B1B4C4;
  position: relative;
  cursor: pointer;
}

.menu-left__item + .menu-left__item {
  margin-left: 32px;
}

.menu-left__item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  background: #83CCDD;
  bottom: 0px;
  z-index: -1;
  width: 50%;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  opacity: 0;
}

.menu-left__item.active {
  color: #2F343F;
}

.menu-left__item.active:before {
  opacity: 1;
  width: 100%;
}

.menu-left__item.active:hover {
  color: #2F343F !important;
}

.menu-left__item:hover {
  color: #2F343F;
}

.menu-left__item:hover:before {
  opacity: 1;
  width: 100%;
}

.menu-toggle {
  background-color: #F3F3F4;
  color: #2F343F;
  padding: 50px 0 180px;
  margin: 0 !important;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  /*    height: calc(100vh - 130px);*/
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  margin: 0;
}

@media (max-width: 1280px) {
  .menu-toggle {
    overflow-y: scroll;
  }
}

@media (max-width: 1440px) {
  .menu-toggle {
    padding: 25px 0;
  }
}

@media (max-width: 1280px) {
  .menu-toggle {
    padding: 16px 0;
    height: calc(100vh - 80px);
  }
}

@media (max-width: 719px) {
  .menu-toggle {
    padding: 0px 0;
  }
}

.menu-toggle.toggle {
  opacity: 1;
  pointer-events: all;
  margin: 0;
}

.menu-toggle-inner {
  width: 75%;
  margin-left: 25%;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

@media (max-width: 1440px) {
  .menu-toggle-inner {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 959px) {
  .menu-toggle-inner {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (max-width: 719px) {
  .menu-toggle-inner {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.menu-toggle__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  padding-bottom: 30px;
}

@media (max-width: 959px) {
  .menu-toggle__block:not(.menu-toggle__block--mobile-show) .menu-toggle__item--child {
    display: none;
  }
}

@media (max-width: 959px) {
  .menu-toggle__block {
    padding-bottom: 16px;
  }
}

.menu-toggle__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 0px) {
  .menu-toggle__item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .menu-toggle__item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .menu-toggle__item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .menu-toggle__item {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .menu-toggle__item {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .menu-toggle__item {
    font-size: 16px;
    line-height: 24px;
  }
}

.menu-toggle__item-presentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-toggle__item--title {
  font-weight: 600;
}

.menu-toggle__item--title .menu-toggle__item-presentation {
  margin-left: 4px;
}

.menu-toggle__item--child .menu-toggle__item-presentation {
  margin-left: 8px;
}

.menu-toggle__item + .menu-toggle__item {
  margin-top: 14px;
}

@media (max-width: 959px) {
  .menu-toggle__item + .menu-toggle__item {
    margin-top: 8px;
  }
}

.menu-toggle__item--title + .menu-toggle__item--child {
  margin-top: 20px;
}

@media (max-width: 959px) {
  .menu-toggle__item--title + .menu-toggle__item--child {
    margin-top: 8px;
  }
}

@media (max-width: 959px) {
  .menu-toggle__item--child {
    padding-left: 8px;
  }
}

.menu-toggle-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 0px) {
  .menu-toggle-bottom {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .menu-toggle-bottom {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .menu-toggle-bottom {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .menu-toggle-bottom {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .menu-toggle-bottom {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .menu-toggle-bottom {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 719px) {
  .menu-toggle-bottom {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.menu-toggle-inner + .menu-toggle-bottom {
  margin-top: 30px;
}

@media (max-width: 719px) {
  .menu-toggle-inner + .menu-toggle-bottom {
    margin-top: 0px;
    padding-top: 8px;
    border-top: 1px solid #D7D8E0;
  }
}

.menu-toggle-bottom__address-item .link__icon {
  display: none;
}

.menu-toggle-bottom__address-item + .menu-toggle-bottom__address-item {
  margin-top: 8px;
}

.menu-toggle-bottom__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 719px) {
  .menu-toggle-bottom__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.menu-toggle-bottom__social-item + .menu-toggle-bottom__social-item {
  margin-left: 30px;
}

@media (max-width: 719px) {
  .menu-toggle-bottom__social-item + .menu-toggle-bottom__social-item {
    margin-left: 0;
  }
}

.menu-top {
  height: 100%;
}

.menu-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

.menu-top__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.menu-top__item--parent {
  padding-right: 14px;
  padding-bottom: 30px;
  cursor: pointer;
}

.menu-top__item + .menu-top__item {
  margin-left: 30px;
}

@media (max-width: 1440px) {
  .menu-top__item + .menu-top__item {
    margin-left: 10px;
  }
}

.menu-top__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 30px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 0;
  pointer-events: none;
  background: #2F343F;
  color: #FFFFFF;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.menu-top__item--parent:hover > .menu-top__child {
  opacity: 1;
  pointer-events: all;
}

.menu-top__child .menu-top__item {
  margin-left: 0;
}

.menu-top__child .menu-top__item + .menu-top__item {
  margin-top: 15px;
}

.menu-top__link {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-right: 14px;
}

.menu-top__link-icon {
  fill: transparent;
  position: absolute;
  right: 2px;
  top: 7px;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.menu-top__item--parent > .menu-top__link > .menu-top__link-icon {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  right: 0;
}

.menu-top__link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #83CCDD;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.menu-top__item:hover > .menu-top__link:after {
  width: calc(100% - 8px);
}

.menu-top__item:hover > .menu-top__link .menu-top__link-icon {
  top: 14px;
}

.menu-top .menu-top__item--parent:hover > .menu-top__link > .menu-top__link-icon {
  top: 20px;
}

.modal--white .modal__header-left, .modal--white .modal__content {
  background-color: #FFFFFF;
}

.modal--white .modal__angle {
  fill: #FFFFFF;
}

.modal__success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal__success-text {
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
  color: #2F343F;
}

@media (min-width: 0px) {
  .modal__success-text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .modal__success-text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .modal__success-text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .modal__success-text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .modal__success-text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .modal__success-text {
    font-size: 20px;
    line-height: 30px;
  }
}

.modal__success-text + .modal__success-text {
  margin-top: 20px;
}

@media (max-width: 1280px) {
  .modal__success-text + .modal__success-text {
    margin-top: 16px;
  }
}

.modal-more {
  white-space: nowrap;
}

.modal-more__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.modal-more__links-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  fill: #B1B4C4;
}

.modal-more__links-item .link-icon {
  margin-left: 0px !important;
}

.modal-more__links-item + .modal-more__links-item {
  margin-left: 22px;
}

@media (max-width: 719px) {
  .modal-more__links-item + .modal-more__links-item {
    margin-left: 18px;
  }
}

.modal-more__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px 30px 30px 30px;
}

@media (max-width: 959px) {
  .modal-more__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.modal-more__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-more__title {
  font-weight: 600;
}

@media (min-width: 0px) {
  .modal-more__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .modal-more__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .modal-more__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .modal-more__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .modal-more__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .modal-more__title {
    font-size: 32px;
    line-height: 44px;
  }
}

.modal-more__image {
  background-color: #F3F3F4;
  width: 660px;
  height: 331px;
}

@media (max-width: 1440px) {
  .modal-more__image {
    width: 608px;
    height: 308px;
  }
}

@media (max-width: 1280px) {
  .modal-more__image {
    width: 486px;
    height: 308px;
  }
}

@media (max-width: 959px) {
  .modal-more__image {
    width: 100%;
    height: 205px;
  }
}

.modal-more__image + .modal-more__descr {
  margin-left: 30px;
}

@media (max-width: 1440px) {
  .modal-more__image + .modal-more__descr {
    margin: 0 0 0 32px;
  }
}

@media (max-width: 1280px) {
  .modal-more__image + .modal-more__descr {
    margin: 0 0 0 24px;
  }
}

@media (max-width: 959px) {
  .modal-more__image + .modal-more__descr {
    margin: 16px 0 0 0;
  }
}

.modal-more__information {
  border-top: 1px solid #D7D8E0;
  padding: 12px 0;
}

@media (max-width: 1440px) {
  .modal-more__information {
    padding: 18px 0;
  }
}

@media (max-width: 1280px) {
  .modal-more__information {
    padding: 12px 0;
  }
}

.modal-more__information-name {
  font-weight: 600;
}

@media (min-width: 0px) {
  .modal-more__information-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .modal-more__information-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .modal-more__information-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .modal-more__information-name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .modal-more__information-name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .modal-more__information-name {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 0px) {
  .modal-more__information-value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .modal-more__information-value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .modal-more__information-value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .modal-more__information-value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .modal-more__information-value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .modal-more__information-value {
    font-size: 12px;
    line-height: 16px;
  }
}

.modal-more__information-value__item + .modal-more__information-value__item {
  margin-left: 10px;
}

.modal-more__information-value__item--old-price {
  position: relative;
  color: #D7D8E0;
}

.modal-more__information-value__item--old-price:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 2px;
  background: #E44B54;
  width: 110%;
}

.modal-more__information-name + .modal-more__information-value {
  margin-top: 10px;
}

.modal-more__title + .modal-more__information {
  margin-top: 15px;
}

.modal-more__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 16px;
  border-top: 1px solid #D7D8E0;
}

@media (max-width: 959px) {
  .modal-more__controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 719px) {
  .modal-more__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.modal-more__links + .modal-more__button {
  margin-top: 15px;
}

@media (max-width: 1440px) {
  .modal-more__links + .modal-more__button {
    margin-top: 24px;
  }
}

@media (max-width: 959px) {
  .modal-more__links + .modal-more__button {
    margin-top: 0px;
  }
}

@media (max-width: 719px) {
  .modal-more__links + .modal-more__button {
    margin-top: 16px;
  }
}

@media (max-width: 719px) {
  .modal__form {
    margin-top: 70px;
  }
}

.modal__title {
  font-weight: 600;
}

@media (min-width: 0px) {
  .modal__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .modal__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .modal__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .modal__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .modal__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .modal__title {
    font-size: 24px;
    line-height: 36px;
  }
}

.modal__title + .modal__description {
  margin-top: 20px;
}

@media (max-width: 1440px) {
  .modal__title + .modal__description {
    margin-top: 16px;
  }
}

@media (min-width: 0px) {
  .modal__title + .modal__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .modal__title + .modal__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .modal__title + .modal__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .modal__title + .modal__description {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .modal__title + .modal__description {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .modal__title + .modal__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 719px) {
  .modal {
    width: 100%;
  }
}

.modal-backdrop {
  background: #2F343F;
}

.modal-backdrop.show {
  opacity: .9;
}

.modal__header {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 2px;
}

@media (max-width: 719px) {
  .modal__header {
    display: block;
    top: unset;
  }
}

.modal__header-left {
  height: 30px;
  width: calc(100% - 40px);
  border-top: 10px solid #83CCDD;
  background: #F3F3F4;
}

@media (max-width: 719px) {
  .modal__header-left {
    width: 100%;
    height: 40px;
    border-top-width: 8px;
  }
}

.modal__content {
  background: #F3F3F4;
  width: 100%;
}

.modal__inner {
  z-index: 5;
  position: relative;
  overflow: hidden;
}

.modal__angle {
  width: 40px;
  height: 32px;
  position: relative;
  top: -1px;
  stroke-dasharray: 50,0,0,300;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

@media (max-width: 719px) {
  .modal__angle {
    display: none;
  }
}

.modal__angle circle {
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.modal__angle rect {
  stroke: #83CCDD;
  stroke-dasharray: 50,0,0,300;
}

.modal__close {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #F3F3F4;
  border: none;
  position: absolute;
  right: -15px;
  z-index: 2;
  top: -15px;
  outline: none;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  will-change: scale;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  padding: 0;
}

@media (max-width: 719px) {
  .modal__close {
    right: 8px;
    top: 24px;
    background: #2F343F;
  }
}

.modal__close:after {
  content: 'Закрыть форму';
  color: #F3F3F4;
  position: absolute;
  right: -125px;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  will-change: translateX;
  opacity: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  z-index: -1;
}

@media (min-width: 0px) {
  .modal__close:after {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .modal__close:after {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .modal__close:after {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .modal__close:after {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .modal__close:after {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .modal__close:after {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1440px) {
  .modal__close:after {
    right: -110px;
  }
}

@media (max-width: 959px) {
  .modal__close:after {
    right: -95px;
  }
}

@media (max-width: 719px) {
  .modal__close:after {
    display: none;
  }
}

.modal__close .modal__chest {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.34314 1.34314L12.6568 12.6568' stroke='%232F343F' stroke-width='2'/%3E%3Cpath d='M12.6569 1.34314L1.34315 12.6568' stroke='%232F343F' stroke-width='2'/%3E%3C/svg%3E%0A");
  display: block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  will-change: rotate;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

@media (max-width: 719px) {
  .modal__close .modal__chest {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3272 13.7411L0.259277 1.6731L1.67349 0.258882L13.7414 12.3268L12.3272 13.7411Z' fill='%23F3F3F4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.258704 12.3269L12.3267 0.258911L13.7409 1.67312L1.67292 13.7411L0.258704 12.3269Z' fill='%23F3F3F4'/%3E%3C/svg%3E%0A");
  }
}

.modal__close:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.modal__close:hover .modal__chest {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.modal__close:hover:after {
  -webkit-transform: translate(0) scale(0.8);
          transform: translate(0) scale(0.8);
  opacity: 1;
}

.modal__close:hover + .modal__header svg circle {
  r: 30;
}

.modal__container--small {
  max-width: 450px;
}

@media (max-width: 1440px) {
  .modal__container--small {
    max-width: 352px;
  }
}

.modal__container--small .modal__content {
  padding: 0 30px 40px 30px;
}

@media (max-width: 1440px) {
  .modal__container--small .modal__content {
    padding: 0 16px 24px 16px;
  }
}

@media (max-width: 719px) {
  .modal__container--small .modal__content {
    padding: 0 8px 48px 8px;
  }
}

.modal__container--big {
  max-width: 930px;
}

.modal__container--big .modal__content {
  padding: 0 30px 40px 30px;
}

@media (max-width: 1440px) {
  .modal__container--big .modal__content {
    padding: 0 17px 24px 17px;
  }
}

@media (max-width: 959px) {
  .modal__container--big .modal__content {
    padding: 0 16px 24px 16px;
  }
}

@media (max-width: 719px) {
  .modal__container--big .modal__content {
    padding: 0 8px 40px 8px;
  }
}

@media (max-width: 1440px) {
  .modal__container--big {
    max-width: 736px;
  }
}

@media (max-width: 959px) {
  .modal__container--big {
    max-width: 544px;
  }
}

@media (max-width: 719px) {
  .modal__container--big {
    max-width: 100%;
    width: 100%;
  }
}

.modal__container--wide {
  max-width: 1170px;
}

@media (max-width: 1440px) {
  .modal__container--wide {
    max-width: 1120px;
  }
}

@media (max-width: 1280px) {
  .modal__container--wide {
    max-width: 936px;
  }
}

@media (max-width: 959px) {
  .modal__container--wide {
    max-width: 656px;
  }
}

@media (max-width: 719px) {
  .modal__container {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}

.modal-content {
  background: #F3F3F4;
  border: none;
  background: transparent;
  border-radius: 0;
}

.modal__content .field-box .form__title {
  margin: 0;
  padding: 0;
  font-weight: 600;
}

@media (min-width: 0px) {
  .modal__content .field-box .form__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .modal__content .field-box .form__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .modal__content .field-box .form__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .modal__content .field-box .form__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .modal__content .field-box .form__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .modal__content .field-box .form__title {
    font-size: 32px;
    line-height: 44px;
  }
}

@media (min-width: 0px) {
  .modal__content .field-box .form__title--h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .modal__content .field-box .form__title--h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .modal__content .field-box .form__title--h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .modal__content .field-box .form__title--h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .modal__content .field-box .form__title--h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .modal__content .field-box .form__title--h4 {
    font-size: 24px;
    line-height: 36px;
  }
}

.modal__content .field-box + .field-box--inline {
  margin-top: 0;
}

@media (max-width: 719px) {
  .modal__content .field-box + .field-box--inline {
    margin-top: 16px;
  }
}

.modal__content .form__object {
  padding: 0 0 20px 20px;
}

@media (min-width: 0px) {
  .modal__content .form__object-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .modal__content .form__object-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .modal__content .form__object-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .modal__content .form__object-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .modal__content .form__object-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .modal__content .form__object-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 0px) {
  .modal__content .form__object-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .modal__content .form__object-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .modal__content .form__object-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .modal__content .form__object-name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .modal__content .form__object-name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .modal__content .form__object-name {
    font-size: 16px;
    line-height: 24px;
  }
}

.modal .tab .tabs {
  padding: 20px 0;
}

@media (max-width: 1280px) {
  .modal .tab .tabs {
    padding: 16px 0 0 0;
  }
}

.modal .tab-content {
  padding-top: 0;
}

.modal .send-calculate .form__title--h4 {
  font-weight: 600;
}

@media (min-width: 0px) {
  .modal .send-calculate .form__title--h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .modal .send-calculate .form__title--h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .modal .send-calculate .form__title--h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .modal .send-calculate .form__title--h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .modal .send-calculate .form__title--h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .modal .send-calculate .form__title--h4 {
    font-size: 24px;
    line-height: 36px;
  }
}

.modal .send-calculate__description {
  padding-top: 20px;
}

@media (min-width: 0px) {
  .modal .send-calculate__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .modal .send-calculate__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .modal .send-calculate__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .modal .send-calculate__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .modal .send-calculate__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .modal .send-calculate__description {
    font-size: 12px;
    line-height: 16px;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  position: relative;
  font-weight: 600;
  color: #B1B4C4;
}

@media (min-width: 0px) {
  .nav {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .nav {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .nav {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .nav {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .nav {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .nav {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 1280px) {
  .nav {
    scrollbar-width: thin;
    overflow-x: scroll;
  }
}

.nav::-webkit-scrollbar {
  width: 1em;
}

.nav__item {
  position: relative;
  cursor: pointer;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  will-change: color;
  z-index: 2;
  color: #B1B4C4;
  text-decoration: none;
}

.nav__item--title {
  color: #2F343F;
  cursor: default;
  pointer-events: none;
}

@media (min-width: 0px) {
  .nav__item--title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .nav__item--title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .nav__item--title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .nav__item--title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .nav__item--title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .nav__item--title {
    font-size: 32px;
    line-height: 44px;
  }
}

.nav__item--title:before {
  display: none;
}

@media (min-width: 0px) {
  .nav__item--h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .nav__item--h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .nav__item--h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .nav__item--h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .nav__item--h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .nav__item--h4 {
    font-size: 24px;
    line-height: 36px;
  }
}

.nav__item + .nav__item {
  margin-left: 32px;
}

.nav__item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  height: 10px;
  background: #83CCDD;
  bottom: 2px;
  z-index: -1;
  width: 50%;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  opacity: 0;
}

.nav__item:hover, .nav__item.active {
  color: #2F343F;
}

.nav__item:hover:before, .nav__item.active:before {
  opacity: 1;
  width: 100%;
}

.nav__item--active > .link--tabs > .link__hover-line--tabs {
  width: 100%;
  background-color: #83CCDD;
}

.nav__item + .nav__item {
  margin-left: 32px;
}

.news__stocks + .news__items {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #83CCDD;
}

@media (max-width: 1440px) {
  .news__stocks + .news__items {
    margin-top: 40px;
  }
}

@media (max-width: 959px) {
  .news__stocks + .news__items {
    margin-top: 32px;
    padding-top: 32px;
  }
}

.news__stocks {
  margin: 30px 0;
}

@media (max-width: 1280px) {
  .news__stocks {
    margin: 0 0 30px;
  }
}

.news__recommendations {
  margin: 60px 0;
}

@media (max-width: 959px) {
  .news__recommendations {
    margin: 40px 0;
  }
}

@media (max-width: 719px) {
  .news__recommendations {
    margin: 32px 0;
  }
}

.news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #2F343F;
  text-decoration: none;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  cursor: pointer;
  height: 100%;
}

.news-card__img {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.news-card__img-badge {
  font-weight: 600;
  position: absolute;
  top: 16px;
  right: 16px;
  color: #FFFFFF;
  background-color: #E44B54;
  padding: 4px 16px;
}

@media (min-width: 0px) {
  .news-card__img-badge {
    font-size: 8px;
    line-height: 12px;
  }
}

@media (min-width: 320px) {
  .news-card__img-badge {
    font-size: 8px;
    line-height: 12px;
  }
}

@media (min-width: 720px) {
  .news-card__img-badge {
    font-size: 8px;
    line-height: 12px;
  }
}

@media (min-width: 960px) {
  .news-card__img-badge {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .news-card__img-badge {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .news-card__img-badge {
    font-size: 12px;
    line-height: 16px;
  }
}

.news-card__img-date {
  font-weight: 500;
  color: #FFFFFF;
  padding: 4px 16px;
  background-color: #2F343F;
  position: absolute;
  bottom: -13px;
  left: 20px;
}

@media (min-width: 0px) {
  .news-card__img-date {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .news-card__img-date {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .news-card__img-date {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .news-card__img-date {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .news-card__img-date {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .news-card__img-date {
    font-size: 14px;
    line-height: 18px;
  }
}

.news-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-right: 4px solid;
  border-bottom: 4px solid;
  border-left: 4px solid;
  border-color: #F3F3F4;
  -webkit-transition: border ease-in-out 300ms;
  transition: border ease-in-out 300ms;
  will-change: border-color;
}

.news-card:hover .news-card__info {
  border-color: #83CCDD;
}

.news-card__title {
  font-weight: 600;
  padding: 30px 20px 10px 20px;
}

@media (min-width: 0px) {
  .news-card__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .news-card__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .news-card__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .news-card__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .news-card__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .news-card__title {
    font-size: 24px;
    line-height: 36px;
  }
}

.news-card__desc {
  font-weight: 500;
  padding: 0 20px 30px;
}

@media (min-width: 0px) {
  .news-card__desc {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .news-card__desc {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .news-card__desc {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .news-card__desc {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .news-card__desc {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .news-card__desc {
    font-size: 16px;
    line-height: 24px;
  }
}

.news-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

@media (min-width: 0px) {
  .news-detail__info {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .news-detail__info {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .news-detail__info {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .news-detail__info {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .news-detail__info {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .news-detail__info {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 959px) {
  .news-detail__info-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 719px) {
  .news-detail__info-header {
    display: block;
  }
}

.news-detail__info-header + .news-detail__info-text {
  margin-top: 16px;
}

@media (max-width: 959px) {
  .news-detail__info-header + .news-detail__info-text {
    margin-top: 8px;
  }
}

.news-detail__info-title {
  font-weight: 600;
}

@media (max-width: 959px) {
  .news-detail__info-title {
    margin-right: 16px;
  }
}

.news-detail__info-title + .news-detail__info-desc {
  margin-top: 16px;
}

@media (max-width: 959px) {
  .news-detail__info-title + .news-detail__info-desc {
    margin-top: 0;
  }
}

.news-detail__content {
  margin: 30px 0 60px;
}

@media (max-width: 1440px) {
  .news-detail__content {
    margin: 24px 0 40px;
  }
}

@media (max-width: 959px) {
  .news-detail__content {
    margin: 24px 0 32px;
  }
}

.news-detail__gallery {
  margin: 30px 0;
}

@media (max-width: 1440px) {
  .news-detail__gallery {
    margin: 24px 0;
  }
}

.news-detail__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-detail__banner {
  background-color: #F3F3F4;
  padding: 60px 0;
}

@media (max-width: 1440px) {
  .news-detail__banner {
    padding: 40px 16px;
  }
}

@media (max-width: 959px) {
  .news-detail__banner {
    padding: 32px 56px;
  }
}

@media (max-width: 719px) {
  .news-detail__banner {
    padding: 32px 16px;
  }
}

.news-detail__banner-text {
  font-weight: 600;
  text-align: center;
}

@media (min-width: 0px) {
  .news-detail__banner-text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .news-detail__banner-text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .news-detail__banner-text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .news-detail__banner-text {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .news-detail__banner-text {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .news-detail__banner-text {
    font-size: 32px;
    line-height: 44px;
  }
}

.news-stocks-slider__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news-stocks-slider__item-img {
  min-height: 400px;
  margin-bottom: 13px;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media (max-width: 1440px) {
  .news-stocks-slider__item-img {
    min-height: 340px;
  }
}

@media (max-width: 1280px) {
  .news-stocks-slider__item-img {
    min-height: 300px;
  }
}

@media (max-width: 959px) {
  .news-stocks-slider__item-img {
    min-height: 240px;
  }
}

@media (max-width: 719px) {
  .news-stocks-slider__item-img {
    min-height: 192px;
  }
}

.news-stocks-slider__item-title {
  font-weight: 600;
}

@media (min-width: 0px) {
  .news-stocks-slider__item-title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .news-stocks-slider__item-title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .news-stocks-slider__item-title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .news-stocks-slider__item-title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .news-stocks-slider__item-title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .news-stocks-slider__item-title {
    font-size: 32px;
    line-height: 44px;
  }
}

.news-stocks-slider__item-img + .news-stocks-slider__item-title {
  margin-top: 18px;
}

@media (max-width: 1440px) {
  .news-stocks-slider__item-img + .news-stocks-slider__item-title {
    margin-top: 12px;
  }
}

.news-stocks-slider__item-labels {
  position: absolute;
  top: 16px;
  left: 16px;
}

.news-stocks-slider__item-date {
  position: absolute;
  bottom: -13px;
  left: 16px;
  padding: 4px 16px;
  background-color: #83CCDD;
  color: #2F343F;
  font-weight: 500;
}

@media (min-width: 0px) {
  .news-stocks-slider__item-date {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .news-stocks-slider__item-date {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .news-stocks-slider__item-date {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .news-stocks-slider__item-date {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .news-stocks-slider__item-date {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .news-stocks-slider__item-date {
    font-size: 14px;
    line-height: 18px;
  }
}

.object-card {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.object-card:hover > .object-card__image {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.object-card__image {
  -webkit-transition: inherit;
  transition: inherit;
  height: 160px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 960px) {
  .object-card__image {
    height: 240px;
  }
}

@media (min-width: 1441px) {
  .object-card__image {
    height: 300px;
  }
}

.object-card__image-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  height: 100%;
}

.object-card__image-status {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 4px 10px;
}

@media (min-width: 0px) {
  .object-card__image-status {
    font-size: 8px;
    line-height: 12px;
  }
}

@media (min-width: 320px) {
  .object-card__image-status {
    font-size: 8px;
    line-height: 12px;
  }
}

@media (min-width: 720px) {
  .object-card__image-status {
    font-size: 8px;
    line-height: 12px;
  }
}

@media (min-width: 960px) {
  .object-card__image-status {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .object-card__image-status {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .object-card__image-status {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 1440px) {
  .object-card__image-status {
    padding: 6px 15px;
  }
}

@media (max-width: 1280px) {
  .object-card__image-status {
    padding: 4px 8px;
  }
}

.object-card__image-status--blue {
  color: #2F343F;
  background-color: #83CCDD;
}

.object-card__image-status--orange {
  background-color: #D26F57;
}

.object-card__image-status--black {
  background-color: #2F343F;
}

.object-card__image-queue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #F3F3F4;
}

@media (min-width: 0px) {
  .object-card__image-queue {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .object-card__image-queue {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .object-card__image-queue {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .object-card__image-queue {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .object-card__image-queue {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .object-card__image-queue {
    font-size: 12px;
    line-height: 16px;
  }
}

.object-card__image-queue-item {
  display: inline-block;
  padding: 4px 10px;
  margin: 5px 0 0 0;
  background-color: #2F343F;
}

.object-card__title {
  margin-top: 20px;
  font-weight: 600;
}

@media (min-width: 0px) {
  .object-card__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .object-card__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .object-card__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .object-card__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .object-card__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .object-card__title {
    font-size: 32px;
    line-height: 44px;
  }
}

.object-card__text {
  margin-top: 5px;
}

@media (min-width: 0px) {
  .object-card__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .object-card__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .object-card__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .object-card__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .object-card__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .object-card__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.object-contacts {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0 46px 0;
}

@media (max-width: 959px) {
  .object-contacts {
    padding: 16px 0 16px 0;
  }
}

@media (max-width: 719px) {
  .object-contacts {
    padding: 0 0 24px 0;
  }
}

.object-contacts__title, .object-contacts__phone-link {
  font-weight: 600;
}

@media (min-width: 0px) {
  .object-contacts__title, .object-contacts__phone-link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .object-contacts__title, .object-contacts__phone-link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .object-contacts__title, .object-contacts__phone-link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .object-contacts__title, .object-contacts__phone-link {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .object-contacts__title, .object-contacts__phone-link {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .object-contacts__title, .object-contacts__phone-link {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (min-width: 0px) {
  .object-contacts__content, .object-contacts__content p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .object-contacts__content, .object-contacts__content p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .object-contacts__content, .object-contacts__content p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .object-contacts__content, .object-contacts__content p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .object-contacts__content, .object-contacts__content p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .object-contacts__content, .object-contacts__content p {
    font-size: 16px;
    line-height: 24px;
  }
}

.object-contacts__group + .object-contacts__group {
  margin-top: 20px;
}

@media (max-width: 1440px) {
  .object-contacts__group + .object-contacts__group {
    margin-top: 16px;
  }
}

.object-contacts__group-item + .object-contacts__group-item {
  margin-top: 10px;
}

@media (max-width: 1440px) {
  .object-contacts__group-item + .object-contacts__group-item {
    margin-top: 8px;
  }
}

.object-contacts__group-item + .object-contacts__group-item--social {
  margin-top: 39px;
}

.object-contacts .social {
  margin-left: 4px;
}

@media (max-width: 719px) {
  .object-contacts .social {
    margin: 0 3px 4px 4px;
  }
}

.object-detail__block + .object-detail__block {
  margin-top: 100px;
}

.object-detail__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 719px) {
  .object-detail__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 719px) {
  .object-detail__name {
    width: 100%;
  }
}

.object-detail__name-desc {
  font-weight: 600;
}

@media (min-width: 0px) {
  .object-detail__name-desc {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .object-detail__name-desc {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .object-detail__name-desc {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .object-detail__name-desc {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .object-detail__name-desc {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .object-detail__name-desc {
    font-size: 20px;
    line-height: 28px;
  }
}

.object-detail__name-title {
  position: relative;
}

.object-detail__name-title-h1 {
  margin: 0;
  font-weight: 600;
  position: relative;
  padding-bottom: 94px;
}

@media (min-width: 0px) {
  .object-detail__name-title-h1 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .object-detail__name-title-h1 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .object-detail__name-title-h1 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .object-detail__name-title-h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1281px) {
  .object-detail__name-title-h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1441px) {
  .object-detail__name-title-h1 {
    font-size: 44px;
    line-height: 56px;
  }
}

@media (max-width: 1440px) {
  .object-detail__name-title-h1 {
    padding-bottom: 78px;
  }
}

@media (max-width: 959px) {
  .object-detail__name-title-h1 {
    padding-bottom: 52px;
  }
}

.object-detail__name-title-subtitle {
  padding: 40px 60px;
  background-color: #E4F2F5;
  font-weight: 600;
  position: absolute;
  left: 60px;
  top: 36px;
  white-space: nowrap;
}

@media (min-width: 0px) {
  .object-detail__name-title-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .object-detail__name-title-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .object-detail__name-title-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .object-detail__name-title-subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .object-detail__name-title-subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .object-detail__name-title-subtitle {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 1440px) {
  .object-detail__name-title-subtitle {
    left: 40px;
    top: 24px;
    padding: 32px 40px;
  }
}

@media (max-width: 959px) {
  .object-detail__name-title-subtitle {
    left: 32px;
    top: 8px;
    padding: 24px 32px;
  }
}

.object-detail__name-desc + .object-detail__name-title {
  margin-top: 16px;
}

.object-detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1280px) {
  .object-detail__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 719px) {
  .object-detail__info {
    width: 100%;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.object-detail__info-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.object-detail__info-count-icon + .object-detail__info-count-text {
  margin-left: 10px;
}

.object-detail__info-count + .object-detail__info-more {
  margin-left: 20px;
}

@media (max-width: 1280px) {
  .object-detail__info-count + .object-detail__info-more {
    margin-left: 0;
    margin-top: 16px;
  }
}

@media (max-width: 719px) {
  .object-detail__name + .object-detail__info {
    margin-top: 32px;
  }
}

.object-detail__gallery {
  margin: 30px 0 60px;
}

@media (max-width: 1440px) {
  .object-detail__gallery {
    margin: 24px 0 40px;
  }
}

@media (max-width: 959px) {
  .object-detail__gallery {
    margin: 24px 0 32px;
  }
}

.object-map__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  scrollbar-width: none;
}

@media (max-width: 719px) {
  .object-map__legend {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
  }
}

.object-map__legend::-webkit-scrollbar {
  height: 0px;
}

.object-map__legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #2F343F;
  font-weight: 500;
  margin-right: 64px;
  padding-bottom: 16px;
  white-space: nowrap;
}

@media (max-width: 1440px) {
  .object-map__legend-item {
    margin-right: 35px;
  }
}

@media (max-width: 1280px) {
  .object-map__legend-item {
    margin-right: 24px;
  }
}

@media (max-width: 719px) {
  .object-map__legend-item {
    margin-right: 16px;
  }
}

.object-map__legend-item:last-child {
  margin-right: 0;
}

@media (min-width: 0px) {
  .object-map__legend-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .object-map__legend-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .object-map__legend-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .object-map__legend-item {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .object-map__legend-item {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .object-map__legend-item {
    font-size: 16px;
    line-height: 24px;
  }
}

.object-map__legend-item-svg {
  margin-right: 10px;
}

@media (max-width: 1280px) {
  .object-map__legend-item-svg {
    margin-right: 8px;
  }
}

@media (max-width: 959px) {
  .object-map__legend-item-svg {
    margin-right: 4px;
  }
}

.object-map__map + .object-map__legend-range {
  margin-top: 16px;
}

@media (max-width: 959px) {
  .object-map__map + .object-map__legend-range {
    margin-top: 8px;
  }
}

.object-map__legend-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.object-map__legend-range-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

@media (min-width: 0px) {
  .object-map__legend-range-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .object-map__legend-range-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .object-map__legend-range-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .object-map__legend-range-item {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .object-map__legend-range-item {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .object-map__legend-range-item {
    font-size: 16px;
    line-height: 24px;
  }
}

.object-map__legend-range-item + .object-map__legend-range-item {
  margin-left: 24px;
}

@media (max-width: 719px) {
  .object-map__legend-range-item + .object-map__legend-range-item {
    margin-left: 16px;
  }
}

.object-map__legend-range-item:before {
  content: "";
  display: inline-block;
  width: 40px;
  border: 2px solid #83CCDD;
  margin-right: 8px;
}

.object-map__legend-range-item--dashed:before {
  content: "";
  border: 2px dashed #83CCDD;
}

.object-map__legend-range-item--dotted:before {
  content: "";
  border: 2px dotted #83CCDD;
}

.object-map__map {
  width: 100%;
  height: 600px;
}

.object-map-contacts__map {
  width: 100%;
  height: 405px;
}

@media (max-width: 1440px) {
  .object-map-contacts__map {
    height: 362px;
  }
}

@media (max-width: 959px) {
  .object-map-contacts__map {
    height: 252px;
  }
}

@media (max-width: 719px) {
  .object-map-contacts__map {
    height: 320px;
  }
}

.object-plan {
  position: relative;
  font-size: 0;
}

.object-plan-picture {
  width: 100%;
}

.object-plan-place {
  position: absolute;
  z-index: 10;
  margin-left: -20px;
  margin-top: -20px;
  cursor: pointer;
  opacity: 0;
}

.object-plan-place__icon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #83CCDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.object-plan-place__icon-svg {
  fill: #FFFFFF;
}

.object-plan-place-tooltip {
  padding: 10px 15px;
  font-weight: 500;
  background-color: #FFFFFF;
  color: #2F343F;
  max-width: 230px;
  text-align: left;
  /* margin-left: -27px;
            margin-top: -25px;*/
  pointer-events: none;
}

@media (min-width: 0px) {
  .object-plan-place-tooltip {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .object-plan-place-tooltip {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .object-plan-place-tooltip {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .object-plan-place-tooltip {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .object-plan-place-tooltip {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .object-plan-place-tooltip {
    font-size: 14px;
    line-height: 18px;
  }
}

.object-plan__buildings {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.object-plan__buildings-item {
  fill: #83CCDD;
  opacity: .5;
}

.object-plan-tooltip {
  width: 330px;
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.12);
}

@media (max-width: 1280px) {
  .object-plan-tooltip {
    width: 296px;
  }
}

@media (max-width: 959px) {
  .object-plan-tooltip {
    width: 208px;
  }
}

.object-plan-tooltip__image {
  display: block;
}

.object-plan-tooltip__image-img {
  display: block;
  width: 100%;
  height: auto;
}

.object-plan-tooltip__content {
  background-color: #F3F3F4;
  padding: 16px 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #2F343F;
}

.object-plan-tooltip__content-block + .object-plan-tooltip__content-block {
  margin-top: 16px;
}

.object-plan-tooltip__title {
  font-weight: 600;
}

@media (min-width: 0px) {
  .object-plan-tooltip__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .object-plan-tooltip__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .object-plan-tooltip__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .object-plan-tooltip__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .object-plan-tooltip__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .object-plan-tooltip__title {
    font-size: 20px;
    line-height: 28px;
  }
}

.object-plan-tooltip__subtitle {
  font-weight: 500;
}

@media (min-width: 0px) {
  .object-plan-tooltip__subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .object-plan-tooltip__subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .object-plan-tooltip__subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .object-plan-tooltip__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .object-plan-tooltip__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .object-plan-tooltip__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

.object-plan-tooltip__title + .object-plan-tooltip__subtitle {
  margin-top: 8px;
}

.object-plan-tooltip__progress {
  position: relative;
  height: 10px;
  background-color: #D7D8E0;
}

.object-plan-tooltip__progress-complete {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  background-color: #83CCDD;
}

.object-plan-tooltip__progress-complete--30 {
  width: 30%;
}

.object-plan-tooltip__apartments-title {
  font-weight: 600;
}

@media (min-width: 0px) {
  .object-plan-tooltip__apartments-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .object-plan-tooltip__apartments-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .object-plan-tooltip__apartments-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .object-plan-tooltip__apartments-title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .object-plan-tooltip__apartments-title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .object-plan-tooltip__apartments-title {
    font-size: 20px;
    line-height: 28px;
  }
}

.object-plan-tooltip__apartments-item {
  font-weight: 500;
}

@media (min-width: 0px) {
  .object-plan-tooltip__apartments-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .object-plan-tooltip__apartments-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .object-plan-tooltip__apartments-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .object-plan-tooltip__apartments-item {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .object-plan-tooltip__apartments-item {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .object-plan-tooltip__apartments-item {
    font-size: 16px;
    line-height: 24px;
  }
}

.object-plan-tooltip__apartments-item + .object-plan-tooltip__apartments-item {
  margin-top: 8px;
}

.object-plan-tooltip__apartments-title + .object-plan-tooltip__apartments-item {
  margin-top: 8px;
}

.object-plan .tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.object-plan .tooltip .arrow {
  display: none !important;
}

.object-plan .tooltip-inner {
  max-width: 100%;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  display: block;
}

.object-plan .tooltip-inner:after, .object-plan .tooltip-inner:before {
  content: none;
}

.objects-parking__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 0px) {
  .objects-parking__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .objects-parking__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .objects-parking__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .objects-parking__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .objects-parking__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .objects-parking__description {
    font-size: 20px;
    line-height: 30px;
  }
}

.objects-parking__description + .objects-parking__link, .objects-parking-collage + .objects-parking__link {
  margin-top: 40px;
}

@media (max-width: 1440px) {
  .objects-parking__description + .objects-parking__link, .objects-parking-collage + .objects-parking__link {
    margin-top: 24px;
  }
}

@media (max-width: 959px) {
  .objects-parking__description + .objects-parking__link, .objects-parking-collage + .objects-parking__link {
    margin-top: 16px;
  }
}

.objects-parking-collage {
  margin-top: 40px;
}

@media (max-width: 1440px) {
  .objects-parking-collage {
    margin-top: 24px;
  }
}

@media (max-width: 719px) {
  .objects-parking-collage {
    margin-top: 8px;
  }
}

.objects-parking-collage__image {
  min-width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #B1B4C4;
  background-size: cover;
}

.objects-parking-collage__image + .objects-parking-collage__image {
  margin-top: 30px;
}

@media (max-width: 959px) {
  .objects-parking-collage__image + .objects-parking-collage__image {
    margin-top: 16px;
  }
}

.offset-block--top {
  margin-top: -170px;
}

@media (max-width: 1440px) {
  .offset-block--top {
    margin-top: -100px;
  }
}

.owl-dot {
  outline: none;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  background-color: #D7D8E0 !important;
}

.owl-dot + .owl-dot {
  margin-left: 6px;
}

.owl-dot.active {
  width: 8px;
  height: 8px;
  background-color: transparent !important;
  border: 2px solid #83CCDD !important;
}

.owl-dots--custom {
  display: none;
}

@media (min-width: 320px) and (max-width: 959px) {
  .owl-dots--custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 16px;
  }
}

.owl .owl-prev, .owl .owl-next {
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.owl-carousel--custom-controls-outer .owl-prev.disabled, .owl-carousel--custom-controls-outer .owl-next.disabled {
  opacity: 0 !important;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-video-play-icon {
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/content/video-play.png");
}

@media (max-width: 959px) {
  .owl-carousel .owl-video-play-icon {
    width: 48px;
    height: 48px;
  }
}

.owl-carousel .owl-video .owl-tn {
  background-size: auto;
}

.owl-carousel--blue-line:after {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  right: 0px;
  height: 100%;
  width: 20px;
  border-right: 2px solid #83CCDD;
  z-index: 2;
}

.owl-carousel--custom-controls-outer {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: -50px;
  right: -50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.owl-carousel--custom-controls-outer .owl-prev__icon .icon__chevron {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.owl-carousel--custom-controls-outer.disabled {
  display: none;
}

.owl-carousel--custom-controls-outer .owl-prev, .owl-carousel--custom-controls-outer .owl-next {
  width: 24px;
  background-color: transparent;
  border: transparent;
  outline: none;
  cursor: pointer;
}

.owl-carousel--custom-controls-outer .owl-prev__icon .icon__chevron, .owl-carousel--custom-controls-outer .owl-next__icon .icon__chevron {
  stroke: #B1B4C4;
}

.owl-carousel--custom-controls-outer .owl-prev:hover:not(.disabled) .icon__chevron, .owl-carousel--custom-controls-outer .owl-next:hover:not(.disabled) .icon__chevron {
  stroke: #83CCDD;
}

.owl-carousel--custom-controls-outer .owl-prev:before, .owl-carousel--custom-controls-outer .owl-next:before {
  background-color: transparent !important;
}

.owl-carousel--custom-controls-outer .owl-prev.disabled, .owl-carousel--custom-controls-outer .owl-next.disabled {
  cursor: default;
  opacity: .6;
}

.owl-carousel--custom-controls .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 719px) {
  .owl-carousel--custom-controls .owl-nav {
    margin-top: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.owl-carousel--custom-controls .owl-prev, .owl-carousel--custom-controls .owl-next {
  width: 32px;
  height: 32px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

.owl-carousel--custom-controls .owl-prev > span, .owl-carousel--custom-controls .owl-next > span {
  position: relative;
  z-index: 1;
  color: #D7D8E0;
  font-size: 22px;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  will-change: color;
}

.owl-carousel--custom-controls .owl-prev:before, .owl-carousel--custom-controls .owl-next:before {
  content: '';
  width: 32px;
  height: 32px;
  display: block;
  background-color: #F3F3F4;
  position: absolute;
  z-index: 0;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  will-change: background-color, color, border;
}

.owl-carousel--custom-controls .owl-prev:hover:not(.disabled) > span, .owl-carousel--custom-controls .owl-next:hover:not(.disabled) > span {
  color: #83CCDD;
}

.owl-carousel--custom-controls .owl-prev:hover:not(.disabled):before, .owl-carousel--custom-controls .owl-next:hover:not(.disabled):before {
  background-color: #E4F2F5;
}

.owl-carousel--custom-controls .owl-prev.disabled, .owl-carousel--custom-controls .owl-next.disabled {
  cursor: default;
  opacity: .5;
}

.owl-carousel--custom-controls .owl-prev + .owl-next {
  margin-left: 10px;
}

.owl-carousel--custom-controls-width .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: -50px;
  right: -50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.owl-carousel--custom-controls-width .owl-nav__arrow-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.owl-carousel--custom-controls-width .owl-nav:hover {
  fill: #83CCDD;
}

.owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.owl-stage-outer {
  z-index: 1;
}

.owl-stage-outer--custom {
  padding-top: 10px;
  overflow: hidden;
}

.page {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page.menu-open {
  overflow: hidden;
}

.page-inner > .section:first-child {
  margin-top: 40px;
}

@media (max-width: 719px) {
  .page-inner > .section:first-child {
    margin-top: 24px;
  }
}

.page-top {
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  will-change: opacity;
  position: relative;
  opacity: 0;
  z-index: 10;
  padding-top: 130px;
  padding-bottom: 60px;
}

.page.show .page-top {
  opacity: 1;
}

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

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

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

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

.page-top--home {
  padding-top: 0;
}

.page-top__info {
  margin: 60px 0;
}

@media (max-width: 1440px) {
  .page-top__info {
    margin: 40px 0;
  }
}

@media (max-width: 959px) {
  .page-top__info {
    margin: 32px 0;
  }
}

@media (max-width: 719px) {
  .page-top__info {
    margin: 16px 0;
  }
}

.page-top__info--apartment-detail {
  margin-bottom: 16px;
}

@media (max-width: 959px) {
  .page-top__info--apartment-detail {
    margin-bottom: 8px;
  }
}

.page-bottom {
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  opacity: 0;
  will-change: opacity;
}

.page.show .page-bottom {
  opacity: 1;
}

.page-top.show, .page-bottom.show {
  opacity: 1 !important;
}

.breadcrumbs + .page-title {
  margin-top: 30px;
}

@media (max-width: 1280px) {
  .breadcrumbs + .page-title {
    margin-top: 32px;
  }
}

@media (max-width: 959px) {
  .breadcrumbs + .page-title {
    margin-top: 24px;
  }
}

@media (max-width: 719px) {
  .breadcrumbs + .page-title {
    margin-top: 16px;
  }
}

.page-title__title {
  margin: 0;
  font-weight: 700;
}

@media (min-width: 0px) {
  .page-title__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .page-title__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .page-title__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .page-title__title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1281px) {
  .page-title__title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1441px) {
  .page-title__title {
    font-size: 44px;
    line-height: 56px;
  }
}

@media (min-width: 0px) {
  .page-title__subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .page-title__subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .page-title__subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .page-title__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .page-title__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .page-title__subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}

.page-title__title + .page-title__subtitle {
  margin-top: 30px;
}

@media (max-width: 1440px) {
  .page-title__title + .page-title__subtitle {
    margin-top: 40px;
  }
}

@media (max-width: 959px) {
  .page-title__title + .page-title__subtitle {
    margin-top: 24px;
  }
}

.pagination {
  position: relative;
}

@media (max-width: 719px) {
  .pagination {
    text-align: center;
  }
}

.pagination__item {
  display: inline-block;
}

.pagination__item + .pagination__item {
  margin-left: 10px;
}

@media (max-width: 719px) {
  .pagination__item + .pagination__item {
    margin-left: 8px;
  }
}

.pagination__item.active .pagination__name {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  cursor: auto;
  background: #83CCDD;
  border: 1px solid #83CCDD;
}

.pagination__dots {
  display: inline-block;
  margin: 0 10px;
  width: 24px;
  height: 10px;
  position: relative;
}

.pagination__dot {
  width: 4px;
  display: block;
  height: 4px;
  border: 1px solid #B1B4C4;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pagination__dot:first-child {
  left: 0;
}

.pagination__dot:nth-child(2) {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pagination__dot:last-child {
  right: 0;
}

.pagination__name {
  color: #111111;
  width: 50px;
  display: block;
  height: 40px;
  text-align: center;
  padding: 11px 0;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #D7D8E0;
}

@media (min-width: 0px) {
  .pagination__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .pagination__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .pagination__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .pagination__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .pagination__name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .pagination__name {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 719px) {
  .pagination__name {
    width: 32px;
    height: 32px;
    padding: 8px 0;
  }
}

.pagination__name:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border-color: #83CCDD;
  background: #E4F2F5;
}

.pagination__prev, .pagination__next {
  width: 9px;
  height: 16px;
  margin: -3px 0;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1L2 9L10 17' stroke='%23B1B4C4' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.pagination__next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 15px;
}

@media (max-width: 719px) {
  .pagination__next {
    margin-left: 8px;
  }
}

.pagination__prev {
  margin-left: -30px;
  margin-right: 15px;
}

@media (max-width: 959px) {
  .pagination__prev {
    margin-left: 0;
  }
}

@media (max-width: 719px) {
  .pagination__prev {
    margin-right: 8px;
  }
}

.pagination--no-margin-left .pagination__prev {
  margin-left: 0;
}

.parallax {
  position: relative;
  max-width: 30%;
}

.parallax__item {
  display: none;
  position: absolute;
  left: 0;
  top: -45px;
  -webkit-transition: all linear .1s;
  transition: all linear .1s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  will-change: transform;
}

.parallax__item-svg {
  fill: transparent;
}

@media (min-width: 1281px) {
  .parallax__item {
    display: block;
  }
}

.container--relative {
  position: relative;
}

.partner-banks-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.partner-banks-card__title {
  font-weight: 600;
}

@media (min-width: 0px) {
  .partner-banks-card__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .partner-banks-card__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .partner-banks-card__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .partner-banks-card__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .partner-banks-card__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .partner-banks-card__title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 0px) {
  .partner-banks-card__subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .partner-banks-card__subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .partner-banks-card__subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .partner-banks-card__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .partner-banks-card__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .partner-banks-card__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

.partner-banks-card__title + .partner-banks-card__subtitle {
  margin-top: 18px;
}

@media (max-width: 1440px) {
  .partner-banks-card__title + .partner-banks-card__subtitle {
    margin-top: 8px;
  }
}

.partner-banks-card__logo {
  margin-top: 20px;
  min-width: 100%;
  min-height: 90px;
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-position: center left;
}

@media (max-width: 1440px) {
  .partner-banks-card__logo {
    background-size: auto 31px;
    min-width: 160px;
    min-height: 69px;
  }
}

@media (max-width: 959px) {
  .partner-banks-card__logo {
    background-size: auto 18px;
    min-width: 89px;
    min-height: 38px;
  }
}

.payment-calculate-modal {
  padding-bottom: 30px;
  border-bottom: 1px solid #D7D8E0;
}

@media (max-width: 959px) {
  .payment-calculate-modal {
    padding-bottom: 24px;
  }
}

.payment-calculate-modal__header {
  padding-bottom: 28px;
}

@media (max-width: 959px) {
  .payment-calculate-modal__header {
    padding-bottom: 38px;
  }
}

@media (max-width: 719px) {
  .payment-calculate-modal__header {
    padding-bottom: 24px;
  }
}

.payment-calculate-modal__title {
  font-weight: 600;
}

@media (min-width: 0px) {
  .payment-calculate-modal__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .payment-calculate-modal__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .payment-calculate-modal__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .payment-calculate-modal__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .payment-calculate-modal__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .payment-calculate-modal__title {
    font-size: 32px;
    line-height: 44px;
  }
}

.payment-calculate-modal__title + .payment-calculate-modal__object {
  margin-top: 40px;
}

@media (max-width: 1440px) {
  .payment-calculate-modal__title + .payment-calculate-modal__object {
    margin-top: 28px;
  }
}

.payment-calculate-modal__object-name {
  font-weight: 600;
}

@media (min-width: 0px) {
  .payment-calculate-modal__object-name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .payment-calculate-modal__object-name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .payment-calculate-modal__object-name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .payment-calculate-modal__object-name {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .payment-calculate-modal__object-name {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .payment-calculate-modal__object-name {
    font-size: 24px;
    line-height: 36px;
  }
}

.payment-calculate-modal__object-name + .payment-calculate-modal__object-description {
  margin-top: 10px;
}

@media (max-width: 719px) {
  .payment-calculate-modal__object-name + .payment-calculate-modal__object-description {
    margin-top: 8px;
  }
}

@media (min-width: 0px) {
  .payment-calculate-modal__object-description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .payment-calculate-modal__object-description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .payment-calculate-modal__object-description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .payment-calculate-modal__object-description {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .payment-calculate-modal__object-description {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .payment-calculate-modal__object-description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 0px) {
  .payment-calculate-modal__phone {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .payment-calculate-modal__phone {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .payment-calculate-modal__phone {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .payment-calculate-modal__phone {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .payment-calculate-modal__phone {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .payment-calculate-modal__phone {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 719px) {
  .payment-calculate-modal__price {
    padding-top: 16px;
  }
}

.payment-calculate-modal__price-value {
  font-weight: 600;
}

@media (min-width: 0px) {
  .payment-calculate-modal__price-value {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .payment-calculate-modal__price-value {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .payment-calculate-modal__price-value {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .payment-calculate-modal__price-value {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .payment-calculate-modal__price-value {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .payment-calculate-modal__price-value {
    font-size: 24px;
    line-height: 36px;
  }
}

.payment-calculate-modal__price-old-value {
  margin-top: 10px;
  position: relative;
  display: table;
}

@media (min-width: 0px) {
  .payment-calculate-modal__price-old-value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .payment-calculate-modal__price-old-value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .payment-calculate-modal__price-old-value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .payment-calculate-modal__price-old-value {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .payment-calculate-modal__price-old-value {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .payment-calculate-modal__price-old-value {
    font-size: 16px;
    line-height: 24px;
  }
}

.payment-calculate-modal__price-old-value:after {
  content: '';
  display: block;
  position: absolute;
  left: -5px;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #E44B54;
  height: 2px;
}

@media (min-width: 0px) {
  .payment-calculate-modal__price-profit {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .payment-calculate-modal__price-profit {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .payment-calculate-modal__price-profit {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .payment-calculate-modal__price-profit {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .payment-calculate-modal__price-profit {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .payment-calculate-modal__price-profit {
    font-size: 16px;
    line-height: 24px;
  }
}

.payment-calculate-modal .payment-variable {
  padding: 40px 0;
}

@media (max-width: 1440px) {
  .payment-calculate-modal .payment-variable {
    padding: 30px 0;
  }
}

@media (max-width: 959px) {
  .payment-calculate-modal .payment-variable {
    padding: 24px 0;
  }
}

@media (max-width: 719px) {
  .payment-calculate-modal .payment-variable {
    padding: 16px 0;
  }
}

@media (max-width: 719px) {
  .payment-calculate-modal .payment-variable .col-12 + .col-12 {
    margin-top: 16px;
  }
}

.payment-calculate-modal .payment-variable__payment {
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.payment-calculate-modal .payment-variable__payment:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #83CCDD;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  opacity: 0;
}

@media (max-width: 1440px) {
  .payment-calculate-modal .payment-variable__payment:after {
    height: 8px;
  }
}

@media (max-width: 959px) {
  .payment-calculate-modal .payment-variable__payment:after {
    height: 4px;
  }
}

.payment-calculate-modal .payment-variable__payment--selected, .payment-calculate-modal .payment-variable__payment:hover {
  background: #E4F2F5;
}

.payment-calculate-modal .payment-variable__payment--selected:after, .payment-calculate-modal .payment-variable__payment:hover:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

@media (min-width: 0px) {
  .payment-calculate-modal .payment-variable__payment-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .payment-calculate-modal .payment-variable__payment-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .payment-calculate-modal .payment-variable__payment-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .payment-calculate-modal .payment-variable__payment-name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .payment-calculate-modal .payment-variable__payment-name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .payment-calculate-modal .payment-variable__payment-name {
    font-size: 16px;
    line-height: 24px;
  }
}

.payment-calculate-modal .payment-variable__payment-value {
  padding-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}

@media (min-width: 0px) {
  .payment-calculate-modal .payment-variable__payment-value {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .payment-calculate-modal .payment-variable__payment-value {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .payment-calculate-modal .payment-variable__payment-value {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .payment-calculate-modal .payment-variable__payment-value {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .payment-calculate-modal .payment-variable__payment-value {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .payment-calculate-modal .payment-variable__payment-value {
    font-size: 24px;
    line-height: 36px;
  }
}

.payment-calculate-modal .payment-variable__icon {
  margin-right: 10px;
}

.payment-calculate-modal .payment-variable__hidden {
  padding-top: 40px;
  display: none;
}

.payment-calculate-modal .payment-variable__range-name {
  font-weight: 600;
}

@media (min-width: 0px) {
  .payment-calculate-modal .payment-variable__range-name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .payment-calculate-modal .payment-variable__range-name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .payment-calculate-modal .payment-variable__range-name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .payment-calculate-modal .payment-variable__range-name {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .payment-calculate-modal .payment-variable__range-name {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .payment-calculate-modal .payment-variable__range-name {
    font-size: 24px;
    line-height: 36px;
  }
}

.payment-calculate-modal .payment-variable__range .f-range-slider {
  height: 60px;
}

.payment-calculate-modal .payment-variable__range .f-range-slider .irs-min, .payment-calculate-modal .payment-variable__range .f-range-slider .irs-max {
  top: 30px;
}

@media (min-width: 0px) {
  .payment-calculate-modal .payment-variable__range .f-range-slider .irs-min, .payment-calculate-modal .payment-variable__range .f-range-slider .irs-max {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .payment-calculate-modal .payment-variable__range .f-range-slider .irs-min, .payment-calculate-modal .payment-variable__range .f-range-slider .irs-max {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .payment-calculate-modal .payment-variable__range .f-range-slider .irs-min, .payment-calculate-modal .payment-variable__range .f-range-slider .irs-max {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .payment-calculate-modal .payment-variable__range .f-range-slider .irs-min, .payment-calculate-modal .payment-variable__range .f-range-slider .irs-max {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .payment-calculate-modal .payment-variable__range .f-range-slider .irs-min, .payment-calculate-modal .payment-variable__range .f-range-slider .irs-max {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .payment-calculate-modal .payment-variable__range .f-range-slider .irs-min, .payment-calculate-modal .payment-variable__range .f-range-slider .irs-max {
    font-size: 16px;
    line-height: 24px;
  }
}

.payment-calculate-modal .payment-variable__range .f-range-slider .irs-single {
  top: 30px;
}

@media (min-width: 0px) {
  .payment-calculate-modal .payment-variable__range .f-range-slider .irs-single {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .payment-calculate-modal .payment-variable__range .f-range-slider .irs-single {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .payment-calculate-modal .payment-variable__range .f-range-slider .irs-single {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .payment-calculate-modal .payment-variable__range .f-range-slider .irs-single {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .payment-calculate-modal .payment-variable__range .f-range-slider .irs-single {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .payment-calculate-modal .payment-variable__range .f-range-slider .irs-single {
    font-size: 24px;
    line-height: 36px;
  }
}

.payment-calculate-modal .payment-variable__description {
  padding: 20px 0;
}

@media (min-width: 0px) {
  .payment-calculate-modal .payment-variable__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .payment-calculate-modal .payment-variable__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .payment-calculate-modal .payment-variable__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .payment-calculate-modal .payment-variable__description {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .payment-calculate-modal .payment-variable__description {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .payment-calculate-modal .payment-variable__description {
    font-size: 16px;
    line-height: 24px;
  }
}

.payment-calculate-modal .payment-variable__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 719px) {
  .payment-calculate-modal .payment-variable__checkboxes {
    display: block;
  }
  .payment-calculate-modal .payment-variable__checkboxes .f-checkbox + .f-checkbox {
    margin-top: 16px;
    margin-left: 0;
  }
}

.payment-calculate-modal__description {
  padding-bottom: 20px;
}

@media (min-width: 0px) {
  .payment-calculate-modal__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .payment-calculate-modal__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .payment-calculate-modal__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .payment-calculate-modal__description {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .payment-calculate-modal__description {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .payment-calculate-modal__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1280px) {
  .payment-calculate-modal__description {
    padding-bottom: 16px;
  }
}

.payment-calculate-modal .accordion__block-text {
  max-width: 410px;
}

@media (min-width: 0px) {
  .payment-calculate__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .payment-calculate__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .payment-calculate__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .payment-calculate__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .payment-calculate__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .payment-calculate__title {
    font-size: 32px;
    line-height: 44px;
  }
}

.payment-calculate__title + .payment-calculate__text {
  margin-top: 30px;
}

@media (max-width: 959px) {
  .payment-calculate__title + .payment-calculate__text {
    margin-top: 16px;
  }
}

@media (max-width: 719px) {
  .payment-calculate__title + .payment-calculate__text {
    margin-top: 8px;
  }
}

.payment-calculate__text + .payment-calculate__button {
  margin-top: 46px;
}

@media (max-width: 1280px) {
  .payment-calculate__text + .payment-calculate__button {
    margin-top: 30px;
  }
}

@media (max-width: 959px) {
  .payment-calculate__text + .payment-calculate__button {
    margin-top: 16px;
  }
}

.promo-about {
  line-height: 16px;
}

@media (min-width: 0px) {
  .promo-about {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .promo-about {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .promo-about {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .promo-about {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .promo-about {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .promo-about {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) and (max-width: 719px) {
  .promo-about__info {
    margin-top: 16px;
  }
}

.promo-about__info-title {
  font-weight: 600;
}

@media (min-width: 0px) {
  .promo-about__info-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .promo-about__info-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .promo-about__info-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .promo-about__info-title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .promo-about__info-title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .promo-about__info-title {
    font-size: 24px;
    line-height: 36px;
  }
}

.promo-about__info-title + .promo-about__info-text, .promo-about__info-subtitle + .promo-about__info-text {
  margin-top: 15px;
}

@media (min-width: 320px) and (max-width: 959px) {
  .promo-about__info-title + .promo-about__info-text, .promo-about__info-subtitle + .promo-about__info-text {
    margin-top: 8px;
  }
}

@media (min-width: 960px) and (max-width: 1440px) {
  .promo-about__info-title + .promo-about__info-text, .promo-about__info-subtitle + .promo-about__info-text {
    margin-top: 16px;
  }
}

.promo-about__image {
  width: 100%;
  height: 446px;
  margin-top: 30px;
  background-color: #F3F3F4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 320px) and (max-width: 1440px) {
  .promo-about__image {
    margin-top: 0px;
  }
}

@media (min-width: 320px) and (max-width: 719px) {
  .promo-about__image {
    height: 170px;
  }
}

@media (min-width: 720px) and (max-width: 959px) {
  .promo-about__image {
    height: 232px;
  }
}

@media (min-width: 960px) and (max-width: 1280px) {
  .promo-about__image {
    height: 264px;
  }
}

.promo-apartments {
  position: relative;
}

@media (max-width: 719px) {
  .promo-apartments {
    margin-top: 44px;
  }
}

.promo-apartments--back-margin {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1440px) {
  .promo-apartments--back-margin {
    -webkit-transform: translateY(-65%);
            transform: translateY(-65%);
  }
}

@media (max-width: 1280px) {
  .promo-apartments--back-margin {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 719px) {
  .promo-apartments--back-margin {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

.promo-apartments--back-margin + div {
  margin-top: -130px;
}

@media (max-width: 959px) {
  .promo-apartments--back-margin + div {
    margin-top: -50px;
  }
}

.promo-apartments__inner {
  background: #FFFFFF;
}

.promo-apartments__description {
  padding: 65px 55px 60px 58px;
  color: #2F343F;
}

@media (max-width: 1440px) {
  .promo-apartments__description {
    padding: 65px 48px 50px 48px;
  }
}

@media (max-width: 1280px) {
  .promo-apartments__description {
    padding: 35px 48px 30px 48px;
  }
}

@media (max-width: 959px) {
  .promo-apartments__description {
    padding: 24px;
  }
}

.promo-apartments__title {
  font-weight: bold;
}

@media (min-width: 0px) {
  .promo-apartments__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .promo-apartments__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .promo-apartments__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .promo-apartments__title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1281px) {
  .promo-apartments__title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1441px) {
  .promo-apartments__title {
    font-size: 44px;
    line-height: 56px;
  }
}

.promo-apartments__title + .promo-apartments__text {
  margin-top: 30px;
}

@media (max-width: 719px) {
  .promo-apartments__title + .promo-apartments__text {
    margin-top: 16px;
  }
}

@media (min-width: 0px) {
  .promo-apartments__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .promo-apartments__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .promo-apartments__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .promo-apartments__text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .promo-apartments__text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .promo-apartments__text {
    font-size: 20px;
    line-height: 30px;
  }
}

.promo-apartments__icon-block {
  top: -22px;
  left: -49px;
  bottom: -36px;
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (max-width: 1440px) {
  .promo-apartments__icon-block {
    top: -16px;
    bottom: -16px;
  }
}

@media (max-width: 1280px) {
  .promo-apartments__icon-block {
    bottom: 55px;
  }
}

@media (max-width: 959px) {
  .promo-apartments__icon-block {
    bottom: -27px;
    top: -14px;
  }
}

@media (max-width: 719px) {
  .promo-apartments__icon-block {
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 226px;
    bottom: unset;
    position: relative;
  }
}

.promo-apartments__icon {
  height: 100%;
  width: 100%;
}

.promo-apartments__icon-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.promo-callback {
  min-width: 100%;
  padding-top: 120px;
}

@media (max-width: 1440px) {
  .promo-callback {
    padding-top: 113px;
  }
}

@media (max-width: 1280px) {
  .promo-callback {
    padding-top: 60px;
  }
}

@media (max-width: 959px) {
  .promo-callback {
    padding-top: 40px;
  }
}

.promo-callback__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 719px) {
  .promo-callback__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.promo-callback__image {
  position: relative;
  min-width: 450px;
  min-height: 100%;
  background-color: #83CCDD;
}

@media (max-width: 1280px) {
  .promo-callback__image {
    min-width: 290px;
  }
}

@media (max-width: 959px) {
  .promo-callback__image {
    min-width: 200px;
  }
}

@media (max-width: 719px) {
  .promo-callback__image {
    min-width: 100%;
    min-height: 142px;
  }
}

.promo-callback__image-content {
  height: 399px;
  width: 330px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1440px) {
  .promo-callback__image-content {
    width: 261px;
    height: 316px;
  }
}

@media (max-width: 1280px) {
  .promo-callback__image-content {
    width: 192px;
    height: 233px;
  }
}

@media (max-width: 959px) {
  .promo-callback__image-content {
    width: 180px;
    height: 219px;
  }
}

@media (max-width: 719px) {
  .promo-callback__image-content {
    width: 128px;
    height: 156px;
  }
}

@media (max-width: 319px) {
  .promo-callback__image-content {
    width: 128px;
    height: 156px;
  }
}

.promo-callback__content {
  font-weight: 600;
  min-height: 100%;
  width: 100%;
  background: transparent;
  padding: 56px 60px;
  position: relative;
}

@media (min-width: 0px) {
  .promo-callback__content {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .promo-callback__content {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .promo-callback__content {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .promo-callback__content {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .promo-callback__content {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .promo-callback__content {
    font-size: 32px;
    line-height: 44px;
  }
}

.promo-callback__content-bg {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
  background: #E4F2F5;
}

@media (max-width: 719px) {
  .promo-callback__content-bg {
    min-height: calc(100% - 38px);
  }
}

@media (max-width: 1440px) {
  .promo-callback__content {
    padding: 40px;
  }
}

@media (max-width: 959px) {
  .promo-callback__content {
    padding: 24px;
  }
}

@media (max-width: 719px) {
  .promo-callback__content {
    padding: 16px 16px;
  }
}

.promo-callback__content-title {
  position: relative;
}

.promo-callback__content-subtitle {
  position: relative;
}

@media (min-width: 0px) {
  .promo-callback__content-subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .promo-callback__content-subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .promo-callback__content-subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .promo-callback__content-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .promo-callback__content-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .promo-callback__content-subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}

.promo-callback__content-title + .promo-callback__content-subtitle {
  margin-top: 12px;
}

@media (max-width: 719px) {
  .promo-callback__content-title + .promo-callback__content-subtitle {
    margin: 8px 0px 0px 0px;
  }
}

.promo-callback__content-button {
  margin-top: 20px;
}

.promo-callback__contacts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
}

@media (max-width: 719px) {
  .promo-callback__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.promo-callback__contacts-item {
  position: relative;
}

.promo-callback__contacts-item + .promo-callback__contacts-item {
  margin-left: 60px;
}

@media (max-width: 719px) {
  .promo-callback__contacts-item + .promo-callback__contacts-item {
    margin: 8px 0px 0px 0px;
  }
}

.promo-callback--vacancy .promo-callback__content-bg {
  background-color: #F3F3F4;
}

@media (max-width: 719px) {
  .promo-callback--vacancy .promo-callback__content-bg {
    min-height: 100%;
  }
}

.promo-callback--commercial .promo-callback__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 16px 16px 60px;
  min-height: 339px;
}

.promo-callback--commercial .promo-callback__content-bg {
  min-height: 100%;
}

@media (max-width: 1440px) {
  .promo-callback--commercial .promo-callback__content {
    min-height: 216px;
  }
}

@media (max-width: 959px) {
  .promo-callback--commercial .promo-callback__content {
    min-height: 144px;
  }
}

@media (max-width: 719px) {
  .promo-callback--commercial .promo-callback__content {
    min-height: 208px;
    padding: 24px 16px 24px 16px;
  }
}

.promo-commercial {
  position: relative;
}

.promo-commercial__content {
  height: 100%;
  padding: 30px;
}

@media (max-width: 1440px) {
  .promo-commercial__content {
    padding: 32px 24px 32px 32px;
  }
}

@media (max-width: 1280px) {
  .promo-commercial__content {
    padding: 32px 32px 32px 24px;
  }
}

@media (max-width: 959px) {
  .promo-commercial__content {
    padding: 24px 24px 24px 16px;
  }
}

@media (max-width: 719px) {
  .promo-commercial__content {
    padding: 16px 7px;
  }
}

@media (min-width: 0px) {
  .promo-commercial__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .promo-commercial__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .promo-commercial__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .promo-commercial__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .promo-commercial__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .promo-commercial__title {
    font-size: 32px;
    line-height: 44px;
  }
}

.promo-commercial__descr {
  border-top: 1px solid #CCE7EF;
  padding-top: 15px;
}

@media (min-width: 0px) {
  .promo-commercial__descr {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .promo-commercial__descr {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .promo-commercial__descr {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .promo-commercial__descr {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .promo-commercial__descr {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .promo-commercial__descr {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 1440px) {
  .promo-commercial__descr {
    padding-top: 24px;
  }
}

@media (max-width: 959px) {
  .promo-commercial__descr {
    padding-top: 16px;
  }
}

.promo-commercial__title + .promo-commercial__descr {
  margin-top: 16px;
}

.promo-commercial__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100% - 40px);
  background-color: #E4F2F5;
}

@media (min-width: 720px) {
  .promo-commercial__bg {
    height: 100%;
  }
}

.promo-commercial__bg-image {
  width: 100%;
  height: 358px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media (max-width: 1280px) {
  .promo-commercial__bg-image {
    height: 316px;
  }
}

@media (max-width: 959px) {
  .promo-commercial__bg-image {
    height: 222px;
  }
}

.promo-commercial__bg-image-decor {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 80px;
  height: 80px;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  will-change: width, height;
  background-color: #83CCDD;
}

@media (max-width: 959px) {
  .promo-commercial__bg-image-decor {
    width: 56px;
    height: 56px;
  }
}

.promo-commercial__bg-image-decor:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border: 40px solid transparent;
  border-right: 40px solid #E4F2F5;
  border-bottom: 40px solid #E4F2F5;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  will-change: border;
}

@media (max-width: 959px) {
  .promo-commercial__bg-image-decor:after {
    border: 28px solid transparent;
    border-right: 28px solid #E4F2F5;
    border-bottom: 28px solid #E4F2F5;
  }
}

.promo-commercial__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 959px) {
  .promo-commercial__more {
    padding-right: 10%;
  }
}

@media (max-width: 719px) {
  .promo-commercial__more {
    padding: 0 9px;
  }
}

.promo-commercial__descr + .promo-commercial__more {
  margin-top: auto;
}

@media (max-width: 719px) {
  .promo-commercial__descr + .promo-commercial__more {
    margin-top: 24px;
  }
}

.promo-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.promo-section-inner .owl-stage-outer {
  margin-top: -10px;
  padding-top: 10px;
}

.promo-section-inner .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.promo-section-inner .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.promo-section-inner .owl-dot {
  width: 8px;
  height: 8px;
}

.promo-section-inner .owl-dot.active {
  width: 16px;
  height: 16px;
  border: 4px solid #83CCDD !important;
}

.promo-section--mt-100-revert {
  margin-top: -100px;
}

.promo-small {
  display: block;
  color: inherit;
  text-decoration: none;
  min-height: 196px;
  padding: 32px 24px;
  background-color: #E4F2F5;
  position: relative;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  cursor: pointer;
  height: 100%;
}

.promo-small:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.promo-small__title {
  padding-right: 50px;
}

@media (min-width: 0px) {
  .promo-small__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .promo-small__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .promo-small__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .promo-small__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .promo-small__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .promo-small__title {
    font-size: 32px;
    line-height: 44px;
  }
}

.promo-small__desc {
  padding-right: 70px;
}

@media (min-width: 0px) {
  .promo-small__desc {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .promo-small__desc {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .promo-small__desc {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .promo-small__desc {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .promo-small__desc {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .promo-small__desc {
    font-size: 16px;
    line-height: 24px;
  }
}

.promo-small__title + .promo-small__desc {
  margin-top: 8px;
}

@media (min-width: 960px) {
  .promo-small__title + .promo-small__desc {
    margin-top: 10px;
  }
}

@media (min-width: 1281px) {
  .promo-small__title + .promo-small__desc {
    margin-top: 8px;
  }
}

@media (min-width: 1441px) {
  .promo-small__title + .promo-small__desc {
    margin-top: 10px;
  }
}

.promo-small__icon {
  position: absolute;
  right: 24px;
  top: 32px;
}

.promo-small__icon-svg {
  fill: transparent;
}

.promo-small__decor {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.promo-small__decor-svg {
  position: relative;
  z-index: 2;
  fill: transparent;
}

.promo-small__decor:before {
  content: "";
  border: 32px solid transparent;
  border-top: 32px solid #83CCDD;
  border-left: 32px solid #83CCDD;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.promo-small:hover .promo-small__decor:before {
  -webkit-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
  border: 37px solid transparent;
  border-top: 37px solid #83CCDD;
  border-left: 37px solid #83CCDD;
}

.promo-small__decor:after {
  content: "";
  border: 32px solid transparent;
  border-right: 32px solid #FFFFFF;
  border-bottom: 32px solid #FFFFFF;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.promo-small:hover .promo-small__decor:after {
  border: 37px solid transparent;
  border-right: 37px solid #FFFFFF;
  border-bottom: 37px solid #FFFFFF;
}

.promo-small__decor--simple {
  width: 32px;
  height: 32px;
}

.promo-small__decor--simple:before {
  border: 16px solid transparent;
  border-top: 16px solid #83CCDD;
  border-left: 16px solid #83CCDD;
}

.promo-small:hover .promo-small__decor--simple:before {
  -webkit-transform: translate(-16px, -16px);
          transform: translate(-16px, -16px);
  border: 24px solid transparent;
  border-top: 24px solid #83CCDD;
  border-left: 24px solid #83CCDD;
}

.promo-small__decor--simple:after {
  border: 16px solid transparent;
  border-right: 16px solid #FFFFFF;
  border-bottom: 16px solid #FFFFFF;
}

.promo-small:hover .promo-small__decor--simple:after {
  border: 24px solid transparent;
  border-right: 24px solid #FFFFFF;
  border-bottom: 24px solid #FFFFFF;
}

.promo-small--simple {
  background-color: #F3F3F4;
  padding: 20px 30px;
  min-height: unset;
}

.promo-small--simple .promo-small__title {
  font-weight: 600;
  padding: 0;
}

@media (min-width: 0px) {
  .promo-small--simple .promo-small__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .promo-small--simple .promo-small__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .promo-small--simple .promo-small__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .promo-small--simple .promo-small__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .promo-small--simple .promo-small__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .promo-small--simple .promo-small__title {
    font-size: 24px;
    line-height: 36px;
  }
}

.promo-wide {
  min-height: 232px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (min-width: 1281px) {
  .promo-wide {
    overflow: hidden;
  }
}

@media (max-width: 1440px) {
  .promo-wide {
    min-height: 160px;
  }
}

@media (max-width: 1280px) {
  .promo-wide {
    color: #2F343F;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.promo-wide__title {
  font-weight: 600;
  padding: 8px 62px 15px 8px;
  position: relative;
}

@media (min-width: 0px) {
  .promo-wide__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .promo-wide__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .promo-wide__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .promo-wide__title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1281px) {
  .promo-wide__title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1441px) {
  .promo-wide__title {
    font-size: 44px;
    line-height: 56px;
  }
}

@media (min-width: 960px) {
  .promo-wide__title {
    padding: 6px 0 15px 42px;
  }
}

@media (min-width: 1281px) {
  .promo-wide__title {
    padding: 40px 30px;
  }
}

@media (min-width: 1281px) {
  .promo-wide__more {
    min-height: 100%;
    max-width: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}

@media (min-width: 960px) and (max-width: 1280px) {
  .promo-wide__more {
    margin-top: 48px;
  }
}

@media (min-width: 960px) {
  .promo-wide__more .link {
    width: 90%;
  }
}

.promo-wide__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 160px;
  background-color: #E4F2F5;
}

@media (min-width: 960px) {
  .promo-wide__bg {
    height: 240px;
  }
}

@media (min-width: 1441px) {
  .promo-wide__bg {
    height: 100%;
  }
}

.promo-wide__content {
  min-height: 100%;
  padding: 16px 16px 0 16px;
}

@media (min-width: 960px) {
  .promo-wide__content {
    padding: 25px 16px 0 0;
  }
}

@media (min-width: 1281px) {
  .promo-wide__content {
    padding: 0;
  }
}

.promo-wide__bg-image {
  width: 77%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.question-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.question-mark--ml-10 {
  margin-left: 10px;
}

.sections-link__inner {
  margin: -8px -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1440px) {
  .sections-link__inner {
    margin: -8px;
  }
}

@media (max-width: 959px) {
  .sections-link__inner {
    margin: -4px;
  }
}

.sections-link__item {
  margin: 8px 15px;
}

@media (max-width: 1440px) {
  .sections-link__item {
    margin: 8px;
  }
}

@media (max-width: 959px) {
  .sections-link__item {
    margin: 4px;
  }
}

.sections-link__item:not(.sections-link__item--reset) {
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  display: inline-block;
  color: #2F343F;
  background: #E4F2F5;
  text-decoration: none;
  padding: 4px 8px;
}

@media (min-width: 0px) {
  .sections-link__item:not(.sections-link__item--reset) {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .sections-link__item:not(.sections-link__item--reset) {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .sections-link__item:not(.sections-link__item--reset) {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .sections-link__item:not(.sections-link__item--reset) {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .sections-link__item:not(.sections-link__item--reset) {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .sections-link__item:not(.sections-link__item--reset) {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 719px) {
  .sections-link__item:not(.sections-link__item--reset) {
    display: table;
  }
}

.sections-link__item:not(.sections-link__item--reset):hover, .sections-link__item:not(.sections-link__item--reset).active {
  background: #83CCDD;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.sections-link__item--reset {
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2F343F;
  border-bottom: 2px dashed #83CCDD;
  text-decoration: none;
}

@media (min-width: 0px) {
  .sections-link__item--reset {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .sections-link__item--reset {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .sections-link__item--reset {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .sections-link__item--reset {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .sections-link__item--reset {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .sections-link__item--reset {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 719px) {
  .sections-link__item--reset {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.sections-link__item--reset:hover {
  border-color: transparent;
}

@media (min-width: 0px) {
  .slide {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .slide {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .slide {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .slide {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .slide {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .slide {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) and (max-width: 719px) {
  .slide__info {
    margin-top: 16px;
  }
}

.slide__info-title {
  font-weight: 600;
}

@media (min-width: 0px) {
  .slide__info-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .slide__info-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .slide__info-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .slide__info-title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .slide__info-title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .slide__info-title {
    font-size: 24px;
    line-height: 36px;
  }
}

.slide__info-title + .slide__info-text, .slide__info-subtitle + .slide__info-text {
  margin-top: 29px;
}

.slide__image {
  width: 100%;
  height: 382px;
  background-color: #F3F3F4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 320px) and (max-width: 719px) {
  .slide__image {
    height: 160px;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social__item {
  width: 26px;
  height: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.social__item + .social__item {
  margin-left: 10px;
}

@media (max-width: 1280px) {
  .social__item + .social__item {
    margin-left: 10px;
  }
}

@media (max-width: 959px) {
  .social__item + .social__item {
    margin-left: 16px;
  }
}

.social__item:before {
  border-radius: 2px;
  content: '';
  width: 32px;
  height: 32px;
  background-color: #2F343F;
  position: absolute;
  z-index: 0;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  will-change: background-color;
}

.social__item-svg {
  fill: #F3F3F4;
  position: relative;
}

.social__item:hover:before {
  background-color: #83CCDD;
}

.social-shared {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-shared__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #2F343F;
  border-radius: 1px;
  height: 28px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  will-change: translateY, transform, border;
}

.social-shared__item-icon {
  height: 100%;
  background-color: #2F343F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 28px;
  width: 28px;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.social-shared__item:hover .social-shared__item-icon {
  background-color: #83CCDD;
}

.social-shared__item-count {
  padding: 2px 15px;
}

.social-shared__item + .social-shared__item {
  margin-left: 16px;
}

.social-shared__item:hover {
  border: 2px solid #83CCDD;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.switcher-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #2F343F;
  cursor: pointer;
  padding: 27px 0;
}

@media (min-width: 0px) {
  .switcher-box {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .switcher-box {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .switcher-box {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .switcher-box {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .switcher-box {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .switcher-box {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 959px) {
  .switcher-box {
    padding: 16px 0;
  }
}

@media (max-width: 719px) {
  .switcher-box {
    padding: 0px 0 16px 0;
  }
}

.switcher-box .switcher {
  margin-right: 9px;
}

.switcher {
  position: relative;
  display: inline-block;
  border-radius: 12px;
  width: 48px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #F3F3F4;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.switcher:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 4px;
  width: 18px;
  height: 18px;
  background-color: #D7D8E0;
  border-radius: 9px;
  -webkit-transition: .3s;
  transition: .3s;
}

.switcher.on {
  background-color: #2F343F;
}

.switcher.on:before {
  background-color: #83CCDD;
  left: 27px;
}

.switcher__icon {
  margin-left: 5px;
}

.table-content {
  white-space: nowrap;
}

@media (min-width: 0px) {
  .table-content {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .table-content {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .table-content {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .table-content {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .table-content {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .table-content {
    font-size: 16px;
    line-height: 24px;
  }
}

.table-content .table {
  border-spacing: 0px;
}

@media (max-width: 719px) {
  .table-content .table {
    width: 561px;
  }
}

.table-content__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
}

@media (max-width: 1440px) {
  .table-content__more {
    margin-top: 24px;
  }
}

@media (max-width: 959px) {
  .table-content__more {
    margin-top: 16px;
  }
}

.table-content__header .table-content__table-cell {
  border-top: 0;
  border-bottom: 2px solid #83CCDD;
}

.table-content__table-cell {
  padding: 16px 0 !important;
  border-top: 0 !important;
  border-bottom: 1px solid #F3F3F4;
  min-width: 150px;
}

.table-content__table-cell .link {
  text-transform: capitalize;
}

@media (min-width: 0px) {
  .table-content__table-cell .link {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .table-content__table-cell .link {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .table-content__table-cell .link {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .table-content__table-cell .link {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1281px) {
  .table-content__table-cell .link {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1441px) {
  .table-content__table-cell .link {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 1440px) {
  .table-content__table-cell {
    min-width: 120px;
  }
}

@media (max-width: 959px) {
  .table-content__table-cell {
    min-width: 80px;
  }
}

.table-content__table-cell-value + .table-content__table-cell-value {
  margin-left: 10px;
}

.table-content__table-cell-value--old-price {
  position: relative;
}

.table-content__table-cell-value--old-price:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 2px;
  background: #E44B54;
  width: 110%;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  position: relative;
  padding: 15px 0;
  font-weight: 600;
  color: #B1B4C4;
  scrollbar-width: none;
}

@media (min-width: 0px) {
  .tabs__nav {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .tabs__nav {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .tabs__nav {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .tabs__nav {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .tabs__nav {
  	overflow-x: scroll;
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .tabs__nav {
  	overflow-x: scroll;
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 1280px) {
  .tabs__nav {
    overflow-x: scroll;
  }
}

.tabs__nav::-webkit-scrollbar {
  height: 0px;
}

.tabs__nav::-webkit-scrollbar {
  width: 1em;
}

.tabs__nav-item {
  position: relative;
  cursor: pointer;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  will-change: color;
  z-index: 2;
}

.tabs__nav-item--title {
  color: #2F343F;
  cursor: default;
  pointer-events: none;
}

@media (min-width: 0px) {
  .tabs__nav-item--title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .tabs__nav-item--title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .tabs__nav-item--title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .tabs__nav-item--title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .tabs__nav-item--title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .tabs__nav-item--title {
    font-size: 32px;
    line-height: 44px;
  }
}

.tabs__nav-item--title:before {
  display: none;
}

@media (min-width: 0px) {
  .tabs__nav-item--h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .tabs__nav-item--h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .tabs__nav-item--h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .tabs__nav-item--h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .tabs__nav-item--h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .tabs__nav-item--h4 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (min-width: 0px) {
  .tabs__nav-item--h5 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .tabs__nav-item--h5 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .tabs__nav-item--h5 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .tabs__nav-item--h5 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .tabs__nav-item--h5 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .tabs__nav-item--h5 {
    font-size: 20px;
    line-height: 28px;
  }
}

.tabs__nav-item + .tabs__nav-item {
  margin-left: 32px;
}

.tabs__nav-item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  height: 10px;
  background: #83CCDD;
  bottom: 2px;
  z-index: -1;
  width: 50%;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  opacity: 0;
}

.tabs__nav-item:hover, .tabs__nav-item.active {
  color: #2F343F;
}

.tabs__nav-item:hover:before, .tabs__nav-item.active:before {
  opacity: 1;
  width: 100%;
}

.tabs__nav-item--active > .link--tabs > .link__hover-line--tabs {
  width: 100%;
  background-color: #83CCDD;
}

.tabs__nav-item + .tabs__nav-item {
  margin-left: 32px;
}

.tabs__nav .tabs__nav-item + .tabs__nav-item {
  margin-left: 16px;
}

@media (min-width: 720px) {
  .tabs__nav--column-from-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
  .tabs__nav--column-from-sm .tabs__nav-item + .tabs__nav-item {
    margin-left: 0;
    margin-top: 16px;
  }
}

.tabs__nav--without-paddings {
  padding: 0;
}

.tabs__nav__content--padding-small {
  padding-top: 24px;
}

.tabs__content {
  padding-top: 60px;
  color: #2F343F;
}

.tabs__content-item {
  display: none;
}

.tabs__content-item.active {
  display: block;
}

@media (max-width: 1440px) {
  .tabs__content {
    padding-top: 31px;
  }
}

@media (max-width: 959px) {
  .tabs__content {
    padding-top: 18px;
  }
}

.tabs__content--without-padding {
  padding-top: 0;
}

.tabs__content--padding-5 {
  padding-top: 5px;
}

.tabs__content--small-padding {
  padding-top: 30px;
}

@media (max-width: 1440px) {
  .tabs__content--small-padding {
    padding-top: 24px;
  }
}

@media (max-width: 959px) {
  .tabs__content--small-padding {
    padding-top: 16px;
  }
}

.tabs__content__item {
  display: none;
}

@media (min-width: 0px) {
  .tabs__content__name {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .tabs__content__name {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .tabs__content__name {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .tabs__content__name {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .tabs__content__name {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .tabs__content__name {
    font-size: 32px;
    line-height: 44px;
  }
}

.tabs__content__name + .tabs__content__text {
  margin-top: 19px;
}

@media (min-width: 0px) {
  .tabs__content__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .tabs__content__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .tabs__content__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .tabs__content__text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .tabs__content__text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .tabs__content__text {
    font-size: 20px;
    line-height: 30px;
  }
}

.tabs__content__image {
  height: 453px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}

@media (max-width: 1440px) {
  .tabs__content__image {
    height: 372px;
  }
}

@media (max-width: 959px) {
  .tabs__content__image {
    height: 261px;
  }
}

@media (max-width: 719px) {
  .tabs__content__image {
    height: 180px;
    margin-bottom: 16px;
  }
}

.teaser {
  -webkit-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
  background-color: #F3F3F4;
}

.teaser a {
  display: block;
  min-height: 188px;
  color: #2F343F;
  text-decoration: none;
  padding: 40px 50px;
}

@media (max-width: 1280px) {
  .teaser a {
    padding: 32px 24px;
  }
}

@media (max-width: 959px) {
  .teaser a {
    min-height: 120px;
  }
}

@media (max-width: 719px) {
  .teaser a {
    padding: 24px 16px;
  }
}

.teaser__title {
  font-weight: 600;
}

@media (min-width: 0px) {
  .teaser__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .teaser__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .teaser__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .teaser__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .teaser__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .teaser__title {
    font-size: 32px;
    line-height: 44px;
  }
}

@media (min-width: 0px) {
  .teaser__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .teaser__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .teaser__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .teaser__description {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .teaser__description {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .teaser__description {
    font-size: 16px;
    line-height: 24px;
  }
}

.teaser__title + .teaser__description {
  margin-top: 20px;
}

.teaser:hover {
  cursor: pointer;
  background-color: #83CCDD;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.teaser-big__header {
  position: relative;
  min-height: 215px;
}

.teaser-big__header-background {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 73%;
  background-color: #E4F2F5;
}

.teaser-big__header-svg {
  position: absolute;
  left: 20%;
  top: 50%;
  -webkit-transform: translateY(-53%);
          transform: translateY(-53%);
}

.teaser-big__title {
  margin-top: 30px;
  font-weight: 600;
}

@media (min-width: 0px) {
  .teaser-big__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .teaser-big__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .teaser-big__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .teaser-big__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .teaser-big__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .teaser-big__title {
    font-size: 24px;
    line-height: 36px;
  }
}

.teaser-big__descr {
  margin-top: 20px;
  padding: 0px 20px;
  border-left: 2px solid #E4F2F5;
}

@media (min-width: 0px) {
  .teaser-big__descr {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .teaser-big__descr {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .teaser-big__descr {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .teaser-big__descr {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .teaser-big__descr {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .teaser-big__descr {
    font-size: 16px;
    line-height: 24px;
  }
}

.teaser-section {
  margin-top: 40px;
  min-width: 100%;
}

@media (max-width: 1440px) {
  .teaser-section {
    margin-top: 32px;
  }
}

@media (max-width: 1280px) {
  .teaser-section {
    margin-top: 24px;
  }
}

@media (max-width: 959px) {
  .teaser-section {
    margin-top: 16px;
  }
}

@media (max-width: 719px) {
  .teaser-section {
    margin-top: 16px;
  }
}

.teaser-small {
  position: relative;
  min-width: 100%;
  min-height: 100px;
}

@media (min-width: 0px) {
  .teaser-small {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .teaser-small {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .teaser-small {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .teaser-small {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .teaser-small {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .teaser-small {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 719px) {
  .teaser-small {
    margin-top: 20px;
  }
}

.teaser-small a {
  text-decoration: none;
}

.teaser-small__bg {
  min-height: 100px;
  min-width: 120px;
  position: absolute;
  background-color: #E4F2F5;
}

@media (max-width: 1440px) {
  .teaser-small__bg {
    min-height: 80px;
    padding: 52px 0 0 20px;
  }
}

@media (max-width: 959px) {
  .teaser-small__bg {
    min-width: 90px;
    min-height: 80px;
    padding: 52px 0 0 20px;
  }
}

.teaser-small__inner {
  color: #2F343F;
  padding: 52px 0 0 30px;
  position: relative;
}

@media (max-width: 719px) {
  .teaser-small__inner {
    padding: 52px 0 0 20px;
  }
}

.teaser-small__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 719px) {
  .teaser-small__wrapper {
    scrollbar-width: thin;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

.teaser-small--with-icon {
  height: 100%;
  min-width: unset;
}

.teaser-small--with-icon .teaser-small__title {
  min-width: 318px;
  font-weight: 600;
}

@media (min-width: 0px) {
  .teaser-small--with-icon .teaser-small__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .teaser-small--with-icon .teaser-small__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .teaser-small--with-icon .teaser-small__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .teaser-small--with-icon .teaser-small__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .teaser-small--with-icon .teaser-small__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .teaser-small--with-icon .teaser-small__title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 1440px) {
  .teaser-small--with-icon .teaser-small__title {
    min-width: 264px;
  }
}

@media (max-width: 959px) {
  .teaser-small--with-icon .teaser-small__title {
    min-width: 184px;
  }
}

.teaser-small--with-icon .teaser-small__svg {
  max-width: 67px;
  max-height: 67px;
}

@media (max-width: 959px) {
  .teaser-small--with-icon .teaser-small__svg {
    max-width: 64px;
    max-height: 64px;
  }
}

@media (max-width: 959px) {
  .teaser-small--with-icon .teaser-small__svg {
    max-width: 48px;
    max-height: 48px;
  }
}

.teaser-small--with-icon .teaser-small__icon + .teaser-small__title {
  margin-top: 26px;
}

@media (max-width: 1440px) {
  .teaser-small--with-icon .teaser-small__icon + .teaser-small__title {
    margin-top: 16px;
  }
}

.teaser-small--with-icon .teaser-small__bg {
  bottom: 0;
  left: 0;
  min-width: 210px;
  min-height: 160px;
}

@media (max-width: 1440px) {
  .teaser-small--with-icon .teaser-small__bg {
    min-width: 160px;
    min-height: 120px;
  }
}

@media (max-width: 959px) {
  .teaser-small--with-icon .teaser-small__bg {
    min-width: 96px;
    min-height: 96px;
  }
}

.teaser-small--with-icon .teaser-small__inner {
  height: 100%;
  padding: 0 0 24px 30px;
}

@media (max-width: 1440px) {
  .teaser-small--with-icon .teaser-small__inner {
    padding: 0 0 0px 32px;
  }
}

@media (max-width: 959px) {
  .teaser-small--with-icon .teaser-small__inner {
    padding: 0 0 0px 24px;
  }
}

.teaser-small--single .teaser-small__bg {
  min-width: 210px;
  padding: 0;
  bottom: 0;
  top: 0;
}

@media (max-width: 1440px) {
  .teaser-small--single .teaser-small__bg {
    min-width: 160px;
  }
}

@media (max-width: 1280px) {
  .teaser-small--single .teaser-small__bg {
    min-width: 136px;
  }
}

@media (max-width: 959px) {
  .teaser-small--single .teaser-small__bg {
    min-width: 96px;
  }
}

.teaser-small--single .teaser-small__inner {
  padding: 10px 0 0 30px;
}

@media (max-width: 959px) {
  .teaser-small--single .teaser-small__inner {
    padding: 8px 0 8px 24px;
  }
}

.teaser-small--single .teaser-small__title {
  font-weight: 600;
}

@media (min-width: 0px) {
  .teaser-small--single .teaser-small__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .teaser-small--single .teaser-small__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .teaser-small--single .teaser-small__title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .teaser-small--single .teaser-small__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1281px) {
  .teaser-small--single .teaser-small__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1441px) {
  .teaser-small--single .teaser-small__title {
    font-size: 20px;
    line-height: 28px;
  }
}

.teaser-small--single .teaser-small__svg {
  max-width: 56px;
  max-height: 56px;
}

@media (max-width: 959px) {
  .teaser-small--single .teaser-small__svg {
    max-width: 32px;
    max-height: 32px;
  }
}

.teaser-small--single .teaser-small__icon + .teaser-small__title {
  margin-top: 16px;
}

@media (max-width: 1440px) {
  .teaser-small--single .teaser-small__icon + .teaser-small__title {
    margin-top: 10px;
  }
}

@media (max-width: 959px) {
  .teaser-small--single .teaser-small__icon + .teaser-small__title {
    margin-top: 8px;
  }
}

.timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.timeline:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #83CCDD;
  position: absolute;
  top: 16px;
  left: 0;
}

.timeline__inner {
  padding-left: 96px;
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  scrollbar-width: none;
}

@media (max-width: 959px) {
  .timeline__inner {
    padding-left: 56px;
  }
}

@media (max-width: 719px) {
  .timeline__inner {
    padding-left: 16px;
  }
}

.timeline__inner::-webkit-scrollbar {
  height: 5px;
}

.timeline__item {
  max-width: 256px;
}

@media (max-width: 959px) {
  .timeline__item {
    max-width: 152px;
  }
}

@media (max-width: 719px) {
  .timeline__item {
    max-width: 160px;
  }
}

.timeline__item + .timeline__item {
  margin-left: 32px;
}

@media (max-width: 959px) {
  .timeline__item + .timeline__item {
    margin-left: 16px;
  }
}

.timeline__item-title {
  font-weight: 600;
}

@media (min-width: 0px) {
  .timeline__item-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .timeline__item-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .timeline__item-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .timeline__item-title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .timeline__item-title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .timeline__item-title {
    font-size: 24px;
    line-height: 36px;
  }
}

.timeline__item-description {
  font-weight: 500;
}

@media (min-width: 0px) {
  .timeline__item-description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .timeline__item-description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .timeline__item-description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .timeline__item-description {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .timeline__item-description {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .timeline__item-description {
    font-size: 16px;
    line-height: 24px;
  }
}

.timeline__item-title + .timeline__item-description {
  margin-top: 8px;
}

.timeline__item-icon {
  background-color: #2F343F;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  position: relative;
}

.timeline__item-icon-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 19px;
  max-height: 32px;
  fill: #FFFFFF;
}

.timeline__item-icon + .timeline__item-title {
  margin-top: 17px;
}

@media (max-width: 959px) {
  .timeline__item-icon + .timeline__item-title {
    margin-top: 8px;
  }
}

.title-controls-wrapper {
  position: relative;
}

.title-controls-wrapper__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.title-controls-wrapper__header--flex-wrap {
  flex-wrap: wrap;
}

.title-controls-wrapper__title {
  width: 100%;
  margin: 0;
  font-weight: 600;
}

.title-controls-wrapper__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 959px) {
    .title-controls-wrapper__subtitle {
      font-size: 14px;
    }
  }


@media (min-width: 0px) {
  .title-controls-wrapper__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 320px) {
  .title-controls-wrapper__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 720px) {
  .title-controls-wrapper__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 960px) {
  .title-controls-wrapper__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1281px) {
  .title-controls-wrapper__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1441px) {
  .title-controls-wrapper__title {
    font-size: 32px;
    line-height: 44px;
  }
}

@media (min-width: 960px) {
  .title-controls-wrapper__title {
    padding-right: 150px;
  }
}

@media (min-width: 1281px) {
  .title-controls-wrapper__title {
    padding-right: 200px;
  }
}

.title-controls-wrapper__header + .title-controls-wrapper__content {
  margin-top: 30px;
}

@media (max-width: 1440px) {
  .title-controls-wrapper__header + .title-controls-wrapper__content {
    margin-top: 24px;
  }
}

@media (max-width: 719px) {
  .title-controls-wrapper__header + .title-controls-wrapper__content {
    margin-top: 16px;
  }
}

.title-controls-wrapper__more {
  text-decoration: none;
  display: block;
  color: #B1B4C4;
  border-bottom: 1px solid;
  white-space: nowrap;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

@media (min-width: 0px) {
  .title-controls-wrapper__more {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .title-controls-wrapper__more {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .title-controls-wrapper__more {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .title-controls-wrapper__more {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .title-controls-wrapper__more {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .title-controls-wrapper__more {
    font-size: 16px;
    line-height: 24px;
  }
}

.title-controls-wrapper__more:hover {
  color: inherit;
}

.title-controls-wrapper__button-more {
  margin-top: 16px;
}

@media (min-width: 960px) {
  .title-controls-wrapper__button-more {
    margin-top: 30px;
  }
}

@media (min-width: 1281px) {
  .title-controls-wrapper__button-more {
    margin-top: 24px;
  }
}

@media (min-width: 1441px) {
  .title-controls-wrapper__button-more {
    margin-top: 30px;
  }
}

.title-controls-wrapper .owl-carousel {
  position: initial;
}

@media (min-width: 720px) {
  .title-controls-wrapper .owl-nav {
    position: absolute;
    right: 0;
    top: -4px;
  }
}

@media (min-width: 960px) {
  .title-controls-wrapper .owl-nav {
    top: -1px;
  }
}

@media (min-width: 1441px) {
  .title-controls-wrapper .owl-nav {
    top: 6px;
  }
}

.title-controls-wrapper--large-margin .title-controls-wrapper__header + .title-controls-wrapper__content {
  margin-top: 60px;
}

@media (max-width: 1440px) {
  .title-controls-wrapper--large-margin .title-controls-wrapper__header + .title-controls-wrapper__content {
    margin-top: 32px;
  }
}

@media (max-width: 1280px) {
  .title-controls-wrapper--large-margin .title-controls-wrapper__header + .title-controls-wrapper__content {
    margin-top: 24px;
  }
}

@media (max-width: 719px) {
  .title-controls-wrapper--large-margin .title-controls-wrapper__header + .title-controls-wrapper__content {
    margin-top: 16px;
  }
}

.tooltip.show {
  opacity: 1;
  z-index: 9999;
}

.tooltip-custom {
  position: relative;
  vertical-align: bottom;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  color: #2F343F;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

.tooltip-custom--question {
  margin-left: 5px;
  width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 12px;
}

.video-card__video {
  overflow: hidden;
  display: block;
  position: relative;
  min-height: 100%;
  min-width: 100%;
}

.video-card__video:hover > .video-card__video-overlay {
  opacity: 0.5;
}

.video-card__video:hover > .video-card__video-preview {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.video-card__video-overlay {
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: #111111;
  -webkit-transition: all ease-in-out 800ms;
  transition: all ease-in-out 800ms;
}

.video-card__video-preview {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all ease-in-out 800ms;
  transition: all ease-in-out 800ms;
  min-height: 280px;
  min-width: 100%;
}

@media (max-width: 1440px) {
  .video-card__video-preview {
    min-height: 220px;
  }
}

@media (max-width: 1280px) {
  .video-card__video-preview {
    min-height: 220px;
  }
}

@media (max-width: 959px) {
  .video-card__video-preview {
    min-height: 154px;
  }
}

@media (max-width: 719px) {
  .video-card__video-preview {
    min-height: 154px;
  }
}

.video-card__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 959px) {
  .video-card__video-play {
    width: 48px;
    height: 48px;
  }
}

.video-card__video .labels {
  position: absolute;
  top: 20px;
  left: 20px;
}

@media (max-width: 1440px) {
  .video-card__video .labels {
    top: 16px;
    left: 16px;
  }
}

.video-card__video + .video-card__title {
  margin-top: 30px;
}

@media (max-width: 1440px) {
  .video-card__video + .video-card__title {
    margin-top: 16px;
  }
}

.video-card__title + .video-card__descr {
  margin-top: 10px;
}

.video-card__title {
  font-weight: 600;
}

@media (min-width: 0px) {
  .video-card__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 320px) {
  .video-card__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 720px) {
  .video-card__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 960px) {
  .video-card__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1281px) {
  .video-card__title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1441px) {
  .video-card__title {
    font-size: 24px;
    line-height: 36px;
  }
}

.video-card__descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 0px) {
  .video-card__descr {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .video-card__descr {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .video-card__descr {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .video-card__descr {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .video-card__descr {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .video-card__descr {
    font-size: 16px;
    line-height: 24px;
  }
}

.video-card__descr-svg {
  fill: #83CCDD;
}

.video-card__descr-svg + .video-card__descr-text {
  margin-left: 10px;
}

@media (max-width: 1440px) {
  .video-card__descr-svg + .video-card__descr-text {
    margin-left: 8px;
  }
}

.view-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.view-count__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.view-count__value {
  font-weight: 500;
}

@media (min-width: 0px) {
  .view-count__value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 320px) {
  .view-count__value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 720px) {
  .view-count__value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 960px) {
  .view-count__value {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1281px) {
  .view-count__value {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1441px) {
  .view-count__value {
    font-size: 16px;
    line-height: 24px;
  }
}

.view-count__icon + .view-count__value {
  margin-left: 8px;
}

/*# sourceMappingURL=main.css.map */