﻿/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 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 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [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 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "AudiLight";
  src: url("../fonts/../fonts/AudiLight.ttf");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "AudiReg";
  src: url("../fonts/../fonts/AudiReg.ttf");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "AudiReg";
  src: url("../fonts/../fonts/AudiReg.ttf");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "AudiBold";
  src: url("../fonts/../fonts/AudiBold.ttf");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "SKODANext";
  font-display: "swap";
  src: url("../fonts/SKODANext-Regular}.ttf"), url("../fonts/SKODANext-Regular}.eot?#iefix") format("embedded-opentype"), url("../fonts/SKODANext-Regular}.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "SKODANext";
  font-display: "swap";
  src: url("../fonts/SKODANext-Light}.ttf"), url("../fonts/SKODANext-Light}.eot?#iefix") format("embedded-opentype"), url("../fonts/SKODANext-Light}.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "SKODANext";
  font-display: "swap";
  src: url("../fonts/SKODANext-Italic}.ttf"), url("../fonts/SKODANext-Italic}.eot?#iefix") format("embedded-opentype"), url("../fonts/SKODANext-Italic}.woff") format("woff");
  font-display: swap;
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "SKODANext-bold";
  font-display: "swap";
  src: url("../fonts/SKODANext-Bold}.ttf"), url("../fonts/SKODANext-Bold}.eot?#iefix") format("embedded-opentype"), url("../fonts/SKODANext-Bold}.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "SKODANext";
  font-display: "swap";
  src: url("../fonts/SKODANext-Black}.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "icon-base";
  font-display: "swap";
  src: url("../fonts/icon-base.woff") format("woff"), url("/static/fonts/icon-base.woff2") format("woff2"), url("/static/fonts/icon-base.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "icon-navigation";
  font-display: "swap";
  src: url("../fonts/icon-navigation.woff2") format("woff2"), url("/static/fonts/icon-navigation.woff") format("woff"), url("/static/fonts/icon-navigation.ttf") format("truetype");
}
@font-face {
  font-family: "icon-link";
  font-display: "swap";
  src: url("../fonts/icon-link.woff2") format("woff2"), url("/static/fonts/icon-link.woff") format("woff"), url("/static/fonts/icon-link.ttf") format("truetype");
}
/*!
 * 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 {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

.row {
  display: flex;
  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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}

.tooltipster-box {
  flex: 1 1 auto;
}

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  transform: scale(0, 0);
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  transform: rotateZ(4deg);
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  transform: rotateZ(0deg);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
  border: none;
  background: #1b1b1b;
  background: rgba(10, 10, 10, 0.9);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
  height: 8px;
  margin-left: -8px;
  width: 16px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow {
  height: 16px;
  margin-left: 0;
  margin-top: -8px;
  width: 8px;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
  display: none;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
  border: 8px solid transparent;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #1b1b1b;
  border-bottom-color: rgba(10, 10, 10, 0.9);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #1b1b1b;
  border-left-color: rgba(10, 10, 10, 0.9);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #1b1b1b;
  border-right-color: rgba(10, 10, 10, 0.9);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #1b1b1b;
  border-top-color: rgba(10, 10, 10, 0.9);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped {
  left: -8px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  border: none;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.25);
  padding: 5px 8px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
  margin-top: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
  margin-right: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
  margin-left: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
  margin-bottom: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  color: #8d8d8d;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
  height: 6px;
  margin-left: -6px;
  width: 12px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  width: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
  display: none;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
  border: 6px solid transparent;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
  left: -6px;
}

:root {
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  :root {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  :root {
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  :root {
    font-size: 12px;
  }
}

::-moz-selection {
  background-color: #0099da;
  color: white;
}

::selection {
  background-color: #0099da;
  color: white;
}

html {
  scroll-behavior: smooth;
}

.disallow-transitions * {
  transition: none !important;
}

div {
  font-family: PTSansNarrow, sans-serif;
  font-size: 1rem;
}

p,
li {
  font-family: PTSansNarrow, sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  max-width: 100%;
  color: black;
}

.footnote,
.footnote * {
  font-size: 10px;
  color: #707072;
  cursor: default;
  transition: color 0.66s ease;
}

a:hover {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.no-scroll {
  overflow: hidden;
}

* {
  /* color: $c-txt; */
}

@media screen and (min-width: 2000px) {
  .container {
    max-width: 90%;
  }
}
@media screen and (min-width: 1650px) {
  .container {
    max-width: 1350px;
  }
}
@media screen and (max-width: 1350px) {
  .container {
    /*padding: 0 7%;*/
  }
}
@media screen and (max-width: 1160px) {
  .container {
    /*margin-left: 96px;*/
    /*width: calc(100% - 96px);*/
  }
}
@media screen and (max-width: 768px) {
  .container {
    margin-left: auto;
    width: 100%;
  }
}

[js-popup] {
  cursor: pointer;
}

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

/*CUSTOM BTNS*/
.custom-btn {
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: 0;
  cursor: pointer;
  font-family: PTSansNarrowBold, sans-serif;
  font-size: 16px;
  transition: 0.5s;
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
  background-color: #DA4F00;
  background-image: linear-gradient(180deg, orange, #DA4F00);
  box-shadow: inset 0 0 0 transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 50px;
  letter-spacing: 1px;
}

.custom-btn__center {
  margin: 0 auto;
}

.custom-btn__full {
  width: 100%;
}

.custom-btn__black {
  width: 100%;
  height: 50px;
  background: #0f0f0f;
  color: #fff;
}

.custom-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  border-right: 50px solid transparent;
  border-bottom: 50px solid #ac0000;
  z-index: -1;
  transition: 0.5s;
  box-sizing: inherit;
}

.custom-btn__black:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  border-right: 50px solid transparent;
  border-bottom: 50px solid #282828;
}

.custom-btn:hover:before {
  transform: translateX(0);
}

.custom-btn__black:hover:before {
  transform: translateX(0);
}

.custom-btn:hover {
  cursor: pointer;
  z-index: 8;
  color: #fff;
}

span.timer-flipchart-face {
  background: #0f0f0f !important;
}

.b24-widget-button-inner-mask,
.b24-widget-button-inner-block,
.b24-widget-button-pulse.b24-widget-button-pulse-animate {
  background-color: #c00 !important;
}

.header {
  padding: 20px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 26;
  background: white;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .header {
    padding-bottom: 0;
  }
}
.header::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  bottom: 0;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header-container {
    max-width: 100%;
    flex-wrap: wrap;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .header-container {
    justify-content: space-around;
  }
}
@media screen and (max-width: 540px) {
  .header-container {
    padding: 0;
  }
}
.header-item {
  margin-right: 15px;
  width: calc(28% - 10px);
}
.header-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .header-item:last-child {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .header-item:last-child {
    margin-right: 0;
  }
}
.header-item--logo {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 85px;
}
.header-item--btn {
  display: flex;
  justify-content: flex-end;
  min-width: 190px;
  width: auto;
}
.header-item--btn .btn {
  margin-top: 0;
  min-width: 180px;
}
@media screen and (max-width: 991px) {
  .header-item--btn {
    order: 5;
    width: 100%;
    justify-content: center;
    margin: 0;
    margin-top: 20px;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .header-item--btn {
    margin-left: 0;
  }
}
.header-item.main p {
  font-family: PTSansNarrow, sans-serif;
  font-size: 1rem;
  line-height: 25px;
  color: black;
}
.header-item.main p span {
  font-family: PTSansNarrowBold, Arial, sans-serif;
  color: #bb0a30;
  margin-right: 11px;
}
.header-item.main p span span {
  margin-left: 6px;
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .header-item.main p {
    font-size: 0.833rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-item.main p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .header-item.main {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .header-item.main {
    margin-right: 0;
    justify-content: end;
    display: flex;
  }
}
.header-item.address {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1651px) {
  .header-item.address {
    width: calc(25% - 10px);
  }
}
@media screen and (max-width: 991px) {
  .header-item.address {
    order: 3;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-item.address {
    align-items: end;
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .header-item.address {
    display: none;
  }
}
.header-item.address a {
  margin-bottom: 5px;
}
.header-item.address a:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .header-item.address * {
    font-size: 0.833rem;
  }
}
@media screen and (max-width: 768px) {
  .header-item.address.add-scroll {
    order: 3;
    align-items: flex-start;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .header-item.phone {
    order: 4;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header-item.phone {
    align-items: center;
    width: auto;
    padding-left: 35px;
  }
}
@media screen and (max-width: 600px) {
  .header-item.phone {
    display: flex;
    width: 100%;
  }
  .header-item.phone .link--border {
    display: none;
  }
  .header-item.phone .link--phone * {
    font-size: 1rem;
  }
  .header-item.phone .link--phone::before {
    height: 17px;
  }
}
@media screen and (max-width: 991px) {
  .header-item {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .header-item {
    margin-bottom: 10px;
    width: auto;
    margin-right: 0;
  }
  .header-item--logo {
    order: 0;
    margin-right: 15px;
    justify-content: center;
  }
}
.header-item.menu-xs__logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-item.menu-xs__logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .header-item.header-item--btn {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header-item.header-item--btn .btn {
    /*background: none;*/
    /*color: #000;*/
    /*padding: 0;*/
  }
}
.header .logo {
  width: auto;
  margin-right: 19px;
  text-align: right;
  min-width: 36px;
}
@media screen and (max-width: 1200px) {
  .header .logo {
    margin-right: 15px;
    min-width: 110px;
  }
}
@media screen and (max-width: 991px) {
  .header .logo {
    order: 1;
  }
}
@media screen and (max-width: 360px) {
  .header .logo {
    width: 100px;
  }
}
.header .logo:last-child {
  margin-right: 0;
}
.header .logo-dom {
  height: 20px;
}
@media screen and (max-width: 992px) {
  .header .logo-dom {
    height: 15px;
  }
}
.header .logo img {
  height: 100%;
  width: auto;
}

.container.header-container.in-view {
  max-width: 1640px;
}

.header .logo img {
  height: 60px;
  width: auto;
}

.header__contact-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.header__contact {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  align-items: center;
}
@media screen and (max-width: 992px) {
    .header .header__contact {
        /*display: none;*/
    }
}
.header__contact-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  text-decoration: none;
  cursor: pointer;
}

.header__contact-item__tel img {
  width: 18px;
}

.header__contact-item .icon {
  display: flex;
}

@media (max-height: 400px) {
  .header__contact-item .icon {
    display: none;
  }
}
.header__left {
  display: flex;
}

.header__contact-item .val {
  color: #000;
}

.header__contact-item a {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  text-decoration: none !important;
}

.header-item.main {
  flex-grow: 1;
}

.footer {
  padding: 20px 0;
  background: white;
  position: relative;
}
.footer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 10px 0;
  }
}
.footer-container {
  display: flex;
  justify-content: center;
}
.footer__social {
  min-width: 140px;
}
@media screen and (max-width: 768px) {
  .footer__social {
    margin-top: 10px;
  }
}
.footer__social a {
  height: 30px;
  width: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__social a {
    height: 20px;
  }
}
.footer__social svg,
.footer__social img {
  height: 100%;
  width: auto;
}

.section-content-pagination {
  display: flex;
  justify-content: space-between;
}
.section-content-pagination-item {
  cursor: pointer;
}
.section-content-pagination-item:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  .section-content-pagination-item {
    margin-right: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .section-content-pagination-item {
    margin-right: 10px;
  }
}
@media screen and (max-width: 320px) {
  .section-content-pagination-item {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .section-content-pagination {
    flex-wrap: wrap;
  }
}

.section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.section-block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 75%;
}
.section--form {
  position: relative;
  padding: 80px 0;
  margin-bottom: 50px;
}
.section--form .form-group input {
  padding: 1px 15px 0px;
}
.section--form .footnote {
  color: white;
}
.section--form .footnote .link:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section--form {
    padding: 40px 0;
  }
}
.section--form::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
  height: 100%;
  background: url(../images/skoda_form-bg-new.jpg) center no-repeat;
  background-size: cover;
}
.section--form::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.section-content {
  padding: 30px 0;
}
.section-content .form-timer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .section-content .form-timer__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    display: none !important;
  }
}
.section-content .form-timer__wrapper .timer-action {
  margin-top: 30px;
}
.section-content .form-timer__column.mob-timer {
  display: none;
}
@media screen and (max-width: 440px) {
  .section-content .form-timer__column {
    width: 100%;
  }
  .section-content .form-timer__column.desctop-timer {
    display: none;
  }
  .section-content .form-timer__column.mob-timer {
    display: block;
  }
}
.mobile-contacts {display: none;}
@media screen and (max-width: 991px) {
  .mobile-contacts {display: block;}
}
.mobile__contact-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 0 20px;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.mobile__contact-item {
    display: flex;
    align-items: center;
    column-gap: 15px;
    text-decoration: none;
    cursor: pointer;
    row-gap: 15px;
}
@media screen and (max-width: 767px) {
	.mobile__contact-wrapper {
	}
	.mobile__contact-wrapper .mobile__contact-item:nth-child(2) {
		display:none;
	}
}
@media screen and (max-width: 540px) {
    .mobile__contact-wrapper {
        row-gap: 30px;
        padding: 0;
    }
    .mobile__contact-item {
        flex-direction: column;
    }
}
.mobile__contact-item a {
    display: flex;
    column-gap: 10px;
    text-decoration: none !important;
}
@media screen and (max-width: 767px) {
    .mobile__contact-item .mobile__contact-item__address {
        display:none;
    }
}

.mobile__contact-item .icon {
    display: flex;
}
.mobile__contact-item__tel img {
    width: 18px;
}
.mobile__contact-wrapper .val {
    font-size: 19px;
    color: #000;
}
@media screen and (max-width: 767px) {
    .mobile__contact-wrapper .val {
        font-size:26px;
      font-weight:bold;
    }
}
.mobile-contacts .custom-btn {
    max-width: 200px;
    margin: auto;
}
@media screen and (max-width: 1200px) {
  .section-content {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .section-content {
    padding: 40px 0;
  }
}
@media screen and (max-height: 700px) {
  .section-content {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .section-content {
    padding: 25px 0;
  }
}
.section-main {
  padding-top: 86px;
}
@media screen and (max-width: 991px) {
  .section-main {
    padding-top: 209px;
  }
}
@media screen and (max-width: 768px) {
  .section-main {
    min-height: 1px;
    height: auto;
    padding-top: 150px;
  }
}
@media screen and (max-width: 600px) {
  .section-main {
    padding-top: 140px;
  }
}
@media screen and (max-width: 360px) {
  .section-main {
    padding-top: 125px;
  }
}
.section-main .section-block {
  align-items: flex-start;
  justify-content: center;
}
.section-main .section-block .container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .section-main .section-block .container {
    min-height: 300px;
    padding: 30px 15px;
    align-items: center;
    text-align: center;
    position: static;
  }
}
.section-main .section-block .container > div {
  width: 100%;
}
.section-main .section-block .container > div h1, .section-main .section-block .container > div h2 {
  color: white;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section-main .section-block .container > div h1, .section-main .section-block .container > div h2 {
    color: black;
  }
}
.section-main .section-block .container h3 {
  color: white;
}
@media screen and (max-width: 768px) {
  .section-main .section-block .container h3 {
    color: black;
  }
}
.section-main .section-block .container p {
  font-size: 1.44rem;
}
.section-main .section-block .container .logo {
  position: absolute;
  top: 15px;
  left: 5px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .section-main .section-block .container .logo {
    height: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section-main .section-block .container .logo img {
  height: 100%;
  width: auto;
}
@media screen and (min-width: 2000px) {
  .section-main {
    height: auto;
  }
  .section-main .section-block {
    flex-grow: 1;
    justify-content: center;
  }
}
.section-main .top-slider {
  width: 100%;
}
.section-main .top-slider .slide_item {
  width: 95.2380952381%;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.section-main .top-slider .slide_item:nth-child(n+2) {
  display: none;
}
.section-main .top-slider .slide_item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 33.33334%;
  height: 100%;
  margin-left: 50px;
  padding: 60px 25px;
  display: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1460px) {
  .section-main .top-slider .slide_item .text {
    padding: 10px 25px;
  }
}
@media screen and (max-width: 992px) {
  .section-main .top-slider .slide_item .text {
    display: flex;
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    flex-grow: 1;
    background-color: black;
    text-align: center;
    margin-left: 0px;
  }
}
.section-main .top-slider .slide_item .text .column {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .section-main .top-slider .slide_item .text .column {
    margin: 0 auto;
  }
}
.section-main .top-slider .slide_item .text .column div:first-child {
  flex-grow: 1;
}
.section-main .top-slider .slide_item .text .column .column-1 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-main .top-slider .slide_item .text .column .column-1 div:last-child {
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.section-main .top-slider .slide_item .text .column .logo-slide {
  margin-bottom: 50px;
}
@media screen and (max-width: 1550px) {
  .section-main .top-slider .slide_item .text .column .logo-slide {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1460px) {
  .section-main .top-slider .slide_item .text .column .logo-slide {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .section-main .top-slider .slide_item .text .column .logo-slide {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 992px) {
  .section-main .top-slider .slide_item .text .column .logo-slide {
    margin-bottom: 30px;
  }
}
.section-main .top-slider .slide_item .text .column .pad {
  margin-bottom: 50px;
}
@media screen and (max-width: 1600px) {
  .section-main .top-slider .slide_item .text .column .pad {
    margin-bottom: 0;
  }
}
.section-main .top-slider .slide_item .text .column .title {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 54px;
}
@media screen and (max-width: 1460px) {
  .section-main .top-slider .slide_item .text .column .title {
    margin-top: 10%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1440px) {
  .section-main .top-slider .slide_item .text .column .title {
    font-size: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .section-main .top-slider .slide_item .text .column .title {
    font-size: 24px;
    margin-top: 10%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 992px) {
  .section-main .top-slider .slide_item .text .column .title {
    font-size: 25px;
    margin-top: 0px;
  }
}
.section-main .top-slider .slide_item .text .column .title span {
  color: #bb0a30;
}
.section-main .top-slider .slide_item .text .column .title-comment {
  color: #fff;
  font-size: 18px;
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  .section-main .top-slider .slide_item .text .column .title-comment {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
  .section-main .top-slider .slide_item .text .column .title-comment {
    font-size: 13px;
  }
}
@media screen and (max-width: 1100px) {
  .section-main .top-slider .slide_item .text .column .title-comment {
    font-size: 15px;
  }
}
.section-main .top-slider .slide_item .text .column .title-comment sup {
  color: #fff;
}
.section-main .top-slider .slide_item .text .column .btn {
  margin-top: 30px;
}
.section-main .top-slider .slide_item .text .column ul {
  font-size: 0;
  padding-left: 0;
}
.section-main .top-slider .slide_item .text .column ul li {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}
@media screen and (max-width: 1460px) {
  .section-main .top-slider .slide_item .text .column ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 1250px) {
  .section-main .top-slider .slide_item .text .column ul li {
    font-size: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .section-main .top-slider .slide_item .text .column ul li {
    font-size: 8px;
  }
}
.section-main .top-slider .slide_item .text .column ul li span {
  color: #fff;
}
.section-main .top-slider .slide_item .text .column ul li span nobr {
  color: #fff;
}
.section-main .top-slider .slide_item .text .column ul li div {
  margin-bottom: 20px;
}
@media screen and (max-width: 1460px) {
  .section-main .top-slider .slide_item .text .column ul li div {
    margin-bottom: 5px;
  }
}
.section-main .top-slider .slide_item .text .column ul li div img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1100px) {
  .section-main .top-slider .slide_item .text .column ul li div img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 992px) {
  .section-main .top-slider .slide_item .text .column ul li div img {
    width: 30px;
    height: 30px;
  }
}
.section-main .top-slider .slide_item .text .column ul li img {
  width: auto;
  display: inline-block;
}
.section-main .top-slider .slide_item .img-wrap {
  width: 100%;
  height: 0;
  padding-top: 31.25%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .section-main .top-slider .slide_item .img-wrap {
    padding-top: 60%;
  }
}
.section-main .top-slider .slide_item .img-wrap .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .section-main .top-slider .slide_item .img-wrap .img {
    display: none;
  }
}
.section-main .top-slider .slide_item .img-wrap .img--mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .section-main .top-slider .slide_item .img-wrap .img--mobile {
    display: block;
  }
}
.section-main .top-slider.slick-initialized .slide_item {
  display: flex !important;
  height: auto !important;
}
.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .section-bg {
    position: static;
    height: 0;
    background-position: right center;
    padding-top: 60%;
  }
}
.section-bg .container {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-bg .container {
    position: static;
  }
}
.section-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 25;
  pointer-events: none;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.section.ntp {
  padding-top: 0;
}

.link {
  color: black;
  text-decoration: none;
  transition: all 0.66s ease;
  cursor: pointer;
}
.link * {
  transition: all 0.66s ease;
  cursor: pointer;
  color: black;
}
.link:hover {
  color: #4c4c4c;
}
.link:hover * {
  color: #4c4c4c;
}
.link--border {
  text-decoration: underline;
}
.link--border:hover {
  text-decoration: underline;
}
.link--light:hover {
  color: #4c4c4c;
}
.link--light:hover * {
  color: #4c4c4c;
}
.link--current {
  color: currentColor;
  text-decoration-color: currentColor;
}
.link--footnote {
  color: #707072;
}
.link--phone {
  position: relative;
}
.link--phone::before {
  position: absolute;
  content: "";
  top: 0;
  left: -25px;
  width: 21px;
  height: 21px;
  background: url(../images/svg/phone.svg) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 992px) {
  .link--phone::before {
    font-size: 0.833rem;
    font-size: 1rem;
    left: -30px;
  }
}
@media screen and (max-width: 992px) {
  .link_mobile-centered {
    left: -30px;
  }
}

#success,
#error {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 25px;
  max-width: 450px;
  min-width: 290px;
}
#success.show,
#error.show {
  display: flex;
}
#success .popup-subtitle,
#error .popup-subtitle {
  margin-bottom: 30px;
}
#success .form-messages-close,
#error .form-messages-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#success .form-messages-close::before, #success .form-messages-close::after,
#error .form-messages-close::before,
#error .form-messages-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: black;
  transition: background-color 0.2s ease-in-out;
}
#success .form-messages-close::before,
#error .form-messages-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#success .form-messages-close::after,
#error .form-messages-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#success .form-messages-close:hover,
#error .form-messages-close:hover {
  transform: rotate(90deg);
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 110;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
  z-index: 2;
}
.popup-close::before, .popup-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: black;
  transition: background-color 0.66s ease;
}
.popup-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-close:hover {
  transform: rotate(90deg);
}
.popup-title {
  font-size: 23px;
  font-family: PTSansNarrowBold, Arial, sans-serif;
  margin-bottom: 2rem;
  text-align: center;
}
.popup-subtitle {
  font-size: 0.833rem;
  margin-bottom: 0;
  text-align: center;
}
.popup.open {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.77);
}
.popup.open .popup-wrapper {
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup p.footnote {
  text-align: center;
  text-align: left;
  display: inline-block;
  font-size: 14px;
}
.popup p.footnote a {
  font-size: 14px;
}
.popup-container {
  padding: 40px 50px;
  background: white;
  max-width: 600px;
  position: relative;
}
@media screen and (max-width: 550px) {
  .popup-container {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 550px) {
  .popup .title {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 550px) {
  .popup .form-group {
    margin: 15px 0px 0px;
  }
}

[has-animation] {
  opacity: 0;
  transition: opacity 0.66s ease, transform 1.5s cubic-bezier(0, 0.14, 0.19, 1);
}
[has-animation].in-view {
  transform: translateZ(0);
}
[has-animation].in-hide {
  transform: translate3d(0, 10px, 0);
}

.in-view {
  opacity: 1;
}

.in-hide {
  opacity: 0;
}

.btn {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  padding: 15px 30px;
  background-color: #000;
  border: 0;
  outline: 0;
  transition: all 0.66s ease;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-family: PTSansNarrow, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: white;
  background-color: #4BA82E;
  border-radius: 24px;
}
.btn_slide {
  display: block;
  padding: 16px 10px;
}
@media screen and (max-width: 992px) {
  .btn_slide {
    width: 100%;
    margin: 9px;
  }
}
.btn_reddish {
  background-color: #bb0a30;
  display: block;
  margin: 0 auto;
  max-width: calc(33.33334% - 20px);
}
@media screen and (max-width: 768px) {
  .btn_reddish {
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .btn_reddish {
    max-width: 100%;
  }
}
.btn_red {
  background-color: #bb0a30;
}
.btn_blue {
  background-color: #0099da;
}
.btn_green {
  background-color: #4BA82E;
}
.btn * {
  text-align: center;
}
.btn:hover, .btn:focus, .btn:active, .btn_green:hover {
  border: 0;
  outline: 0;
  background-color: #34861C;
}
.btn--swiper {
  overflow: hidden;
  position: relative;
}
.btn--swiper span {
  display: inline-block;
  position: relative;
}
.btn--swiper span > span {
  transition: all 0.66s ease;
}
.btn--swiper span > span:not(:first-child) {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  transform: translateY(250%);
}
.btn-big {
  font-size: 1.2rem;
  padding: 15px 40px;
}
.btn.btn-price {
  background-color: #000000;
  border: 1px solid #ffffff;
  margin: 10px 0;
  padding: 10px 30px;
}
.btn.btn-price:hover {
  border: 1px solid #4c4c4c;
  background-color: #4c4c4c;
}
.btn.btn-tr-b {
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
}
.btn.btn-tr-b:hover {
  border: 1px solid #4c4c4c;
  color: #4c4c4c;
}
.btn.btn-white-b {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
}
.btn.btn-white-b:hover {
  border: 1px solid #4c4c4c;
  color: #4c4c4c;
}
.btn.btn-tr-w {
  border: 1px solid #fff;
  background-color: transparent;
}
.btn.btn-tr-w:hover {
  border-color: #b3b3b3;
  color: #b3b3b3;
}
.btn_full {
  width: 100%;
}
.btn_center {
  display: block;
  margin: 0 auto;
}

.btn:hover {
  color: #fff;
}

.dws {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pulse {
  background-color: rgba(187, 10, 48, 0.17);
  border-radius: 50%;
  animation: pulse 0.7s ease-out;
  transform: scale(0);
  position: absolute;
}

@keyframes pulse {
  to {
    transform: scale(2);
    background-color: #bb0a30, 0.25;
    opacity: 0;
  }
}
.mkb-button_cta-default {
  color: #bb0a30;
  border-color: #bb0a30;
  width: 100%;
}
.mkb-button_cta-default:hover {
  color: #fff;
  background-color: #bb0a30;
  border-color: #bb0a30;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-family: PTSansNarrowBold, Arial, sans-serif;
  line-height: 1.44;
  max-width: 100%;
}
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
@media screen and (max-width: 992px) {
  h1, h2, h3, h4, h5, h6 {
    text-align: center;
  }
}
h1.with-image, h2.with-image, h3.with-image, h4.with-image, h5.with-image, h6.with-image {
  display: flex;
}
@media screen and (max-width: 768px) {
  h1.with-image, h2.with-image, h3.with-image, h4.with-image, h5.with-image, h6.with-image {
    justify-content: center;
  }
}
h1.with-image > div, h2.with-image > div, h3.with-image > div, h4.with-image > div, h5.with-image > div, h6.with-image > div {
  margin-right: 15px;
}
h1.with-image > div:last-child, h2.with-image > div:last-child, h3.with-image > div:last-child, h4.with-image > div:last-child, h5.with-image > div:last-child, h6.with-image > div:last-child {
  margin-right: 0;
}
h1.with-image .img-wrap, h2.with-image .img-wrap, h3.with-image .img-wrap, h4.with-image .img-wrap, h5.with-image .img-wrap, h6.with-image .img-wrap {
  height: 5.52rem;
  width: auto;
}
@media screen and (max-width: 768px) {
  h1.with-image .img-wrap, h2.with-image .img-wrap, h3.with-image .img-wrap, h4.with-image .img-wrap, h5.with-image .img-wrap, h6.with-image .img-wrap {
    height: 4rem;
  }
}
h1.with-image .img-wrap img, h2.with-image .img-wrap img, h3.with-image .img-wrap img, h4.with-image .img-wrap img, h5.with-image .img-wrap img, h6.with-image .img-wrap img {
  height: 100%;
  width: auto;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #0099da;
}

h1 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
}

div, li, p {
  font-family: PTSansNarrow, sans-serif;
  font-size: 1rem;
}

.swiper {
  width: 100%;
}
.swiper-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 2000px) {
  .swiper-main {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .swiper-main {
    justify-content: center;
  }
}
.swiper-main__item {
  margin-right: 10px;
  font-family: PTSansNarrow, Arial, sans-serif;
  cursor: pointer;
}
.swiper-main__item:last-child {
  margin-right: 0;
}
.swiper-container {
  position: relative;
  width: 50px;
  height: calc(1.5rem + 4px);
  border: 2px solid black;
  cursor: pointer;
  border-radius: 20px;
}
.swiper-container.swiped .swiper-box {
  left: calc(100% - 1.5rem + 1px);
}
.swiper-box {
  position: absolute;
  background-color: #bb0a30;
  border-radius: 50%;
  top: 1px;
  left: 1px;
  width: calc(1.5rem - 2px);
  height: calc(100% - 2px);
  transition: left 0.66s ease;
}
.swiper-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 2000px) {
  .swiper-block {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .swiper-block {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.swiper__list {
  overflow: hidden;
  position: relative;
}
.swiper__list:first-child {
  margin-right: 15px;
  flex-grow: 1;
}
@media screen and (min-width: 2000px) {
  .swiper__list:first-child {
    flex-grow: 0;
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .swiper__list {
    margin-bottom: 15px;
  }
  .swiper__list:first-child {
    margin-right: 0;
  }
  .swiper__list:last-child {
    margin-bottom: 0;
  }
}
.swiper__list-item {
  transition: all 0.66s ease;
}
.swiper__list-item:last-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(120%);
}
@media screen and (max-width: 768px) {
  .swiper__list-item {
    width: 100%;
    flex-grow: 1;
    text-align: center;
  }
  .swiper__list-item .car-block__list-item {
    flex-grow: 1;
  }
}
.swiper__list.swiped .btn span > span:first-child {
  transform: translateY(-250%);
}
.swiper__list.swiped .btn span > span:not(:first-child) {
  transform: translateY(0);
}
.swiper__list.swiped > div:first-child {
  transform: translateY(-120%);
}
.swiper__list.swiped > div:last-child {
  transform: translateY(0);
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.66s ease;
  padding: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 25;
}
@media screen and (max-width: 600px) {
  .slick-arrow {
    border-radius: 50%;
    padding: 5px;
    background-color: black;
    background-size: 60%;
    width: 35px;
    height: 35px;
  }
}
.slick-arrow--prev {
  left: -50px;
  background-image: url(/static/images/svg/left-arrow.svg);
}
@media screen and (max-width: 600px) {
  .slick-arrow--prev {
    left: 0;
  }
}
.slick-arrow--next {
  right: -50px;
  background-image: url(/static/images/svg/right-arrow.svg);
}
@media screen and (max-width: 600px) {
  .slick-arrow--next {
    right: 0;
  }
}
.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.slick-track {
  display: flex !important;
  align-items: stretch;
}
.slick-slide {
  float: none !important;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.slick-slide.flex-item {
  margin: 0 20px !important;
}

.car-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.5;
  pointer-events: none;
  height: 100%;
  background: url(../images/car-bg.jpg) center no-repeat;
  background-size: cover;
}
.car-slider {
  width: 100%;
}
.car-slider img {
  max-width: 768px;
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .car-slider img {
    max-width: 85%;
  }
}
.car-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  position: relative;
}
.car-block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 2000px) {
  .car-block {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .car-block {
    margin-bottom: 1.5rem;
  }
}
.car-block .car-name {
  font-size: 2rem;
}
.car-block__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  scroll-behavior: smooth;
}
.car-block__list-item {
  margin-right: 50px;
}
.car-block__list-item:last-child {
  margin-right: 0;
}
.car-block__list-item p {
  font-family: PTSansNarrow, Arial, sans-serif;
  font-size: 1.2rem;
}
.car-block__list-item p.name {
  font-family: PTSansNarrowBold, Arial, sans-serif;
  margin-bottom: 0.7rem;
}
.car-block__list-item p span {
  font-family: PTSansNarrowBold, Arial, sans-serif;
  font-size: 1.2rem;
}
@media screen and (min-width: 2000px) {
  .car-block-item {
    margin-right: 50px;
  }
  .car-block-item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 550px) {
  .car-block-item {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
  .car-block-item:last-child {
    margin-bottom: 0;
  }
}
.car--small {
  text-align: center;
  transition: background-color 1.5s cubic-bezier(0, 0.14, 0.19, 1);
}
.car--small .car {
  padding: 5px;
}
.car--small .car-name {
  font-size: 1.2rem;
}
.car--small .car-image {
  max-width: 150px;
  width: 100%;
  margin: 0 auto 0.5rem;
}
.car--small .car-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.car-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -20px -10px;
}
@media screen and (max-width: 500px) {
  .car-list {
    margin: 0;
  }
}
.car-list__item {
  width: calc(33% - 20px);
  margin: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  background: whitesmoke;
  transition: all 0.3s ease;
}
.car-list__item:hover {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07), 0 3px 5px rgba(0, 0, 0, 0.07), 0 5px 9px rgba(0, 0, 0, 0.07), 0 9px 17px rgba(0, 0, 0, 0.07), 0 17px 33px rgba(0, 0, 0, 0.07), 0 33px 65px rgba(0, 0, 0, 0.07);
}
.car-list__item:hover .text-space {
  height: 83px;
  background: url(/static/images/icons/bg-logo-dark.svg) no-repeat;
  background-position: 200px 0px;
}
@media screen and (max-width: 1280px) {
  .car-list__item {
    width: calc(33.33334% - 20px);
  }
}
@media screen and (max-width: 992px) {
  .car-list__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 500px) {
  .car-list__item {
    width: 100%;
    margin: 0 0 30px;
  }
  .car-list__item:last-child {
    margin-bottom: 0;
  }
}
.car-list__item .listed {
  max-width: 23%;
}
.car-list__item .listed:not(:last-child) {
  margin-right: 5px;
}
.car-list__item .active {
  opacity: 0.5;
}
.car-list__item .active:hover {
  opacity: 1;
}
.car-list__item .listed:hover {
  opacity: 0.8;
  cursor: pointer;
}
.car-list__item .list-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 60px;
  max-height: 85px;
}
.car-list__item .list-row > img {
  height: 60px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.car-list__item ul > li.trade-in::before {
  content: "";
  height: 23px;
  width: 20px;
  left: 0;
  top: 0;
  background: url(/static/images/icons/tradein.svg) no-repeat;
  margin-right: 12px;
}
.car-list__item ul > li.credit_new::before {
  content: "";
  height: 20px;
  width: 16px;
  left: 0;
  top: 0;
  background: url(/static/images/icons/credit_new.svg) no-repeat;
  margin-right: 12px;
  margin-left: 2px;
}
.car-list__item ul > li.garanty::before {
  content: "";
  height: 22px;
  width: 19px;
  left: 0;
  top: 0;
  background: url(/static/images/icons/garanty.svg) no-repeat;
  margin-right: 12px;
  margin-left: 2px;
}
.car-list__item ul > li.gift_new::before {
  content: "";
  height: 22px;
  width: 20px;
  left: 0;
  top: 0;
  background: url(/static/images/icons/gift_new.svg) no-repeat;
  margin-right: 12px;
  margin-left: 2px;
}
.car-list__item ul > li.to_new::before {
  content: "";
  height: 22px;
  width: 20px;
  left: 0;
  top: 0;
  background: url(/static/images/icons/to_new.svg) no-repeat;
  margin-right: 12px;
  margin-left: 2px;
}
.car-list__item ul > li.tires::before {
  content: "";
  height: 22px;
  width: 20px;
  left: 0;
  top: 0;
  background: url(/static/images/icons/tires_new.svg) no-repeat;
  margin-right: 12px;
  margin-left: 2px;
}
.car-list__item ul > li.alarm::before {
  content: "";
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  background: url(/static/images/icons/alarm.svg) no-repeat;
  margin-right: 12px;
  margin-left: 0px;
  transform: scale(0.5) translate(-16px, -16px);
}
.car-list__item ul > li.booking::before {
  content: "";
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  background: url(/static/images/icons/book.svg) no-repeat;
  margin-right: 12px;
  margin-left: 0px;
  transform: scale(0.5) translate(-16px, -16px);
}
.car-list__item .text-space {
  height: 83px;
  background: url(/static/images/icons/bg-logo-light.svg) no-repeat;
  background-position: 200px 0px;
}
.car-list__item .btn:hover:after {
  background-color: #000;
  animation: criss-cross-right 0.5s both;
  animation-direction: alternate;
}
.car-list__item .btn:hover:before {
  background-color: #000;
  animation: criss-cross-left 0.5s both;
  animation-direction: alternate;
}
.car-list__item .btn:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.car-list__item .btn:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.car-list__item .img-wrap {
  width: 100%;
  padding-top: 74%;
  height: 0;
  margin: 0.5rem auto;
  position: relative;
}
.car-list__item .img-wrap .showed {
  /*min-height: 287px;*/
}
.car-list__item .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.car-list__item .img-wrap .img-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
}
.car-list__item .img-wrap .img-list__item {
  flex-grow: 1;
  margin-right: 2px;
  height: 100%;
  border-bottom: 4px solid #bdb7b1;
  transition: 0.2s;
}
.car-list__item .img-wrap .img-list__item:last-child {
  margin-right: 0;
}
.car-list__item .img-wrap .img-list .active {
  border-color: red;
}
.car-list__item .img-wrap-mb {
  display: none;
}
@media screen and (max-width: 768px) {
  .car-list__item .img-wrap-mb {
    display: block;
  }
}
.car-list__item .img-wrap-mb .img-wrap__image {
  margin: 0.5rem auto;
}
.car-list__item .img-wrap .contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.car-list__item p.name {
  font-size: 1.2rem;
  font-family: PTSansNarrowBold, Arial, sans-serif;
  margin-bottom: 0.5rem;
  min-height: 30px;
}
.car-list__item p.offer {
  padding: 5px;
  font-size: 12px;
  font-weight: 700;
}
.car-list__item p.redText {
  color: #bb0a30;
  font-weight: 700;
}
.car-list__item p.price {
  position: relative;
  margin-bottom: 2rem;
  margin-top: 1.2em;
}
.car-list__item p.price::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: black;
  left: 0;
  bottom: -10px;
}
.car-list__item p.price span {
  font-size: 0.7rem;
  color: #ababab;
  display: block;
  line-height: 20px;
}
.car-list__item p.price_default {
  margin-bottom: 0.75rem;
}
.car-list__item p.price_default::after {
  display: none;
}
.car-list-block {
  width: 100%;
  margin-bottom: 2rem;
  min-height: 1px;
}
.car-list-block:last-child {
  margin-bottom: 0;
}
.car-list-block:first-child {
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  .car-list-block .mkb-button {
    padding: 0;
  }
}
.car-list-block .btn {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 5px;
  height: 60px;
}
.car-list-block .btn.btn-price {
  min-height: auto;
}
.car-list-block p {
  text-align: center;
}
.car-list-block .footnote {
  color: #bb0a30;
}
.car-list-block .footnote a.link nobr {
  font-weight: bold;
  color: #bb0a30;
}
.car-list-block .footnote a.link:hover {
  text-decoration: none;
}

.tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  flex-grow: 1;
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}
.tabs:last-child {
  margin-bottom: 0;
}
.tabs .dummy {
  width: 100%;
  height: 100%;
}
.tabs .dummy.fixed {
  position: fixed;
  width: 100%;
  top: 70px;
  z-index: 26;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: none;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
  background-color: black;
  height: auto;
  transition: none;
}
@media screen and (max-width: 768px) {
  .tabs .dummy.fixed {
    top: 49px;
    min-height: 1px;
  }
}
@media screen and (max-width: 550px) {
  .tabs .dummy.fixed {
    top: 69px;
  }
}
@media screen and (max-width: 400px) {
  .tabs .dummy.fixed {
    top: 67px;
  }
}
.tabs .dummy.fixed .tabs-head {
  height: auto;
  transition: none;
  padding: 0;
  position: static;
  left: 0;
  transform: none;
}
.tabs .dummy.fixed .tabs-head::before, .tabs .dummy.fixed .tabs-head::after {
  content: none;
}
.tabs .dummy.fixed .tabs-head-item {
  flex-grow: 1;
  width: auto;
  padding: 8px 12px;
}
@media screen and (max-width: 550px) {
  .tabs .dummy.fixed .tabs-head-item {
    width: auto;
    margin: 0;
  }
}
.tabs .dummy.fixed .tabs-head-close {
  display: none;
}
.tabs .dummy.fixed .car-image {
  display: none;
}
.tabs .dummy.fixed .car-name span {
  display: none;
}
.tabs-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
.tabs-head::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  bottom: 0;
}
.tabs-head::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  top: 0;
}
.tabs-head-close {
  width: 100%;
  cursor: pointer;
  text-align: center;
  padding: 15px 0;
}
.tabs-head-close:hover {
  color: #bb0a30;
}
.tabs-head--hidden {
  background-color: #181818;
  padding: 5px;
  width: 100%;
}
.tabs-head-preview {
  cursor: pointer;
  text-align: center;
  transition: all 0.66s ease;
}
.tabs-head-preview.hidden {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tabs-head-item {
  width: 20%;
  cursor: pointer;
  transition: background-color 0.66s ease;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .tabs-head-item {
    width: calc(33.33334% - 10px);
    margin: 5px;
  }
}
@media screen and (max-width: 350px) {
  .tabs-head-item {
    width: calc(50% - 10px);
  }
}
.tabs-head-item:hover {
  background-color: #bb0a30;
}
.tabs-head-item.active {
  background-color: #bb0a30;
}
.tabs .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .tabs .container {
    min-height: 45px;
  }
}
.tabs-content {
  max-width: 100%;
  width: 100%;
}
.tabs-content-item {
  display: none;
}
.tabs-content-item.active {
  display: block;
}

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

.top-menu {
  background-color: #000;
  color: #fff;
  padding: 0;
}
.top-menu__wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top-menu__wrapper {
    justify-content: space-around;
  }
}
.top-menu__item {
  border-bottom: 3px solid transparent;
  padding: 14px 5px 13px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  display: block;
}
.top-menu__item:hover {
  color: #4BA82E;
}
.top-menu__item .active {
  border-bottom: 3px solid #4BA82E;
}
.top-menu__item:not(:first-child) {
  margin-left: 27px;
}
@media screen and (max-width: 768px) {
  .top-menu__item:not(:first-child) {
    margin: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .top-menu__item {
    margin: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .top-menu {
    padding-top: 10px;
  }
}

.form {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
.form_row {
  flex-flow: row wrap;
  justify-content: space-around;
}
.form_slide {
  position: absolute;
  top: 10%;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 40%;
}
.form_slide_fields {
  align-items: center;
  color: #fff;
  max-width: inherit;
  flex-wrap: nowrap;
  font-size: 9px;
  padding: 5px;
  flex-grow: 1;
  margin-left: 10px;
  margin-top: 10px;
}
.form_slide_fields input {
  margin-right: 5px;
  vertical-align: middle;
}
.form_slide_fields label {
  color: #fff;
}
.form_slide_fields label.error {
  font-family: PTSansNarrowBold, Arial, sans-serif;
  top: calc(100% + 2px);
  font-size: 0.7rem;
  color: #bb0a30;
  max-width: inherit;
}
@media screen and (max-width: 992px) {
  .form_slide {
    display: none;
  }
}
.form-group {
  margin-bottom: 25px;
  width: 100%;
  max-width: 290px;
  position: relative;
  display: flex;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group__item {
  display: flex;
  max-width: 600px;
  margin-left: 5px;
  margin-right: 5px;
  width: 100%;
}
.form-group input {
  padding: 15px 30px;
  color: black;
  font-family: PTSansNarrow, Arial, sans-serif;
  border: 1px solid black;
  transition: all 0.66s ease;
  max-width: 290px;
  width: 100%;
  font-size: 1.2rem;
}
.form-group input.error {
  border-color: #bb0a30;
}
.form-group input[type=number]::-webkit-inner-spin-button, .form-group input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.form-group label.error {
  position: absolute;
  font-family: PTSansNarrowBold, Arial, sans-serif;
  top: calc(100% + 2px);
  font-size: 0.7rem;
  color: #bb0a30;
}
.form .checkbox-group label {
  margin: 2.5px;
  display: block;
  position: relative;
  padding-left: 22px;
  transform: none;
  text-transform: none;
  color: white;
  font-size: 0.833rem;
  left: 0;
  line-height: 1.44rem;
  cursor: pointer;
  pointer-events: all;
  transition: all 0.2s ease-in-out;
}
.form .checkbox-group label .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: white;
  border: 2px solid white;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
}
.form .checkbox-group label .checkmark::after {
  content: "";
  position: absolute;
  display: block;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -150%) rotate(45deg);
  width: 4px;
  height: 8px;
  border: solid #bb0a30;
  transition: all 0.2s ease-in-out;
  border-width: 0 2px 2px 0;
}
.form .checkbox-group label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form .checkbox-group label input:checked ~ .checkmark {
  background-color: white;
  border-color: white !important;
}
.form .checkbox-group label input:checked ~ .checkmark::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 992px) {
  .form .form-inline .form-group__item {
    margin-bottom: 20px;
    justify-content: center;
  }
}
.form-inline {
  display: flex;
  justify-content: center;
  width: 100% !important;
  max-width: 100% !important;
  align-items: center;
  max-width: 431px !important;
  justify-content: start;
}
@media screen and (max-width: 992px) {
  .form-inline {
    display: block;
  }
}
.form.form--default {
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .form.form--default {
    align-items: center;
  }
}
.form .form-group__foot .footnote {
  font-size: 14px;
}
.form .form-group__foot .link {
  font-size: 14px;
}

.form-group {
  position: relative;
  margin: 10px;
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .form-group {
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 550px) {
  .form-group {
    margin: 0 0 20px;
    max-width: 100%;
    margin-bottom: -10px;
  }
  .form-group:last-child {
    margin-bottom: 0;
  }
}
.form-group input {
  width: 100%;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 35px 0 20px;
  font-family: PTSansNarrow, sans-serif;
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #dadada;
  padding: 0;
  outline: none;
}
.form-group input::-moz-placeholder {
  color: black;
}
.form-group input::placeholder {
  color: black;
}
.form-group input[type=checkbox] {
  height: 16px;
  width: 16px;
  margin-right: 10px;
}
.form-group_flexed {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form-group__label {
  font-size: 12px;
  pointer-events: none;
  margin-bottom: 3px;
}
.form-group_half {
  max-width: calc(50% - 20px);
}
@media screen and (max-width: 550px) {
  .form-group_half {
    max-width: 100%;
  }
}
.form-group_two-third {
  max-width: calc(66.66667% - 20px);
}
@media screen and (max-width: 768px) {
  .form-group_two-third {
    max-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .form-group_two-third {
    max-width: 100%;
  }
}
.form-group_third {
  max-width: calc(33.33334% - 20px);
}
@media screen and (max-width: 768px) {
  .form-group_third {
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .form-group_third {
    max-width: 100%;
  }
}
.form-group_fourth {
  max-width: calc(25% - 20px);
}
@media screen and (max-width: 992px) {
  .form-group_fourth {
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .form-group_fourth {
    max-width: 100%;
  }
}
.form-group_fifth {
  max-width: calc(20% - 20px);
}
@media screen and (max-width: 992px) {
  .form-group_fifth {
    max-width: calc(33.33334% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .form-group_fifth {
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 550px) {
  .form-group_fifth {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.form-group_sixth {
  max-width: calc(16.6667% - 20px);
}
@media screen and (max-width: 992px) {
  .form-group_sixth {
    max-width: calc(33.33334% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .form-group_sixth {
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 550px) {
  .form-group_sixth {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.form-group_full {
  margin: 10px;
  max-width: calc(100% - 20px);
}
@media screen and (max-width: 550px) {
  .form-group_full {
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.form-group_default {
  margin: 0 0 20px;
}
.form-group_default-blank {
  margin: 0 10px 20px;
}
@media screen and (max-width: 550px) {
  .form-group_default-blank {
    margin: 0 0 20px;
  }
}
.form-group_auto {
  width: auto;
  max-width: 9999px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .form-group_auto {
    margin: 10px;
  }
}
@media screen and (max-width: 768px) {
  .form-group_auto {
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 550px) {
  .form-group_auto {
    margin: 0 0 20px;
    max-width: 100%;
  }
  .form-group_auto:last-child {
    margin-bottom: 0;
  }
}
.form-group_grow {
  flex-grow: 1;
}
.form-group_medium {
  max-width: 370px;
}
@media screen and (max-width: 600px) {
  .form-group_medium {
    max-width: 100%;
  }
}
.form-group_big {
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .form-group_big {
    max-width: 100%;
  }
}
.form-group_end {
  padding-top: 20px;
}
.form-group_end:last-child {
  margin-bottom: 0;
}
.form-group_last {
  margin-left: auto;
}

.content {
  display: flex;
  padding: 50px 0;
  background-color: white;
}
@media screen and (max-width: 992px) {
  .content {
    flex-direction: column;
    padding: 25px 0;
  }
}
.content--half {
  min-height: 50vh;
}
.content-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .content-title {
    margin-bottom: 1.5rem;
  }
}
.content--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 992px) {
  .content--reverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  .content--reverse-mobile {
    flex-direction: column-reverse;
  }
}
.content--wscroll {
  max-height: 50vh;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media screen and (max-width: 768px) {
  .content--wscroll {
    max-height: 40vh;
  }
}
.content--wscroll::-webkit-scrollbar {
  width: 12px;
}
.content--wscroll::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(0, 0, 0, 0.8);
  height: 50%;
}
.content--wscroll::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 7px -2px rgba(0, 0, 0, 0.1);
  width: 12px;
  background: rgba(255, 255, 255, 0.1);
  height: 10px;
}
.content--wscroll::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}
.content-block {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .content-block {
    width: 100%;
  }
  .content-block--blank {
    min-height: 300px;
  }
}
.content-block--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.content-block--text {
  padding: 40px 120px;
}
@media screen and (max-width: 992px) {
  .content-block--text {
    padding: 20px 15px;
    align-items: center;
    text-align: center;
  }
}
.content-block--text h4 sup {
  font-size: 75%;
  color: #bb0a30;
}
.content-block-title {
  margin-bottom: 3rem;
}
.content-block-title--light {
  color: white;
}
@media screen and (max-width: 992px) {
  .content-block-title {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .content-block-title {
    margin-bottom: 1.5rem;
  }
}
.content-block-item {
  margin-bottom: 1.5rem;
}
.content-block-item:last-child {
  margin-bottom: 0;
}
.content-block-item p {
  margin-bottom: 10px;
}
.content-block-social ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.content-block-social li {
  display: inline-block;
  margin-left: 10px;
}
.content-block-social li:first-child {
  margin-left: 0;
}
.content-block-social li img {
  width: 40px;
}

.map {
  display: block;
  position: relative;
  padding: 20px 15px;
  background: white;
  box-sizing: border-box;
}
.map * {
  font-size: 1rem;
}
.map-cont {
  min-height: 300px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .map-cont {
    height: 300px;
  }
}
.map-close {
  position: absolute;
  right: 8px;
  color: black;
  font-size: 28px;
  display: block;
  top: 0;
  text-decoration: none;
}
.map-close:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}
.map p,
.map a {
  color: black;
  display: inline-block;
}
.map p.name,
.map a.name {
  font-weight: bold;
  margin-top: 0.5rem;
}
.map .btn {
  font-size: 0.833rem;
  width: 100%;
  max-width: 280px;
  overflow: visible;
  margin-bottom: 0.4rem;
}
.map__btn__content {
  display: none;
  padding: 0.5rem;
  opacity: 0;
  position: absolute;
  width: 220px;
  max-width: calc(100% - 2px);
  top: calc(-100% - 35px);
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: white;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  transition: opacity 0.3s ease;
}
.map__btn__content a {
  text-align: center;
  display: block;
  color: black;
  font-weight: bold;
  font-size: 0.688rem;
  margin-bottom: 1rem;
}
.map__btn__content a:last-child {
  margin-bottom: 0;
}
.map__btn__content a::after {
  display: inline-block;
  content: "";
  margin-left: 10px;
  background: url(/static/images/arrow-right.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 13px;
  vertical-align: baseline;
}
.map__btn__content a:hover {
  text-decoration: none;
  color: #bb0a30;
}
.map__btn:focus .map__btn__content, .map__btn:hover .map__btn__content {
  display: block;
  opacity: 1;
}

.list {
  margin-left: 2%;
  padding: 0;
  margin-bottom: 2rem;
  max-width: 100%;
}
.list:last-child {
  margin-bottom: 0;
}
.list li {
  position: relative;
  list-style: none;
  padding-left: 30px;
  margin-bottom: 0.7rem;
  text-align: left;
  font-size: 0.72em;
  padding-top: 5px;
}
.list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.2rem;
  width: 5px;
  height: 5px;
  background-color: currentColor;
}
.list li:last-child {
  margin-bottom: 0;
}
.list li span {
  white-space: nowrap;
}
.list li .designation_red {
  color: #bb0a30;
  white-space: inherit;
}
.list li .designation_red b {
  color: #bb0a30;
}
.list li .designation_red nobr {
  color: #bb0a30;
}
.list-title {
  font-size: 0.75em;
  text-align: left !important;
  font-weight: bolder;
  margin-bottom: 0.5rem;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex--triple {
  margin: -20px;
}
@media screen and (max-width: 992px) {
  .flex--triple {
    margin: 0;
  }
}
.flex--triple .flex-item {
  width: calc(33.33334% - 40px);
  margin: 20px;
}
@media screen and (max-width: 992px) {
  .flex--triple .flex-item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .flex--triple .flex-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .flex .slick-arrow--prev {
    left: -5px;
  }
}
@media screen and (max-width: 500px) {
  .flex .slick-arrow--next {
    right: -5px;
  }
}

.advantage {
  background-color: whitesmoke;
  color: black;
  transition: all 0.66s ease;
  padding: 15px 30px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.advantage:hover {
  box-shadow: 0 10px 20px -5px black;
}
@media screen and (max-width: 992px) {
  .advantage {
    text-align: center;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 500px) {
  .advantage {
    padding: 10px;
  }
}
.advantage p, .advantage h3 {
  color: black;
}
.advantage-title {
  margin-bottom: 1.5rem;
}
.advantage--expand span {
  color: black;
}
.advantage-info {
  margin-bottom: 0.3rem;
  overflow: hidden;
  max-height: 110px;
}
.advantage-info.cutted {
  position: relative;
  max-height: unset;
}
.advantage-info.cutted::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: linear-gradient(to top, whitesmoke 0%, rgba(245, 245, 245, 0.00001) 100%);
}
.advantage .btn {
  margin-top: 1.5rem;
  background-color: black;
}
.advantage p {
  margin-bottom: 0.5rem;
}
.advantage p:last-child {
  margin-bottom: 0;
}

.descr-list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
@media screen and (max-width: 600px) {
  .descr-list {
    margin: -10px;
  }
}
@media screen and (max-width: 450px) {
  .descr-list {
    margin: 0;
  }
}
.descr-item {
  width: calc(25% - 40px);
  margin: 20px;
  text-align: center;
  padding: 10px 15px;
  transition: background-color 0.5s ease;
}
@media screen and (max-width: 992px) {
  .descr-item {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 600px) {
  .descr-item {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media screen and (max-width: 450px) {
  .descr-item {
    width: 100%;
    max-width: 220px;
    margin: 0 auto 20px;
  }
}
.descr-item:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.descr-item .img-wrap {
  width: 100%;
  max-width: 85px;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 992px) {
  .descr-item .img-wrap {
    max-width: 60px;
  }
}
.descr-item .img-wrap img {
  width: 100%;
}
.descr-item p {
  line-height: 1.44;
}

.text-popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.77);
  transform: translate(-50%, -50%);
  z-index: 111;
}
.text-popup.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.text-popup-wrap {
  padding: 30px 40px 30px 30px;
  position: relative;
  background: white;
  max-height: 90%;
  overflow: auto;
  max-width: 700px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.text-popup-wrap::-webkit-scrollbar {
  width: 12px;
}
.text-popup-wrap::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(0, 0, 0, 0.8);
  height: 50%;
}
.text-popup-wrap::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 7px -2px rgba(0, 0, 0, 0.1);
  width: 12px;
  background: rgba(255, 255, 255, 0.1);
  height: 10px;
}
.text-popup-wrap::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 400px) {
  .text-popup-wrap {
    padding: 25px 25px 25px 15px;
    max-width: 100%;
    height: 100%;
    max-height: 100vh;
  }
}
.text-popup-wrap p {
  margin-bottom: 1.6rem;
  line-height: 1.2;
}
.text-popup-wrap div:last-child {
  text-align: center;
}
.text-popup .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .text-popup .popup-close {
    top: 5px;
    right: 5px;
  }
}
.text-popup .popup-close::before, .text-popup .popup-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: black;
  transition: background-color 0.66s ease;
}
.text-popup .popup-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.text-popup .popup-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.text-popup .popup-close:hover {
  transform: rotate(90deg);
}

.disclaimer p, .disclaimer div {
  margin-bottom: 0.7rem;
}
.disclaimer p:last-child, .disclaimer div:last-child {
  margin-bottom: 0;
}
.disclaimer.cutted {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.disclaimer.cutted::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  transition: height 0.25s ease;
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.0000001) 100%);
}
.disclaimer.cutted.opened::before {
  height: 0px;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
  transition: 0.55s ease-out;
  position: relative;
}
.page-wrapper__content {
  flex-grow: 1;
  padding-top: 100px;
  display: flex;
}
@media screen and (max-width: 991px) {
  .page-wrapper__content {
    padding-top: 210px;
  }
}
@media screen and (max-width: 768px) {
  .page-wrapper__content {
    padding-top: 155px;
  }
}
@media screen and (max-width: 600px) {
  .page-wrapper__content {
    padding-top: 195px;
  }
}
@media screen and (max-width: 310px) {
  .page-wrapper__content {
    padding-top: 225px;
  }
}

.card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px 30px;
  width: calc(100% + 30px);
}
.card:last-child {
  margin-bottom: -15px;
}
@media screen and (max-width: 992px) {
  .card {
    width: 100%;
    margin: 0;
  }
}
.card__left {
  margin: 0 15px 20px;
  width: calc(73% - 30px);
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 992px) {
  .card__left {
    margin: 0 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .card__left {
    flex-wrap: wrap;
  }
}
.card__right {
  margin: 0 15px 20px;
  width: calc(27% - 30px);
}
@media screen and (max-width: 992px) {
  .card__right {
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }
}
.card__main {
  margin-left: 25px;
  width: 55%;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .card__main {
    width: 100%;
    margin-left: 0;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 600px) {
  .card__info {
    width: 100%;
    margin-bottom: 20px;
  }
}
.card__info-text {
  font-size: 12px;
}
.card__main-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: -6px -12px 6px;
}
@media screen and (max-width: 600px) {
  .card__main-row {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.card__main-row:last-child {
  margin-bottom: 0;
}
.card__main-row > * {
  width: calc(50% - 24px);
  margin: 6px 12px;
}
@media screen and (max-width: 400px) {
  .card__main-row > * {
    width: 100%;
  }
}
.card__rotator-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 15px;
}
.card__rotator-info {
  text-align: center;
  font-size: 18px;
}
.card__rotator-info span {
  font-weight: bold;
}
.card__info-cost {
  padding: 0;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 1280px) {
  .card__info-cost {
    font-size: 25px;
  }
}
.card__info-cost p {
  margin: 0;
}
.card__advantages {
  display: flex;
  margin: -10px -15px;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .card__advantages {
    flex-wrap: wrap;
    margin: -10px;
    margin-left: 10%;
  }
}
@media screen and (max-width: 450px) {
  .card__advantages {
    margin-left: 0;
  }
}
.card__advantages-item {
  margin: 10px 15px;
  width: calc(23% - 30px);
}
@media screen and (max-width: 992px) {
  .card__advantages-item {
    width: calc(45% - 20px);
    margin: 10px;
  }
}
.card__offer {
  color: black;
  border: 1px solid #888888;
  display: block;
  min-height: 47px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  text-decoration: none;
  max-width: 300px;
  padding: 15px 0 13px;
  margin: 0 auto 4px;
}

.color-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px -5px 2rem;
}
@media screen and (max-width: 768px) {
  .color-list {
    margin-bottom: 1rem;
  }
}
.color-list:last-child {
  margin-bottom: -5px;
}
.color-list__item {
  width: 30px;
  height: 30px;
  margin: 5px;
  opacity: 0.75;
  transition: 0.25s;
  cursor: pointer;
  border-radius: 3px;
  overflow: hidden;
}
.color-list__item_small {
  width: 20px;
  height: 20px;
}
.color-list__item span {
  width: 100%;
  height: 100%;
  display: block;
}
.color-list__item:hover {
  opacity: 1;
  transform: translateY(-2px);
}
.color-list__item.active {
  opacity: 1;
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.35);
}
.color-list__item.active:hover {
  transform: none;
}

.advantages {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .advantages {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: -10px;
    width: calc(100% + 20px);
  }
}
@media screen and (max-width: 400px) {
  .advantages {
    margin: -7px -7px 14px;
    width: calc(100% + 14px);
  }
}
.advantages__item {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}
@media screen and (max-width: 550px) {
  .advantages__item {
    margin: 10px;
    width: calc(50% - 20px);
    padding-left: 9px;
  }
}
@media screen and (max-width: 400px) {
  .advantages__item {
    margin: 7px;
    width: calc(50% - 14px);
    padding-left: 9px;
  }
}
.advantages__item::before {
  content: "";
  width: 0.3rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #bb0a30;
}
@media screen and (max-width: 768px) {
  .advantages__item::before {
    right: auto;
    left: 0;
  }
}
.advantages__title {
  font-size: 22px;
  color: black;
  text-transform: uppercase;
  font-weight: 900;
}
@media screen and (max-width: 1280px) {
  .advantages__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .advantages__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .advantages__title {
    font-size: 14px;
  }
}

.checkmark {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: left;
  display: block;
}
.checkmark:last-child {
  margin-bottom: 0;
}
.checkmark input[type=checkbox],
.checkmark input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.checkmark label {
  cursor: pointer;
  font-size: 14px;
}
.checkmark span {
  display: inline-block;
}
.checkmark__box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #8294A6;
}
.checkmark__box::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 13px;
  top: 20%;
  left: 70%;
  transform: translate(-50%, -50%);
  opacity: 0;
  background: url(../images/svg/checkmark.svg) center no-repeat;
  background-size: contain;
  transition: 0.25s ease-out;
}
.checkmark input[type=checkbox]:checked ~ .checkmark__box::before,
.checkmark input[type=radio]:checked ~ .checkmark__box::before,
.checkmark input[type=checkbox]:checked ~ label .checkmark__box::before,
.checkmark input[type=radio]:checked ~ label .checkmark__box::before, .checkmark.selected .checkmark__box::before {
  opacity: 1;
  top: 45%;
}

.custom-checkbox {
  position: absolute;
  opacity: 0;
}
.custom-checkbox + label.checkbox_agree_1 {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-checkbox + label.checkbox_agree_1::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox:checked + label.checkbox_agree_1::before {
  border-color: #fff;
  background-color: #000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox:not(:disabled):active + label.checkbox_agree_1::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-checkbox:disabled + label.checkbox_agree_1::before {
  background-color: #e9ecef;
}

.title {
  margin-bottom: 10px;
}
.title * {
  margin: 0;
  padding: 0;
}
.title_mini {
  color: white;
}
.title_centered {
  text-align: center;
}
.title_main {
  margin-bottom: 5rem;
}
@media screen and (max-width: 758px) {
  .title_main {
    margin-bottom: 3px;
  }
}
.title_light * {
  color: white;
}
.title__car, .title__card {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1280px) {
  .title__car, .title__card {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .title__car, .title__card {
    text-align: center;
  }
}
.title__car h2, .title__card h2 {
  color: black;
  text-transform: uppercase;
}
.title__car span, .title__card span {
  color: #bb0a30;
}
.title__card h2 {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .title__card {
    text-align: center;
  }
}
.title__form {
  text-transform: uppercase;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .title__form {
    text-align: center;
    font-size: 22px;
  }
}

.title2 {
  font-size: 30px;
  padding-top: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: black;
  line-height: 134%;
}
.title2 span {
  color: #bb0a30;
}

select {
  display: none;
}

legend {
  display: none;
}

fieldset {
  border: 0;
  padding: 0;
}

.select {
  position: absolute;
  top: calc(100% + 8px);
  width: auto;
  min-width: 100%;
  left: 8px;
  background-color: white;
  transition: height 0.25s ease-in-out;
  height: 0;
  z-index: 51;
  margin: -4px -8px;
  overflow: hidden;
}
.select--top {
  top: auto;
  bottom: calc(100% + 8px);
  transform-origin: 50% 100%;
}
@media screen and (max-width: 768px) {
  .select {
    margin: -4px 0;
    left: 0;
  }
}
.select-list {
  padding: 5px 30px 5px 15px;
  display: block;
  max-height: 35vh;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.select-list::-webkit-scrollbar {
  width: 12px;
}
.select-list::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(0, 0, 0, 0.8);
  height: 50%;
}
.select-list::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 7px -2px rgba(0, 0, 0, 0.1);
  width: 12px;
  background: rgba(255, 255, 255, 0.1);
  height: 10px;
}
.select-list::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1200px) {
  .select-list {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .select-list {
    padding: 5px 12px 5px 20px;
    max-height: 200px;
  }
}
.select.open {
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.75);
}
.select.compact {
  width: 100%;
  display: block;
}
.select.compact .select__item {
  width: 100%;
}
.select-head {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 35px 0 20px;
  transition: all 0.25s ease-in-out;
  color: black;
  background-color: white;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid black;
  font-family: PTSansNarrow, Arial, sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .select-head {
    padding-left: 15px;
    padding-right: 28px;
  }
}
input.select-head {
  border-radius: 0 !important;
}
input.select-head::-webkit-inner-spin-button, input.select-head::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (max-width: 768px) {
  input.select-head {
    padding-right: 25px;
  }
}

.select-head[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.select-head:hover {
  border-color: black;
}
.select-head:active {
  background-color: #ececec;
}
.select-head .footnote {
  margin-right: 3px;
  line-height: inherit;
}
.select-head::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
  background: url(../images/svg/arrow-down.svg) center no-repeat;
  background-size: contain;
  transform-origin: 50% 50%;
  transition: transform 0.2s ease-in-out;
}
@media screen and (max-width: 992px) {
  .select-head::after {
    right: 9px;
  }
}
.select-head.open::after {
  transform: translateY(-50%) rotate(180deg);
}
.select-head.br {
  border-radius: 10px;
}
.select-head.select_light {
  border-color: #ECECEC;
}
.select__item {
  margin: 4px 0;
  width: 100%;
  padding: 10px 5px 10px 30px;
  font-size: 0.833rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: white;
  position: relative;
  white-space: nowrap;
}
.select__item.like-head {
  font-weight: bold;
  font-size: 1rem;
}
.select__item .footnote {
  margin-left: 7px;
}
@media screen and (max-width: 768px) {
  .select__item {
    text-align: left;
  }
}
.select__item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.select__item-footnote {
  font-size: 12px;
  color: #4c4c4c;
  display: inline !important;
  white-space: normal;
}
.select-group {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 15px;
}
.select-group--head {
  width: 100%;
  font-weight: bold;
  font-size: 1rem;
  text-align: left;
  padding-left: 15px;
  padding-bottom: 0;
}
.select-group--simple {
  font-weight: normal;
  font-size: 0.833rem;
}
.select-close {
  position: absolute;
  top: 2px;
  right: 12px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 550px) {
  .select-close {
    left: 2px;
    right: auto;
  }
}
.select__arrow {
  position: absolute;
  content: "";
  z-index: 2;
  bottom: 20px;
  right: 8px;
  width: 12px;
  height: 6px;
  background: url(../images/svg/arrow-down.svg) center no-repeat;
  background-size: contain;
  transform-origin: 50% 50%;
  transition: transform 0.2s ease-in-out;
}
@media screen and (max-width: 992px) {
  .select__arrow {
    right: 9px;
  }
}
.select__arrow.open {
  transform: rotate(180deg);
}

.filter-wrap {
  margin-bottom: 2rem;
}

.timer_container {
  background: black;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-flow: row;
  position: absolute;
  bottom: 0;
}
.timer_text {
  padding: 1.4em 0;
  text-align: center;
  font-size: 1em;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .timer_text {
    padding: 0.2em 0;
    text-align: center;
    font-size: 1em;
    color: #fff;
  }
}
@media screen and (max-width: 704px) {
  .timer_text {
    padding: 2em 0;
    text-align: center;
    font-size: 1em;
    color: #fff;
  }
}
@media screen and (max-width: 700px) {
  .timer_text {
    padding: 2em 0;
    text-align: center;
    font-size: 0.5em;
    color: #fff;
  }
}
.timer_btn {
  padding: 1em 0;
  text-align: center;
  font-size: 1em;
  color: #000;
  background: #fff;
  border: 1em solid;
}
@media screen and (max-width: 1200px) {
  .timer_btn {
    padding: 0.8em 0;
    text-align: center;
    font-size: 1em;
    color: #000;
  }
}
@media screen and (max-width: 704px) {
  .timer_btn {
    padding: 2em 0;
    text-align: center;
    font-size: 1em;
    color: #000;
  }
}
@media screen and (max-width: 700px) {
  .timer_btn {
    padding: 2em 0;
    text-align: center;
    font-size: 0.5em;
    color: #000;
  }
}
.timer_item {
  max-width: 320px;
}

.rubber_mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .rubber_mobile {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .rubber {
    display: none;
  }
}

.button_theme_transparent:hover:after {
  background-color: #000;
  color: #fff;
  animation: criss-cross-right 0.5s both;
  animation-direction: alternate;
}

.button {
  margin-top: 10px;
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 5px;
  height: 60px;
  border-radius: 30px;
}
.button_theme_green {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  font-family: PTSansNarrow, Arial, sans-serif;
  text-align: center;
  position: relative;
  border: none;
  cursor: pointer;
  background-color: #4BA82E;
  color: #fff;
  transition: all 0.1s ease;
  overflow: hidden;
}
.button_theme_green:after, .button_theme_green:before {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000;
  left: -20px;
  transform: translate(-50%, -50%);
}
.button_theme_green:hover {
  color: #fff;
}
.button_theme_green:hover:before {
  background-color: #34861C;
  animation: criss-cross-left 0.5s both;
  animation-direction: alternate;
}
.button_theme_green:hover:after {
  background-color: #34861C;
  animation: criss-cross-right 0.5s both;
  animation-direction: alternate;
}
.button_theme_dark {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  font-family: PTSansNarrow, Arial, sans-serif;
  text-align: center;
  position: relative;
  border: none;
  cursor: pointer;
  background-color: #000;
  color: #fff;
  transition: all 0.1s ease;
  overflow: hidden;
}
.button_theme_dark:after, .button_theme_dark:before {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000;
}
.button_theme_dark:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.button_theme_dark:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.button_theme_dark:hover {
  color: #fff;
}
.button_theme_dark:hover:before {
  background-color: #bb0a30;
  animation: criss-cross-left 0.5s both;
  animation-direction: alternate;
}
.button_theme_dark:hover:after {
  background-color: #bb0a30;
  animation: criss-cross-right 0.5s both;
  animation-direction: alternate;
}
.button_theme_transparent {
  width: 364px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  font-family: PTSansNarrow, Arial, sans-serif;
  text-align: center;
  position: relative;
  border: none;
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  transition: all 0.1s ease;
  overflow: hidden;
  border: 1px solid #fff;
}
.button_theme_transparent:after, .button_theme_transparent:before {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: transparent;
  left: -20px;
  transform: translate(-50%, -50%);
}
.button_theme_transparent:hover span {
  color: #fff !important;
  z-index: 1000;
}
.button_theme_transparent:hover:before, .button_theme_transparent:hover:after {
  background-color: #000;
  color: #fff;
  animation: criss-cross-left 0.5s both;
  animation-direction: alternate;
}
.button span {
  position: relative;
  z-index: 2;
  color: #fff;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  to {
    left: 50%;
    width: 405px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  to {
    right: 50%;
    width: 405px;
    height: 375px;
  }
}
.offers .title {
  text-align: center;
}
.offers__item {
  height: 100%;
  flex-basis: 33.3333%;
  padding: 0 20px 80px 20px;
}
@media screen and (max-width: 988px) {
  .offers__item {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 772px) {
  .offers__item {
    flex-basis: 100%;
  }
}
.offers__list {
  margin: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.offers__img {
  display: block;
  margin: 0 auto 30px 0;
  max-width: 100%;
}
.offers__title {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 38px;
  color: #000;
}

.dealer__addr__geo:before,
.dealer__phone:before,
.map__addr > a:before,
.map__addr > span:before,
.map__email > a:before,
.map__email > span:before,
.map__phone > a:before,
.map__phone > span:before,
.map__workhours > a:before,
.map__workhours > span:before,
.menu-xs__btn:before,
.menu__icon_auto:before,
.menu__icon_exchange:before,
.menu__icon_map:before,
.menu__icon_recall:before,
.menu__icon_repair:before,
.menu__icon_service:before,
.menu__icon_testdrive:before,
.single-phone__icon:before {
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: inherit;
  font-family: icon-navigation, sans-serif;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.template__left,
.template__top {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
}

.template__left {
  font-size: 0.75rem;
  padding: 0;
  width: 102px;
  height: 100vh;
  box-shadow: 5px -10px 20px rgba(0, 0, 0, 0.1);
  font-family: PTSansNarrowBold, sans-serif;
  line-height: 13px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .template__left {
    display: none;
  }
}

.menu {
  position: relative;
  color: #000;
  font-weight: 700;
}
.menu a {
  text-decoration: none;
  color: #000;
  text-align: left;
}
.menu__item {
  display: block;
  padding: 10px;
  min-height: 85px;
  width: 100%;
  border-top: 1px solid #000;
  text-align: center;
  cursor: pointer;
  text-align: left;
}
.menu__item_logo {
  border: none;
  line-height: 95px;
  padding: 0;
}
.menu__item:first-child {
  border-top: 0;
}
.menu__item:hover {
  color: #0099da;
}
.menu_logo {
  display: block;
  margin: auto;
}
.menu__icon {
  position: relative;
  margin: 0 auto 5px;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 30px;
  display: block;
}
.menu__icon_service:before {
  content: "\e007";
}
.menu__icon_recall::before {
  content: "\e00b";
  font-family: icon-link, sans-serif;
}
.menu__icon_auto::before {
  content: "\e001";
}
.menu__icon:before {
  line-height: 30px;
}
