/*
Theme Name: Alice Pizza
Version: 1.0
Author: Mokap Studio
Author URI: https://www.mokap.studio
*/
.menu-alpha-nav, .box-alpha__list, .list-timetable {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.list-timetable__item:after {
  clear: both;
  content: "";
  display: table;
}

.store__cover {
  background: 50% 50% no-repeat;
  background-size: cover;
}

.main-alpha__title, .title--h1 {
  font-family: "PostGrotesk", sans-serif;
  font-weight: 600;
  color: #000;
  line-height: 1.4em;
  font-size: 40px;
}
@media (max-width: 1439px) {
  .main-alpha__title, .title--h1 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .main-alpha__title, .title--h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .main-alpha__title, .title--h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .main-alpha__title, .title--h1 {
    font-size: 40px;
  }
}

.title--h2 {
  font-family: "PostGrotesk", sans-serif;
  font-weight: 600;
  color: #000;
  line-height: 1.4em;
  font-size: 54px;
}
@media (max-width: 1439px) {
  .title--h2 {
    font-size: 54px;
  }
}
@media (max-width: 1199px) {
  .title--h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .title--h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .title--h2 {
    font-size: 42px;
  }
}

.section-bravo__overlay, .modal__title, .title--h3 {
  font-family: "PostGrotesk", sans-serif;
  font-weight: 600;
  color: #000;
  line-height: 1.4em;
  font-size: 34px;
}
@media (max-width: 1439px) {
  .section-bravo__overlay, .modal__title, .title--h3 {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .section-bravo__overlay, .modal__title, .title--h3 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .section-bravo__overlay, .modal__title, .title--h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .section-bravo__overlay, .modal__title, .title--h3 {
    font-size: 26px;
  }
}

.title--h4 {
  font-family: "PostGrotesk", sans-serif;
  font-weight: 600;
  color: #000;
  line-height: 1.4em;
  font-size: 18px;
}
@media (max-width: 1439px) {
  .title--h4 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .title--h4 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .title--h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .title--h4 {
    font-size: 18px;
  }
}

.title--h5 {
  font-family: "PostGrotesk", sans-serif;
  font-weight: 600;
  color: #000;
  line-height: 1.4em;
}

.title--h6 {
  font-family: "PostGrotesk", sans-serif;
  font-weight: 600;
  color: #000;
  line-height: 1.4em;
}

.store__header, .header-alpha__title {
  color: #fff;
  font-family: "PostGrotesk", sans-serif;
  font-weight: 700;
  line-height: 1em;
  font-size: 40px;
}
@media (max-width: 1439px) {
  .store__header, .header-alpha__title {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .store__header, .header-alpha__title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .store__header, .header-alpha__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .store__header, .header-alpha__title {
    font-size: 40px;
  }
}

.section-bravo__title, .section-alpha__title, .section__title {
  color: #e62645;
  font-family: "PostGrotesk", sans-serif;
  font-weight: 600;
  line-height: 1em;
  font-size: 54px;
  padding: 0 0 40px 0;
}
@media (max-width: 1439px) {
  .section-bravo__title, .section-alpha__title, .section__title {
    font-size: 54px;
  }
}
@media (max-width: 1199px) {
  .section-bravo__title, .section-alpha__title, .section__title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .section-bravo__title, .section-alpha__title, .section__title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .section-bravo__title, .section-alpha__title, .section__title {
    font-size: 42px;
  }
}

.text--xs {
  font-family: "PostGrotesk", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 1.8em;
}

.text--sm {
  font-family: "PostGrotesk", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.8em;
}

.section-bravo__text, .section-alpha__text, .text--md, .text {
  font-family: "PostGrotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.8em;
}

.section-bravo__subtitle, .section-alpha__subtitle, .main-alpha__subtitle, .text--lg {
  font-family: "PostGrotesk", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #7c7c7c;
  line-height: 1.8em;
}

.text--xl {
  font-family: "PostGrotesk", sans-serif;
  font-size: none;
  font-weight: 400;
  color: #000;
  line-height: 1.8em;
}

.text--xxl {
  font-family: "PostGrotesk", sans-serif;
  font-size: none;
  font-weight: 400;
  color: #000;
  line-height: 1.8em;
}

.label {
  font-family: "PostGrotesk", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 3em;
  color: #7c7c7c;
  text-transform: uppercase;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 700;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.page-link {
  color: #7c7c7c;
}
.page-link:hover {
  color: #7c7c7c;
}

.page-item.active .page-link {
  background-color: #e62645;
  border-color: #e62645;
}

.wpml-ls-flag {
  margin-right: 5px;
  vertical-align: middle;
}

#menu-main-menu-inglese .wpml-ls-item,
#menu-main-menu .wpml-ls-item {
  display: none;
}
@media (max-width: 991px) {
  #menu-main-menu-inglese .wpml-ls-item,
  #menu-main-menu .wpml-ls-item {
    display: block;
  }
}

#menu-second-main-menu-inglese .wpml-ls-native,
#menu-second-main-menu .wpml-ls-native {
  display: none;
}
#menu-second-main-menu-inglese .wpml-ls-item .dropdown-menu,
#menu-second-main-menu .wpml-ls-item .dropdown-menu {
  left: auto;
  right: 0;
}
#menu-second-main-menu-inglese .wpml-ls-item .dropdown-menu .wpml-ls-native,
#menu-second-main-menu .wpml-ls-item .dropdown-menu .wpml-ls-native {
  display: inline;
}

.grecaptcha-badge {
  opacity: 0;
  z-index: 0;
  width: 1px !important;
  height: 1px !important;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  min-height: 100%;
  height: 100%;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
/**
 * Basic styles for links
 */
a {
  color: #e62645;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s;
}
a:hover, a:active, a:focus {
  color: #000;
  text-decoration: none;
}

a.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}
a.anchor--submenu {
  top: -160px;
}

body {
  position: relative;
  height: 100%;
  min-height: 100%;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  font-family: "PostGrotesk", sans-serif;
  line-height: 1.8em;
}

*:focus,
*:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.container--plain,
.container-fluid--plain {
  padding: 0;
}

.row--plain {
  margin-left: 0;
  margin-right: 0;
}

.col--plain {
  padding: 0;
}

.container--5,
.container-fluid--5 {
  padding: 5px;
}

.row--5 {
  margin-left: -5px;
  margin-right: -5px;
}

.col--5 {
  padding: 0 5px 10px 5px;
}

.row--10 {
  margin-left: -10px;
  margin-right: -10px;
}

.col--10 {
  padding: 10px;
}

.container--20,
.container-fluid--20 {
  padding: 0 20px;
}

.row--20 {
  margin-left: -20px;
  margin-right: -20px;
}

.col--20 {
  padding: 0 20px;
}

.container--30,
.container-fluid--30 {
  padding: 0 30px;
}

.row--30 {
  margin-left: -30px;
  margin-right: -30px;
}

.col--30 {
  padding: 0 30px;
}

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

.z--100 {
  z-index: 100 !important;
}

.z--200 {
  z-index: 200 !important;
}

.z--300 {
  z-index: 300 !important;
}

.z--400 {
  z-index: 400 !important;
}

.z--500 {
  z-index: 500 !important;
}

.z--600 {
  z-index: 600 !important;
}

.z--700 {
  z-index: 700 !important;
}

.z--800 {
  z-index: 800 !important;
}

.z--900 {
  z-index: 900 !important;
}

.z--1000 {
  z-index: 1000 !important;
}

.z--1100 {
  z-index: 1100 !important;
}

.z--1200 {
  z-index: 1200 !important;
}

.z--1300 {
  z-index: 1300 !important;
}

.z--1400 {
  z-index: 1400 !important;
}

.z--1500 {
  z-index: 1500 !important;
}

.z--1600 {
  z-index: 1600 !important;
}

.z--1700 {
  z-index: 1700 !important;
}

.z--1800 {
  z-index: 1800 !important;
}

.z--1900 {
  z-index: 1900 !important;
}

.z--2000 {
  z-index: 2000 !important;
}

.z--2100 {
  z-index: 2100 !important;
}

.z--2200 {
  z-index: 2200 !important;
}

.z--2300 {
  z-index: 2300 !important;
}

.z--2400 {
  z-index: 2400 !important;
}

.z--2500 {
  z-index: 2500 !important;
}

.z--2600 {
  z-index: 2600 !important;
}

.z--2700 {
  z-index: 2700 !important;
}

.z--2800 {
  z-index: 2800 !important;
}

.z--2900 {
  z-index: 2900 !important;
}

.z--3000 {
  z-index: 3000 !important;
}

.z--3100 {
  z-index: 3100 !important;
}

.z--3200 {
  z-index: 3200 !important;
}

.z--3300 {
  z-index: 3300 !important;
}

.z--3400 {
  z-index: 3400 !important;
}

.z--3500 {
  z-index: 3500 !important;
}

.z--3600 {
  z-index: 3600 !important;
}

.z--3700 {
  z-index: 3700 !important;
}

.z--3800 {
  z-index: 3800 !important;
}

.z--3900 {
  z-index: 3900 !important;
}

.z--4000 {
  z-index: 4000 !important;
}

.z--4100 {
  z-index: 4100 !important;
}

.z--4200 {
  z-index: 4200 !important;
}

.z--4300 {
  z-index: 4300 !important;
}

.z--4400 {
  z-index: 4400 !important;
}

.z--4500 {
  z-index: 4500 !important;
}

.z--4600 {
  z-index: 4600 !important;
}

.z--4700 {
  z-index: 4700 !important;
}

.z--4800 {
  z-index: 4800 !important;
}

.z--4900 {
  z-index: 4900 !important;
}

.z--5000 {
  z-index: 5000 !important;
}

.z--5100 {
  z-index: 5100 !important;
}

.z--5200 {
  z-index: 5200 !important;
}

.z--5300 {
  z-index: 5300 !important;
}

.z--5400 {
  z-index: 5400 !important;
}

.z--5500 {
  z-index: 5500 !important;
}

.z--5600 {
  z-index: 5600 !important;
}

.z--5700 {
  z-index: 5700 !important;
}

.z--5800 {
  z-index: 5800 !important;
}

.z--5900 {
  z-index: 5900 !important;
}

.z--6000 {
  z-index: 6000 !important;
}

.z--6100 {
  z-index: 6100 !important;
}

.z--6200 {
  z-index: 6200 !important;
}

.z--6300 {
  z-index: 6300 !important;
}

.z--6400 {
  z-index: 6400 !important;
}

.z--6500 {
  z-index: 6500 !important;
}

.z--6600 {
  z-index: 6600 !important;
}

.z--6700 {
  z-index: 6700 !important;
}

.z--6800 {
  z-index: 6800 !important;
}

.z--6900 {
  z-index: 6900 !important;
}

.z--7000 {
  z-index: 7000 !important;
}

.z--7100 {
  z-index: 7100 !important;
}

.z--7200 {
  z-index: 7200 !important;
}

.z--7300 {
  z-index: 7300 !important;
}

.z--7400 {
  z-index: 7400 !important;
}

.z--7500 {
  z-index: 7500 !important;
}

.z--7600 {
  z-index: 7600 !important;
}

.z--7700 {
  z-index: 7700 !important;
}

.z--7800 {
  z-index: 7800 !important;
}

.z--7900 {
  z-index: 7900 !important;
}

.z--8000 {
  z-index: 8000 !important;
}

.z--8100 {
  z-index: 8100 !important;
}

.z--8200 {
  z-index: 8200 !important;
}

.z--8300 {
  z-index: 8300 !important;
}

.z--8400 {
  z-index: 8400 !important;
}

.z--8500 {
  z-index: 8500 !important;
}

.z--8600 {
  z-index: 8600 !important;
}

.z--8700 {
  z-index: 8700 !important;
}

.z--8800 {
  z-index: 8800 !important;
}

.z--8900 {
  z-index: 8900 !important;
}

.z--9000 {
  z-index: 9000 !important;
}

.z--9100 {
  z-index: 9100 !important;
}

.z--9200 {
  z-index: 9200 !important;
}

.z--9300 {
  z-index: 9300 !important;
}

.z--9400 {
  z-index: 9400 !important;
}

.z--9500 {
  z-index: 9500 !important;
}

.z--9600 {
  z-index: 9600 !important;
}

.z--9700 {
  z-index: 9700 !important;
}

.z--9800 {
  z-index: 9800 !important;
}

.z--9900 {
  z-index: 9900 !important;
}

.z--10000 {
  z-index: 10000 !important;
}

.no-margin--all {
  margin: 0 !important;
}
.no-margin--top {
  margin-top: 0 !important;
}
.no-margin--bottom {
  margin-bottom: 0 !important;
}
.no-margin--left {
  margin-left: 0 !important;
}
.no-margin--right {
  margin-right: 0 !important;
}

.mt--5 {
  margin-top: 5px !important;
}

.mt--10 {
  margin-top: 10px !important;
}

.mt--15 {
  margin-top: 15px !important;
}

.mt--20 {
  margin-top: 20px !important;
}

.mt--25 {
  margin-top: 25px !important;
}

.mt--30 {
  margin-top: 30px !important;
}

.mt--35 {
  margin-top: 35px !important;
}

.mt--40 {
  margin-top: 40px !important;
}

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

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

.mt--55 {
  margin-top: 55px !important;
}

.mt--60 {
  margin-top: 60px !important;
}

.mt--65 {
  margin-top: 65px !important;
}

.mt--70 {
  margin-top: 70px !important;
}

.mt--75 {
  margin-top: 75px !important;
}

.mt--80 {
  margin-top: 80px !important;
}

.mt--85 {
  margin-top: 85px !important;
}

.mt--90 {
  margin-top: 90px !important;
}

.mt--95 {
  margin-top: 95px !important;
}

.mt--100 {
  margin-top: 100px !important;
}

.mt--105 {
  margin-top: 105px !important;
}

.mt--110 {
  margin-top: 110px !important;
}

.mt--115 {
  margin-top: 115px !important;
}

.mt--120 {
  margin-top: 120px !important;
}

.mt--125 {
  margin-top: 125px !important;
}

.mt--130 {
  margin-top: 130px !important;
}

.mt--135 {
  margin-top: 135px !important;
}

.mt--140 {
  margin-top: 140px !important;
}

.mt--145 {
  margin-top: 145px !important;
}

.mt--150 {
  margin-top: 150px !important;
}

.mt--155 {
  margin-top: 155px !important;
}

.mt--160 {
  margin-top: 160px !important;
}

.mt--165 {
  margin-top: 165px !important;
}

.mt--170 {
  margin-top: 170px !important;
}

.mt--175 {
  margin-top: 175px !important;
}

.mt--180 {
  margin-top: 180px !important;
}

.mt--185 {
  margin-top: 185px !important;
}

.mt--190 {
  margin-top: 190px !important;
}

.mt--195 {
  margin-top: 195px !important;
}

.mt--200 {
  margin-top: 200px !important;
}

.mb--5 {
  margin-bottom: 5px !important;
}

.mb--10 {
  margin-bottom: 10px !important;
}

.mb--15 {
  margin-bottom: 15px !important;
}

.mb--20 {
  margin-bottom: 20px !important;
}

.mb--25 {
  margin-bottom: 25px !important;
}

.mb--30 {
  margin-bottom: 30px !important;
}

.mb--35 {
  margin-bottom: 35px !important;
}

.mb--40 {
  margin-bottom: 40px !important;
}

.mb--45 {
  margin-bottom: 45px !important;
}

.mb--50 {
  margin-bottom: 50px !important;
}

.mb--55 {
  margin-bottom: 55px !important;
}

.mb--60 {
  margin-bottom: 60px !important;
}

.mb--65 {
  margin-bottom: 65px !important;
}

.mb--70 {
  margin-bottom: 70px !important;
}

.mb--75 {
  margin-bottom: 75px !important;
}

.mb--80 {
  margin-bottom: 80px !important;
}

.mb--85 {
  margin-bottom: 85px !important;
}

.mb--90 {
  margin-bottom: 90px !important;
}

.mb--95 {
  margin-bottom: 95px !important;
}

.mb--100 {
  margin-bottom: 100px !important;
}

.mb--105 {
  margin-bottom: 105px !important;
}

.mb--110 {
  margin-bottom: 110px !important;
}

.mb--115 {
  margin-bottom: 115px !important;
}

.mb--120 {
  margin-bottom: 120px !important;
}

.mb--125 {
  margin-bottom: 125px !important;
}

.mb--130 {
  margin-bottom: 130px !important;
}

.mb--135 {
  margin-bottom: 135px !important;
}

.mb--140 {
  margin-bottom: 140px !important;
}

.mb--145 {
  margin-bottom: 145px !important;
}

.mb--150 {
  margin-bottom: 150px !important;
}

.mb--155 {
  margin-bottom: 155px !important;
}

.mb--160 {
  margin-bottom: 160px !important;
}

.mb--165 {
  margin-bottom: 165px !important;
}

.mb--170 {
  margin-bottom: 170px !important;
}

.mb--175 {
  margin-bottom: 175px !important;
}

.mb--180 {
  margin-bottom: 180px !important;
}

.mb--185 {
  margin-bottom: 185px !important;
}

.mb--190 {
  margin-bottom: 190px !important;
}

.mb--195 {
  margin-bottom: 195px !important;
}

.mb--200 {
  margin-bottom: 200px !important;
}

.ml--5 {
  margin-left: 5px !important;
}

.ml--10 {
  margin-left: 10px !important;
}

.ml--15 {
  margin-left: 15px !important;
}

.ml--20 {
  margin-left: 20px !important;
}

.ml--25 {
  margin-left: 25px !important;
}

.ml--30 {
  margin-left: 30px !important;
}

.ml--35 {
  margin-left: 35px !important;
}

.ml--40 {
  margin-left: 40px !important;
}

.ml--45 {
  margin-left: 45px !important;
}

.ml--50 {
  margin-left: 50px !important;
}

.ml--55 {
  margin-left: 55px !important;
}

.ml--60 {
  margin-left: 60px !important;
}

.ml--65 {
  margin-left: 65px !important;
}

.ml--70 {
  margin-left: 70px !important;
}

.ml--75 {
  margin-left: 75px !important;
}

.ml--80 {
  margin-left: 80px !important;
}

.ml--85 {
  margin-left: 85px !important;
}

.ml--90 {
  margin-left: 90px !important;
}

.ml--95 {
  margin-left: 95px !important;
}

.ml--100 {
  margin-left: 100px !important;
}

.ml--105 {
  margin-left: 105px !important;
}

.ml--110 {
  margin-left: 110px !important;
}

.ml--115 {
  margin-left: 115px !important;
}

.ml--120 {
  margin-left: 120px !important;
}

.ml--125 {
  margin-left: 125px !important;
}

.ml--130 {
  margin-left: 130px !important;
}

.ml--135 {
  margin-left: 135px !important;
}

.ml--140 {
  margin-left: 140px !important;
}

.ml--145 {
  margin-left: 145px !important;
}

.ml--150 {
  margin-left: 150px !important;
}

.ml--155 {
  margin-left: 155px !important;
}

.ml--160 {
  margin-left: 160px !important;
}

.ml--165 {
  margin-left: 165px !important;
}

.ml--170 {
  margin-left: 170px !important;
}

.ml--175 {
  margin-left: 175px !important;
}

.ml--180 {
  margin-left: 180px !important;
}

.ml--185 {
  margin-left: 185px !important;
}

.ml--190 {
  margin-left: 190px !important;
}

.ml--195 {
  margin-left: 195px !important;
}

.ml--200 {
  margin-left: 200px !important;
}

.mr--5 {
  margin-right: 5px !important;
}

.mr--10 {
  margin-right: 10px !important;
}

.mr--15 {
  margin-right: 15px !important;
}

.mr--20 {
  margin-right: 20px !important;
}

.mr--25 {
  margin-right: 25px !important;
}

.mr--30 {
  margin-right: 30px !important;
}

.mr--35 {
  margin-right: 35px !important;
}

.mr--40 {
  margin-right: 40px !important;
}

.mr--45 {
  margin-right: 45px !important;
}

.mr--50 {
  margin-right: 50px !important;
}

.mr--55 {
  margin-right: 55px !important;
}

.mr--60 {
  margin-right: 60px !important;
}

.mr--65 {
  margin-right: 65px !important;
}

.mr--70 {
  margin-right: 70px !important;
}

.mr--75 {
  margin-right: 75px !important;
}

.mr--80 {
  margin-right: 80px !important;
}

.mr--85 {
  margin-right: 85px !important;
}

.mr--90 {
  margin-right: 90px !important;
}

.mr--95 {
  margin-right: 95px !important;
}

.mr--100 {
  margin-right: 100px !important;
}

.mr--105 {
  margin-right: 105px !important;
}

.mr--110 {
  margin-right: 110px !important;
}

.mr--115 {
  margin-right: 115px !important;
}

.mr--120 {
  margin-right: 120px !important;
}

.mr--125 {
  margin-right: 125px !important;
}

.mr--130 {
  margin-right: 130px !important;
}

.mr--135 {
  margin-right: 135px !important;
}

.mr--140 {
  margin-right: 140px !important;
}

.mr--145 {
  margin-right: 145px !important;
}

.mr--150 {
  margin-right: 150px !important;
}

.mr--155 {
  margin-right: 155px !important;
}

.mr--160 {
  margin-right: 160px !important;
}

.mr--165 {
  margin-right: 165px !important;
}

.mr--170 {
  margin-right: 170px !important;
}

.mr--175 {
  margin-right: 175px !important;
}

.mr--180 {
  margin-right: 180px !important;
}

.mr--185 {
  margin-right: 185px !important;
}

.mr--190 {
  margin-right: 190px !important;
}

.mr--195 {
  margin-right: 195px !important;
}

.mr--200 {
  margin-right: 200px !important;
}

.no-padding--all {
  padding: 0 !important;
}
.no-padding--top {
  padding-top: 0 !important;
}
.no-padding--bottom {
  padding-bottom: 0 !important;
}
.no-padding--left {
  padding-left: 0 !important;
}
.no-padding--right {
  padding-right: 0 !important;
}

.p--5 {
  padding: 5px !important;
}

.p--10 {
  padding: 10px !important;
}

.p--15 {
  padding: 15px !important;
}

.p--20 {
  padding: 20px !important;
}

.p--25 {
  padding: 25px !important;
}

.p--30 {
  padding: 30px !important;
}

.p--35 {
  padding: 35px !important;
}

.p--40 {
  padding: 40px !important;
}

.p--45 {
  padding: 45px !important;
}

.p--50 {
  padding: 50px !important;
}

.p--55 {
  padding: 55px !important;
}

.p--60 {
  padding: 60px !important;
}

.p--65 {
  padding: 65px !important;
}

.p--70 {
  padding: 70px !important;
}

.p--75 {
  padding: 75px !important;
}

.p--80 {
  padding: 80px !important;
}

.p--85 {
  padding: 85px !important;
}

.p--90 {
  padding: 90px !important;
}

.p--95 {
  padding: 95px !important;
}

.p--100 {
  padding: 100px !important;
}

.p--105 {
  padding: 105px !important;
}

.p--110 {
  padding: 110px !important;
}

.p--115 {
  padding: 115px !important;
}

.p--120 {
  padding: 120px !important;
}

.p--125 {
  padding: 125px !important;
}

.p--130 {
  padding: 130px !important;
}

.p--135 {
  padding: 135px !important;
}

.p--140 {
  padding: 140px !important;
}

.p--145 {
  padding: 145px !important;
}

.p--150 {
  padding: 150px !important;
}

.p--155 {
  padding: 155px !important;
}

.p--160 {
  padding: 160px !important;
}

.p--165 {
  padding: 165px !important;
}

.p--170 {
  padding: 170px !important;
}

.p--175 {
  padding: 175px !important;
}

.p--180 {
  padding: 180px !important;
}

.p--185 {
  padding: 185px !important;
}

.p--190 {
  padding: 190px !important;
}

.p--195 {
  padding: 195px !important;
}

.p--200 {
  padding: 200px !important;
}

.pt--5 {
  padding-top: 5px !important;
}

.pt--10 {
  padding-top: 10px !important;
}

.pt--15 {
  padding-top: 15px !important;
}

.pt--20 {
  padding-top: 20px !important;
}

.pt--25 {
  padding-top: 25px !important;
}

.pt--30 {
  padding-top: 30px !important;
}

.pt--35 {
  padding-top: 35px !important;
}

.pt--40 {
  padding-top: 40px !important;
}

.pt--45 {
  padding-top: 45px !important;
}

.pt--50 {
  padding-top: 50px !important;
}

.pt--55 {
  padding-top: 55px !important;
}

.pt--60 {
  padding-top: 60px !important;
}

.pt--65 {
  padding-top: 65px !important;
}

.pt--70 {
  padding-top: 70px !important;
}

.pt--75 {
  padding-top: 75px !important;
}

.pt--80 {
  padding-top: 80px !important;
}

.pt--85 {
  padding-top: 85px !important;
}

.pt--90 {
  padding-top: 90px !important;
}

.pt--95 {
  padding-top: 95px !important;
}

.pt--100 {
  padding-top: 100px !important;
}

.pt--105 {
  padding-top: 105px !important;
}

.pt--110 {
  padding-top: 110px !important;
}

.pt--115 {
  padding-top: 115px !important;
}

.pt--120 {
  padding-top: 120px !important;
}

.pt--125 {
  padding-top: 125px !important;
}

.pt--130 {
  padding-top: 130px !important;
}

.pt--135 {
  padding-top: 135px !important;
}

.pt--140 {
  padding-top: 140px !important;
}

.pt--145 {
  padding-top: 145px !important;
}

.pt--150 {
  padding-top: 150px !important;
}

.pt--155 {
  padding-top: 155px !important;
}

.pt--160 {
  padding-top: 160px !important;
}

.pt--165 {
  padding-top: 165px !important;
}

.pt--170 {
  padding-top: 170px !important;
}

.pt--175 {
  padding-top: 175px !important;
}

.pt--180 {
  padding-top: 180px !important;
}

.pt--185 {
  padding-top: 185px !important;
}

.pt--190 {
  padding-top: 190px !important;
}

.pt--195 {
  padding-top: 195px !important;
}

.pt--200 {
  padding-top: 200px !important;
}

.pb--5 {
  padding-bottom: 5px !important;
}

.pb--10 {
  padding-bottom: 10px !important;
}

.pb--15 {
  padding-bottom: 15px !important;
}

.pb--20 {
  padding-bottom: 20px !important;
}

.pb--25 {
  padding-bottom: 25px !important;
}

.pb--30 {
  padding-bottom: 30px !important;
}

.pb--35 {
  padding-bottom: 35px !important;
}

.pb--40 {
  padding-bottom: 40px !important;
}

.pb--45 {
  padding-bottom: 45px !important;
}

.pb--50 {
  padding-bottom: 50px !important;
}

.pb--55 {
  padding-bottom: 55px !important;
}

.pb--60 {
  padding-bottom: 60px !important;
}

.pb--65 {
  padding-bottom: 65px !important;
}

.pb--70 {
  padding-bottom: 70px !important;
}

.pb--75 {
  padding-bottom: 75px !important;
}

.pb--80 {
  padding-bottom: 80px !important;
}

.pb--85 {
  padding-bottom: 85px !important;
}

.pb--90 {
  padding-bottom: 90px !important;
}

.pb--95 {
  padding-bottom: 95px !important;
}

.pb--100 {
  padding-bottom: 100px !important;
}

.pb--105 {
  padding-bottom: 105px !important;
}

.pb--110 {
  padding-bottom: 110px !important;
}

.pb--115 {
  padding-bottom: 115px !important;
}

.pb--120 {
  padding-bottom: 120px !important;
}

.pb--125 {
  padding-bottom: 125px !important;
}

.pb--130 {
  padding-bottom: 130px !important;
}

.pb--135 {
  padding-bottom: 135px !important;
}

.pb--140 {
  padding-bottom: 140px !important;
}

.pb--145 {
  padding-bottom: 145px !important;
}

.pb--150 {
  padding-bottom: 150px !important;
}

.pb--155 {
  padding-bottom: 155px !important;
}

.pb--160 {
  padding-bottom: 160px !important;
}

.pb--165 {
  padding-bottom: 165px !important;
}

.pb--170 {
  padding-bottom: 170px !important;
}

.pb--175 {
  padding-bottom: 175px !important;
}

.pb--180 {
  padding-bottom: 180px !important;
}

.pb--185 {
  padding-bottom: 185px !important;
}

.pb--190 {
  padding-bottom: 190px !important;
}

.pb--195 {
  padding-bottom: 195px !important;
}

.pb--200 {
  padding-bottom: 200px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.color--black {
  color: #000 !important;
}
.color--white {
  color: #fff !important;
}
.color--brand {
  color: #e62645 !important;
}
.color--second {
  color: #e62645 !important;
}
.color--third {
  color: #e62645 !important;
}
.color--success {
  color: none !important;
}
.color--error {
  color: #e62645 !important;
}
.color--warning {
  color: none !important;
}

a.link--brand {
  color: #e62645 !important;
}
a.link--brand:hover {
  color: #fff !important;
}
a.link--white {
  color: #fff !important;
}
a.link--white:hover {
  color: #e62645 !important;
}
a.link--second {
  color: #e62645 !important;
}
a.link--second:hover {
  color: #e62645 !important;
}

.text img {
  max-width: 100%;
  height: auto;
}
.text--bold {
  font-weight: 700;
  color: #7c7c7c;
}
.text--col-2 {
  column-count: 2;
  column-gap: 30px;
}
@media (max-width: 991px) {
  .text--col-2 {
    column-count: 1;
  }
}

@font-face {
  font-family: "PostGrotesk";
  font-style: normal;
  font-weight: 300;
  src: url("../PostGrotesk-Light.otf") format("truetype");
}
@font-face {
  font-family: "PostGrotesk";
  font-style: italic;
  font-weight: 300;
  src: url("../PostGrotesk-LightItalic.otf") format("truetype");
}
@font-face {
  font-family: "PostGrotesk";
  font-style: normal;
  font-weight: 400;
  src: url("../PostGrotesk-Regular.otf") format("truetype");
}
@font-face {
  font-family: "PostGrotesk";
  font-style: italic;
  font-weight: 400;
  src: url("../PostGrotesk-BookItalic.otf") format("truetype");
}
@font-face {
  font-family: "PostGrotesk";
  font-style: normal;
  font-weight: 500;
  src: url("../PostGrotesk-Medium.otf") format("truetype");
}
@font-face {
  font-family: "PostGrotesk";
  font-style: italic;
  font-weight: 500;
  src: url("../PostGrotesk-MediumItalic.otf") format("truetype");
}
@font-face {
  font-family: "PostGrotesk";
  font-style: normal;
  font-weight: 700;
  src: url("../PostGrotesk-Bold.otf") format("truetype");
}
@font-face {
  font-family: "PostGrotesk";
  font-style: italic;
  font-weight: 700;
  src: url("../PostGrotesk-BoldItalic.otf") format("truetype");
}
.navbar-custom {
  z-index: 1000;
  height: 100px;
  padding: 0px 15px 0 15px;
  background-color: #000;
  border: 0;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .navbar-custom {
    height: 100px;
    padding-top: 0;
  }
}
.navbar-custom--fixed {
  position: fixed !important;
  top: 0;
  left: 0px;
  right: 0px;
}
@media (max-width: 767px) {
  .navbar-custom--fixed {
    left: 0;
    right: 0;
  }
}
@media (max-width: 991px) {
  .navbar-custom .navbar-collapse {
    background: #000;
    margin: 0 -15px;
  }
  .navbar-custom .navbar-collapse:last-child {
    padding-bottom: 30px;
  }
}
.navbar-custom__brand {
  height: 100px;
  width: 120px;
  background: url("../img/logo.svg") no-repeat 50% 50%;
  background-size: auto 60px;
}
@media (max-width: 1199px) {
  .navbar-custom__brand {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .navbar-custom__brand {
    background-position: 0 50%;
  }
}
.navbar-custom__brand--overflow {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100px;
  height: 160px;
  background-color: #fff;
  background-position: 50% 50%;
  background-size: auto 80%;
}
.navbar-custom .navbar-nav .nav-link {
  height: 100px;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 100px;
  transition: color 0.2s;
}
@media (max-width: 1439px) {
  .navbar-custom .navbar-nav .nav-link {
    padding: 0 12px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .navbar-custom .navbar-nav .nav-link {
    padding: 0 6px;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .navbar-custom .navbar-nav .nav-link {
    height: auto;
    padding: 10px 30px;
    text-align: center;
    line-height: 30px;
  }
}
.navbar-custom .navbar-nav .nav-link:hover {
  color: #e62645;
}
.navbar-custom .navbar-nav .nav-item--pin a {
  padding-right: 35px;
  background: url("../img/pin-white.svg") right 10px center no-repeat;
  background-size: auto 20px;
}
.navbar-custom .navbar-nav .nav-item--pin a:hover {
  background-image: url("../img/pin.svg");
}
@media (max-width: 991px) {
  .navbar-custom .navbar-nav .nav-item--pin a {
    background: none;
  }
}
.navbar-custom .navbar-nav .nav-item--pin.active a {
  background-image: url("../img/pin.svg");
}
@media (max-width: 991px) {
  .navbar-custom .navbar-nav .nav-item--pin.active a {
    background: none;
  }
}
.navbar-custom .navbar-nav .nav-item--btn a {
  height: 30px;
  padding: 5px 25px;
  margin: 25px 15px;
  border-radius: 15px;
  background: #e62645;
  text-align: center;
  line-height: 20px;
  color: #fff;
}
.navbar-custom .navbar-nav .nav-item--btn a:hover {
  background: #cc1735;
  color: #fff;
}
.navbar-custom .navbar-nav li.active > .nav-link {
  color: #e62645;
}
.navbar-custom .navbar-nav .dropdown-menu {
  display: block;
  max-height: 0;
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .navbar-custom .navbar-nav .dropdown-menu {
    display: none;
  }
}
.navbar-custom .navbar-nav .dropdown-menu > li > a {
  transition: color 0.2s;
}
.navbar-custom .navbar-nav .dropdown-menu > li > a:hover {
  background: transparent;
  color: #e62645;
}
.navbar-custom .navbar-nav .dropdown-menu > .active > a, .navbar-custom .navbar-nav .dropdown-menu > .active > a:focus, .navbar-custom .navbar-nav .dropdown-menu > .active > a:hover {
  background-color: transparent;
  color: #e62645;
}
.navbar-custom .navbar-nav .dropdown-toggle::after {
  display: none;
}
.navbar-custom .navbar-nav .dropdown:hover .dropdown-menu {
  display: none;
}
@media (min-width: 1200px) {
  .navbar-custom .navbar-nav .dropdown .dropdown-menu {
    display: block;
  }
  .navbar-custom .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    max-height: 300px;
    opacity: 1;
  }
  .navbar-custom .navbar-nav .dropdown-toggle::after {
    display: inline-block;
  }
}
.navbar-custom--transparent {
  background-color: transparent;
  box-shadow: none;
}
@media (max-width: 991px) {
  .navbar-custom--transparent {
    background: #000;
  }
}
.navbar-custom--transparent .navbar-nav .nav-link {
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-custom--transparent .navbar-nav .nav-link {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .navbar-custom--transparent .navbar-nav .nav-item--btn a {
    height: 50px;
    padding: 15px 25px;
    margin: 15px 0;
    background: #fff;
    text-align: center;
    line-height: 20px;
    color: #fff;
  }
  .navbar-custom--transparent .navbar-nav .nav-item--btn a:hover {
    background: #ebebeb;
    color: #fff;
  }
}

.footer {
  background: #000 50% 50% no-repeat;
  color: #fff;
  font-size: 14px;
  padding: 40px 0;
}
.footer a {
  text-transform: none;
  color: #fff;
  font-weight: 700;
  line-height: 1.3em;
}
.footer a:hover {
  color: #e62645;
}

.footer-social {
  padding-bottom: 20px;
}
.footer-social__label {
  color: #fff;
  font-weight: 600;
  padding-bottom: 10px;
}
.footer-social__wrapper {
  font-size: 0;
  height: 20px;
  line-height: 20px;
}
.footer-social__icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 15px;
  background: #fff;
  -webkit-mask: 50% 50% no-repeat;
  mask: 50% 50% no-repeat;
  -webkit-mask-size: auto 20px;
  mask-size: auto 20px;
  opacity: 1;
  transition: all 0.3s;
}
.footer-social__icon:hover {
  background: #e62645;
}
.footer-social__icon--fb {
  -webkit-mask-image: url("../img/fb.svg");
  mask-image: url("../img/fb.svg");
}
.footer-social__icon--ig {
  -webkit-mask-image: url("../img/ig.svg");
  mask-image: url("../img/ig.svg");
}
.footer-social__icon--yt {
  -webkit-mask-image: url("../img/yt.svg");
  mask-image: url("../img/yt.svg");
}
.footer-social__icon--mail {
  -webkit-mask-image: url("../img/mail.svg");
  mask-image: url("../img/mail.svg");
}

.frame {
  border: solid 0px #fff;
}
@media (max-width: 767px) {
  .frame {
    border: 0;
  }
}

.page {
  padding-right: 0;
  padding-left: 0;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .page {
    padding-top: 100px;
    padding-right: 0;
    padding-left: 0;
  }
}
.page--fixed {
  padding-top: 100px;
}
.page__content {
  font-size: 18px;
}
.page__content img {
  margin: 30px 0;
  max-width: 100%;
  height: auto;
}

.section--relative {
  position: relative;
}
.section--xs {
  padding: 20px 0;
}
.section--sm {
  padding: 40px 0;
}
.section--md {
  padding: 80px 0;
}
.section--lg {
  padding: 100px 0;
}
.section--xl {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .section--xl {
    padding: 40px 0;
  }
}
.section--xxl {
  padding: 160px 0;
}
@media (max-width: 767px) {
  .section--xxl {
    padding: 40px 0;
  }
}
.section--brand {
  background: #e62645;
}
.section--dark {
  background: #1878BB;
}
.section--medium {
  background: #c5c5c5;
}
.section--light {
  background: #f3f7fd;
}
.btn {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 30px;
  border: 0 !important;
}
.btn:active, .btn:focus, .btn:focus:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn--xl {
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  padding-right: 40px;
  padding-left: 40px;
}
.btn--lg {
  font-size: 13px;
  line-height: 32px;
  padding-right: 45px;
  padding-left: 45px;
  font-weight: 500;
  border-radius: 23px;
}
.btn--md {
  font-size: 13px;
  line-height: 22px;
  padding-right: 30px;
  padding-left: 30px;
  font-weight: 500;
}
.btn--sm {
  font-size: 13px;
  line-height: 22px;
  padding-right: 30px;
  padding-left: 30px;
  font-weight: 500;
  border-radius: 17px;
}
.btn--first {
  color: #fff;
  background-color: #e62645;
  border: solid 1px #e62645;
}
.btn--first:hover {
  color: #fff;
  background: #cc1735;
  transition: all 0.5s ease;
}
.btn--first:focus, .btn--first.focus {
  color: #fff;
  background-color: #cc1735;
}
.btn--first:active {
  color: #fff;
  background: #ac142c;
}
.btn--first.disabled, .btn--first:disabled {
  color: #fff;
  background: #ee6b80;
}
.btn--first-empty {
  color: #fff;
  background-color: #e62645;
  border: solid 1px #e62645;
  color: #000;
  background: transparent;
}
.btn--first-empty:hover {
  color: #fff;
  background: #cc1735;
  transition: all 0.5s ease;
}
.btn--first-empty:focus, .btn--first-empty.focus {
  color: #fff;
  background-color: #cc1735;
}
.btn--first-empty:active {
  color: #fff;
  background: #ac142c;
}
.btn--first-empty.disabled, .btn--first-empty:disabled {
  color: #fff;
  background: #ee6b80;
}
.btn--second {
  color: #fff;
  background-color: #e62645;
  border: solid 1px #e62645;
}
.btn--second:hover {
  color: #fff;
  background: #cc1735;
  transition: all 0.5s ease;
}
.btn--second:focus, .btn--second.focus {
  color: #fff;
  background-color: #cc1735;
}
.btn--second:active {
  color: #fff;
  background: #ac142c;
}
.btn--second.disabled, .btn--second:disabled {
  color: #fff;
  background: #ee6b80;
}
.btn--second-empty {
  color: #fff;
  background-color: #e62645;
  border: solid 1px #e62645;
  color: #000;
  background: transparent;
}
.btn--second-empty:hover {
  color: #fff;
  background: #cc1735;
  transition: all 0.5s ease;
}
.btn--second-empty:focus, .btn--second-empty.focus {
  color: #fff;
  background-color: #cc1735;
}
.btn--second-empty:active {
  color: #fff;
  background: #ac142c;
}
.btn--second-empty.disabled, .btn--second-empty:disabled {
  color: #fff;
  background: #ee6b80;
}
.btn--third {
  color: #fff;
  background-color: #e62645;
  border: solid 1px #e62645;
}
.btn--third:hover {
  color: #fff;
  background: #cc1735;
  transition: all 0.5s ease;
}
.btn--third:focus, .btn--third.focus {
  color: #fff;
  background-color: #cc1735;
}
.btn--third:active {
  color: #fff;
  background: #ac142c;
}
.btn--third.disabled, .btn--third:disabled {
  color: #fff;
  background: #ee6b80;
}
.btn--third-empty {
  color: #fff;
  background-color: #e62645;
  border: solid 1px #e62645;
  color: #000;
  background: transparent;
}
.btn--third-empty:hover {
  color: #fff;
  background: #cc1735;
  transition: all 0.5s ease;
}
.btn--third-empty:focus, .btn--third-empty.focus {
  color: #fff;
  background-color: #cc1735;
}
.btn--third-empty:active {
  color: #fff;
  background: #ac142c;
}
.btn--third-empty.disabled, .btn--third-empty:disabled {
  color: #fff;
  background: #ee6b80;
}
.btn--black {
  color: #fff;
  background-color: #000;
  border: solid 1px #000;
  color: #fff;
}
.btn--black:hover {
  color: #fff;
  background: black;
  transition: all 0.5s ease;
}
.btn--black:focus, .btn--black.focus {
  color: #fff;
  background-color: black;
}
.btn--black:active {
  color: #fff;
  background: black;
}
.btn--black.disabled, .btn--black:disabled {
  color: #fff;
  background: #262626;
}
.btn--black:hover {
  background: #333333;
}
.btn--black-empty {
  color: #fff;
  background-color: #000;
  border: solid 1px #000;
  background: transparent;
}
.btn--black-empty:hover {
  color: #fff;
  background: black;
  transition: all 0.5s ease;
}
.btn--black-empty:focus, .btn--black-empty.focus {
  color: #fff;
  background-color: black;
}
.btn--black-empty:active {
  color: #fff;
  background: black;
}
.btn--black-empty.disabled, .btn--black-empty:disabled {
  color: #fff;
  background: #262626;
}
.btn--white {
  color: #fff;
  background-color: #fff;
  border: solid 1px #fff;
  color: #fff;
}
.btn--white:hover {
  color: #fff;
  background: #ebebeb;
  transition: all 0.5s ease;
}
.btn--white:focus, .btn--white.focus {
  color: #fff;
  background-color: #ebebeb;
}
.btn--white:active {
  color: #fff;
  background: #d9d9d9;
}
.btn--white.disabled, .btn--white:disabled {
  color: #fff;
  background: white;
}
.btn--white-empty {
  color: #fff;
  background-color: #fff;
  border: solid 1px #fff;
  background: transparent;
}
.btn--white-empty:hover {
  color: #fff;
  background: #ebebeb;
  transition: all 0.5s ease;
}
.btn--white-empty:focus, .btn--white-empty.focus {
  color: #fff;
  background-color: #ebebeb;
}
.btn--white-empty:active {
  color: #fff;
  background: #d9d9d9;
}
.btn--white-empty.disabled, .btn--white-empty:disabled {
  color: #fff;
  background: white;
}

.infinite {
  padding: 60px;
  text-align: center;
  color: #fff;
  background: #e62645;
}
.infinite--mb80 {
  margin-bottom: 80px;
}
.infinite__title {
  font-size: 32px;
  font-family: "PostGrotesk", sans-serif;
  font-weight: 600;
  line-height: 80px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .infinite__title {
    padding: 20px 0;
    line-height: 1.4em;
  }
}
@media (max-width: 767px) {
  .infinite__title {
    line-height: 1.2em;
    font-size: 24px;
  }
}
.infinite__text {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
.infinite__icon {
  height: 60px;
  background: #fff;
  -webkit-mask: 50% 100% no-repeat;
  mask: 50% 100% no-repeat;
  -webkit-mask-size: auto 70%;
  mask-size: auto 70%;
  -webkit-mask-image: url("../img/base-down.svg");
  mask-image: url("../img/base-down.svg");
}

.info-fixed {
  position: fixed;
  bottom: 15px;
  z-index: 1000;
  color: #7c7c7c;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .info-fixed {
    display: none !important;
  }
}
.info-fixed--right {
  right: 15px;
}
.info-fixed--left {
  left: 15px;
}
.info-fixed--white {
  color: #fff;
}
.info-fixed br {
  content: " ";
  display: none;
}

.form .row {
  padding-bottom: 10px;
}
.form .row:last-child {
  padding-bottom: 0;
}
.form--compact .row {
  padding-bottom: 15px;
}
.form--compact .row:last-child {
  padding-bottom: 0;
}
.form-label {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
.form-label-list {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.form-group {
  margin-bottom: 30px;
}
.form-control {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  font-size: 16px;
  color: #7c7c7c;
  height: auto;
  padding: 12px 20px;
  border-width: 0;
  background: #e8e8e8;
}
.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #7c7c7c;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #7c7c7c;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.form-control:-ms-input-placeholder {
  color: #7c7c7c;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.form-control:active, .form-control:focus, .form-control:focus:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f3f7fd;
}
.has-error .form-control {
  box-shadow: none;
}
.ng-submitted .form-control.ng-invalid {
  color: #e62645;
}
.ng-submitted .form-control.ng-invalid::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #e62645;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}
.ng-submitted .form-control.ng-invalid:-moz-placeholder { /* Firefox 18- */
  color: #e62645;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.ng-submitted .form-control.ng-invalid::-moz-placeholder { /* Firefox 19+ */
  color: #e62645;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.ng-submitted .form-control.ng-invalid:-ms-input-placeholder {
  color: #e62645;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.form-control--search {
  padding-right: 40px;
  background: #fff url("../img/Search.png") no-repeat 95% 50%;
}
.form__title {
  font-size: 24px;
  line-height: 60px;
}
.form__subtitle {
  font-size: 16px;
  line-height: 40px;
  color: #e62645;
  text-transform: uppercase;
}
.form__action {
  line-height: 46px;
  padding-top: 24px;
}
.form__instruction {
  padding-left: 16px;
  padding-bottom: 5px;
  font-size: 12px;
}

.errorlist {
  list-style: none;
  padding-left: 0;
  color: red;
}

.checkbox.privacy {
  margin-top: 0;
  margin-bottom: 0;
}

select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: 0;
  padding-left: 15px;
}

@media (max-width: 767px) {
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}

.label--brand {
  color: #e62645;
}
.label--second {
  color: #e62645;
}

.modal__content {
  border-radius: 0;
}
.modal__header {
  text-align: center;
  padding-bottom: 40px;
}
.modal__body {
  padding: 60px;
}

.link-arrow {
  display: inline-block;
  font-size: 0;
  color: #7c7c7c;
  padding: 10px 0;
}
.link-arrow:hover {
  color: #e62645;
}
.link-arrow__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
.link-arrow__arrow {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 20px;
  padding: 0 10px;
  background: #e62645;
  -webkit-mask: 50% 50% no-repeat;
  mask: 50% 50% no-repeat;
  -webkit-mask-image: url("../img/icon-arrow-right.svg");
  mask-image: url("../img/icon-arrow-right.svg");
  -webkit-mask-size: auto 20px;
  mask-size: auto 20px;
}
.link-arrow__arrow--left {
  -webkit-mask-image: url("../img/icon-arrow-left.svg");
  mask-image: url("../img/icon-arrow-left.svg");
}

.list-timetable__item {
  padding-bottom: 10px;
}
.list-timetable__label {
  float: left;
}
.list-timetable__value {
  float: right;
}

.social-fixed {
  position: fixed;
  bottom: 25px;
  width: 30px;
  z-index: 1000;
}
@media (max-width: 1199px) {
  .social-fixed {
    display: none !important;
  }
}
.social-fixed--right {
  right: 15px;
}
.social-fixed--left {
  left: 20px;
}
.social-fixed__link {
  display: block;
  height: 30px;
  margin-top: 20px;
  background: #000;
  -webkit-mask: 50% 50% no-repeat;
  mask: 50% 50% no-repeat;
  -webkit-mask-size: auto 20px;
  mask-size: auto 20px;
  opacity: 1;
  transition: all 0.3s;
}
.social-fixed__link:hover {
  opacity: 0.7;
}
.social-fixed__link--white {
  background: #fff;
}
.social-fixed__link--fb {
  -webkit-mask-image: url("../img/fb.svg");
  mask-image: url("../img/fb.svg");
}
.social-fixed__link--in {
  -webkit-mask-image: url("../img/in.svg");
  mask-image: url("../img/in.svg");
}
.social-fixed__link--tw {
  -webkit-mask-image: url("../img/tw.svg");
  mask-image: url("../img/tw.svg");
}
.social-fixed__link--ig {
  -webkit-mask-image: url("../img/ig.svg");
  mask-image: url("../img/ig.svg");
}
.social-fixed__link--wa {
  -webkit-mask-image: url("../img/wa.svg");
  mask-image: url("../img/wa.svg");
}

.social-inline {
  font-size: 0;
}
.social-inline__link {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background: no-repeat 50% 50%;
  background-size: 30px auto;
  opacity: 1;
  transition: all 0.3s;
}
.social-inline__link:hover {
  opacity: 0.7;
}
.social-inline__link--white {
  background: #fff;
}
.social-inline__link--brand {
  background: #e62645;
}
.social-inline__link--second {
  background: #e62645;
}
.social-inline__link--fb {
  background-image: url("../img/fb.svg");
}
.social-inline__link--in {
  background-image: url("../img/in.svg");
}
.social-inline__link--tw {
  background-image: url("../img/tw.svg");
}
.social-inline__link--ig {
  background-image: url("../img/ig.svg");
}
.social-inline__link--wa {
  background-image: url("../img/in.svg");
}

.twitter-typeahead {
  width: 100%;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 100%;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: solid 1px #ccc;
  outline: none;
}

.typeahead {
  background-color: #fff;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.typeahead:focus {
  border: solid 1px #e62645;
}

.tt-hint {
  color: #999;
}

.tt-menu {
  width: 100%;
  margin: 10px 0 0 0;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}

.tt-suggestion {
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin: 0;
}
.tt-suggestion a {
  color: #000;
}

.tt-suggestion:hover {
  cursor: pointer;
}
.tt-suggestion:hover a {
  color: #e62645;
}

.tt-suggestion p {
  margin: 0;
}

.empty-message {
  text-align: left;
}

.decorator-bg {
  position: absolute;
  background: #e8e8e8;
}
@media (max-width: 991px) {
  .decorator-bg {
    display: none;
  }
}
.decorator-bg--alpha {
  top: 10%;
  bottom: 40%;
  left: 25%;
  right: 25%;
}

.decorator-frame {
  position: absolute;
  border: solid 2px #e62645;
}
.decorator-frame--top-left {
  top: -40px;
  bottom: 40px;
  left: -40px;
  right: 40px;
}
.decorator-frame--top-right {
  top: -40px;
  bottom: 40px;
  left: 40px;
  right: -40px;
}
.decorator-frame--bottom-left {
  top: 40px;
  bottom: -40px;
  left: -40px;
  right: 40px;
}
.decorator-frame--bottom-right {
  top: 40px;
  bottom: -40px;
  left: 40px;
  right: -40px;
}
.decorator-frame--second {
  border-color: #e62645;
}
.decorator-frame--third {
  border-color: #e62645;
}
.decorator-frame--white {
  border-color: #fff;
}
.decorator-frame--black {
  border-color: #000;
}
.decorator-frame--light-grey {
  border-color: #e8e8e8;
}
.decorator-frame--medium-grey {
  border-color: #c5c5c5;
}
.decorator-frame--dark-grey {
  border-color: #9c9c9c;
}
.decorator-frame--light {
  border-color: #f3f7fd;
}
.decorator-frame--dark {
  border-color: none;
}

.main-alpha {
  position: relative;
  height: calc(100vh - 0px * 2);
  background: 50% 50% no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 767px) {
  .main-alpha {
    height: 100vh;
  }
}
.main-alpha__title {
  color: #fff;
}
.main-alpha__subtitle {
  color: #fff;
}

.header-alpha {
  background: url("../img/page-header.jpg") 50% 50% no-repeat;
  background-size: cover;
  height: 340px;
}
.header-alpha__title {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  padding: 50px 0;
  border-bottom: solid 1px #000;
}
@media (max-width: 991px) {
  .header-alpha {
    height: 200px;
  }
}

.section-alpha {
  text-align: center;
}
.section-alpha__content {
  background: 50% 50% no-repeat;
  background-size: contain;
  padding: 40px 0;
}
.section-alpha__title {
  padding-bottom: 15px;
}
.section-alpha__subtitle {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 15px;
}
.section-alpha__text {
  font-size: 20px;
}
.section-alpha__action {
  padding-top: 40px;
}

.section-bravo__col:first-child {
  padding: 0;
}
@media (max-width: 991px) {
  .section-bravo__col:first-child {
    padding: 0;
  }
}
.section-bravo__col:last-child {
  padding: 0;
}
@media (max-width: 991px) {
  .section-bravo__col:last-child {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section-bravo__col--bg {
    order: 1;
  }
}
.section-bravo__col--content {
  max-width: 570px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .section-bravo__col--content {
    max-width: 100%;
    order: 2;
  }
}
.section-bravo__col--content--right {
  margin-left: 0;
}
.section-bravo__box {
  position: relative;
}
.section-bravo__box--offset-top {
  margin-bottom: -40px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .section-bravo__box--offset-top {
    margin: 0;
  }
}
.section-bravo__box--offset-down {
  margin-top: -40px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .section-bravo__box--offset-down {
    margin: 0;
  }
}
.section-bravo__bg {
  position: relative;
  z-index: 500;
  height: 100%;
  background: 50% 50% no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .section-bravo__bg {
    height: 300px;
  }
}
.section-bravo__bg--cover {
  background-size: cover;
}
.section-bravo__content {
  position: relative;
  z-index: 500;
  padding: 50px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .section-bravo__content {
    text-align: center;
    padding: 50px 15px;
  }
}
.section-bravo__content--right {
  text-align: right;
}
@media (max-width: 991px) {
  .section-bravo__content--right {
    text-align: center;
  }
}
.section-bravo__title {
  padding-bottom: 15px;
}
.section-bravo__subtitle {
  padding-bottom: 15px;
}
.section-bravo__overlay {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s;
}
.section-bravo__overlay:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.section-charlie__content {
  background: 50% 50% no-repeat;
  background-size: cover;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 1fr 1fr;
}
@media (max-width: 767px) {
  .section-charlie__content {
    grid-template-columns: 100%;
  }
}
.section-charlie__box {
  padding: 40px;
  background: #fff;
}
.section-charlie__box--top-right {
  grid-column: 2;
}
@media (max-width: 767px) {
  .section-charlie__box--top-right {
    grid-column: 1;
  }
}
.section-charlie__box--bottom-left {
  grid-row: 2;
}
.section-charlie__box--bottom-right {
  grid-column: 2;
  grid-row: 2;
}
@media (max-width: 767px) {
  .section-charlie__box--bottom-right {
    grid-column: 1;
  }
}

.box-alpha {
  padding-bottom: 40px;
}
.box-alpha__title {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 15px;
}
.box-alpha__item {
  padding-bottom: 15px;
}
.box-alpha__item--lg {
  padding-bottom: 25px;
}
.box-alpha__item:last-child {
  padding-bottom: 0;
}
.box-alpha__list li {
  padding-bottom: 12px;
}
.box-alpha__list a {
  line-height: 20px;
  display: block;
}

.box-bravo {
  height: 100%;
}
.box-bravo__cover {
  display: block;
  height: 200px;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.box-bravo__content {
  padding: 30px 20px;
  text-align: center;
}
.box-bravo__content--no-border {
  border: 0;
}
.box-bravo__item {
  padding: 10px 0;
}
.box-bravo__item:first-child {
  padding-top: 0;
}
.box-bravo__item:last-child {
  padding-bottom: 0;
}
.box-bravo__line {
  width: 20px;
  height: 2px;
  margin: auto;
  background: #e62645;
}

.box-charlie {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.24) !important;
  margin: 40px 0;
}
.box-charlie__photo {
  height: 100%;
  background: 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .box-charlie__photo {
    height: 250px;
  }
}
.box-charlie__content {
  padding: 40px;
  background: #fff;
}
.box-charlie__title {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  line-height: 1.2em;
  padding-bottom: 10px;
}
.box-charlie__text {
  padding-bottom: 10px;
}

.box-delta__image {
  height: 250px;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.box-delta__box {
  background: #fff;
  margin: -100px 30px 0 30px;
  padding: 20px;
  text-align: center;
}
.box-delta__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
}
.box-delta__title a {
  color: #000;
}
.box-delta__title a:hover {
  color: #e62645;
}
.box-delta__date {
  text-transform: lowercase;
}

.box-echo {
  margin: 20px 0;
  background: #e8e8e8;
  padding: 20px;
}
.box-echo__photo {
  height: 100%;
  background: 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .box-echo__photo {
    height: 250px;
  }
}
.box-echo__content {
  padding: 20px;
}
.box-echo__title {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  line-height: 1.2em;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .box-echo__title {
    font-size: 24px;
  }
}
.box-echo__title a {
  color: #000;
}
.box-echo__title a:hover {
  color: #e62645;
}

.slider-alpha {
  height: 470px;
}
.slider-alpha__item {
  background: 50% 50% no-repeat;
  background-size: cover;
  height: 400px;
}
.slider-alpha .slider-alpha__next, .slider-alpha .slider-alpha__prev {
  background: #fff;
  width: 50px;
  height: 50px;
  margin-top: -25px;
}
.slider-alpha__prev {
  left: 0;
}
.slider-alpha__prev--bottom-center {
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  margin-left: -50px;
}
.slider-alpha__prev--bottom-left {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  margin-top: 0;
}
.slider-alpha__prev--bottom-right {
  top: auto;
  bottom: 0;
  left: auto;
  right: 50px;
  margin-top: 0;
}
.slider-alpha__next {
  right: 0;
}
.slider-alpha__next--bottom-center {
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
}
.slider-alpha__next--bottom-left {
  top: auto;
  bottom: 0;
  left: 50px;
  right: 0;
  margin-top: 0;
}
.slider-alpha__next--bottom-right {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  margin-top: 0;
}
.slider-alpha__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e62645;
  -webkit-mask: 50% 50% no-repeat;
  mask: 50% 50% no-repeat;
  -webkit-mask-size: 70% auto;
  mask-size: 70% auto;
}
.slider-alpha__arrow--left {
  -webkit-mask-image: url("../img/base-left.svg");
  mask-image: url("../img/base-left.svg");
}
.slider-alpha__arrow--right {
  -webkit-mask-image: url("../img/base-right.svg");
  mask-image: url("../img/base-right.svg");
}

.gallery-alpha--col-3 {
  column-count: 3;
  column-gap: 15px;
}
@media (max-width: 767px) {
  .gallery-alpha--col-3 {
    column-count: 2;
  }
}
.gallery-alpha--col-2 {
  column-count: 2;
  column-gap: 30px;
}
.gallery-alpha__item {
  margin-bottom: 15px;
}
.gallery-alpha__item--offset:first-child {
  margin-top: 100px;
}

.table-alpha__row {
  padding: 15px 0;
  border-top: solid 1px #c5c5c5;
}
.table-alpha__row [class*=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.title-alpha {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.title-alpha--line-center {
  text-align: center;
  position: relative;
}
.title-alpha--line-center:after {
  content: "";
  display: block;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
  height: 5px;
  background: #e62645;
  bottom: -20px;
}

.menu-alpha__slider {
  height: auto;
}
.menu-alpha__photo {
  height: 500px;
}
@media (max-width: 1199px) {
  .menu-alpha__photo {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .menu-alpha__photo {
    display: none;
  }
}
.menu-alpha__content {
  max-width: 400px;
  margin-right: auto;
}
@media (max-width: 991px) {
  .menu-alpha__content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .menu-alpha__content {
    margin: auto;
    padding-right: 60px;
    padding-left: 60px;
  }
}

.menu-alpha-nav {
  font-size: 0;
  padding-bottom: 40px;
}
.menu-alpha-nav li {
  display: inline-block;
}
.menu-alpha-nav li > a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #7c7c7c;
  margin: 0;
  padding: 8px 10px;
  border-bottom: solid 3px transparent;
}
.menu-alpha-nav li > a.active, .menu-alpha-nav li > a:hover {
  color: #e62645;
  border-color: #e62645;
}

#cookieChoiceInfo {
  background-color: #000 !important;
  color: #fff;
  padding: 40px 200px !important;
  bottom: 0 !important;
  top: auto !important;
}
@media (max-width: 1199px) {
  #cookieChoiceInfo {
    padding: 40px 100px !important;
  }
}
@media (max-width: 991px) {
  #cookieChoiceInfo {
    padding: 30px !important;
  }
}
#cookieChoiceInfo a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  background-color: #CCC;
  padding: 4px;
}
#cookieChoiceInfo a:hover {
  text-decoration: underline;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7 .screen-reader-response {
  display: none !important;
}

.wpcf7-acceptance,
.privacy-label {
  display: inline-block;
  margin-right: 5px;
}

.wpcf7-not-valid-tip {
  display: block;
  padding-top: 3px;
  color: #e62645;
}

.wpcf7-form-control .radio {
  display: inline-block;
  padding: 8px 25px;
  margin: 0 8px;
  border-radius: 26px;
  background: #e8e8e8;
  font-weight: 700;
}
.wpcf7-form-control .radio label {
  margin-bottom: 0;
}
.wpcf7-form-control .radio input {
  margin-right: 10px;
}

.contacts-alpha {
  height: calc(100vh - 100px - 0px);
  padding: 40px 0;
}
@media (max-width: 991px) {
  .contacts-alpha {
    height: auto;
    padding: 0;
  }
}
.contacts-alpha__map {
  height: calc(100vh - 100px - 0px - 80px);
}
@media (max-width: 991px) {
  .contacts-alpha__map {
    height: 50vh;
  }
}

.post__title {
  text-align: left;
  font-family: "PostGrotesk", sans-serif;
  font-weight: 600;
  color: #000;
  line-height: 1.4em;
  font-size: 34px;
  padding-bottom: 15px;
}
@media (max-width: 1439px) {
  .post__title {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .post__title {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .post__title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .post__title {
    font-size: 26px;
  }
}
.post__date {
  text-align: left;
  font-size: 16px;
  font-family: "PostGrotesk", sans-serif;
  font-weight: 600;
  color: #000;
  padding-bottom: 15px;
}
.post__content p {
  margin-bottom: 25px;
}
.post__content img {
  text-align: center;
  max-width: 100%;
  height: auto;
}
.post__content h1, .post__content h2, .post__content h3, .post__content h4, .post__content h5, .post__content h6, .post__content h7 {
  padding-bottom: 10px;
  font-weight: 700;
  color: #000;
}
.post__content h2 {
  font-size: 18px;
}
@media (max-width: 1439px) {
  .post__content h2 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .post__content h2 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .post__content h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .post__content h2 {
    font-size: 18px;
  }
}
.post-alpha__top {
  height: 250px;
  background: #F4F5F9;
}
@media (max-width: 991px) {
  .post-alpha__top {
    display: none;
  }
}
.post-alpha__top + .post-alpha__container {
  margin-top: -175px;
}
@media (max-width: 991px) {
  .post-alpha__top + .post-alpha__container {
    margin-top: 0;
  }
}
.post-alpha__wrapper {
  padding: 40px;
}
@media (max-width: 767px) {
  .post-alpha__wrapper {
    padding: 10px;
  }
}
.post-alpha__cover {
  background: 50% 50% no-repeat;
  background-size: cover;
  height: 350px;
}

.post-share {
  text-align: center;
  padding-top: 40px;
}
.post-share__wrapper {
  font-size: 0;
}
.post-share__item {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin: 0 5px;
  background: #000;
  -webkit-mask: 50% 50% no-repeat;
  mask: 50% 50% no-repeat;
  -webkit-mask-size: auto 20px;
  mask-size: auto 20px;
  opacity: 1;
  transition: all 0.3s;
}
.post-share__item:hover {
  opacity: 0.7;
}
.post-share__item--white {
  background: #fff;
}
.post-share__item--fb {
  -webkit-mask-image: url("../img/fb.svg");
  mask-image: url("../img/fb.svg");
}
.post-share__item--in {
  -webkit-mask-image: url("../img/in.svg");
  mask-image: url("../img/in.svg");
}
.post-share__item--tw {
  -webkit-mask-image: url("../img/tw.svg");
  mask-image: url("../img/tw.svg");
}
.post-share__item--ig {
  -webkit-mask-image: url("../img/ig.svg");
  mask-image: url("../img/ig.svg");
}
.post-share__item--wa {
  -webkit-mask-image: url("../img/wa.svg");
  mask-image: url("../img/wa.svg");
}

.academy__billboard {
  position: sticky;
  top: 100px;
  background: #e62645 url("../img/logo-academy.svg") 50% 150px no-repeat;
  background-size: 200px auto;
  height: calc(100vh - 100px);
}
@media (max-width: 991px) {
  .academy__billboard {
    height: 250px;
    background-position: 50% 50%;
  }
}
.academy__content {
  padding: 80px;
}
@media (max-width: 991px) {
  .academy__content {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .academy__content {
    padding: 25px 15px;
  }
}
.academy__photo {
  height: 500px;
  background: 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .academy__photo {
    height: 200px;
  }
}

.home-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  background: #e62645;
  color: #fff;
}
.home-main__box {
  text-align: center;
  width: 100%;
}
.home-main__logo {
  height: 60px;
  width: 100%;
  background: url("../img/logo-simple.svg") 50% 50% no-repeat;
  background-size: auto 100%;
}
.home-main__line {
  width: 30px;
  height: 2px;
  margin: 20px auto;
  background: #fff;
}
.home-main__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
}
.home-main__hash {
  padding-top: 25px;
  font-size: 16px;
  text-transform: uppercase;
}

.home-box {
  position: relative;
  display: block;
  height: 100%;
  background: #000;
}
.home-box__photo {
  position: relative;
  height: 300px;
  background: 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .home-box__photo {
    height: 200px;
  }
}
.home-box__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  opacity: 0.7;
  transition: all 0.5s;
}
.home-box:hover .home-box__overlay {
  background: #e62645;
}
.home-box__bar {
  padding: 20px 25px;
  background: #000;
  color: #fff;
  line-height: 1em;
}
.home-box__title {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.home-box__line {
  width: 20px;
  height: 2px;
  margin: 8px auto 8px 0;
  background: #e62645;
}
.home-box__subtitle {
  font-size: 14px;
  padding-bottom: 8px;
}
.home-box__hash {
  color: #e62645;
  text-transform: uppercase;
  font-size: 12px;
}

.home-course {
  background: rgb(197, 197, 197);
  background: linear-gradient(135deg, rgb(197, 197, 197) 0%, rgb(232, 232, 232) 100%);
}
@media (max-width: 767px) {
  .home-course {
    text-align: center;
  }
}
.home-course__circle {
  width: 100%;
  max-width: 350px;
  margin: auto;
  background: url("../img/logo-academy-red.svg") 50% 50% no-repeat;
  background-size: 90% auto;
}
.home-course__circle--base {
  background-image: url("../img/logo-academy-red.svg");
}
.home-course__circle--box {
  background-image: url("../img/box-pizza.png");
}
.home-course__circle:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media (max-width: 767px) {
  .home-course__circle {
    max-width: 200px;
    margin: auto auto 40px;
  }
}
.home-course__title {
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.home-course__text {
  font-size: 22px;
}
.home-course__links {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .home-course__links {
    text-align: center;
  }
}
.home-course__badge {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .home-course__badge {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.home-course__badge img {
  height: 40px;
}
@media (max-width: 767px) {
  .home-course__badge img {
    height: 70px;
  }
}
.home-course__badge:last-child {
  margin-right: 0;
}

.home-app {
  color: #fff;
}
@media (max-width: 767px) {
  .home-app {
    text-align: center;
  }
}
.home-app--full {
  height: calc(100vh - 100px);
}
@media (max-width: 767px) {
  .home-app--full {
    height: auto;
  }
}
.home-app__circle {
  width: 100%;
  max-width: 350px;
  border-radius: 50%;
  background: #fff url("../img/alice-bag.png") 50% 50% no-repeat;
  background-size: 50% auto;
  border: solid 15px #000;
}
.home-app__circle:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media (max-width: 767px) {
  .home-app__circle {
    max-width: 200px;
    margin: auto auto 40px;
  }
}
.home-app__title {
  font-weight: 700;
  font-size: 32px;
  padding-bottom: 30px;
}
.home-app__text {
  font-size: 22px;
}
.home-app__links {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .home-app__links {
    text-align: center;
  }
}
.home-app__badge {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .home-app__badge {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.home-app__badge img {
  height: 40px;
}
@media (max-width: 767px) {
  .home-app__badge img {
    height: 70px;
  }
}
.home-app__badge:last-child {
  margin-right: 0;
}

.home-section {
  padding: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  .home-section {
    padding: 40px;
  }
}
.home-section__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 40px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .home-section__title {
    line-height: 1.5em;
  }
}
.home-section__line {
  height: 60px;
  width: 2px;
  margin: auto;
  background: #e62645;
}
.home-section__subtitle {
  margin: auto;
  max-width: 50%;
  padding: 30px 0;
}

.home-number__item {
  padding: 25px;
  text-align: center;
}
.home-number__label {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2em;
}
.home-number__value {
  font-weight: 600;
  font-size: 64px;
  color: #e62645;
  line-height: 1em;
  padding-bottom: 15px;
}

.job__section {
  padding-left: 20px;
  padding-right: 20px;
}

.job-header__row {
  border-top: solid 1px #e62645;
  border-bottom: solid 1px #e62645;
}
.job-header__col {
  font-weight: 700;
  padding: 20px;
}

.job-body__row {
  padding-top: 20px;
}
.job-body__box {
  padding: 15px;
  border-radius: 10px;
  background: #e8e8e8;
  height: 100%;
}
.job-body__box--brand {
  background: #e62645;
  color: #fff;
}
.job-body__info {
  display: block;
  height: 34px;
  width: 34px;
  margin: auto;
  background: url("../img/info.svg") 50% 50% no-repeat;
  background-size: 34px 34px;
  transition: all 0.3s;
}
.job-body__info:hover {
  opacity: 0.7;
}
.job-body__label {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.job-body__line {
  margin: 5px auto 5px 0;
  width: 20px;
  height: 2px;
  background: #000;
}
.job-body__line--brand {
  background: #fff;
}
.job-body__text {
  font-weight: 700;
  font-size: 18px;
}

.store__wrapper {
  padding: 40px;
}
.store__header {
  display: none;
  position: fixed;
  top: 100px;
  bottom: auto;
  left: 350px;
  right: 0;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border-bottom: solid 1px #000;
  box-sizing: border-box;
  height: 80px;
}
.store__sidebar {
  position: fixed;
  top: 100px;
  bottom: 0;
  left: 0;
  right: auto;
  width: 350px;
  padding: 20px 0 20px 20px;
  overflow-y: scroll;
}
@media (max-width: 991px) {
  .store__sidebar {
    display: none;
  }
}
.store__body {
  position: fixed;
  top: 100px;
  bottom: 0;
  left: 350px;
  right: 0;
  padding: 20px;
}
@media (max-width: 991px) {
  .store__body {
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
  }
}
.store__cover {
  height: 100%;
}
.store__map {
  height: 100%;
}

.store-sidebar__header {
  padding-bottom: 30px;
}
.store-sidebar__title {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.store-sidebar__line {
  width: 25px;
  height: 2px;
  margin: 15px auto 15px 0;
  background: #e62645;
}
.store-sidebar__subtitle {
  font-size: 20px;
  font-weight: 600;
}
.store-sidebar__search {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  border: 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  line-height: 40px;
  background: url("../img/search.svg") 100% 50% no-repeat;
  background-size: auto 15px;
}
.store-sidebar__search::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}
.store-sidebar__search:-moz-placeholder { /* Firefox 18- */
  color: #7c7c7c;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.store-sidebar__search::-moz-placeholder { /* Firefox 19+ */
  color: #7c7c7c;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.store-sidebar__search:-ms-input-placeholder {
  color: #7c7c7c;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.store-sidebar__stores, .store-sidebar__cities, .store-sidebar__countries {
  padding-top: 30px;
}
.store-sidebar__back, .store-sidebar__store, .store-sidebar__city, .store-sidebar__country {
  display: block;
  box-sizing: border-box;
  height: 100px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 99px;
  color: #000;
  border-bottom: solid 1px #000;
  transition: all 0.3s;
}
.store-sidebar__back:first-child, .store-sidebar__store:first-child, .store-sidebar__city:first-child, .store-sidebar__country:first-child {
  border-top: solid 1px #000;
}
.store-sidebar__back:hover, .store-sidebar__store:hover, .store-sidebar__city:hover, .store-sidebar__country:hover {
  color: #e62645 !important;
}
.store-sidebar__back, .store-sidebar__city {
  height: 50px;
  line-height: 49px;
}
.store-sidebar__store {
  padding: 8px;
  height: auto;
  line-height: 1.8em;
  font-weight: 400;
}
.store-sidebar__back {
  text-transform: none;
}
.store-post__container, .store-post__row, .store-post__col {
  height: 100% !important;
}
@media (max-width: 991px) {
  .store-post__container, .store-post__row, .store-post__col {
    height: auto !important;
  }
}
.store-post__section {
  height: calc(100vh - 100px);
}
@media (max-width: 991px) {
  .store-post__section {
    height: auto !important;
  }
}
.store-post__map {
  height: 100%;
}
@media (max-width: 991px) {
  .store-post__map {
    height: 400px;
  }
}
.store-post__content {
  padding: 50px;
}
.store-post__title {
  font-weight: 700;
  line-height: 1em;
  font-size: 40px;
  padding-bottom: 20px;
}
.store-post__info {
  font-size: 20px;
  padding-bottom: 20px;
}

.store-infobox {
  width: 300px;
  padding: 10px;
}
.store-infobox a {
  color: #000;
}
.store-infobox a:hover {
  color: #e62645;
}
.store-infobox__name {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 8px;
}
.store-infobox__info {
  font-size: 16px;
  padding-bottom: 8px;
}

/*# sourceMappingURL=style.css.map */
